[2025-07-10 20:09:27] local.ERROR: SQLSTATE[HY000] [2002] No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión (Connection: mysql, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión (Connection: mysql, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:822)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(395): Illuminate\\Database\\Connection->run('select exists (...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(341): Illuminate\\Database\\Connection->select('select exists (...', Array, true)
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(358): Illuminate\\Database\\Connection->selectOne('select exists (...', Array, true)
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(174): Illuminate\\Database\\Connection->scalar('select exists (...')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\DatabaseMigrationRepository.php(183): Illuminate\\Database\\Schema\\Builder->hasTable('migrations')
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(749): Illuminate\\Database\\Migrations\\DatabaseMigrationRepository->repositoryExists()
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(164): Illuminate\\Database\\Migrations\\Migrator->repositoryExists()
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(338): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::repositoryExists():164}(1)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(164): retry(1, Object(Closure), 0, Object(Closure))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(140): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->repositoryExists()
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(110): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->prepareDatabase()
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():109}()
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#29 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\Connector.php:67)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\Connector.php(67): PDO::connect('mysql:host=127....', 'root', Object(SensitiveParameterValue), Array)
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'root', Object(SensitiveParameterValue), Array)
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\ConnectionFactory.php(184): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():179}()
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(1228): call_user_func(Object(Closure))
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(1264): Illuminate\\Database\\Connection->getPdo()
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(509): Illuminate\\Database\\Connection->getReadPdo()
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(404): Illuminate\\Database\\Connection->getPdoForSelect(true)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(809): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():395}('select exists (...', Array)
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(395): Illuminate\\Database\\Connection->run('select exists (...', Array, Object(Closure))
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(341): Illuminate\\Database\\Connection->select('select exists (...', Array, true)
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(358): Illuminate\\Database\\Connection->selectOne('select exists (...', Array, true)
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(174): Illuminate\\Database\\Connection->scalar('select exists (...')
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\DatabaseMigrationRepository.php(183): Illuminate\\Database\\Schema\\Builder->hasTable('migrations')
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(749): Illuminate\\Database\\Migrations\\DatabaseMigrationRepository->repositoryExists()
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(164): Illuminate\\Database\\Migrations\\Migrator->repositoryExists()
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(338): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::repositoryExists():164}(1)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(164): retry(1, Object(Closure), 0, Object(Closure))
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(140): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->repositoryExists()
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(110): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->prepareDatabase()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():109}()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#38 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#39 {main}
"} 
[2025-07-14 16:01:13] local.ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ampeco_db_local.ampeco_sessions' doesn't exist (Connection: mysql, SQL: alter table `ampeco_sessions` add `payment_method_id` varchar(255) null after `location_address_en`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ampeco_db_local.ampeco_sessions' doesn't exist (Connection: mysql, SQL: alter table `ampeco_sessions` add `payment_method_id` varchar(255) null after `location_address_en`) at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:822)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('alter table `am...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(557): Illuminate\\Database\\Connection->run('alter table `am...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Blueprint.php(119): Illuminate\\Database\\Connection->statement('alter table `am...')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(618): Illuminate\\Database\\Schema\\Blueprint->build()
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(460): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Facades\\Facade.php(361): Illuminate\\Database\\Schema\\Builder->table('ampeco_sessions', Object(Closure))
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\database\\migrations\\2025_01_27_000000_add_payment_method_to_sessions.php(14): Illuminate\\Support\\Facades\\Facade::__callStatic('table', Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(514): Illuminate\\Database\\Migrations\\Migration@anonymous->up()
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(439): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(448): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runMigration():435}()
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\View\\Components\\Task.php(41): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runUp():250}()
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(805): Illuminate\\Console\\View\\Components\\Task->render('2025_01_27_0000...', Object(Closure))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->write('Illuminate\\\\Cons...', '2025_01_27_0000...', Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(210): Illuminate\\Database\\Migrations\\Migrator->runUp('C:\\\\Users\\\\juanc\\\\...', 1, false)
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(137): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(116): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():109}()
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#34 {main}

[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ampeco_db_local.ampeco_sessions' doesn't exist at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:568)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(568): PDOStatement->execute()
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(809): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::statement():557}('alter table `am...', Array)
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('alter table `am...', Array, Object(Closure))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(557): Illuminate\\Database\\Connection->run('alter table `am...', Array, Object(Closure))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Blueprint.php(119): Illuminate\\Database\\Connection->statement('alter table `am...')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(618): Illuminate\\Database\\Schema\\Blueprint->build()
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(460): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Facades\\Facade.php(361): Illuminate\\Database\\Schema\\Builder->table('ampeco_sessions', Object(Closure))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\database\\migrations\\2025_01_27_000000_add_payment_method_to_sessions.php(14): Illuminate\\Support\\Facades\\Facade::__callStatic('table', Array)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(514): Illuminate\\Database\\Migrations\\Migration@anonymous->up()
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(439): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(448): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runMigration():435}()
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\View\\Components\\Task.php(41): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runUp():250}()
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(805): Illuminate\\Console\\View\\Components\\Task->render('2025_01_27_0000...', Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->write('Illuminate\\\\Cons...', '2025_01_27_0000...', Object(Closure))
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(210): Illuminate\\Database\\Migrations\\Migrator->runUp('C:\\\\Users\\\\juanc\\\\...', 1, false)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(137): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(116): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():109}()
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#36 {main}
"} 
[2025-07-14 16:44:08] local.ERROR: SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'ampeco_users' (Connection: mysql, SQL: alter table `ampeco_sessions` add constraint `ampeco_sessions_ampeco_user_id_foreign` foreign key (`ampeco_user_id`) references `ampeco_users` (`ampeco_user_id`)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: HY000): SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'ampeco_users' (Connection: mysql, SQL: alter table `ampeco_sessions` add constraint `ampeco_sessions_ampeco_user_id_foreign` foreign key (`ampeco_user_id`) references `ampeco_users` (`ampeco_user_id`)) at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:822)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('alter table `am...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(557): Illuminate\\Database\\Connection->run('alter table `am...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Blueprint.php(119): Illuminate\\Database\\Connection->statement('alter table `am...')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(618): Illuminate\\Database\\Schema\\Blueprint->build()
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(472): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Facades\\Facade.php(361): Illuminate\\Database\\Schema\\Builder->create('ampeco_sessions', Object(Closure))
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\database\\migrations\\2025_06_04_221715_create_ampeco_sessions_table.php(14): Illuminate\\Support\\Facades\\Facade::__callStatic('create', Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(514): Illuminate\\Database\\Migrations\\Migration@anonymous->up()
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(439): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(448): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runMigration():435}()
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\View\\Components\\Task.php(41): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runUp():250}()
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(805): Illuminate\\Console\\View\\Components\\Task->render('2025_06_04_2217...', Object(Closure))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->write('Illuminate\\\\Cons...', '2025_06_04_2217...', Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(210): Illuminate\\Database\\Migrations\\Migrator->runUp('C:\\\\Users\\\\juanc\\\\...', 2, false)
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(137): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(116): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():109}()
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#34 {main}

[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'ampeco_users' at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:568)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(568): PDOStatement->execute()
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(809): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::statement():557}('alter table `am...', Array)
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('alter table `am...', Array, Object(Closure))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(557): Illuminate\\Database\\Connection->run('alter table `am...', Array, Object(Closure))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Blueprint.php(119): Illuminate\\Database\\Connection->statement('alter table `am...')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(618): Illuminate\\Database\\Schema\\Blueprint->build()
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(472): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Facades\\Facade.php(361): Illuminate\\Database\\Schema\\Builder->create('ampeco_sessions', Object(Closure))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\database\\migrations\\2025_06_04_221715_create_ampeco_sessions_table.php(14): Illuminate\\Support\\Facades\\Facade::__callStatic('create', Array)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(514): Illuminate\\Database\\Migrations\\Migration@anonymous->up()
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(439): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(448): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runMigration():435}()
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\View\\Components\\Task.php(41): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runUp():250}()
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(805): Illuminate\\Console\\View\\Components\\Task->render('2025_06_04_2217...', Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->write('Illuminate\\\\Cons...', '2025_06_04_2217...', Object(Closure))
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(210): Illuminate\\Database\\Migrations\\Migrator->runUp('C:\\\\Users\\\\juanc\\\\...', 2, false)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(137): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(116): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():109}()
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#36 {main}
"} 
[2025-07-15 20:08:46] local.ERROR: SQLSTATE[HY000] [1049] Unknown database 'ampeco_db_local' (Connection: mysql, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 1049): SQLSTATE[HY000] [1049] Unknown database 'ampeco_db_local' (Connection: mysql, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:822)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(395): Illuminate\\Database\\Connection->run('select exists (...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(341): Illuminate\\Database\\Connection->select('select exists (...', Array, true)
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(358): Illuminate\\Database\\Connection->selectOne('select exists (...', Array, true)
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(174): Illuminate\\Database\\Connection->scalar('select exists (...')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\DatabaseMigrationRepository.php(183): Illuminate\\Database\\Schema\\Builder->hasTable('migrations')
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(749): Illuminate\\Database\\Migrations\\DatabaseMigrationRepository->repositoryExists()
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\FreshCommand.php(67): Illuminate\\Database\\Migrations\\Migrator->repositoryExists()
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\FreshCommand->{closure:Illuminate\\Database\\Console\\Migrations\\FreshCommand::handle():66}()
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\FreshCommand.php(66): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle()
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\FreshCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#24 {main}

[previous exception] [object] (PDOException(code: 1049): SQLSTATE[HY000] [1049] Unknown database 'ampeco_db_local' at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\Connector.php:67)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\Connector.php(67): PDO::connect('mysql:host=127....', 'root', Object(SensitiveParameterValue), Array)
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'root', Object(SensitiveParameterValue), Array)
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\ConnectionFactory.php(184): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():179}()
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(1228): call_user_func(Object(Closure))
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(1264): Illuminate\\Database\\Connection->getPdo()
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(509): Illuminate\\Database\\Connection->getReadPdo()
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(404): Illuminate\\Database\\Connection->getPdoForSelect(true)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(809): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():395}('select exists (...', Array)
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(395): Illuminate\\Database\\Connection->run('select exists (...', Array, Object(Closure))
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(341): Illuminate\\Database\\Connection->select('select exists (...', Array, true)
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(358): Illuminate\\Database\\Connection->selectOne('select exists (...', Array, true)
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(174): Illuminate\\Database\\Connection->scalar('select exists (...')
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\DatabaseMigrationRepository.php(183): Illuminate\\Database\\Schema\\Builder->hasTable('migrations')
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(749): Illuminate\\Database\\Migrations\\DatabaseMigrationRepository->repositoryExists()
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\FreshCommand.php(67): Illuminate\\Database\\Migrations\\Migrator->repositoryExists()
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\FreshCommand->{closure:Illuminate\\Database\\Console\\Migrations\\FreshCommand::handle():66}()
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\FreshCommand.php(66): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle()
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\FreshCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#34 {main}
"} 
[2025-07-15 20:08:54] local.ERROR: SQLSTATE[HY000] [1049] Unknown database 'ampeco_db_local' (Connection: mysql, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 1049): SQLSTATE[HY000] [1049] Unknown database 'ampeco_db_local' (Connection: mysql, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:822)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(395): Illuminate\\Database\\Connection->run('select exists (...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(341): Illuminate\\Database\\Connection->select('select exists (...', Array, true)
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(358): Illuminate\\Database\\Connection->selectOne('select exists (...', Array, true)
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(174): Illuminate\\Database\\Connection->scalar('select exists (...')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\DatabaseMigrationRepository.php(183): Illuminate\\Database\\Schema\\Builder->hasTable('migrations')
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(749): Illuminate\\Database\\Migrations\\DatabaseMigrationRepository->repositoryExists()
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(164): Illuminate\\Database\\Migrations\\Migrator->repositoryExists()
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(338): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::repositoryExists():164}(1)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(164): retry(1, Object(Closure), 0, Object(Closure))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(140): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->repositoryExists()
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(110): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->prepareDatabase()
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():109}()
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#29 {main}

[previous exception] [object] (PDOException(code: 1049): SQLSTATE[HY000] [1049] Unknown database 'ampeco_db_local' at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\Connector.php:67)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\Connector.php(67): PDO::connect('mysql:host=127....', 'root', Object(SensitiveParameterValue), Array)
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'root', Object(SensitiveParameterValue), Array)
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connectors\\ConnectionFactory.php(184): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():179}()
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(1228): call_user_func(Object(Closure))
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(1264): Illuminate\\Database\\Connection->getPdo()
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(509): Illuminate\\Database\\Connection->getReadPdo()
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(404): Illuminate\\Database\\Connection->getPdoForSelect(true)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(809): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():395}('select exists (...', Array)
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(395): Illuminate\\Database\\Connection->run('select exists (...', Array, Object(Closure))
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(341): Illuminate\\Database\\Connection->select('select exists (...', Array, true)
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(358): Illuminate\\Database\\Connection->selectOne('select exists (...', Array, true)
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(174): Illuminate\\Database\\Connection->scalar('select exists (...')
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\DatabaseMigrationRepository.php(183): Illuminate\\Database\\Schema\\Builder->hasTable('migrations')
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(749): Illuminate\\Database\\Migrations\\DatabaseMigrationRepository->repositoryExists()
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(164): Illuminate\\Database\\Migrations\\Migrator->repositoryExists()
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(338): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::repositoryExists():164}(1)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(164): retry(1, Object(Closure), 0, Object(Closure))
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(140): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->repositoryExists()
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(110): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->prepareDatabase()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():109}()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#38 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#39 {main}
"} 
[2025-07-15 20:10:36] local.ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ampeco_db_local.ampeco_sessions' doesn't exist (Connection: mysql, SQL: alter table `ampeco_sessions` add `payment_method_id` varchar(255) null after `location_address_en`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ampeco_db_local.ampeco_sessions' doesn't exist (Connection: mysql, SQL: alter table `ampeco_sessions` add `payment_method_id` varchar(255) null after `location_address_en`) at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:822)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('alter table `am...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(557): Illuminate\\Database\\Connection->run('alter table `am...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Blueprint.php(119): Illuminate\\Database\\Connection->statement('alter table `am...')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(618): Illuminate\\Database\\Schema\\Blueprint->build()
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(460): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Facades\\Facade.php(361): Illuminate\\Database\\Schema\\Builder->table('ampeco_sessions', Object(Closure))
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\database\\migrations\\2025_01_27_000000_add_payment_method_to_sessions.php(14): Illuminate\\Support\\Facades\\Facade::__callStatic('table', Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(514): Illuminate\\Database\\Migrations\\Migration@anonymous->up()
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(439): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(448): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runMigration():435}()
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\View\\Components\\Task.php(41): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runUp():250}()
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(805): Illuminate\\Console\\View\\Components\\Task->render('2025_01_27_0000...', Object(Closure))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->write('Illuminate\\\\Cons...', '2025_01_27_0000...', Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(210): Illuminate\\Database\\Migrations\\Migrator->runUp('C:\\\\Users\\\\juanc\\\\...', 1, false)
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(137): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(116): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():109}()
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Concerns\\CallsCommands.php(68): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Concerns\\CallsCommands.php(29): Illuminate\\Console\\Command->runCommand('migrate', Array, Object(Illuminate\\Console\\OutputStyle))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\FreshCommand.php(81): Illuminate\\Console\\Command->call('migrate', Array)
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle()
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#35 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#36 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#37 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#38 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#39 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#40 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\FreshCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#41 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#42 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#43 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#44 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#45 {main}

[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ampeco_db_local.ampeco_sessions' doesn't exist at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:568)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(568): PDOStatement->execute()
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(809): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::statement():557}('alter table `am...', Array)
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('alter table `am...', Array, Object(Closure))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(557): Illuminate\\Database\\Connection->run('alter table `am...', Array, Object(Closure))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Blueprint.php(119): Illuminate\\Database\\Connection->statement('alter table `am...')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(618): Illuminate\\Database\\Schema\\Blueprint->build()
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(460): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Facades\\Facade.php(361): Illuminate\\Database\\Schema\\Builder->table('ampeco_sessions', Object(Closure))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\database\\migrations\\2025_01_27_000000_add_payment_method_to_sessions.php(14): Illuminate\\Support\\Facades\\Facade::__callStatic('table', Array)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(514): Illuminate\\Database\\Migrations\\Migration@anonymous->up()
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(439): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(448): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runMigration():435}()
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\View\\Components\\Task.php(41): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runUp():250}()
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(805): Illuminate\\Console\\View\\Components\\Task->render('2025_01_27_0000...', Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->write('Illuminate\\\\Cons...', '2025_01_27_0000...', Object(Closure))
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(210): Illuminate\\Database\\Migrations\\Migrator->runUp('C:\\\\Users\\\\juanc\\\\...', 1, false)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(137): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(116): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():109}()
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Concerns\\CallsCommands.php(68): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Concerns\\CallsCommands.php(29): Illuminate\\Console\\Command->runCommand('migrate', Array, Object(Illuminate\\Console\\OutputStyle))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\FreshCommand.php(81): Illuminate\\Console\\Command->call('migrate', Array)
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle()
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#35 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#36 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#37 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#38 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#39 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#40 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#41 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#42 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\FreshCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#43 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#44 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#45 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#46 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#47 {main}
"} 
[2025-07-15 20:12:13] local.ERROR: SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'ampeco_users' (Connection: mysql, SQL: alter table `ampeco_sessions` add constraint `ampeco_sessions_ampeco_user_id_foreign` foreign key (`ampeco_user_id`) references `ampeco_users` (`ampeco_user_id`) on delete cascade) {"exception":"[object] (Illuminate\\Database\\QueryException(code: HY000): SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'ampeco_users' (Connection: mysql, SQL: alter table `ampeco_sessions` add constraint `ampeco_sessions_ampeco_user_id_foreign` foreign key (`ampeco_user_id`) references `ampeco_users` (`ampeco_user_id`) on delete cascade) at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:822)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('alter table `am...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(557): Illuminate\\Database\\Connection->run('alter table `am...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Blueprint.php(119): Illuminate\\Database\\Connection->statement('alter table `am...')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(618): Illuminate\\Database\\Schema\\Blueprint->build()
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(472): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Facades\\Facade.php(361): Illuminate\\Database\\Schema\\Builder->create('ampeco_sessions', Object(Closure))
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\database\\migrations\\2025_01_26_000000_create_ampeco_sessions_table.php(14): Illuminate\\Support\\Facades\\Facade::__callStatic('create', Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(514): Illuminate\\Database\\Migrations\\Migration@anonymous->up()
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(439): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(448): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runMigration():435}()
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\View\\Components\\Task.php(41): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runUp():250}()
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(805): Illuminate\\Console\\View\\Components\\Task->render('2025_01_26_0000...', Object(Closure))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->write('Illuminate\\\\Cons...', '2025_01_26_0000...', Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(210): Illuminate\\Database\\Migrations\\Migrator->runUp('C:\\\\Users\\\\juanc\\\\...', 1, false)
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(137): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(116): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():109}()
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Concerns\\CallsCommands.php(68): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Concerns\\CallsCommands.php(29): Illuminate\\Console\\Command->runCommand('migrate', Array, Object(Illuminate\\Console\\OutputStyle))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\FreshCommand.php(81): Illuminate\\Console\\Command->call('migrate', Array)
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle()
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#35 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#36 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#37 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#38 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#39 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#40 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\FreshCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#41 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#42 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#43 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#44 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#45 {main}

[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'ampeco_users' at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:568)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(568): PDOStatement->execute()
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(809): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::statement():557}('alter table `am...', Array)
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('alter table `am...', Array, Object(Closure))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(557): Illuminate\\Database\\Connection->run('alter table `am...', Array, Object(Closure))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Blueprint.php(119): Illuminate\\Database\\Connection->statement('alter table `am...')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(618): Illuminate\\Database\\Schema\\Blueprint->build()
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Schema\\Builder.php(472): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Facades\\Facade.php(361): Illuminate\\Database\\Schema\\Builder->create('ampeco_sessions', Object(Closure))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\database\\migrations\\2025_01_26_000000_create_ampeco_sessions_table.php(14): Illuminate\\Support\\Facades\\Facade::__callStatic('create', Array)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(514): Illuminate\\Database\\Migrations\\Migration@anonymous->up()
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(439): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(448): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runMigration():435}()
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\View\\Components\\Task.php(41): Illuminate\\Database\\Migrations\\Migrator->{closure:Illuminate\\Database\\Migrations\\Migrator::runUp():250}()
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(805): Illuminate\\Console\\View\\Components\\Task->render('2025_01_26_0000...', Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->write('Illuminate\\\\Cons...', '2025_01_26_0000...', Object(Closure))
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(210): Illuminate\\Database\\Migrations\\Migrator->runUp('C:\\\\Users\\\\juanc\\\\...', 1, false)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(137): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(116): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Migrations\\Migrator.php(665): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():109}()
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Concerns\\CallsCommands.php(68): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Concerns\\CallsCommands.php(29): Illuminate\\Console\\Command->runCommand('migrate', Array, Object(Illuminate\\Console\\OutputStyle))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Migrations\\FreshCommand.php(81): Illuminate\\Console\\Command->call('migrate', Array)
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle()
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#35 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#36 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#37 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#38 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#39 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#40 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#41 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#42 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\FreshCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#43 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#44 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#45 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#46 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#47 {main}
"} 
[2025-07-15 20:38:00] local.INFO: AmpecoDataUpdater: Command started.  
[2025-07-15 20:38:00] local.INFO: AmpecoDataUpdater: DEBUG_USER_ID from .env is: Not Set  
[2025-07-15 20:38:00] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:04] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":100,"total":1971}} 
[2025-07-15 20:38:04] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:06] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"156\",\"email\":\"geertpennewaert@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Geert\",\"middleName\":null,\"lastName\":\"Pennewaert\",\"phone\":\"0476630591\",\"country\":\"BE\",\"state\":null,\"city\":\"Oudegem\",\"postCode\":\"9200\",\"address\":\"Ouburg 130\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":313,\"externalId\":null,\"lastUpdatedAt\":\"2022-06-01T15:29:58+00:00\",\"createdAt\":...","meta_data":{"current_page":2,"from":101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":200,"total":1971}} 
[2025-07-15 20:38:06] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:08] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"280\",\"email\":\"vavo@piso.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Wim\",\"middleName\":null,\"lastName\":\"Vrancken\",\"phone\":\"0478257802\",\"country\":\"BE\",\"state\":null,\"city\":\"St-Joris-Winge\",\"postCode\":\"3390\",\"address\":\"Wingerstraat 20\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":50.57,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2310,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-17T12:45:55+00:00\",\"createdA...","meta_data":{"current_page":3,"from":201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":300,"total":1971}} 
[2025-07-15 20:38:08] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:10] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"388\",\"email\":\"steven.deron@nippongases.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Steven\",\"middleName\":null,\"lastName\":\"De Ron\",\"phone\":\"0485686876\",\"country\":\"BE\",\"state\":null,\"city\":\"Boortmeerbeek\",\"postCode\":\"3191\",\"address\":\"Ravesteinstraat 96, Hever 3191 Boortmeerbeek, Belgium\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":148.3,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2720,\"externalId\":null,\"l...","meta_data":{"current_page":4,"from":301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":400,"total":1971}} 
[2025-07-15 20:38:10] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:12] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"497\",\"email\":\"sandra@capitalecars.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Edmond\",\"middleName\":null,\"lastName\":\"Plas\",\"phone\":\"+32475235296\",\"country\":\"BE\",\"state\":null,\"city\":\"Asse\",\"postCode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"fr\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":845,\"externalId\":null,\"lastUpdatedAt\":\"2023-06-06T13:06:44+00:00\",\"crea...","meta_data":{"current_page":5,"from":401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":500,"total":1971}} 
[2025-07-15 20:38:12] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:13] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"613\",\"email\":\"Kurt.fanton@madolex.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Kurt\",\"middleName\":null,\"lastName\":\"Fanton\",\"phone\":\"0484671968\",\"country\":\"BE\",\"state\":\"Ossendriesstraat 42\",\"city\":\"Zonhoven\",\"postCode\":\"3520\",\"address\":\"ossendriesstraat 42\",\"vehicleNo\":\"2-DUM-217\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2023-07-27T...","meta_data":{"current_page":6,"from":501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":600,"total":1971}} 
[2025-07-15 20:38:13] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:15] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"743\",\"email\":\"stijn.bogaerts@outlook.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Stijn\",\"middleName\":null,\"lastName\":\"Bogaerts\",\"phone\":\"+32 499 93 60 03\",\"country\":\"BE\",\"state\":null,\"city\":\"Edegem\",\"postCode\":\"2650\",\"address\":\"Pieter Van den Bemdenlaan 59\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":100,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-10T1...","meta_data":{"current_page":7,"from":601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":700,"total":1971}} 
[2025-07-15 20:38:15] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:17] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"858\",\"email\":\"nicobonnast@me.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Nico\",\"middleName\":null,\"lastName\":\"Bonnast\",\"phone\":\"+32477384279\",\"country\":\"BE\",\"state\":null,\"city\":\"Wetteren\",\"postCode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"vehicleNo\":\"2-ELT-630\",\"personal_id\":\"591-9330104-67\",\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2156,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-31T11...","meta_data":{"current_page":8,"from":701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":800,"total":1971}} 
[2025-07-15 20:38:17] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:19] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"974\",\"email\":\"tommie.van.mechgelen@centomedia.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Tommie\",\"middleName\":null,\"lastName\":\"Van Mechgelen\",\"phone\":\"+32496642889\",\"country\":\"BE\",\"state\":null,\"city\":\"Wommelgem\",\"postCode\":\"2160\",\"address\":\"Gullenrodestraat 7 unit 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-...","meta_data":{"current_page":9,"from":801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":900,"total":1971}} 
[2025-07-15 20:38:19] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:21] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1114\",\"email\":\"mike@brandnewoffice.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Mike\",\"middleName\":null,\"lastName\":\"De Koster\",\"phone\":\"0486 41 33 35\",\"country\":\"BE\",\"state\":null,\"city\":\"Herne\",\"postCode\":\"1540\",\"address\":\"Tweekapellenstraat 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-03-17T09:17:33+00:00\",...","meta_data":{"current_page":10,"from":901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1000,"total":1971}} 
[2025-07-15 20:38:21] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:23] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1272\",\"email\":\"gerritdevos@skynet.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Gerrit\",\"middleName\":null,\"lastName\":\"De Vos\",\"phone\":\"+32456310834\",\"country\":\"BE\",\"state\":null,\"city\":\"Lochristi\",\"postCode\":\"9080\",\"address\":\"Bosdreef 12C\",\"vehicleNo\":\"2fls641\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":438.05,\"status\":\"enabled\",\"userGroupIds\":[199],\"subscriptionId\":1319,\"externalId\":null,\"lastUpdatedAt\":\"2024-06-14T08:03:14+00:0...","meta_data":{"current_page":11,"from":1001,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1100,"total":1971}} 
[2025-07-15 20:38:23] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:25] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1387\",\"email\":\"bajetak586@albarulo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Bibro\",\"middleName\":null,\"lastName\":\"Antar\",\"phone\":\"+40721001950\",\"country\":\"SE\",\"state\":null,\"city\":\"Stockholm\",\"postCode\":\"11543\",\"address\":\"ahlessen nr. 44\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"disabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-09-30T07:49:51+00:00\",\"crea...","meta_data":{"current_page":12,"from":1101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1200,"total":1971}} 
[2025-07-15 20:38:25] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:27] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1515\",\"email\":\"yunotjeanbex@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Yunot\",\"middleName\":null,\"lastName\":\"Bex\",\"phone\":\"+32460940182\",\"country\":\"BE\",\"state\":null,\"city\":\"Hasselt\",\"postCode\":\"3511\",\"address\":\"Deken Habrakenstraat 8\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":16.22,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":1778,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T18:33:50+00:00\",\"...","meta_data":{"current_page":13,"from":1201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1300,"total":1971}} 
[2025-07-15 20:38:27] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:28] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1630\",\"email\":\"pascale.vanolst@everlam.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Pascale\",\"middleName\":null,\"lastName\":\"Vanolst\",\"phone\":\"0487 26 95 23\",\"country\":\"BE\",\"state\":null,\"city\":\"Mechelen\",\"postCode\":\"2800\",\"address\":\"Blokhuisstraat 47 J           B-2800 Mechelen\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2012,\"externalId\":null,\"lastUpdatedAt...","meta_data":{"current_page":14,"from":1301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1400,"total":1971}} 
[2025-07-15 20:38:29] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:31] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1735\",\"email\":\"christophe.leysen@live.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Christophe\",\"middleName\":null,\"lastName\":\"Leysen\",\"phone\":\"+32470868696\",\"country\":\"BE\",\"state\":\"Antwerpen\",\"city\":\"Kontich\",\"postCode\":\"2550\",\"address\":\"lijsterbolstraat 18\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-12-26T10:50...","meta_data":{"current_page":15,"from":1401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1500,"total":1971}} 
[2025-07-15 20:38:31] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:33] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1852\",\"email\":\"susanbaba73@yahoo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":null,\"middleName\":null,\"lastName\":null,\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"es-ES\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-31T19:51:30+00:00\",\"createdAt\":\"2025-01-31T19:51:30+00:00\",\"cre...","meta_data":{"current_page":16,"from":1501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1600,"total":1971}} 
[2025-07-15 20:38:33] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:34] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1957\",\"email\":\"Heidi.Goossens@sobi.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Heidi\",\"middleName\":null,\"lastName\":\"Goossens\",\"phone\":\"32497590918\",\"country\":\"BE\",\"state\":null,\"city\":\"Waanrode\",\"postCode\":\"3473\",\"address\":\"Oude Tiensestraat 40\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":192.86,\"status\":\"enabled\",\"userGroupIds\":[228],\"subscriptionId\":2412,\"externalId\":\"1957\",\"lastUpdatedAt\":\"2025-04-02T11:59:5...","meta_data":{"current_page":17,"from":1601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1700,"total":1971}} 
[2025-07-15 20:38:34] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:36] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2093\",\"email\":\"sbai.ayoub@hotmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Ayoub\",\"middleName\":null,\"lastName\":\"Sbai\",\"phone\":\"+33643202625\",\"country\":\"FR\",\"state\":null,\"city\":\"Paris\",\"postCode\":\"75019\",\"address\":\"16 all\\u00e9e de Fontainebelau\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":51.65,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T10:36:03+...","meta_data":{"current_page":18,"from":1701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1800,"total":1971}} 
[2025-07-15 20:38:36] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:38] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2228\",\"email\":\"brecht.van.camp@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Brecht\",\"middleName\":null,\"lastName\":\"Van Camp\",\"phone\":\"+32476 58 79 81\",\"country\":\"BE\",\"state\":null,\"city\":\"Oelegem\",\"postCode\":\"2520\",\"address\":\"Schransken 5a\\/001\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-25T11:14:32+00:0...","meta_data":{"current_page":19,"from":1801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1900,"total":1971}} 
[2025-07-15 20:38:38] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-15 20:38:40] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2347\",\"email\":\"sarah.jacobs@docitconsult.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Sarah\",\"middleName\":null,\"lastName\":\"Jacobs\",\"phone\":\"0472013387\",\"country\":\"BE\",\"state\":null,\"city\":\"Schoten\",\"postCode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2595,\"externalId\":\"2347\",\"lastUpdatedAt\":\"2025-06-30T11:38:38+00:00...","meta_data":{"current_page":20,"from":1901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1971,"total":1971}} 
[2025-07-15 20:38:41] local.INFO: Sessions updated for user 1. {"count":0} 
[2025-07-15 20:38:42] local.INFO: Sessions updated for user 7. {"count":0} 
[2025-07-15 20:38:42] local.INFO: Sessions updated for user 15. {"count":0} 
[2025-07-15 20:38:43] local.INFO: Sessions updated for user 17. {"count":0} 
[2025-07-15 20:38:45] local.INFO: Sessions updated for user 19. {"count":3} 
[2025-07-15 20:38:46] local.INFO: Sessions updated for user 20. {"count":0} 
[2025-07-15 20:38:52] local.INFO: Sessions updated for user 21. {"count":18} 
[2025-07-15 20:39:11] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-15 20:39:11] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-15 20:39:22] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-15 20:39:22] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-15 20:39:24] local.INFO: Sessions updated for user 23. {"count":53} 
[2025-07-15 20:39:25] local.INFO: Sessions updated for user 26. {"count":7} 
[2025-07-15 20:39:26] local.INFO: Sessions updated for user 27. {"count":0} 
[2025-07-15 20:39:28] local.INFO: Sessions updated for user 28. {"count":28} 
[2025-07-15 20:39:31] local.INFO: Sessions updated for user 30. {"count":65} 
[2025-07-15 20:39:32] local.INFO: Sessions updated for user 32. {"count":0} 
[2025-07-15 20:39:32] local.INFO: Sessions updated for user 33. {"count":0} 
[2025-07-15 20:39:33] local.INFO: Sessions updated for user 36. {"count":0} 
[2025-07-15 20:39:34] local.INFO: Sessions updated for user 40. {"count":0} 
[2025-07-15 20:39:37] local.INFO: Sessions updated for user 41. {"count":48} 
[2025-07-15 20:39:39] local.INFO: Sessions updated for user 45. {"count":25} 
[2025-07-15 20:39:41] local.INFO: Sessions updated for user 46. {"count":6} 
[2025-07-15 20:39:45] local.INFO: Sessions updated for user 47. {"count":113} 
[2025-07-15 20:39:46] local.INFO: Sessions updated for user 50. {"count":0} 
[2025-07-15 20:40:17] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-15 20:40:17] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-15 20:40:17] local.INFO: Sessions updated for user 52. {"count":27} 
[2025-07-15 20:40:18] local.INFO: Sessions updated for user 53. {"count":0} 
[2025-07-15 20:40:18] local.INFO: Sessions updated for user 55. {"count":0} 
[2025-07-15 20:40:21] local.INFO: Sessions updated for user 57. {"count":6} 
[2025-07-15 20:40:21] local.INFO: Sessions updated for user 60. {"count":0} 
[2025-07-15 20:40:23] local.INFO: Sessions updated for user 61. {"count":4} 
[2025-07-15 20:40:25] local.INFO: Sessions updated for user 62. {"count":18} 
[2025-07-15 20:40:26] local.INFO: Sessions updated for user 63. {"count":0} 
[2025-07-15 20:40:27] local.INFO: Sessions updated for user 64. {"count":10} 
[2025-07-15 20:40:28] local.INFO: Sessions updated for user 65. {"count":0} 
[2025-07-15 20:40:28] local.INFO: Sessions updated for user 66. {"count":0} 
[2025-07-15 20:40:29] local.INFO: Sessions updated for user 67. {"count":0} 
[2025-07-15 20:40:32] local.INFO: Sessions updated for user 68. {"count":25} 
[2025-07-15 20:40:33] local.INFO: Sessions updated for user 69. {"count":0} 
[2025-07-15 20:40:33] local.INFO: Sessions updated for user 71. {"count":0} 
[2025-07-15 20:40:34] local.INFO: Sessions updated for user 72. {"count":0} 
[2025-07-15 20:40:35] local.INFO: Sessions updated for user 73. {"count":0} 
[2025-07-15 20:40:37] local.INFO: Sessions updated for user 74. {"count":2} 
[2025-07-15 20:40:39] local.INFO: Sessions updated for user 76. {"count":26} 
[2025-07-15 20:40:40] local.INFO: Sessions updated for user 77. {"count":0} 
[2025-07-15 20:40:41] local.INFO: Sessions updated for user 79. {"count":0} 
[2025-07-15 20:40:43] local.INFO: Sessions updated for user 80. {"count":39} 
[2025-07-15 20:40:49] local.INFO: Sessions updated for user 81. {"count":14} 
[2025-07-15 20:40:51] local.INFO: Sessions updated for user 84. {"count":43} 
[2025-07-15 20:40:53] local.INFO: Sessions updated for user 85. {"count":26} 
[2025-07-15 20:40:55] local.INFO: Sessions updated for user 86. {"count":54} 
[2025-07-15 20:40:57] local.INFO: Sessions updated for user 87. {"count":7} 
[2025-07-15 20:41:07] local.INFO: Sessions updated for user 88. {"count":32} 
[2025-07-15 20:41:08] local.INFO: Sessions updated for user 89. {"count":0} 
[2025-07-15 20:41:21] local.INFO: Sessions updated for user 90. {"count":33} 
[2025-07-15 20:41:23] local.INFO: Sessions updated for user 91. {"count":21} 
[2025-07-15 20:41:24] local.INFO: Sessions updated for user 92. {"count":0} 
[2025-07-15 20:41:26] local.INFO: Sessions updated for user 94. {"count":73} 
[2025-07-15 20:41:28] local.INFO: Sessions updated for user 95. {"count":2} 
[2025-07-15 20:41:28] local.INFO: Sessions updated for user 96. {"count":0} 
[2025-07-15 20:41:29] local.INFO: Sessions updated for user 97. {"count":0} 
[2025-07-15 20:41:30] local.INFO: Sessions updated for user 98. {"count":0} 
[2025-07-15 20:41:30] local.INFO: Sessions updated for user 99. {"count":0} 
[2025-07-15 20:41:33] local.INFO: Sessions updated for user 100. {"count":18} 
[2025-07-15 20:41:34] local.INFO: Sessions updated for user 101. {"count":4} 
[2025-07-15 20:41:37] local.INFO: Sessions updated for user 102. {"count":74} 
[2025-07-15 20:41:45] local.INFO: Sessions updated for user 103. {"count":37} 
[2025-07-15 20:42:14] local.INFO: Sessions updated for user 104. {"count":45} 
[2025-07-15 20:42:24] local.INFO: Sessions updated for user 105. {"count":23} 
[2025-07-15 20:42:34] local.INFO: Sessions updated for user 106. {"count":27} 
[2025-07-15 20:42:41] local.INFO: Sessions updated for user 107. {"count":41} 
[2025-07-15 20:42:42] local.INFO: Sessions updated for user 108. {"count":0} 
[2025-07-15 20:42:51] local.INFO: Sessions updated for user 109. {"count":41} 
[2025-07-15 20:42:52] local.INFO: Sessions updated for user 110. {"count":10} 
[2025-07-15 20:42:54] local.INFO: Sessions updated for user 111. {"count":37} 
[2025-07-15 20:42:54] local.INFO: Sessions updated for user 112. {"count":0} 
[2025-07-15 20:43:04] local.INFO: Sessions updated for user 113. {"count":39} 
[2025-07-15 20:43:05] local.INFO: Sessions updated for user 114. {"count":0} 
[2025-07-15 20:43:09] local.INFO: Sessions updated for user 115. {"count":27} 
[2025-07-15 20:43:12] local.INFO: Sessions updated for user 116. {"count":25} 
[2025-07-15 20:43:22] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-15 20:43:22] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-15 20:43:29] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-15 20:43:29] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-15 20:43:33] local.INFO: Sessions updated for user 117. {"count":72} 
[2025-07-15 20:43:33] local.INFO: Sessions updated for user 118. {"count":0} 
[2025-07-15 20:43:34] local.INFO: Sessions updated for user 119. {"count":0} 
[2025-07-15 20:43:35] local.INFO: Sessions updated for user 121. {"count":0} 
[2025-07-15 20:43:35] local.INFO: Sessions updated for user 122. {"count":0} 
[2025-07-15 20:43:36] local.INFO: Sessions updated for user 123. {"count":0} 
[2025-07-15 20:43:37] local.INFO: Sessions updated for user 124. {"count":0} 
[2025-07-15 20:43:42] local.INFO: Sessions updated for user 125. {"count":26} 
[2025-07-15 20:43:43] local.INFO: Sessions updated for user 127. {"count":0} 
[2025-07-15 20:43:45] local.INFO: Sessions updated for user 128. {"count":16} 
[2025-07-15 20:43:45] local.INFO: Sessions updated for user 130. {"count":0} 
[2025-07-15 20:43:47] local.INFO: Sessions updated for user 131. {"count":4} 
[2025-07-15 20:43:48] local.INFO: Sessions updated for user 134. {"count":0} 
[2025-07-15 20:43:48] local.INFO: Sessions updated for user 140. {"count":0} 
[2025-07-15 20:43:51] local.INFO: Sessions updated for user 142. {"count":50} 
[2025-07-15 20:43:53] local.INFO: Sessions updated for user 143. {"count":18} 
[2025-07-15 20:43:54] local.INFO: Sessions updated for user 144. {"count":0} 
[2025-07-15 20:43:54] local.INFO: Sessions updated for user 145. {"count":0} 
[2025-07-15 20:43:57] local.INFO: Sessions updated for user 146. {"count":3} 
[2025-07-15 20:44:00] local.INFO: Sessions updated for user 147. {"count":33} 
[2025-07-15 20:44:01] local.INFO: Sessions updated for user 150. {"count":0} 
[2025-07-15 20:44:01] local.INFO: Sessions updated for user 152. {"count":0} 
[2025-07-15 20:44:05] local.INFO: Sessions updated for user 154. {"count":38} 
[2025-07-15 20:44:08] local.INFO: Sessions updated for user 155. {"count":40} 
[2025-07-15 20:44:10] local.INFO: Sessions updated for user 156. {"count":42} 
[2025-07-15 20:44:11] local.INFO: Sessions updated for user 159. {"count":0} 
[2025-07-15 20:44:17] local.INFO: Sessions updated for user 160. {"count":36} 
[2025-07-15 20:44:29] local.INFO: Sessions updated for user 161. {"count":50} 
[2025-07-15 20:44:34] local.INFO: Sessions updated for user 162. {"count":55} 
[2025-07-15 20:44:36] local.INFO: Sessions updated for user 163. {"count":24} 
[2025-07-15 20:44:36] local.INFO: Sessions updated for user 164. {"count":0} 
[2025-07-15 20:44:40] local.INFO: Sessions updated for user 166. {"count":44} 
[2025-07-15 20:44:43] local.INFO: Sessions updated for user 167. {"count":28} 
[2025-07-15 20:44:44] local.INFO: Sessions updated for user 168. {"count":12} 
[2025-07-15 20:44:46] local.INFO: Sessions updated for user 169. {"count":23} 
[2025-07-15 20:44:47] local.INFO: Sessions updated for user 170. {"count":0} 
[2025-07-15 20:44:55] local.INFO: Sessions updated for user 171. {"count":52} 
[2025-07-15 20:45:06] local.INFO: Sessions updated for user 172. {"count":44} 
[2025-07-15 20:45:12] local.INFO: Sessions updated for user 173. {"count":25} 
[2025-07-15 20:45:15] local.INFO: Sessions updated for user 174. {"count":30} 
[2025-07-15 20:45:16] local.INFO: Sessions updated for user 175. {"count":0} 
[2025-07-15 20:45:16] local.INFO: Sessions updated for user 176. {"count":0} 
[2025-07-15 20:45:17] local.INFO: Sessions updated for user 177. {"count":0} 
[2025-07-15 20:45:18] local.INFO: Sessions updated for user 178. {"count":0} 
[2025-07-15 20:45:18] local.INFO: Sessions updated for user 179. {"count":0} 
[2025-07-15 20:45:19] local.INFO: Sessions updated for user 180. {"count":0} 
[2025-07-15 20:45:24] local.INFO: Sessions updated for user 181. {"count":52} 
[2025-07-15 20:45:25] local.INFO: Sessions updated for user 182. {"count":0} 
[2025-07-15 20:45:28] local.INFO: Sessions updated for user 183. {"count":65} 
[2025-07-15 20:45:29] local.INFO: Sessions updated for user 184. {"count":20} 
[2025-07-15 20:45:31] local.INFO: Sessions updated for user 185. {"count":10} 
[2025-07-15 20:45:32] local.INFO: Sessions updated for user 186. {"count":0} 
[2025-07-15 20:45:32] local.INFO: Sessions updated for user 187. {"count":0} 
[2025-07-15 20:45:33] local.INFO: Sessions updated for user 188. {"count":0} 
[2025-07-15 20:45:40] local.INFO: Sessions updated for user 191. {"count":22} 
[2025-07-15 20:45:41] local.INFO: Sessions updated for user 192. {"count":0} 
[2025-07-15 20:45:45] local.INFO: Sessions updated for user 193. {"count":84} 
[2025-07-15 20:46:08] local.INFO: Sessions updated for user 194. {"count":46} 
[2025-07-15 20:46:09] local.INFO: Sessions updated for user 196. {"count":0} 
[2025-07-15 20:46:10] local.INFO: Sessions updated for user 197. {"count":0} 
[2025-07-15 20:46:10] local.INFO: Sessions updated for user 199. {"count":0} 
[2025-07-15 20:46:13] local.INFO: Sessions updated for user 200. {"count":13} 
[2025-07-15 20:46:13] local.INFO: Sessions updated for user 204. {"count":0} 
[2025-07-15 20:46:18] local.INFO: Sessions updated for user 205. {"count":14} 
[2025-07-15 20:46:22] local.INFO: Sessions updated for user 206. {"count":7} 
[2025-07-15 20:46:23] local.INFO: Sessions updated for user 207. {"count":0} 
[2025-07-15 20:46:23] local.INFO: Sessions updated for user 208. {"count":0} 
[2025-07-15 20:46:24] local.INFO: Sessions updated for user 209. {"count":0} 
[2025-07-15 20:46:25] local.INFO: Sessions updated for user 210. {"count":0} 
[2025-07-15 20:46:30] local.INFO: Sessions updated for user 211. {"count":34} 
[2025-07-15 20:46:35] local.INFO: Sessions updated for user 212. {"count":7} 
[2025-07-15 20:46:35] local.INFO: Sessions updated for user 213. {"count":0} 
[2025-07-15 20:46:36] local.INFO: Sessions updated for user 214. {"count":0} 
[2025-07-15 20:46:37] local.INFO: Sessions updated for user 216. {"count":0} 
[2025-07-15 20:46:41] local.INFO: Sessions updated for user 217. {"count":30} 
[2025-07-15 20:46:46] local.INFO: Sessions updated for user 219. {"count":17} 
[2025-07-15 20:46:49] local.INFO: Sessions updated for user 220. {"count":56} 
[2025-07-15 20:46:50] local.INFO: Sessions updated for user 221. {"count":0} 
[2025-07-15 20:46:51] local.INFO: Sessions updated for user 222. {"count":0} 
[2025-07-15 20:46:51] local.INFO: Sessions updated for user 223. {"count":0} 
[2025-07-15 20:46:52] local.INFO: Sessions updated for user 224. {"count":1} 
[2025-07-15 20:46:53] local.INFO: Sessions updated for user 225. {"count":0} 
[2025-07-15 20:46:53] local.INFO: Sessions updated for user 226. {"count":0} 
[2025-07-15 20:47:02] local.INFO: Sessions updated for user 228. {"count":28} 
[2025-07-15 20:47:03] local.INFO: Sessions updated for user 229. {"count":0} 
[2025-07-15 20:47:09] local.INFO: Sessions updated for user 230. {"count":45} 
[2025-07-15 20:47:10] local.INFO: Sessions updated for user 232. {"count":0} 
[2025-07-15 20:47:15] local.INFO: Sessions updated for user 233. {"count":46} 
[2025-07-15 20:47:19] local.INFO: Sessions updated for user 234. {"count":9} 
[2025-07-15 20:47:24] local.INFO: Sessions updated for user 235. {"count":28} 
[2025-07-15 20:47:25] local.INFO: Sessions updated for user 236. {"count":41} 
[2025-07-15 20:47:27] local.INFO: Sessions updated for user 237. {"count":1} 
[2025-07-15 20:47:29] local.INFO: Sessions updated for user 238. {"count":21} 
[2025-07-15 20:47:30] local.INFO: Sessions updated for user 239. {"count":6} 
[2025-07-15 20:47:31] local.INFO: Sessions updated for user 242. {"count":0} 
[2025-07-15 20:47:32] local.INFO: Sessions updated for user 244. {"count":10} 
[2025-07-15 20:47:32] local.INFO: Sessions updated for user 245. {"count":0} 
[2025-07-15 20:47:34] local.INFO: Sessions updated for user 246. {"count":8} 
[2025-07-15 20:47:38] local.INFO: Sessions updated for user 247. {"count":11} 
[2025-07-15 20:47:38] local.INFO: Sessions updated for user 248. {"count":0} 
[2025-07-15 20:47:39] local.INFO: Sessions updated for user 249. {"count":4} 
[2025-07-15 20:47:40] local.INFO: Sessions updated for user 250. {"count":0} 
[2025-07-15 20:47:40] local.INFO: Sessions updated for user 251. {"count":0} 
[2025-07-15 20:47:41] local.INFO: Sessions updated for user 253. {"count":0} 
[2025-07-15 20:47:41] local.INFO: Sessions updated for user 254. {"count":0} 
[2025-07-15 20:47:44] local.INFO: Sessions updated for user 255. {"count":11} 
[2025-07-15 20:47:44] local.INFO: Sessions updated for user 257. {"count":0} 
[2025-07-15 20:47:47] local.INFO: Sessions updated for user 258. {"count":31} 
[2025-07-15 20:47:47] local.INFO: Sessions updated for user 259. {"count":0} 
[2025-07-15 20:48:16] local.INFO: Sessions updated for user 260. {"count":160} 
[2025-07-15 20:48:17] local.INFO: Sessions updated for user 262. {"count":0} 
[2025-07-15 20:48:18] local.INFO: Sessions updated for user 263. {"count":0} 
[2025-07-15 20:48:19] local.INFO: Sessions updated for user 267. {"count":0} 
[2025-07-15 20:48:19] local.INFO: Sessions updated for user 268. {"count":0} 
[2025-07-15 20:48:20] local.INFO: Sessions updated for user 269. {"count":11} 
[2025-07-15 20:48:21] local.INFO: Sessions updated for user 270. {"count":0} 
[2025-07-15 20:48:22] local.INFO: Sessions updated for user 271. {"count":0} 
[2025-07-15 20:48:26] local.INFO: Sessions updated for user 273. {"count":32} 
[2025-07-15 20:48:32] local.INFO: Sessions updated for user 274. {"count":20} 
[2025-07-15 20:48:34] local.INFO: Sessions updated for user 275. {"count":24} 
[2025-07-15 20:48:35] local.INFO: Sessions updated for user 276. {"count":0} 
[2025-07-15 20:48:41] local.INFO: Sessions updated for user 277. {"count":9} 
[2025-07-15 20:48:42] local.INFO: Sessions updated for user 278. {"count":0} 
[2025-07-15 20:48:42] local.INFO: Sessions updated for user 279. {"count":0} 
[2025-07-15 20:48:46] local.INFO: Sessions updated for user 280. {"count":70} 
[2025-07-15 20:48:47] local.INFO: Sessions updated for user 281. {"count":0} 
[2025-07-15 20:48:50] local.INFO: Sessions updated for user 283. {"count":9} 
[2025-07-15 20:48:52] local.INFO: Sessions updated for user 284. {"count":15} 
[2025-07-15 20:48:55] local.INFO: Sessions updated for user 285. {"count":51} 
[2025-07-15 20:48:56] local.INFO: Sessions updated for user 286. {"count":0} 
[2025-07-15 20:48:57] local.INFO: Sessions updated for user 287. {"count":0} 
[2025-07-15 20:48:57] local.INFO: Sessions updated for user 288. {"count":0} 
[2025-07-15 20:49:00] local.INFO: Sessions updated for user 290. {"count":27} 
[2025-07-15 20:49:01] local.INFO: Sessions updated for user 291. {"count":0} 
[2025-07-15 20:49:01] local.INFO: Sessions updated for user 292. {"count":10} 
[2025-07-15 20:49:02] local.INFO: Sessions updated for user 293. {"count":0} 
[2025-07-15 20:49:03] local.INFO: Sessions updated for user 294. {"count":0} 
[2025-07-15 20:49:03] local.INFO: Sessions updated for user 295. {"count":0} 
[2025-07-15 20:49:07] local.INFO: Sessions updated for user 296. {"count":57} 
[2025-07-15 20:49:08] local.INFO: Sessions updated for user 297. {"count":0} 
[2025-07-15 20:49:09] local.INFO: Sessions updated for user 298. {"count":0} 
[2025-07-15 20:49:11] local.INFO: Sessions updated for user 301. {"count":20} 
[2025-07-15 20:49:13] local.INFO: Sessions updated for user 302. {"count":31} 
[2025-07-15 20:49:14] local.INFO: Sessions updated for user 303. {"count":0} 
[2025-07-15 20:49:15] local.INFO: Sessions updated for user 304. {"count":0} 
[2025-07-15 20:49:18] local.INFO: Sessions updated for user 305. {"count":34} 
[2025-07-15 20:49:19] local.INFO: Sessions updated for user 306. {"count":14} 
[2025-07-15 20:49:22] local.INFO: Sessions updated for user 307. {"count":39} 
[2025-07-15 20:49:26] local.INFO: Sessions updated for user 308. {"count":104} 
[2025-07-15 20:49:27] local.INFO: Sessions updated for user 309. {"count":0} 
[2025-07-15 20:49:29] local.INFO: Sessions updated for user 310. {"count":55} 
[2025-07-15 20:49:30] local.INFO: Sessions updated for user 311. {"count":0} 
[2025-07-15 20:49:32] local.INFO: Sessions updated for user 312. {"count":12} 
[2025-07-15 20:49:44] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-15 20:49:44] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-15 20:49:50] local.INFO: Sessions updated for user 313. {"count":88} 
[2025-07-15 20:49:51] local.INFO: Sessions updated for user 314. {"count":0} 
[2025-07-15 20:49:53] local.INFO: Sessions updated for user 315. {"count":4} 
[2025-07-15 20:49:57] local.INFO: Sessions updated for user 316. {"count":82} 
[2025-07-15 20:49:58] local.INFO: Sessions updated for user 317. {"count":0} 
[2025-07-15 20:50:00] local.INFO: Sessions updated for user 318. {"count":42} 
[2025-07-15 20:50:01] local.INFO: Sessions updated for user 319. {"count":0} 
[2025-07-15 20:50:03] local.INFO: Sessions updated for user 320. {"count":10} 
[2025-07-15 20:50:03] local.INFO: Sessions updated for user 321. {"count":0} 
[2025-07-15 20:50:07] local.INFO: Sessions updated for user 323. {"count":14} 
[2025-07-15 20:50:08] local.INFO: Sessions updated for user 324. {"count":0} 
[2025-07-15 20:50:09] local.INFO: Sessions updated for user 325. {"count":0} 
[2025-07-15 20:50:09] local.INFO: Sessions updated for user 326. {"count":0} 
[2025-07-15 20:50:12] local.INFO: Sessions updated for user 327. {"count":16} 
[2025-07-15 20:50:12] local.INFO: Sessions updated for user 328. {"count":0} 
[2025-07-15 20:50:13] local.INFO: Sessions updated for user 329. {"count":0} 
[2025-07-15 20:50:14] local.INFO: Sessions updated for user 330. {"count":0} 
[2025-07-15 20:50:14] local.INFO: Sessions updated for user 331. {"count":0} 
[2025-07-15 20:50:15] local.INFO: Sessions updated for user 332. {"count":5} 
[2025-07-15 20:50:16] local.INFO: Sessions updated for user 333. {"count":0} 
[2025-07-15 20:50:17] local.INFO: Sessions updated for user 334. {"count":0} 
[2025-07-15 20:50:17] local.INFO: Sessions updated for user 335. {"count":0} 
[2025-07-15 20:50:19] local.INFO: Sessions updated for user 336. {"count":13} 
[2025-07-15 20:50:25] local.INFO: Sessions updated for user 338. {"count":101} 
[2025-07-15 20:50:26] local.INFO: Sessions updated for user 339. {"count":0} 
[2025-07-15 20:50:29] local.INFO: Sessions updated for user 340. {"count":53} 
[2025-07-15 20:50:29] local.INFO: Sessions updated for user 341. {"count":0} 
[2025-07-15 20:50:30] local.INFO: Sessions updated for user 342. {"count":0} 
[2025-07-15 20:50:32] local.INFO: Sessions updated for user 343. {"count":19} 
[2025-07-15 20:50:33] local.INFO: Sessions updated for user 344. {"count":0} 
[2025-07-15 20:50:34] local.INFO: Sessions updated for user 345. {"count":0} 
[2025-07-15 20:50:35] local.INFO: Sessions updated for user 346. {"count":0} 
[2025-07-15 20:50:36] local.INFO: Sessions updated for user 347. {"count":0} 
[2025-07-15 20:50:36] local.INFO: Sessions updated for user 348. {"count":0} 
[2025-07-15 20:50:37] local.INFO: Sessions updated for user 349. {"count":0} 
[2025-07-15 20:50:38] local.INFO: Sessions updated for user 351. {"count":0} 
[2025-07-15 20:50:53] local.INFO: Sessions updated for user 352. {"count":95} 
[2025-07-15 20:50:56] local.INFO: Sessions updated for user 353. {"count":58} 
[2025-07-15 20:50:57] local.INFO: Sessions updated for user 354. {"count":0} 
[2025-07-15 20:50:58] local.INFO: Sessions updated for user 355. {"count":0} 
[2025-07-15 20:51:10] local.INFO: Sessions updated for user 356. {"count":28} 
[2025-07-15 20:51:11] local.INFO: Sessions updated for user 357. {"count":0} 
[2025-07-15 20:51:12] local.INFO: Sessions updated for user 358. {"count":0} 
[2025-07-15 20:51:12] local.INFO: Sessions updated for user 359. {"count":0} 
[2025-07-15 20:51:13] local.INFO: Sessions updated for user 360. {"count":0} 
[2025-07-15 20:51:14] local.INFO: Sessions updated for user 361. {"count":0} 
[2025-07-15 20:51:15] local.INFO: Sessions updated for user 362. {"count":0} 
[2025-07-15 20:51:16] local.INFO: Sessions updated for user 363. {"count":0} 
[2025-07-15 20:51:18] local.INFO: Sessions updated for user 364. {"count":42} 
[2025-07-15 20:51:20] local.INFO: Sessions updated for user 365. {"count":11} 
[2025-07-15 20:51:35] local.INFO: Sessions updated for user 366. {"count":62} 
[2025-07-15 20:51:36] local.INFO: Sessions updated for user 367. {"count":0} 
[2025-07-15 20:51:36] local.INFO: Sessions updated for user 368. {"count":0} 
[2025-07-15 20:51:37] local.INFO: Sessions updated for user 369. {"count":0} 
[2025-07-15 20:51:38] local.INFO: Sessions updated for user 370. {"count":0} 
[2025-07-15 20:51:38] local.INFO: Sessions updated for user 371. {"count":0} 
[2025-07-15 20:51:39] local.INFO: Sessions updated for user 372. {"count":0} 
[2025-07-15 20:51:40] local.INFO: Sessions updated for user 373. {"count":6} 
[2025-07-15 20:51:41] local.INFO: Sessions updated for user 374. {"count":0} 
[2025-07-15 20:51:41] local.INFO: Sessions updated for user 375. {"count":0} 
[2025-07-15 20:51:42] local.INFO: Sessions updated for user 376. {"count":10} 
[2025-07-15 20:51:44] local.INFO: Sessions updated for user 377. {"count":9} 
[2025-07-15 20:51:48] local.INFO: Sessions updated for user 378. {"count":74} 
[2025-07-15 20:51:48] local.INFO: Sessions updated for user 379. {"count":0} 
[2025-07-15 20:51:49] local.INFO: Sessions updated for user 380. {"count":0} 
[2025-07-15 20:51:50] local.INFO: Sessions updated for user 381. {"count":0} 
[2025-07-15 20:51:51] local.INFO: Sessions updated for user 382. {"count":0} 
[2025-07-15 20:51:55] local.INFO: Sessions updated for user 383. {"count":16} 
[2025-07-15 20:51:56] local.INFO: Sessions updated for user 384. {"count":33} 
[2025-07-15 20:51:57] local.INFO: Sessions updated for user 386. {"count":30} 
[2025-07-15 20:51:58] local.INFO: Sessions updated for user 387. {"count":9} 
[2025-07-15 20:51:59] local.INFO: Sessions updated for user 388. {"count":2} 
[2025-07-15 20:52:00] local.INFO: Sessions updated for user 389. {"count":0} 
[2025-07-15 20:52:00] local.INFO: Sessions updated for user 390. {"count":0} 
[2025-07-15 20:52:02] local.INFO: Sessions updated for user 391. {"count":1} 
[2025-07-15 20:52:03] local.INFO: Sessions updated for user 392. {"count":0} 
[2025-07-15 20:52:05] local.INFO: Sessions updated for user 393. {"count":34} 
[2025-07-15 20:52:06] local.INFO: Sessions updated for user 395. {"count":0} 
[2025-07-15 20:52:06] local.INFO: Sessions updated for user 396. {"count":0} 
[2025-07-15 20:52:07] local.INFO: Sessions updated for user 398. {"count":0} 
[2025-07-15 20:52:08] local.INFO: Sessions updated for user 399. {"count":0} 
[2025-07-15 20:52:09] local.INFO: Sessions updated for user 400. {"count":0} 
[2025-07-15 20:52:09] local.INFO: Sessions updated for user 401. {"count":0} 
[2025-07-15 20:52:10] local.INFO: Sessions updated for user 402. {"count":0} 
[2025-07-15 20:52:10] local.INFO: Sessions updated for user 403. {"count":0} 
[2025-07-15 20:52:11] local.INFO: Sessions updated for user 404. {"count":0} 
[2025-07-15 20:52:14] local.INFO: Sessions updated for user 406. {"count":19} 
[2025-07-15 20:52:16] local.INFO: Sessions updated for user 407. {"count":39} 
[2025-07-15 20:52:19] local.INFO: Sessions updated for user 408. {"count":47} 
[2025-07-15 20:52:19] local.INFO: Sessions updated for user 410. {"count":0} 
[2025-07-15 20:52:20] local.INFO: Sessions updated for user 411. {"count":0} 
[2025-07-15 20:52:20] local.INFO: Sessions updated for user 412. {"count":0} 
[2025-07-15 20:52:22] local.INFO: Sessions updated for user 413. {"count":15} 
[2025-07-15 20:52:24] local.INFO: Sessions updated for user 414. {"count":6} 
[2025-07-15 20:52:26] local.INFO: Sessions updated for user 415. {"count":16} 
[2025-07-15 20:52:27] local.INFO: Sessions updated for user 416. {"count":4} 
[2025-07-15 20:52:28] local.INFO: Sessions updated for user 417. {"count":0} 
[2025-07-15 20:52:28] local.INFO: Sessions updated for user 418. {"count":0} 
[2025-07-15 20:52:29] local.INFO: Sessions updated for user 419. {"count":0} 
[2025-07-15 20:52:34] local.INFO: Sessions updated for user 421. {"count":33} 
[2025-07-15 20:52:35] local.INFO: Sessions updated for user 422. {"count":0} 
[2025-07-15 20:52:37] local.INFO: Sessions updated for user 423. {"count":33} 
[2025-07-15 20:52:37] local.INFO: Sessions updated for user 424. {"count":0} 
[2025-07-15 20:52:38] local.INFO: Sessions updated for user 425. {"count":0} 
[2025-07-15 20:52:38] local.INFO: Sessions updated for user 426. {"count":0} 
[2025-07-15 20:52:47] local.INFO: Sessions updated for user 427. {"count":54} 
[2025-07-15 20:52:47] local.INFO: Sessions updated for user 428. {"count":0} 
[2025-07-15 20:52:50] local.INFO: Sessions updated for user 429. {"count":26} 
[2025-07-15 20:52:52] local.INFO: Sessions updated for user 430. {"count":7} 
[2025-07-15 20:52:54] local.INFO: Sessions updated for user 431. {"count":17} 
[2025-07-15 20:52:55] local.INFO: Sessions updated for user 432. {"count":0} 
[2025-07-15 20:52:59] local.INFO: Sessions updated for user 433. {"count":6} 
[2025-07-15 20:53:00] local.INFO: Sessions updated for user 434. {"count":0} 
[2025-07-15 20:53:03] local.INFO: Sessions updated for user 435. {"count":6} 
[2025-07-15 20:53:06] local.INFO: Sessions updated for user 436. {"count":27} 
[2025-07-15 20:53:09] local.INFO: Sessions updated for user 437. {"count":13} 
[2025-07-15 20:53:10] local.INFO: Sessions updated for user 438. {"count":0} 
[2025-07-15 20:53:15] local.INFO: Sessions updated for user 439. {"count":50} 
[2025-07-15 20:53:21] local.INFO: Sessions updated for user 440. {"count":64} 
[2025-07-15 20:53:24] local.INFO: Sessions updated for user 442. {"count":33} 
[2025-07-15 20:53:24] local.INFO: Sessions updated for user 443. {"count":0} 
[2025-07-15 20:53:25] local.INFO: Sessions updated for user 445. {"count":0} 
[2025-07-15 20:53:25] local.INFO: Sessions updated for user 446. {"count":0} 
[2025-07-15 20:53:28] local.INFO: Sessions updated for user 447. {"count":3} 
[2025-07-15 20:53:29] local.INFO: Sessions updated for user 448. {"count":0} 
[2025-07-15 20:53:34] local.INFO: Sessions updated for user 449. {"count":62} 
[2025-07-15 20:53:39] local.INFO: Sessions updated for user 450. {"count":36} 
[2025-07-15 20:53:40] local.INFO: Sessions updated for user 451. {"count":0} 
[2025-07-15 20:53:40] local.INFO: Sessions updated for user 452. {"count":0} 
[2025-07-15 20:53:42] local.INFO: Sessions updated for user 453. {"count":40} 
[2025-07-15 20:53:43] local.INFO: Sessions updated for user 454. {"count":0} 
[2025-07-15 20:53:44] local.INFO: Sessions updated for user 455. {"count":23} 
[2025-07-15 20:53:45] local.INFO: Sessions updated for user 456. {"count":0} 
[2025-07-15 20:53:45] local.INFO: Sessions updated for user 457. {"count":0} 
[2025-07-15 20:53:47] local.INFO: Sessions updated for user 458. {"count":8} 
[2025-07-15 20:53:47] local.INFO: Sessions updated for user 459. {"count":0} 
[2025-07-15 20:53:48] local.INFO: Sessions updated for user 460. {"count":0} 
[2025-07-15 20:53:51] local.INFO: Sessions updated for user 461. {"count":55} 
[2025-07-15 20:53:52] local.INFO: Sessions updated for user 462. {"count":0} 
[2025-07-15 20:53:54] local.INFO: Sessions updated for user 463. {"count":8} 
[2025-07-15 20:53:54] local.INFO: Sessions updated for user 464. {"count":0} 
[2025-07-15 20:53:55] local.INFO: Sessions updated for user 466. {"count":0} 
[2025-07-15 20:53:57] local.INFO: Sessions updated for user 467. {"count":42} 
[2025-07-15 20:54:04] local.INFO: Sessions updated for user 469. {"count":53} 
[2025-07-15 20:54:05] local.INFO: Sessions updated for user 470. {"count":0} 
[2025-07-15 20:54:08] local.INFO: Sessions updated for user 471. {"count":13} 
[2025-07-15 20:54:08] local.INFO: Sessions updated for user 472. {"count":0} 
[2025-07-15 20:54:09] local.INFO: Sessions updated for user 473. {"count":0} 
[2025-07-15 20:54:17] local.INFO: Sessions updated for user 474. {"count":25} 
[2025-07-15 20:54:18] local.INFO: Sessions updated for user 475. {"count":8} 
[2025-07-15 20:54:19] local.INFO: Sessions updated for user 476. {"count":0} 
[2025-07-15 20:54:21] local.INFO: Sessions updated for user 477. {"count":37} 
[2025-07-15 20:54:23] local.INFO: Sessions updated for user 478. {"count":35} 
[2025-07-15 20:54:24] local.INFO: Sessions updated for user 479. {"count":0} 
[2025-07-15 20:54:24] local.INFO: Sessions updated for user 480. {"count":0} 
[2025-07-15 20:54:25] local.INFO: Sessions updated for user 481. {"count":0} 
[2025-07-15 20:54:32] local.INFO: Sessions updated for user 482. {"count":77} 
[2025-07-15 20:54:33] local.INFO: Sessions updated for user 483. {"count":0} 
[2025-07-15 20:54:35] local.INFO: Sessions updated for user 484. {"count":44} 
[2025-07-15 20:54:36] local.INFO: Sessions updated for user 485. {"count":0} 
[2025-07-15 20:54:43] local.INFO: Sessions updated for user 486. {"count":22} 
[2025-07-15 20:54:45] local.INFO: Sessions updated for user 487. {"count":36} 
[2025-07-15 20:54:46] local.INFO: Sessions updated for user 488. {"count":0} 
[2025-07-15 20:54:47] local.INFO: Sessions updated for user 489. {"count":2} 
[2025-07-15 20:54:47] local.INFO: Sessions updated for user 490. {"count":0} 
[2025-07-15 20:54:48] local.INFO: Sessions updated for user 491. {"count":0} 
[2025-07-15 20:54:49] local.INFO: Sessions updated for user 492. {"count":0} 
[2025-07-15 20:54:52] local.INFO: Sessions updated for user 493. {"count":74} 
[2025-07-15 20:54:57] local.INFO: Sessions updated for user 494. {"count":9} 
[2025-07-15 20:54:58] local.INFO: Sessions updated for user 495. {"count":24} 
[2025-07-15 20:54:59] local.INFO: Sessions updated for user 496. {"count":0} 
[2025-07-15 20:55:00] local.INFO: Sessions updated for user 497. {"count":0} 
[2025-07-15 20:55:00] local.INFO: Sessions updated for user 498. {"count":0} 
[2025-07-15 20:55:01] local.INFO: Sessions updated for user 500. {"count":14} 
[2025-07-15 20:55:03] local.INFO: Sessions updated for user 501. {"count":7} 
[2025-07-15 20:55:05] local.INFO: Sessions updated for user 503. {"count":2} 
[2025-07-15 20:55:06] local.INFO: Sessions updated for user 504. {"count":0} 
[2025-07-15 20:55:08] local.INFO: Sessions updated for user 506. {"count":21} 
[2025-07-15 20:55:17] local.INFO: Sessions updated for user 507. {"count":22} 
[2025-07-15 20:55:19] local.INFO: Sessions updated for user 508. {"count":23} 
[2025-07-15 20:55:29] local.INFO: Sessions updated for user 509. {"count":63} 
[2025-07-15 20:55:30] local.INFO: Sessions updated for user 510. {"count":15} 
[2025-07-15 20:55:31] local.INFO: Sessions updated for user 511. {"count":0} 
[2025-07-15 20:55:33] local.INFO: Sessions updated for user 512. {"count":20} 
[2025-07-15 20:55:33] local.INFO: Sessions updated for user 513. {"count":0} 
[2025-07-15 20:55:35] local.INFO: Sessions updated for user 515. {"count":28} 
[2025-07-15 20:55:36] local.INFO: Sessions updated for user 516. {"count":15} 
[2025-07-15 20:55:37] local.INFO: Sessions updated for user 517. {"count":0} 
[2025-07-15 20:55:38] local.INFO: Sessions updated for user 518. {"count":20} 
[2025-07-15 20:55:39] local.INFO: Sessions updated for user 519. {"count":0} 
[2025-07-15 20:55:39] local.INFO: Sessions updated for user 520. {"count":1} 
[2025-07-15 20:55:40] local.INFO: Sessions updated for user 521. {"count":0} 
[2025-07-15 20:55:41] local.INFO: Sessions updated for user 524. {"count":0} 
[2025-07-15 20:55:42] local.INFO: Sessions updated for user 525. {"count":20} 
[2025-07-15 20:55:42] local.INFO: Sessions updated for user 526. {"count":0} 
[2025-07-15 20:55:44] local.INFO: Sessions updated for user 527. {"count":12} 
[2025-07-15 20:55:46] local.INFO: Sessions updated for user 528. {"count":4} 
[2025-07-15 20:55:46] local.INFO: Sessions updated for user 529. {"count":0} 
[2025-07-15 20:55:47] local.INFO: Sessions updated for user 530. {"count":19} 
[2025-07-15 20:55:48] local.INFO: Sessions updated for user 531. {"count":0} 
[2025-07-15 20:55:48] local.INFO: Sessions updated for user 532. {"count":0} 
[2025-07-15 20:55:49] local.INFO: Sessions updated for user 533. {"count":0} 
[2025-07-15 20:55:53] local.INFO: Sessions updated for user 534. {"count":32} 
[2025-07-15 20:55:55] local.INFO: Sessions updated for user 535. {"count":19} 
[2025-07-15 20:55:58] local.INFO: Sessions updated for user 536. {"count":50} 
[2025-07-15 20:55:59] local.INFO: Sessions updated for user 537. {"count":9} 
[2025-07-15 20:56:00] local.INFO: Sessions updated for user 538. {"count":0} 
[2025-07-15 20:56:04] local.INFO: Sessions updated for user 539. {"count":15} 
[2025-07-15 20:56:05] local.INFO: Sessions updated for user 541. {"count":0} 
[2025-07-15 20:56:06] local.INFO: Sessions updated for user 542. {"count":0} 
[2025-07-15 20:56:10] local.INFO: Sessions updated for user 544. {"count":39} 
[2025-07-15 20:56:13] local.INFO: Sessions updated for user 546. {"count":73} 
[2025-07-15 20:56:14] local.INFO: Sessions updated for user 547. {"count":0} 
[2025-07-15 20:56:15] local.INFO: Sessions updated for user 548. {"count":0} 
[2025-07-15 20:56:15] local.INFO: Sessions updated for user 549. {"count":0} 
[2025-07-15 20:56:17] local.INFO: Sessions updated for user 550. {"count":17} 
[2025-07-15 20:56:18] local.INFO: Sessions updated for user 552. {"count":0} 
[2025-07-15 20:56:20] local.INFO: Sessions updated for user 553. {"count":49} 
[2025-07-15 20:56:21] local.INFO: Sessions updated for user 554. {"count":9} 
[2025-07-15 20:56:22] local.INFO: Sessions updated for user 555. {"count":0} 
[2025-07-15 20:56:24] local.INFO: Sessions updated for user 557. {"count":8} 
[2025-07-15 20:56:29] local.INFO: Sessions updated for user 558. {"count":68} 
[2025-07-15 20:56:31] local.INFO: Sessions updated for user 559. {"count":7} 
[2025-07-15 20:56:32] local.INFO: Sessions updated for user 560. {"count":0} 
[2025-07-15 20:56:32] local.INFO: Sessions updated for user 561. {"count":0} 
[2025-07-15 20:56:33] local.INFO: Sessions updated for user 562. {"count":0} 
[2025-07-15 20:56:35] local.INFO: Sessions updated for user 563. {"count":49} 
[2025-07-15 20:56:38] local.INFO: Sessions updated for user 564. {"count":29} 
[2025-07-15 20:56:39] local.INFO: Sessions updated for user 565. {"count":2} 
[2025-07-15 20:56:40] local.INFO: Sessions updated for user 566. {"count":16} 
[2025-07-15 20:56:41] local.INFO: Sessions updated for user 567. {"count":0} 
[2025-07-15 20:56:42] local.INFO: Sessions updated for user 568. {"count":1} 
[2025-07-15 20:56:47] local.INFO: Sessions updated for user 569. {"count":54} 
[2025-07-15 20:56:50] local.INFO: Sessions updated for user 570. {"count":28} 
[2025-07-15 20:56:58] local.INFO: Sessions updated for user 572. {"count":155} 
[2025-07-15 20:56:59] local.INFO: Sessions updated for user 573. {"count":0} 
[2025-07-15 20:56:59] local.INFO: Sessions updated for user 574. {"count":0} 
[2025-07-15 20:57:03] local.INFO: Sessions updated for user 575. {"count":20} 
[2025-07-15 20:57:03] local.INFO: Sessions updated for user 576. {"count":0} 
[2025-07-15 20:57:04] local.INFO: Sessions updated for user 577. {"count":0} 
[2025-07-15 20:57:05] local.INFO: Sessions updated for user 578. {"count":0} 
[2025-07-15 20:57:07] local.INFO: Sessions updated for user 579. {"count":1} 
[2025-07-15 20:57:10] local.INFO: Sessions updated for user 580. {"count":23} 
[2025-07-15 20:57:11] local.INFO: Sessions updated for user 581. {"count":13} 
[2025-07-15 20:57:12] local.INFO: Sessions updated for user 582. {"count":0} 
[2025-07-15 20:57:15] local.INFO: Sessions updated for user 584. {"count":54} 
[2025-07-15 20:57:19] local.INFO: Sessions updated for user 585. {"count":24} 
[2025-07-15 20:57:20] local.INFO: Sessions updated for user 586. {"count":0} 
[2025-07-15 20:57:21] local.INFO: Sessions updated for user 587. {"count":0} 
[2025-07-15 20:57:23] local.INFO: Sessions updated for user 588. {"count":46} 
[2025-07-15 20:57:26] local.INFO: Sessions updated for user 589. {"count":35} 
[2025-07-15 20:57:28] local.INFO: Sessions updated for user 590. {"count":1} 
[2025-07-15 20:57:30] local.INFO: Sessions updated for user 591. {"count":10} 
[2025-07-15 20:57:36] local.INFO: Sessions updated for user 593. {"count":49} 
[2025-07-15 20:57:37] local.INFO: Sessions updated for user 594. {"count":25} 
[2025-07-15 20:57:39] local.INFO: Sessions updated for user 595. {"count":17} 
[2025-07-15 20:57:39] local.INFO: Sessions updated for user 596. {"count":0} 
[2025-07-15 20:57:40] local.INFO: Sessions updated for user 597. {"count":0} 
[2025-07-15 20:57:40] local.INFO: Sessions updated for user 598. {"count":0} 
[2025-07-15 20:57:41] local.INFO: Sessions updated for user 599. {"count":0} 
[2025-07-15 20:57:42] local.INFO: Sessions updated for user 600. {"count":0} 
[2025-07-15 20:57:42] local.INFO: Sessions updated for user 601. {"count":0} 
[2025-07-15 20:57:46] local.INFO: Sessions updated for user 602. {"count":81} 
[2025-07-15 20:57:51] local.INFO: Sessions updated for user 603. {"count":18} 
[2025-07-15 20:57:57] local.INFO: Sessions updated for user 604. {"count":58} 
[2025-07-15 20:57:57] local.INFO: Sessions updated for user 605. {"count":0} 
[2025-07-15 20:58:01] local.INFO: Sessions updated for user 607. {"count":78} 
[2025-07-15 20:58:01] local.INFO: Sessions updated for user 609. {"count":2} 
[2025-07-15 20:58:03] local.INFO: Sessions updated for user 610. {"count":7} 
[2025-07-15 20:58:04] local.INFO: Sessions updated for user 611. {"count":0} 
[2025-07-15 20:58:08] local.INFO: Sessions updated for user 612. {"count":33} 
[2025-07-15 20:58:09] local.INFO: Sessions updated for user 613. {"count":0} 
[2025-07-15 20:58:13] local.INFO: Sessions updated for user 614. {"count":88} 
[2025-07-15 20:58:15] local.INFO: Sessions updated for user 616. {"count":22} 
[2025-07-15 20:58:15] local.INFO: Sessions updated for user 617. {"count":0} 
[2025-07-15 20:58:17] local.INFO: Sessions updated for user 618. {"count":2} 
[2025-07-15 20:58:17] local.INFO: Sessions updated for user 619. {"count":6} 
[2025-07-15 20:58:19] local.INFO: Sessions updated for user 620. {"count":18} 
[2025-07-15 20:58:24] local.INFO: Sessions updated for user 621. {"count":23} 
[2025-07-15 20:58:25] local.INFO: Sessions updated for user 622. {"count":0} 
[2025-07-15 20:58:27] local.INFO: Sessions updated for user 623. {"count":1} 
[2025-07-15 20:58:30] local.INFO: Sessions updated for user 624. {"count":34} 
[2025-07-15 20:58:32] local.INFO: Sessions updated for user 625. {"count":38} 
[2025-07-15 20:58:34] local.INFO: Sessions updated for user 626. {"count":39} 
[2025-07-15 20:58:35] local.INFO: Sessions updated for user 627. {"count":0} 
[2025-07-15 20:58:35] local.INFO: Sessions updated for user 628. {"count":0} 
[2025-07-15 20:58:36] local.INFO: Sessions updated for user 630. {"count":0} 
[2025-07-15 20:58:41] local.INFO: Sessions updated for user 632. {"count":49} 
[2025-07-15 20:58:43] local.INFO: Sessions updated for user 633. {"count":24} 
[2025-07-15 20:58:44] local.INFO: Sessions updated for user 635. {"count":0} 
[2025-07-15 20:58:45] local.INFO: Sessions updated for user 637. {"count":0} 
[2025-07-15 20:58:47] local.INFO: Sessions updated for user 638. {"count":17} 
[2025-07-15 20:58:51] local.INFO: Sessions updated for user 639. {"count":63} 
[2025-07-15 20:58:54] local.INFO: Sessions updated for user 640. {"count":75} 
[2025-07-15 20:58:56] local.INFO: Sessions updated for user 641. {"count":5} 
[2025-07-15 20:58:57] local.INFO: Sessions updated for user 642. {"count":0} 
[2025-07-15 20:59:06] local.INFO: Sessions updated for user 643. {"count":55} 
[2025-07-15 20:59:07] local.INFO: Sessions updated for user 645. {"count":0} 
[2025-07-15 20:59:10] local.INFO: Sessions updated for user 646. {"count":36} 
[2025-07-15 20:59:14] local.INFO: Sessions updated for user 647. {"count":57} 
[2025-07-15 20:59:15] local.INFO: Sessions updated for user 648. {"count":0} 
[2025-07-15 20:59:20] local.INFO: Sessions updated for user 650. {"count":21} 
[2025-07-15 20:59:20] local.INFO: Sessions updated for user 652. {"count":0} 
[2025-07-15 20:59:21] local.INFO: Sessions updated for user 653. {"count":0} 
[2025-07-15 20:59:24] local.INFO: Sessions updated for user 655. {"count":69} 
[2025-07-15 20:59:25] local.INFO: Sessions updated for user 656. {"count":0} 
[2025-07-15 20:59:29] local.INFO: Sessions updated for user 657. {"count":96} 
[2025-07-15 20:59:30] local.INFO: Sessions updated for user 658. {"count":12} 
[2025-07-15 20:59:31] local.INFO: Sessions updated for user 660. {"count":0} 
[2025-07-15 20:59:31] local.INFO: Sessions updated for user 661. {"count":0} 
[2025-07-15 20:59:32] local.INFO: Sessions updated for user 662. {"count":0} 
[2025-07-15 20:59:32] local.INFO: Sessions updated for user 665. {"count":0} 
[2025-07-15 20:59:38] local.INFO: Sessions updated for user 666. {"count":83} 
[2025-07-15 20:59:39] local.INFO: Sessions updated for user 667. {"count":0} 
[2025-07-15 20:59:39] local.INFO: Sessions updated for user 668. {"count":0} 
[2025-07-15 20:59:53] local.INFO: Sessions updated for user 669. {"count":66} 
[2025-07-15 20:59:56] local.INFO: Sessions updated for user 670. {"count":3} 
[2025-07-15 20:59:59] local.INFO: Sessions updated for user 671. {"count":45} 
[2025-07-15 21:00:03] local.INFO: Sessions updated for user 672. {"count":55} 
[2025-07-15 21:00:05] local.INFO: Sessions updated for user 673. {"count":7} 
[2025-07-15 21:00:05] local.INFO: Sessions updated for user 674. {"count":0} 
[2025-07-15 21:00:10] local.INFO: Sessions updated for user 675. {"count":66} 
[2025-07-15 21:00:13] local.INFO: Sessions updated for user 677. {"count":13} 
[2025-07-15 21:00:14] local.INFO: Sessions updated for user 680. {"count":1} 
[2025-07-15 21:00:17] local.INFO: Sessions updated for user 681. {"count":3} 
[2025-07-15 21:00:18] local.INFO: Sessions updated for user 682. {"count":0} 
[2025-07-15 21:00:19] local.INFO: Sessions updated for user 683. {"count":0} 
[2025-07-15 21:00:19] local.INFO: Sessions updated for user 684. {"count":0} 
[2025-07-15 21:00:20] local.INFO: Sessions updated for user 686. {"count":0} 
[2025-07-15 21:00:21] local.INFO: Sessions updated for user 688. {"count":0} 
[2025-07-15 21:00:26] local.INFO: Sessions updated for user 689. {"count":61} 
[2025-07-15 21:00:27] local.INFO: Sessions updated for user 690. {"count":0} 
[2025-07-15 21:00:28] local.INFO: Sessions updated for user 691. {"count":0} 
[2025-07-15 21:00:30] local.INFO: Sessions updated for user 692. {"count":4} 
[2025-07-15 21:00:34] local.INFO: Sessions updated for user 693. {"count":83} 
[2025-07-15 21:00:36] local.INFO: Sessions updated for user 694. {"count":25} 
[2025-07-15 21:00:38] local.INFO: Sessions updated for user 695. {"count":13} 
[2025-07-15 21:00:41] local.INFO: Sessions updated for user 696. {"count":50} 
[2025-07-15 21:00:44] local.INFO: Sessions updated for user 697. {"count":52} 
[2025-07-15 21:00:45] local.INFO: Sessions updated for user 698. {"count":12} 
[2025-07-15 21:00:49] local.INFO: Sessions updated for user 699. {"count":33} 
[2025-07-15 21:00:50] local.INFO: Sessions updated for user 700. {"count":0} 
[2025-07-15 21:00:59] local.INFO: Sessions updated for user 702. {"count":27} 
[2025-07-15 21:01:05] local.INFO: Sessions updated for user 703. {"count":20} 
[2025-07-15 21:01:09] local.INFO: Sessions updated for user 705. {"count":90} 
[2025-07-15 21:01:10] local.INFO: Sessions updated for user 706. {"count":0} 
[2025-07-15 21:01:11] local.INFO: Sessions updated for user 707. {"count":0} 
[2025-07-15 21:01:12] local.INFO: Sessions updated for user 708. {"count":0} 
[2025-07-15 21:01:12] local.INFO: Sessions updated for user 711. {"count":0} 
[2025-07-15 21:01:17] local.INFO: Sessions updated for user 713. {"count":53} 
[2025-07-15 21:01:18] local.INFO: Sessions updated for user 714. {"count":0} 
[2025-07-15 21:01:19] local.INFO: Sessions updated for user 715. {"count":0} 
[2025-07-15 21:01:19] local.INFO: Sessions updated for user 716. {"count":6} 
[2025-07-15 21:01:20] local.INFO: Sessions updated for user 717. {"count":0} 
[2025-07-15 21:01:21] local.INFO: Sessions updated for user 719. {"count":0} 
[2025-07-15 21:01:21] local.INFO: Sessions updated for user 720. {"count":0} 
[2025-07-15 21:01:23] local.INFO: Sessions updated for user 721. {"count":42} 
[2025-07-15 21:01:27] local.INFO: Sessions updated for user 723. {"count":43} 
[2025-07-15 21:01:28] local.INFO: Sessions updated for user 725. {"count":0} 
[2025-07-15 21:01:34] local.INFO: Sessions updated for user 726. {"count":29} 
[2025-07-15 21:01:38] local.INFO: Sessions updated for user 727. {"count":28} 
[2025-07-15 21:01:39] local.INFO: Sessions updated for user 728. {"count":0} 
[2025-07-15 21:01:39] local.INFO: Sessions updated for user 729. {"count":0} 
[2025-07-15 21:01:40] local.INFO: Sessions updated for user 730. {"count":0} 
[2025-07-15 21:01:41] local.INFO: Sessions updated for user 731. {"count":0} 
[2025-07-15 21:01:43] local.INFO: Sessions updated for user 734. {"count":11} 
[2025-07-15 21:01:46] local.INFO: Sessions updated for user 737. {"count":14} 
[2025-07-15 21:01:46] local.INFO: Sessions updated for user 739. {"count":0} 
[2025-07-15 21:01:47] local.INFO: Sessions updated for user 740. {"count":0} 
[2025-07-15 21:01:47] local.INFO: Sessions updated for user 741. {"count":0} 
[2025-07-15 21:01:48] local.INFO: Sessions updated for user 742. {"count":0} 
[2025-07-15 21:01:50] local.INFO: Sessions updated for user 743. {"count":15} 
[2025-07-15 21:01:54] local.INFO: Sessions updated for user 744. {"count":80} 
[2025-07-15 21:01:55] local.INFO: Sessions updated for user 745. {"count":0} 
[2025-07-15 21:01:55] local.INFO: Sessions updated for user 746. {"count":0} 
[2025-07-15 21:01:56] local.INFO: Sessions updated for user 747. {"count":0} 
[2025-07-15 21:01:57] local.INFO: Sessions updated for user 748. {"count":0} 
[2025-07-15 21:01:57] local.INFO: Sessions updated for user 749. {"count":0} 
[2025-07-15 21:01:58] local.INFO: Sessions updated for user 750. {"count":0} 
[2025-07-15 21:01:59] local.INFO: Sessions updated for user 751. {"count":0} 
[2025-07-15 21:02:00] local.INFO: Sessions updated for user 752. {"count":0} 
[2025-07-15 21:02:01] local.INFO: Sessions updated for user 753. {"count":0} 
[2025-07-15 21:02:02] local.INFO: Sessions updated for user 754. {"count":0} 
[2025-07-15 21:02:03] local.INFO: Sessions updated for user 755. {"count":0} 
[2025-07-15 21:02:04] local.INFO: Sessions updated for user 756. {"count":0} 
[2025-07-15 21:02:04] local.INFO: Sessions updated for user 757. {"count":0} 
[2025-07-15 21:02:05] local.INFO: Sessions updated for user 758. {"count":0} 
[2025-07-15 21:02:06] local.INFO: Sessions updated for user 759. {"count":0} 
[2025-07-15 21:02:08] local.INFO: Sessions updated for user 760. {"count":0} 
[2025-07-15 21:02:08] local.INFO: Sessions updated for user 761. {"count":0} 
[2025-07-15 21:02:09] local.INFO: Sessions updated for user 762. {"count":0} 
[2025-07-15 21:02:10] local.INFO: Sessions updated for user 763. {"count":0} 
[2025-07-15 21:02:11] local.INFO: Sessions updated for user 764. {"count":0} 
[2025-07-15 21:02:12] local.INFO: Sessions updated for user 765. {"count":0} 
[2025-07-15 21:02:13] local.INFO: Sessions updated for user 766. {"count":0} 
[2025-07-15 21:02:14] local.INFO: Sessions updated for user 767. {"count":0} 
[2025-07-15 21:02:14] local.INFO: Sessions updated for user 768. {"count":0} 
[2025-07-15 21:02:15] local.INFO: Sessions updated for user 769. {"count":0} 
[2025-07-15 21:02:16] local.INFO: Sessions updated for user 770. {"count":0} 
[2025-07-15 21:02:16] local.INFO: Sessions updated for user 771. {"count":0} 
[2025-07-15 21:02:17] local.INFO: Sessions updated for user 772. {"count":0} 
[2025-07-15 21:02:18] local.INFO: Sessions updated for user 773. {"count":0} 
[2025-07-15 21:02:30] local.INFO: Sessions updated for user 774. {"count":22} 
[2025-07-15 21:02:31] local.INFO: Sessions updated for user 776. {"count":0} 
[2025-07-15 21:02:32] local.INFO: Sessions updated for user 777. {"count":0} 
[2025-07-15 21:02:32] local.INFO: Sessions updated for user 778. {"count":0} 
[2025-07-15 21:02:33] local.INFO: Sessions updated for user 779. {"count":0} 
[2025-07-15 21:02:34] local.INFO: Sessions updated for user 780. {"count":0} 
[2025-07-15 21:02:36] local.INFO: Sessions updated for user 781. {"count":14} 
[2025-07-15 21:02:36] local.INFO: Sessions updated for user 782. {"count":0} 
[2025-07-15 21:02:37] local.INFO: Sessions updated for user 783. {"count":0} 
[2025-07-15 21:02:38] local.INFO: Sessions updated for user 784. {"count":0} 
[2025-07-15 21:02:38] local.INFO: Sessions updated for user 785. {"count":0} 
[2025-07-15 21:02:39] local.INFO: Sessions updated for user 786. {"count":0} 
[2025-07-15 21:02:40] local.INFO: Sessions updated for user 787. {"count":0} 
[2025-07-15 21:02:40] local.INFO: Sessions updated for user 788. {"count":0} 
[2025-07-15 21:02:41] local.INFO: Sessions updated for user 789. {"count":0} 
[2025-07-15 21:02:41] local.INFO: Sessions updated for user 790. {"count":0} 
[2025-07-15 21:02:44] local.INFO: Sessions updated for user 791. {"count":27} 
[2025-07-15 21:02:46] local.INFO: Sessions updated for user 792. {"count":72} 
[2025-07-15 21:02:47] local.INFO: Sessions updated for user 793. {"count":0} 
[2025-07-15 21:02:47] local.INFO: Sessions updated for user 795. {"count":0} 
[2025-07-15 21:02:48] local.INFO: Sessions updated for user 796. {"count":0} 
[2025-07-15 21:02:49] local.INFO: Sessions updated for user 798. {"count":0} 
[2025-07-15 21:02:50] local.INFO: Sessions updated for user 799. {"count":0} 
[2025-07-15 21:02:59] local.INFO: Sessions updated for user 802. {"count":83} 
[2025-07-15 21:03:02] local.INFO: Sessions updated for user 803. {"count":44} 
[2025-07-15 21:03:04] local.INFO: Sessions updated for user 804. {"count":49} 
[2025-07-15 21:03:05] local.INFO: Sessions updated for user 805. {"count":0} 
[2025-07-15 21:03:06] local.INFO: Sessions updated for user 806. {"count":0} 
[2025-07-15 21:03:09] local.INFO: Sessions updated for user 807. {"count":29} 
[2025-07-15 21:03:09] local.INFO: Sessions updated for user 808. {"count":0} 
[2025-07-15 21:03:10] local.INFO: Sessions updated for user 809. {"count":0} 
[2025-07-15 21:03:15] local.INFO: Sessions updated for user 810. {"count":95} 
[2025-07-15 21:03:15] local.INFO: Sessions updated for user 811. {"count":0} 
[2025-07-15 21:03:25] local.INFO: Sessions updated for user 812. {"count":91} 
[2025-07-15 21:03:27] local.INFO: Sessions updated for user 813. {"count":1} 
[2025-07-15 21:03:28] local.INFO: Sessions updated for user 814. {"count":0} 
[2025-07-15 21:03:32] local.INFO: Sessions updated for user 816. {"count":30} 
[2025-07-15 21:03:34] local.INFO: Sessions updated for user 817. {"count":40} 
[2025-07-15 21:03:34] local.INFO: Sessions updated for user 818. {"count":0} 
[2025-07-15 21:03:35] local.INFO: Sessions updated for user 819. {"count":0} 
[2025-07-15 21:03:36] local.INFO: Sessions updated for user 822. {"count":32} 
[2025-07-15 21:03:37] local.INFO: Sessions updated for user 823. {"count":0} 
[2025-07-15 21:03:38] local.INFO: Sessions updated for user 824. {"count":28} 
[2025-07-15 21:03:39] local.INFO: Sessions updated for user 828. {"count":2} 
[2025-07-15 21:03:40] local.INFO: Sessions updated for user 829. {"count":0} 
[2025-07-15 21:03:40] local.INFO: Sessions updated for user 830. {"count":0} 
[2025-07-15 21:03:42] local.INFO: Sessions updated for user 831. {"count":1} 
[2025-07-15 21:03:43] local.INFO: Sessions updated for user 832. {"count":0} 
[2025-07-15 21:03:43] local.INFO: Sessions updated for user 833. {"count":0} 
[2025-07-15 21:03:44] local.INFO: Sessions updated for user 834. {"count":0} 
[2025-07-15 21:03:45] local.INFO: Sessions updated for user 835. {"count":0} 
[2025-07-15 21:03:49] local.INFO: Sessions updated for user 836. {"count":30} 
[2025-07-15 21:03:49] local.INFO: Sessions updated for user 837. {"count":0} 
[2025-07-15 21:03:51] local.INFO: Sessions updated for user 838. {"count":58} 
[2025-07-15 21:03:52] local.INFO: Sessions updated for user 840. {"count":0} 
[2025-07-15 21:03:58] local.INFO: Sessions updated for user 842. {"count":22} 
[2025-07-15 21:04:03] local.INFO: Sessions updated for user 843. {"count":24} 
[2025-07-15 21:04:04] local.INFO: Sessions updated for user 844. {"count":0} 
[2025-07-15 21:04:05] local.INFO: Sessions updated for user 845. {"count":0} 
[2025-07-15 21:04:05] local.INFO: Sessions updated for user 846. {"count":9} 
[2025-07-15 21:04:06] local.INFO: Sessions updated for user 847. {"count":0} 
[2025-07-15 21:04:07] local.INFO: Sessions updated for user 848. {"count":0} 
[2025-07-15 21:04:08] local.INFO: Sessions updated for user 849. {"count":0} 
[2025-07-15 21:04:08] local.INFO: Sessions updated for user 850. {"count":0} 
[2025-07-15 21:04:09] local.INFO: Sessions updated for user 851. {"count":0} 
[2025-07-15 21:04:10] local.INFO: Sessions updated for user 853. {"count":0} 
[2025-07-15 21:04:11] local.INFO: Sessions updated for user 854. {"count":0} 
[2025-07-15 21:04:12] local.INFO: Sessions updated for user 855. {"count":10} 
[2025-07-15 21:04:14] local.INFO: Sessions updated for user 856. {"count":34} 
[2025-07-15 21:04:17] local.INFO: Sessions updated for user 858. {"count":67} 
[2025-07-15 21:04:18] local.INFO: Sessions updated for user 859. {"count":0} 
[2025-07-15 21:04:20] local.INFO: Sessions updated for user 860. {"count":24} 
[2025-07-15 21:04:28] local.INFO: Sessions updated for user 861. {"count":56} 
[2025-07-15 21:04:29] local.INFO: Sessions updated for user 862. {"count":11} 
[2025-07-15 21:04:36] local.INFO: Sessions updated for user 863. {"count":11} 
[2025-07-15 21:04:37] local.INFO: Sessions updated for user 864. {"count":0} 
[2025-07-15 21:04:40] local.INFO: Sessions updated for user 865. {"count":67} 
[2025-07-15 21:04:41] local.INFO: Sessions updated for user 870. {"count":0} 
[2025-07-15 21:04:42] local.INFO: Sessions updated for user 871. {"count":0} 
[2025-07-15 21:04:43] local.INFO: Sessions updated for user 874. {"count":0} 
[2025-07-15 21:04:43] local.INFO: Sessions updated for user 875. {"count":0} 
[2025-07-15 21:04:46] local.INFO: Sessions updated for user 876. {"count":59} 
[2025-07-15 21:04:47] local.INFO: Sessions updated for user 879. {"count":0} 
[2025-07-15 21:04:48] local.INFO: Sessions updated for user 880. {"count":0} 
[2025-07-15 21:04:49] local.INFO: Sessions updated for user 881. {"count":0} 
[2025-07-15 21:04:51] local.INFO: Sessions updated for user 882. {"count":0} 
[2025-07-15 21:04:51] local.INFO: Sessions updated for user 884. {"count":0} 
[2025-07-15 21:04:52] local.INFO: Sessions updated for user 885. {"count":0} 
[2025-07-15 21:04:52] local.INFO: Sessions updated for user 886. {"count":0} 
[2025-07-15 21:04:54] local.INFO: Sessions updated for user 887. {"count":1} 
[2025-07-15 21:04:55] local.INFO: Sessions updated for user 889. {"count":0} 
[2025-07-15 21:04:55] local.INFO: Sessions updated for user 890. {"count":0} 
[2025-07-15 21:04:56] local.INFO: Sessions updated for user 891. {"count":0} 
[2025-07-15 21:04:59] local.INFO: Sessions updated for user 893. {"count":29} 
[2025-07-15 21:05:02] local.INFO: Sessions updated for user 894. {"count":71} 
[2025-07-15 21:05:03] local.INFO: Sessions updated for user 896. {"count":0} 
[2025-07-15 21:05:04] local.INFO: Sessions updated for user 897. {"count":0} 
[2025-07-15 21:05:04] local.INFO: Sessions updated for user 898. {"count":0} 
[2025-07-15 21:05:05] local.INFO: Sessions updated for user 899. {"count":0} 
[2025-07-15 21:05:06] local.INFO: Sessions updated for user 900. {"count":0} 
[2025-07-15 21:05:08] local.INFO: Sessions updated for user 901. {"count":0} 
[2025-07-15 21:05:08] local.INFO: Sessions updated for user 903. {"count":0} 
[2025-07-15 21:05:09] local.INFO: Sessions updated for user 904. {"count":0} 
[2025-07-15 21:05:14] local.INFO: Sessions updated for user 905. {"count":69} 
[2025-07-15 21:05:14] local.INFO: Sessions updated for user 906. {"count":0} 
[2025-07-15 21:05:16] local.INFO: Sessions updated for user 907. {"count":35} 
[2025-07-15 21:05:17] local.INFO: Sessions updated for user 908. {"count":0} 
[2025-07-15 21:05:26] local.INFO: Sessions updated for user 909. {"count":90} 
[2025-07-15 21:05:26] local.INFO: Sessions updated for user 910. {"count":0} 
[2025-07-15 21:05:27] local.INFO: Sessions updated for user 911. {"count":0} 
[2025-07-15 21:05:30] local.INFO: Sessions updated for user 912. {"count":20} 
[2025-07-15 21:05:30] local.INFO: Sessions updated for user 914. {"count":0} 
[2025-07-15 21:05:31] local.INFO: Sessions updated for user 916. {"count":0} 
[2025-07-15 21:05:32] local.INFO: Sessions updated for user 917. {"count":0} 
[2025-07-15 21:05:36] local.INFO: Sessions updated for user 918. {"count":23} 
[2025-07-15 21:05:36] local.INFO: Sessions updated for user 920. {"count":0} 
[2025-07-15 21:05:37] local.INFO: Sessions updated for user 921. {"count":0} 
[2025-07-15 21:05:39] local.INFO: Sessions updated for user 922. {"count":33} 
[2025-07-15 21:05:41] local.INFO: Sessions updated for user 923. {"count":1} 
[2025-07-15 21:05:47] local.INFO: Sessions updated for user 924. {"count":104} 
[2025-07-15 21:05:48] local.INFO: Sessions updated for user 925. {"count":29} 
[2025-07-15 21:05:52] local.INFO: Sessions updated for user 926. {"count":76} 
[2025-07-15 21:05:52] local.INFO: Sessions updated for user 927. {"count":0} 
[2025-07-15 21:05:55] local.INFO: Sessions updated for user 928. {"count":48} 
[2025-07-15 21:05:56] local.INFO: Sessions updated for user 929. {"count":0} 
[2025-07-15 21:05:56] local.INFO: Sessions updated for user 930. {"count":0} 
[2025-07-15 21:05:59] local.INFO: Sessions updated for user 931. {"count":23} 
[2025-07-15 21:05:59] local.INFO: Sessions updated for user 932. {"count":0} 
[2025-07-15 21:06:04] local.INFO: Sessions updated for user 933. {"count":97} 
[2025-07-15 21:06:04] local.INFO: Sessions updated for user 934. {"count":0} 
[2025-07-15 21:06:08] local.INFO: Sessions updated for user 935. {"count":41} 
[2025-07-15 21:06:09] local.INFO: Sessions updated for user 936. {"count":28} 
[2025-07-15 21:06:10] local.INFO: Sessions updated for user 937. {"count":0} 
[2025-07-15 21:06:11] local.INFO: Sessions updated for user 938. {"count":13} 
[2025-07-15 21:06:13] local.INFO: Sessions updated for user 939. {"count":0} 
[2025-07-15 21:06:16] local.INFO: Sessions updated for user 940. {"count":55} 
[2025-07-15 21:06:17] local.INFO: Sessions updated for user 941. {"count":0} 
[2025-07-15 21:06:19] local.INFO: Sessions updated for user 942. {"count":9} 
[2025-07-15 21:06:25] local.INFO: Sessions updated for user 943. {"count":164} 
[2025-07-15 21:06:26] local.INFO: Sessions updated for user 944. {"count":0} 
[2025-07-15 21:06:27] local.INFO: Sessions updated for user 945. {"count":0} 
[2025-07-15 21:06:27] local.INFO: Sessions updated for user 946. {"count":0} 
[2025-07-15 21:06:28] local.INFO: Sessions updated for user 947. {"count":0} 
[2025-07-15 21:06:31] local.INFO: Sessions updated for user 948. {"count":34} 
[2025-07-15 21:06:32] local.INFO: Sessions updated for user 949. {"count":0} 
[2025-07-15 21:06:34] local.INFO: Sessions updated for user 950. {"count":4} 
[2025-07-15 21:06:35] local.INFO: Sessions updated for user 951. {"count":0} 
[2025-07-15 21:06:35] local.INFO: Sessions updated for user 952. {"count":0} 
[2025-07-15 21:06:36] local.INFO: Sessions updated for user 953. {"count":0} 
[2025-07-15 21:06:37] local.INFO: Sessions updated for user 954. {"count":13} 
[2025-07-15 21:06:40] local.INFO: Sessions updated for user 955. {"count":22} 
[2025-07-15 21:06:41] local.INFO: Sessions updated for user 956. {"count":34} 
[2025-07-15 21:06:43] local.INFO: Sessions updated for user 957. {"count":50} 
[2025-07-15 21:06:43] local.INFO: Sessions updated for user 958. {"count":6} 
[2025-07-15 21:06:44] local.INFO: Sessions updated for user 959. {"count":0} 
[2025-07-15 21:06:50] local.INFO: Sessions updated for user 960. {"count":65} 
[2025-07-15 21:06:52] local.INFO: Sessions updated for user 961. {"count":9} 
[2025-07-15 21:06:54] local.INFO: Sessions updated for user 962. {"count":36} 
[2025-07-15 21:06:55] local.INFO: Sessions updated for user 963. {"count":0} 
[2025-07-15 21:06:56] local.INFO: Sessions updated for user 964. {"count":0} 
[2025-07-15 21:06:56] local.INFO: Sessions updated for user 965. {"count":0} 
[2025-07-15 21:06:57] local.INFO: Sessions updated for user 966. {"count":0} 
[2025-07-15 21:06:59] local.INFO: Sessions updated for user 967. {"count":3} 
[2025-07-15 21:07:00] local.INFO: Sessions updated for user 968. {"count":6} 
[2025-07-15 21:07:01] local.INFO: Sessions updated for user 969. {"count":8} 
[2025-07-15 21:07:01] local.INFO: Sessions updated for user 970. {"count":10} 
[2025-07-15 21:07:03] local.INFO: Sessions updated for user 971. {"count":26} 
[2025-07-15 21:07:03] local.INFO: Sessions updated for user 972. {"count":1} 
[2025-07-15 21:07:04] local.INFO: Sessions updated for user 973. {"count":21} 
[2025-07-15 21:07:05] local.INFO: Sessions updated for user 974. {"count":1} 
[2025-07-15 21:07:05] local.INFO: Sessions updated for user 975. {"count":0} 
[2025-07-15 21:07:06] local.INFO: Sessions updated for user 976. {"count":0} 
[2025-07-15 21:07:07] local.INFO: Sessions updated for user 977. {"count":0} 
[2025-07-15 21:07:08] local.INFO: Sessions updated for user 978. {"count":0} 
[2025-07-15 21:07:09] local.INFO: Sessions updated for user 979. {"count":0} 
[2025-07-15 21:07:09] local.INFO: Sessions updated for user 980. {"count":0} 
[2025-07-15 21:07:10] local.INFO: Sessions updated for user 981. {"count":0} 
[2025-07-15 21:07:17] local.INFO: Sessions updated for user 982. {"count":88} 
[2025-07-15 21:07:18] local.INFO: Sessions updated for user 983. {"count":23} 
[2025-07-15 21:07:28] local.INFO: Sessions updated for user 984. {"count":8} 
[2025-07-15 21:07:29] local.INFO: Sessions updated for user 985. {"count":0} 
[2025-07-15 21:07:30] local.INFO: Sessions updated for user 986. {"count":0} 
[2025-07-15 21:07:31] local.INFO: Sessions updated for user 987. {"count":0} 
[2025-07-15 21:07:31] local.INFO: Sessions updated for user 988. {"count":0} 
[2025-07-15 21:07:32] local.INFO: Sessions updated for user 989. {"count":0} 
[2025-07-15 21:07:33] local.INFO: Sessions updated for user 990. {"count":17} 
[2025-07-15 21:07:34] local.INFO: Sessions updated for user 991. {"count":13} 
[2025-07-15 21:07:34] local.INFO: Sessions updated for user 992. {"count":0} 
[2025-07-15 21:07:37] local.INFO: Sessions updated for user 994. {"count":25} 
[2025-07-15 21:07:38] local.INFO: Sessions updated for user 995. {"count":26} 
[2025-07-15 21:07:49] local.INFO: Sessions updated for user 996. {"count":31} 
[2025-07-15 21:07:51] local.INFO: Sessions updated for user 997. {"count":34} 
[2025-07-15 21:07:52] local.INFO: Sessions updated for user 998. {"count":0} 
[2025-07-15 21:07:53] local.INFO: Sessions updated for user 999. {"count":6} 
[2025-07-15 21:07:54] local.INFO: Sessions updated for user 1000. {"count":0} 
[2025-07-15 21:07:54] local.INFO: Sessions updated for user 1001. {"count":0} 
[2025-07-15 21:07:55] local.INFO: Sessions updated for user 1003. {"count":0} 
[2025-07-15 21:07:57] local.INFO: Sessions updated for user 1004. {"count":22} 
[2025-07-15 21:08:04] local.INFO: Sessions updated for user 1006. {"count":62} 
[2025-07-15 21:08:05] local.INFO: Sessions updated for user 1007. {"count":0} 
[2025-07-15 21:08:08] local.INFO: Sessions updated for user 1008. {"count":45} 
[2025-07-15 21:08:08] local.INFO: Sessions updated for user 1009. {"count":0} 
[2025-07-15 21:08:09] local.INFO: Sessions updated for user 1010. {"count":1} 
[2025-07-15 21:08:11] local.INFO: Sessions updated for user 1011. {"count":38} 
[2025-07-15 21:08:12] local.INFO: Sessions updated for user 1013. {"count":0} 
[2025-07-15 21:08:13] local.INFO: Sessions updated for user 1014. {"count":0} 
[2025-07-15 21:08:13] local.INFO: Sessions updated for user 1015. {"count":0} 
[2025-07-15 21:08:14] local.INFO: Sessions updated for user 1016. {"count":0} 
[2025-07-15 21:08:23] local.INFO: Sessions updated for user 1017. {"count":8} 
[2025-07-15 21:08:24] local.INFO: Sessions updated for user 1018. {"count":0} 
[2025-07-15 21:08:27] local.INFO: Sessions updated for user 1019. {"count":57} 
[2025-07-15 21:08:29] local.INFO: Sessions updated for user 1020. {"count":31} 
[2025-07-15 21:08:31] local.INFO: Sessions updated for user 1021. {"count":31} 
[2025-07-15 21:08:32] local.INFO: Sessions updated for user 1022. {"count":0} 
[2025-07-15 21:08:32] local.INFO: Sessions updated for user 1023. {"count":0} 
[2025-07-15 21:08:33] local.INFO: Sessions updated for user 1024. {"count":0} 
[2025-07-15 21:08:34] local.INFO: Sessions updated for user 1026. {"count":2} 
[2025-07-15 21:08:35] local.INFO: Sessions updated for user 1029. {"count":5} 
[2025-07-15 21:08:36] local.INFO: Sessions updated for user 1030. {"count":0} 
[2025-07-15 21:08:40] local.INFO: Sessions updated for user 1031. {"count":100} 
[2025-07-15 21:08:41] local.INFO: Sessions updated for user 1032. {"count":0} 
[2025-07-15 21:08:42] local.INFO: Sessions updated for user 1033. {"count":0} 
[2025-07-15 21:08:42] local.INFO: Sessions updated for user 1034. {"count":0} 
[2025-07-15 21:08:46] local.INFO: Sessions updated for user 1035. {"count":3} 
[2025-07-15 21:08:47] local.INFO: Sessions updated for user 1036. {"count":0} 
[2025-07-15 21:08:48] local.INFO: Sessions updated for user 1037. {"count":0} 
[2025-07-15 21:08:48] local.INFO: Sessions updated for user 1038. {"count":0} 
[2025-07-15 21:08:49] local.INFO: Sessions updated for user 1039. {"count":0} 
[2025-07-15 21:08:55] local.INFO: Sessions updated for user 1040. {"count":70} 
[2025-07-15 21:08:58] local.INFO: Sessions updated for user 1041. {"count":33} 
[2025-07-15 21:08:58] local.INFO: Sessions updated for user 1042. {"count":0} 
[2025-07-15 21:09:01] local.INFO: Sessions updated for user 1043. {"count":68} 
[2025-07-15 21:09:03] local.INFO: Sessions updated for user 1044. {"count":35} 
[2025-07-15 21:09:04] local.INFO: Sessions updated for user 1045. {"count":21} 
[2025-07-15 21:09:07] local.INFO: Sessions updated for user 1046. {"count":26} 
[2025-07-15 21:09:07] local.INFO: Sessions updated for user 1049. {"count":0} 
[2025-07-15 21:09:08] local.INFO: Sessions updated for user 1050. {"count":0} 
[2025-07-15 21:09:09] local.INFO: Sessions updated for user 1052. {"count":0} 
[2025-07-15 21:09:10] local.INFO: Sessions updated for user 1053. {"count":0} 
[2025-07-15 21:09:14] local.INFO: Sessions updated for user 1055. {"count":47} 
[2025-07-15 21:09:15] local.INFO: Sessions updated for user 1056. {"count":0} 
[2025-07-15 21:09:16] local.INFO: Sessions updated for user 1058. {"count":0} 
[2025-07-15 21:09:16] local.INFO: Sessions updated for user 1060. {"count":0} 
[2025-07-15 21:09:18] local.INFO: Sessions updated for user 1061. {"count":36} 
[2025-07-15 21:09:24] local.INFO: Sessions updated for user 1062. {"count":39} 
[2025-07-15 21:09:24] local.INFO: Sessions updated for user 1064. {"count":0} 
[2025-07-15 21:09:25] local.INFO: Sessions updated for user 1067. {"count":0} 
[2025-07-15 21:09:26] local.INFO: Sessions updated for user 1068. {"count":0} 
[2025-07-15 21:09:30] local.INFO: Sessions updated for user 1069. {"count":3} 
[2025-07-15 21:09:31] local.INFO: Sessions updated for user 1070. {"count":6} 
[2025-07-15 21:09:32] local.INFO: Sessions updated for user 1072. {"count":0} 
[2025-07-15 21:09:32] local.INFO: Sessions updated for user 1073. {"count":0} 
[2025-07-15 21:09:37] local.INFO: Sessions updated for user 1074. {"count":49} 
[2025-07-15 21:09:40] local.INFO: Sessions updated for user 1075. {"count":51} 
[2025-07-15 21:09:40] local.INFO: Sessions updated for user 1076. {"count":0} 
[2025-07-15 21:09:41] local.INFO: Sessions updated for user 1083. {"count":0} 
[2025-07-15 21:09:44] local.INFO: Sessions updated for user 1084. {"count":27} 
[2025-07-15 21:09:44] local.INFO: Sessions updated for user 1085. {"count":0} 
[2025-07-15 21:09:45] local.INFO: Sessions updated for user 1087. {"count":0} 
[2025-07-15 21:09:47] local.INFO: Sessions updated for user 1088. {"count":23} 
[2025-07-15 21:09:48] local.INFO: Sessions updated for user 1090. {"count":0} 
[2025-07-15 21:09:48] local.INFO: Sessions updated for user 1093. {"count":0} 
[2025-07-15 21:09:52] local.INFO: Sessions updated for user 1094. {"count":80} 
[2025-07-15 21:09:53] local.INFO: Sessions updated for user 1096. {"count":0} 
[2025-07-15 21:09:53] local.INFO: Sessions updated for user 1099. {"count":0} 
[2025-07-15 21:09:54] local.INFO: Sessions updated for user 1104. {"count":0} 
[2025-07-15 21:09:55] local.INFO: Sessions updated for user 1106. {"count":0} 
[2025-07-15 21:10:03] local.INFO: Sessions updated for user 1108. {"count":15} 
[2025-07-15 21:10:04] local.INFO: Sessions updated for user 1113. {"count":0} 
[2025-07-15 21:10:11] local.INFO: Sessions updated for user 1114. {"count":191} 
[2025-07-15 21:10:12] local.INFO: Sessions updated for user 1115. {"count":0} 
[2025-07-15 21:10:16] local.INFO: Sessions updated for user 1116. {"count":81} 
[2025-07-15 21:10:18] local.INFO: Sessions updated for user 1117. {"count":43} 
[2025-07-15 21:10:19] local.INFO: Sessions updated for user 1122. {"count":31} 
[2025-07-15 21:10:21] local.INFO: Sessions updated for user 1123. {"count":21} 
[2025-07-15 21:10:25] local.INFO: Sessions updated for user 1124. {"count":90} 
[2025-07-15 21:10:25] local.INFO: Sessions updated for user 1125. {"count":0} 
[2025-07-15 21:10:29] local.INFO: Sessions updated for user 1130. {"count":25} 
[2025-07-15 21:10:29] local.INFO: Sessions updated for user 1133. {"count":0} 
[2025-07-15 21:10:30] local.INFO: Sessions updated for user 1138. {"count":0} 
[2025-07-15 21:10:31] local.INFO: Sessions updated for user 1152. {"count":0} 
[2025-07-15 21:10:32] local.INFO: Sessions updated for user 1154. {"count":0} 
[2025-07-15 21:10:32] local.INFO: Sessions updated for user 1159. {"count":0} 
[2025-07-15 21:10:33] local.INFO: Sessions updated for user 1161. {"count":0} 
[2025-07-15 21:10:33] local.INFO: Sessions updated for user 1163. {"count":0} 
[2025-07-15 21:10:34] local.INFO: Sessions updated for user 1164. {"count":0} 
[2025-07-15 21:10:40] local.INFO: Sessions updated for user 1165. {"count":82} 
[2025-07-15 21:10:44] local.INFO: Sessions updated for user 1168. {"count":51} 
[2025-07-15 21:10:44] local.INFO: Sessions updated for user 1169. {"count":0} 
[2025-07-15 21:10:46] local.INFO: Sessions updated for user 1170. {"count":8} 
[2025-07-15 21:10:47] local.INFO: Sessions updated for user 1171. {"count":0} 
[2025-07-15 21:10:47] local.INFO: Sessions updated for user 1172. {"count":0} 
[2025-07-15 21:10:49] local.INFO: Sessions updated for user 1175. {"count":15} 
[2025-07-15 21:10:55] local.INFO: Sessions updated for user 1180. {"count":10} 
[2025-07-15 21:10:56] local.INFO: Sessions updated for user 1181. {"count":0} 
[2025-07-15 21:10:57] local.INFO: Sessions updated for user 1185. {"count":32} 
[2025-07-15 21:10:58] local.INFO: Sessions updated for user 1187. {"count":0} 
[2025-07-15 21:11:00] local.INFO: Sessions updated for user 1188. {"count":1} 
[2025-07-15 21:11:08] local.INFO: Sessions updated for user 1189. {"count":13} 
[2025-07-15 21:11:09] local.INFO: Sessions updated for user 1191. {"count":0} 
[2025-07-15 21:11:10] local.INFO: Sessions updated for user 1194. {"count":0} 
[2025-07-15 21:11:11] local.INFO: Sessions updated for user 1195. {"count":0} 
[2025-07-15 21:11:12] local.INFO: Sessions updated for user 1196. {"count":0} 
[2025-07-15 21:11:13] local.INFO: Sessions updated for user 1197. {"count":0} 
[2025-07-15 21:11:13] local.INFO: Sessions updated for user 1198. {"count":0} 
[2025-07-15 21:11:14] local.INFO: Sessions updated for user 1199. {"count":0} 
[2025-07-15 21:11:14] local.INFO: Sessions updated for user 1200. {"count":0} 
[2025-07-15 21:11:15] local.INFO: Sessions updated for user 1201. {"count":0} 
[2025-07-15 21:11:17] local.INFO: Sessions updated for user 1202. {"count":44} 
[2025-07-15 21:11:19] local.INFO: Sessions updated for user 1203. {"count":9} 
[2025-07-15 21:11:19] local.INFO: Sessions updated for user 1204. {"count":0} 
[2025-07-15 21:11:20] local.INFO: Sessions updated for user 1205. {"count":0} 
[2025-07-15 21:11:24] local.INFO: Sessions updated for user 1206. {"count":57} 
[2025-07-15 21:11:29] local.INFO: Sessions updated for user 1207. {"count":27} 
[2025-07-15 21:11:30] local.INFO: Sessions updated for user 1210. {"count":0} 
[2025-07-15 21:11:33] local.INFO: Sessions updated for user 1211. {"count":3} 
[2025-07-15 21:11:34] local.INFO: Sessions updated for user 1212. {"count":0} 
[2025-07-15 21:11:36] local.INFO: Sessions updated for user 1213. {"count":18} 
[2025-07-15 21:11:52] local.INFO: Sessions updated for user 1214. {"count":33} 
[2025-07-15 21:11:53] local.INFO: Sessions updated for user 1215. {"count":27} 
[2025-07-15 21:11:54] local.INFO: Sessions updated for user 1216. {"count":33} 
[2025-07-15 21:11:55] local.INFO: Sessions updated for user 1217. {"count":6} 
[2025-07-15 21:11:55] local.INFO: Sessions updated for user 1218. {"count":0} 
[2025-07-15 21:11:56] local.INFO: Sessions updated for user 1219. {"count":20} 
[2025-07-15 21:11:57] local.INFO: Sessions updated for user 1220. {"count":1} 
[2025-07-15 21:11:58] local.INFO: Sessions updated for user 1221. {"count":20} 
[2025-07-15 21:11:59] local.INFO: Sessions updated for user 1222. {"count":12} 
[2025-07-15 21:12:00] local.INFO: Sessions updated for user 1223. {"count":0} 
[2025-07-15 21:12:00] local.INFO: Sessions updated for user 1224. {"count":0} 
[2025-07-15 21:12:02] local.INFO: Sessions updated for user 1225. {"count":19} 
[2025-07-15 21:12:03] local.INFO: Sessions updated for user 1226. {"count":0} 
[2025-07-15 21:12:03] local.INFO: Sessions updated for user 1227. {"count":0} 
[2025-07-15 21:12:04] local.INFO: Sessions updated for user 1228. {"count":0} 
[2025-07-15 21:12:05] local.INFO: Sessions updated for user 1231. {"count":7} 
[2025-07-15 21:12:06] local.INFO: Sessions updated for user 1232. {"count":0} 
[2025-07-15 21:12:06] local.INFO: Sessions updated for user 1233. {"count":0} 
[2025-07-15 21:12:07] local.INFO: Sessions updated for user 1234. {"count":0} 
[2025-07-15 21:12:07] local.INFO: Sessions updated for user 1235. {"count":0} 
[2025-07-15 21:12:08] local.INFO: Sessions updated for user 1236. {"count":0} 
[2025-07-15 21:12:09] local.INFO: Sessions updated for user 1237. {"count":0} 
[2025-07-15 21:12:09] local.INFO: Sessions updated for user 1238. {"count":0} 
[2025-07-15 21:12:10] local.INFO: Sessions updated for user 1239. {"count":0} 
[2025-07-15 21:12:15] local.ERROR: AmpecoApiService: RequestException for CP ID 595390: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595390","status":403} 
[2025-07-15 21:12:15] local.WARNING: AmpecoDataUpdater: Charge Point ID 595390 not found or inaccessible in API. Storing marker.  
[2025-07-15 21:12:19] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-15 21:12:19] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-15 21:12:19] local.INFO: Sessions updated for user 1241. {"count":3} 
[2025-07-15 21:12:20] local.INFO: Sessions updated for user 1242. {"count":0} 
[2025-07-15 21:12:20] local.INFO: Sessions updated for user 1243. {"count":0} 
[2025-07-15 21:12:25] local.INFO: Sessions updated for user 1244. {"count":3} 
[2025-07-15 21:12:48] local.INFO: Sessions updated for user 1245. {"count":37} 
[2025-07-15 21:12:50] local.INFO: Sessions updated for user 1246. {"count":26} 
[2025-07-15 21:12:51] local.INFO: Sessions updated for user 1247. {"count":0} 
[2025-07-15 21:12:51] local.INFO: Sessions updated for user 1248. {"count":0} 
[2025-07-15 21:12:56] local.INFO: Sessions updated for user 1249. {"count":67} 
[2025-07-15 21:12:56] local.INFO: Sessions updated for user 1250. {"count":0} 
[2025-07-15 21:12:58] local.INFO: Sessions updated for user 1251. {"count":49} 
[2025-07-15 21:12:59] local.INFO: Sessions updated for user 1252. {"count":0} 
[2025-07-15 21:13:00] local.INFO: Sessions updated for user 1253. {"count":0} 
[2025-07-15 21:13:04] local.INFO: Sessions updated for user 1254. {"count":22} 
[2025-07-15 21:13:06] local.INFO: Sessions updated for user 1255. {"count":52} 
[2025-07-15 21:13:09] local.INFO: Sessions updated for user 1258. {"count":18} 
[2025-07-15 21:13:11] local.INFO: Sessions updated for user 1259. {"count":12} 
[2025-07-15 21:13:11] local.INFO: Sessions updated for user 1260. {"count":0} 
[2025-07-15 21:13:12] local.INFO: Sessions updated for user 1261. {"count":0} 
[2025-07-15 21:13:13] local.INFO: Sessions updated for user 1262. {"count":0} 
[2025-07-15 21:13:13] local.INFO: Sessions updated for user 1263. {"count":0} 
[2025-07-15 21:13:14] local.INFO: Sessions updated for user 1265. {"count":5} 
[2025-07-15 21:13:15] local.INFO: Sessions updated for user 1267. {"count":0} 
[2025-07-15 21:13:15] local.INFO: Sessions updated for user 1268. {"count":0} 
[2025-07-15 21:13:16] local.INFO: Sessions updated for user 1269. {"count":0} 
[2025-07-15 21:13:18] local.INFO: Sessions updated for user 1270. {"count":14} 
[2025-07-15 21:13:19] local.INFO: Sessions updated for user 1271. {"count":0} 
[2025-07-15 21:13:22] local.INFO: Sessions updated for user 1272. {"count":2} 
[2025-07-15 21:13:23] local.INFO: Sessions updated for user 1273. {"count":0} 
[2025-07-15 21:13:24] local.INFO: Sessions updated for user 1275. {"count":0} 
[2025-07-15 21:13:24] local.INFO: Sessions updated for user 1276. {"count":0} 
[2025-07-15 21:13:25] local.INFO: Sessions updated for user 1277. {"count":0} 
[2025-07-15 21:13:25] local.INFO: Sessions updated for user 1279. {"count":0} 
[2025-07-15 21:13:26] local.INFO: Sessions updated for user 1282. {"count":0} 
[2025-07-15 21:13:27] local.INFO: Sessions updated for user 1283. {"count":0} 
[2025-07-15 21:13:27] local.INFO: Sessions updated for user 1284. {"count":0} 
[2025-07-15 21:13:28] local.INFO: Sessions updated for user 1285. {"count":0} 
[2025-07-15 21:13:33] local.INFO: Sessions updated for user 1286. {"count":17} 
[2025-07-15 21:13:34] local.INFO: Sessions updated for user 1287. {"count":39} 
[2025-07-15 21:13:35] local.INFO: Sessions updated for user 1288. {"count":0} 
[2025-07-15 21:13:38] local.INFO: Sessions updated for user 1289. {"count":22} 
[2025-07-15 21:13:39] local.INFO: Sessions updated for user 1290. {"count":0} 
[2025-07-15 21:13:39] local.INFO: Sessions updated for user 1291. {"count":0} 
[2025-07-15 21:13:40] local.INFO: Sessions updated for user 1292. {"count":0} 
[2025-07-15 21:13:41] local.INFO: Sessions updated for user 1293. {"count":21} 
[2025-07-15 21:13:48] local.INFO: Sessions updated for user 1294. {"count":6} 
[2025-07-15 21:14:00] local.INFO: Sessions updated for user 1295. {"count":21} 
[2025-07-15 21:14:01] local.INFO: Sessions updated for user 1296. {"count":0} 
[2025-07-15 21:14:02] local.INFO: Sessions updated for user 1297. {"count":7} 
[2025-07-15 21:14:03] local.INFO: Sessions updated for user 1299. {"count":0} 
[2025-07-15 21:14:10] local.INFO: Sessions updated for user 1300. {"count":162} 
[2025-07-15 21:14:11] local.INFO: Sessions updated for user 1303. {"count":0} 
[2025-07-15 21:14:13] local.INFO: Sessions updated for user 1304. {"count":43} 
[2025-07-15 21:14:13] local.INFO: Sessions updated for user 1305. {"count":0} 
[2025-07-15 21:14:14] local.INFO: Sessions updated for user 1310. {"count":0} 
[2025-07-15 21:14:14] local.INFO: Sessions updated for user 1311. {"count":0} 
[2025-07-15 21:14:16] local.INFO: Sessions updated for user 1312. {"count":19} 
[2025-07-15 21:14:18] local.INFO: Sessions updated for user 1313. {"count":34} 
[2025-07-15 21:14:19] local.INFO: Sessions updated for user 1314. {"count":15} 
[2025-07-15 21:14:21] local.INFO: Sessions updated for user 1315. {"count":34} 
[2025-07-15 21:14:29] local.INFO: Sessions updated for user 1316. {"count":60} 
[2025-07-15 21:14:33] local.INFO: Sessions updated for user 1317. {"count":80} 
[2025-07-15 21:14:33] local.INFO: Sessions updated for user 1318. {"count":0} 
[2025-07-15 21:14:34] local.INFO: Sessions updated for user 1319. {"count":0} 
[2025-07-15 21:14:35] local.INFO: Sessions updated for user 1320. {"count":0} 
[2025-07-15 21:14:35] local.INFO: Sessions updated for user 1321. {"count":0} 
[2025-07-15 21:14:36] local.INFO: Sessions updated for user 1322. {"count":0} 
[2025-07-15 21:14:39] local.INFO: Sessions updated for user 1323. {"count":1} 
[2025-07-15 21:14:41] local.INFO: Sessions updated for user 1324. {"count":18} 
[2025-07-15 21:14:41] local.INFO: Sessions updated for user 1325. {"count":0} 
[2025-07-15 21:14:42] local.INFO: Sessions updated for user 1326. {"count":0} 
[2025-07-15 21:14:43] local.INFO: Sessions updated for user 1327. {"count":6} 
[2025-07-15 21:14:45] local.INFO: Sessions updated for user 1328. {"count":37} 
[2025-07-15 21:14:46] local.INFO: Sessions updated for user 1329. {"count":0} 
[2025-07-15 21:14:47] local.INFO: Sessions updated for user 1331. {"count":0} 
[2025-07-15 21:14:48] local.INFO: Sessions updated for user 1332. {"count":29} 
[2025-07-15 21:14:49] local.INFO: Sessions updated for user 1333. {"count":0} 
[2025-07-15 21:14:50] local.INFO: Sessions updated for user 1334. {"count":0} 
[2025-07-15 21:14:50] local.INFO: Sessions updated for user 1335. {"count":0} 
[2025-07-15 21:14:51] local.INFO: Sessions updated for user 1336. {"count":0} 
[2025-07-15 21:14:51] local.INFO: Sessions updated for user 1337. {"count":0} 
[2025-07-15 21:14:52] local.INFO: Sessions updated for user 1338. {"count":0} 
[2025-07-15 21:14:53] local.INFO: Sessions updated for user 1339. {"count":0} 
[2025-07-15 21:14:53] local.INFO: Sessions updated for user 1340. {"count":0} 
[2025-07-15 21:14:54] local.INFO: Sessions updated for user 1341. {"count":0} 
[2025-07-15 21:14:55] local.INFO: Sessions updated for user 1342. {"count":0} 
[2025-07-15 21:14:55] local.INFO: Sessions updated for user 1343. {"count":0} 
[2025-07-15 21:14:57] local.INFO: Sessions updated for user 1344. {"count":2} 
[2025-07-15 21:14:58] local.INFO: Sessions updated for user 1345. {"count":0} 
[2025-07-15 21:15:00] local.INFO: Sessions updated for user 1346. {"count":2} 
[2025-07-15 21:15:01] local.INFO: Sessions updated for user 1347. {"count":0} 
[2025-07-15 21:15:01] local.INFO: Sessions updated for user 1348. {"count":0} 
[2025-07-15 21:15:02] local.INFO: Sessions updated for user 1349. {"count":0} 
[2025-07-15 21:15:03] local.INFO: Sessions updated for user 1350. {"count":0} 
[2025-07-15 21:15:03] local.INFO: Sessions updated for user 1351. {"count":0} 
[2025-07-15 21:15:04] local.INFO: Sessions updated for user 1352. {"count":0} 
[2025-07-15 21:15:13] local.INFO: Sessions updated for user 1353. {"count":19} 
[2025-07-15 21:15:13] local.INFO: Sessions updated for user 1354. {"count":0} 
[2025-07-15 21:15:14] local.INFO: Sessions updated for user 1357. {"count":18} 
[2025-07-15 21:15:15] local.INFO: Sessions updated for user 1359. {"count":0} 
[2025-07-15 21:15:16] local.INFO: Sessions updated for user 1360. {"count":0} 
[2025-07-15 21:15:17] local.INFO: Sessions updated for user 1361. {"count":0} 
[2025-07-15 21:15:22] local.INFO: Sessions updated for user 1362. {"count":13} 
[2025-07-15 21:15:23] local.INFO: Sessions updated for user 1363. {"count":0} 
[2025-07-15 21:15:23] local.INFO: Sessions updated for user 1364. {"count":0} 
[2025-07-15 21:15:24] local.INFO: Sessions updated for user 1365. {"count":0} 
[2025-07-15 21:15:25] local.INFO: Sessions updated for user 1366. {"count":0} 
[2025-07-15 21:15:25] local.INFO: Sessions updated for user 1367. {"count":0} 
[2025-07-15 21:15:30] local.INFO: Sessions updated for user 1368. {"count":12} 
[2025-07-15 21:15:31] local.INFO: Sessions updated for user 1369. {"count":0} 
[2025-07-15 21:15:32] local.INFO: Sessions updated for user 1370. {"count":0} 
[2025-07-15 21:15:32] local.INFO: Sessions updated for user 1371. {"count":0} 
[2025-07-15 21:15:33] local.INFO: Sessions updated for user 1372. {"count":0} 
[2025-07-15 21:15:37] local.INFO: Sessions updated for user 1373. {"count":12} 
[2025-07-15 21:15:38] local.INFO: Sessions updated for user 1374. {"count":0} 
[2025-07-15 21:15:40] local.INFO: Sessions updated for user 1375. {"count":20} 
[2025-07-15 21:15:41] local.INFO: Sessions updated for user 1376. {"count":21} 
[2025-07-15 21:15:44] local.INFO: Sessions updated for user 1377. {"count":15} 
[2025-07-15 21:15:46] local.INFO: Sessions updated for user 1378. {"count":33} 
[2025-07-15 21:15:49] local.INFO: Sessions updated for user 1379. {"count":45} 
[2025-07-15 21:15:59] local.INFO: Sessions updated for user 1380. {"count":9} 
[2025-07-15 21:16:00] local.INFO: Sessions updated for user 1381. {"count":5} 
[2025-07-15 21:16:01] local.INFO: Sessions updated for user 1382. {"count":0} 
[2025-07-15 21:16:02] local.INFO: Sessions updated for user 1383. {"count":0} 
[2025-07-15 21:16:04] local.INFO: Sessions updated for user 1384. {"count":8} 
[2025-07-15 21:16:04] local.INFO: Sessions updated for user 1385. {"count":0} 
[2025-07-15 21:16:05] local.INFO: Sessions updated for user 1386. {"count":1} 
[2025-07-15 21:16:06] local.INFO: Sessions updated for user 1387. {"count":0} 
[2025-07-15 21:16:06] local.INFO: Sessions updated for user 1388. {"count":0} 
[2025-07-15 21:16:16] local.INFO: Sessions updated for user 1389. {"count":39} 
[2025-07-15 21:16:17] local.INFO: Sessions updated for user 1390. {"count":32} 
[2025-07-15 21:16:26] local.INFO: Sessions updated for user 1391. {"count":25} 
[2025-07-15 21:16:27] local.INFO: Sessions updated for user 1392. {"count":0} 
[2025-07-15 21:16:28] local.INFO: Sessions updated for user 1397. {"count":12} 
[2025-07-15 21:16:30] local.INFO: Sessions updated for user 1399. {"count":16} 
[2025-07-15 21:16:31] local.INFO: Sessions updated for user 1402. {"count":0} 
[2025-07-15 21:16:32] local.INFO: Sessions updated for user 1404. {"count":0} 
[2025-07-15 21:16:33] local.INFO: Sessions updated for user 1405. {"count":0} 
[2025-07-15 21:16:34] local.INFO: Sessions updated for user 1406. {"count":0} 
[2025-07-15 21:16:34] local.INFO: Sessions updated for user 1407. {"count":0} 
[2025-07-15 21:16:35] local.INFO: Sessions updated for user 1408. {"count":0} 
[2025-07-15 21:16:44] local.INFO: Sessions updated for user 1409. {"count":8} 
[2025-07-15 21:16:45] local.INFO: Sessions updated for user 1410. {"count":11} 
[2025-07-15 21:17:01] local.INFO: Sessions updated for user 1411. {"count":30} 
[2025-07-15 21:17:04] local.INFO: Sessions updated for user 1412. {"count":54} 
[2025-07-15 21:17:05] local.INFO: Sessions updated for user 1413. {"count":34} 
[2025-07-15 21:17:12] local.INFO: Sessions updated for user 1414. {"count":19} 
[2025-07-15 21:17:13] local.INFO: Sessions updated for user 1415. {"count":0} 
[2025-07-15 21:17:14] local.INFO: Sessions updated for user 1416. {"count":0} 
[2025-07-15 21:17:21] local.INFO: Sessions updated for user 1417. {"count":8} 
[2025-07-15 21:17:23] local.INFO: Sessions updated for user 1418. {"count":32} 
[2025-07-15 21:17:24] local.INFO: Sessions updated for user 1419. {"count":0} 
[2025-07-15 21:17:24] local.INFO: Sessions updated for user 1420. {"count":0} 
[2025-07-15 21:17:27] local.INFO: Sessions updated for user 1422. {"count":82} 
[2025-07-15 21:17:28] local.INFO: Sessions updated for user 1425. {"count":0} 
[2025-07-15 21:17:29] local.INFO: Sessions updated for user 1429. {"count":19} 
[2025-07-15 21:17:30] local.INFO: Sessions updated for user 1430. {"count":0} 
[2025-07-15 21:17:31] local.INFO: Sessions updated for user 1432. {"count":21} 
[2025-07-15 21:17:33] local.INFO: Sessions updated for user 1433. {"count":18} 
[2025-07-15 21:17:38] local.INFO: Sessions updated for user 1434. {"count":8} 
[2025-07-15 21:17:38] local.INFO: Sessions updated for user 1435. {"count":0} 
[2025-07-15 21:17:42] local.INFO: Sessions updated for user 1436. {"count":5} 
[2025-07-15 21:17:46] local.INFO: Sessions updated for user 1437. {"count":19} 
[2025-07-15 21:17:47] local.INFO: Sessions updated for user 1438. {"count":4} 
[2025-07-15 21:17:50] local.INFO: Sessions updated for user 1439. {"count":32} 
[2025-07-15 21:17:52] local.INFO: Sessions updated for user 1440. {"count":23} 
[2025-07-15 21:17:53] local.INFO: Sessions updated for user 1441. {"count":3} 
[2025-07-15 21:17:54] local.INFO: Sessions updated for user 1442. {"count":7} 
[2025-07-15 21:17:54] local.INFO: Sessions updated for user 1443. {"count":2} 
[2025-07-15 21:17:55] local.INFO: Sessions updated for user 1444. {"count":1} 
[2025-07-15 21:17:56] local.INFO: Sessions updated for user 1445. {"count":0} 
[2025-07-15 21:17:57] local.INFO: Sessions updated for user 1446. {"count":3} 
[2025-07-15 21:17:57] local.INFO: Sessions updated for user 1447. {"count":3} 
[2025-07-15 21:17:58] local.INFO: Sessions updated for user 1449. {"count":0} 
[2025-07-15 21:18:00] local.INFO: Sessions updated for user 1450. {"count":39} 
[2025-07-15 21:18:01] local.INFO: Sessions updated for user 1451. {"count":0} 
[2025-07-15 21:18:04] local.INFO: Sessions updated for user 1452. {"count":31} 
[2025-07-15 21:18:05] local.INFO: Sessions updated for user 1453. {"count":0} 
[2025-07-15 21:18:06] local.INFO: Sessions updated for user 1454. {"count":6} 
[2025-07-15 21:18:07] local.INFO: Sessions updated for user 1455. {"count":34} 
[2025-07-15 21:18:07] local.INFO: Sessions updated for user 1456. {"count":0} 
[2025-07-15 21:18:10] local.INFO: Sessions updated for user 1457. {"count":26} 
[2025-07-15 21:18:10] local.INFO: Sessions updated for user 1458. {"count":0} 
[2025-07-15 21:18:11] local.INFO: Sessions updated for user 1459. {"count":0} 
[2025-07-15 21:18:12] local.INFO: Sessions updated for user 1460. {"count":0} 
[2025-07-15 21:18:15] local.INFO: Sessions updated for user 1461. {"count":2} 
[2025-07-15 21:18:16] local.INFO: Sessions updated for user 1465. {"count":0} 
[2025-07-15 21:18:17] local.INFO: Sessions updated for user 1466. {"count":0} 
[2025-07-15 21:18:17] local.INFO: Sessions updated for user 1467. {"count":0} 
[2025-07-15 21:18:18] local.INFO: Sessions updated for user 1468. {"count":0} 
[2025-07-15 21:18:19] local.INFO: Sessions updated for user 1469. {"count":0} 
[2025-07-15 21:18:19] local.INFO: Sessions updated for user 1470. {"count":0} 
[2025-07-15 21:18:20] local.INFO: Sessions updated for user 1471. {"count":0} 
[2025-07-15 21:18:21] local.INFO: Sessions updated for user 1472. {"count":0} 
[2025-07-15 21:18:21] local.INFO: Sessions updated for user 1473. {"count":0} 
[2025-07-15 21:18:22] local.INFO: Sessions updated for user 1474. {"count":0} 
[2025-07-15 21:18:23] local.INFO: Sessions updated for user 1475. {"count":0} 
[2025-07-15 21:18:23] local.INFO: Sessions updated for user 1476. {"count":0} 
[2025-07-15 21:18:24] local.INFO: Sessions updated for user 1477. {"count":0} 
[2025-07-15 21:18:26] local.INFO: Sessions updated for user 1478. {"count":0} 
[2025-07-15 21:18:26] local.INFO: Sessions updated for user 1479. {"count":0} 
[2025-07-15 21:18:27] local.INFO: Sessions updated for user 1480. {"count":0} 
[2025-07-15 21:18:28] local.INFO: Sessions updated for user 1481. {"count":0} 
[2025-07-15 21:18:29] local.INFO: Sessions updated for user 1482. {"count":0} 
[2025-07-15 21:18:30] local.INFO: Sessions updated for user 1483. {"count":26} 
[2025-07-15 21:18:32] local.INFO: Sessions updated for user 1484. {"count":46} 
[2025-07-15 21:18:33] local.INFO: Sessions updated for user 1485. {"count":4} 
[2025-07-15 21:18:34] local.INFO: Sessions updated for user 1486. {"count":0} 
[2025-07-15 21:18:35] local.INFO: Sessions updated for user 1487. {"count":1} 
[2025-07-15 21:18:36] local.INFO: Sessions updated for user 1488. {"count":0} 
[2025-07-15 21:18:37] local.INFO: Sessions updated for user 1489. {"count":16} 
[2025-07-15 21:18:38] local.INFO: Sessions updated for user 1491. {"count":0} 
[2025-07-15 21:18:40] local.INFO: Sessions updated for user 1492. {"count":36} 
[2025-07-15 21:18:40] local.INFO: Sessions updated for user 1494. {"count":0} 
[2025-07-15 21:18:42] local.INFO: Sessions updated for user 1495. {"count":4} 
[2025-07-15 21:18:46] local.INFO: Sessions updated for user 1496. {"count":85} 
[2025-07-15 21:18:46] local.INFO: Sessions updated for user 1497. {"count":2} 
[2025-07-15 21:18:50] local.INFO: Sessions updated for user 1499. {"count":3} 
[2025-07-15 21:18:51] local.INFO: Sessions updated for user 1500. {"count":15} 
[2025-07-15 21:18:51] local.INFO: Sessions updated for user 1501. {"count":5} 
[2025-07-15 21:18:53] local.INFO: Sessions updated for user 1502. {"count":25} 
[2025-07-15 21:18:54] local.INFO: Sessions updated for user 1503. {"count":8} 
[2025-07-15 21:18:55] local.INFO: Sessions updated for user 1504. {"count":1} 
[2025-07-15 21:18:55] local.INFO: Sessions updated for user 1505. {"count":0} 
[2025-07-15 21:18:57] local.INFO: Sessions updated for user 1506. {"count":15} 
[2025-07-15 21:18:59] local.INFO: Sessions updated for user 1507. {"count":48} 
[2025-07-15 21:18:59] local.INFO: Sessions updated for user 1513. {"count":0} 
[2025-07-15 21:19:06] local.INFO: Sessions updated for user 1515. {"count":11} 
[2025-07-15 21:19:06] local.INFO: Sessions updated for user 1516. {"count":0} 
[2025-07-15 21:19:12] local.INFO: Sessions updated for user 1517. {"count":38} 
[2025-07-15 21:19:13] local.INFO: Sessions updated for user 1518. {"count":24} 
[2025-07-15 21:19:14] local.INFO: Sessions updated for user 1522. {"count":11} 
[2025-07-15 21:19:15] local.INFO: Sessions updated for user 1523. {"count":9} 
[2025-07-15 21:19:16] local.INFO: Sessions updated for user 1524. {"count":0} 
[2025-07-15 21:19:16] local.INFO: Sessions updated for user 1525. {"count":0} 
[2025-07-15 21:19:17] local.INFO: Sessions updated for user 1526. {"count":0} 
[2025-07-15 21:19:18] local.INFO: Sessions updated for user 1527. {"count":33} 
[2025-07-15 21:19:20] local.INFO: Sessions updated for user 1528. {"count":21} 
[2025-07-15 21:19:21] local.INFO: Sessions updated for user 1529. {"count":0} 
[2025-07-15 21:19:24] local.INFO: Sessions updated for user 1530. {"count":9} 
[2025-07-15 21:19:33] local.INFO: Sessions updated for user 1531. {"count":49} 
[2025-07-15 21:19:34] local.INFO: Sessions updated for user 1532. {"count":0} 
[2025-07-15 21:19:35] local.INFO: Sessions updated for user 1533. {"count":1} 
[2025-07-15 21:19:38] local.INFO: Sessions updated for user 1534. {"count":51} 
[2025-07-15 21:19:38] local.INFO: Sessions updated for user 1535. {"count":0} 
[2025-07-15 21:19:39] local.INFO: Sessions updated for user 1536. {"count":0} 
[2025-07-15 21:19:40] local.INFO: Sessions updated for user 1538. {"count":14} 
[2025-07-15 21:19:41] local.INFO: Sessions updated for user 1539. {"count":0} 
[2025-07-15 21:19:41] local.INFO: Sessions updated for user 1540. {"count":0} 
[2025-07-15 21:19:42] local.INFO: Sessions updated for user 1541. {"count":0} 
[2025-07-15 21:19:42] local.INFO: Sessions updated for user 1543. {"count":0} 
[2025-07-15 21:19:43] local.INFO: Sessions updated for user 1544. {"count":0} 
[2025-07-15 21:19:44] local.INFO: Sessions updated for user 1545. {"count":0} 
[2025-07-15 21:19:44] local.INFO: Sessions updated for user 1546. {"count":0} 
[2025-07-15 21:19:45] local.INFO: Sessions updated for user 1548. {"count":0} 
[2025-07-15 21:19:46] local.INFO: Sessions updated for user 1549. {"count":0} 
[2025-07-15 21:19:53] local.INFO: Sessions updated for user 1550. {"count":38} 
[2025-07-15 21:19:54] local.INFO: Sessions updated for user 1551. {"count":0} 
[2025-07-15 21:19:54] local.INFO: Sessions updated for user 1552. {"count":0} 
[2025-07-15 21:19:55] local.INFO: Sessions updated for user 1553. {"count":0} 
[2025-07-15 21:19:56] local.INFO: Sessions updated for user 1554. {"count":0} 
[2025-07-15 21:19:56] local.INFO: Sessions updated for user 1555. {"count":0} 
[2025-07-15 21:19:57] local.INFO: Sessions updated for user 1556. {"count":0} 
[2025-07-15 21:19:57] local.INFO: Sessions updated for user 1557. {"count":0} 
[2025-07-15 21:19:59] local.INFO: Sessions updated for user 1558. {"count":22} 
[2025-07-15 21:20:00] local.INFO: Sessions updated for user 1559. {"count":3} 
[2025-07-15 21:20:01] local.INFO: Sessions updated for user 1560. {"count":2} 
[2025-07-15 21:20:02] local.INFO: Sessions updated for user 1561. {"count":0} 
[2025-07-15 21:20:02] local.INFO: Sessions updated for user 1562. {"count":0} 
[2025-07-15 21:20:03] local.INFO: Sessions updated for user 1563. {"count":0} 
[2025-07-15 21:20:05] local.INFO: Sessions updated for user 1564. {"count":35} 
[2025-07-15 21:20:07] local.INFO: Sessions updated for user 1565. {"count":13} 
[2025-07-15 21:20:08] local.INFO: Sessions updated for user 1566. {"count":0} 
[2025-07-15 21:20:08] local.INFO: Sessions updated for user 1567. {"count":0} 
[2025-07-15 21:20:09] local.INFO: Sessions updated for user 1568. {"count":0} 
[2025-07-15 21:20:12] local.INFO: Sessions updated for user 1569. {"count":31} 
[2025-07-15 21:20:12] local.INFO: Sessions updated for user 1570. {"count":0} 
[2025-07-15 21:20:17] local.INFO: Sessions updated for user 1572. {"count":26} 
[2025-07-15 21:20:31] local.INFO: Sessions updated for user 1573. {"count":45} 
[2025-07-15 21:21:00] local.INFO: Sessions updated for user 1574. {"count":41} 
[2025-07-15 21:21:00] local.INFO: Sessions updated for user 1575. {"count":0} 
[2025-07-15 21:21:01] local.INFO: Sessions updated for user 1576. {"count":0} 
[2025-07-15 21:21:02] local.INFO: Sessions updated for user 1577. {"count":0} 
[2025-07-15 21:21:02] local.INFO: Sessions updated for user 1578. {"count":0} 
[2025-07-15 21:21:04] local.INFO: Sessions updated for user 1579. {"count":7} 
[2025-07-15 21:21:06] local.INFO: Sessions updated for user 1580. {"count":30} 
[2025-07-15 21:21:06] local.INFO: Sessions updated for user 1581. {"count":0} 
[2025-07-15 21:21:14] local.INFO: Sessions updated for user 1582. {"count":5} 
[2025-07-15 21:21:15] local.INFO: Sessions updated for user 1583. {"count":0} 
[2025-07-15 21:21:17] local.INFO: Sessions updated for user 1584. {"count":1} 
[2025-07-15 21:21:17] local.INFO: Sessions updated for user 1585. {"count":0} 
[2025-07-15 21:21:18] local.INFO: Sessions updated for user 1587. {"count":0} 
[2025-07-15 21:21:19] local.INFO: Sessions updated for user 1588. {"count":0} 
[2025-07-15 21:21:20] local.INFO: Sessions updated for user 1589. {"count":1} 
[2025-07-15 21:21:22] local.INFO: Sessions updated for user 1590. {"count":2} 
[2025-07-15 21:21:22] local.INFO: Sessions updated for user 1591. {"count":0} 
[2025-07-15 21:21:26] local.INFO: Sessions updated for user 1592. {"count":53} 
[2025-07-15 21:21:28] local.INFO: Sessions updated for user 1593. {"count":34} 
[2025-07-15 21:21:35] local.INFO: Sessions updated for user 1594. {"count":45} 
[2025-07-15 21:21:35] local.INFO: Sessions updated for user 1595. {"count":0} 
[2025-07-15 21:21:36] local.INFO: Sessions updated for user 1596. {"count":0} 
[2025-07-15 21:21:37] local.INFO: Sessions updated for user 1597. {"count":0} 
[2025-07-15 21:21:39] local.INFO: Sessions updated for user 1598. {"count":1} 
[2025-07-15 21:21:40] local.INFO: Sessions updated for user 1599. {"count":0} 
[2025-07-15 21:21:41] local.INFO: Sessions updated for user 1600. {"count":0} 
[2025-07-15 21:21:51] local.INFO: Sessions updated for user 1602. {"count":43} 
[2025-07-15 21:21:52] local.INFO: Sessions updated for user 1603. {"count":2} 
[2025-07-15 21:21:53] local.INFO: Sessions updated for user 1604. {"count":16} 
[2025-07-15 21:21:54] local.INFO: Sessions updated for user 1605. {"count":25} 
[2025-07-15 21:21:59] local.INFO: Sessions updated for user 1606. {"count":2} 
[2025-07-15 21:21:59] local.INFO: Sessions updated for user 1607. {"count":0} 
[2025-07-15 21:22:02] local.INFO: Sessions updated for user 1608. {"count":39} 
[2025-07-15 21:22:04] local.INFO: Sessions updated for user 1609. {"count":30} 
[2025-07-15 21:22:05] local.INFO: Sessions updated for user 1610. {"count":0} 
[2025-07-15 21:22:05] local.INFO: Sessions updated for user 1616. {"count":0} 
[2025-07-15 21:22:06] local.INFO: Sessions updated for user 1617. {"count":0} 
[2025-07-15 21:22:07] local.INFO: Sessions updated for user 1618. {"count":0} 
[2025-07-15 21:22:07] local.INFO: Sessions updated for user 1620. {"count":0} 
[2025-07-15 21:22:08] local.INFO: Sessions updated for user 1621. {"count":0} 
[2025-07-15 21:22:09] local.INFO: Sessions updated for user 1622. {"count":0} 
[2025-07-15 21:22:09] local.INFO: Sessions updated for user 1623. {"count":0} 
[2025-07-15 21:22:10] local.INFO: Sessions updated for user 1624. {"count":1} 
[2025-07-15 21:22:12] local.INFO: Sessions updated for user 1625. {"count":1} 
[2025-07-15 21:22:13] local.INFO: Sessions updated for user 1626. {"count":0} 
[2025-07-15 21:22:13] local.INFO: Sessions updated for user 1627. {"count":1} 
[2025-07-15 21:22:14] local.INFO: Sessions updated for user 1628. {"count":0} 
[2025-07-15 21:22:15] local.INFO: Sessions updated for user 1629. {"count":0} 
[2025-07-15 21:22:16] local.INFO: Sessions updated for user 1630. {"count":25} 
[2025-07-15 21:22:17] local.INFO: Sessions updated for user 1631. {"count":29} 
[2025-07-15 21:22:17] local.INFO: Sessions updated for user 1632. {"count":0} 
[2025-07-15 21:22:18] local.INFO: Sessions updated for user 1634. {"count":1} 
[2025-07-15 21:22:19] local.INFO: Sessions updated for user 1635. {"count":0} 
[2025-07-15 21:22:20] local.INFO: Sessions updated for user 1636. {"count":46} 
[2025-07-15 21:22:21] local.INFO: Sessions updated for user 1637. {"count":0} 
[2025-07-15 21:22:21] local.INFO: Sessions updated for user 1638. {"count":0} 
[2025-07-15 21:22:22] local.INFO: Sessions updated for user 1639. {"count":0} 
[2025-07-15 21:22:23] local.INFO: Sessions updated for user 1640. {"count":0} 
[2025-07-15 21:22:25] local.INFO: Sessions updated for user 1641. {"count":36} 
[2025-07-15 21:22:25] local.INFO: Sessions updated for user 1642. {"count":0} 
[2025-07-15 21:22:26] local.INFO: Sessions updated for user 1643. {"count":0} 
[2025-07-15 21:22:26] local.INFO: Sessions updated for user 1644. {"count":0} 
[2025-07-15 21:22:27] local.INFO: Sessions updated for user 1645. {"count":13} 
[2025-07-15 21:22:29] local.INFO: Sessions updated for user 1646. {"count":28} 
[2025-07-15 21:22:30] local.INFO: Sessions updated for user 1648. {"count":0} 
[2025-07-15 21:22:30] local.INFO: Sessions updated for user 1649. {"count":0} 
[2025-07-15 21:22:31] local.INFO: Sessions updated for user 1650. {"count":0} 
[2025-07-15 21:22:32] local.INFO: Sessions updated for user 1651. {"count":0} 
[2025-07-15 21:22:32] local.INFO: Sessions updated for user 1652. {"count":0} 
[2025-07-15 21:22:33] local.INFO: Sessions updated for user 1654. {"count":0} 
[2025-07-15 21:22:34] local.INFO: Sessions updated for user 1655. {"count":0} 
[2025-07-15 21:22:34] local.INFO: Sessions updated for user 1656. {"count":0} 
[2025-07-15 21:22:35] local.INFO: Sessions updated for user 1657. {"count":0} 
[2025-07-15 21:22:36] local.INFO: Sessions updated for user 1658. {"count":1} 
[2025-07-15 21:22:37] local.INFO: Sessions updated for user 1659. {"count":0} 
[2025-07-15 21:22:39] local.INFO: Sessions updated for user 1660. {"count":3} 
[2025-07-15 21:22:40] local.INFO: Sessions updated for user 1661. {"count":0} 
[2025-07-15 21:22:41] local.INFO: Sessions updated for user 1662. {"count":25} 
[2025-07-15 21:22:42] local.INFO: Sessions updated for user 1663. {"count":1} 
[2025-07-15 21:22:43] local.INFO: Sessions updated for user 1664. {"count":0} 
[2025-07-15 21:22:44] local.INFO: Sessions updated for user 1665. {"count":0} 
[2025-07-15 21:22:44] local.INFO: Sessions updated for user 1666. {"count":0} 
[2025-07-15 21:22:51] local.INFO: Sessions updated for user 1667. {"count":7} 
[2025-07-15 21:22:53] local.INFO: Sessions updated for user 1668. {"count":2} 
[2025-07-15 21:22:55] local.INFO: Sessions updated for user 1669. {"count":2} 
[2025-07-15 21:22:57] local.INFO: Sessions updated for user 1670. {"count":1} 
[2025-07-15 21:22:57] local.INFO: Sessions updated for user 1671. {"count":2} 
[2025-07-15 21:23:00] local.INFO: Sessions updated for user 1672. {"count":7} 
[2025-07-15 21:23:01] local.INFO: Sessions updated for user 1673. {"count":0} 
[2025-07-15 21:23:05] local.INFO: Sessions updated for user 1674. {"count":5} 
[2025-07-15 21:23:07] local.INFO: Sessions updated for user 1675. {"count":1} 
[2025-07-15 21:23:13] local.INFO: Sessions updated for user 1676. {"count":5} 
[2025-07-15 21:23:15] local.INFO: Sessions updated for user 1677. {"count":11} 
[2025-07-15 21:23:18] local.INFO: Sessions updated for user 1678. {"count":1} 
[2025-07-15 21:23:19] local.INFO: Sessions updated for user 1679. {"count":1} 
[2025-07-15 21:23:24] local.INFO: Sessions updated for user 1680. {"count":10} 
[2025-07-15 21:23:32] local.INFO: Sessions updated for user 1681. {"count":29} 
[2025-07-15 21:23:37] local.INFO: Sessions updated for user 1682. {"count":4} 
[2025-07-15 21:24:06] local.INFO: Sessions updated for user 1683. {"count":27} 
[2025-07-15 21:24:14] local.INFO: Sessions updated for user 1684. {"count":6} 
[2025-07-15 21:24:30] local.INFO: Sessions updated for user 1685. {"count":14} 
[2025-07-15 21:24:31] local.INFO: Sessions updated for user 1686. {"count":0} 
[2025-07-15 21:24:32] local.INFO: Sessions updated for user 1687. {"count":0} 
[2025-07-15 21:24:33] local.INFO: Sessions updated for user 1688. {"count":0} 
[2025-07-15 21:24:41] local.INFO: Sessions updated for user 1689. {"count":11} 
[2025-07-15 21:24:42] local.INFO: Sessions updated for user 1690. {"count":0} 
[2025-07-15 21:24:42] local.INFO: Sessions updated for user 1691. {"count":0} 
[2025-07-15 21:24:44] local.INFO: Sessions updated for user 1692. {"count":1} 
[2025-07-15 21:24:45] local.INFO: Sessions updated for user 1693. {"count":0} 
[2025-07-15 21:24:49] local.INFO: Sessions updated for user 1694. {"count":4} 
[2025-07-15 21:24:50] local.INFO: Sessions updated for user 1695. {"count":0} 
[2025-07-15 21:24:51] local.INFO: Sessions updated for user 1696. {"count":0} 
[2025-07-15 21:24:53] local.INFO: Sessions updated for user 1697. {"count":9} 
[2025-07-15 21:25:01] local.INFO: Sessions updated for user 1698. {"count":9} 
[2025-07-15 21:25:07] local.INFO: Sessions updated for user 1699. {"count":3} 
[2025-07-15 21:25:08] local.INFO: Sessions updated for user 1700. {"count":0} 
[2025-07-15 21:25:09] local.INFO: Sessions updated for user 1702. {"count":10} 
[2025-07-15 21:25:10] local.INFO: Sessions updated for user 1703. {"count":0} 
[2025-07-15 21:25:12] local.INFO: Sessions updated for user 1704. {"count":5} 
[2025-07-15 21:25:13] local.INFO: Sessions updated for user 1705. {"count":0} 
[2025-07-15 21:25:14] local.INFO: Sessions updated for user 1706. {"count":0} 
[2025-07-15 21:25:14] local.INFO: Sessions updated for user 1707. {"count":0} 
[2025-07-15 21:25:15] local.INFO: Sessions updated for user 1708. {"count":0} 
[2025-07-15 21:25:16] local.INFO: Sessions updated for user 1709. {"count":0} 
[2025-07-15 21:25:20] local.INFO: Sessions updated for user 1710. {"count":6} 
[2025-07-15 21:25:25] local.INFO: Sessions updated for user 1711. {"count":8} 
[2025-07-15 21:25:29] local.INFO: Sessions updated for user 1712. {"count":5} 
[2025-07-15 21:25:31] local.INFO: Sessions updated for user 1713. {"count":1} 
[2025-07-15 21:25:32] local.INFO: Sessions updated for user 1714. {"count":0} 
[2025-07-15 21:25:36] local.INFO: Sessions updated for user 1715. {"count":4} 
[2025-07-15 21:25:38] local.INFO: Sessions updated for user 1716. {"count":1} 
[2025-07-15 21:25:38] local.INFO: Sessions updated for user 1717. {"count":0} 
[2025-07-15 21:25:39] local.INFO: Sessions updated for user 1718. {"count":0} 
[2025-07-15 21:25:46] local.INFO: Sessions updated for user 1719. {"count":6} 
[2025-07-15 21:25:48] local.INFO: Sessions updated for user 1720. {"count":3} 
[2025-07-15 21:25:49] local.INFO: Sessions updated for user 1721. {"count":0} 
[2025-07-15 21:25:50] local.INFO: Sessions updated for user 1722. {"count":0} 
[2025-07-15 21:25:50] local.INFO: Sessions updated for user 1724. {"count":0} 
[2025-07-15 21:25:51] local.INFO: Sessions updated for user 1725. {"count":0} 
[2025-07-15 21:25:54] local.INFO: Sessions updated for user 1726. {"count":9} 
[2025-07-15 21:25:55] local.INFO: Sessions updated for user 1727. {"count":0} 
[2025-07-15 21:25:56] local.INFO: Sessions updated for user 1728. {"count":0} 
[2025-07-15 21:25:56] local.INFO: Sessions updated for user 1729. {"count":0} 
[2025-07-15 21:25:57] local.INFO: Sessions updated for user 1730. {"count":0} 
[2025-07-15 21:25:58] local.INFO: Sessions updated for user 1731. {"count":0} 
[2025-07-15 21:25:58] local.INFO: Sessions updated for user 1732. {"count":0} 
[2025-07-15 21:25:59] local.INFO: Sessions updated for user 1733. {"count":0} 
[2025-07-15 21:26:00] local.INFO: Sessions updated for user 1734. {"count":0} 
[2025-07-15 21:26:00] local.INFO: Sessions updated for user 1735. {"count":0} 
[2025-07-15 21:26:01] local.INFO: Sessions updated for user 1736. {"count":0} 
[2025-07-15 21:26:02] local.INFO: Sessions updated for user 1737. {"count":0} 
[2025-07-15 21:26:02] local.INFO: Sessions updated for user 1738. {"count":0} 
[2025-07-15 21:26:03] local.INFO: Sessions updated for user 1739. {"count":0} 
[2025-07-15 21:26:04] local.INFO: Sessions updated for user 1740. {"count":0} 
[2025-07-15 21:26:05] local.INFO: Sessions updated for user 1741. {"count":0} 
[2025-07-15 21:26:05] local.INFO: Sessions updated for user 1742. {"count":0} 
[2025-07-15 21:26:06] local.INFO: Sessions updated for user 1743. {"count":0} 
[2025-07-15 21:26:07] local.INFO: Sessions updated for user 1744. {"count":0} 
[2025-07-15 21:26:07] local.INFO: Sessions updated for user 1745. {"count":0} 
[2025-07-15 21:26:08] local.INFO: Sessions updated for user 1746. {"count":0} 
[2025-07-15 21:26:09] local.INFO: Sessions updated for user 1747. {"count":0} 
[2025-07-15 21:26:09] local.INFO: Sessions updated for user 1748. {"count":0} 
[2025-07-15 21:26:10] local.INFO: Sessions updated for user 1749. {"count":0} 
[2025-07-15 21:26:11] local.INFO: Sessions updated for user 1750. {"count":0} 
[2025-07-15 21:26:12] local.INFO: Sessions updated for user 1754. {"count":0} 
[2025-07-15 21:26:13] local.INFO: Sessions updated for user 1755. {"count":0} 
[2025-07-15 21:26:25] local.INFO: Sessions updated for user 1757. {"count":14} 
[2025-07-15 21:26:26] local.INFO: Sessions updated for user 1758. {"count":0} 
[2025-07-15 21:26:29] local.INFO: Sessions updated for user 1759. {"count":36} 
[2025-07-15 21:26:30] local.INFO: Sessions updated for user 1760. {"count":41} 
[2025-07-15 21:26:31] local.INFO: Sessions updated for user 1761. {"count":0} 
[2025-07-15 21:26:32] local.INFO: Sessions updated for user 1762. {"count":2} 
[2025-07-15 21:26:33] local.INFO: Sessions updated for user 1763. {"count":0} 
[2025-07-15 21:26:33] local.INFO: Sessions updated for user 1765. {"count":0} 
[2025-07-15 21:26:34] local.INFO: Sessions updated for user 1766. {"count":0} 
[2025-07-15 21:26:35] local.INFO: Sessions updated for user 1767. {"count":0} 
[2025-07-15 21:26:36] local.INFO: Sessions updated for user 1768. {"count":18} 
[2025-07-15 21:26:39] local.INFO: Sessions updated for user 1770. {"count":2} 
[2025-07-15 21:26:53] local.INFO: Sessions updated for user 1776. {"count":23} 
[2025-07-15 21:26:54] local.INFO: Sessions updated for user 1777. {"count":0} 
[2025-07-15 21:26:54] local.INFO: Sessions updated for user 1778. {"count":0} 
[2025-07-15 21:26:55] local.INFO: Sessions updated for user 1779. {"count":0} 
[2025-07-15 21:26:56] local.INFO: Sessions updated for user 1780. {"count":0} 
[2025-07-15 21:26:57] local.INFO: Sessions updated for user 1781. {"count":0} 
[2025-07-15 21:26:58] local.INFO: Sessions updated for user 1783. {"count":8} 
[2025-07-15 21:26:59] local.INFO: Sessions updated for user 1784. {"count":0} 
[2025-07-15 21:27:02] local.INFO: Sessions updated for user 1785. {"count":2} 
[2025-07-15 21:27:03] local.INFO: Sessions updated for user 1786. {"count":0} 
[2025-07-15 21:27:03] local.INFO: Sessions updated for user 1787. {"count":0} 
[2025-07-15 21:27:04] local.INFO: Sessions updated for user 1788. {"count":0} 
[2025-07-15 21:27:08] local.INFO: Sessions updated for user 1789. {"count":86} 
[2025-07-15 21:27:08] local.INFO: Sessions updated for user 1790. {"count":0} 
[2025-07-15 21:27:09] local.INFO: Sessions updated for user 1791. {"count":0} 
[2025-07-15 21:27:13] local.INFO: Sessions updated for user 1792. {"count":2} 
[2025-07-15 21:27:14] local.INFO: Sessions updated for user 1793. {"count":0} 
[2025-07-15 21:27:15] local.INFO: Sessions updated for user 1794. {"count":0} 
[2025-07-15 21:27:15] local.INFO: Sessions updated for user 1795. {"count":0} 
[2025-07-15 21:27:16] local.INFO: Sessions updated for user 1796. {"count":0} 
[2025-07-15 21:27:17] local.INFO: Sessions updated for user 1797. {"count":0} 
[2025-07-15 21:27:17] local.INFO: Sessions updated for user 1798. {"count":0} 
[2025-07-15 21:27:18] local.INFO: Sessions updated for user 1799. {"count":0} 
[2025-07-15 21:27:19] local.INFO: Sessions updated for user 1800. {"count":0} 
[2025-07-15 21:27:20] local.INFO: Sessions updated for user 1801. {"count":0} 
[2025-07-15 21:27:20] local.INFO: Sessions updated for user 1802. {"count":0} 
[2025-07-15 21:27:21] local.INFO: Sessions updated for user 1803. {"count":0} 
[2025-07-15 21:27:22] local.INFO: Sessions updated for user 1804. {"count":0} 
[2025-07-15 21:27:23] local.INFO: Sessions updated for user 1805. {"count":0} 
[2025-07-15 21:27:23] local.INFO: Sessions updated for user 1807. {"count":0} 
[2025-07-15 21:27:28] local.INFO: Sessions updated for user 1808. {"count":16} 
[2025-07-15 21:27:29] local.INFO: Sessions updated for user 1810. {"count":4} 
[2025-07-15 21:27:30] local.INFO: Sessions updated for user 1812. {"count":0} 
[2025-07-15 21:27:31] local.INFO: Sessions updated for user 1813. {"count":2} 
[2025-07-15 21:27:32] local.INFO: Sessions updated for user 1814. {"count":10} 
[2025-07-15 21:27:33] local.INFO: Sessions updated for user 1815. {"count":0} 
[2025-07-15 21:27:34] local.INFO: Sessions updated for user 1816. {"count":0} 
[2025-07-15 21:27:39] local.INFO: Sessions updated for user 1817. {"count":39} 
[2025-07-15 21:27:40] local.INFO: Sessions updated for user 1818. {"count":5} 
[2025-07-15 21:27:41] local.INFO: Sessions updated for user 1819. {"count":0} 
[2025-07-15 21:27:41] local.INFO: Sessions updated for user 1820. {"count":0} 
[2025-07-15 21:27:43] local.INFO: Sessions updated for user 1821. {"count":16} 
[2025-07-15 21:27:44] local.INFO: Sessions updated for user 1822. {"count":0} 
[2025-07-15 21:27:44] local.INFO: Sessions updated for user 1823. {"count":0} 
[2025-07-15 21:27:59] local.INFO: Sessions updated for user 1824. {"count":24} 
[2025-07-15 21:28:00] local.INFO: Sessions updated for user 1825. {"count":0} 
[2025-07-15 21:28:01] local.INFO: Sessions updated for user 1826. {"count":0} 
[2025-07-15 21:28:01] local.INFO: Sessions updated for user 1827. {"count":0} 
[2025-07-15 21:28:02] local.INFO: Sessions updated for user 1829. {"count":0} 
[2025-07-15 21:28:05] local.INFO: Sessions updated for user 1830. {"count":5} 
[2025-07-15 21:28:06] local.INFO: Sessions updated for user 1831. {"count":0} 
[2025-07-15 21:28:07] local.INFO: Sessions updated for user 1832. {"count":0} 
[2025-07-15 21:28:08] local.INFO: Sessions updated for user 1833. {"count":0} 
[2025-07-15 21:28:10] local.INFO: Sessions updated for user 1834. {"count":1} 
[2025-07-15 21:28:11] local.INFO: Sessions updated for user 1835. {"count":0} 
[2025-07-15 21:28:12] local.INFO: Sessions updated for user 1836. {"count":0} 
[2025-07-15 21:28:21] local.INFO: Sessions updated for user 1837. {"count":28} 
[2025-07-15 21:28:22] local.INFO: Sessions updated for user 1838. {"count":0} 
[2025-07-15 21:28:23] local.INFO: Sessions updated for user 1839. {"count":0} 
[2025-07-15 21:28:23] local.INFO: Sessions updated for user 1841. {"count":0} 
[2025-07-15 21:28:24] local.INFO: Sessions updated for user 1842. {"count":0} 
[2025-07-15 21:28:26] local.INFO: Sessions updated for user 1843. {"count":10} 
[2025-07-15 21:28:31] local.INFO: Sessions updated for user 1844. {"count":9} 
[2025-07-15 21:28:36] local.INFO: Sessions updated for user 1845. {"count":5} 
[2025-07-15 21:28:48] local.INFO: Sessions updated for user 1846. {"count":10} 
[2025-07-15 21:28:49] local.INFO: Sessions updated for user 1847. {"count":1} 
[2025-07-15 21:28:49] local.INFO: Sessions updated for user 1848. {"count":0} 
[2025-07-15 21:28:50] local.INFO: Sessions updated for user 1849. {"count":0} 
[2025-07-15 21:29:03] local.INFO: Sessions updated for user 1850. {"count":32} 
[2025-07-15 21:29:03] local.INFO: Sessions updated for user 1851. {"count":0} 
[2025-07-15 21:29:04] local.INFO: Sessions updated for user 1852. {"count":0} 
[2025-07-15 21:29:05] local.INFO: Sessions updated for user 1854. {"count":0} 
[2025-07-15 21:29:07] local.INFO: Sessions updated for user 1855. {"count":1} 
[2025-07-15 21:29:07] local.INFO: Sessions updated for user 1856. {"count":0} 
[2025-07-15 21:29:08] local.INFO: Sessions updated for user 1857. {"count":0} 
[2025-07-15 21:29:09] local.INFO: Sessions updated for user 1858. {"count":0} 
[2025-07-15 21:29:09] local.INFO: Sessions updated for user 1859. {"count":0} 
[2025-07-15 21:29:10] local.INFO: Sessions updated for user 1860. {"count":0} 
[2025-07-15 21:29:19] local.INFO: Sessions updated for user 1861. {"count":13} 
[2025-07-15 21:29:28] local.INFO: Sessions updated for user 1862. {"count":8} 
[2025-07-15 21:29:38] local.INFO: Sessions updated for user 1863. {"count":13} 
[2025-07-15 21:29:39] local.INFO: Sessions updated for user 1864. {"count":0} 
[2025-07-15 21:29:42] local.INFO: Sessions updated for user 1865. {"count":6} 
[2025-07-15 21:29:42] local.INFO: Sessions updated for user 1866. {"count":0} 
[2025-07-15 21:29:43] local.INFO: Sessions updated for user 1867. {"count":0} 
[2025-07-15 21:29:44] local.INFO: Sessions updated for user 1868. {"count":0} 
[2025-07-15 21:29:44] local.INFO: Sessions updated for user 1869. {"count":0} 
[2025-07-15 21:29:45] local.INFO: Sessions updated for user 1870. {"count":0} 
[2025-07-15 21:29:46] local.INFO: Sessions updated for user 1871. {"count":0} 
[2025-07-15 21:29:46] local.INFO: Sessions updated for user 1872. {"count":0} 
[2025-07-15 21:29:47] local.INFO: Sessions updated for user 1875. {"count":0} 
[2025-07-15 21:29:48] local.INFO: Sessions updated for user 1876. {"count":0} 
[2025-07-15 21:29:48] local.INFO: Sessions updated for user 1877. {"count":0} 
[2025-07-15 21:29:50] local.INFO: Sessions updated for user 1878. {"count":24} 
[2025-07-15 21:29:53] local.INFO: Sessions updated for user 1879. {"count":54} 
[2025-07-15 21:29:53] local.INFO: Sessions updated for user 1880. {"count":0} 
[2025-07-15 21:29:54] local.INFO: Sessions updated for user 1881. {"count":0} 
[2025-07-15 21:29:58] local.INFO: Sessions updated for user 1882. {"count":14} 
[2025-07-15 21:29:59] local.INFO: Sessions updated for user 1883. {"count":0} 
[2025-07-15 21:30:00] local.INFO: Sessions updated for user 1884. {"count":23} 
[2025-07-15 21:30:02] local.INFO: Sessions updated for user 1885. {"count":45} 
[2025-07-15 21:30:03] local.INFO: Sessions updated for user 1886. {"count":1} 
[2025-07-15 21:30:04] local.INFO: Sessions updated for user 1887. {"count":0} 
[2025-07-15 21:30:05] local.INFO: Sessions updated for user 1888. {"count":7} 
[2025-07-15 21:30:07] local.INFO: Sessions updated for user 1889. {"count":4} 
[2025-07-15 21:30:08] local.INFO: Sessions updated for user 1891. {"count":0} 
[2025-07-15 21:30:10] local.INFO: Sessions updated for user 1892. {"count":22} 
[2025-07-15 21:30:12] local.INFO: Sessions updated for user 1893. {"count":0} 
[2025-07-15 21:30:13] local.INFO: Sessions updated for user 1894. {"count":0} 
[2025-07-15 21:30:15] local.INFO: Sessions updated for user 1895. {"count":1} 
[2025-07-15 21:30:16] local.INFO: Sessions updated for user 1896. {"count":0} 
[2025-07-15 21:30:17] local.INFO: Sessions updated for user 1897. {"count":29} 
[2025-07-15 21:30:18] local.INFO: Sessions updated for user 1898. {"count":0} 
[2025-07-15 21:30:19] local.INFO: Sessions updated for user 1899. {"count":0} 
[2025-07-15 21:30:19] local.INFO: Sessions updated for user 1900. {"count":0} 
[2025-07-15 21:30:20] local.INFO: Sessions updated for user 1901. {"count":0} 
[2025-07-15 21:30:24] local.INFO: Sessions updated for user 1902. {"count":99} 
[2025-07-15 21:30:25] local.INFO: Sessions updated for user 1903. {"count":0} 
[2025-07-15 21:30:26] local.INFO: Sessions updated for user 1904. {"count":0} 
[2025-07-15 21:30:27] local.INFO: Sessions updated for user 1905. {"count":0} 
[2025-07-15 21:30:27] local.INFO: Sessions updated for user 1906. {"count":0} 
[2025-07-15 21:30:28] local.INFO: Sessions updated for user 1907. {"count":0} 
[2025-07-15 21:30:29] local.INFO: Sessions updated for user 1908. {"count":0} 
[2025-07-15 21:30:29] local.INFO: Sessions updated for user 1909. {"count":0} 
[2025-07-15 21:30:30] local.INFO: Sessions updated for user 1910. {"count":0} 
[2025-07-15 21:30:31] local.INFO: Sessions updated for user 1911. {"count":0} 
[2025-07-15 21:30:32] local.INFO: Sessions updated for user 1913. {"count":17} 
[2025-07-15 21:30:33] local.INFO: Sessions updated for user 1914. {"count":0} 
[2025-07-15 21:30:34] local.INFO: Sessions updated for user 1915. {"count":0} 
[2025-07-15 21:30:34] local.INFO: Sessions updated for user 1916. {"count":0} 
[2025-07-15 21:30:35] local.INFO: Sessions updated for user 1917. {"count":0} 
[2025-07-15 21:30:36] local.INFO: Sessions updated for user 1918. {"count":0} 
[2025-07-15 21:30:37] local.INFO: Sessions updated for user 1919. {"count":0} 
[2025-07-15 21:30:38] local.INFO: Sessions updated for user 1920. {"count":0} 
[2025-07-15 21:30:39] local.INFO: Sessions updated for user 1921. {"count":0} 
[2025-07-15 21:30:40] local.INFO: Sessions updated for user 1922. {"count":0} 
[2025-07-15 21:30:40] local.INFO: Sessions updated for user 1923. {"count":0} 
[2025-07-15 21:30:41] local.INFO: Sessions updated for user 1924. {"count":0} 
[2025-07-15 21:30:42] local.INFO: Sessions updated for user 1925. {"count":0} 
[2025-07-15 21:30:43] local.INFO: Sessions updated for user 1926. {"count":15} 
[2025-07-15 21:30:45] local.INFO: Sessions updated for user 1927. {"count":12} 
[2025-07-15 21:30:46] local.INFO: Sessions updated for user 1928. {"count":11} 
[2025-07-15 21:30:47] local.INFO: Sessions updated for user 1929. {"count":1} 
[2025-07-15 21:30:48] local.INFO: Sessions updated for user 1930. {"count":4} 
[2025-07-15 21:30:51] local.INFO: Sessions updated for user 1931. {"count":52} 
[2025-07-15 21:30:52] local.INFO: Sessions updated for user 1932. {"count":0} 
[2025-07-15 21:30:52] local.INFO: Sessions updated for user 1933. {"count":0} 
[2025-07-15 21:30:57] local.INFO: Sessions updated for user 1934. {"count":42} 
[2025-07-15 21:30:58] local.INFO: Sessions updated for user 1935. {"count":20} 
[2025-07-15 21:30:59] local.INFO: Sessions updated for user 1936. {"count":0} 
[2025-07-15 21:30:59] local.INFO: Sessions updated for user 1937. {"count":0} 
[2025-07-15 21:31:00] local.INFO: Sessions updated for user 1938. {"count":10} 
[2025-07-15 21:31:01] local.INFO: Sessions updated for user 1939. {"count":0} 
[2025-07-15 21:31:02] local.INFO: Sessions updated for user 1940. {"count":0} 
[2025-07-15 21:31:04] local.INFO: Sessions updated for user 1941. {"count":9} 
[2025-07-15 21:31:04] local.INFO: Sessions updated for user 1942. {"count":0} 
[2025-07-15 21:31:05] local.INFO: Sessions updated for user 1943. {"count":0} 
[2025-07-15 21:31:06] local.INFO: Sessions updated for user 1944. {"count":0} 
[2025-07-15 21:31:09] local.INFO: Sessions updated for user 1945. {"count":32} 
[2025-07-15 21:31:10] local.INFO: Sessions updated for user 1946. {"count":0} 
[2025-07-15 21:31:10] local.INFO: Sessions updated for user 1947. {"count":0} 
[2025-07-15 21:31:11] local.INFO: Sessions updated for user 1948. {"count":0} 
[2025-07-15 21:31:14] local.INFO: Sessions updated for user 1949. {"count":1} 
[2025-07-15 21:31:19] local.INFO: Sessions updated for user 1950. {"count":10} 
[2025-07-15 21:31:25] local.INFO: Sessions updated for user 1951. {"count":16} 
[2025-07-15 21:31:27] local.INFO: Sessions updated for user 1952. {"count":15} 
[2025-07-15 21:31:28] local.INFO: Sessions updated for user 1953. {"count":3} 
[2025-07-15 21:31:29] local.INFO: Sessions updated for user 1954. {"count":3} 
[2025-07-15 21:31:30] local.INFO: Sessions updated for user 1955. {"count":0} 
[2025-07-15 21:31:31] local.INFO: Sessions updated for user 1956. {"count":0} 
[2025-07-15 21:31:31] local.INFO: Sessions updated for user 1957. {"count":1} 
[2025-07-15 21:31:32] local.INFO: Sessions updated for user 1958. {"count":0} 
[2025-07-15 21:31:33] local.INFO: Sessions updated for user 1959. {"count":0} 
[2025-07-15 21:31:34] local.INFO: Sessions updated for user 1960. {"count":0} 
[2025-07-15 21:31:35] local.INFO: Sessions updated for user 1961. {"count":8} 
[2025-07-15 21:31:38] local.INFO: Sessions updated for user 1962. {"count":4} 
[2025-07-15 21:31:38] local.INFO: Sessions updated for user 1963. {"count":0} 
[2025-07-15 21:31:39] local.INFO: Sessions updated for user 1965. {"count":0} 
[2025-07-15 21:31:40] local.INFO: Sessions updated for user 1966. {"count":0} 
[2025-07-15 21:31:45] local.INFO: Sessions updated for user 1967. {"count":172} 
[2025-07-15 21:31:46] local.INFO: Sessions updated for user 1968. {"count":0} 
[2025-07-15 21:31:48] local.INFO: Sessions updated for user 1969. {"count":5} 
[2025-07-15 21:31:49] local.INFO: Sessions updated for user 1970. {"count":0} 
[2025-07-15 21:31:49] local.INFO: Sessions updated for user 1971. {"count":0} 
[2025-07-15 21:31:53] local.INFO: Sessions updated for user 1973. {"count":25} 
[2025-07-15 21:31:55] local.INFO: Sessions updated for user 1974. {"count":45} 
[2025-07-15 21:31:58] local.INFO: Sessions updated for user 1975. {"count":17} 
[2025-07-15 21:32:02] local.INFO: Sessions updated for user 1976. {"count":81} 
[2025-07-15 21:32:02] local.INFO: Sessions updated for user 1977. {"count":0} 
[2025-07-15 21:32:04] local.INFO: Sessions updated for user 1978. {"count":2} 
[2025-07-15 21:32:05] local.INFO: Sessions updated for user 1979. {"count":0} 
[2025-07-15 21:32:06] local.INFO: Sessions updated for user 1980. {"count":0} 
[2025-07-15 21:32:06] local.INFO: Sessions updated for user 1981. {"count":0} 
[2025-07-15 21:32:07] local.INFO: Sessions updated for user 1982. {"count":0} 
[2025-07-15 21:32:08] local.INFO: Sessions updated for user 1983. {"count":0} 
[2025-07-15 21:32:08] local.INFO: Sessions updated for user 1985. {"count":0} 
[2025-07-15 21:32:09] local.INFO: Sessions updated for user 1986. {"count":0} 
[2025-07-15 21:32:10] local.INFO: Sessions updated for user 1987. {"count":0} 
[2025-07-15 21:32:17] local.INFO: Sessions updated for user 1988. {"count":34} 
[2025-07-15 21:32:17] local.INFO: Sessions updated for user 1993. {"count":5} 
[2025-07-15 21:32:18] local.INFO: Sessions updated for user 1994. {"count":0} 
[2025-07-15 21:32:19] local.INFO: Sessions updated for user 1995. {"count":0} 
[2025-07-15 21:32:19] local.INFO: Sessions updated for user 1997. {"count":0} 
[2025-07-15 21:32:20] local.INFO: Sessions updated for user 1998. {"count":0} 
[2025-07-15 21:32:21] local.INFO: Sessions updated for user 1999. {"count":1} 
[2025-07-15 21:32:22] local.INFO: Sessions updated for user 2000. {"count":0} 
[2025-07-15 21:32:23] local.INFO: Sessions updated for user 2001. {"count":25} 
[2025-07-15 21:32:24] local.INFO: Sessions updated for user 2002. {"count":0} 
[2025-07-15 21:32:26] local.INFO: Sessions updated for user 2003. {"count":28} 
[2025-07-15 21:32:27] local.INFO: Sessions updated for user 2004. {"count":20} 
[2025-07-15 21:32:28] local.INFO: Sessions updated for user 2005. {"count":0} 
[2025-07-15 21:32:40] local.INFO: Sessions updated for user 2006. {"count":19} 
[2025-07-15 21:32:40] local.INFO: Sessions updated for user 2007. {"count":0} 
[2025-07-15 21:32:41] local.INFO: Sessions updated for user 2008. {"count":0} 
[2025-07-15 21:32:42] local.INFO: Sessions updated for user 2009. {"count":0} 
[2025-07-15 21:32:42] local.INFO: Sessions updated for user 2010. {"count":0} 
[2025-07-15 21:32:45] local.INFO: Sessions updated for user 2011. {"count":3} 
[2025-07-15 21:32:47] local.INFO: Sessions updated for user 2012. {"count":1} 
[2025-07-15 21:32:47] local.INFO: Sessions updated for user 2013. {"count":0} 
[2025-07-15 21:32:48] local.INFO: Sessions updated for user 2014. {"count":0} 
[2025-07-15 21:32:51] local.INFO: Sessions updated for user 2015. {"count":10} 
[2025-07-15 21:32:51] local.INFO: Sessions updated for user 2016. {"count":0} 
[2025-07-15 21:32:52] local.INFO: Sessions updated for user 2017. {"count":1} 
[2025-07-15 21:32:53] local.INFO: Sessions updated for user 2018. {"count":0} 
[2025-07-15 21:32:53] local.INFO: Sessions updated for user 2019. {"count":0} 
[2025-07-15 21:32:56] local.INFO: Sessions updated for user 2020. {"count":53} 
[2025-07-15 21:32:57] local.INFO: Sessions updated for user 2021. {"count":0} 
[2025-07-15 21:32:57] local.INFO: Sessions updated for user 2022. {"count":0} 
[2025-07-15 21:32:58] local.INFO: Sessions updated for user 2023. {"count":0} 
[2025-07-15 21:32:59] local.INFO: Sessions updated for user 2024. {"count":0} 
[2025-07-15 21:32:59] local.INFO: Sessions updated for user 2025. {"count":0} 
[2025-07-15 21:33:01] local.INFO: Sessions updated for user 2026. {"count":0} 
[2025-07-15 21:33:02] local.INFO: Sessions updated for user 2027. {"count":0} 
[2025-07-15 21:33:03] local.INFO: Sessions updated for user 2028. {"count":0} 
[2025-07-15 21:33:03] local.INFO: Sessions updated for user 2029. {"count":0} 
[2025-07-15 21:33:04] local.INFO: Sessions updated for user 2031. {"count":0} 
[2025-07-15 21:33:05] local.INFO: Sessions updated for user 2033. {"count":0} 
[2025-07-15 21:33:06] local.INFO: Sessions updated for user 2034. {"count":0} 
[2025-07-15 21:33:06] local.INFO: Sessions updated for user 2035. {"count":0} 
[2025-07-15 21:33:07] local.INFO: Sessions updated for user 2036. {"count":0} 
[2025-07-15 21:33:08] local.INFO: Sessions updated for user 2037. {"count":17} 
[2025-07-15 21:33:09] local.INFO: Sessions updated for user 2038. {"count":0} 
[2025-07-15 21:33:10] local.INFO: Sessions updated for user 2040. {"count":0} 
[2025-07-15 21:33:10] local.INFO: Sessions updated for user 2041. {"count":0} 
[2025-07-15 21:33:11] local.INFO: Sessions updated for user 2042. {"count":0} 
[2025-07-15 21:33:13] local.INFO: Sessions updated for user 2043. {"count":6} 
[2025-07-15 21:33:14] local.INFO: Sessions updated for user 2044. {"count":0} 
[2025-07-15 21:33:39] local.INFO: Sessions updated for user 2045. {"count":43} 
[2025-07-15 21:33:49] local.INFO: Sessions updated for user 2046. {"count":12} 
[2025-07-15 21:33:50] local.INFO: Sessions updated for user 2048. {"count":0} 
[2025-07-15 21:33:50] local.INFO: Sessions updated for user 2049. {"count":0} 
[2025-07-15 21:33:51] local.INFO: Sessions updated for user 2050. {"count":0} 
[2025-07-15 21:34:02] local.INFO: Sessions updated for user 2052. {"count":22} 
[2025-07-15 21:34:03] local.INFO: Sessions updated for user 2053. {"count":0} 
[2025-07-15 21:34:05] local.INFO: Sessions updated for user 2054. {"count":42} 
[2025-07-15 21:34:06] local.INFO: Sessions updated for user 2055. {"count":0} 
[2025-07-15 21:34:06] local.INFO: Sessions updated for user 2056. {"count":0} 
[2025-07-15 21:34:16] local.INFO: Sessions updated for user 2057. {"count":25} 
[2025-07-15 21:34:18] local.INFO: Sessions updated for user 2058. {"count":2} 
[2025-07-15 21:34:26] local.INFO: Sessions updated for user 2062. {"count":6} 
[2025-07-15 21:34:27] local.INFO: Sessions updated for user 2067. {"count":0} 
[2025-07-15 21:34:28] local.INFO: Sessions updated for user 2069. {"count":15} 
[2025-07-15 21:34:29] local.INFO: Sessions updated for user 2070. {"count":10} 
[2025-07-15 21:34:30] local.INFO: Sessions updated for user 2072. {"count":0} 
[2025-07-15 21:34:30] local.INFO: Sessions updated for user 2077. {"count":0} 
[2025-07-15 21:34:31] local.INFO: Sessions updated for user 2078. {"count":0} 
[2025-07-15 21:34:32] local.INFO: Sessions updated for user 2083. {"count":0} 
[2025-07-15 21:34:32] local.INFO: Sessions updated for user 2084. {"count":0} 
[2025-07-15 21:34:33] local.INFO: Sessions updated for user 2090. {"count":0} 
[2025-07-15 21:34:34] local.INFO: Sessions updated for user 2092. {"count":12} 
[2025-07-15 21:34:35] local.INFO: Sessions updated for user 2093. {"count":0} 
[2025-07-15 21:34:38] local.INFO: Sessions updated for user 2094. {"count":76} 
[2025-07-15 21:34:44] local.INFO: Sessions updated for user 2096. {"count":157} 
[2025-07-15 21:34:45] local.INFO: Sessions updated for user 2097. {"count":0} 
[2025-07-15 21:34:45] local.INFO: Sessions updated for user 2098. {"count":0} 
[2025-07-15 21:34:46] local.INFO: Sessions updated for user 2099. {"count":0} 
[2025-07-15 21:34:47] local.INFO: Sessions updated for user 2100. {"count":0} 
[2025-07-15 21:34:47] local.INFO: Sessions updated for user 2101. {"count":0} 
[2025-07-15 21:34:48] local.INFO: Sessions updated for user 2103. {"count":0} 
[2025-07-15 21:34:49] local.INFO: Sessions updated for user 2108. {"count":0} 
[2025-07-15 21:34:49] local.INFO: Sessions updated for user 2110. {"count":0} 
[2025-07-15 21:34:50] local.INFO: Sessions updated for user 2113. {"count":0} 
[2025-07-15 21:34:51] local.INFO: Sessions updated for user 2114. {"count":0} 
[2025-07-15 21:34:51] local.INFO: Sessions updated for user 2115. {"count":0} 
[2025-07-15 21:34:52] local.INFO: Sessions updated for user 2116. {"count":0} 
[2025-07-15 21:34:53] local.INFO: Sessions updated for user 2117. {"count":0} 
[2025-07-15 21:34:53] local.INFO: Sessions updated for user 2118. {"count":0} 
[2025-07-15 21:34:54] local.INFO: Sessions updated for user 2120. {"count":0} 
[2025-07-15 21:34:55] local.INFO: Sessions updated for user 2121. {"count":0} 
[2025-07-15 21:34:55] local.INFO: Sessions updated for user 2122. {"count":0} 
[2025-07-15 21:34:56] local.INFO: Sessions updated for user 2123. {"count":0} 
[2025-07-15 21:35:02] local.INFO: Sessions updated for user 2124. {"count":3} 
[2025-07-15 21:35:07] local.INFO: Sessions updated for user 2125. {"count":16} 
[2025-07-15 21:35:15] local.ERROR: AmpecoApiService: RequestException for CP ID 390608: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 390608"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/390608","status":404} 
[2025-07-15 21:35:15] local.WARNING: AmpecoDataUpdater: Charge Point ID 390608 not found or inaccessible in API. Storing marker.  
[2025-07-15 21:35:18] local.INFO: Sessions updated for user 2126. {"count":23} 
[2025-07-15 21:35:22] local.INFO: Sessions updated for user 2127. {"count":8} 
[2025-07-15 21:35:23] local.INFO: Sessions updated for user 2130. {"count":13} 
[2025-07-15 21:35:34] local.INFO: Sessions updated for user 2131. {"count":9} 
[2025-07-15 21:35:35] local.INFO: Sessions updated for user 2132. {"count":0} 
[2025-07-15 21:35:41] local.INFO: Sessions updated for user 2134. {"count":15} 
[2025-07-15 21:35:41] local.INFO: Sessions updated for user 2135. {"count":0} 
[2025-07-15 21:35:46] local.INFO: Sessions updated for user 2136. {"count":6} 
[2025-07-15 21:35:47] local.INFO: Sessions updated for user 2139. {"count":0} 
[2025-07-15 21:35:47] local.INFO: Sessions updated for user 2140. {"count":0} 
[2025-07-15 21:35:48] local.INFO: Sessions updated for user 2141. {"count":19} 
[2025-07-15 21:35:51] local.INFO: Sessions updated for user 2142. {"count":21} 
[2025-07-15 21:35:53] local.INFO: Sessions updated for user 2146. {"count":50} 
[2025-07-15 21:35:55] local.INFO: Sessions updated for user 2147. {"count":25} 
[2025-07-15 21:35:56] local.INFO: Sessions updated for user 2149. {"count":0} 
[2025-07-15 21:35:56] local.INFO: Sessions updated for user 2152. {"count":0} 
[2025-07-15 21:35:58] local.INFO: Sessions updated for user 2153. {"count":3} 
[2025-07-15 21:35:59] local.INFO: Sessions updated for user 2154. {"count":0} 
[2025-07-15 21:36:00] local.INFO: Sessions updated for user 2155. {"count":0} 
[2025-07-15 21:36:00] local.INFO: Sessions updated for user 2156. {"count":1} 
[2025-07-15 21:36:01] local.INFO: Sessions updated for user 2157. {"count":0} 
[2025-07-15 21:36:02] local.INFO: Sessions updated for user 2159. {"count":0} 
[2025-07-15 21:36:02] local.INFO: Sessions updated for user 2161. {"count":0} 
[2025-07-15 21:36:03] local.INFO: Sessions updated for user 2162. {"count":0} 
[2025-07-15 21:36:05] local.INFO: Sessions updated for user 2163. {"count":4} 
[2025-07-15 21:36:07] local.INFO: Sessions updated for user 2164. {"count":3} 
[2025-07-15 21:36:08] local.INFO: Sessions updated for user 2165. {"count":0} 
[2025-07-15 21:36:08] local.INFO: Sessions updated for user 2166. {"count":0} 
[2025-07-15 21:36:13] local.INFO: Sessions updated for user 2167. {"count":17} 
[2025-07-15 21:36:19] local.INFO: Sessions updated for user 2168. {"count":24} 
[2025-07-15 21:36:20] local.INFO: Sessions updated for user 2169. {"count":11} 
[2025-07-15 21:36:21] local.INFO: Sessions updated for user 2170. {"count":7} 
[2025-07-15 21:36:28] local.INFO: Sessions updated for user 2171. {"count":26} 
[2025-07-15 21:36:29] local.INFO: Sessions updated for user 2172. {"count":0} 
[2025-07-15 21:36:32] local.INFO: Sessions updated for user 2173. {"count":25} 
[2025-07-15 21:36:32] local.INFO: Sessions updated for user 2174. {"count":6} 
[2025-07-15 21:36:33] local.INFO: Sessions updated for user 2175. {"count":0} 
[2025-07-15 21:36:34] local.INFO: Sessions updated for user 2177. {"count":0} 
[2025-07-15 21:36:38] local.INFO: Sessions updated for user 2178. {"count":21} 
[2025-07-15 21:36:39] local.INFO: Sessions updated for user 2179. {"count":0} 
[2025-07-15 21:36:40] local.INFO: Sessions updated for user 2180. {"count":0} 
[2025-07-15 21:36:40] local.INFO: Sessions updated for user 2181. {"count":0} 
[2025-07-15 21:36:41] local.INFO: Sessions updated for user 2182. {"count":0} 
[2025-07-15 21:36:43] local.INFO: Sessions updated for user 2183. {"count":24} 
[2025-07-15 21:36:43] local.INFO: Sessions updated for user 2184. {"count":0} 
[2025-07-15 21:36:44] local.INFO: Sessions updated for user 2185. {"count":0} 
[2025-07-15 21:36:45] local.INFO: Sessions updated for user 2186. {"count":0} 
[2025-07-15 21:36:47] local.INFO: Sessions updated for user 2187. {"count":2} 
[2025-07-15 21:36:47] local.INFO: Sessions updated for user 2188. {"count":0} 
[2025-07-15 21:36:48] local.INFO: Sessions updated for user 2190. {"count":0} 
[2025-07-15 21:36:49] local.INFO: Sessions updated for user 2191. {"count":0} 
[2025-07-15 21:36:49] local.INFO: Sessions updated for user 2192. {"count":0} 
[2025-07-15 21:36:50] local.INFO: Sessions updated for user 2193. {"count":0} 
[2025-07-15 21:36:51] local.INFO: Sessions updated for user 2196. {"count":0} 
[2025-07-15 21:36:51] local.INFO: Sessions updated for user 2198. {"count":0} 
[2025-07-15 21:36:53] local.INFO: Sessions updated for user 2199. {"count":23} 
[2025-07-15 21:36:54] local.INFO: Sessions updated for user 2200. {"count":0} 
[2025-07-15 21:36:55] local.INFO: Sessions updated for user 2201. {"count":0} 
[2025-07-15 21:36:55] local.INFO: Sessions updated for user 2202. {"count":0} 
[2025-07-15 21:36:58] local.INFO: Sessions updated for user 2203. {"count":24} 
[2025-07-15 21:36:59] local.INFO: Sessions updated for user 2204. {"count":0} 
[2025-07-15 21:37:01] local.INFO: Sessions updated for user 2205. {"count":19} 
[2025-07-15 21:37:05] local.INFO: Sessions updated for user 2206. {"count":14} 
[2025-07-15 21:37:11] local.INFO: Sessions updated for user 2207. {"count":20} 
[2025-07-15 21:37:12] local.INFO: Sessions updated for user 2208. {"count":0} 
[2025-07-15 21:37:12] local.INFO: Sessions updated for user 2209. {"count":0} 
[2025-07-15 21:37:13] local.INFO: Sessions updated for user 2210. {"count":0} 
[2025-07-15 21:37:15] local.INFO: Sessions updated for user 2213. {"count":5} 
[2025-07-15 21:37:17] local.INFO: Sessions updated for user 2214. {"count":1} 
[2025-07-15 21:37:18] local.INFO: Sessions updated for user 2215. {"count":5} 
[2025-07-15 21:37:25] local.INFO: Sessions updated for user 2216. {"count":8} 
[2025-07-15 21:37:26] local.INFO: Sessions updated for user 2217. {"count":0} 
[2025-07-15 21:37:27] local.INFO: Sessions updated for user 2218. {"count":0} 
[2025-07-15 21:37:32] local.INFO: Sessions updated for user 2221. {"count":39} 
[2025-07-15 21:37:36] local.INFO: Sessions updated for user 2224. {"count":5} 
[2025-07-15 21:37:37] local.INFO: Sessions updated for user 2226. {"count":0} 
[2025-07-15 21:37:44] local.INFO: Sessions updated for user 2227. {"count":6} 
[2025-07-15 21:37:45] local.INFO: Sessions updated for user 2228. {"count":0} 
[2025-07-15 21:37:50] local.INFO: Sessions updated for user 2229. {"count":4} 
[2025-07-15 21:37:51] local.INFO: Sessions updated for user 2232. {"count":0} 
[2025-07-15 21:37:52] local.INFO: Sessions updated for user 2233. {"count":0} 
[2025-07-15 21:37:52] local.INFO: Sessions updated for user 2234. {"count":0} 
[2025-07-15 21:37:53] local.INFO: Sessions updated for user 2236. {"count":0} 
[2025-07-15 21:38:05] local.INFO: Sessions updated for user 2237. {"count":24} 
[2025-07-15 21:38:15] local.INFO: Sessions updated for user 2238. {"count":10} 
[2025-07-15 21:38:16] local.INFO: Sessions updated for user 2239. {"count":1} 
[2025-07-15 21:38:17] local.INFO: Sessions updated for user 2240. {"count":0} 
[2025-07-15 21:38:18] local.INFO: Sessions updated for user 2242. {"count":0} 
[2025-07-15 21:38:18] local.INFO: Sessions updated for user 2243. {"count":0} 
[2025-07-15 21:38:19] local.INFO: Sessions updated for user 2244. {"count":0} 
[2025-07-15 21:38:20] local.INFO: Sessions updated for user 2245. {"count":0} 
[2025-07-15 21:38:20] local.INFO: Sessions updated for user 2246. {"count":0} 
[2025-07-15 21:38:21] local.INFO: Sessions updated for user 2247. {"count":0} 
[2025-07-15 21:38:22] local.INFO: Sessions updated for user 2248. {"count":0} 
[2025-07-15 21:38:27] local.INFO: Sessions updated for user 2249. {"count":7} 
[2025-07-15 21:38:28] local.INFO: Sessions updated for user 2250. {"count":0} 
[2025-07-15 21:38:31] local.INFO: Sessions updated for user 2251. {"count":3} 
[2025-07-15 21:38:32] local.INFO: Sessions updated for user 2253. {"count":0} 
[2025-07-15 21:38:33] local.INFO: Sessions updated for user 2254. {"count":0} 
[2025-07-15 21:38:34] local.INFO: Sessions updated for user 2255. {"count":0} 
[2025-07-15 21:38:35] local.INFO: Sessions updated for user 2256. {"count":0} 
[2025-07-15 21:38:36] local.INFO: Sessions updated for user 2257. {"count":0} 
[2025-07-15 21:38:38] local.INFO: Sessions updated for user 2258. {"count":2} 
[2025-07-15 21:38:39] local.INFO: Sessions updated for user 2259. {"count":0} 
[2025-07-15 21:38:40] local.INFO: Sessions updated for user 2260. {"count":0} 
[2025-07-15 21:38:40] local.INFO: Sessions updated for user 2261. {"count":0} 
[2025-07-15 21:38:45] local.INFO: Sessions updated for user 2262. {"count":6} 
[2025-07-15 21:38:46] local.INFO: Sessions updated for user 2263. {"count":0} 
[2025-07-15 21:38:46] local.INFO: Sessions updated for user 2264. {"count":0} 
[2025-07-15 21:38:47] local.INFO: Sessions updated for user 2265. {"count":0} 
[2025-07-15 21:38:48] local.INFO: Sessions updated for user 2266. {"count":0} 
[2025-07-15 21:38:48] local.INFO: Sessions updated for user 2267. {"count":0} 
[2025-07-15 21:38:49] local.INFO: Sessions updated for user 2268. {"count":0} 
[2025-07-15 21:38:50] local.INFO: Sessions updated for user 2269. {"count":0} 
[2025-07-15 21:38:51] local.INFO: Sessions updated for user 2270. {"count":0} 
[2025-07-15 21:39:00] local.INFO: Sessions updated for user 2272. {"count":23} 
[2025-07-15 21:39:01] local.INFO: Sessions updated for user 2273. {"count":0} 
[2025-07-15 21:39:01] local.INFO: Sessions updated for user 2274. {"count":0} 
[2025-07-15 21:39:02] local.INFO: Sessions updated for user 2275. {"count":1} 
[2025-07-15 21:39:04] local.INFO: Sessions updated for user 2277. {"count":1} 
[2025-07-15 21:39:05] local.INFO: Sessions updated for user 2279. {"count":0} 
[2025-07-15 21:39:06] local.INFO: Sessions updated for user 2280. {"count":7} 
[2025-07-15 21:39:07] local.INFO: Sessions updated for user 2281. {"count":0} 
[2025-07-15 21:39:07] local.INFO: Sessions updated for user 2284. {"count":0} 
[2025-07-15 21:39:08] local.INFO: Sessions updated for user 2288. {"count":0} 
[2025-07-15 21:39:09] local.INFO: Sessions updated for user 2289. {"count":0} 
[2025-07-15 21:39:10] local.INFO: Sessions updated for user 2290. {"count":0} 
[2025-07-15 21:39:11] local.INFO: Sessions updated for user 2291. {"count":0} 
[2025-07-15 21:39:12] local.INFO: Sessions updated for user 2292. {"count":0} 
[2025-07-15 21:39:13] local.INFO: Sessions updated for user 2294. {"count":0} 
[2025-07-15 21:39:14] local.INFO: Sessions updated for user 2295. {"count":0} 
[2025-07-15 21:39:14] local.INFO: Sessions updated for user 2296. {"count":0} 
[2025-07-15 21:39:15] local.INFO: Sessions updated for user 2297. {"count":0} 
[2025-07-15 21:39:16] local.INFO: Sessions updated for user 2299. {"count":0} 
[2025-07-15 21:39:16] local.INFO: Sessions updated for user 2300. {"count":0} 
[2025-07-15 21:39:17] local.INFO: Sessions updated for user 2301. {"count":0} 
[2025-07-15 21:39:18] local.INFO: Sessions updated for user 2302. {"count":0} 
[2025-07-15 21:39:18] local.INFO: Sessions updated for user 2304. {"count":0} 
[2025-07-15 21:39:19] local.INFO: Sessions updated for user 2305. {"count":0} 
[2025-07-15 21:39:20] local.INFO: Sessions updated for user 2307. {"count":0} 
[2025-07-15 21:39:20] local.INFO: Sessions updated for user 2308. {"count":0} 
[2025-07-15 21:39:21] local.INFO: Sessions updated for user 2309. {"count":0} 
[2025-07-15 21:39:22] local.INFO: Sessions updated for user 2310. {"count":0} 
[2025-07-15 21:39:22] local.INFO: Sessions updated for user 2311. {"count":0} 
[2025-07-15 21:39:23] local.INFO: Sessions updated for user 2312. {"count":0} 
[2025-07-15 21:39:24] local.INFO: Sessions updated for user 2313. {"count":0} 
[2025-07-15 21:39:24] local.INFO: Sessions updated for user 2314. {"count":0} 
[2025-07-15 21:39:25] local.INFO: Sessions updated for user 2315. {"count":0} 
[2025-07-15 21:39:27] local.INFO: Sessions updated for user 2317. {"count":7} 
[2025-07-15 21:39:27] local.INFO: Sessions updated for user 2318. {"count":3} 
[2025-07-15 21:39:28] local.INFO: Sessions updated for user 2319. {"count":7} 
[2025-07-15 21:39:29] local.INFO: Sessions updated for user 2320. {"count":1} 
[2025-07-15 21:39:30] local.INFO: Sessions updated for user 2321. {"count":5} 
[2025-07-15 21:39:31] local.INFO: Sessions updated for user 2322. {"count":0} 
[2025-07-15 21:39:32] local.INFO: Sessions updated for user 2323. {"count":3} 
[2025-07-15 21:39:32] local.INFO: Sessions updated for user 2324. {"count":2} 
[2025-07-15 21:39:33] local.INFO: Sessions updated for user 2325. {"count":0} 
[2025-07-15 21:39:34] local.INFO: Sessions updated for user 2326. {"count":4} 
[2025-07-15 21:39:34] local.INFO: Sessions updated for user 2327. {"count":0} 
[2025-07-15 21:39:35] local.INFO: Sessions updated for user 2328. {"count":7} 
[2025-07-15 21:39:37] local.INFO: Sessions updated for user 2329. {"count":9} 
[2025-07-15 21:39:37] local.INFO: Sessions updated for user 2330. {"count":0} 
[2025-07-15 21:39:38] local.INFO: Sessions updated for user 2331. {"count":0} 
[2025-07-15 21:39:39] local.INFO: Sessions updated for user 2332. {"count":0} 
[2025-07-15 21:39:39] local.INFO: Sessions updated for user 2333. {"count":0} 
[2025-07-15 21:39:41] local.INFO: Sessions updated for user 2334. {"count":3} 
[2025-07-15 21:39:42] local.INFO: Sessions updated for user 2335. {"count":7} 
[2025-07-15 21:39:43] local.INFO: Sessions updated for user 2336. {"count":0} 
[2025-07-15 21:39:44] local.INFO: Sessions updated for user 2338. {"count":0} 
[2025-07-15 21:39:50] local.INFO: Sessions updated for user 2339. {"count":8} 
[2025-07-15 21:39:57] local.INFO: Sessions updated for user 2340. {"count":15} 
[2025-07-15 21:39:58] local.INFO: Sessions updated for user 2341. {"count":0} 
[2025-07-15 21:40:00] local.INFO: Sessions updated for user 2342. {"count":1} 
[2025-07-15 21:40:03] local.INFO: Sessions updated for user 2343. {"count":4} 
[2025-07-15 21:40:05] local.INFO: Sessions updated for user 2344. {"count":8} 
[2025-07-15 21:40:13] local.INFO: Sessions updated for user 2345. {"count":19} 
[2025-07-15 21:40:15] local.INFO: Sessions updated for user 2346. {"count":1} 
[2025-07-15 21:40:16] local.INFO: Sessions updated for user 2347. {"count":0} 
[2025-07-15 21:40:17] local.INFO: Sessions updated for user 2348. {"count":0} 
[2025-07-15 21:40:18] local.INFO: Sessions updated for user 2349. {"count":1} 
[2025-07-15 21:40:19] local.INFO: Sessions updated for user 2351. {"count":0} 
[2025-07-15 21:40:20] local.INFO: Sessions updated for user 2352. {"count":0} 
[2025-07-15 21:40:21] local.INFO: Sessions updated for user 2354. {"count":0} 
[2025-07-15 21:40:22] local.INFO: Sessions updated for user 2355. {"count":0} 
[2025-07-15 21:40:22] local.INFO: Sessions updated for user 2356. {"count":1} 
[2025-07-15 21:40:23] local.INFO: Sessions updated for user 2357. {"count":0} 
[2025-07-15 21:40:24] local.INFO: Sessions updated for user 2358. {"count":0} 
[2025-07-15 21:40:24] local.INFO: Sessions updated for user 2360. {"count":0} 
[2025-07-15 21:40:25] local.INFO: Sessions updated for user 2361. {"count":0} 
[2025-07-15 21:40:26] local.INFO: Sessions updated for user 2362. {"count":0} 
[2025-07-15 21:40:26] local.INFO: Sessions updated for user 2364. {"count":1} 
[2025-07-15 21:40:27] local.INFO: Sessions updated for user 2365. {"count":0} 
[2025-07-15 21:40:28] local.INFO: Sessions updated for user 2366. {"count":0} 
[2025-07-15 21:40:29] local.INFO: Sessions updated for user 2370. {"count":0} 
[2025-07-15 21:40:29] local.INFO: Sessions updated for user 2371. {"count":0} 
[2025-07-15 21:40:30] local.INFO: Sessions updated for user 2373. {"count":0} 
[2025-07-15 21:40:30] local.INFO: Sessions updated for user 2374. {"count":0} 
[2025-07-15 21:40:31] local.INFO: Sessions updated for user 2375. {"count":0} 
[2025-07-15 21:40:32] local.INFO: Sessions updated for user 2376. {"count":0} 
[2025-07-15 21:40:32] local.INFO: Sessions updated for user 2378. {"count":0} 
[2025-07-15 21:40:34] local.INFO: Sessions updated for user 2379. {"count":1} 
[2025-07-15 21:40:35] local.INFO: Sessions updated for user 2380. {"count":0} 
[2025-07-15 21:40:36] local.INFO: Sessions updated for user 2381. {"count":0} 
[2025-07-15 21:40:37] local.INFO: Sessions updated for user 2382. {"count":0} 
[2025-07-15 21:40:38] local.INFO: Sessions updated for user 2383. {"count":1} 
[2025-07-15 21:40:39] local.INFO: Sessions updated for user 2384. {"count":0} 
[2025-07-15 21:40:40] local.INFO: Sessions updated for user 2385. {"count":1} 
[2025-07-15 21:40:40] local.INFO: Sessions updated for user 2387. {"count":0} 
[2025-07-15 21:40:45] local.INFO: Sessions updated for user 2388. {"count":3} 
[2025-07-15 21:40:49] local.INFO: Sessions updated for user 2389. {"count":3} 
[2025-07-15 21:40:50] local.INFO: Sessions updated for user 2391. {"count":0} 
[2025-07-15 21:40:52] local.INFO: Sessions updated for user 2392. {"count":1} 
[2025-07-15 21:40:53] local.INFO: Sessions updated for user 2393. {"count":0} 
[2025-07-15 21:40:54] local.INFO: Sessions updated for user 2394. {"count":0} 
[2025-07-15 21:40:54] local.INFO: Sessions updated for user 2395. {"count":0} 
[2025-07-15 21:40:55] local.INFO: Sessions updated for user 2396. {"count":0} 
[2025-07-15 21:40:56] local.INFO: Sessions updated for user 2397. {"count":1} 
[2025-07-15 21:40:57] local.INFO: Sessions updated for user 2398. {"count":0} 
[2025-07-15 21:40:58] local.INFO: Sessions updated for user 2399. {"count":0} 
[2025-07-15 21:40:59] local.INFO: Sessions updated for user 2400. {"count":1} 
[2025-07-15 21:40:59] local.INFO: Sessions updated for user 2402. {"count":0} 
[2025-07-15 21:41:00] local.INFO: Sessions updated for user 2403. {"count":0} 
[2025-07-15 21:41:05] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-15 21:41:05] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-15 21:41:09] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-15 21:41:09] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-15 21:41:10] local.INFO: Sessions updated for user 2404. {"count":13} 
[2025-07-15 21:41:11] local.INFO: Sessions updated for user 2405. {"count":0} 
[2025-07-15 21:41:12] local.INFO: Sessions updated for user 2406. {"count":5} 
[2025-07-15 21:41:13] local.INFO: Sessions updated for user 2407. {"count":0} 
[2025-07-15 21:41:18] local.INFO: Sessions updated for user 2408. {"count":10} 
[2025-07-15 21:41:20] local.INFO: Sessions updated for user 2410. {"count":1} 
[2025-07-15 21:41:22] local.INFO: Sessions updated for user 2412. {"count":1} 
[2025-07-15 21:41:23] local.INFO: Sessions updated for user 2413. {"count":0} 
[2025-07-15 21:41:24] local.INFO: Sessions updated for user 2414. {"count":0} 
[2025-07-15 21:41:24] local.INFO: Sessions updated for user 2415. {"count":0} 
[2025-07-15 21:41:25] local.INFO: Sessions updated for user 2416. {"count":0} 
[2025-07-15 21:41:26] local.INFO: Sessions updated for user 2417. {"count":0} 
[2025-07-15 21:41:26] local.INFO: Sessions updated for user 2418. {"count":0} 
[2025-07-15 21:41:27] local.INFO: Sessions updated for user 2419. {"count":0} 
[2025-07-15 21:41:28] local.INFO: Sessions updated for user 2420. {"count":0} 
[2025-07-15 21:41:28] local.INFO: Sessions updated for user 2421. {"count":0} 
[2025-07-15 21:41:29] local.INFO: Sessions updated for user 2422. {"count":0} 
[2025-07-15 21:41:30] local.INFO: Sessions updated for user 2424. {"count":0} 
[2025-07-15 21:41:30] local.INFO: Sessions updated for user 2425. {"count":0} 
[2025-07-15 21:41:31] local.INFO: Sessions updated for user 2426. {"count":0} 
[2025-07-15 21:41:32] local.INFO: Sessions updated for user 2427. {"count":0} 
[2025-07-15 21:41:32] local.INFO: Sessions updated for user 2428. {"count":0} 
[2025-07-15 21:41:33] local.INFO: Sessions updated for user 2430. {"count":0} 
[2025-07-15 21:41:34] local.INFO: Sessions updated for user 2431. {"count":0} 
[2025-07-15 21:41:34] local.INFO: Sessions updated for user 2432. {"count":0} 
[2025-07-15 21:41:35] local.INFO: Sessions updated for user 2433. {"count":0} 
[2025-07-15 21:41:35] local.INFO: Total Users processed for sessions. {"count":1971} 
[2025-07-15 21:41:35] local.INFO: Ampeco data update completed successfully!  
[2025-07-16 01:44:39] local.ERROR: syntax error, unexpected token "\", expecting variable {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \"\\\", expecting variable at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\services\\AmpecoApiService.php:128)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\composer\\ClassLoader.php(427): {closure:Composer\\Autoload\\ClassLoader::initializeIncludeClosure():575}('C:\\\\Users\\\\juanc\\\\...')
#1 [internal function]: Composer\\Autoload\\ClassLoader->loadClass('App\\\\Services\\\\Am...')
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1017): ReflectionClass->__construct('App\\\\Services\\\\Am...')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(890): Illuminate\\Container\\Container->build('App\\\\Services\\\\Am...')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1077): Illuminate\\Container\\Container->resolve('App\\\\Services\\\\Am...', Array, true)
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(821): Illuminate\\Foundation\\Application->resolve('App\\\\Services\\\\Am...', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1057): Illuminate\\Container\\Container->make('App\\\\Services\\\\Am...', Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1202): Illuminate\\Foundation\\Application->make('App\\\\Services\\\\Am...')
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1101): Illuminate\\Container\\Container->resolveClass(Object(ReflectionParameter))
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1052): Illuminate\\Container\\Container->resolveDependencies(Array)
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(890): Illuminate\\Container\\Container->build('App\\\\Console\\\\Com...')
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1077): Illuminate\\Container\\Container->resolve('App\\\\Console\\\\Com...', Array, true)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(821): Illuminate\\Foundation\\Application->resolve('App\\\\Console\\\\Com...', Array)
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1057): Illuminate\\Container\\Container->make('App\\\\Console\\\\Com...', Array)
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(261): Illuminate\\Foundation\\Application->make('App\\\\Console\\\\Com...')
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(375): Illuminate\\Console\\Application->resolve('App\\\\Console\\\\Com...')
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(133): Illuminate\\Foundation\\Console\\Kernel->{closure:Illuminate\\Foundation\\Console\\Kernel::load():374}(Object(Illuminate\\Console\\Application))
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(80): Illuminate\\Console\\Application->bootstrap()
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(539): Illuminate\\Console\\Application->__construct(Object(Illuminate\\Foundation\\Application), Object(Illuminate\\Events\\Dispatcher), '12.16.0')
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Illuminate\\Foundation\\Console\\Kernel->getArtisan()
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#22 {main}
"} 
[2025-07-16 01:44:49] local.ERROR: syntax error, unexpected token "\", expecting variable {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \"\\\", expecting variable at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\services\\AmpecoApiService.php:128)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\composer\\ClassLoader.php(427): {closure:Composer\\Autoload\\ClassLoader::initializeIncludeClosure():575}('C:\\\\Users\\\\juanc\\\\...')
#1 [internal function]: Composer\\Autoload\\ClassLoader->loadClass('App\\\\Services\\\\Am...')
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1017): ReflectionClass->__construct('App\\\\Services\\\\Am...')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(890): Illuminate\\Container\\Container->build('App\\\\Services\\\\Am...')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1077): Illuminate\\Container\\Container->resolve('App\\\\Services\\\\Am...', Array, true)
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(821): Illuminate\\Foundation\\Application->resolve('App\\\\Services\\\\Am...', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1057): Illuminate\\Container\\Container->make('App\\\\Services\\\\Am...', Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1202): Illuminate\\Foundation\\Application->make('App\\\\Services\\\\Am...')
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1101): Illuminate\\Container\\Container->resolveClass(Object(ReflectionParameter))
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1052): Illuminate\\Container\\Container->resolveDependencies(Array)
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(890): Illuminate\\Container\\Container->build('App\\\\Console\\\\Com...')
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1077): Illuminate\\Container\\Container->resolve('App\\\\Console\\\\Com...', Array, true)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(821): Illuminate\\Foundation\\Application->resolve('App\\\\Console\\\\Com...', Array)
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1057): Illuminate\\Container\\Container->make('App\\\\Console\\\\Com...', Array)
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(261): Illuminate\\Foundation\\Application->make('App\\\\Console\\\\Com...')
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(375): Illuminate\\Console\\Application->resolve('App\\\\Console\\\\Com...')
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(133): Illuminate\\Foundation\\Console\\Kernel->{closure:Illuminate\\Foundation\\Console\\Kernel::load():374}(Object(Illuminate\\Console\\Application))
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(80): Illuminate\\Console\\Application->bootstrap()
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(539): Illuminate\\Console\\Application->__construct(Object(Illuminate\\Foundation\\Application), Object(Illuminate\\Events\\Dispatcher), '12.16.0')
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Illuminate\\Foundation\\Console\\Kernel->getArtisan()
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#22 {main}
"} 
[2025-07-16 01:46:29] local.ERROR: syntax error, unexpected token "\", expecting variable {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \"\\\", expecting variable at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\services\\AmpecoApiService.php:128)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\composer\\ClassLoader.php(427): {closure:Composer\\Autoload\\ClassLoader::initializeIncludeClosure():575}('C:\\\\Users\\\\juanc\\\\...')
#1 [internal function]: Composer\\Autoload\\ClassLoader->loadClass('App\\\\Services\\\\Am...')
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1017): ReflectionClass->__construct('App\\\\Services\\\\Am...')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(890): Illuminate\\Container\\Container->build('App\\\\Services\\\\Am...')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1077): Illuminate\\Container\\Container->resolve('App\\\\Services\\\\Am...', Array, true)
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(821): Illuminate\\Foundation\\Application->resolve('App\\\\Services\\\\Am...', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1057): Illuminate\\Container\\Container->make('App\\\\Services\\\\Am...', Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1202): Illuminate\\Foundation\\Application->make('App\\\\Services\\\\Am...')
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1101): Illuminate\\Container\\Container->resolveClass(Object(ReflectionParameter))
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1052): Illuminate\\Container\\Container->resolveDependencies(Array)
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(890): Illuminate\\Container\\Container->build('App\\\\Console\\\\Com...')
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1077): Illuminate\\Container\\Container->resolve('App\\\\Console\\\\Com...', Array, true)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(821): Illuminate\\Foundation\\Application->resolve('App\\\\Console\\\\Com...', Array)
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1057): Illuminate\\Container\\Container->make('App\\\\Console\\\\Com...', Array)
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(261): Illuminate\\Foundation\\Application->make('App\\\\Console\\\\Com...')
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(375): Illuminate\\Console\\Application->resolve('App\\\\Console\\\\Com...')
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(133): Illuminate\\Foundation\\Console\\Kernel->{closure:Illuminate\\Foundation\\Console\\Kernel::load():374}(Object(Illuminate\\Console\\Application))
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(80): Illuminate\\Console\\Application->bootstrap()
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(539): Illuminate\\Console\\Application->__construct(Object(Illuminate\\Foundation\\Application), Object(Illuminate\\Events\\Dispatcher), '12.16.0')
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Illuminate\\Foundation\\Console\\Kernel->getArtisan()
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#22 {main}
"} 
[2025-07-16 01:47:48] local.ERROR: syntax error, unexpected token "\", expecting variable {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \"\\\", expecting variable at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\services\\AmpecoApiService.php:128)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\composer\\ClassLoader.php(427): {closure:Composer\\Autoload\\ClassLoader::initializeIncludeClosure():575}('C:\\\\Users\\\\juanc\\\\...')
#1 [internal function]: Composer\\Autoload\\ClassLoader->loadClass('App\\\\Services\\\\Am...')
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1017): ReflectionClass->__construct('App\\\\Services\\\\Am...')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(890): Illuminate\\Container\\Container->build('App\\\\Services\\\\Am...')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1077): Illuminate\\Container\\Container->resolve('App\\\\Services\\\\Am...', Array, true)
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(821): Illuminate\\Foundation\\Application->resolve('App\\\\Services\\\\Am...', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1057): Illuminate\\Container\\Container->make('App\\\\Services\\\\Am...', Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1202): Illuminate\\Foundation\\Application->make('App\\\\Services\\\\Am...')
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1101): Illuminate\\Container\\Container->resolveClass(Object(ReflectionParameter))
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1052): Illuminate\\Container\\Container->resolveDependencies(Array)
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(890): Illuminate\\Container\\Container->build('App\\\\Console\\\\Com...')
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1077): Illuminate\\Container\\Container->resolve('App\\\\Console\\\\Com...', Array, true)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(821): Illuminate\\Foundation\\Application->resolve('App\\\\Console\\\\Com...', Array)
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1057): Illuminate\\Container\\Container->make('App\\\\Console\\\\Com...', Array)
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(261): Illuminate\\Foundation\\Application->make('App\\\\Console\\\\Com...')
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(375): Illuminate\\Console\\Application->resolve('App\\\\Console\\\\Com...')
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(133): Illuminate\\Foundation\\Console\\Kernel->{closure:Illuminate\\Foundation\\Console\\Kernel::load():374}(Object(Illuminate\\Console\\Application))
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(80): Illuminate\\Console\\Application->bootstrap()
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(539): Illuminate\\Console\\Application->__construct(Object(Illuminate\\Foundation\\Application), Object(Illuminate\\Events\\Dispatcher), '12.16.0')
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Illuminate\\Foundation\\Console\\Kernel->getArtisan()
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#22 {main}
"} 
[2025-07-16 01:48:53] local.INFO: AmpecoApiService: User with email 2conect@email.com not found in API response.  
[2025-07-16 01:50:51] local.INFO: Test user created successfully {"email":"2conect@email.com","ampeco_user_id":1752636107,"local_user_id":1} 
[2025-07-16 18:48:44] local.INFO: AmpecoDataUpdater: Command started.  
[2025-07-16 18:48:44] local.INFO: AmpecoDataUpdater: DEBUG_USER_ID from .env is: Not Set  
[2025-07-16 18:48:44] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:48:47] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":100,"total":1972}} 
[2025-07-16 18:48:48] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:48:49] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"156\",\"email\":\"geertpennewaert@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Geert\",\"middleName\":null,\"lastName\":\"Pennewaert\",\"phone\":\"0476630591\",\"country\":\"BE\",\"state\":null,\"city\":\"Oudegem\",\"postCode\":\"9200\",\"address\":\"Ouburg 130\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":313,\"externalId\":null,\"lastUpdatedAt\":\"2022-06-01T15:29:58+00:00\",\"createdAt\":...","meta_data":{"current_page":2,"from":101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":200,"total":1972}} 
[2025-07-16 18:48:49] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:48:51] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"280\",\"email\":\"vavo@piso.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Wim\",\"middleName\":null,\"lastName\":\"Vrancken\",\"phone\":\"0478257802\",\"country\":\"BE\",\"state\":null,\"city\":\"St-Joris-Winge\",\"postCode\":\"3390\",\"address\":\"Wingerstraat 20\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":50.57,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2310,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-17T12:45:55+00:00\",\"createdA...","meta_data":{"current_page":3,"from":201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":300,"total":1972}} 
[2025-07-16 18:48:51] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:48:53] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"388\",\"email\":\"steven.deron@nippongases.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Steven\",\"middleName\":null,\"lastName\":\"De Ron\",\"phone\":\"0485686876\",\"country\":\"BE\",\"state\":null,\"city\":\"Boortmeerbeek\",\"postCode\":\"3191\",\"address\":\"Ravesteinstraat 96, Hever 3191 Boortmeerbeek, Belgium\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":148.3,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2720,\"externalId\":null,\"l...","meta_data":{"current_page":4,"from":301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":400,"total":1972}} 
[2025-07-16 18:48:53] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:48:55] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"497\",\"email\":\"sandra@capitalecars.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Edmond\",\"middleName\":null,\"lastName\":\"Plas\",\"phone\":\"+32475235296\",\"country\":\"BE\",\"state\":null,\"city\":\"Asse\",\"postCode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"fr\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":845,\"externalId\":null,\"lastUpdatedAt\":\"2023-06-06T13:06:44+00:00\",\"crea...","meta_data":{"current_page":5,"from":401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":500,"total":1972}} 
[2025-07-16 18:48:55] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:48:57] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"613\",\"email\":\"Kurt.fanton@madolex.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Kurt\",\"middleName\":null,\"lastName\":\"Fanton\",\"phone\":\"0484671968\",\"country\":\"BE\",\"state\":\"Ossendriesstraat 42\",\"city\":\"Zonhoven\",\"postCode\":\"3520\",\"address\":\"ossendriesstraat 42\",\"vehicleNo\":\"2-DUM-217\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2023-07-27T...","meta_data":{"current_page":6,"from":501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":600,"total":1972}} 
[2025-07-16 18:48:57] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:48:59] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"743\",\"email\":\"stijn.bogaerts@outlook.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Stijn\",\"middleName\":null,\"lastName\":\"Bogaerts\",\"phone\":\"+32 499 93 60 03\",\"country\":\"BE\",\"state\":null,\"city\":\"Edegem\",\"postCode\":\"2650\",\"address\":\"Pieter Van den Bemdenlaan 59\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":100,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-10T1...","meta_data":{"current_page":7,"from":601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":700,"total":1972}} 
[2025-07-16 18:48:59] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:01] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"858\",\"email\":\"nicobonnast@me.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Nico\",\"middleName\":null,\"lastName\":\"Bonnast\",\"phone\":\"+32477384279\",\"country\":\"BE\",\"state\":null,\"city\":\"Wetteren\",\"postCode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"vehicleNo\":\"2-ELT-630\",\"personal_id\":\"591-9330104-67\",\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2156,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-31T11...","meta_data":{"current_page":8,"from":701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":800,"total":1972}} 
[2025-07-16 18:49:01] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:03] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"974\",\"email\":\"tommie.van.mechgelen@centomedia.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Tommie\",\"middleName\":null,\"lastName\":\"Van Mechgelen\",\"phone\":\"+32496642889\",\"country\":\"BE\",\"state\":null,\"city\":\"Wommelgem\",\"postCode\":\"2160\",\"address\":\"Gullenrodestraat 7 unit 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-...","meta_data":{"current_page":9,"from":801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":900,"total":1972}} 
[2025-07-16 18:49:03] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:05] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1114\",\"email\":\"mike@brandnewoffice.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Mike\",\"middleName\":null,\"lastName\":\"De Koster\",\"phone\":\"0486 41 33 35\",\"country\":\"BE\",\"state\":null,\"city\":\"Herne\",\"postCode\":\"1540\",\"address\":\"Tweekapellenstraat 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-03-17T09:17:33+00:00\",...","meta_data":{"current_page":10,"from":901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1000,"total":1972}} 
[2025-07-16 18:49:05] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:07] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1272\",\"email\":\"gerritdevos@skynet.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Gerrit\",\"middleName\":null,\"lastName\":\"De Vos\",\"phone\":\"+32456310834\",\"country\":\"BE\",\"state\":null,\"city\":\"Lochristi\",\"postCode\":\"9080\",\"address\":\"Bosdreef 12C\",\"vehicleNo\":\"2fls641\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":438.05,\"status\":\"enabled\",\"userGroupIds\":[199],\"subscriptionId\":1319,\"externalId\":null,\"lastUpdatedAt\":\"2024-06-14T08:03:14+00:0...","meta_data":{"current_page":11,"from":1001,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1100,"total":1972}} 
[2025-07-16 18:49:07] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:09] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1387\",\"email\":\"bajetak586@albarulo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Bibro\",\"middleName\":null,\"lastName\":\"Antar\",\"phone\":\"+40721001950\",\"country\":\"SE\",\"state\":null,\"city\":\"Stockholm\",\"postCode\":\"11543\",\"address\":\"ahlessen nr. 44\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"disabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-09-30T07:49:51+00:00\",\"crea...","meta_data":{"current_page":12,"from":1101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1200,"total":1972}} 
[2025-07-16 18:49:09] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:11] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1515\",\"email\":\"yunotjeanbex@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Yunot\",\"middleName\":null,\"lastName\":\"Bex\",\"phone\":\"+32460940182\",\"country\":\"BE\",\"state\":null,\"city\":\"Hasselt\",\"postCode\":\"3511\",\"address\":\"Deken Habrakenstraat 8\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":16.22,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":1778,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T18:33:50+00:00\",\"...","meta_data":{"current_page":13,"from":1201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1300,"total":1972}} 
[2025-07-16 18:49:11] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:13] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1630\",\"email\":\"pascale.vanolst@everlam.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Pascale\",\"middleName\":null,\"lastName\":\"Vanolst\",\"phone\":\"0487 26 95 23\",\"country\":\"BE\",\"state\":null,\"city\":\"Mechelen\",\"postCode\":\"2800\",\"address\":\"Blokhuisstraat 47 J           B-2800 Mechelen\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2012,\"externalId\":null,\"lastUpdatedAt...","meta_data":{"current_page":14,"from":1301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1400,"total":1972}} 
[2025-07-16 18:49:13] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:15] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1735\",\"email\":\"christophe.leysen@live.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Christophe\",\"middleName\":null,\"lastName\":\"Leysen\",\"phone\":\"+32470868696\",\"country\":\"BE\",\"state\":\"Antwerpen\",\"city\":\"Kontich\",\"postCode\":\"2550\",\"address\":\"lijsterbolstraat 18\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-12-26T10:50...","meta_data":{"current_page":15,"from":1401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1500,"total":1972}} 
[2025-07-16 18:49:15] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:17] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1852\",\"email\":\"susanbaba73@yahoo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":null,\"middleName\":null,\"lastName\":null,\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"es-ES\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-31T19:51:30+00:00\",\"createdAt\":\"2025-01-31T19:51:30+00:00\",\"cre...","meta_data":{"current_page":16,"from":1501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1600,"total":1972}} 
[2025-07-16 18:49:17] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:19] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1957\",\"email\":\"Heidi.Goossens@sobi.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Heidi\",\"middleName\":null,\"lastName\":\"Goossens\",\"phone\":\"32497590918\",\"country\":\"BE\",\"state\":null,\"city\":\"Waanrode\",\"postCode\":\"3473\",\"address\":\"Oude Tiensestraat 40\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":192.86,\"status\":\"enabled\",\"userGroupIds\":[228],\"subscriptionId\":2412,\"externalId\":\"1957\",\"lastUpdatedAt\":\"2025-04-02T11:59:5...","meta_data":{"current_page":17,"from":1601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1700,"total":1972}} 
[2025-07-16 18:49:19] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:21] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2093\",\"email\":\"sbai.ayoub@hotmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Ayoub\",\"middleName\":null,\"lastName\":\"Sbai\",\"phone\":\"+33643202625\",\"country\":\"FR\",\"state\":null,\"city\":\"Paris\",\"postCode\":\"75019\",\"address\":\"16 all\\u00e9e de Fontainebelau\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":51.65,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T10:36:03+...","meta_data":{"current_page":18,"from":1701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1800,"total":1972}} 
[2025-07-16 18:49:21] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:22] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2228\",\"email\":\"brecht.van.camp@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Brecht\",\"middleName\":null,\"lastName\":\"Van Camp\",\"phone\":\"+32476 58 79 81\",\"country\":\"BE\",\"state\":null,\"city\":\"Oelegem\",\"postCode\":\"2520\",\"address\":\"Schransken 5a\\/001\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-25T11:14:32+00:0...","meta_data":{"current_page":19,"from":1801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1900,"total":1972}} 
[2025-07-16 18:49:22] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 18:49:24] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2347\",\"email\":\"sarah.jacobs@docitconsult.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Sarah\",\"middleName\":null,\"lastName\":\"Jacobs\",\"phone\":\"0472013387\",\"country\":\"BE\",\"state\":null,\"city\":\"Schoten\",\"postCode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2595,\"externalId\":\"2347\",\"lastUpdatedAt\":\"2025-06-30T11:38:38+00:00...","meta_data":{"current_page":20,"from":1901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1972,"total":1972}} 
[2025-07-16 18:49:25] local.INFO: Sessions updated for user 1. {"count":0} 
[2025-07-16 18:49:26] local.INFO: Sessions updated for user 7. {"count":0} 
[2025-07-16 18:49:26] local.INFO: Sessions updated for user 15. {"count":0} 
[2025-07-16 18:49:27] local.INFO: Sessions updated for user 17. {"count":0} 
[2025-07-16 18:49:29] local.INFO: Sessions updated for user 19. {"count":3} 
[2025-07-16 18:49:30] local.INFO: Sessions updated for user 20. {"count":0} 
[2025-07-16 18:49:39] local.INFO: Sessions updated for user 21. {"count":18} 
[2025-07-16 18:50:02] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-16 18:50:02] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-16 18:50:13] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-16 18:50:13] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-16 18:50:16] local.INFO: Sessions updated for user 23. {"count":53} 
[2025-07-16 18:50:17] local.INFO: Sessions updated for user 26. {"count":7} 
[2025-07-16 18:50:18] local.INFO: Sessions updated for user 27. {"count":0} 
[2025-07-16 18:50:20] local.INFO: Sessions updated for user 28. {"count":29} 
[2025-07-16 18:50:24] local.INFO: Sessions updated for user 30. {"count":65} 
[2025-07-16 18:50:24] local.INFO: Sessions updated for user 32. {"count":0} 
[2025-07-16 18:50:25] local.INFO: Sessions updated for user 33. {"count":0} 
[2025-07-16 18:50:25] local.INFO: Sessions updated for user 36. {"count":0} 
[2025-07-16 18:50:26] local.INFO: Sessions updated for user 40. {"count":0} 
[2025-07-16 18:50:29] local.INFO: Sessions updated for user 41. {"count":49} 
[2025-07-16 18:50:32] local.INFO: Sessions updated for user 45. {"count":26} 
[2025-07-16 18:50:34] local.INFO: Sessions updated for user 46. {"count":6} 
[2025-07-16 18:50:39] local.INFO: Sessions updated for user 47. {"count":115} 
[2025-07-16 18:50:39] local.INFO: Sessions updated for user 50. {"count":0} 
[2025-07-16 18:51:11] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-16 18:51:11] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-16 18:51:11] local.INFO: Sessions updated for user 52. {"count":27} 
[2025-07-16 18:51:12] local.INFO: Sessions updated for user 53. {"count":0} 
[2025-07-16 18:51:12] local.INFO: Sessions updated for user 55. {"count":0} 
[2025-07-16 18:51:14] local.INFO: Sessions updated for user 57. {"count":7} 
[2025-07-16 18:51:15] local.INFO: Sessions updated for user 60. {"count":0} 
[2025-07-16 18:51:17] local.INFO: Sessions updated for user 61. {"count":4} 
[2025-07-16 18:51:19] local.INFO: Sessions updated for user 62. {"count":18} 
[2025-07-16 18:51:19] local.INFO: Sessions updated for user 63. {"count":0} 
[2025-07-16 18:51:21] local.INFO: Sessions updated for user 64. {"count":10} 
[2025-07-16 18:51:22] local.INFO: Sessions updated for user 65. {"count":0} 
[2025-07-16 18:51:23] local.INFO: Sessions updated for user 66. {"count":0} 
[2025-07-16 18:51:24] local.INFO: Sessions updated for user 67. {"count":0} 
[2025-07-16 18:51:27] local.INFO: Sessions updated for user 68. {"count":25} 
[2025-07-16 18:51:28] local.INFO: Sessions updated for user 69. {"count":0} 
[2025-07-16 18:51:29] local.INFO: Sessions updated for user 71. {"count":0} 
[2025-07-16 18:51:29] local.INFO: Sessions updated for user 72. {"count":0} 
[2025-07-16 18:51:30] local.INFO: Sessions updated for user 73. {"count":0} 
[2025-07-16 18:51:32] local.INFO: Sessions updated for user 74. {"count":2} 
[2025-07-16 18:51:34] local.INFO: Sessions updated for user 76. {"count":27} 
[2025-07-16 18:51:35] local.INFO: Sessions updated for user 77. {"count":0} 
[2025-07-16 18:51:35] local.INFO: Sessions updated for user 79. {"count":0} 
[2025-07-16 18:51:38] local.INFO: Sessions updated for user 80. {"count":40} 
[2025-07-16 18:51:43] local.INFO: Sessions updated for user 81. {"count":14} 
[2025-07-16 18:51:46] local.INFO: Sessions updated for user 84. {"count":44} 
[2025-07-16 18:51:47] local.INFO: Sessions updated for user 85. {"count":26} 
[2025-07-16 18:51:50] local.INFO: Sessions updated for user 86. {"count":54} 
[2025-07-16 18:51:52] local.INFO: Sessions updated for user 87. {"count":7} 
[2025-07-16 18:52:03] local.INFO: Sessions updated for user 88. {"count":32} 
[2025-07-16 18:52:04] local.INFO: Sessions updated for user 89. {"count":0} 
[2025-07-16 18:52:18] local.INFO: Sessions updated for user 90. {"count":33} 
[2025-07-16 18:52:19] local.INFO: Sessions updated for user 91. {"count":21} 
[2025-07-16 18:52:20] local.INFO: Sessions updated for user 92. {"count":0} 
[2025-07-16 18:52:23] local.INFO: Sessions updated for user 94. {"count":73} 
[2025-07-16 18:52:24] local.INFO: Sessions updated for user 95. {"count":2} 
[2025-07-16 18:52:25] local.INFO: Sessions updated for user 96. {"count":0} 
[2025-07-16 18:52:25] local.INFO: Sessions updated for user 97. {"count":0} 
[2025-07-16 18:52:26] local.INFO: Sessions updated for user 98. {"count":0} 
[2025-07-16 18:52:27] local.INFO: Sessions updated for user 99. {"count":0} 
[2025-07-16 18:52:29] local.INFO: Sessions updated for user 100. {"count":18} 
[2025-07-16 18:52:31] local.INFO: Sessions updated for user 101. {"count":4} 
[2025-07-16 18:52:34] local.INFO: Sessions updated for user 102. {"count":74} 
[2025-07-16 18:52:41] local.INFO: Sessions updated for user 103. {"count":37} 
[2025-07-16 18:53:10] local.INFO: Sessions updated for user 104. {"count":46} 
[2025-07-16 18:53:21] local.INFO: Sessions updated for user 105. {"count":23} 
[2025-07-16 18:53:31] local.INFO: Sessions updated for user 106. {"count":27} 
[2025-07-16 18:53:38] local.INFO: Sessions updated for user 107. {"count":41} 
[2025-07-16 18:53:38] local.INFO: Sessions updated for user 108. {"count":0} 
[2025-07-16 18:53:47] local.INFO: Sessions updated for user 109. {"count":41} 
[2025-07-16 18:53:48] local.INFO: Sessions updated for user 110. {"count":10} 
[2025-07-16 18:53:50] local.INFO: Sessions updated for user 111. {"count":37} 
[2025-07-16 18:53:50] local.INFO: Sessions updated for user 112. {"count":0} 
[2025-07-16 18:53:59] local.INFO: Sessions updated for user 113. {"count":39} 
[2025-07-16 18:54:00] local.INFO: Sessions updated for user 114. {"count":0} 
[2025-07-16 18:54:04] local.INFO: Sessions updated for user 115. {"count":28} 
[2025-07-16 18:54:06] local.INFO: Sessions updated for user 116. {"count":25} 
[2025-07-16 18:54:15] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-16 18:54:15] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-16 18:54:23] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-16 18:54:23] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-16 18:54:26] local.INFO: Sessions updated for user 117. {"count":72} 
[2025-07-16 18:54:27] local.INFO: Sessions updated for user 118. {"count":0} 
[2025-07-16 18:54:27] local.INFO: Sessions updated for user 119. {"count":0} 
[2025-07-16 18:54:28] local.INFO: Sessions updated for user 121. {"count":0} 
[2025-07-16 18:54:29] local.INFO: Sessions updated for user 122. {"count":0} 
[2025-07-16 18:54:30] local.INFO: Sessions updated for user 123. {"count":0} 
[2025-07-16 18:54:30] local.INFO: Sessions updated for user 124. {"count":0} 
[2025-07-16 18:54:36] local.INFO: Sessions updated for user 125. {"count":26} 
[2025-07-16 18:54:36] local.INFO: Sessions updated for user 127. {"count":0} 
[2025-07-16 18:54:38] local.INFO: Sessions updated for user 128. {"count":16} 
[2025-07-16 18:54:38] local.INFO: Sessions updated for user 130. {"count":0} 
[2025-07-16 18:54:41] local.INFO: Sessions updated for user 131. {"count":4} 
[2025-07-16 18:54:42] local.INFO: Sessions updated for user 134. {"count":0} 
[2025-07-16 18:54:45] local.INFO: Sessions updated for user 140. {"count":0} 
[2025-07-16 18:54:56] local.INFO: Sessions updated for user 142. {"count":51} 
[2025-07-16 18:55:01] local.INFO: Sessions updated for user 143. {"count":18} 
[2025-07-16 18:55:03] local.INFO: Sessions updated for user 144. {"count":0} 
[2025-07-16 18:55:04] local.INFO: Sessions updated for user 145. {"count":0} 
[2025-07-16 18:55:09] local.INFO: Sessions updated for user 146. {"count":3} 
[2025-07-16 18:55:13] local.INFO: Sessions updated for user 147. {"count":34} 
[2025-07-16 18:55:14] local.INFO: Sessions updated for user 150. {"count":0} 
[2025-07-16 18:55:15] local.INFO: Sessions updated for user 152. {"count":0} 
[2025-07-16 18:55:19] local.INFO: Sessions updated for user 154. {"count":38} 
[2025-07-16 18:55:22] local.INFO: Sessions updated for user 155. {"count":41} 
[2025-07-16 18:55:24] local.INFO: Sessions updated for user 156. {"count":43} 
[2025-07-16 18:55:25] local.INFO: Sessions updated for user 159. {"count":0} 
[2025-07-16 18:55:31] local.INFO: Sessions updated for user 160. {"count":36} 
[2025-07-16 18:55:46] local.INFO: Sessions updated for user 161. {"count":50} 
[2025-07-16 18:55:52] local.INFO: Sessions updated for user 162. {"count":55} 
[2025-07-16 18:55:56] local.INFO: Sessions updated for user 163. {"count":24} 
[2025-07-16 18:55:56] local.INFO: Sessions updated for user 164. {"count":0} 
[2025-07-16 18:56:00] local.INFO: Sessions updated for user 166. {"count":45} 
[2025-07-16 18:56:02] local.INFO: Sessions updated for user 167. {"count":29} 
[2025-07-16 18:56:04] local.INFO: Sessions updated for user 168. {"count":12} 
[2025-07-16 18:56:06] local.INFO: Sessions updated for user 169. {"count":23} 
[2025-07-16 18:56:06] local.INFO: Sessions updated for user 170. {"count":0} 
[2025-07-16 18:56:14] local.INFO: Sessions updated for user 171. {"count":53} 
[2025-07-16 18:56:25] local.INFO: Sessions updated for user 172. {"count":44} 
[2025-07-16 18:56:32] local.INFO: Sessions updated for user 173. {"count":25} 
[2025-07-16 18:56:35] local.INFO: Sessions updated for user 174. {"count":30} 
[2025-07-16 18:56:36] local.INFO: Sessions updated for user 175. {"count":0} 
[2025-07-16 18:56:36] local.INFO: Sessions updated for user 176. {"count":0} 
[2025-07-16 18:56:37] local.INFO: Sessions updated for user 177. {"count":0} 
[2025-07-16 18:56:38] local.INFO: Sessions updated for user 178. {"count":0} 
[2025-07-16 18:56:38] local.INFO: Sessions updated for user 179. {"count":0} 
[2025-07-16 18:56:39] local.INFO: Sessions updated for user 180. {"count":0} 
[2025-07-16 18:56:45] local.INFO: Sessions updated for user 181. {"count":53} 
[2025-07-16 18:56:46] local.INFO: Sessions updated for user 182. {"count":0} 
[2025-07-16 18:56:49] local.INFO: Sessions updated for user 183. {"count":66} 
[2025-07-16 18:56:50] local.INFO: Sessions updated for user 184. {"count":20} 
[2025-07-16 18:56:52] local.INFO: Sessions updated for user 185. {"count":10} 
[2025-07-16 18:56:53] local.INFO: Sessions updated for user 186. {"count":0} 
[2025-07-16 18:56:54] local.INFO: Sessions updated for user 187. {"count":0} 
[2025-07-16 18:56:55] local.INFO: Sessions updated for user 188. {"count":0} 
[2025-07-16 18:57:03] local.INFO: Sessions updated for user 191. {"count":23} 
[2025-07-16 18:57:03] local.INFO: Sessions updated for user 192. {"count":0} 
[2025-07-16 18:57:06] local.INFO: Sessions updated for user 193. {"count":84} 
[2025-07-16 18:57:30] local.INFO: Sessions updated for user 194. {"count":48} 
[2025-07-16 18:57:30] local.INFO: Sessions updated for user 196. {"count":0} 
[2025-07-16 18:57:31] local.INFO: Sessions updated for user 197. {"count":0} 
[2025-07-16 18:57:32] local.INFO: Sessions updated for user 199. {"count":0} 
[2025-07-16 18:57:35] local.INFO: Sessions updated for user 200. {"count":13} 
[2025-07-16 18:57:35] local.INFO: Sessions updated for user 204. {"count":0} 
[2025-07-16 18:57:39] local.INFO: Sessions updated for user 205. {"count":14} 
[2025-07-16 18:57:44] local.INFO: Sessions updated for user 206. {"count":7} 
[2025-07-16 18:57:45] local.INFO: Sessions updated for user 207. {"count":0} 
[2025-07-16 18:57:46] local.INFO: Sessions updated for user 208. {"count":0} 
[2025-07-16 18:57:47] local.INFO: Sessions updated for user 209. {"count":0} 
[2025-07-16 18:57:47] local.INFO: Sessions updated for user 210. {"count":0} 
[2025-07-16 18:57:51] local.INFO: Sessions updated for user 211. {"count":34} 
[2025-07-16 18:57:56] local.INFO: Sessions updated for user 212. {"count":7} 
[2025-07-16 18:57:57] local.INFO: Sessions updated for user 213. {"count":0} 
[2025-07-16 18:57:57] local.INFO: Sessions updated for user 214. {"count":0} 
[2025-07-16 18:57:58] local.INFO: Sessions updated for user 216. {"count":0} 
[2025-07-16 18:58:02] local.INFO: Sessions updated for user 217. {"count":31} 
[2025-07-16 18:58:07] local.INFO: Sessions updated for user 219. {"count":17} 
[2025-07-16 18:58:11] local.INFO: Sessions updated for user 220. {"count":56} 
[2025-07-16 18:58:12] local.INFO: Sessions updated for user 221. {"count":0} 
[2025-07-16 18:58:13] local.INFO: Sessions updated for user 222. {"count":0} 
[2025-07-16 18:58:13] local.INFO: Sessions updated for user 223. {"count":0} 
[2025-07-16 18:58:14] local.INFO: Sessions updated for user 224. {"count":1} 
[2025-07-16 18:58:15] local.INFO: Sessions updated for user 225. {"count":0} 
[2025-07-16 18:58:16] local.INFO: Sessions updated for user 226. {"count":0} 
[2025-07-16 18:58:25] local.INFO: Sessions updated for user 228. {"count":28} 
[2025-07-16 18:58:26] local.INFO: Sessions updated for user 229. {"count":0} 
[2025-07-16 18:58:33] local.INFO: Sessions updated for user 230. {"count":45} 
[2025-07-16 18:58:34] local.INFO: Sessions updated for user 232. {"count":0} 
[2025-07-16 18:58:41] local.INFO: Sessions updated for user 233. {"count":47} 
[2025-07-16 18:58:47] local.INFO: Sessions updated for user 234. {"count":9} 
[2025-07-16 18:58:52] local.INFO: Sessions updated for user 235. {"count":28} 
[2025-07-16 18:58:53] local.INFO: Sessions updated for user 236. {"count":41} 
[2025-07-16 18:58:55] local.INFO: Sessions updated for user 237. {"count":1} 
[2025-07-16 18:58:58] local.INFO: Sessions updated for user 238. {"count":21} 
[2025-07-16 18:58:59] local.INFO: Sessions updated for user 239. {"count":6} 
[2025-07-16 18:59:00] local.INFO: Sessions updated for user 242. {"count":0} 
[2025-07-16 18:59:01] local.INFO: Sessions updated for user 244. {"count":11} 
[2025-07-16 18:59:02] local.INFO: Sessions updated for user 245. {"count":0} 
[2025-07-16 18:59:04] local.INFO: Sessions updated for user 246. {"count":8} 
[2025-07-16 18:59:08] local.INFO: Sessions updated for user 247. {"count":11} 
[2025-07-16 18:59:08] local.INFO: Sessions updated for user 248. {"count":0} 
[2025-07-16 18:59:09] local.INFO: Sessions updated for user 249. {"count":4} 
[2025-07-16 18:59:10] local.INFO: Sessions updated for user 250. {"count":0} 
[2025-07-16 18:59:11] local.INFO: Sessions updated for user 251. {"count":0} 
[2025-07-16 18:59:11] local.INFO: Sessions updated for user 253. {"count":0} 
[2025-07-16 18:59:12] local.INFO: Sessions updated for user 254. {"count":0} 
[2025-07-16 18:59:14] local.INFO: Sessions updated for user 255. {"count":11} 
[2025-07-16 18:59:15] local.INFO: Sessions updated for user 257. {"count":0} 
[2025-07-16 18:59:17] local.INFO: Sessions updated for user 258. {"count":31} 
[2025-07-16 18:59:18] local.INFO: Sessions updated for user 259. {"count":0} 
[2025-07-16 18:59:49] local.INFO: Sessions updated for user 260. {"count":163} 
[2025-07-16 18:59:50] local.INFO: Sessions updated for user 262. {"count":0} 
[2025-07-16 18:59:50] local.INFO: Sessions updated for user 263. {"count":0} 
[2025-07-16 18:59:51] local.INFO: Sessions updated for user 267. {"count":0} 
[2025-07-16 18:59:52] local.INFO: Sessions updated for user 268. {"count":0} 
[2025-07-16 18:59:53] local.INFO: Sessions updated for user 269. {"count":11} 
[2025-07-16 18:59:54] local.INFO: Sessions updated for user 270. {"count":0} 
[2025-07-16 18:59:55] local.INFO: Sessions updated for user 271. {"count":0} 
[2025-07-16 19:00:00] local.INFO: Sessions updated for user 273. {"count":32} 
[2025-07-16 19:00:06] local.INFO: Sessions updated for user 274. {"count":20} 
[2025-07-16 19:00:08] local.INFO: Sessions updated for user 275. {"count":24} 
[2025-07-16 19:00:09] local.INFO: Sessions updated for user 276. {"count":0} 
[2025-07-16 19:00:15] local.INFO: Sessions updated for user 277. {"count":9} 
[2025-07-16 19:00:16] local.INFO: Sessions updated for user 278. {"count":0} 
[2025-07-16 19:00:16] local.INFO: Sessions updated for user 279. {"count":0} 
[2025-07-16 19:00:20] local.INFO: Sessions updated for user 280. {"count":71} 
[2025-07-16 19:00:21] local.INFO: Sessions updated for user 281. {"count":0} 
[2025-07-16 19:00:24] local.INFO: Sessions updated for user 283. {"count":9} 
[2025-07-16 19:00:27] local.INFO: Sessions updated for user 284. {"count":15} 
[2025-07-16 19:00:31] local.INFO: Sessions updated for user 285. {"count":51} 
[2025-07-16 19:00:32] local.INFO: Sessions updated for user 286. {"count":0} 
[2025-07-16 19:00:32] local.INFO: Sessions updated for user 287. {"count":0} 
[2025-07-16 19:00:33] local.INFO: Sessions updated for user 288. {"count":0} 
[2025-07-16 19:00:35] local.INFO: Sessions updated for user 290. {"count":27} 
[2025-07-16 19:00:36] local.INFO: Sessions updated for user 291. {"count":0} 
[2025-07-16 19:00:37] local.INFO: Sessions updated for user 292. {"count":11} 
[2025-07-16 19:00:38] local.INFO: Sessions updated for user 293. {"count":0} 
[2025-07-16 19:00:39] local.INFO: Sessions updated for user 294. {"count":0} 
[2025-07-16 19:00:39] local.INFO: Sessions updated for user 295. {"count":0} 
[2025-07-16 19:00:44] local.INFO: Sessions updated for user 296. {"count":57} 
[2025-07-16 19:00:44] local.INFO: Sessions updated for user 297. {"count":0} 
[2025-07-16 19:00:45] local.INFO: Sessions updated for user 298. {"count":0} 
[2025-07-16 19:00:48] local.INFO: Sessions updated for user 301. {"count":22} 
[2025-07-16 19:00:50] local.INFO: Sessions updated for user 302. {"count":31} 
[2025-07-16 19:00:51] local.INFO: Sessions updated for user 303. {"count":0} 
[2025-07-16 19:00:51] local.INFO: Sessions updated for user 304. {"count":0} 
[2025-07-16 19:00:55] local.INFO: Sessions updated for user 305. {"count":35} 
[2025-07-16 19:00:56] local.INFO: Sessions updated for user 306. {"count":14} 
[2025-07-16 19:00:59] local.INFO: Sessions updated for user 307. {"count":39} 
[2025-07-16 19:01:04] local.INFO: Sessions updated for user 308. {"count":104} 
[2025-07-16 19:01:05] local.INFO: Sessions updated for user 309. {"count":0} 
[2025-07-16 19:01:08] local.INFO: Sessions updated for user 310. {"count":55} 
[2025-07-16 19:01:09] local.INFO: Sessions updated for user 311. {"count":0} 
[2025-07-16 19:01:10] local.INFO: Sessions updated for user 312. {"count":12} 
[2025-07-16 19:01:24] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-16 19:01:24] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-16 19:01:29] local.INFO: Sessions updated for user 313. {"count":88} 
[2025-07-16 19:01:30] local.INFO: Sessions updated for user 314. {"count":0} 
[2025-07-16 19:01:32] local.INFO: Sessions updated for user 315. {"count":4} 
[2025-07-16 19:01:36] local.INFO: Sessions updated for user 316. {"count":82} 
[2025-07-16 19:01:37] local.INFO: Sessions updated for user 317. {"count":0} 
[2025-07-16 19:01:40] local.INFO: Sessions updated for user 318. {"count":42} 
[2025-07-16 19:01:40] local.INFO: Sessions updated for user 319. {"count":0} 
[2025-07-16 19:01:42] local.INFO: Sessions updated for user 320. {"count":10} 
[2025-07-16 19:01:42] local.INFO: Sessions updated for user 321. {"count":0} 
[2025-07-16 19:01:46] local.INFO: Sessions updated for user 323. {"count":14} 
[2025-07-16 19:01:47] local.INFO: Sessions updated for user 324. {"count":0} 
[2025-07-16 19:01:48] local.INFO: Sessions updated for user 325. {"count":0} 
[2025-07-16 19:01:48] local.INFO: Sessions updated for user 326. {"count":0} 
[2025-07-16 19:01:51] local.INFO: Sessions updated for user 327. {"count":16} 
[2025-07-16 19:01:51] local.INFO: Sessions updated for user 328. {"count":0} 
[2025-07-16 19:01:52] local.INFO: Sessions updated for user 329. {"count":0} 
[2025-07-16 19:01:53] local.INFO: Sessions updated for user 330. {"count":0} 
[2025-07-16 19:01:53] local.INFO: Sessions updated for user 331. {"count":0} 
[2025-07-16 19:01:54] local.INFO: Sessions updated for user 332. {"count":5} 
[2025-07-16 19:01:55] local.INFO: Sessions updated for user 333. {"count":0} 
[2025-07-16 19:01:55] local.INFO: Sessions updated for user 334. {"count":0} 
[2025-07-16 19:01:56] local.INFO: Sessions updated for user 335. {"count":0} 
[2025-07-16 19:01:59] local.INFO: Sessions updated for user 336. {"count":13} 
[2025-07-16 19:02:06] local.INFO: Sessions updated for user 338. {"count":101} 
[2025-07-16 19:02:06] local.INFO: Sessions updated for user 339. {"count":0} 
[2025-07-16 19:02:11] local.INFO: Sessions updated for user 340. {"count":54} 
[2025-07-16 19:02:12] local.INFO: Sessions updated for user 341. {"count":0} 
[2025-07-16 19:02:13] local.INFO: Sessions updated for user 342. {"count":0} 
[2025-07-16 19:02:15] local.INFO: Sessions updated for user 343. {"count":19} 
[2025-07-16 19:02:16] local.INFO: Sessions updated for user 344. {"count":0} 
[2025-07-16 19:02:16] local.INFO: Sessions updated for user 345. {"count":0} 
[2025-07-16 19:02:17] local.INFO: Sessions updated for user 346. {"count":0} 
[2025-07-16 19:02:18] local.INFO: Sessions updated for user 347. {"count":0} 
[2025-07-16 19:02:18] local.INFO: Sessions updated for user 348. {"count":0} 
[2025-07-16 19:02:19] local.INFO: Sessions updated for user 349. {"count":0} 
[2025-07-16 19:02:20] local.INFO: Sessions updated for user 351. {"count":0} 
[2025-07-16 19:02:36] local.INFO: Sessions updated for user 352. {"count":95} 
[2025-07-16 19:02:40] local.INFO: Sessions updated for user 353. {"count":59} 
[2025-07-16 19:02:40] local.INFO: Sessions updated for user 354. {"count":0} 
[2025-07-16 19:02:41] local.INFO: Sessions updated for user 355. {"count":0} 
[2025-07-16 19:02:54] local.INFO: Sessions updated for user 356. {"count":28} 
[2025-07-16 19:02:54] local.INFO: Sessions updated for user 357. {"count":0} 
[2025-07-16 19:02:55] local.INFO: Sessions updated for user 358. {"count":0} 
[2025-07-16 19:02:56] local.INFO: Sessions updated for user 359. {"count":0} 
[2025-07-16 19:02:57] local.INFO: Sessions updated for user 360. {"count":0} 
[2025-07-16 19:02:57] local.INFO: Sessions updated for user 361. {"count":0} 
[2025-07-16 19:02:58] local.INFO: Sessions updated for user 362. {"count":0} 
[2025-07-16 19:02:59] local.INFO: Sessions updated for user 363. {"count":0} 
[2025-07-16 19:03:02] local.INFO: Sessions updated for user 364. {"count":42} 
[2025-07-16 19:03:03] local.INFO: Sessions updated for user 365. {"count":11} 
[2025-07-16 19:03:21] local.INFO: Sessions updated for user 366. {"count":63} 
[2025-07-16 19:03:21] local.INFO: Sessions updated for user 367. {"count":0} 
[2025-07-16 19:03:22] local.INFO: Sessions updated for user 368. {"count":0} 
[2025-07-16 19:03:23] local.INFO: Sessions updated for user 369. {"count":0} 
[2025-07-16 19:03:23] local.INFO: Sessions updated for user 370. {"count":0} 
[2025-07-16 19:03:24] local.INFO: Sessions updated for user 371. {"count":0} 
[2025-07-16 19:03:25] local.INFO: Sessions updated for user 372. {"count":0} 
[2025-07-16 19:03:26] local.INFO: Sessions updated for user 373. {"count":6} 
[2025-07-16 19:03:27] local.INFO: Sessions updated for user 374. {"count":0} 
[2025-07-16 19:03:27] local.INFO: Sessions updated for user 375. {"count":0} 
[2025-07-16 19:03:28] local.INFO: Sessions updated for user 376. {"count":10} 
[2025-07-16 19:03:30] local.INFO: Sessions updated for user 377. {"count":10} 
[2025-07-16 19:03:34] local.INFO: Sessions updated for user 378. {"count":74} 
[2025-07-16 19:03:35] local.INFO: Sessions updated for user 379. {"count":0} 
[2025-07-16 19:03:35] local.INFO: Sessions updated for user 380. {"count":0} 
[2025-07-16 19:03:36] local.INFO: Sessions updated for user 381. {"count":0} 
[2025-07-16 19:03:37] local.INFO: Sessions updated for user 382. {"count":0} 
[2025-07-16 19:03:42] local.INFO: Sessions updated for user 383. {"count":16} 
[2025-07-16 19:03:43] local.INFO: Sessions updated for user 384. {"count":34} 
[2025-07-16 19:03:44] local.INFO: Sessions updated for user 386. {"count":31} 
[2025-07-16 19:03:45] local.INFO: Sessions updated for user 387. {"count":9} 
[2025-07-16 19:03:46] local.INFO: Sessions updated for user 388. {"count":2} 
[2025-07-16 19:03:47] local.INFO: Sessions updated for user 389. {"count":0} 
[2025-07-16 19:03:47] local.INFO: Sessions updated for user 390. {"count":0} 
[2025-07-16 19:03:50] local.INFO: Sessions updated for user 391. {"count":1} 
[2025-07-16 19:03:50] local.INFO: Sessions updated for user 392. {"count":0} 
[2025-07-16 19:03:53] local.INFO: Sessions updated for user 393. {"count":34} 
[2025-07-16 19:03:53] local.INFO: Sessions updated for user 395. {"count":0} 
[2025-07-16 19:03:54] local.INFO: Sessions updated for user 396. {"count":0} 
[2025-07-16 19:03:55] local.INFO: Sessions updated for user 398. {"count":0} 
[2025-07-16 19:03:55] local.INFO: Sessions updated for user 399. {"count":0} 
[2025-07-16 19:03:56] local.INFO: Sessions updated for user 400. {"count":0} 
[2025-07-16 19:03:57] local.INFO: Sessions updated for user 401. {"count":0} 
[2025-07-16 19:03:57] local.INFO: Sessions updated for user 402. {"count":0} 
[2025-07-16 19:03:58] local.INFO: Sessions updated for user 403. {"count":0} 
[2025-07-16 19:03:59] local.INFO: Sessions updated for user 404. {"count":0} 
[2025-07-16 19:04:02] local.INFO: Sessions updated for user 406. {"count":19} 
[2025-07-16 19:04:04] local.INFO: Sessions updated for user 407. {"count":39} 
[2025-07-16 19:04:07] local.INFO: Sessions updated for user 408. {"count":48} 
[2025-07-16 19:04:07] local.INFO: Sessions updated for user 410. {"count":0} 
[2025-07-16 19:04:08] local.INFO: Sessions updated for user 411. {"count":0} 
[2025-07-16 19:04:09] local.INFO: Sessions updated for user 412. {"count":0} 
[2025-07-16 19:04:10] local.INFO: Sessions updated for user 413. {"count":15} 
[2025-07-16 19:04:12] local.INFO: Sessions updated for user 414. {"count":6} 
[2025-07-16 19:04:15] local.INFO: Sessions updated for user 415. {"count":16} 
[2025-07-16 19:04:15] local.INFO: Sessions updated for user 416. {"count":4} 
[2025-07-16 19:04:16] local.INFO: Sessions updated for user 417. {"count":0} 
[2025-07-16 19:04:17] local.INFO: Sessions updated for user 418. {"count":0} 
[2025-07-16 19:04:17] local.INFO: Sessions updated for user 419. {"count":0} 
[2025-07-16 19:04:22] local.INFO: Sessions updated for user 421. {"count":33} 
[2025-07-16 19:04:23] local.INFO: Sessions updated for user 422. {"count":0} 
[2025-07-16 19:04:25] local.INFO: Sessions updated for user 423. {"count":33} 
[2025-07-16 19:04:26] local.INFO: Sessions updated for user 424. {"count":0} 
[2025-07-16 19:04:27] local.INFO: Sessions updated for user 425. {"count":0} 
[2025-07-16 19:04:28] local.INFO: Sessions updated for user 426. {"count":0} 
[2025-07-16 19:04:36] local.INFO: Sessions updated for user 427. {"count":55} 
[2025-07-16 19:04:36] local.INFO: Sessions updated for user 428. {"count":0} 
[2025-07-16 19:04:40] local.INFO: Sessions updated for user 429. {"count":26} 
[2025-07-16 19:04:42] local.INFO: Sessions updated for user 430. {"count":7} 
[2025-07-16 19:04:44] local.INFO: Sessions updated for user 431. {"count":18} 
[2025-07-16 19:04:45] local.INFO: Sessions updated for user 432. {"count":0} 
[2025-07-16 19:04:49] local.INFO: Sessions updated for user 433. {"count":6} 
[2025-07-16 19:04:50] local.INFO: Sessions updated for user 434. {"count":0} 
[2025-07-16 19:04:54] local.INFO: Sessions updated for user 435. {"count":6} 
[2025-07-16 19:04:56] local.INFO: Sessions updated for user 436. {"count":27} 
[2025-07-16 19:04:59] local.INFO: Sessions updated for user 437. {"count":13} 
[2025-07-16 19:05:00] local.INFO: Sessions updated for user 438. {"count":0} 
[2025-07-16 19:05:06] local.INFO: Sessions updated for user 439. {"count":50} 
[2025-07-16 19:05:12] local.INFO: Sessions updated for user 440. {"count":64} 
[2025-07-16 19:05:15] local.INFO: Sessions updated for user 442. {"count":33} 
[2025-07-16 19:05:16] local.INFO: Sessions updated for user 443. {"count":0} 
[2025-07-16 19:05:16] local.INFO: Sessions updated for user 445. {"count":0} 
[2025-07-16 19:05:17] local.INFO: Sessions updated for user 446. {"count":0} 
[2025-07-16 19:05:20] local.INFO: Sessions updated for user 447. {"count":3} 
[2025-07-16 19:05:20] local.INFO: Sessions updated for user 448. {"count":0} 
[2025-07-16 19:05:27] local.INFO: Sessions updated for user 449. {"count":62} 
[2025-07-16 19:05:32] local.INFO: Sessions updated for user 450. {"count":37} 
[2025-07-16 19:05:33] local.INFO: Sessions updated for user 451. {"count":0} 
[2025-07-16 19:05:34] local.INFO: Sessions updated for user 452. {"count":0} 
[2025-07-16 19:05:35] local.INFO: Sessions updated for user 453. {"count":42} 
[2025-07-16 19:05:36] local.INFO: Sessions updated for user 454. {"count":0} 
[2025-07-16 19:05:37] local.INFO: Sessions updated for user 455. {"count":23} 
[2025-07-16 19:05:38] local.INFO: Sessions updated for user 456. {"count":0} 
[2025-07-16 19:05:38] local.INFO: Sessions updated for user 457. {"count":0} 
[2025-07-16 19:05:40] local.INFO: Sessions updated for user 458. {"count":8} 
[2025-07-16 19:05:40] local.INFO: Sessions updated for user 459. {"count":0} 
[2025-07-16 19:05:41] local.INFO: Sessions updated for user 460. {"count":0} 
[2025-07-16 19:05:45] local.INFO: Sessions updated for user 461. {"count":55} 
[2025-07-16 19:05:45] local.INFO: Sessions updated for user 462. {"count":0} 
[2025-07-16 19:05:48] local.INFO: Sessions updated for user 463. {"count":8} 
[2025-07-16 19:05:49] local.INFO: Sessions updated for user 464. {"count":0} 
[2025-07-16 19:05:49] local.INFO: Sessions updated for user 466. {"count":0} 
[2025-07-16 19:05:52] local.INFO: Sessions updated for user 467. {"count":43} 
[2025-07-16 19:05:59] local.INFO: Sessions updated for user 469. {"count":53} 
[2025-07-16 19:06:00] local.INFO: Sessions updated for user 470. {"count":0} 
[2025-07-16 19:06:03] local.INFO: Sessions updated for user 471. {"count":15} 
[2025-07-16 19:06:04] local.INFO: Sessions updated for user 472. {"count":0} 
[2025-07-16 19:06:05] local.INFO: Sessions updated for user 473. {"count":0} 
[2025-07-16 19:06:13] local.INFO: Sessions updated for user 474. {"count":25} 
[2025-07-16 19:06:14] local.INFO: Sessions updated for user 475. {"count":8} 
[2025-07-16 19:06:15] local.INFO: Sessions updated for user 476. {"count":0} 
[2025-07-16 19:06:16] local.INFO: Sessions updated for user 477. {"count":37} 
[2025-07-16 19:06:19] local.INFO: Sessions updated for user 478. {"count":35} 
[2025-07-16 19:06:20] local.INFO: Sessions updated for user 479. {"count":0} 
[2025-07-16 19:06:20] local.INFO: Sessions updated for user 480. {"count":0} 
[2025-07-16 19:06:21] local.INFO: Sessions updated for user 481. {"count":0} 
[2025-07-16 19:06:28] local.INFO: Sessions updated for user 482. {"count":77} 
[2025-07-16 19:06:29] local.INFO: Sessions updated for user 483. {"count":0} 
[2025-07-16 19:06:32] local.INFO: Sessions updated for user 484. {"count":44} 
[2025-07-16 19:06:33] local.INFO: Sessions updated for user 485. {"count":0} 
[2025-07-16 19:06:40] local.INFO: Sessions updated for user 486. {"count":22} 
[2025-07-16 19:06:43] local.INFO: Sessions updated for user 487. {"count":36} 
[2025-07-16 19:06:44] local.INFO: Sessions updated for user 488. {"count":0} 
[2025-07-16 19:06:45] local.INFO: Sessions updated for user 489. {"count":2} 
[2025-07-16 19:06:45] local.INFO: Sessions updated for user 490. {"count":0} 
[2025-07-16 19:06:46] local.INFO: Sessions updated for user 491. {"count":0} 
[2025-07-16 19:06:47] local.INFO: Sessions updated for user 492. {"count":0} 
[2025-07-16 19:06:50] local.INFO: Sessions updated for user 493. {"count":76} 
[2025-07-16 19:06:56] local.INFO: Sessions updated for user 494. {"count":9} 
[2025-07-16 19:06:57] local.INFO: Sessions updated for user 495. {"count":24} 
[2025-07-16 19:06:58] local.INFO: Sessions updated for user 496. {"count":0} 
[2025-07-16 19:06:59] local.INFO: Sessions updated for user 497. {"count":0} 
[2025-07-16 19:07:00] local.INFO: Sessions updated for user 498. {"count":0} 
[2025-07-16 19:07:01] local.INFO: Sessions updated for user 500. {"count":14} 
[2025-07-16 19:07:03] local.INFO: Sessions updated for user 501. {"count":7} 
[2025-07-16 19:07:05] local.INFO: Sessions updated for user 503. {"count":2} 
[2025-07-16 19:07:05] local.INFO: Sessions updated for user 504. {"count":0} 
[2025-07-16 19:07:07] local.INFO: Sessions updated for user 506. {"count":22} 
[2025-07-16 19:07:16] local.INFO: Sessions updated for user 507. {"count":22} 
[2025-07-16 19:07:19] local.INFO: Sessions updated for user 508. {"count":23} 
[2025-07-16 19:07:29] local.INFO: Sessions updated for user 509. {"count":64} 
[2025-07-16 19:07:30] local.INFO: Sessions updated for user 510. {"count":16} 
[2025-07-16 19:07:31] local.INFO: Sessions updated for user 511. {"count":0} 
[2025-07-16 19:07:33] local.INFO: Sessions updated for user 512. {"count":20} 
[2025-07-16 19:07:35] local.INFO: Sessions updated for user 513. {"count":0} 
[2025-07-16 19:07:37] local.INFO: Sessions updated for user 515. {"count":29} 
[2025-07-16 19:07:40] local.INFO: Sessions updated for user 516. {"count":16} 
[2025-07-16 19:07:41] local.INFO: Sessions updated for user 517. {"count":0} 
[2025-07-16 19:07:43] local.INFO: Sessions updated for user 518. {"count":20} 
[2025-07-16 19:07:44] local.INFO: Sessions updated for user 519. {"count":0} 
[2025-07-16 19:07:45] local.INFO: Sessions updated for user 520. {"count":1} 
[2025-07-16 19:07:46] local.INFO: Sessions updated for user 521. {"count":0} 
[2025-07-16 19:07:47] local.INFO: Sessions updated for user 524. {"count":0} 
[2025-07-16 19:07:49] local.INFO: Sessions updated for user 525. {"count":21} 
[2025-07-16 19:07:50] local.INFO: Sessions updated for user 526. {"count":0} 
[2025-07-16 19:07:53] local.INFO: Sessions updated for user 527. {"count":13} 
[2025-07-16 19:07:54] local.INFO: Sessions updated for user 528. {"count":4} 
[2025-07-16 19:07:55] local.INFO: Sessions updated for user 529. {"count":0} 
[2025-07-16 19:07:56] local.INFO: Sessions updated for user 530. {"count":19} 
[2025-07-16 19:07:57] local.INFO: Sessions updated for user 531. {"count":0} 
[2025-07-16 19:07:57] local.INFO: Sessions updated for user 532. {"count":0} 
[2025-07-16 19:07:58] local.INFO: Sessions updated for user 533. {"count":0} 
[2025-07-16 19:08:02] local.INFO: Sessions updated for user 534. {"count":32} 
[2025-07-16 19:08:04] local.INFO: Sessions updated for user 535. {"count":19} 
[2025-07-16 19:08:07] local.INFO: Sessions updated for user 536. {"count":53} 
[2025-07-16 19:08:09] local.INFO: Sessions updated for user 537. {"count":9} 
[2025-07-16 19:08:10] local.INFO: Sessions updated for user 538. {"count":0} 
[2025-07-16 19:08:13] local.INFO: Sessions updated for user 539. {"count":15} 
[2025-07-16 19:08:14] local.INFO: Sessions updated for user 541. {"count":0} 
[2025-07-16 19:08:14] local.INFO: Sessions updated for user 542. {"count":0} 
[2025-07-16 19:08:19] local.INFO: Sessions updated for user 544. {"count":39} 
[2025-07-16 19:08:23] local.INFO: Sessions updated for user 546. {"count":77} 
[2025-07-16 19:08:24] local.INFO: Sessions updated for user 547. {"count":0} 
[2025-07-16 19:08:24] local.INFO: Sessions updated for user 548. {"count":0} 
[2025-07-16 19:08:25] local.INFO: Sessions updated for user 549. {"count":0} 
[2025-07-16 19:08:27] local.INFO: Sessions updated for user 550. {"count":17} 
[2025-07-16 19:08:28] local.INFO: Sessions updated for user 552. {"count":0} 
[2025-07-16 19:08:30] local.INFO: Sessions updated for user 553. {"count":49} 
[2025-07-16 19:08:31] local.INFO: Sessions updated for user 554. {"count":9} 
[2025-07-16 19:08:32] local.INFO: Sessions updated for user 555. {"count":0} 
[2025-07-16 19:08:34] local.INFO: Sessions updated for user 557. {"count":8} 
[2025-07-16 19:08:39] local.INFO: Sessions updated for user 558. {"count":69} 
[2025-07-16 19:08:41] local.INFO: Sessions updated for user 559. {"count":7} 
[2025-07-16 19:08:42] local.INFO: Sessions updated for user 560. {"count":0} 
[2025-07-16 19:08:43] local.INFO: Sessions updated for user 561. {"count":0} 
[2025-07-16 19:08:43] local.INFO: Sessions updated for user 562. {"count":0} 
[2025-07-16 19:08:46] local.INFO: Sessions updated for user 563. {"count":49} 
[2025-07-16 19:08:48] local.INFO: Sessions updated for user 564. {"count":31} 
[2025-07-16 19:08:49] local.INFO: Sessions updated for user 565. {"count":2} 
[2025-07-16 19:08:51] local.INFO: Sessions updated for user 566. {"count":16} 
[2025-07-16 19:08:51] local.INFO: Sessions updated for user 567. {"count":0} 
[2025-07-16 19:08:53] local.INFO: Sessions updated for user 568. {"count":1} 
[2025-07-16 19:08:58] local.INFO: Sessions updated for user 569. {"count":55} 
[2025-07-16 19:09:02] local.INFO: Sessions updated for user 570. {"count":29} 
[2025-07-16 19:09:10] local.INFO: Sessions updated for user 572. {"count":160} 
[2025-07-16 19:09:11] local.INFO: Sessions updated for user 573. {"count":0} 
[2025-07-16 19:09:11] local.INFO: Sessions updated for user 574. {"count":0} 
[2025-07-16 19:09:14] local.INFO: Sessions updated for user 575. {"count":20} 
[2025-07-16 19:09:15] local.INFO: Sessions updated for user 576. {"count":0} 
[2025-07-16 19:09:16] local.INFO: Sessions updated for user 577. {"count":0} 
[2025-07-16 19:09:16] local.INFO: Sessions updated for user 578. {"count":0} 
[2025-07-16 19:09:19] local.INFO: Sessions updated for user 579. {"count":1} 
[2025-07-16 19:09:21] local.INFO: Sessions updated for user 580. {"count":23} 
[2025-07-16 19:09:23] local.INFO: Sessions updated for user 581. {"count":13} 
[2025-07-16 19:09:24] local.INFO: Sessions updated for user 582. {"count":0} 
[2025-07-16 19:09:27] local.INFO: Sessions updated for user 584. {"count":55} 
[2025-07-16 19:09:29] local.INFO: Sessions updated for user 585. {"count":24} 
[2025-07-16 19:09:30] local.INFO: Sessions updated for user 586. {"count":0} 
[2025-07-16 19:09:31] local.INFO: Sessions updated for user 587. {"count":0} 
[2025-07-16 19:09:34] local.INFO: Sessions updated for user 588. {"count":46} 
[2025-07-16 19:09:37] local.INFO: Sessions updated for user 589. {"count":35} 
[2025-07-16 19:09:39] local.INFO: Sessions updated for user 590. {"count":1} 
[2025-07-16 19:09:41] local.INFO: Sessions updated for user 591. {"count":10} 
[2025-07-16 19:09:48] local.INFO: Sessions updated for user 593. {"count":50} 
[2025-07-16 19:09:49] local.INFO: Sessions updated for user 594. {"count":25} 
[2025-07-16 19:09:51] local.INFO: Sessions updated for user 595. {"count":17} 
[2025-07-16 19:09:52] local.INFO: Sessions updated for user 596. {"count":0} 
[2025-07-16 19:09:53] local.INFO: Sessions updated for user 597. {"count":0} 
[2025-07-16 19:09:54] local.INFO: Sessions updated for user 598. {"count":0} 
[2025-07-16 19:09:55] local.INFO: Sessions updated for user 599. {"count":0} 
[2025-07-16 19:09:56] local.INFO: Sessions updated for user 600. {"count":0} 
[2025-07-16 19:09:57] local.INFO: Sessions updated for user 601. {"count":0} 
[2025-07-16 19:10:01] local.INFO: Sessions updated for user 602. {"count":82} 
[2025-07-16 19:10:05] local.INFO: Sessions updated for user 603. {"count":18} 
[2025-07-16 19:10:12] local.INFO: Sessions updated for user 604. {"count":59} 
[2025-07-16 19:10:12] local.INFO: Sessions updated for user 605. {"count":0} 
[2025-07-16 19:10:16] local.INFO: Sessions updated for user 607. {"count":78} 
[2025-07-16 19:10:16] local.INFO: Sessions updated for user 609. {"count":2} 
[2025-07-16 19:10:18] local.INFO: Sessions updated for user 610. {"count":7} 
[2025-07-16 19:10:19] local.INFO: Sessions updated for user 611. {"count":0} 
[2025-07-16 19:10:23] local.INFO: Sessions updated for user 612. {"count":33} 
[2025-07-16 19:10:23] local.INFO: Sessions updated for user 613. {"count":0} 
[2025-07-16 19:10:28] local.INFO: Sessions updated for user 614. {"count":89} 
[2025-07-16 19:10:29] local.INFO: Sessions updated for user 616. {"count":22} 
[2025-07-16 19:10:30] local.INFO: Sessions updated for user 617. {"count":0} 
[2025-07-16 19:10:32] local.INFO: Sessions updated for user 618. {"count":2} 
[2025-07-16 19:10:32] local.INFO: Sessions updated for user 619. {"count":6} 
[2025-07-16 19:10:34] local.INFO: Sessions updated for user 620. {"count":18} 
[2025-07-16 19:10:39] local.INFO: Sessions updated for user 621. {"count":23} 
[2025-07-16 19:10:40] local.INFO: Sessions updated for user 622. {"count":0} 
[2025-07-16 19:10:43] local.INFO: Sessions updated for user 623. {"count":1} 
[2025-07-16 19:10:46] local.INFO: Sessions updated for user 624. {"count":34} 
[2025-07-16 19:10:49] local.INFO: Sessions updated for user 625. {"count":39} 
[2025-07-16 19:10:51] local.INFO: Sessions updated for user 626. {"count":39} 
[2025-07-16 19:10:51] local.INFO: Sessions updated for user 627. {"count":0} 
[2025-07-16 19:10:52] local.INFO: Sessions updated for user 628. {"count":0} 
[2025-07-16 19:10:52] local.INFO: Sessions updated for user 630. {"count":0} 
[2025-07-16 19:10:55] local.INFO: Sessions updated for user 632. {"count":49} 
[2025-07-16 19:10:58] local.INFO: Sessions updated for user 633. {"count":24} 
[2025-07-16 19:10:58] local.INFO: Sessions updated for user 635. {"count":0} 
[2025-07-16 19:10:59] local.INFO: Sessions updated for user 637. {"count":0} 
[2025-07-16 19:11:02] local.INFO: Sessions updated for user 638. {"count":17} 
[2025-07-16 19:11:05] local.INFO: Sessions updated for user 639. {"count":64} 
[2025-07-16 19:11:09] local.INFO: Sessions updated for user 640. {"count":76} 
[2025-07-16 19:11:11] local.INFO: Sessions updated for user 641. {"count":5} 
[2025-07-16 19:11:12] local.INFO: Sessions updated for user 642. {"count":0} 
[2025-07-16 19:11:21] local.INFO: Sessions updated for user 643. {"count":55} 
[2025-07-16 19:11:22] local.INFO: Sessions updated for user 645. {"count":0} 
[2025-07-16 19:11:25] local.INFO: Sessions updated for user 646. {"count":36} 
[2025-07-16 19:11:29] local.INFO: Sessions updated for user 647. {"count":58} 
[2025-07-16 19:11:30] local.INFO: Sessions updated for user 648. {"count":0} 
[2025-07-16 19:11:34] local.INFO: Sessions updated for user 650. {"count":21} 
[2025-07-16 19:11:35] local.INFO: Sessions updated for user 652. {"count":0} 
[2025-07-16 19:11:36] local.INFO: Sessions updated for user 653. {"count":0} 
[2025-07-16 19:11:39] local.INFO: Sessions updated for user 655. {"count":69} 
[2025-07-16 19:11:40] local.INFO: Sessions updated for user 656. {"count":0} 
[2025-07-16 19:11:44] local.INFO: Sessions updated for user 657. {"count":96} 
[2025-07-16 19:11:45] local.INFO: Sessions updated for user 658. {"count":12} 
[2025-07-16 19:11:45] local.INFO: Sessions updated for user 660. {"count":0} 
[2025-07-16 19:11:46] local.INFO: Sessions updated for user 661. {"count":0} 
[2025-07-16 19:11:47] local.INFO: Sessions updated for user 662. {"count":0} 
[2025-07-16 19:11:48] local.INFO: Sessions updated for user 665. {"count":0} 
[2025-07-16 19:11:55] local.INFO: Sessions updated for user 666. {"count":83} 
[2025-07-16 19:11:56] local.INFO: Sessions updated for user 667. {"count":0} 
[2025-07-16 19:11:57] local.INFO: Sessions updated for user 668. {"count":0} 
[2025-07-16 19:12:08] local.INFO: Sessions updated for user 669. {"count":68} 
[2025-07-16 19:12:11] local.INFO: Sessions updated for user 670. {"count":3} 
[2025-07-16 19:12:14] local.INFO: Sessions updated for user 671. {"count":45} 
[2025-07-16 19:12:18] local.INFO: Sessions updated for user 672. {"count":56} 
[2025-07-16 19:12:19] local.INFO: Sessions updated for user 673. {"count":7} 
[2025-07-16 19:12:20] local.INFO: Sessions updated for user 674. {"count":0} 
[2025-07-16 19:12:25] local.INFO: Sessions updated for user 675. {"count":66} 
[2025-07-16 19:12:28] local.INFO: Sessions updated for user 677. {"count":13} 
[2025-07-16 19:12:29] local.INFO: Sessions updated for user 680. {"count":1} 
[2025-07-16 19:12:32] local.INFO: Sessions updated for user 681. {"count":3} 
[2025-07-16 19:12:33] local.INFO: Sessions updated for user 682. {"count":0} 
[2025-07-16 19:12:34] local.INFO: Sessions updated for user 683. {"count":0} 
[2025-07-16 19:12:34] local.INFO: Sessions updated for user 684. {"count":0} 
[2025-07-16 19:12:35] local.INFO: Sessions updated for user 686. {"count":0} 
[2025-07-16 19:12:36] local.INFO: Sessions updated for user 688. {"count":0} 
[2025-07-16 19:12:41] local.INFO: Sessions updated for user 689. {"count":61} 
[2025-07-16 19:12:41] local.INFO: Sessions updated for user 690. {"count":0} 
[2025-07-16 19:12:42] local.INFO: Sessions updated for user 691. {"count":0} 
[2025-07-16 19:12:45] local.INFO: Sessions updated for user 692. {"count":4} 
[2025-07-16 19:12:49] local.INFO: Sessions updated for user 693. {"count":83} 
[2025-07-16 19:12:51] local.INFO: Sessions updated for user 694. {"count":25} 
[2025-07-16 19:12:53] local.INFO: Sessions updated for user 695. {"count":13} 
[2025-07-16 19:12:57] local.INFO: Sessions updated for user 696. {"count":51} 
[2025-07-16 19:13:00] local.INFO: Sessions updated for user 697. {"count":52} 
[2025-07-16 19:13:01] local.INFO: Sessions updated for user 698. {"count":12} 
[2025-07-16 19:13:06] local.INFO: Sessions updated for user 699. {"count":34} 
[2025-07-16 19:13:07] local.INFO: Sessions updated for user 700. {"count":0} 
[2025-07-16 19:13:15] local.INFO: Sessions updated for user 702. {"count":27} 
[2025-07-16 19:13:20] local.INFO: Sessions updated for user 703. {"count":20} 
[2025-07-16 19:13:25] local.INFO: Sessions updated for user 705. {"count":92} 
[2025-07-16 19:13:25] local.INFO: Sessions updated for user 706. {"count":0} 
[2025-07-16 19:13:26] local.INFO: Sessions updated for user 707. {"count":0} 
[2025-07-16 19:13:27] local.INFO: Sessions updated for user 708. {"count":0} 
[2025-07-16 19:13:27] local.INFO: Sessions updated for user 711. {"count":0} 
[2025-07-16 19:13:33] local.INFO: Sessions updated for user 713. {"count":55} 
[2025-07-16 19:13:34] local.INFO: Sessions updated for user 714. {"count":0} 
[2025-07-16 19:13:34] local.INFO: Sessions updated for user 715. {"count":0} 
[2025-07-16 19:13:35] local.INFO: Sessions updated for user 716. {"count":6} 
[2025-07-16 19:13:36] local.INFO: Sessions updated for user 717. {"count":0} 
[2025-07-16 19:13:36] local.INFO: Sessions updated for user 719. {"count":0} 
[2025-07-16 19:13:37] local.INFO: Sessions updated for user 720. {"count":0} 
[2025-07-16 19:13:39] local.INFO: Sessions updated for user 721. {"count":42} 
[2025-07-16 19:13:43] local.INFO: Sessions updated for user 723. {"count":45} 
[2025-07-16 19:13:44] local.INFO: Sessions updated for user 725. {"count":0} 
[2025-07-16 19:13:50] local.INFO: Sessions updated for user 726. {"count":29} 
[2025-07-16 19:13:53] local.INFO: Sessions updated for user 727. {"count":28} 
[2025-07-16 19:13:53] local.INFO: Sessions updated for user 728. {"count":0} 
[2025-07-16 19:13:54] local.INFO: Sessions updated for user 729. {"count":0} 
[2025-07-16 19:13:55] local.INFO: Sessions updated for user 730. {"count":0} 
[2025-07-16 19:13:56] local.INFO: Sessions updated for user 731. {"count":0} 
[2025-07-16 19:13:58] local.INFO: Sessions updated for user 734. {"count":12} 
[2025-07-16 19:14:00] local.INFO: Sessions updated for user 737. {"count":14} 
[2025-07-16 19:14:00] local.INFO: Sessions updated for user 739. {"count":0} 
[2025-07-16 19:14:01] local.INFO: Sessions updated for user 740. {"count":0} 
[2025-07-16 19:14:02] local.INFO: Sessions updated for user 741. {"count":0} 
[2025-07-16 19:14:02] local.INFO: Sessions updated for user 742. {"count":0} 
[2025-07-16 19:14:05] local.INFO: Sessions updated for user 743. {"count":15} 
[2025-07-16 19:14:10] local.INFO: Sessions updated for user 744. {"count":80} 
[2025-07-16 19:14:10] local.INFO: Sessions updated for user 745. {"count":0} 
[2025-07-16 19:14:11] local.INFO: Sessions updated for user 746. {"count":0} 
[2025-07-16 19:14:12] local.INFO: Sessions updated for user 747. {"count":0} 
[2025-07-16 19:14:12] local.INFO: Sessions updated for user 748. {"count":0} 
[2025-07-16 19:14:13] local.INFO: Sessions updated for user 749. {"count":0} 
[2025-07-16 19:14:14] local.INFO: Sessions updated for user 750. {"count":0} 
[2025-07-16 19:14:14] local.INFO: Sessions updated for user 751. {"count":0} 
[2025-07-16 19:14:15] local.INFO: Sessions updated for user 752. {"count":0} 
[2025-07-16 19:14:16] local.INFO: Sessions updated for user 753. {"count":0} 
[2025-07-16 19:14:16] local.INFO: Sessions updated for user 754. {"count":0} 
[2025-07-16 19:14:17] local.INFO: Sessions updated for user 755. {"count":0} 
[2025-07-16 19:14:18] local.INFO: Sessions updated for user 756. {"count":0} 
[2025-07-16 19:14:18] local.INFO: Sessions updated for user 757. {"count":0} 
[2025-07-16 19:14:19] local.INFO: Sessions updated for user 758. {"count":0} 
[2025-07-16 19:14:20] local.INFO: Sessions updated for user 759. {"count":0} 
[2025-07-16 19:14:20] local.INFO: Sessions updated for user 760. {"count":0} 
[2025-07-16 19:14:21] local.INFO: Sessions updated for user 761. {"count":0} 
[2025-07-16 19:14:22] local.INFO: Sessions updated for user 762. {"count":0} 
[2025-07-16 19:14:22] local.INFO: Sessions updated for user 763. {"count":0} 
[2025-07-16 19:14:23] local.INFO: Sessions updated for user 764. {"count":0} 
[2025-07-16 19:14:24] local.INFO: Sessions updated for user 765. {"count":0} 
[2025-07-16 19:14:24] local.INFO: Sessions updated for user 766. {"count":0} 
[2025-07-16 19:14:25] local.INFO: Sessions updated for user 767. {"count":0} 
[2025-07-16 19:14:26] local.INFO: Sessions updated for user 768. {"count":0} 
[2025-07-16 19:14:26] local.INFO: Sessions updated for user 769. {"count":0} 
[2025-07-16 19:14:27] local.INFO: Sessions updated for user 770. {"count":0} 
[2025-07-16 19:14:28] local.INFO: Sessions updated for user 771. {"count":0} 
[2025-07-16 19:14:28] local.INFO: Sessions updated for user 772. {"count":0} 
[2025-07-16 19:14:29] local.INFO: Sessions updated for user 773. {"count":0} 
[2025-07-16 19:14:41] local.INFO: Sessions updated for user 774. {"count":23} 
[2025-07-16 19:14:42] local.INFO: Sessions updated for user 776. {"count":0} 
[2025-07-16 19:14:43] local.INFO: Sessions updated for user 777. {"count":0} 
[2025-07-16 19:14:43] local.INFO: Sessions updated for user 778. {"count":0} 
[2025-07-16 19:14:44] local.INFO: Sessions updated for user 779. {"count":0} 
[2025-07-16 19:14:45] local.INFO: Sessions updated for user 780. {"count":0} 
[2025-07-16 19:14:47] local.INFO: Sessions updated for user 781. {"count":14} 
[2025-07-16 19:14:48] local.INFO: Sessions updated for user 782. {"count":0} 
[2025-07-16 19:14:49] local.INFO: Sessions updated for user 783. {"count":0} 
[2025-07-16 19:14:49] local.INFO: Sessions updated for user 784. {"count":0} 
[2025-07-16 19:14:50] local.INFO: Sessions updated for user 785. {"count":0} 
[2025-07-16 19:14:51] local.INFO: Sessions updated for user 786. {"count":0} 
[2025-07-16 19:14:51] local.INFO: Sessions updated for user 787. {"count":0} 
[2025-07-16 19:14:52] local.INFO: Sessions updated for user 788. {"count":0} 
[2025-07-16 19:14:53] local.INFO: Sessions updated for user 789. {"count":0} 
[2025-07-16 19:14:54] local.INFO: Sessions updated for user 790. {"count":0} 
[2025-07-16 19:14:56] local.INFO: Sessions updated for user 791. {"count":27} 
[2025-07-16 19:14:58] local.INFO: Sessions updated for user 792. {"count":73} 
[2025-07-16 19:14:59] local.INFO: Sessions updated for user 793. {"count":0} 
[2025-07-16 19:14:59] local.INFO: Sessions updated for user 795. {"count":0} 
[2025-07-16 19:15:00] local.INFO: Sessions updated for user 796. {"count":0} 
[2025-07-16 19:15:01] local.INFO: Sessions updated for user 798. {"count":0} 
[2025-07-16 19:15:01] local.INFO: Sessions updated for user 799. {"count":0} 
[2025-07-16 19:15:11] local.INFO: Sessions updated for user 802. {"count":84} 
[2025-07-16 19:15:14] local.INFO: Sessions updated for user 803. {"count":44} 
[2025-07-16 19:15:17] local.INFO: Sessions updated for user 804. {"count":50} 
[2025-07-16 19:15:17] local.INFO: Sessions updated for user 805. {"count":0} 
[2025-07-16 19:15:18] local.INFO: Sessions updated for user 806. {"count":0} 
[2025-07-16 19:15:21] local.INFO: Sessions updated for user 807. {"count":29} 
[2025-07-16 19:15:21] local.INFO: Sessions updated for user 808. {"count":0} 
[2025-07-16 19:15:22] local.INFO: Sessions updated for user 809. {"count":0} 
[2025-07-16 19:15:26] local.INFO: Sessions updated for user 810. {"count":96} 
[2025-07-16 19:15:27] local.INFO: Sessions updated for user 811. {"count":0} 
[2025-07-16 19:15:37] local.INFO: Sessions updated for user 812. {"count":92} 
[2025-07-16 19:15:39] local.INFO: Sessions updated for user 813. {"count":1} 
[2025-07-16 19:15:40] local.INFO: Sessions updated for user 814. {"count":0} 
[2025-07-16 19:15:45] local.INFO: Sessions updated for user 816. {"count":30} 
[2025-07-16 19:15:46] local.INFO: Sessions updated for user 817. {"count":40} 
[2025-07-16 19:15:47] local.INFO: Sessions updated for user 818. {"count":0} 
[2025-07-16 19:15:48] local.INFO: Sessions updated for user 819. {"count":0} 
[2025-07-16 19:15:49] local.INFO: Sessions updated for user 822. {"count":33} 
[2025-07-16 19:15:49] local.INFO: Sessions updated for user 823. {"count":0} 
[2025-07-16 19:15:51] local.INFO: Sessions updated for user 824. {"count":28} 
[2025-07-16 19:15:52] local.INFO: Sessions updated for user 828. {"count":2} 
[2025-07-16 19:15:53] local.INFO: Sessions updated for user 829. {"count":0} 
[2025-07-16 19:15:54] local.INFO: Sessions updated for user 830. {"count":0} 
[2025-07-16 19:15:57] local.INFO: Sessions updated for user 831. {"count":1} 
[2025-07-16 19:15:58] local.INFO: Sessions updated for user 832. {"count":0} 
[2025-07-16 19:15:59] local.INFO: Sessions updated for user 833. {"count":0} 
[2025-07-16 19:16:00] local.INFO: Sessions updated for user 834. {"count":0} 
[2025-07-16 19:16:00] local.INFO: Sessions updated for user 835. {"count":0} 
[2025-07-16 19:16:04] local.INFO: Sessions updated for user 836. {"count":31} 
[2025-07-16 19:16:05] local.INFO: Sessions updated for user 837. {"count":0} 
[2025-07-16 19:16:07] local.INFO: Sessions updated for user 838. {"count":58} 
[2025-07-16 19:16:08] local.INFO: Sessions updated for user 840. {"count":0} 
[2025-07-16 19:16:14] local.INFO: Sessions updated for user 842. {"count":22} 
[2025-07-16 19:16:19] local.INFO: Sessions updated for user 843. {"count":24} 
[2025-07-16 19:16:20] local.INFO: Sessions updated for user 844. {"count":0} 
[2025-07-16 19:16:20] local.INFO: Sessions updated for user 845. {"count":0} 
[2025-07-16 19:16:21] local.INFO: Sessions updated for user 846. {"count":11} 
[2025-07-16 19:16:22] local.INFO: Sessions updated for user 847. {"count":0} 
[2025-07-16 19:16:23] local.INFO: Sessions updated for user 848. {"count":0} 
[2025-07-16 19:16:23] local.INFO: Sessions updated for user 849. {"count":0} 
[2025-07-16 19:16:24] local.INFO: Sessions updated for user 850. {"count":0} 
[2025-07-16 19:16:24] local.INFO: Sessions updated for user 851. {"count":0} 
[2025-07-16 19:16:25] local.INFO: Sessions updated for user 853. {"count":0} 
[2025-07-16 19:16:26] local.INFO: Sessions updated for user 854. {"count":0} 
[2025-07-16 19:16:27] local.INFO: Sessions updated for user 855. {"count":10} 
[2025-07-16 19:16:29] local.INFO: Sessions updated for user 856. {"count":34} 
[2025-07-16 19:16:33] local.INFO: Sessions updated for user 858. {"count":68} 
[2025-07-16 19:16:34] local.INFO: Sessions updated for user 859. {"count":0} 
[2025-07-16 19:16:36] local.INFO: Sessions updated for user 860. {"count":25} 
[2025-07-16 19:16:44] local.INFO: Sessions updated for user 861. {"count":57} 
[2025-07-16 19:16:46] local.INFO: Sessions updated for user 862. {"count":11} 
[2025-07-16 19:16:52] local.INFO: Sessions updated for user 863. {"count":11} 
[2025-07-16 19:16:53] local.INFO: Sessions updated for user 864. {"count":0} 
[2025-07-16 19:16:57] local.INFO: Sessions updated for user 865. {"count":67} 
[2025-07-16 19:16:57] local.INFO: Sessions updated for user 870. {"count":0} 
[2025-07-16 19:16:58] local.INFO: Sessions updated for user 871. {"count":0} 
[2025-07-16 19:16:59] local.INFO: Sessions updated for user 874. {"count":0} 
[2025-07-16 19:17:00] local.INFO: Sessions updated for user 875. {"count":0} 
[2025-07-16 19:17:03] local.INFO: Sessions updated for user 876. {"count":59} 
[2025-07-16 19:17:04] local.INFO: Sessions updated for user 879. {"count":0} 
[2025-07-16 19:17:05] local.INFO: Sessions updated for user 880. {"count":0} 
[2025-07-16 19:17:05] local.INFO: Sessions updated for user 881. {"count":0} 
[2025-07-16 19:17:06] local.INFO: Sessions updated for user 882. {"count":0} 
[2025-07-16 19:17:07] local.INFO: Sessions updated for user 884. {"count":0} 
[2025-07-16 19:17:07] local.INFO: Sessions updated for user 885. {"count":0} 
[2025-07-16 19:17:08] local.INFO: Sessions updated for user 886. {"count":0} 
[2025-07-16 19:17:09] local.INFO: Sessions updated for user 887. {"count":1} 
[2025-07-16 19:17:10] local.INFO: Sessions updated for user 889. {"count":0} 
[2025-07-16 19:17:10] local.INFO: Sessions updated for user 890. {"count":0} 
[2025-07-16 19:17:11] local.INFO: Sessions updated for user 891. {"count":0} 
[2025-07-16 19:17:14] local.INFO: Sessions updated for user 893. {"count":29} 
[2025-07-16 19:17:17] local.INFO: Sessions updated for user 894. {"count":72} 
[2025-07-16 19:17:18] local.INFO: Sessions updated for user 896. {"count":0} 
[2025-07-16 19:17:18] local.INFO: Sessions updated for user 897. {"count":0} 
[2025-07-16 19:17:19] local.INFO: Sessions updated for user 898. {"count":0} 
[2025-07-16 19:17:20] local.INFO: Sessions updated for user 899. {"count":0} 
[2025-07-16 19:17:20] local.INFO: Sessions updated for user 900. {"count":0} 
[2025-07-16 19:17:21] local.INFO: Sessions updated for user 901. {"count":0} 
[2025-07-16 19:17:22] local.INFO: Sessions updated for user 903. {"count":0} 
[2025-07-16 19:17:22] local.INFO: Sessions updated for user 904. {"count":0} 
[2025-07-16 19:17:26] local.INFO: Sessions updated for user 905. {"count":70} 
[2025-07-16 19:17:27] local.INFO: Sessions updated for user 906. {"count":0} 
[2025-07-16 19:17:29] local.INFO: Sessions updated for user 907. {"count":35} 
[2025-07-16 19:17:30] local.INFO: Sessions updated for user 908. {"count":0} 
[2025-07-16 19:17:38] local.INFO: Sessions updated for user 909. {"count":91} 
[2025-07-16 19:17:39] local.INFO: Sessions updated for user 910. {"count":0} 
[2025-07-16 19:17:40] local.INFO: Sessions updated for user 911. {"count":0} 
[2025-07-16 19:17:42] local.INFO: Sessions updated for user 912. {"count":21} 
[2025-07-16 19:17:43] local.INFO: Sessions updated for user 914. {"count":0} 
[2025-07-16 19:17:44] local.INFO: Sessions updated for user 916. {"count":0} 
[2025-07-16 19:17:45] local.INFO: Sessions updated for user 917. {"count":0} 
[2025-07-16 19:17:49] local.INFO: Sessions updated for user 918. {"count":23} 
[2025-07-16 19:17:49] local.INFO: Sessions updated for user 920. {"count":0} 
[2025-07-16 19:17:50] local.INFO: Sessions updated for user 921. {"count":0} 
[2025-07-16 19:17:53] local.INFO: Sessions updated for user 922. {"count":37} 
[2025-07-16 19:17:55] local.INFO: Sessions updated for user 923. {"count":1} 
[2025-07-16 19:18:00] local.INFO: Sessions updated for user 924. {"count":106} 
[2025-07-16 19:18:02] local.INFO: Sessions updated for user 925. {"count":29} 
[2025-07-16 19:18:05] local.INFO: Sessions updated for user 926. {"count":76} 
[2025-07-16 19:18:06] local.INFO: Sessions updated for user 927. {"count":0} 
[2025-07-16 19:18:09] local.INFO: Sessions updated for user 928. {"count":48} 
[2025-07-16 19:18:09] local.INFO: Sessions updated for user 929. {"count":0} 
[2025-07-16 19:18:11] local.INFO: Sessions updated for user 930. {"count":0} 
[2025-07-16 19:18:14] local.INFO: Sessions updated for user 931. {"count":23} 
[2025-07-16 19:18:15] local.INFO: Sessions updated for user 932. {"count":0} 
[2025-07-16 19:18:20] local.INFO: Sessions updated for user 933. {"count":98} 
[2025-07-16 19:18:21] local.INFO: Sessions updated for user 934. {"count":0} 
[2025-07-16 19:18:24] local.INFO: Sessions updated for user 935. {"count":41} 
[2025-07-16 19:18:26] local.INFO: Sessions updated for user 936. {"count":28} 
[2025-07-16 19:18:26] local.INFO: Sessions updated for user 937. {"count":0} 
[2025-07-16 19:18:27] local.INFO: Sessions updated for user 938. {"count":13} 
[2025-07-16 19:18:28] local.INFO: Sessions updated for user 939. {"count":0} 
[2025-07-16 19:18:31] local.INFO: Sessions updated for user 940. {"count":55} 
[2025-07-16 19:18:32] local.INFO: Sessions updated for user 941. {"count":0} 
[2025-07-16 19:18:34] local.INFO: Sessions updated for user 942. {"count":9} 
[2025-07-16 19:18:40] local.INFO: Sessions updated for user 943. {"count":165} 
[2025-07-16 19:18:41] local.INFO: Sessions updated for user 944. {"count":0} 
[2025-07-16 19:18:41] local.INFO: Sessions updated for user 945. {"count":0} 
[2025-07-16 19:18:42] local.INFO: Sessions updated for user 946. {"count":0} 
[2025-07-16 19:18:43] local.INFO: Sessions updated for user 947. {"count":0} 
[2025-07-16 19:18:47] local.INFO: Sessions updated for user 948. {"count":34} 
[2025-07-16 19:18:47] local.INFO: Sessions updated for user 949. {"count":0} 
[2025-07-16 19:18:51] local.INFO: Sessions updated for user 950. {"count":4} 
[2025-07-16 19:18:52] local.INFO: Sessions updated for user 951. {"count":0} 
[2025-07-16 19:18:53] local.INFO: Sessions updated for user 952. {"count":0} 
[2025-07-16 19:18:54] local.INFO: Sessions updated for user 953. {"count":0} 
[2025-07-16 19:18:56] local.INFO: Sessions updated for user 954. {"count":13} 
[2025-07-16 19:19:01] local.INFO: Sessions updated for user 955. {"count":23} 
[2025-07-16 19:19:03] local.INFO: Sessions updated for user 956. {"count":35} 
[2025-07-16 19:19:06] local.INFO: Sessions updated for user 957. {"count":52} 
[2025-07-16 19:19:07] local.INFO: Sessions updated for user 958. {"count":6} 
[2025-07-16 19:19:08] local.INFO: Sessions updated for user 959. {"count":0} 
[2025-07-16 19:19:13] local.INFO: Sessions updated for user 960. {"count":67} 
[2025-07-16 19:19:15] local.INFO: Sessions updated for user 961. {"count":9} 
[2025-07-16 19:19:18] local.INFO: Sessions updated for user 962. {"count":36} 
[2025-07-16 19:19:19] local.INFO: Sessions updated for user 963. {"count":0} 
[2025-07-16 19:19:19] local.INFO: Sessions updated for user 964. {"count":0} 
[2025-07-16 19:19:20] local.INFO: Sessions updated for user 965. {"count":0} 
[2025-07-16 19:19:21] local.INFO: Sessions updated for user 966. {"count":0} 
[2025-07-16 19:19:23] local.INFO: Sessions updated for user 967. {"count":3} 
[2025-07-16 19:19:24] local.INFO: Sessions updated for user 968. {"count":6} 
[2025-07-16 19:19:25] local.INFO: Sessions updated for user 969. {"count":8} 
[2025-07-16 19:19:26] local.INFO: Sessions updated for user 970. {"count":11} 
[2025-07-16 19:19:27] local.INFO: Sessions updated for user 971. {"count":26} 
[2025-07-16 19:19:27] local.INFO: Sessions updated for user 972. {"count":1} 
[2025-07-16 19:19:28] local.INFO: Sessions updated for user 973. {"count":22} 
[2025-07-16 19:19:29] local.INFO: Sessions updated for user 974. {"count":1} 
[2025-07-16 19:19:30] local.INFO: Sessions updated for user 975. {"count":0} 
[2025-07-16 19:19:30] local.INFO: Sessions updated for user 976. {"count":0} 
[2025-07-16 19:19:31] local.INFO: Sessions updated for user 977. {"count":0} 
[2025-07-16 19:19:32] local.INFO: Sessions updated for user 978. {"count":0} 
[2025-07-16 19:19:32] local.INFO: Sessions updated for user 979. {"count":0} 
[2025-07-16 19:19:33] local.INFO: Sessions updated for user 980. {"count":0} 
[2025-07-16 19:19:34] local.INFO: Sessions updated for user 981. {"count":0} 
[2025-07-16 19:19:42] local.INFO: Sessions updated for user 982. {"count":89} 
[2025-07-16 19:19:43] local.INFO: Sessions updated for user 983. {"count":23} 
[2025-07-16 19:19:54] local.INFO: Sessions updated for user 984. {"count":8} 
[2025-07-16 19:19:54] local.INFO: Sessions updated for user 985. {"count":0} 
[2025-07-16 19:19:55] local.INFO: Sessions updated for user 986. {"count":0} 
[2025-07-16 19:19:56] local.INFO: Sessions updated for user 987. {"count":0} 
[2025-07-16 19:19:56] local.INFO: Sessions updated for user 988. {"count":0} 
[2025-07-16 19:19:57] local.INFO: Sessions updated for user 989. {"count":0} 
[2025-07-16 19:19:58] local.INFO: Sessions updated for user 990. {"count":17} 
[2025-07-16 19:19:59] local.INFO: Sessions updated for user 991. {"count":13} 
[2025-07-16 19:20:00] local.INFO: Sessions updated for user 992. {"count":0} 
[2025-07-16 19:20:03] local.INFO: Sessions updated for user 994. {"count":25} 
[2025-07-16 19:20:04] local.INFO: Sessions updated for user 995. {"count":26} 
[2025-07-16 19:20:16] local.INFO: Sessions updated for user 996. {"count":31} 
[2025-07-16 19:20:18] local.INFO: Sessions updated for user 997. {"count":35} 
[2025-07-16 19:20:19] local.INFO: Sessions updated for user 998. {"count":0} 
[2025-07-16 19:20:21] local.INFO: Sessions updated for user 999. {"count":6} 
[2025-07-16 19:20:21] local.INFO: Sessions updated for user 1000. {"count":0} 
[2025-07-16 19:20:22] local.INFO: Sessions updated for user 1001. {"count":0} 
[2025-07-16 19:20:23] local.INFO: Sessions updated for user 1003. {"count":0} 
[2025-07-16 19:20:26] local.INFO: Sessions updated for user 1004. {"count":23} 
[2025-07-16 19:20:32] local.INFO: Sessions updated for user 1006. {"count":63} 
[2025-07-16 19:20:33] local.INFO: Sessions updated for user 1007. {"count":0} 
[2025-07-16 19:20:36] local.INFO: Sessions updated for user 1008. {"count":46} 
[2025-07-16 19:20:37] local.INFO: Sessions updated for user 1009. {"count":0} 
[2025-07-16 19:20:37] local.INFO: Sessions updated for user 1010. {"count":1} 
[2025-07-16 19:20:40] local.INFO: Sessions updated for user 1011. {"count":38} 
[2025-07-16 19:20:41] local.INFO: Sessions updated for user 1013. {"count":0} 
[2025-07-16 19:20:42] local.INFO: Sessions updated for user 1014. {"count":0} 
[2025-07-16 19:20:42] local.INFO: Sessions updated for user 1015. {"count":0} 
[2025-07-16 19:20:43] local.INFO: Sessions updated for user 1016. {"count":0} 
[2025-07-16 19:20:54] local.INFO: Sessions updated for user 1017. {"count":8} 
[2025-07-16 19:20:55] local.INFO: Sessions updated for user 1018. {"count":0} 
[2025-07-16 19:20:58] local.INFO: Sessions updated for user 1019. {"count":57} 
[2025-07-16 19:21:00] local.INFO: Sessions updated for user 1020. {"count":31} 
[2025-07-16 19:21:02] local.INFO: Sessions updated for user 1021. {"count":31} 
[2025-07-16 19:21:03] local.INFO: Sessions updated for user 1022. {"count":0} 
[2025-07-16 19:21:04] local.INFO: Sessions updated for user 1023. {"count":0} 
[2025-07-16 19:21:05] local.INFO: Sessions updated for user 1024. {"count":0} 
[2025-07-16 19:21:06] local.INFO: Sessions updated for user 1026. {"count":2} 
[2025-07-16 19:21:07] local.INFO: Sessions updated for user 1029. {"count":5} 
[2025-07-16 19:21:07] local.INFO: Sessions updated for user 1030. {"count":0} 
[2025-07-16 19:21:12] local.INFO: Sessions updated for user 1031. {"count":101} 
[2025-07-16 19:21:13] local.INFO: Sessions updated for user 1032. {"count":0} 
[2025-07-16 19:21:14] local.INFO: Sessions updated for user 1033. {"count":0} 
[2025-07-16 19:21:14] local.INFO: Sessions updated for user 1034. {"count":0} 
[2025-07-16 19:21:18] local.INFO: Sessions updated for user 1035. {"count":3} 
[2025-07-16 19:21:19] local.INFO: Sessions updated for user 1036. {"count":0} 
[2025-07-16 19:21:20] local.INFO: Sessions updated for user 1037. {"count":0} 
[2025-07-16 19:21:20] local.INFO: Sessions updated for user 1038. {"count":0} 
[2025-07-16 19:21:21] local.INFO: Sessions updated for user 1039. {"count":0} 
[2025-07-16 19:21:27] local.INFO: Sessions updated for user 1040. {"count":71} 
[2025-07-16 19:21:30] local.INFO: Sessions updated for user 1041. {"count":34} 
[2025-07-16 19:21:30] local.INFO: Sessions updated for user 1042. {"count":0} 
[2025-07-16 19:21:33] local.INFO: Sessions updated for user 1043. {"count":69} 
[2025-07-16 19:21:36] local.INFO: Sessions updated for user 1044. {"count":35} 
[2025-07-16 19:21:37] local.INFO: Sessions updated for user 1045. {"count":21} 
[2025-07-16 19:21:40] local.INFO: Sessions updated for user 1046. {"count":26} 
[2025-07-16 19:21:41] local.INFO: Sessions updated for user 1049. {"count":0} 
[2025-07-16 19:21:41] local.INFO: Sessions updated for user 1050. {"count":0} 
[2025-07-16 19:21:42] local.INFO: Sessions updated for user 1052. {"count":0} 
[2025-07-16 19:21:43] local.INFO: Sessions updated for user 1053. {"count":0} 
[2025-07-16 19:21:47] local.INFO: Sessions updated for user 1055. {"count":47} 
[2025-07-16 19:21:48] local.INFO: Sessions updated for user 1056. {"count":0} 
[2025-07-16 19:21:49] local.INFO: Sessions updated for user 1058. {"count":0} 
[2025-07-16 19:21:50] local.INFO: Sessions updated for user 1060. {"count":0} 
[2025-07-16 19:21:51] local.INFO: Sessions updated for user 1061. {"count":36} 
[2025-07-16 19:21:57] local.INFO: Sessions updated for user 1062. {"count":39} 
[2025-07-16 19:21:57] local.INFO: Sessions updated for user 1064. {"count":0} 
[2025-07-16 19:21:58] local.INFO: Sessions updated for user 1067. {"count":0} 
[2025-07-16 19:21:59] local.INFO: Sessions updated for user 1068. {"count":0} 
[2025-07-16 19:22:03] local.INFO: Sessions updated for user 1069. {"count":3} 
[2025-07-16 19:22:04] local.INFO: Sessions updated for user 1070. {"count":6} 
[2025-07-16 19:22:08] local.INFO: Sessions updated for user 1072. {"count":0} 
[2025-07-16 19:22:09] local.INFO: Sessions updated for user 1073. {"count":0} 
[2025-07-16 19:22:14] local.INFO: Sessions updated for user 1074. {"count":49} 
[2025-07-16 19:22:17] local.INFO: Sessions updated for user 1075. {"count":51} 
[2025-07-16 19:22:18] local.INFO: Sessions updated for user 1076. {"count":0} 
[2025-07-16 19:22:19] local.INFO: Sessions updated for user 1083. {"count":0} 
[2025-07-16 19:22:21] local.INFO: Sessions updated for user 1084. {"count":27} 
[2025-07-16 19:22:22] local.INFO: Sessions updated for user 1085. {"count":0} 
[2025-07-16 19:22:23] local.INFO: Sessions updated for user 1087. {"count":0} 
[2025-07-16 19:22:25] local.INFO: Sessions updated for user 1088. {"count":24} 
[2025-07-16 19:22:25] local.INFO: Sessions updated for user 1090. {"count":0} 
[2025-07-16 19:22:26] local.INFO: Sessions updated for user 1093. {"count":0} 
[2025-07-16 19:22:29] local.INFO: Sessions updated for user 1094. {"count":81} 
[2025-07-16 19:22:30] local.INFO: Sessions updated for user 1096. {"count":0} 
[2025-07-16 19:22:31] local.INFO: Sessions updated for user 1099. {"count":0} 
[2025-07-16 19:22:31] local.INFO: Sessions updated for user 1104. {"count":0} 
[2025-07-16 19:22:32] local.INFO: Sessions updated for user 1106. {"count":0} 
[2025-07-16 19:22:43] local.INFO: Sessions updated for user 1108. {"count":15} 
[2025-07-16 19:22:43] local.INFO: Sessions updated for user 1113. {"count":0} 
[2025-07-16 19:22:51] local.INFO: Sessions updated for user 1114. {"count":193} 
[2025-07-16 19:22:52] local.INFO: Sessions updated for user 1115. {"count":0} 
[2025-07-16 19:22:56] local.INFO: Sessions updated for user 1116. {"count":81} 
[2025-07-16 19:22:58] local.INFO: Sessions updated for user 1117. {"count":44} 
[2025-07-16 19:22:59] local.INFO: Sessions updated for user 1122. {"count":31} 
[2025-07-16 19:23:03] local.INFO: Sessions updated for user 1123. {"count":21} 
[2025-07-16 19:23:08] local.INFO: Sessions updated for user 1124. {"count":90} 
[2025-07-16 19:23:09] local.INFO: Sessions updated for user 1125. {"count":0} 
[2025-07-16 19:23:11] local.INFO: Sessions updated for user 1130. {"count":25} 
[2025-07-16 19:23:12] local.INFO: Sessions updated for user 1133. {"count":0} 
[2025-07-16 19:23:14] local.INFO: Sessions updated for user 1138. {"count":0} 
[2025-07-16 19:23:15] local.INFO: Sessions updated for user 1152. {"count":0} 
[2025-07-16 19:23:16] local.INFO: Sessions updated for user 1154. {"count":0} 
[2025-07-16 19:23:17] local.INFO: Sessions updated for user 1159. {"count":0} 
[2025-07-16 19:23:18] local.INFO: Sessions updated for user 1161. {"count":0} 
[2025-07-16 19:23:19] local.INFO: Sessions updated for user 1163. {"count":0} 
[2025-07-16 19:23:21] local.INFO: Sessions updated for user 1164. {"count":0} 
[2025-07-16 19:23:29] local.INFO: Sessions updated for user 1165. {"count":83} 
[2025-07-16 19:23:32] local.INFO: Sessions updated for user 1168. {"count":52} 
[2025-07-16 19:23:33] local.INFO: Sessions updated for user 1169. {"count":0} 
[2025-07-16 19:23:35] local.INFO: Sessions updated for user 1170. {"count":8} 
[2025-07-16 19:23:36] local.INFO: Sessions updated for user 1171. {"count":0} 
[2025-07-16 19:23:37] local.INFO: Sessions updated for user 1172. {"count":0} 
[2025-07-16 19:23:39] local.INFO: Sessions updated for user 1175. {"count":15} 
[2025-07-16 19:23:46] local.INFO: Sessions updated for user 1180. {"count":10} 
[2025-07-16 19:23:47] local.INFO: Sessions updated for user 1181. {"count":0} 
[2025-07-16 19:23:49] local.INFO: Sessions updated for user 1185. {"count":32} 
[2025-07-16 19:23:50] local.INFO: Sessions updated for user 1187. {"count":0} 
[2025-07-16 19:23:53] local.INFO: Sessions updated for user 1188. {"count":1} 
[2025-07-16 19:24:02] local.INFO: Sessions updated for user 1189. {"count":13} 
[2025-07-16 19:24:03] local.INFO: Sessions updated for user 1191. {"count":0} 
[2025-07-16 19:24:04] local.INFO: Sessions updated for user 1194. {"count":0} 
[2025-07-16 19:24:05] local.INFO: Sessions updated for user 1195. {"count":0} 
[2025-07-16 19:24:05] local.INFO: Sessions updated for user 1196. {"count":0} 
[2025-07-16 19:24:06] local.INFO: Sessions updated for user 1197. {"count":0} 
[2025-07-16 19:24:07] local.INFO: Sessions updated for user 1198. {"count":0} 
[2025-07-16 19:24:08] local.INFO: Sessions updated for user 1199. {"count":0} 
[2025-07-16 19:24:09] local.INFO: Sessions updated for user 1200. {"count":0} 
[2025-07-16 19:24:09] local.INFO: Sessions updated for user 1201. {"count":0} 
[2025-07-16 19:24:12] local.INFO: Sessions updated for user 1202. {"count":52} 
[2025-07-16 19:24:14] local.INFO: Sessions updated for user 1203. {"count":9} 
[2025-07-16 19:24:15] local.INFO: Sessions updated for user 1204. {"count":0} 
[2025-07-16 19:24:16] local.INFO: Sessions updated for user 1205. {"count":0} 
[2025-07-16 19:24:21] local.INFO: Sessions updated for user 1206. {"count":58} 
[2025-07-16 19:24:27] local.INFO: Sessions updated for user 1207. {"count":27} 
[2025-07-16 19:24:27] local.INFO: Sessions updated for user 1210. {"count":0} 
[2025-07-16 19:24:32] local.INFO: Sessions updated for user 1211. {"count":3} 
[2025-07-16 19:24:32] local.INFO: Sessions updated for user 1212. {"count":0} 
[2025-07-16 19:24:34] local.INFO: Sessions updated for user 1213. {"count":18} 
[2025-07-16 19:24:51] local.INFO: Sessions updated for user 1214. {"count":33} 
[2025-07-16 19:24:52] local.INFO: Sessions updated for user 1215. {"count":27} 
[2025-07-16 19:24:54] local.INFO: Sessions updated for user 1216. {"count":34} 
[2025-07-16 19:24:55] local.INFO: Sessions updated for user 1217. {"count":6} 
[2025-07-16 19:24:56] local.INFO: Sessions updated for user 1218. {"count":0} 
[2025-07-16 19:24:57] local.INFO: Sessions updated for user 1219. {"count":20} 
[2025-07-16 19:24:58] local.INFO: Sessions updated for user 1220. {"count":1} 
[2025-07-16 19:24:59] local.INFO: Sessions updated for user 1221. {"count":20} 
[2025-07-16 19:25:00] local.INFO: Sessions updated for user 1222. {"count":12} 
[2025-07-16 19:25:01] local.INFO: Sessions updated for user 1223. {"count":0} 
[2025-07-16 19:25:01] local.INFO: Sessions updated for user 1224. {"count":0} 
[2025-07-16 19:25:03] local.INFO: Sessions updated for user 1225. {"count":19} 
[2025-07-16 19:25:04] local.INFO: Sessions updated for user 1226. {"count":0} 
[2025-07-16 19:25:05] local.INFO: Sessions updated for user 1227. {"count":0} 
[2025-07-16 19:25:06] local.INFO: Sessions updated for user 1228. {"count":0} 
[2025-07-16 19:25:06] local.INFO: Sessions updated for user 1231. {"count":7} 
[2025-07-16 19:25:07] local.INFO: Sessions updated for user 1232. {"count":0} 
[2025-07-16 19:25:08] local.INFO: Sessions updated for user 1233. {"count":0} 
[2025-07-16 19:25:09] local.INFO: Sessions updated for user 1234. {"count":0} 
[2025-07-16 19:25:10] local.INFO: Sessions updated for user 1235. {"count":0} 
[2025-07-16 19:25:11] local.INFO: Sessions updated for user 1236. {"count":0} 
[2025-07-16 19:25:11] local.INFO: Sessions updated for user 1237. {"count":0} 
[2025-07-16 19:25:12] local.INFO: Sessions updated for user 1238. {"count":0} 
[2025-07-16 19:25:13] local.INFO: Sessions updated for user 1239. {"count":0} 
[2025-07-16 19:25:18] local.ERROR: AmpecoApiService: RequestException for CP ID 595390: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595390","status":403} 
[2025-07-16 19:25:18] local.WARNING: AmpecoDataUpdater: Charge Point ID 595390 not found or inaccessible in API. Storing marker.  
[2025-07-16 19:25:22] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-16 19:25:22] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-16 19:25:22] local.INFO: Sessions updated for user 1241. {"count":3} 
[2025-07-16 19:25:23] local.INFO: Sessions updated for user 1242. {"count":0} 
[2025-07-16 19:25:24] local.INFO: Sessions updated for user 1243. {"count":0} 
[2025-07-16 19:25:28] local.INFO: Sessions updated for user 1244. {"count":3} 
[2025-07-16 19:25:51] local.INFO: Sessions updated for user 1245. {"count":37} 
[2025-07-16 19:25:53] local.INFO: Sessions updated for user 1246. {"count":26} 
[2025-07-16 19:25:54] local.INFO: Sessions updated for user 1247. {"count":0} 
[2025-07-16 19:25:55] local.INFO: Sessions updated for user 1248. {"count":0} 
[2025-07-16 19:25:59] local.INFO: Sessions updated for user 1249. {"count":68} 
[2025-07-16 19:26:00] local.INFO: Sessions updated for user 1250. {"count":0} 
[2025-07-16 19:26:04] local.INFO: Sessions updated for user 1251. {"count":51} 
[2025-07-16 19:26:04] local.INFO: Sessions updated for user 1252. {"count":0} 
[2025-07-16 19:26:05] local.INFO: Sessions updated for user 1253. {"count":0} 
[2025-07-16 19:26:10] local.INFO: Sessions updated for user 1254. {"count":22} 
[2025-07-16 19:26:13] local.INFO: Sessions updated for user 1255. {"count":52} 
[2025-07-16 19:26:16] local.INFO: Sessions updated for user 1258. {"count":18} 
[2025-07-16 19:26:17] local.INFO: Sessions updated for user 1259. {"count":12} 
[2025-07-16 19:26:18] local.INFO: Sessions updated for user 1260. {"count":0} 
[2025-07-16 19:26:19] local.INFO: Sessions updated for user 1261. {"count":0} 
[2025-07-16 19:26:20] local.INFO: Sessions updated for user 1262. {"count":0} 
[2025-07-16 19:26:20] local.INFO: Sessions updated for user 1263. {"count":0} 
[2025-07-16 19:26:21] local.INFO: Sessions updated for user 1265. {"count":5} 
[2025-07-16 19:26:22] local.INFO: Sessions updated for user 1267. {"count":0} 
[2025-07-16 19:26:23] local.INFO: Sessions updated for user 1268. {"count":0} 
[2025-07-16 19:26:24] local.INFO: Sessions updated for user 1269. {"count":0} 
[2025-07-16 19:26:26] local.INFO: Sessions updated for user 1270. {"count":14} 
[2025-07-16 19:26:27] local.INFO: Sessions updated for user 1271. {"count":0} 
[2025-07-16 19:26:30] local.INFO: Sessions updated for user 1272. {"count":2} 
[2025-07-16 19:26:31] local.INFO: Sessions updated for user 1273. {"count":0} 
[2025-07-16 19:26:32] local.INFO: Sessions updated for user 1275. {"count":0} 
[2025-07-16 19:26:32] local.INFO: Sessions updated for user 1276. {"count":0} 
[2025-07-16 19:26:33] local.INFO: Sessions updated for user 1277. {"count":0} 
[2025-07-16 19:26:34] local.INFO: Sessions updated for user 1279. {"count":0} 
[2025-07-16 19:26:35] local.INFO: Sessions updated for user 1282. {"count":0} 
[2025-07-16 19:26:36] local.INFO: Sessions updated for user 1283. {"count":0} 
[2025-07-16 19:26:36] local.INFO: Sessions updated for user 1284. {"count":0} 
[2025-07-16 19:26:37] local.INFO: Sessions updated for user 1285. {"count":0} 
[2025-07-16 19:26:42] local.INFO: Sessions updated for user 1286. {"count":17} 
[2025-07-16 19:26:44] local.INFO: Sessions updated for user 1287. {"count":39} 
[2025-07-16 19:26:44] local.INFO: Sessions updated for user 1288. {"count":0} 
[2025-07-16 19:26:48] local.INFO: Sessions updated for user 1289. {"count":25} 
[2025-07-16 19:26:49] local.INFO: Sessions updated for user 1290. {"count":0} 
[2025-07-16 19:26:50] local.INFO: Sessions updated for user 1291. {"count":0} 
[2025-07-16 19:26:51] local.INFO: Sessions updated for user 1292. {"count":0} 
[2025-07-16 19:26:52] local.INFO: Sessions updated for user 1293. {"count":22} 
[2025-07-16 19:26:59] local.INFO: Sessions updated for user 1294. {"count":6} 
[2025-07-16 19:27:12] local.INFO: Sessions updated for user 1295. {"count":21} 
[2025-07-16 19:27:13] local.INFO: Sessions updated for user 1296. {"count":0} 
[2025-07-16 19:27:14] local.INFO: Sessions updated for user 1297. {"count":7} 
[2025-07-16 19:27:15] local.INFO: Sessions updated for user 1299. {"count":0} 
[2025-07-16 19:27:22] local.INFO: Sessions updated for user 1300. {"count":162} 
[2025-07-16 19:27:23] local.INFO: Sessions updated for user 1303. {"count":0} 
[2025-07-16 19:27:25] local.INFO: Sessions updated for user 1304. {"count":43} 
[2025-07-16 19:27:26] local.INFO: Sessions updated for user 1305. {"count":0} 
[2025-07-16 19:27:26] local.INFO: Sessions updated for user 1310. {"count":0} 
[2025-07-16 19:27:27] local.INFO: Sessions updated for user 1311. {"count":0} 
[2025-07-16 19:27:29] local.INFO: Sessions updated for user 1312. {"count":20} 
[2025-07-16 19:27:31] local.INFO: Sessions updated for user 1313. {"count":34} 
[2025-07-16 19:27:32] local.INFO: Sessions updated for user 1314. {"count":15} 
[2025-07-16 19:27:34] local.INFO: Sessions updated for user 1315. {"count":36} 
[2025-07-16 19:27:43] local.INFO: Sessions updated for user 1316. {"count":61} 
[2025-07-16 19:27:47] local.INFO: Sessions updated for user 1317. {"count":80} 
[2025-07-16 19:27:47] local.INFO: Sessions updated for user 1318. {"count":0} 
[2025-07-16 19:27:48] local.INFO: Sessions updated for user 1319. {"count":0} 
[2025-07-16 19:27:49] local.INFO: Sessions updated for user 1320. {"count":0} 
[2025-07-16 19:27:50] local.INFO: Sessions updated for user 1321. {"count":0} 
[2025-07-16 19:27:51] local.INFO: Sessions updated for user 1322. {"count":0} 
[2025-07-16 19:27:53] local.INFO: Sessions updated for user 1323. {"count":1} 
[2025-07-16 19:27:55] local.INFO: Sessions updated for user 1324. {"count":18} 
[2025-07-16 19:27:56] local.INFO: Sessions updated for user 1325. {"count":0} 
[2025-07-16 19:27:57] local.INFO: Sessions updated for user 1326. {"count":0} 
[2025-07-16 19:27:59] local.INFO: Sessions updated for user 1327. {"count":6} 
[2025-07-16 19:28:01] local.INFO: Sessions updated for user 1328. {"count":37} 
[2025-07-16 19:28:02] local.INFO: Sessions updated for user 1329. {"count":0} 
[2025-07-16 19:28:03] local.INFO: Sessions updated for user 1331. {"count":0} 
[2025-07-16 19:28:05] local.INFO: Sessions updated for user 1332. {"count":30} 
[2025-07-16 19:28:06] local.INFO: Sessions updated for user 1333. {"count":0} 
[2025-07-16 19:28:06] local.INFO: Sessions updated for user 1334. {"count":0} 
[2025-07-16 19:28:07] local.INFO: Sessions updated for user 1335. {"count":0} 
[2025-07-16 19:28:08] local.INFO: Sessions updated for user 1336. {"count":0} 
[2025-07-16 19:28:09] local.INFO: Sessions updated for user 1337. {"count":0} 
[2025-07-16 19:28:10] local.INFO: Sessions updated for user 1338. {"count":0} 
[2025-07-16 19:28:10] local.INFO: Sessions updated for user 1339. {"count":0} 
[2025-07-16 19:28:11] local.INFO: Sessions updated for user 1340. {"count":0} 
[2025-07-16 19:28:12] local.INFO: Sessions updated for user 1341. {"count":0} 
[2025-07-16 19:28:13] local.INFO: Sessions updated for user 1342. {"count":0} 
[2025-07-16 19:28:13] local.INFO: Sessions updated for user 1343. {"count":0} 
[2025-07-16 19:28:16] local.INFO: Sessions updated for user 1344. {"count":2} 
[2025-07-16 19:28:17] local.INFO: Sessions updated for user 1345. {"count":0} 
[2025-07-16 19:28:19] local.INFO: Sessions updated for user 1346. {"count":2} 
[2025-07-16 19:28:20] local.INFO: Sessions updated for user 1347. {"count":0} 
[2025-07-16 19:28:21] local.INFO: Sessions updated for user 1348. {"count":0} 
[2025-07-16 19:28:21] local.INFO: Sessions updated for user 1349. {"count":0} 
[2025-07-16 19:28:22] local.INFO: Sessions updated for user 1350. {"count":0} 
[2025-07-16 19:28:23] local.INFO: Sessions updated for user 1351. {"count":0} 
[2025-07-16 19:28:24] local.INFO: Sessions updated for user 1352. {"count":0} 
[2025-07-16 19:28:34] local.INFO: Sessions updated for user 1353. {"count":19} 
[2025-07-16 19:28:34] local.INFO: Sessions updated for user 1354. {"count":0} 
[2025-07-16 19:28:35] local.INFO: Sessions updated for user 1357. {"count":18} 
[2025-07-16 19:28:36] local.INFO: Sessions updated for user 1359. {"count":0} 
[2025-07-16 19:28:37] local.INFO: Sessions updated for user 1360. {"count":0} 
[2025-07-16 19:28:37] local.INFO: Sessions updated for user 1361. {"count":0} 
[2025-07-16 19:28:44] local.INFO: Sessions updated for user 1362. {"count":13} 
[2025-07-16 19:28:44] local.INFO: Sessions updated for user 1363. {"count":0} 
[2025-07-16 19:28:45] local.INFO: Sessions updated for user 1364. {"count":0} 
[2025-07-16 19:28:46] local.INFO: Sessions updated for user 1365. {"count":0} 
[2025-07-16 19:28:46] local.INFO: Sessions updated for user 1366. {"count":0} 
[2025-07-16 19:28:47] local.INFO: Sessions updated for user 1367. {"count":0} 
[2025-07-16 19:28:53] local.INFO: Sessions updated for user 1368. {"count":12} 
[2025-07-16 19:28:53] local.INFO: Sessions updated for user 1369. {"count":0} 
[2025-07-16 19:28:54] local.INFO: Sessions updated for user 1370. {"count":0} 
[2025-07-16 19:28:55] local.INFO: Sessions updated for user 1371. {"count":0} 
[2025-07-16 19:28:56] local.INFO: Sessions updated for user 1372. {"count":0} 
[2025-07-16 19:29:00] local.INFO: Sessions updated for user 1373. {"count":12} 
[2025-07-16 19:29:01] local.INFO: Sessions updated for user 1374. {"count":0} 
[2025-07-16 19:29:03] local.INFO: Sessions updated for user 1375. {"count":20} 
[2025-07-16 19:29:05] local.INFO: Sessions updated for user 1376. {"count":21} 
[2025-07-16 19:29:08] local.INFO: Sessions updated for user 1377. {"count":15} 
[2025-07-16 19:29:10] local.INFO: Sessions updated for user 1378. {"count":35} 
[2025-07-16 19:29:13] local.INFO: Sessions updated for user 1379. {"count":45} 
[2025-07-16 19:29:24] local.INFO: Sessions updated for user 1380. {"count":9} 
[2025-07-16 19:29:24] local.INFO: Sessions updated for user 1381. {"count":5} 
[2025-07-16 19:29:25] local.INFO: Sessions updated for user 1382. {"count":0} 
[2025-07-16 19:29:26] local.INFO: Sessions updated for user 1383. {"count":0} 
[2025-07-16 19:29:28] local.INFO: Sessions updated for user 1384. {"count":8} 
[2025-07-16 19:29:29] local.INFO: Sessions updated for user 1385. {"count":0} 
[2025-07-16 19:29:30] local.INFO: Sessions updated for user 1386. {"count":1} 
[2025-07-16 19:29:30] local.INFO: Sessions updated for user 1387. {"count":0} 
[2025-07-16 19:29:31] local.INFO: Sessions updated for user 1388. {"count":0} 
[2025-07-16 19:29:42] local.INFO: Sessions updated for user 1389. {"count":39} 
[2025-07-16 19:29:43] local.INFO: Sessions updated for user 1390. {"count":32} 
[2025-07-16 19:29:53] local.INFO: Sessions updated for user 1391. {"count":25} 
[2025-07-16 19:29:54] local.INFO: Sessions updated for user 1392. {"count":0} 
[2025-07-16 19:29:56] local.INFO: Sessions updated for user 1397. {"count":12} 
[2025-07-16 19:29:58] local.INFO: Sessions updated for user 1399. {"count":16} 
[2025-07-16 19:30:00] local.INFO: Sessions updated for user 1402. {"count":0} 
[2025-07-16 19:30:01] local.INFO: Sessions updated for user 1404. {"count":0} 
[2025-07-16 19:30:02] local.INFO: Sessions updated for user 1405. {"count":0} 
[2025-07-16 19:30:03] local.INFO: Sessions updated for user 1406. {"count":0} 
[2025-07-16 19:30:03] local.INFO: Sessions updated for user 1407. {"count":0} 
[2025-07-16 19:30:04] local.INFO: Sessions updated for user 1408. {"count":0} 
[2025-07-16 19:30:13] local.INFO: Sessions updated for user 1409. {"count":9} 
[2025-07-16 19:30:14] local.INFO: Sessions updated for user 1410. {"count":11} 
[2025-07-16 19:30:29] local.INFO: Sessions updated for user 1411. {"count":30} 
[2025-07-16 19:30:32] local.INFO: Sessions updated for user 1412. {"count":54} 
[2025-07-16 19:30:34] local.INFO: Sessions updated for user 1413. {"count":35} 
[2025-07-16 19:30:41] local.INFO: Sessions updated for user 1414. {"count":19} 
[2025-07-16 19:30:42] local.INFO: Sessions updated for user 1415. {"count":0} 
[2025-07-16 19:30:43] local.INFO: Sessions updated for user 1416. {"count":0} 
[2025-07-16 19:30:51] local.INFO: Sessions updated for user 1417. {"count":8} 
[2025-07-16 19:30:53] local.INFO: Sessions updated for user 1418. {"count":32} 
[2025-07-16 19:30:54] local.INFO: Sessions updated for user 1419. {"count":0} 
[2025-07-16 19:30:54] local.INFO: Sessions updated for user 1420. {"count":0} 
[2025-07-16 19:30:58] local.INFO: Sessions updated for user 1422. {"count":84} 
[2025-07-16 19:30:59] local.INFO: Sessions updated for user 1425. {"count":0} 
[2025-07-16 19:31:00] local.INFO: Sessions updated for user 1429. {"count":19} 
[2025-07-16 19:31:01] local.INFO: Sessions updated for user 1430. {"count":0} 
[2025-07-16 19:31:02] local.INFO: Sessions updated for user 1432. {"count":21} 
[2025-07-16 19:31:04] local.INFO: Sessions updated for user 1433. {"count":18} 
[2025-07-16 19:31:09] local.INFO: Sessions updated for user 1434. {"count":8} 
[2025-07-16 19:31:10] local.INFO: Sessions updated for user 1435. {"count":0} 
[2025-07-16 19:31:14] local.INFO: Sessions updated for user 1436. {"count":5} 
[2025-07-16 19:31:17] local.INFO: Sessions updated for user 1437. {"count":19} 
[2025-07-16 19:31:19] local.INFO: Sessions updated for user 1438. {"count":4} 
[2025-07-16 19:31:22] local.INFO: Sessions updated for user 1439. {"count":33} 
[2025-07-16 19:31:24] local.INFO: Sessions updated for user 1440. {"count":23} 
[2025-07-16 19:31:24] local.INFO: Sessions updated for user 1441. {"count":3} 
[2025-07-16 19:31:25] local.INFO: Sessions updated for user 1442. {"count":7} 
[2025-07-16 19:31:26] local.INFO: Sessions updated for user 1443. {"count":2} 
[2025-07-16 19:31:27] local.INFO: Sessions updated for user 1444. {"count":1} 
[2025-07-16 19:31:28] local.INFO: Sessions updated for user 1445. {"count":0} 
[2025-07-16 19:31:29] local.INFO: Sessions updated for user 1446. {"count":3} 
[2025-07-16 19:31:29] local.INFO: Sessions updated for user 1447. {"count":3} 
[2025-07-16 19:31:30] local.INFO: Sessions updated for user 1449. {"count":0} 
[2025-07-16 19:31:32] local.INFO: Sessions updated for user 1450. {"count":40} 
[2025-07-16 19:31:33] local.INFO: Sessions updated for user 1451. {"count":0} 
[2025-07-16 19:31:37] local.INFO: Sessions updated for user 1452. {"count":31} 
[2025-07-16 19:31:37] local.INFO: Sessions updated for user 1453. {"count":0} 
[2025-07-16 19:31:38] local.INFO: Sessions updated for user 1454. {"count":6} 
[2025-07-16 19:31:40] local.INFO: Sessions updated for user 1455. {"count":36} 
[2025-07-16 19:31:41] local.INFO: Sessions updated for user 1456. {"count":0} 
[2025-07-16 19:31:42] local.INFO: Sessions updated for user 1457. {"count":27} 
[2025-07-16 19:31:43] local.INFO: Sessions updated for user 1458. {"count":0} 
[2025-07-16 19:31:44] local.INFO: Sessions updated for user 1459. {"count":0} 
[2025-07-16 19:31:45] local.INFO: Sessions updated for user 1460. {"count":0} 
[2025-07-16 19:31:49] local.INFO: Sessions updated for user 1461. {"count":2} 
[2025-07-16 19:31:50] local.INFO: Sessions updated for user 1465. {"count":0} 
[2025-07-16 19:31:51] local.INFO: Sessions updated for user 1466. {"count":0} 
[2025-07-16 19:31:52] local.INFO: Sessions updated for user 1467. {"count":0} 
[2025-07-16 19:31:52] local.INFO: Sessions updated for user 1468. {"count":0} 
[2025-07-16 19:31:53] local.INFO: Sessions updated for user 1469. {"count":0} 
[2025-07-16 19:31:54] local.INFO: Sessions updated for user 1470. {"count":0} 
[2025-07-16 19:31:55] local.INFO: Sessions updated for user 1471. {"count":0} 
[2025-07-16 19:31:56] local.INFO: Sessions updated for user 1472. {"count":0} 
[2025-07-16 19:31:56] local.INFO: Sessions updated for user 1473. {"count":0} 
[2025-07-16 19:31:57] local.INFO: Sessions updated for user 1474. {"count":0} 
[2025-07-16 19:31:58] local.INFO: Sessions updated for user 1475. {"count":0} 
[2025-07-16 19:31:59] local.INFO: Sessions updated for user 1476. {"count":0} 
[2025-07-16 19:31:59] local.INFO: Sessions updated for user 1477. {"count":0} 
[2025-07-16 19:32:00] local.INFO: Sessions updated for user 1478. {"count":0} 
[2025-07-16 19:32:01] local.INFO: Sessions updated for user 1479. {"count":0} 
[2025-07-16 19:32:02] local.INFO: Sessions updated for user 1480. {"count":0} 
[2025-07-16 19:32:03] local.INFO: Sessions updated for user 1481. {"count":0} 
[2025-07-16 19:32:04] local.INFO: Sessions updated for user 1482. {"count":0} 
[2025-07-16 19:32:05] local.INFO: Sessions updated for user 1483. {"count":26} 
[2025-07-16 19:32:08] local.INFO: Sessions updated for user 1484. {"count":47} 
[2025-07-16 19:32:10] local.INFO: Sessions updated for user 1485. {"count":4} 
[2025-07-16 19:32:11] local.INFO: Sessions updated for user 1486. {"count":0} 
[2025-07-16 19:32:11] local.INFO: Sessions updated for user 1487. {"count":1} 
[2025-07-16 19:32:12] local.INFO: Sessions updated for user 1488. {"count":0} 
[2025-07-16 19:32:14] local.INFO: Sessions updated for user 1489. {"count":16} 
[2025-07-16 19:32:14] local.INFO: Sessions updated for user 1491. {"count":0} 
[2025-07-16 19:32:16] local.INFO: Sessions updated for user 1492. {"count":36} 
[2025-07-16 19:32:17] local.INFO: Sessions updated for user 1494. {"count":0} 
[2025-07-16 19:32:19] local.INFO: Sessions updated for user 1495. {"count":4} 
[2025-07-16 19:32:24] local.INFO: Sessions updated for user 1496. {"count":86} 
[2025-07-16 19:32:26] local.INFO: Sessions updated for user 1497. {"count":2} 
[2025-07-16 19:32:32] local.INFO: Sessions updated for user 1499. {"count":3} 
[2025-07-16 19:32:33] local.INFO: Sessions updated for user 1500. {"count":15} 
[2025-07-16 19:32:35] local.INFO: Sessions updated for user 1501. {"count":5} 
[2025-07-16 19:32:37] local.INFO: Sessions updated for user 1502. {"count":25} 
[2025-07-16 19:32:39] local.INFO: Sessions updated for user 1503. {"count":8} 
[2025-07-16 19:32:40] local.INFO: Sessions updated for user 1504. {"count":1} 
[2025-07-16 19:32:41] local.INFO: Sessions updated for user 1505. {"count":0} 
[2025-07-16 19:32:44] local.INFO: Sessions updated for user 1506. {"count":15} 
[2025-07-16 19:32:45] local.INFO: Sessions updated for user 1507. {"count":48} 
[2025-07-16 19:32:46] local.INFO: Sessions updated for user 1513. {"count":0} 
[2025-07-16 19:32:54] local.INFO: Sessions updated for user 1515. {"count":11} 
[2025-07-16 19:32:54] local.INFO: Sessions updated for user 1516. {"count":0} 
[2025-07-16 19:33:00] local.INFO: Sessions updated for user 1517. {"count":38} 
[2025-07-16 19:33:02] local.INFO: Sessions updated for user 1518. {"count":24} 
[2025-07-16 19:33:02] local.INFO: Sessions updated for user 1522. {"count":12} 
[2025-07-16 19:33:03] local.INFO: Sessions updated for user 1523. {"count":9} 
[2025-07-16 19:33:04] local.INFO: Sessions updated for user 1524. {"count":0} 
[2025-07-16 19:33:04] local.INFO: Sessions updated for user 1525. {"count":0} 
[2025-07-16 19:33:05] local.INFO: Sessions updated for user 1526. {"count":0} 
[2025-07-16 19:33:07] local.INFO: Sessions updated for user 1527. {"count":33} 
[2025-07-16 19:33:10] local.INFO: Sessions updated for user 1528. {"count":22} 
[2025-07-16 19:33:11] local.INFO: Sessions updated for user 1529. {"count":0} 
[2025-07-16 19:33:14] local.INFO: Sessions updated for user 1530. {"count":9} 
[2025-07-16 19:33:23] local.INFO: Sessions updated for user 1531. {"count":49} 
[2025-07-16 19:33:24] local.INFO: Sessions updated for user 1532. {"count":0} 
[2025-07-16 19:33:24] local.INFO: Sessions updated for user 1533. {"count":1} 
[2025-07-16 19:33:28] local.INFO: Sessions updated for user 1534. {"count":51} 
[2025-07-16 19:33:28] local.INFO: Sessions updated for user 1535. {"count":0} 
[2025-07-16 19:33:29] local.INFO: Sessions updated for user 1536. {"count":0} 
[2025-07-16 19:33:30] local.INFO: Sessions updated for user 1538. {"count":14} 
[2025-07-16 19:33:31] local.INFO: Sessions updated for user 1539. {"count":0} 
[2025-07-16 19:33:31] local.INFO: Sessions updated for user 1540. {"count":0} 
[2025-07-16 19:33:32] local.INFO: Sessions updated for user 1541. {"count":0} 
[2025-07-16 19:33:33] local.INFO: Sessions updated for user 1543. {"count":0} 
[2025-07-16 19:33:33] local.INFO: Sessions updated for user 1544. {"count":0} 
[2025-07-16 19:33:34] local.INFO: Sessions updated for user 1545. {"count":0} 
[2025-07-16 19:33:34] local.INFO: Sessions updated for user 1546. {"count":0} 
[2025-07-16 19:33:35] local.INFO: Sessions updated for user 1548. {"count":0} 
[2025-07-16 19:33:36] local.INFO: Sessions updated for user 1549. {"count":0} 
[2025-07-16 19:33:41] local.INFO: Sessions updated for user 1550. {"count":39} 
[2025-07-16 19:33:42] local.INFO: Sessions updated for user 1551. {"count":0} 
[2025-07-16 19:33:43] local.INFO: Sessions updated for user 1552. {"count":0} 
[2025-07-16 19:33:43] local.INFO: Sessions updated for user 1553. {"count":0} 
[2025-07-16 19:33:44] local.INFO: Sessions updated for user 1554. {"count":0} 
[2025-07-16 19:33:45] local.INFO: Sessions updated for user 1555. {"count":0} 
[2025-07-16 19:33:46] local.INFO: Sessions updated for user 1556. {"count":0} 
[2025-07-16 19:33:46] local.INFO: Sessions updated for user 1557. {"count":0} 
[2025-07-16 19:33:48] local.INFO: Sessions updated for user 1558. {"count":22} 
[2025-07-16 19:33:49] local.INFO: Sessions updated for user 1559. {"count":3} 
[2025-07-16 19:33:50] local.INFO: Sessions updated for user 1560. {"count":2} 
[2025-07-16 19:33:51] local.INFO: Sessions updated for user 1561. {"count":0} 
[2025-07-16 19:33:52] local.INFO: Sessions updated for user 1562. {"count":0} 
[2025-07-16 19:33:52] local.INFO: Sessions updated for user 1563. {"count":0} 
[2025-07-16 19:33:54] local.INFO: Sessions updated for user 1564. {"count":35} 
[2025-07-16 19:33:56] local.INFO: Sessions updated for user 1565. {"count":13} 
[2025-07-16 19:33:56] local.INFO: Sessions updated for user 1566. {"count":0} 
[2025-07-16 19:33:57] local.INFO: Sessions updated for user 1567. {"count":0} 
[2025-07-16 19:33:58] local.INFO: Sessions updated for user 1568. {"count":0} 
[2025-07-16 19:34:01] local.INFO: Sessions updated for user 1569. {"count":32} 
[2025-07-16 19:34:01] local.INFO: Sessions updated for user 1570. {"count":0} 
[2025-07-16 19:34:06] local.INFO: Sessions updated for user 1572. {"count":26} 
[2025-07-16 19:34:21] local.INFO: Sessions updated for user 1573. {"count":45} 
[2025-07-16 19:34:49] local.INFO: Sessions updated for user 1574. {"count":41} 
[2025-07-16 19:34:50] local.INFO: Sessions updated for user 1575. {"count":0} 
[2025-07-16 19:34:51] local.INFO: Sessions updated for user 1576. {"count":0} 
[2025-07-16 19:34:51] local.INFO: Sessions updated for user 1577. {"count":0} 
[2025-07-16 19:34:52] local.INFO: Sessions updated for user 1578. {"count":0} 
[2025-07-16 19:34:53] local.INFO: Sessions updated for user 1579. {"count":7} 
[2025-07-16 19:34:56] local.INFO: Sessions updated for user 1580. {"count":30} 
[2025-07-16 19:34:56] local.INFO: Sessions updated for user 1581. {"count":0} 
[2025-07-16 19:35:02] local.INFO: Sessions updated for user 1582. {"count":5} 
[2025-07-16 19:35:03] local.INFO: Sessions updated for user 1583. {"count":0} 
[2025-07-16 19:35:05] local.INFO: Sessions updated for user 1584. {"count":1} 
[2025-07-16 19:35:06] local.INFO: Sessions updated for user 1585. {"count":0} 
[2025-07-16 19:35:06] local.INFO: Sessions updated for user 1587. {"count":0} 
[2025-07-16 19:35:07] local.INFO: Sessions updated for user 1588. {"count":0} 
[2025-07-16 19:35:09] local.INFO: Sessions updated for user 1589. {"count":1} 
[2025-07-16 19:35:12] local.INFO: Sessions updated for user 1590. {"count":2} 
[2025-07-16 19:35:13] local.INFO: Sessions updated for user 1591. {"count":0} 
[2025-07-16 19:35:19] local.INFO: Sessions updated for user 1592. {"count":55} 
[2025-07-16 19:35:21] local.INFO: Sessions updated for user 1593. {"count":34} 
[2025-07-16 19:35:32] local.INFO: Sessions updated for user 1594. {"count":46} 
[2025-07-16 19:35:33] local.INFO: Sessions updated for user 1595. {"count":0} 
[2025-07-16 19:35:34] local.INFO: Sessions updated for user 1596. {"count":0} 
[2025-07-16 19:35:36] local.INFO: Sessions updated for user 1597. {"count":0} 
[2025-07-16 19:35:39] local.INFO: Sessions updated for user 1598. {"count":1} 
[2025-07-16 19:35:40] local.INFO: Sessions updated for user 1599. {"count":0} 
[2025-07-16 19:35:41] local.INFO: Sessions updated for user 1600. {"count":0} 
[2025-07-16 19:35:57] local.INFO: Sessions updated for user 1602. {"count":44} 
[2025-07-16 19:35:58] local.INFO: Sessions updated for user 1603. {"count":2} 
[2025-07-16 19:36:00] local.INFO: Sessions updated for user 1604. {"count":16} 
[2025-07-16 19:36:02] local.INFO: Sessions updated for user 1605. {"count":25} 
[2025-07-16 19:36:07] local.INFO: Sessions updated for user 1606. {"count":2} 
[2025-07-16 19:36:08] local.INFO: Sessions updated for user 1607. {"count":0} 
[2025-07-16 19:36:11] local.INFO: Sessions updated for user 1608. {"count":40} 
[2025-07-16 19:36:13] local.INFO: Sessions updated for user 1609. {"count":30} 
[2025-07-16 19:36:14] local.INFO: Sessions updated for user 1610. {"count":0} 
[2025-07-16 19:36:15] local.INFO: Sessions updated for user 1616. {"count":0} 
[2025-07-16 19:36:16] local.INFO: Sessions updated for user 1617. {"count":0} 
[2025-07-16 19:36:17] local.INFO: Sessions updated for user 1618. {"count":0} 
[2025-07-16 19:36:18] local.INFO: Sessions updated for user 1620. {"count":0} 
[2025-07-16 19:36:19] local.INFO: Sessions updated for user 1621. {"count":0} 
[2025-07-16 19:36:20] local.INFO: Sessions updated for user 1622. {"count":0} 
[2025-07-16 19:36:21] local.INFO: Sessions updated for user 1623. {"count":0} 
[2025-07-16 19:36:22] local.INFO: Sessions updated for user 1624. {"count":1} 
[2025-07-16 19:36:25] local.INFO: Sessions updated for user 1625. {"count":1} 
[2025-07-16 19:36:26] local.INFO: Sessions updated for user 1626. {"count":0} 
[2025-07-16 19:36:27] local.INFO: Sessions updated for user 1627. {"count":1} 
[2025-07-16 19:36:29] local.INFO: Sessions updated for user 1628. {"count":0} 
[2025-07-16 19:36:29] local.INFO: Sessions updated for user 1629. {"count":0} 
[2025-07-16 19:36:31] local.INFO: Sessions updated for user 1630. {"count":25} 
[2025-07-16 19:36:33] local.INFO: Sessions updated for user 1631. {"count":30} 
[2025-07-16 19:36:33] local.INFO: Sessions updated for user 1632. {"count":0} 
[2025-07-16 19:36:34] local.INFO: Sessions updated for user 1634. {"count":1} 
[2025-07-16 19:36:35] local.INFO: Sessions updated for user 1635. {"count":0} 
[2025-07-16 19:36:37] local.INFO: Sessions updated for user 1636. {"count":47} 
[2025-07-16 19:36:38] local.INFO: Sessions updated for user 1637. {"count":0} 
[2025-07-16 19:36:39] local.INFO: Sessions updated for user 1638. {"count":0} 
[2025-07-16 19:36:40] local.INFO: Sessions updated for user 1639. {"count":0} 
[2025-07-16 19:36:41] local.INFO: Sessions updated for user 1640. {"count":0} 
[2025-07-16 19:36:44] local.INFO: Sessions updated for user 1641. {"count":36} 
[2025-07-16 19:36:45] local.INFO: Sessions updated for user 1642. {"count":0} 
[2025-07-16 19:36:46] local.INFO: Sessions updated for user 1643. {"count":0} 
[2025-07-16 19:36:47] local.INFO: Sessions updated for user 1644. {"count":0} 
[2025-07-16 19:36:48] local.INFO: Sessions updated for user 1645. {"count":13} 
[2025-07-16 19:36:51] local.INFO: Sessions updated for user 1646. {"count":28} 
[2025-07-16 19:36:52] local.INFO: Sessions updated for user 1648. {"count":0} 
[2025-07-16 19:36:54] local.INFO: Sessions updated for user 1649. {"count":0} 
[2025-07-16 19:36:55] local.INFO: Sessions updated for user 1650. {"count":0} 
[2025-07-16 19:36:56] local.INFO: Sessions updated for user 1651. {"count":0} 
[2025-07-16 19:36:57] local.INFO: Sessions updated for user 1652. {"count":0} 
[2025-07-16 19:36:58] local.INFO: Sessions updated for user 1654. {"count":0} 
[2025-07-16 19:36:59] local.INFO: Sessions updated for user 1655. {"count":0} 
[2025-07-16 19:37:00] local.INFO: Sessions updated for user 1656. {"count":0} 
[2025-07-16 19:37:01] local.INFO: Sessions updated for user 1657. {"count":0} 
[2025-07-16 19:37:02] local.INFO: Sessions updated for user 1658. {"count":1} 
[2025-07-16 19:37:03] local.INFO: Sessions updated for user 1659. {"count":0} 
[2025-07-16 19:37:06] local.INFO: Sessions updated for user 1660. {"count":3} 
[2025-07-16 19:37:07] local.INFO: Sessions updated for user 1661. {"count":0} 
[2025-07-16 19:37:09] local.INFO: Sessions updated for user 1662. {"count":25} 
[2025-07-16 19:37:10] local.INFO: Sessions updated for user 1663. {"count":1} 
[2025-07-16 19:37:11] local.INFO: Sessions updated for user 1664. {"count":0} 
[2025-07-16 19:37:12] local.INFO: Sessions updated for user 1665. {"count":0} 
[2025-07-16 19:37:13] local.INFO: Sessions updated for user 1666. {"count":0} 
[2025-07-16 19:37:23] local.INFO: Sessions updated for user 1667. {"count":7} 
[2025-07-16 19:37:25] local.INFO: Sessions updated for user 1668. {"count":2} 
[2025-07-16 19:37:27] local.INFO: Sessions updated for user 1669. {"count":2} 
[2025-07-16 19:37:30] local.INFO: Sessions updated for user 1670. {"count":1} 
[2025-07-16 19:37:31] local.INFO: Sessions updated for user 1671. {"count":2} 
[2025-07-16 19:37:36] local.INFO: Sessions updated for user 1672. {"count":7} 
[2025-07-16 19:37:37] local.INFO: Sessions updated for user 1673. {"count":0} 
[2025-07-16 19:37:43] local.INFO: Sessions updated for user 1674. {"count":5} 
[2025-07-16 19:37:46] local.INFO: Sessions updated for user 1675. {"count":1} 
[2025-07-16 19:37:53] local.INFO: Sessions updated for user 1676. {"count":5} 
[2025-07-16 19:37:56] local.INFO: Sessions updated for user 1677. {"count":11} 
[2025-07-16 19:37:59] local.INFO: Sessions updated for user 1678. {"count":1} 
[2025-07-16 19:38:01] local.INFO: Sessions updated for user 1679. {"count":1} 
[2025-07-16 19:38:08] local.INFO: Sessions updated for user 1680. {"count":10} 
[2025-07-16 19:38:20] local.INFO: Sessions updated for user 1681. {"count":29} 
[2025-07-16 19:38:27] local.INFO: Sessions updated for user 1682. {"count":4} 
[2025-07-16 19:39:06] local.INFO: Sessions updated for user 1683. {"count":27} 
[2025-07-16 19:39:15] local.INFO: Sessions updated for user 1684. {"count":6} 
[2025-07-16 19:39:37] local.INFO: Sessions updated for user 1685. {"count":14} 
[2025-07-16 19:39:38] local.INFO: Sessions updated for user 1686. {"count":0} 
[2025-07-16 19:39:40] local.INFO: Sessions updated for user 1687. {"count":0} 
[2025-07-16 19:39:41] local.INFO: Sessions updated for user 1688. {"count":0} 
[2025-07-16 19:39:52] local.INFO: Sessions updated for user 1689. {"count":11} 
[2025-07-16 19:39:53] local.INFO: Sessions updated for user 1690. {"count":0} 
[2025-07-16 19:39:54] local.INFO: Sessions updated for user 1691. {"count":0} 
[2025-07-16 19:39:57] local.INFO: Sessions updated for user 1692. {"count":1} 
[2025-07-16 19:39:58] local.INFO: Sessions updated for user 1693. {"count":0} 
[2025-07-16 19:40:04] local.INFO: Sessions updated for user 1694. {"count":4} 
[2025-07-16 19:40:05] local.INFO: Sessions updated for user 1695. {"count":0} 
[2025-07-16 19:40:06] local.INFO: Sessions updated for user 1696. {"count":0} 
[2025-07-16 19:40:09] local.INFO: Sessions updated for user 1697. {"count":9} 
[2025-07-16 19:40:20] local.INFO: Sessions updated for user 1698. {"count":9} 
[2025-07-16 19:40:27] local.INFO: Sessions updated for user 1699. {"count":3} 
[2025-07-16 19:40:28] local.INFO: Sessions updated for user 1700. {"count":0} 
[2025-07-16 19:40:30] local.INFO: Sessions updated for user 1702. {"count":10} 
[2025-07-16 19:40:31] local.INFO: Sessions updated for user 1703. {"count":0} 
[2025-07-16 19:40:33] local.INFO: Sessions updated for user 1704. {"count":5} 
[2025-07-16 19:40:34] local.INFO: Sessions updated for user 1705. {"count":0} 
[2025-07-16 19:40:35] local.INFO: Sessions updated for user 1706. {"count":0} 
[2025-07-16 19:40:36] local.INFO: Sessions updated for user 1707. {"count":0} 
[2025-07-16 19:40:37] local.INFO: Sessions updated for user 1708. {"count":0} 
[2025-07-16 19:40:38] local.INFO: Sessions updated for user 1709. {"count":0} 
[2025-07-16 19:40:43] local.INFO: Sessions updated for user 1710. {"count":6} 
[2025-07-16 19:40:50] local.INFO: Sessions updated for user 1711. {"count":8} 
[2025-07-16 19:40:57] local.INFO: Sessions updated for user 1712. {"count":5} 
[2025-07-16 19:41:00] local.INFO: Sessions updated for user 1713. {"count":1} 
[2025-07-16 19:41:01] local.INFO: Sessions updated for user 1714. {"count":0} 
[2025-07-16 19:41:06] local.INFO: Sessions updated for user 1715. {"count":4} 
[2025-07-16 19:41:09] local.INFO: Sessions updated for user 1716. {"count":1} 
[2025-07-16 19:41:10] local.INFO: Sessions updated for user 1717. {"count":0} 
[2025-07-16 19:41:11] local.INFO: Sessions updated for user 1718. {"count":0} 
[2025-07-16 19:41:21] local.INFO: Sessions updated for user 1719. {"count":7} 
[2025-07-16 19:41:24] local.INFO: Sessions updated for user 1720. {"count":3} 
[2025-07-16 19:41:25] local.INFO: Sessions updated for user 1721. {"count":0} 
[2025-07-16 19:41:26] local.INFO: Sessions updated for user 1722. {"count":0} 
[2025-07-16 19:41:27] local.INFO: Sessions updated for user 1724. {"count":0} 
[2025-07-16 19:41:28] local.INFO: Sessions updated for user 1725. {"count":0} 
[2025-07-16 19:41:33] local.INFO: Sessions updated for user 1726. {"count":9} 
[2025-07-16 19:41:34] local.INFO: Sessions updated for user 1727. {"count":0} 
[2025-07-16 19:41:35] local.INFO: Sessions updated for user 1728. {"count":0} 
[2025-07-16 19:41:36] local.INFO: Sessions updated for user 1729. {"count":0} 
[2025-07-16 19:41:37] local.INFO: Sessions updated for user 1730. {"count":0} 
[2025-07-16 19:41:38] local.INFO: Sessions updated for user 1731. {"count":0} 
[2025-07-16 19:41:39] local.INFO: Sessions updated for user 1732. {"count":0} 
[2025-07-16 19:41:40] local.INFO: Sessions updated for user 1733. {"count":0} 
[2025-07-16 19:41:41] local.INFO: Sessions updated for user 1734. {"count":0} 
[2025-07-16 19:41:42] local.INFO: Sessions updated for user 1735. {"count":0} 
[2025-07-16 19:41:43] local.INFO: Sessions updated for user 1736. {"count":0} 
[2025-07-16 19:41:44] local.INFO: Sessions updated for user 1737. {"count":0} 
[2025-07-16 19:41:45] local.INFO: Sessions updated for user 1738. {"count":0} 
[2025-07-16 19:41:47] local.INFO: Sessions updated for user 1739. {"count":0} 
[2025-07-16 19:41:48] local.INFO: Sessions updated for user 1740. {"count":0} 
[2025-07-16 19:41:49] local.INFO: Sessions updated for user 1741. {"count":0} 
[2025-07-16 19:41:50] local.INFO: Sessions updated for user 1742. {"count":0} 
[2025-07-16 19:41:52] local.INFO: Sessions updated for user 1743. {"count":0} 
[2025-07-16 19:41:53] local.INFO: Sessions updated for user 1744. {"count":0} 
[2025-07-16 19:41:53] local.INFO: Sessions updated for user 1745. {"count":0} 
[2025-07-16 19:41:55] local.INFO: Sessions updated for user 1746. {"count":0} 
[2025-07-16 19:41:56] local.INFO: Sessions updated for user 1747. {"count":0} 
[2025-07-16 19:41:57] local.INFO: Sessions updated for user 1748. {"count":0} 
[2025-07-16 19:41:58] local.INFO: Sessions updated for user 1749. {"count":0} 
[2025-07-16 19:41:59] local.INFO: Sessions updated for user 1750. {"count":0} 
[2025-07-16 19:42:00] local.INFO: Sessions updated for user 1754. {"count":0} 
[2025-07-16 19:42:01] local.INFO: Sessions updated for user 1755. {"count":0} 
[2025-07-16 19:42:16] local.INFO: Sessions updated for user 1757. {"count":14} 
[2025-07-16 19:42:17] local.INFO: Sessions updated for user 1758. {"count":0} 
[2025-07-16 19:42:21] local.INFO: Sessions updated for user 1759. {"count":37} 
[2025-07-16 19:42:23] local.INFO: Sessions updated for user 1760. {"count":42} 
[2025-07-16 19:42:24] local.INFO: Sessions updated for user 1761. {"count":0} 
[2025-07-16 19:42:25] local.INFO: Sessions updated for user 1762. {"count":2} 
[2025-07-16 19:42:26] local.INFO: Sessions updated for user 1763. {"count":0} 
[2025-07-16 19:42:27] local.INFO: Sessions updated for user 1765. {"count":0} 
[2025-07-16 19:42:28] local.INFO: Sessions updated for user 1766. {"count":0} 
[2025-07-16 19:42:29] local.INFO: Sessions updated for user 1767. {"count":0} 
[2025-07-16 19:42:31] local.INFO: Sessions updated for user 1768. {"count":18} 
[2025-07-16 19:42:35] local.INFO: Sessions updated for user 1770. {"count":2} 
[2025-07-16 19:42:57] local.INFO: Sessions updated for user 1776. {"count":23} 
[2025-07-16 19:42:58] local.INFO: Sessions updated for user 1777. {"count":0} 
[2025-07-16 19:42:59] local.INFO: Sessions updated for user 1778. {"count":0} 
[2025-07-16 19:43:00] local.INFO: Sessions updated for user 1779. {"count":0} 
[2025-07-16 19:43:01] local.INFO: Sessions updated for user 1780. {"count":0} 
[2025-07-16 19:43:02] local.INFO: Sessions updated for user 1781. {"count":0} 
[2025-07-16 19:43:03] local.INFO: Sessions updated for user 1783. {"count":8} 
[2025-07-16 19:43:04] local.INFO: Sessions updated for user 1784. {"count":0} 
[2025-07-16 19:43:09] local.INFO: Sessions updated for user 1785. {"count":2} 
[2025-07-16 19:43:10] local.INFO: Sessions updated for user 1786. {"count":0} 
[2025-07-16 19:43:11] local.INFO: Sessions updated for user 1787. {"count":0} 
[2025-07-16 19:43:12] local.INFO: Sessions updated for user 1788. {"count":0} 
[2025-07-16 19:43:17] local.INFO: Sessions updated for user 1789. {"count":86} 
[2025-07-16 19:43:18] local.INFO: Sessions updated for user 1790. {"count":0} 
[2025-07-16 19:43:18] local.INFO: Sessions updated for user 1791. {"count":0} 
[2025-07-16 19:43:23] local.INFO: Sessions updated for user 1792. {"count":2} 
[2025-07-16 19:43:25] local.INFO: Sessions updated for user 1793. {"count":0} 
[2025-07-16 19:43:26] local.INFO: Sessions updated for user 1794. {"count":0} 
[2025-07-16 19:43:27] local.INFO: Sessions updated for user 1795. {"count":0} 
[2025-07-16 19:43:28] local.INFO: Sessions updated for user 1796. {"count":0} 
[2025-07-16 19:43:29] local.INFO: Sessions updated for user 1797. {"count":0} 
[2025-07-16 19:43:30] local.INFO: Sessions updated for user 1798. {"count":0} 
[2025-07-16 19:43:37] local.INFO: Sessions updated for user 1799. {"count":0} 
[2025-07-16 19:43:38] local.INFO: Sessions updated for user 1800. {"count":0} 
[2025-07-16 19:43:39] local.INFO: Sessions updated for user 1801. {"count":0} 
[2025-07-16 19:43:40] local.INFO: Sessions updated for user 1802. {"count":0} 
[2025-07-16 19:43:41] local.INFO: Sessions updated for user 1803. {"count":0} 
[2025-07-16 19:43:41] local.INFO: Sessions updated for user 1804. {"count":0} 
[2025-07-16 19:43:42] local.INFO: Sessions updated for user 1805. {"count":0} 
[2025-07-16 19:43:43] local.INFO: Sessions updated for user 1807. {"count":0} 
[2025-07-16 19:43:50] local.INFO: Sessions updated for user 1808. {"count":16} 
[2025-07-16 19:43:51] local.INFO: Sessions updated for user 1810. {"count":4} 
[2025-07-16 19:43:52] local.INFO: Sessions updated for user 1812. {"count":0} 
[2025-07-16 19:43:54] local.INFO: Sessions updated for user 1813. {"count":2} 
[2025-07-16 19:43:55] local.INFO: Sessions updated for user 1814. {"count":10} 
[2025-07-16 19:43:56] local.INFO: Sessions updated for user 1815. {"count":0} 
[2025-07-16 19:43:57] local.INFO: Sessions updated for user 1816. {"count":0} 
[2025-07-16 19:44:04] local.INFO: Sessions updated for user 1817. {"count":40} 
[2025-07-16 19:44:05] local.INFO: Sessions updated for user 1818. {"count":5} 
[2025-07-16 19:44:06] local.INFO: Sessions updated for user 1819. {"count":0} 
[2025-07-16 19:44:07] local.INFO: Sessions updated for user 1820. {"count":0} 
[2025-07-16 19:44:09] local.INFO: Sessions updated for user 1821. {"count":16} 
[2025-07-16 19:44:10] local.INFO: Sessions updated for user 1822. {"count":0} 
[2025-07-16 19:44:11] local.INFO: Sessions updated for user 1823. {"count":0} 
[2025-07-16 19:44:31] local.INFO: Sessions updated for user 1824. {"count":24} 
[2025-07-16 19:44:32] local.INFO: Sessions updated for user 1825. {"count":0} 
[2025-07-16 19:44:33] local.INFO: Sessions updated for user 1826. {"count":0} 
[2025-07-16 19:44:34] local.INFO: Sessions updated for user 1827. {"count":0} 
[2025-07-16 19:44:35] local.INFO: Sessions updated for user 1829. {"count":0} 
[2025-07-16 19:44:40] local.INFO: Sessions updated for user 1830. {"count":5} 
[2025-07-16 19:44:41] local.INFO: Sessions updated for user 1831. {"count":0} 
[2025-07-16 19:44:42] local.INFO: Sessions updated for user 1832. {"count":0} 
[2025-07-16 19:44:43] local.INFO: Sessions updated for user 1833. {"count":0} 
[2025-07-16 19:44:46] local.INFO: Sessions updated for user 1834. {"count":1} 
[2025-07-16 19:44:47] local.INFO: Sessions updated for user 1835. {"count":0} 
[2025-07-16 19:44:48] local.INFO: Sessions updated for user 1836. {"count":0} 
[2025-07-16 19:45:01] local.INFO: Sessions updated for user 1837. {"count":28} 
[2025-07-16 19:45:02] local.INFO: Sessions updated for user 1838. {"count":0} 
[2025-07-16 19:45:03] local.INFO: Sessions updated for user 1839. {"count":0} 
[2025-07-16 19:45:04] local.INFO: Sessions updated for user 1841. {"count":0} 
[2025-07-16 19:45:05] local.INFO: Sessions updated for user 1842. {"count":0} 
[2025-07-16 19:45:09] local.INFO: Sessions updated for user 1843. {"count":10} 
[2025-07-16 19:45:15] local.INFO: Sessions updated for user 1844. {"count":9} 
[2025-07-16 19:45:24] local.INFO: Sessions updated for user 1845. {"count":5} 
[2025-07-16 19:45:38] local.INFO: Sessions updated for user 1846. {"count":10} 
[2025-07-16 19:45:39] local.INFO: Sessions updated for user 1847. {"count":1} 
[2025-07-16 19:45:40] local.INFO: Sessions updated for user 1848. {"count":0} 
[2025-07-16 19:45:43] local.INFO: Sessions updated for user 1849. {"count":1} 
[2025-07-16 19:46:03] local.INFO: Sessions updated for user 1850. {"count":33} 
[2025-07-16 19:46:04] local.INFO: Sessions updated for user 1851. {"count":0} 
[2025-07-16 19:46:05] local.INFO: Sessions updated for user 1852. {"count":0} 
[2025-07-16 19:46:06] local.INFO: Sessions updated for user 1854. {"count":0} 
[2025-07-16 19:46:09] local.INFO: Sessions updated for user 1855. {"count":1} 
[2025-07-16 19:46:10] local.INFO: Sessions updated for user 1856. {"count":0} 
[2025-07-16 19:46:11] local.INFO: Sessions updated for user 1857. {"count":0} 
[2025-07-16 19:46:13] local.INFO: Sessions updated for user 1858. {"count":0} 
[2025-07-16 19:46:14] local.INFO: Sessions updated for user 1859. {"count":0} 
[2025-07-16 19:46:15] local.INFO: Sessions updated for user 1860. {"count":0} 
[2025-07-16 19:46:27] local.INFO: Sessions updated for user 1861. {"count":14} 
[2025-07-16 19:46:39] local.INFO: Sessions updated for user 1862. {"count":10} 
[2025-07-16 19:46:54] local.INFO: Sessions updated for user 1863. {"count":13} 
[2025-07-16 19:46:55] local.INFO: Sessions updated for user 1864. {"count":0} 
[2025-07-16 19:46:58] local.INFO: Sessions updated for user 1865. {"count":6} 
[2025-07-16 19:47:00] local.INFO: Sessions updated for user 1866. {"count":0} 
[2025-07-16 19:47:02] local.INFO: Sessions updated for user 1867. {"count":0} 
[2025-07-16 19:47:03] local.INFO: Sessions updated for user 1868. {"count":0} 
[2025-07-16 19:47:04] local.INFO: Sessions updated for user 1869. {"count":0} 
[2025-07-16 19:47:05] local.INFO: Sessions updated for user 1870. {"count":0} 
[2025-07-16 19:47:06] local.INFO: Sessions updated for user 1871. {"count":0} 
[2025-07-16 19:47:07] local.INFO: Sessions updated for user 1872. {"count":0} 
[2025-07-16 19:47:08] local.INFO: Sessions updated for user 1875. {"count":0} 
[2025-07-16 19:47:09] local.INFO: Sessions updated for user 1876. {"count":0} 
[2025-07-16 19:47:10] local.INFO: Sessions updated for user 1877. {"count":0} 
[2025-07-16 19:47:12] local.INFO: Sessions updated for user 1878. {"count":25} 
[2025-07-16 19:47:16] local.INFO: Sessions updated for user 1879. {"count":56} 
[2025-07-16 19:47:17] local.INFO: Sessions updated for user 1880. {"count":0} 
[2025-07-16 19:47:18] local.INFO: Sessions updated for user 1881. {"count":0} 
[2025-07-16 19:47:23] local.INFO: Sessions updated for user 1882. {"count":14} 
[2025-07-16 19:47:24] local.INFO: Sessions updated for user 1883. {"count":0} 
[2025-07-16 19:47:26] local.INFO: Sessions updated for user 1884. {"count":23} 
[2025-07-16 19:47:29] local.INFO: Sessions updated for user 1885. {"count":46} 
[2025-07-16 19:47:30] local.INFO: Sessions updated for user 1886. {"count":1} 
[2025-07-16 19:47:31] local.INFO: Sessions updated for user 1887. {"count":0} 
[2025-07-16 19:47:33] local.INFO: Sessions updated for user 1888. {"count":7} 
[2025-07-16 19:47:35] local.INFO: Sessions updated for user 1889. {"count":4} 
[2025-07-16 19:47:36] local.INFO: Sessions updated for user 1891. {"count":0} 
[2025-07-16 19:47:39] local.INFO: Sessions updated for user 1892. {"count":22} 
[2025-07-16 19:47:40] local.INFO: Sessions updated for user 1893. {"count":0} 
[2025-07-16 19:47:41] local.INFO: Sessions updated for user 1894. {"count":0} 
[2025-07-16 19:47:44] local.INFO: Sessions updated for user 1895. {"count":1} 
[2025-07-16 19:47:45] local.INFO: Sessions updated for user 1896. {"count":0} 
[2025-07-16 19:47:48] local.INFO: Sessions updated for user 1897. {"count":30} 
[2025-07-16 19:47:49] local.INFO: Sessions updated for user 1898. {"count":0} 
[2025-07-16 19:47:50] local.INFO: Sessions updated for user 1899. {"count":0} 
[2025-07-16 19:47:51] local.INFO: Sessions updated for user 1900. {"count":0} 
[2025-07-16 19:47:53] local.INFO: Sessions updated for user 1901. {"count":0} 
[2025-07-16 19:47:58] local.INFO: Sessions updated for user 1902. {"count":100} 
[2025-07-16 19:47:59] local.INFO: Sessions updated for user 1903. {"count":0} 
[2025-07-16 19:48:00] local.INFO: Sessions updated for user 1904. {"count":0} 
[2025-07-16 19:48:01] local.INFO: Sessions updated for user 1905. {"count":0} 
[2025-07-16 19:48:02] local.INFO: Sessions updated for user 1906. {"count":0} 
[2025-07-16 19:48:03] local.INFO: Sessions updated for user 1907. {"count":0} 
[2025-07-16 19:48:04] local.INFO: Sessions updated for user 1908. {"count":0} 
[2025-07-16 19:48:05] local.INFO: Sessions updated for user 1909. {"count":0} 
[2025-07-16 19:48:06] local.INFO: Sessions updated for user 1910. {"count":0} 
[2025-07-16 19:48:07] local.INFO: Sessions updated for user 1911. {"count":0} 
[2025-07-16 19:48:10] local.INFO: Sessions updated for user 1913. {"count":17} 
[2025-07-16 19:48:11] local.INFO: Sessions updated for user 1914. {"count":0} 
[2025-07-16 19:48:12] local.INFO: Sessions updated for user 1915. {"count":0} 
[2025-07-16 19:48:13] local.INFO: Sessions updated for user 1916. {"count":0} 
[2025-07-16 19:48:13] local.INFO: Sessions updated for user 1917. {"count":0} 
[2025-07-16 19:48:14] local.INFO: Sessions updated for user 1918. {"count":0} 
[2025-07-16 19:48:15] local.INFO: Sessions updated for user 1919. {"count":0} 
[2025-07-16 19:48:16] local.INFO: Sessions updated for user 1920. {"count":0} 
[2025-07-16 19:48:17] local.INFO: Sessions updated for user 1921. {"count":0} 
[2025-07-16 19:48:18] local.INFO: Sessions updated for user 1922. {"count":0} 
[2025-07-16 19:48:20] local.INFO: Sessions updated for user 1923. {"count":0} 
[2025-07-16 19:48:21] local.INFO: Sessions updated for user 1924. {"count":0} 
[2025-07-16 19:48:22] local.INFO: Sessions updated for user 1925. {"count":0} 
[2025-07-16 19:48:23] local.INFO: Sessions updated for user 1926. {"count":16} 
[2025-07-16 19:48:25] local.INFO: Sessions updated for user 1927. {"count":12} 
[2025-07-16 19:48:27] local.INFO: Sessions updated for user 1928. {"count":12} 
[2025-07-16 19:48:28] local.INFO: Sessions updated for user 1929. {"count":1} 
[2025-07-16 19:48:30] local.INFO: Sessions updated for user 1930. {"count":5} 
[2025-07-16 19:48:34] local.INFO: Sessions updated for user 1931. {"count":54} 
[2025-07-16 19:48:35] local.INFO: Sessions updated for user 1932. {"count":0} 
[2025-07-16 19:48:36] local.INFO: Sessions updated for user 1933. {"count":0} 
[2025-07-16 19:48:42] local.INFO: Sessions updated for user 1934. {"count":43} 
[2025-07-16 19:48:44] local.INFO: Sessions updated for user 1935. {"count":21} 
[2025-07-16 19:48:45] local.INFO: Sessions updated for user 1936. {"count":0} 
[2025-07-16 19:48:46] local.INFO: Sessions updated for user 1937. {"count":0} 
[2025-07-16 19:48:47] local.INFO: Sessions updated for user 1938. {"count":11} 
[2025-07-16 19:48:48] local.INFO: Sessions updated for user 1939. {"count":0} 
[2025-07-16 19:48:49] local.INFO: Sessions updated for user 1940. {"count":0} 
[2025-07-16 19:48:53] local.INFO: Sessions updated for user 1941. {"count":9} 
[2025-07-16 19:48:54] local.INFO: Sessions updated for user 1942. {"count":0} 
[2025-07-16 19:48:55] local.INFO: Sessions updated for user 1943. {"count":0} 
[2025-07-16 19:48:56] local.INFO: Sessions updated for user 1944. {"count":0} 
[2025-07-16 19:49:01] local.INFO: Sessions updated for user 1945. {"count":33} 
[2025-07-16 19:49:02] local.INFO: Sessions updated for user 1946. {"count":0} 
[2025-07-16 19:49:03] local.INFO: Sessions updated for user 1947. {"count":0} 
[2025-07-16 19:49:04] local.INFO: Sessions updated for user 1948. {"count":0} 
[2025-07-16 19:49:07] local.INFO: Sessions updated for user 1949. {"count":1} 
[2025-07-16 19:49:13] local.INFO: Sessions updated for user 1950. {"count":10} 
[2025-07-16 19:49:21] local.INFO: Sessions updated for user 1951. {"count":16} 
[2025-07-16 19:49:23] local.INFO: Sessions updated for user 1952. {"count":15} 
[2025-07-16 19:49:25] local.INFO: Sessions updated for user 1953. {"count":3} 
[2025-07-16 19:49:27] local.INFO: Sessions updated for user 1954. {"count":3} 
[2025-07-16 19:49:28] local.INFO: Sessions updated for user 1955. {"count":0} 
[2025-07-16 19:49:29] local.INFO: Sessions updated for user 1956. {"count":0} 
[2025-07-16 19:49:30] local.INFO: Sessions updated for user 1957. {"count":1} 
[2025-07-16 19:49:31] local.INFO: Sessions updated for user 1958. {"count":0} 
[2025-07-16 19:49:32] local.INFO: Sessions updated for user 1959. {"count":0} 
[2025-07-16 19:49:33] local.INFO: Sessions updated for user 1960. {"count":0} 
[2025-07-16 19:49:36] local.INFO: Sessions updated for user 1961. {"count":8} 
[2025-07-16 19:49:39] local.INFO: Sessions updated for user 1962. {"count":4} 
[2025-07-16 19:49:40] local.INFO: Sessions updated for user 1963. {"count":0} 
[2025-07-16 19:49:41] local.INFO: Sessions updated for user 1965. {"count":0} 
[2025-07-16 19:49:42] local.INFO: Sessions updated for user 1966. {"count":0} 
[2025-07-16 19:49:50] local.INFO: Sessions updated for user 1967. {"count":172} 
[2025-07-16 19:49:51] local.INFO: Sessions updated for user 1968. {"count":0} 
[2025-07-16 19:49:54] local.INFO: Sessions updated for user 1969. {"count":5} 
[2025-07-16 19:49:55] local.INFO: Sessions updated for user 1970. {"count":0} 
[2025-07-16 19:49:56] local.INFO: Sessions updated for user 1971. {"count":0} 
[2025-07-16 19:50:01] local.INFO: Sessions updated for user 1973. {"count":25} 
[2025-07-16 19:50:03] local.INFO: Sessions updated for user 1974. {"count":46} 
[2025-07-16 19:50:06] local.INFO: Sessions updated for user 1975. {"count":17} 
[2025-07-16 19:50:12] local.INFO: Sessions updated for user 1976. {"count":81} 
[2025-07-16 19:50:13] local.INFO: Sessions updated for user 1977. {"count":0} 
[2025-07-16 19:50:16] local.INFO: Sessions updated for user 1978. {"count":2} 
[2025-07-16 19:50:17] local.INFO: Sessions updated for user 1979. {"count":0} 
[2025-07-16 19:50:18] local.INFO: Sessions updated for user 1980. {"count":0} 
[2025-07-16 19:50:19] local.INFO: Sessions updated for user 1981. {"count":0} 
[2025-07-16 19:50:20] local.INFO: Sessions updated for user 1982. {"count":0} 
[2025-07-16 19:50:22] local.INFO: Sessions updated for user 1983. {"count":0} 
[2025-07-16 19:50:23] local.INFO: Sessions updated for user 1985. {"count":0} 
[2025-07-16 19:50:24] local.INFO: Sessions updated for user 1986. {"count":0} 
[2025-07-16 19:50:25] local.INFO: Sessions updated for user 1987. {"count":0} 
[2025-07-16 19:50:33] local.INFO: Sessions updated for user 1988. {"count":34} 
[2025-07-16 19:50:34] local.INFO: Sessions updated for user 1993. {"count":5} 
[2025-07-16 19:50:35] local.INFO: Sessions updated for user 1994. {"count":0} 
[2025-07-16 19:50:36] local.INFO: Sessions updated for user 1995. {"count":0} 
[2025-07-16 19:50:37] local.INFO: Sessions updated for user 1997. {"count":0} 
[2025-07-16 19:50:38] local.INFO: Sessions updated for user 1998. {"count":0} 
[2025-07-16 19:50:40] local.INFO: Sessions updated for user 1999. {"count":1} 
[2025-07-16 19:50:41] local.INFO: Sessions updated for user 2000. {"count":0} 
[2025-07-16 19:50:42] local.INFO: Sessions updated for user 2001. {"count":25} 
[2025-07-16 19:50:43] local.INFO: Sessions updated for user 2002. {"count":0} 
[2025-07-16 19:50:46] local.INFO: Sessions updated for user 2003. {"count":28} 
[2025-07-16 19:50:49] local.INFO: Sessions updated for user 2004. {"count":20} 
[2025-07-16 19:50:50] local.INFO: Sessions updated for user 2005. {"count":0} 
[2025-07-16 19:51:03] local.INFO: Sessions updated for user 2006. {"count":19} 
[2025-07-16 19:51:04] local.INFO: Sessions updated for user 2007. {"count":0} 
[2025-07-16 19:51:05] local.INFO: Sessions updated for user 2008. {"count":0} 
[2025-07-16 19:51:06] local.INFO: Sessions updated for user 2009. {"count":0} 
[2025-07-16 19:51:07] local.INFO: Sessions updated for user 2010. {"count":0} 
[2025-07-16 19:51:10] local.INFO: Sessions updated for user 2011. {"count":3} 
[2025-07-16 19:51:13] local.INFO: Sessions updated for user 2012. {"count":1} 
[2025-07-16 19:51:16] local.INFO: Sessions updated for user 2013. {"count":1} 
[2025-07-16 19:51:17] local.INFO: Sessions updated for user 2014. {"count":0} 
[2025-07-16 19:51:20] local.INFO: Sessions updated for user 2015. {"count":10} 
[2025-07-16 19:51:21] local.INFO: Sessions updated for user 2016. {"count":0} 
[2025-07-16 19:51:22] local.INFO: Sessions updated for user 2017. {"count":1} 
[2025-07-16 19:51:24] local.INFO: Sessions updated for user 2018. {"count":0} 
[2025-07-16 19:51:25] local.INFO: Sessions updated for user 2019. {"count":0} 
[2025-07-16 19:51:32] local.INFO: Sessions updated for user 2020. {"count":53} 
[2025-07-16 19:51:33] local.INFO: Sessions updated for user 2021. {"count":0} 
[2025-07-16 19:51:34] local.INFO: Sessions updated for user 2022. {"count":0} 
[2025-07-16 19:51:35] local.INFO: Sessions updated for user 2023. {"count":0} 
[2025-07-16 19:51:36] local.INFO: Sessions updated for user 2024. {"count":0} 
[2025-07-16 19:51:37] local.INFO: Sessions updated for user 2025. {"count":0} 
[2025-07-16 19:51:38] local.INFO: Sessions updated for user 2026. {"count":0} 
[2025-07-16 19:51:39] local.INFO: Sessions updated for user 2027. {"count":0} 
[2025-07-16 19:51:40] local.INFO: Sessions updated for user 2028. {"count":0} 
[2025-07-16 19:51:41] local.INFO: Sessions updated for user 2029. {"count":0} 
[2025-07-16 19:51:43] local.INFO: Sessions updated for user 2031. {"count":0} 
[2025-07-16 19:51:44] local.INFO: Sessions updated for user 2033. {"count":0} 
[2025-07-16 19:51:46] local.INFO: Sessions updated for user 2034. {"count":0} 
[2025-07-16 19:51:47] local.INFO: Sessions updated for user 2035. {"count":0} 
[2025-07-16 19:51:48] local.INFO: Sessions updated for user 2036. {"count":0} 
[2025-07-16 19:51:49] local.INFO: Sessions updated for user 2037. {"count":17} 
[2025-07-16 19:51:50] local.INFO: Sessions updated for user 2038. {"count":0} 
[2025-07-16 19:51:51] local.INFO: Sessions updated for user 2040. {"count":0} 
[2025-07-16 19:51:53] local.INFO: Sessions updated for user 2041. {"count":0} 
[2025-07-16 19:51:54] local.INFO: Sessions updated for user 2042. {"count":0} 
[2025-07-16 19:51:56] local.INFO: Sessions updated for user 2043. {"count":6} 
[2025-07-16 19:51:57] local.INFO: Sessions updated for user 2044. {"count":0} 
[2025-07-16 19:52:29] local.INFO: Sessions updated for user 2045. {"count":44} 
[2025-07-16 19:52:42] local.INFO: Sessions updated for user 2046. {"count":12} 
[2025-07-16 19:52:43] local.INFO: Sessions updated for user 2048. {"count":0} 
[2025-07-16 19:52:44] local.INFO: Sessions updated for user 2049. {"count":0} 
[2025-07-16 19:52:45] local.INFO: Sessions updated for user 2050. {"count":0} 
[2025-07-16 19:52:58] local.INFO: Sessions updated for user 2052. {"count":22} 
[2025-07-16 19:52:59] local.INFO: Sessions updated for user 2053. {"count":0} 
[2025-07-16 19:53:02] local.INFO: Sessions updated for user 2054. {"count":42} 
[2025-07-16 19:53:03] local.INFO: Sessions updated for user 2055. {"count":0} 
[2025-07-16 19:53:05] local.INFO: Sessions updated for user 2056. {"count":0} 
[2025-07-16 19:53:17] local.INFO: Sessions updated for user 2057. {"count":25} 
[2025-07-16 19:53:20] local.INFO: Sessions updated for user 2058. {"count":2} 
[2025-07-16 19:53:31] local.INFO: Sessions updated for user 2062. {"count":6} 
[2025-07-16 19:53:32] local.INFO: Sessions updated for user 2067. {"count":0} 
[2025-07-16 19:53:34] local.INFO: Sessions updated for user 2069. {"count":15} 
[2025-07-16 19:53:36] local.INFO: Sessions updated for user 2070. {"count":10} 
[2025-07-16 19:53:37] local.INFO: Sessions updated for user 2072. {"count":0} 
[2025-07-16 19:53:38] local.INFO: Sessions updated for user 2077. {"count":0} 
[2025-07-16 19:53:39] local.INFO: Sessions updated for user 2078. {"count":0} 
[2025-07-16 19:53:40] local.INFO: Sessions updated for user 2083. {"count":0} 
[2025-07-16 19:53:41] local.INFO: Sessions updated for user 2084. {"count":0} 
[2025-07-16 19:53:42] local.INFO: Sessions updated for user 2090. {"count":0} 
[2025-07-16 19:53:43] local.INFO: Sessions updated for user 2092. {"count":12} 
[2025-07-16 19:53:44] local.INFO: Sessions updated for user 2093. {"count":0} 
[2025-07-16 19:53:48] local.INFO: Sessions updated for user 2094. {"count":76} 
[2025-07-16 19:53:57] local.INFO: Sessions updated for user 2096. {"count":157} 
[2025-07-16 19:54:01] local.INFO: Sessions updated for user 2097. {"count":0} 
[2025-07-16 19:54:02] local.INFO: Sessions updated for user 2098. {"count":0} 
[2025-07-16 19:54:02] local.INFO: Sessions updated for user 2099. {"count":0} 
[2025-07-16 19:54:03] local.INFO: Sessions updated for user 2100. {"count":0} 
[2025-07-16 19:54:04] local.INFO: Sessions updated for user 2101. {"count":0} 
[2025-07-16 19:54:05] local.INFO: Sessions updated for user 2103. {"count":0} 
[2025-07-16 19:54:06] local.INFO: Sessions updated for user 2108. {"count":0} 
[2025-07-16 19:54:07] local.INFO: Sessions updated for user 2110. {"count":0} 
[2025-07-16 19:54:08] local.INFO: Sessions updated for user 2113. {"count":0} 
[2025-07-16 19:54:09] local.INFO: Sessions updated for user 2114. {"count":0} 
[2025-07-16 19:54:10] local.INFO: Sessions updated for user 2115. {"count":0} 
[2025-07-16 19:54:11] local.INFO: Sessions updated for user 2116. {"count":0} 
[2025-07-16 19:54:12] local.INFO: Sessions updated for user 2117. {"count":0} 
[2025-07-16 19:54:13] local.INFO: Sessions updated for user 2118. {"count":0} 
[2025-07-16 19:54:14] local.INFO: Sessions updated for user 2120. {"count":0} 
[2025-07-16 19:54:16] local.INFO: Sessions updated for user 2121. {"count":0} 
[2025-07-16 19:54:17] local.INFO: Sessions updated for user 2122. {"count":0} 
[2025-07-16 19:54:18] local.INFO: Sessions updated for user 2123. {"count":0} 
[2025-07-16 19:54:24] local.INFO: Sessions updated for user 2124. {"count":3} 
[2025-07-16 19:54:31] local.INFO: Sessions updated for user 2125. {"count":16} 
[2025-07-16 19:54:38] local.ERROR: AmpecoApiService: RequestException for CP ID 390608: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 390608"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/390608","status":404} 
[2025-07-16 19:54:38] local.WARNING: AmpecoDataUpdater: Charge Point ID 390608 not found or inaccessible in API. Storing marker.  
[2025-07-16 19:54:43] local.INFO: Sessions updated for user 2126. {"count":23} 
[2025-07-16 19:54:48] local.INFO: Sessions updated for user 2127. {"count":8} 
[2025-07-16 19:54:50] local.INFO: Sessions updated for user 2130. {"count":13} 
[2025-07-16 19:55:06] local.INFO: Sessions updated for user 2131. {"count":9} 
[2025-07-16 19:55:07] local.INFO: Sessions updated for user 2132. {"count":0} 
[2025-07-16 19:55:14] local.INFO: Sessions updated for user 2134. {"count":15} 
[2025-07-16 19:55:15] local.INFO: Sessions updated for user 2135. {"count":0} 
[2025-07-16 19:55:21] local.INFO: Sessions updated for user 2136. {"count":6} 
[2025-07-16 19:55:22] local.INFO: Sessions updated for user 2139. {"count":0} 
[2025-07-16 19:55:23] local.INFO: Sessions updated for user 2140. {"count":0} 
[2025-07-16 19:55:24] local.INFO: Sessions updated for user 2141. {"count":20} 
[2025-07-16 19:55:28] local.INFO: Sessions updated for user 2142. {"count":23} 
[2025-07-16 19:55:31] local.INFO: Sessions updated for user 2146. {"count":51} 
[2025-07-16 19:55:33] local.INFO: Sessions updated for user 2147. {"count":26} 
[2025-07-16 19:55:34] local.INFO: Sessions updated for user 2149. {"count":0} 
[2025-07-16 19:55:35] local.INFO: Sessions updated for user 2152. {"count":0} 
[2025-07-16 19:55:38] local.INFO: Sessions updated for user 2153. {"count":3} 
[2025-07-16 19:55:39] local.INFO: Sessions updated for user 2154. {"count":0} 
[2025-07-16 19:55:41] local.INFO: Sessions updated for user 2155. {"count":0} 
[2025-07-16 19:55:42] local.INFO: Sessions updated for user 2156. {"count":1} 
[2025-07-16 19:55:43] local.INFO: Sessions updated for user 2157. {"count":0} 
[2025-07-16 19:55:44] local.INFO: Sessions updated for user 2159. {"count":0} 
[2025-07-16 19:55:46] local.INFO: Sessions updated for user 2161. {"count":0} 
[2025-07-16 19:55:47] local.INFO: Sessions updated for user 2162. {"count":0} 
[2025-07-16 19:55:50] local.INFO: Sessions updated for user 2163. {"count":4} 
[2025-07-16 19:55:52] local.INFO: Sessions updated for user 2164. {"count":3} 
[2025-07-16 19:55:53] local.INFO: Sessions updated for user 2165. {"count":0} 
[2025-07-16 19:55:54] local.INFO: Sessions updated for user 2166. {"count":0} 
[2025-07-16 19:56:01] local.INFO: Sessions updated for user 2167. {"count":17} 
[2025-07-16 19:56:10] local.INFO: Sessions updated for user 2168. {"count":24} 
[2025-07-16 19:56:11] local.INFO: Sessions updated for user 2169. {"count":12} 
[2025-07-16 19:56:12] local.INFO: Sessions updated for user 2170. {"count":7} 
[2025-07-16 19:56:21] local.INFO: Sessions updated for user 2171. {"count":26} 
[2025-07-16 19:56:22] local.INFO: Sessions updated for user 2172. {"count":0} 
[2025-07-16 19:56:25] local.INFO: Sessions updated for user 2173. {"count":25} 
[2025-07-16 19:56:27] local.INFO: Sessions updated for user 2174. {"count":6} 
[2025-07-16 19:56:27] local.INFO: Sessions updated for user 2175. {"count":0} 
[2025-07-16 19:56:28] local.INFO: Sessions updated for user 2177. {"count":0} 
[2025-07-16 19:56:35] local.INFO: Sessions updated for user 2178. {"count":21} 
[2025-07-16 19:56:36] local.INFO: Sessions updated for user 2179. {"count":0} 
[2025-07-16 19:56:37] local.INFO: Sessions updated for user 2180. {"count":0} 
[2025-07-16 19:56:38] local.INFO: Sessions updated for user 2181. {"count":0} 
[2025-07-16 19:56:39] local.INFO: Sessions updated for user 2182. {"count":0} 
[2025-07-16 19:56:42] local.INFO: Sessions updated for user 2183. {"count":25} 
[2025-07-16 19:56:43] local.INFO: Sessions updated for user 2184. {"count":0} 
[2025-07-16 19:56:44] local.INFO: Sessions updated for user 2185. {"count":0} 
[2025-07-16 19:56:45] local.INFO: Sessions updated for user 2186. {"count":0} 
[2025-07-16 19:56:48] local.INFO: Sessions updated for user 2187. {"count":2} 
[2025-07-16 19:56:49] local.INFO: Sessions updated for user 2188. {"count":0} 
[2025-07-16 19:56:50] local.INFO: Sessions updated for user 2190. {"count":0} 
[2025-07-16 19:56:51] local.INFO: Sessions updated for user 2191. {"count":0} 
[2025-07-16 19:56:52] local.INFO: Sessions updated for user 2192. {"count":0} 
[2025-07-16 19:56:53] local.INFO: Sessions updated for user 2193. {"count":0} 
[2025-07-16 19:56:54] local.INFO: Sessions updated for user 2196. {"count":0} 
[2025-07-16 19:56:55] local.INFO: Sessions updated for user 2198. {"count":0} 
[2025-07-16 19:56:58] local.INFO: Sessions updated for user 2199. {"count":23} 
[2025-07-16 19:56:59] local.INFO: Sessions updated for user 2200. {"count":0} 
[2025-07-16 19:57:00] local.INFO: Sessions updated for user 2201. {"count":0} 
[2025-07-16 19:57:01] local.INFO: Sessions updated for user 2202. {"count":0} 
[2025-07-16 19:57:05] local.INFO: Sessions updated for user 2203. {"count":25} 
[2025-07-16 19:57:06] local.INFO: Sessions updated for user 2204. {"count":0} 
[2025-07-16 19:57:10] local.INFO: Sessions updated for user 2205. {"count":19} 
[2025-07-16 19:57:16] local.INFO: Sessions updated for user 2206. {"count":15} 
[2025-07-16 19:57:21] local.INFO: Sessions updated for user 2207. {"count":20} 
[2025-07-16 19:57:22] local.INFO: Sessions updated for user 2208. {"count":0} 
[2025-07-16 19:57:23] local.INFO: Sessions updated for user 2209. {"count":0} 
[2025-07-16 19:57:24] local.INFO: Sessions updated for user 2210. {"count":0} 
[2025-07-16 19:57:27] local.INFO: Sessions updated for user 2213. {"count":5} 
[2025-07-16 19:57:29] local.INFO: Sessions updated for user 2214. {"count":1} 
[2025-07-16 19:57:31] local.INFO: Sessions updated for user 2215. {"count":5} 
[2025-07-16 19:57:41] local.INFO: Sessions updated for user 2216. {"count":8} 
[2025-07-16 19:57:42] local.INFO: Sessions updated for user 2217. {"count":0} 
[2025-07-16 19:57:43] local.INFO: Sessions updated for user 2218. {"count":0} 
[2025-07-16 19:57:51] local.INFO: Sessions updated for user 2221. {"count":41} 
[2025-07-16 19:57:57] local.INFO: Sessions updated for user 2224. {"count":5} 
[2025-07-16 19:57:59] local.INFO: Sessions updated for user 2226. {"count":0} 
[2025-07-16 19:58:08] local.INFO: Sessions updated for user 2227. {"count":6} 
[2025-07-16 19:58:09] local.INFO: Sessions updated for user 2228. {"count":0} 
[2025-07-16 19:58:15] local.INFO: Sessions updated for user 2229. {"count":4} 
[2025-07-16 19:58:16] local.INFO: Sessions updated for user 2232. {"count":0} 
[2025-07-16 19:58:17] local.INFO: Sessions updated for user 2233. {"count":0} 
[2025-07-16 19:58:19] local.INFO: Sessions updated for user 2234. {"count":0} 
[2025-07-16 19:58:20] local.INFO: Sessions updated for user 2236. {"count":0} 
[2025-07-16 19:58:36] local.INFO: Sessions updated for user 2237. {"count":25} 
[2025-07-16 19:58:49] local.INFO: Sessions updated for user 2238. {"count":10} 
[2025-07-16 19:58:50] local.INFO: Sessions updated for user 2239. {"count":1} 
[2025-07-16 19:58:51] local.INFO: Sessions updated for user 2240. {"count":0} 
[2025-07-16 19:58:52] local.INFO: Sessions updated for user 2242. {"count":0} 
[2025-07-16 19:58:53] local.INFO: Sessions updated for user 2243. {"count":0} 
[2025-07-16 19:58:54] local.INFO: Sessions updated for user 2244. {"count":0} 
[2025-07-16 19:58:55] local.INFO: Sessions updated for user 2245. {"count":0} 
[2025-07-16 19:58:56] local.INFO: Sessions updated for user 2246. {"count":0} 
[2025-07-16 19:58:57] local.INFO: Sessions updated for user 2247. {"count":0} 
[2025-07-16 19:58:58] local.INFO: Sessions updated for user 2248. {"count":0} 
[2025-07-16 19:59:06] local.INFO: Sessions updated for user 2249. {"count":7} 
[2025-07-16 19:59:07] local.INFO: Sessions updated for user 2250. {"count":0} 
[2025-07-16 19:59:12] local.INFO: Sessions updated for user 2251. {"count":3} 
[2025-07-16 19:59:13] local.INFO: Sessions updated for user 2253. {"count":0} 
[2025-07-16 19:59:14] local.INFO: Sessions updated for user 2254. {"count":0} 
[2025-07-16 19:59:15] local.INFO: Sessions updated for user 2255. {"count":0} 
[2025-07-16 19:59:16] local.INFO: Sessions updated for user 2256. {"count":0} 
[2025-07-16 19:59:17] local.INFO: Sessions updated for user 2257. {"count":0} 
[2025-07-16 19:59:21] local.INFO: Sessions updated for user 2258. {"count":2} 
[2025-07-16 19:59:22] local.INFO: Sessions updated for user 2259. {"count":0} 
[2025-07-16 19:59:23] local.INFO: Sessions updated for user 2260. {"count":0} 
[2025-07-16 19:59:24] local.INFO: Sessions updated for user 2261. {"count":0} 
[2025-07-16 19:59:30] local.INFO: Sessions updated for user 2262. {"count":6} 
[2025-07-16 19:59:31] local.INFO: Sessions updated for user 2263. {"count":0} 
[2025-07-16 19:59:32] local.INFO: Sessions updated for user 2264. {"count":0} 
[2025-07-16 19:59:33] local.INFO: Sessions updated for user 2265. {"count":0} 
[2025-07-16 19:59:34] local.INFO: Sessions updated for user 2266. {"count":0} 
[2025-07-16 19:59:35] local.INFO: Sessions updated for user 2267. {"count":0} 
[2025-07-16 19:59:37] local.INFO: Sessions updated for user 2268. {"count":1} 
[2025-07-16 19:59:38] local.INFO: Sessions updated for user 2269. {"count":0} 
[2025-07-16 19:59:39] local.INFO: Sessions updated for user 2270. {"count":0} 
[2025-07-16 19:59:53] local.INFO: Sessions updated for user 2272. {"count":23} 
[2025-07-16 19:59:54] local.INFO: Sessions updated for user 2273. {"count":0} 
[2025-07-16 19:59:55] local.INFO: Sessions updated for user 2274. {"count":0} 
[2025-07-16 19:59:56] local.INFO: Sessions updated for user 2275. {"count":1} 
[2025-07-16 19:59:59] local.INFO: Sessions updated for user 2277. {"count":1} 
[2025-07-16 20:00:00] local.INFO: Sessions updated for user 2279. {"count":0} 
[2025-07-16 20:00:03] local.INFO: Sessions updated for user 2280. {"count":7} 
[2025-07-16 20:00:04] local.INFO: Sessions updated for user 2281. {"count":0} 
[2025-07-16 20:00:05] local.INFO: Sessions updated for user 2284. {"count":0} 
[2025-07-16 20:00:06] local.INFO: Sessions updated for user 2288. {"count":0} 
[2025-07-16 20:00:07] local.INFO: Sessions updated for user 2289. {"count":0} 
[2025-07-16 20:00:08] local.INFO: Sessions updated for user 2290. {"count":0} 
[2025-07-16 20:00:09] local.INFO: Sessions updated for user 2291. {"count":0} 
[2025-07-16 20:00:10] local.INFO: Sessions updated for user 2292. {"count":0} 
[2025-07-16 20:00:11] local.INFO: Sessions updated for user 2294. {"count":0} 
[2025-07-16 20:00:12] local.INFO: Sessions updated for user 2295. {"count":0} 
[2025-07-16 20:00:14] local.INFO: Sessions updated for user 2296. {"count":0} 
[2025-07-16 20:00:15] local.INFO: Sessions updated for user 2297. {"count":0} 
[2025-07-16 20:00:16] local.INFO: Sessions updated for user 2299. {"count":0} 
[2025-07-16 20:00:17] local.INFO: Sessions updated for user 2300. {"count":0} 
[2025-07-16 20:00:18] local.INFO: Sessions updated for user 2301. {"count":0} 
[2025-07-16 20:00:19] local.INFO: Sessions updated for user 2302. {"count":0} 
[2025-07-16 20:00:20] local.INFO: Sessions updated for user 2304. {"count":0} 
[2025-07-16 20:00:21] local.INFO: Sessions updated for user 2305. {"count":0} 
[2025-07-16 20:00:22] local.INFO: Sessions updated for user 2307. {"count":0} 
[2025-07-16 20:00:23] local.INFO: Sessions updated for user 2308. {"count":0} 
[2025-07-16 20:00:24] local.INFO: Sessions updated for user 2309. {"count":0} 
[2025-07-16 20:00:25] local.INFO: Sessions updated for user 2310. {"count":0} 
[2025-07-16 20:00:26] local.INFO: Sessions updated for user 2311. {"count":0} 
[2025-07-16 20:00:27] local.INFO: Sessions updated for user 2312. {"count":0} 
[2025-07-16 20:00:28] local.INFO: Sessions updated for user 2313. {"count":0} 
[2025-07-16 20:00:29] local.INFO: Sessions updated for user 2314. {"count":0} 
[2025-07-16 20:00:30] local.INFO: Sessions updated for user 2315. {"count":0} 
[2025-07-16 20:00:32] local.INFO: Sessions updated for user 2317. {"count":8} 
[2025-07-16 20:00:34] local.INFO: Sessions updated for user 2318. {"count":3} 
[2025-07-16 20:00:35] local.INFO: Sessions updated for user 2319. {"count":7} 
[2025-07-16 20:00:36] local.INFO: Sessions updated for user 2320. {"count":1} 
[2025-07-16 20:00:38] local.INFO: Sessions updated for user 2321. {"count":5} 
[2025-07-16 20:00:39] local.INFO: Sessions updated for user 2322. {"count":0} 
[2025-07-16 20:00:40] local.INFO: Sessions updated for user 2323. {"count":3} 
[2025-07-16 20:00:41] local.INFO: Sessions updated for user 2324. {"count":2} 
[2025-07-16 20:00:42] local.INFO: Sessions updated for user 2325. {"count":0} 
[2025-07-16 20:00:43] local.INFO: Sessions updated for user 2326. {"count":4} 
[2025-07-16 20:00:44] local.INFO: Sessions updated for user 2327. {"count":0} 
[2025-07-16 20:00:45] local.INFO: Sessions updated for user 2328. {"count":8} 
[2025-07-16 20:00:48] local.INFO: Sessions updated for user 2329. {"count":9} 
[2025-07-16 20:00:49] local.INFO: Sessions updated for user 2330. {"count":0} 
[2025-07-16 20:00:50] local.INFO: Sessions updated for user 2331. {"count":0} 
[2025-07-16 20:00:51] local.INFO: Sessions updated for user 2332. {"count":0} 
[2025-07-16 20:00:53] local.INFO: Sessions updated for user 2333. {"count":0} 
[2025-07-16 20:00:56] local.INFO: Sessions updated for user 2334. {"count":3} 
[2025-07-16 20:01:00] local.INFO: Sessions updated for user 2335. {"count":7} 
[2025-07-16 20:01:02] local.INFO: Sessions updated for user 2336. {"count":0} 
[2025-07-16 20:01:04] local.INFO: Sessions updated for user 2338. {"count":0} 
[2025-07-16 20:01:14] local.INFO: Sessions updated for user 2339. {"count":8} 
[2025-07-16 20:01:23] local.INFO: Sessions updated for user 2340. {"count":15} 
[2025-07-16 20:01:24] local.INFO: Sessions updated for user 2341. {"count":0} 
[2025-07-16 20:01:27] local.INFO: Sessions updated for user 2342. {"count":1} 
[2025-07-16 20:01:34] local.INFO: Sessions updated for user 2343. {"count":5} 
[2025-07-16 20:01:36] local.INFO: Sessions updated for user 2344. {"count":9} 
[2025-07-16 20:01:47] local.INFO: Sessions updated for user 2345. {"count":19} 
[2025-07-16 20:01:50] local.INFO: Sessions updated for user 2346. {"count":1} 
[2025-07-16 20:01:51] local.INFO: Sessions updated for user 2347. {"count":0} 
[2025-07-16 20:01:52] local.INFO: Sessions updated for user 2348. {"count":0} 
[2025-07-16 20:01:59] local.INFO: Sessions updated for user 2349. {"count":1} 
[2025-07-16 20:02:00] local.INFO: Sessions updated for user 2351. {"count":0} 
[2025-07-16 20:02:01] local.INFO: Sessions updated for user 2352. {"count":0} 
[2025-07-16 20:02:02] local.INFO: Sessions updated for user 2354. {"count":0} 
[2025-07-16 20:02:03] local.INFO: Sessions updated for user 2355. {"count":0} 
[2025-07-16 20:02:04] local.INFO: Sessions updated for user 2356. {"count":1} 
[2025-07-16 20:02:05] local.INFO: Sessions updated for user 2357. {"count":0} 
[2025-07-16 20:02:06] local.INFO: Sessions updated for user 2358. {"count":0} 
[2025-07-16 20:02:07] local.INFO: Sessions updated for user 2360. {"count":0} 
[2025-07-16 20:02:08] local.INFO: Sessions updated for user 2361. {"count":0} 
[2025-07-16 20:02:09] local.INFO: Sessions updated for user 2362. {"count":0} 
[2025-07-16 20:02:10] local.INFO: Sessions updated for user 2364. {"count":1} 
[2025-07-16 20:02:11] local.INFO: Sessions updated for user 2365. {"count":0} 
[2025-07-16 20:02:13] local.INFO: Sessions updated for user 2366. {"count":0} 
[2025-07-16 20:02:14] local.INFO: Sessions updated for user 2370. {"count":0} 
[2025-07-16 20:02:15] local.INFO: Sessions updated for user 2371. {"count":0} 
[2025-07-16 20:02:16] local.INFO: Sessions updated for user 2373. {"count":0} 
[2025-07-16 20:02:17] local.INFO: Sessions updated for user 2374. {"count":0} 
[2025-07-16 20:02:18] local.INFO: Sessions updated for user 2375. {"count":0} 
[2025-07-16 20:02:19] local.INFO: Sessions updated for user 2376. {"count":0} 
[2025-07-16 20:02:20] local.INFO: Sessions updated for user 2378. {"count":0} 
[2025-07-16 20:02:23] local.INFO: Sessions updated for user 2379. {"count":1} 
[2025-07-16 20:02:24] local.INFO: Sessions updated for user 2380. {"count":0} 
[2025-07-16 20:02:25] local.INFO: Sessions updated for user 2381. {"count":0} 
[2025-07-16 20:02:27] local.INFO: Sessions updated for user 2382. {"count":0} 
[2025-07-16 20:02:28] local.INFO: Sessions updated for user 2383. {"count":1} 
[2025-07-16 20:02:29] local.INFO: Sessions updated for user 2384. {"count":0} 
[2025-07-16 20:02:30] local.INFO: Sessions updated for user 2385. {"count":1} 
[2025-07-16 20:02:31] local.INFO: Sessions updated for user 2387. {"count":0} 
[2025-07-16 20:02:38] local.INFO: Sessions updated for user 2388. {"count":3} 
[2025-07-16 20:02:43] local.INFO: Sessions updated for user 2389. {"count":3} 
[2025-07-16 20:02:44] local.INFO: Sessions updated for user 2391. {"count":0} 
[2025-07-16 20:02:48] local.INFO: Sessions updated for user 2392. {"count":1} 
[2025-07-16 20:02:49] local.INFO: Sessions updated for user 2393. {"count":0} 
[2025-07-16 20:02:50] local.INFO: Sessions updated for user 2394. {"count":0} 
[2025-07-16 20:02:51] local.INFO: Sessions updated for user 2395. {"count":0} 
[2025-07-16 20:02:52] local.INFO: Sessions updated for user 2396. {"count":0} 
[2025-07-16 20:02:54] local.INFO: Sessions updated for user 2397. {"count":1} 
[2025-07-16 20:02:55] local.INFO: Sessions updated for user 2398. {"count":0} 
[2025-07-16 20:02:56] local.INFO: Sessions updated for user 2399. {"count":0} 
[2025-07-16 20:02:57] local.INFO: Sessions updated for user 2400. {"count":1} 
[2025-07-16 20:02:58] local.INFO: Sessions updated for user 2402. {"count":0} 
[2025-07-16 20:02:59] local.INFO: Sessions updated for user 2403. {"count":0} 
[2025-07-16 20:03:05] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-16 20:03:05] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-16 20:03:09] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-16 20:03:09] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-16 20:03:11] local.INFO: Sessions updated for user 2404. {"count":13} 
[2025-07-16 20:03:12] local.INFO: Sessions updated for user 2405. {"count":0} 
[2025-07-16 20:03:14] local.INFO: Sessions updated for user 2406. {"count":5} 
[2025-07-16 20:03:15] local.INFO: Sessions updated for user 2407. {"count":0} 
[2025-07-16 20:03:20] local.INFO: Sessions updated for user 2408. {"count":10} 
[2025-07-16 20:03:23] local.INFO: Sessions updated for user 2410. {"count":1} 
[2025-07-16 20:03:26] local.INFO: Sessions updated for user 2412. {"count":1} 
[2025-07-16 20:03:27] local.INFO: Sessions updated for user 2413. {"count":0} 
[2025-07-16 20:03:28] local.INFO: Sessions updated for user 2414. {"count":0} 
[2025-07-16 20:03:29] local.INFO: Sessions updated for user 2415. {"count":0} 
[2025-07-16 20:03:30] local.INFO: Sessions updated for user 2416. {"count":0} 
[2025-07-16 20:03:32] local.INFO: Sessions updated for user 2417. {"count":0} 
[2025-07-16 20:03:33] local.INFO: Sessions updated for user 2418. {"count":0} 
[2025-07-16 20:03:34] local.INFO: Sessions updated for user 2419. {"count":0} 
[2025-07-16 20:03:35] local.INFO: Sessions updated for user 2420. {"count":0} 
[2025-07-16 20:03:36] local.INFO: Sessions updated for user 2421. {"count":0} 
[2025-07-16 20:03:37] local.INFO: Sessions updated for user 2422. {"count":0} 
[2025-07-16 20:03:38] local.INFO: Sessions updated for user 2424. {"count":0} 
[2025-07-16 20:03:39] local.INFO: Sessions updated for user 2425. {"count":0} 
[2025-07-16 20:03:40] local.INFO: Sessions updated for user 2426. {"count":0} 
[2025-07-16 20:03:41] local.INFO: Sessions updated for user 2427. {"count":0} 
[2025-07-16 20:03:42] local.INFO: Sessions updated for user 2428. {"count":0} 
[2025-07-16 20:03:43] local.INFO: Sessions updated for user 2430. {"count":0} 
[2025-07-16 20:03:44] local.INFO: Sessions updated for user 2431. {"count":0} 
[2025-07-16 20:03:45] local.INFO: Sessions updated for user 2432. {"count":0} 
[2025-07-16 20:03:46] local.INFO: Sessions updated for user 2433. {"count":0} 
[2025-07-16 20:03:47] local.INFO: Sessions updated for user 2435. {"count":0} 
[2025-07-16 20:03:47] local.INFO: Total Users processed for sessions. {"count":1972} 
[2025-07-16 20:03:48] local.INFO: Ampeco data update completed successfully!  
[2025-07-16 20:15:17] local.INFO: AmpecoDataUpdater: Command started.  
[2025-07-16 20:15:17] local.INFO: AmpecoDataUpdater: DEBUG_USER_ID from .env is: Not Set  
[2025-07-16 20:15:17] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:20] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":100,"total":1972}} 
[2025-07-16 20:15:21] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:23] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"156\",\"email\":\"geertpennewaert@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Geert\",\"middleName\":null,\"lastName\":\"Pennewaert\",\"phone\":\"0476630591\",\"country\":\"BE\",\"state\":null,\"city\":\"Oudegem\",\"postCode\":\"9200\",\"address\":\"Ouburg 130\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":313,\"externalId\":null,\"lastUpdatedAt\":\"2022-06-01T15:29:58+00:00\",\"createdAt\":...","meta_data":{"current_page":2,"from":101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":200,"total":1972}} 
[2025-07-16 20:15:23] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:25] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"280\",\"email\":\"vavo@piso.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Wim\",\"middleName\":null,\"lastName\":\"Vrancken\",\"phone\":\"0478257802\",\"country\":\"BE\",\"state\":null,\"city\":\"St-Joris-Winge\",\"postCode\":\"3390\",\"address\":\"Wingerstraat 20\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":50.57,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2310,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-17T12:45:55+00:00\",\"createdA...","meta_data":{"current_page":3,"from":201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":300,"total":1972}} 
[2025-07-16 20:15:25] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:28] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"388\",\"email\":\"steven.deron@nippongases.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Steven\",\"middleName\":null,\"lastName\":\"De Ron\",\"phone\":\"0485686876\",\"country\":\"BE\",\"state\":null,\"city\":\"Boortmeerbeek\",\"postCode\":\"3191\",\"address\":\"Ravesteinstraat 96, Hever 3191 Boortmeerbeek, Belgium\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":148.3,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2720,\"externalId\":null,\"l...","meta_data":{"current_page":4,"from":301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":400,"total":1972}} 
[2025-07-16 20:15:28] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:30] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"497\",\"email\":\"sandra@capitalecars.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Edmond\",\"middleName\":null,\"lastName\":\"Plas\",\"phone\":\"+32475235296\",\"country\":\"BE\",\"state\":null,\"city\":\"Asse\",\"postCode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"fr\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":845,\"externalId\":null,\"lastUpdatedAt\":\"2023-06-06T13:06:44+00:00\",\"crea...","meta_data":{"current_page":5,"from":401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":500,"total":1972}} 
[2025-07-16 20:15:30] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:32] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"613\",\"email\":\"Kurt.fanton@madolex.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Kurt\",\"middleName\":null,\"lastName\":\"Fanton\",\"phone\":\"0484671968\",\"country\":\"BE\",\"state\":\"Ossendriesstraat 42\",\"city\":\"Zonhoven\",\"postCode\":\"3520\",\"address\":\"ossendriesstraat 42\",\"vehicleNo\":\"2-DUM-217\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2023-07-27T...","meta_data":{"current_page":6,"from":501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":600,"total":1972}} 
[2025-07-16 20:15:32] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:34] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"743\",\"email\":\"stijn.bogaerts@outlook.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Stijn\",\"middleName\":null,\"lastName\":\"Bogaerts\",\"phone\":\"+32 499 93 60 03\",\"country\":\"BE\",\"state\":null,\"city\":\"Edegem\",\"postCode\":\"2650\",\"address\":\"Pieter Van den Bemdenlaan 59\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":100,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-10T1...","meta_data":{"current_page":7,"from":601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":700,"total":1972}} 
[2025-07-16 20:15:34] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:36] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"858\",\"email\":\"nicobonnast@me.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Nico\",\"middleName\":null,\"lastName\":\"Bonnast\",\"phone\":\"+32477384279\",\"country\":\"BE\",\"state\":null,\"city\":\"Wetteren\",\"postCode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"vehicleNo\":\"2-ELT-630\",\"personal_id\":\"591-9330104-67\",\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2156,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-31T11...","meta_data":{"current_page":8,"from":701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":800,"total":1972}} 
[2025-07-16 20:15:36] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:39] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"974\",\"email\":\"tommie.van.mechgelen@centomedia.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Tommie\",\"middleName\":null,\"lastName\":\"Van Mechgelen\",\"phone\":\"+32496642889\",\"country\":\"BE\",\"state\":null,\"city\":\"Wommelgem\",\"postCode\":\"2160\",\"address\":\"Gullenrodestraat 7 unit 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-...","meta_data":{"current_page":9,"from":801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":900,"total":1972}} 
[2025-07-16 20:15:39] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:41] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1114\",\"email\":\"mike@brandnewoffice.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Mike\",\"middleName\":null,\"lastName\":\"De Koster\",\"phone\":\"0486 41 33 35\",\"country\":\"BE\",\"state\":null,\"city\":\"Herne\",\"postCode\":\"1540\",\"address\":\"Tweekapellenstraat 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-03-17T09:17:33+00:00\",...","meta_data":{"current_page":10,"from":901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1000,"total":1972}} 
[2025-07-16 20:15:41] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:43] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1272\",\"email\":\"gerritdevos@skynet.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Gerrit\",\"middleName\":null,\"lastName\":\"De Vos\",\"phone\":\"+32456310834\",\"country\":\"BE\",\"state\":null,\"city\":\"Lochristi\",\"postCode\":\"9080\",\"address\":\"Bosdreef 12C\",\"vehicleNo\":\"2fls641\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":438.05,\"status\":\"enabled\",\"userGroupIds\":[199],\"subscriptionId\":1319,\"externalId\":null,\"lastUpdatedAt\":\"2024-06-14T08:03:14+00:0...","meta_data":{"current_page":11,"from":1001,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1100,"total":1972}} 
[2025-07-16 20:15:43] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:45] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1387\",\"email\":\"bajetak586@albarulo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Bibro\",\"middleName\":null,\"lastName\":\"Antar\",\"phone\":\"+40721001950\",\"country\":\"SE\",\"state\":null,\"city\":\"Stockholm\",\"postCode\":\"11543\",\"address\":\"ahlessen nr. 44\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"disabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-09-30T07:49:51+00:00\",\"crea...","meta_data":{"current_page":12,"from":1101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1200,"total":1972}} 
[2025-07-16 20:15:45] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:48] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1515\",\"email\":\"yunotjeanbex@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Yunot\",\"middleName\":null,\"lastName\":\"Bex\",\"phone\":\"+32460940182\",\"country\":\"BE\",\"state\":null,\"city\":\"Hasselt\",\"postCode\":\"3511\",\"address\":\"Deken Habrakenstraat 8\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":16.22,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":1778,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T18:33:50+00:00\",\"...","meta_data":{"current_page":13,"from":1201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1300,"total":1972}} 
[2025-07-16 20:15:48] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:50] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1630\",\"email\":\"pascale.vanolst@everlam.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Pascale\",\"middleName\":null,\"lastName\":\"Vanolst\",\"phone\":\"0487 26 95 23\",\"country\":\"BE\",\"state\":null,\"city\":\"Mechelen\",\"postCode\":\"2800\",\"address\":\"Blokhuisstraat 47 J           B-2800 Mechelen\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2012,\"externalId\":null,\"lastUpdatedAt...","meta_data":{"current_page":14,"from":1301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1400,"total":1972}} 
[2025-07-16 20:15:50] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:52] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1735\",\"email\":\"christophe.leysen@live.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Christophe\",\"middleName\":null,\"lastName\":\"Leysen\",\"phone\":\"+32470868696\",\"country\":\"BE\",\"state\":\"Antwerpen\",\"city\":\"Kontich\",\"postCode\":\"2550\",\"address\":\"lijsterbolstraat 18\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-12-26T10:50...","meta_data":{"current_page":15,"from":1401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1500,"total":1972}} 
[2025-07-16 20:15:52] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:54] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1852\",\"email\":\"susanbaba73@yahoo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":null,\"middleName\":null,\"lastName\":null,\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"es-ES\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-31T19:51:30+00:00\",\"createdAt\":\"2025-01-31T19:51:30+00:00\",\"cre...","meta_data":{"current_page":16,"from":1501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1600,"total":1972}} 
[2025-07-16 20:15:54] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:57] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1957\",\"email\":\"Heidi.Goossens@sobi.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Heidi\",\"middleName\":null,\"lastName\":\"Goossens\",\"phone\":\"32497590918\",\"country\":\"BE\",\"state\":null,\"city\":\"Waanrode\",\"postCode\":\"3473\",\"address\":\"Oude Tiensestraat 40\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":192.86,\"status\":\"enabled\",\"userGroupIds\":[228],\"subscriptionId\":2412,\"externalId\":\"1957\",\"lastUpdatedAt\":\"2025-04-02T11:59:5...","meta_data":{"current_page":17,"from":1601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1700,"total":1972}} 
[2025-07-16 20:15:57] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:15:59] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2093\",\"email\":\"sbai.ayoub@hotmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Ayoub\",\"middleName\":null,\"lastName\":\"Sbai\",\"phone\":\"+33643202625\",\"country\":\"FR\",\"state\":null,\"city\":\"Paris\",\"postCode\":\"75019\",\"address\":\"16 all\\u00e9e de Fontainebelau\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":51.65,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T10:36:03+...","meta_data":{"current_page":18,"from":1701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1800,"total":1972}} 
[2025-07-16 20:15:59] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:16:01] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2228\",\"email\":\"brecht.van.camp@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Brecht\",\"middleName\":null,\"lastName\":\"Van Camp\",\"phone\":\"+32476 58 79 81\",\"country\":\"BE\",\"state\":null,\"city\":\"Oelegem\",\"postCode\":\"2520\",\"address\":\"Schransken 5a\\/001\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-25T11:14:32+00:0...","meta_data":{"current_page":19,"from":1801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1900,"total":1972}} 
[2025-07-16 20:16:01] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 20:16:03] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2347\",\"email\":\"sarah.jacobs@docitconsult.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Sarah\",\"middleName\":null,\"lastName\":\"Jacobs\",\"phone\":\"0472013387\",\"country\":\"BE\",\"state\":null,\"city\":\"Schoten\",\"postCode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2595,\"externalId\":\"2347\",\"lastUpdatedAt\":\"2025-06-30T11:38:38+00:00...","meta_data":{"current_page":20,"from":1901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1972,"total":1972}} 
[2025-07-16 20:16:04] local.INFO: Sessions updated for user 1. {"count":0} 
[2025-07-16 20:16:04] local.INFO: Sessions updated for user 7. {"count":0} 
[2025-07-16 20:16:05] local.INFO: Sessions updated for user 15. {"count":0} 
[2025-07-16 20:16:06] local.INFO: Sessions updated for user 17. {"count":0} 
[2025-07-16 20:16:06] local.INFO: Sessions updated for user 19. {"count":0} 
[2025-07-16 20:16:07] local.INFO: Sessions updated for user 20. {"count":0} 
[2025-07-16 20:16:08] local.INFO: Sessions updated for user 21. {"count":0} 
[2025-07-16 20:16:08] local.INFO: Sessions updated for user 23. {"count":0} 
[2025-07-16 20:16:09] local.INFO: Sessions updated for user 26. {"count":0} 
[2025-07-16 20:16:10] local.INFO: Sessions updated for user 27. {"count":0} 
[2025-07-16 20:16:11] local.INFO: Sessions updated for user 28. {"count":0} 
[2025-07-16 20:16:11] local.INFO: Sessions updated for user 30. {"count":0} 
[2025-07-16 20:16:12] local.INFO: Sessions updated for user 32. {"count":0} 
[2025-07-16 20:16:13] local.INFO: Sessions updated for user 33. {"count":0} 
[2025-07-16 20:16:14] local.INFO: Sessions updated for user 36. {"count":0} 
[2025-07-16 20:16:16] local.INFO: Sessions updated for user 40. {"count":0} 
[2025-07-16 20:16:16] local.INFO: Sessions updated for user 41. {"count":0} 
[2025-07-16 20:16:17] local.INFO: Sessions updated for user 45. {"count":0} 
[2025-07-16 20:16:18] local.INFO: Sessions updated for user 46. {"count":0} 
[2025-07-16 20:16:18] local.INFO: Sessions updated for user 47. {"count":0} 
[2025-07-16 20:16:19] local.INFO: Sessions updated for user 50. {"count":0} 
[2025-07-16 20:16:20] local.INFO: Sessions updated for user 52. {"count":0} 
[2025-07-16 20:16:21] local.INFO: Sessions updated for user 53. {"count":0} 
[2025-07-16 20:16:21] local.INFO: Sessions updated for user 55. {"count":0} 
[2025-07-16 20:16:22] local.INFO: Sessions updated for user 57. {"count":0} 
[2025-07-16 20:16:23] local.INFO: Sessions updated for user 60. {"count":0} 
[2025-07-16 20:16:24] local.INFO: Sessions updated for user 61. {"count":0} 
[2025-07-16 20:16:24] local.INFO: Sessions updated for user 62. {"count":0} 
[2025-07-16 20:16:25] local.INFO: Sessions updated for user 63. {"count":0} 
[2025-07-16 20:16:26] local.INFO: Sessions updated for user 64. {"count":0} 
[2025-07-16 20:16:26] local.INFO: Sessions updated for user 65. {"count":0} 
[2025-07-16 20:16:27] local.INFO: Sessions updated for user 66. {"count":0} 
[2025-07-16 20:16:28] local.INFO: Sessions updated for user 67. {"count":0} 
[2025-07-16 20:16:28] local.INFO: Sessions updated for user 68. {"count":0} 
[2025-07-16 20:16:29] local.INFO: Sessions updated for user 69. {"count":0} 
[2025-07-16 20:16:30] local.INFO: Sessions updated for user 71. {"count":0} 
[2025-07-16 20:16:30] local.INFO: Sessions updated for user 72. {"count":0} 
[2025-07-16 20:16:31] local.INFO: Sessions updated for user 73. {"count":0} 
[2025-07-16 20:16:32] local.INFO: Sessions updated for user 74. {"count":0} 
[2025-07-16 20:16:33] local.INFO: Sessions updated for user 76. {"count":0} 
[2025-07-16 20:16:33] local.INFO: Sessions updated for user 77. {"count":0} 
[2025-07-16 20:16:34] local.INFO: Sessions updated for user 79. {"count":0} 
[2025-07-16 20:16:35] local.INFO: Sessions updated for user 80. {"count":0} 
[2025-07-16 20:16:36] local.INFO: Sessions updated for user 81. {"count":0} 
[2025-07-16 20:16:36] local.INFO: Sessions updated for user 84. {"count":0} 
[2025-07-16 20:16:37] local.INFO: Sessions updated for user 85. {"count":0} 
[2025-07-16 20:16:38] local.INFO: Sessions updated for user 86. {"count":0} 
[2025-07-16 20:16:38] local.INFO: Sessions updated for user 87. {"count":0} 
[2025-07-16 20:16:39] local.INFO: Sessions updated for user 88. {"count":0} 
[2025-07-16 20:16:40] local.INFO: Sessions updated for user 89. {"count":0} 
[2025-07-16 20:16:40] local.INFO: Sessions updated for user 90. {"count":0} 
[2025-07-16 20:16:41] local.INFO: Sessions updated for user 91. {"count":0} 
[2025-07-16 20:16:42] local.INFO: Sessions updated for user 92. {"count":0} 
[2025-07-16 20:16:42] local.INFO: Sessions updated for user 94. {"count":0} 
[2025-07-16 20:16:43] local.INFO: Sessions updated for user 95. {"count":0} 
[2025-07-16 20:16:44] local.INFO: Sessions updated for user 96. {"count":0} 
[2025-07-16 20:16:45] local.INFO: Sessions updated for user 97. {"count":0} 
[2025-07-16 20:16:45] local.INFO: Sessions updated for user 98. {"count":0} 
[2025-07-16 20:16:46] local.INFO: Sessions updated for user 99. {"count":0} 
[2025-07-16 20:16:47] local.INFO: Sessions updated for user 100. {"count":0} 
[2025-07-16 20:16:48] local.INFO: Sessions updated for user 101. {"count":0} 
[2025-07-16 20:16:49] local.INFO: Sessions updated for user 102. {"count":0} 
[2025-07-16 20:16:50] local.INFO: Sessions updated for user 103. {"count":0} 
[2025-07-16 20:16:50] local.INFO: Sessions updated for user 104. {"count":0} 
[2025-07-16 20:16:51] local.INFO: Sessions updated for user 105. {"count":0} 
[2025-07-16 20:16:52] local.INFO: Sessions updated for user 106. {"count":0} 
[2025-07-16 20:16:53] local.INFO: Sessions updated for user 107. {"count":0} 
[2025-07-16 20:16:53] local.INFO: Sessions updated for user 108. {"count":0} 
[2025-07-16 20:16:54] local.INFO: Sessions updated for user 109. {"count":0} 
[2025-07-16 20:16:55] local.INFO: Sessions updated for user 110. {"count":0} 
[2025-07-16 20:16:56] local.INFO: Sessions updated for user 111. {"count":0} 
[2025-07-16 20:16:56] local.INFO: Sessions updated for user 112. {"count":0} 
[2025-07-16 20:16:57] local.INFO: Sessions updated for user 113. {"count":0} 
[2025-07-16 20:16:58] local.INFO: Sessions updated for user 114. {"count":0} 
[2025-07-16 20:16:58] local.INFO: Sessions updated for user 115. {"count":0} 
[2025-07-16 20:16:59] local.INFO: Sessions updated for user 116. {"count":0} 
[2025-07-16 20:17:00] local.INFO: Sessions updated for user 117. {"count":0} 
[2025-07-16 20:17:00] local.INFO: Sessions updated for user 118. {"count":0} 
[2025-07-16 20:17:01] local.INFO: Sessions updated for user 119. {"count":0} 
[2025-07-16 20:17:02] local.INFO: Sessions updated for user 121. {"count":0} 
[2025-07-16 20:17:02] local.INFO: Sessions updated for user 122. {"count":0} 
[2025-07-16 20:17:03] local.INFO: Sessions updated for user 123. {"count":0} 
[2025-07-16 20:17:04] local.INFO: Sessions updated for user 124. {"count":0} 
[2025-07-16 20:17:04] local.INFO: Sessions updated for user 125. {"count":0} 
[2025-07-16 20:17:05] local.INFO: Sessions updated for user 127. {"count":0} 
[2025-07-16 20:17:06] local.INFO: Sessions updated for user 128. {"count":0} 
[2025-07-16 20:17:07] local.INFO: Sessions updated for user 130. {"count":0} 
[2025-07-16 20:17:07] local.INFO: Sessions updated for user 131. {"count":0} 
[2025-07-16 20:17:08] local.INFO: Sessions updated for user 134. {"count":0} 
[2025-07-16 20:17:09] local.INFO: Sessions updated for user 140. {"count":0} 
[2025-07-16 20:17:09] local.INFO: Sessions updated for user 142. {"count":0} 
[2025-07-16 20:17:10] local.INFO: Sessions updated for user 143. {"count":0} 
[2025-07-16 20:17:11] local.INFO: Sessions updated for user 144. {"count":0} 
[2025-07-16 20:17:11] local.INFO: Sessions updated for user 145. {"count":0} 
[2025-07-16 20:17:12] local.INFO: Sessions updated for user 146. {"count":0} 
[2025-07-16 20:17:13] local.INFO: Sessions updated for user 147. {"count":0} 
[2025-07-16 20:17:13] local.INFO: Sessions updated for user 150. {"count":0} 
[2025-07-16 20:17:14] local.INFO: Sessions updated for user 152. {"count":0} 
[2025-07-16 20:17:15] local.INFO: Sessions updated for user 154. {"count":0} 
[2025-07-16 20:17:16] local.INFO: Sessions updated for user 155. {"count":0} 
[2025-07-16 20:17:16] local.INFO: Sessions updated for user 156. {"count":0} 
[2025-07-16 20:17:17] local.INFO: Sessions updated for user 159. {"count":0} 
[2025-07-16 20:17:18] local.INFO: Sessions updated for user 160. {"count":0} 
[2025-07-16 20:17:19] local.INFO: Sessions updated for user 161. {"count":0} 
[2025-07-16 20:17:20] local.INFO: Sessions updated for user 162. {"count":0} 
[2025-07-16 20:17:21] local.INFO: Sessions updated for user 163. {"count":0} 
[2025-07-16 20:17:21] local.INFO: Sessions updated for user 164. {"count":0} 
[2025-07-16 20:17:22] local.INFO: Sessions updated for user 166. {"count":0} 
[2025-07-16 20:17:23] local.INFO: Sessions updated for user 167. {"count":0} 
[2025-07-16 20:17:24] local.INFO: Sessions updated for user 168. {"count":0} 
[2025-07-16 20:17:24] local.INFO: Sessions updated for user 169. {"count":0} 
[2025-07-16 20:17:25] local.INFO: Sessions updated for user 170. {"count":0} 
[2025-07-16 20:17:26] local.INFO: Sessions updated for user 171. {"count":0} 
[2025-07-16 20:17:26] local.INFO: Sessions updated for user 172. {"count":0} 
[2025-07-16 20:17:27] local.INFO: Sessions updated for user 173. {"count":0} 
[2025-07-16 20:17:28] local.INFO: Sessions updated for user 174. {"count":0} 
[2025-07-16 20:17:28] local.INFO: Sessions updated for user 175. {"count":0} 
[2025-07-16 20:17:29] local.INFO: Sessions updated for user 176. {"count":0} 
[2025-07-16 20:17:30] local.INFO: Sessions updated for user 177. {"count":0} 
[2025-07-16 20:17:30] local.INFO: Sessions updated for user 178. {"count":0} 
[2025-07-16 20:17:31] local.INFO: Sessions updated for user 179. {"count":0} 
[2025-07-16 20:17:32] local.INFO: Sessions updated for user 180. {"count":0} 
[2025-07-16 20:17:32] local.INFO: Sessions updated for user 181. {"count":0} 
[2025-07-16 20:17:33] local.INFO: Sessions updated for user 182. {"count":0} 
[2025-07-16 20:17:34] local.INFO: Sessions updated for user 183. {"count":0} 
[2025-07-16 20:17:36] local.INFO: Sessions updated for user 184. {"count":0} 
[2025-07-16 20:17:36] local.INFO: Sessions updated for user 185. {"count":0} 
[2025-07-16 20:17:37] local.INFO: Sessions updated for user 186. {"count":0} 
[2025-07-16 20:17:38] local.INFO: Sessions updated for user 187. {"count":0} 
[2025-07-16 20:17:39] local.INFO: Sessions updated for user 188. {"count":0} 
[2025-07-16 20:17:40] local.INFO: Sessions updated for user 191. {"count":0} 
[2025-07-16 20:17:41] local.INFO: Sessions updated for user 192. {"count":0} 
[2025-07-16 20:17:42] local.INFO: Sessions updated for user 193. {"count":0} 
[2025-07-16 20:17:42] local.INFO: Sessions updated for user 194. {"count":0} 
[2025-07-16 20:17:43] local.INFO: Sessions updated for user 196. {"count":0} 
[2025-07-16 20:17:44] local.INFO: Sessions updated for user 197. {"count":0} 
[2025-07-16 20:17:45] local.INFO: Sessions updated for user 199. {"count":0} 
[2025-07-16 20:17:45] local.INFO: Sessions updated for user 200. {"count":0} 
[2025-07-16 20:17:46] local.INFO: Sessions updated for user 204. {"count":0} 
[2025-07-16 20:17:47] local.INFO: Sessions updated for user 205. {"count":0} 
[2025-07-16 20:17:48] local.INFO: Sessions updated for user 206. {"count":0} 
[2025-07-16 20:17:50] local.INFO: Sessions updated for user 207. {"count":0} 
[2025-07-16 20:17:51] local.INFO: Sessions updated for user 208. {"count":0} 
[2025-07-16 20:17:52] local.INFO: Sessions updated for user 209. {"count":0} 
[2025-07-16 20:17:53] local.INFO: Sessions updated for user 210. {"count":0} 
[2025-07-16 20:17:54] local.INFO: Sessions updated for user 211. {"count":0} 
[2025-07-16 20:17:55] local.INFO: Sessions updated for user 212. {"count":0} 
[2025-07-16 20:17:56] local.INFO: Sessions updated for user 213. {"count":0} 
[2025-07-16 20:17:56] local.INFO: Sessions updated for user 214. {"count":0} 
[2025-07-16 20:17:57] local.INFO: Sessions updated for user 216. {"count":0} 
[2025-07-16 20:17:58] local.INFO: Sessions updated for user 217. {"count":0} 
[2025-07-16 20:18:00] local.INFO: Sessions updated for user 219. {"count":0} 
[2025-07-16 20:18:02] local.INFO: Sessions updated for user 220. {"count":0} 
[2025-07-16 20:18:05] local.INFO: Sessions updated for user 221. {"count":0} 
[2025-07-16 20:18:08] local.INFO: Sessions updated for user 222. {"count":0} 
[2025-07-16 20:18:09] local.INFO: Sessions updated for user 223. {"count":0} 
[2025-07-16 20:18:11] local.INFO: Sessions updated for user 224. {"count":0} 
[2025-07-16 20:18:12] local.INFO: Sessions updated for user 225. {"count":0} 
[2025-07-16 20:18:14] local.INFO: Sessions updated for user 226. {"count":0} 
[2025-07-16 20:18:15] local.INFO: Sessions updated for user 228. {"count":0} 
[2025-07-16 20:18:17] local.INFO: Sessions updated for user 229. {"count":0} 
[2025-07-16 20:18:18] local.INFO: Sessions updated for user 230. {"count":0} 
[2025-07-16 20:18:19] local.INFO: Sessions updated for user 232. {"count":0} 
[2025-07-16 20:18:21] local.INFO: Sessions updated for user 233. {"count":0} 
[2025-07-16 20:18:22] local.INFO: Sessions updated for user 234. {"count":0} 
[2025-07-16 20:18:23] local.INFO: Sessions updated for user 235. {"count":0} 
[2025-07-16 20:18:24] local.INFO: Sessions updated for user 236. {"count":0} 
[2025-07-16 20:18:25] local.INFO: Sessions updated for user 237. {"count":0} 
[2025-07-16 20:18:25] local.INFO: Sessions updated for user 238. {"count":0} 
[2025-07-16 20:18:26] local.INFO: Sessions updated for user 239. {"count":0} 
[2025-07-16 20:18:27] local.INFO: Sessions updated for user 242. {"count":0} 
[2025-07-16 20:18:28] local.INFO: Sessions updated for user 244. {"count":0} 
[2025-07-16 20:18:29] local.INFO: Sessions updated for user 245. {"count":0} 
[2025-07-16 20:18:30] local.INFO: Sessions updated for user 246. {"count":0} 
[2025-07-16 20:18:31] local.INFO: Sessions updated for user 247. {"count":0} 
[2025-07-16 20:18:32] local.INFO: Sessions updated for user 248. {"count":0} 
[2025-07-16 20:18:33] local.INFO: Sessions updated for user 249. {"count":0} 
[2025-07-16 20:18:34] local.INFO: Sessions updated for user 250. {"count":0} 
[2025-07-16 20:18:34] local.INFO: Sessions updated for user 251. {"count":0} 
[2025-07-16 20:18:35] local.INFO: Sessions updated for user 253. {"count":0} 
[2025-07-16 20:18:36] local.INFO: Sessions updated for user 254. {"count":0} 
[2025-07-16 20:18:37] local.INFO: Sessions updated for user 255. {"count":0} 
[2025-07-16 20:18:38] local.INFO: Sessions updated for user 257. {"count":0} 
[2025-07-16 20:18:38] local.INFO: Sessions updated for user 258. {"count":0} 
[2025-07-16 20:18:39] local.INFO: Sessions updated for user 259. {"count":0} 
[2025-07-16 20:18:40] local.INFO: Sessions updated for user 260. {"count":0} 
[2025-07-16 20:18:41] local.INFO: Sessions updated for user 262. {"count":0} 
[2025-07-16 20:18:42] local.INFO: Sessions updated for user 263. {"count":0} 
[2025-07-16 20:18:43] local.INFO: Sessions updated for user 267. {"count":0} 
[2025-07-16 20:18:44] local.INFO: Sessions updated for user 268. {"count":0} 
[2025-07-16 20:18:45] local.INFO: Sessions updated for user 269. {"count":0} 
[2025-07-16 20:18:45] local.INFO: Sessions updated for user 270. {"count":0} 
[2025-07-16 20:18:46] local.INFO: Sessions updated for user 271. {"count":0} 
[2025-07-16 20:18:47] local.INFO: Sessions updated for user 273. {"count":0} 
[2025-07-16 20:18:48] local.INFO: Sessions updated for user 274. {"count":0} 
[2025-07-16 20:18:48] local.INFO: Sessions updated for user 275. {"count":0} 
[2025-07-16 20:18:49] local.INFO: Sessions updated for user 276. {"count":0} 
[2025-07-16 20:18:50] local.INFO: Sessions updated for user 277. {"count":0} 
[2025-07-16 20:18:51] local.INFO: Sessions updated for user 278. {"count":0} 
[2025-07-16 20:18:52] local.INFO: Sessions updated for user 279. {"count":0} 
[2025-07-16 20:18:52] local.INFO: Sessions updated for user 280. {"count":0} 
[2025-07-16 20:18:53] local.INFO: Sessions updated for user 281. {"count":0} 
[2025-07-16 20:18:54] local.INFO: Sessions updated for user 283. {"count":0} 
[2025-07-16 20:18:55] local.INFO: Sessions updated for user 284. {"count":0} 
[2025-07-16 20:18:55] local.INFO: Sessions updated for user 285. {"count":0} 
[2025-07-16 20:18:56] local.INFO: Sessions updated for user 286. {"count":0} 
[2025-07-16 20:18:57] local.INFO: Sessions updated for user 287. {"count":0} 
[2025-07-16 20:18:58] local.INFO: Sessions updated for user 288. {"count":0} 
[2025-07-16 20:18:59] local.INFO: Sessions updated for user 290. {"count":0} 
[2025-07-16 20:18:59] local.INFO: Sessions updated for user 291. {"count":0} 
[2025-07-16 20:19:00] local.INFO: Sessions updated for user 292. {"count":0} 
[2025-07-16 20:19:01] local.INFO: Sessions updated for user 293. {"count":0} 
[2025-07-16 20:19:02] local.INFO: Sessions updated for user 294. {"count":0} 
[2025-07-16 20:19:03] local.INFO: Sessions updated for user 295. {"count":0} 
[2025-07-16 20:19:03] local.INFO: Sessions updated for user 296. {"count":0} 
[2025-07-16 20:19:04] local.INFO: Sessions updated for user 297. {"count":0} 
[2025-07-16 20:19:05] local.INFO: Sessions updated for user 298. {"count":0} 
[2025-07-16 20:19:06] local.INFO: Sessions updated for user 301. {"count":0} 
[2025-07-16 20:19:06] local.INFO: Sessions updated for user 302. {"count":0} 
[2025-07-16 20:19:07] local.INFO: Sessions updated for user 303. {"count":0} 
[2025-07-16 20:19:08] local.INFO: Sessions updated for user 304. {"count":0} 
[2025-07-16 20:19:09] local.INFO: Sessions updated for user 305. {"count":0} 
[2025-07-16 20:19:09] local.INFO: Sessions updated for user 306. {"count":0} 
[2025-07-16 20:19:10] local.INFO: Sessions updated for user 307. {"count":0} 
[2025-07-16 20:19:11] local.INFO: Sessions updated for user 308. {"count":0} 
[2025-07-16 20:19:12] local.INFO: Sessions updated for user 309. {"count":0} 
[2025-07-16 20:19:12] local.INFO: Sessions updated for user 310. {"count":0} 
[2025-07-16 20:19:13] local.INFO: Sessions updated for user 311. {"count":0} 
[2025-07-16 20:19:14] local.INFO: Sessions updated for user 312. {"count":0} 
[2025-07-16 20:19:15] local.INFO: Sessions updated for user 313. {"count":0} 
[2025-07-16 20:19:16] local.INFO: Sessions updated for user 314. {"count":0} 
[2025-07-16 20:19:17] local.INFO: Sessions updated for user 315. {"count":0} 
[2025-07-16 20:19:18] local.INFO: Sessions updated for user 316. {"count":0} 
[2025-07-16 20:19:18] local.INFO: Sessions updated for user 317. {"count":0} 
[2025-07-16 20:19:19] local.INFO: Sessions updated for user 318. {"count":0} 
[2025-07-16 20:19:20] local.INFO: Sessions updated for user 319. {"count":0} 
[2025-07-16 20:19:21] local.INFO: Sessions updated for user 320. {"count":0} 
[2025-07-16 20:19:22] local.INFO: Sessions updated for user 321. {"count":0} 
[2025-07-16 20:19:23] local.INFO: Sessions updated for user 323. {"count":0} 
[2025-07-16 20:19:23] local.INFO: Sessions updated for user 324. {"count":0} 
[2025-07-16 20:19:24] local.INFO: Sessions updated for user 325. {"count":0} 
[2025-07-16 20:19:25] local.INFO: Sessions updated for user 326. {"count":0} 
[2025-07-16 20:19:25] local.INFO: Sessions updated for user 327. {"count":0} 
[2025-07-16 20:19:26] local.INFO: Sessions updated for user 328. {"count":0} 
[2025-07-16 20:19:27] local.INFO: Sessions updated for user 329. {"count":0} 
[2025-07-16 20:19:27] local.INFO: Sessions updated for user 330. {"count":0} 
[2025-07-16 20:19:28] local.INFO: Sessions updated for user 331. {"count":0} 
[2025-07-16 20:19:29] local.INFO: Sessions updated for user 332. {"count":0} 
[2025-07-16 20:19:30] local.INFO: Sessions updated for user 333. {"count":0} 
[2025-07-16 20:19:30] local.INFO: Sessions updated for user 334. {"count":0} 
[2025-07-16 20:19:31] local.INFO: Sessions updated for user 335. {"count":0} 
[2025-07-16 20:19:32] local.INFO: Sessions updated for user 336. {"count":0} 
[2025-07-16 20:19:33] local.INFO: Sessions updated for user 338. {"count":0} 
[2025-07-16 20:19:33] local.INFO: Sessions updated for user 339. {"count":0} 
[2025-07-16 20:19:34] local.INFO: Sessions updated for user 340. {"count":0} 
[2025-07-16 20:19:35] local.INFO: Sessions updated for user 341. {"count":0} 
[2025-07-16 20:19:36] local.INFO: Sessions updated for user 342. {"count":0} 
[2025-07-16 20:19:36] local.INFO: Sessions updated for user 343. {"count":0} 
[2025-07-16 20:19:37] local.INFO: Sessions updated for user 344. {"count":0} 
[2025-07-16 20:19:38] local.INFO: Sessions updated for user 345. {"count":0} 
[2025-07-16 20:19:39] local.INFO: Sessions updated for user 346. {"count":0} 
[2025-07-16 20:19:40] local.INFO: Sessions updated for user 347. {"count":0} 
[2025-07-16 20:19:40] local.INFO: Sessions updated for user 348. {"count":0} 
[2025-07-16 20:19:41] local.INFO: Sessions updated for user 349. {"count":0} 
[2025-07-16 20:19:42] local.INFO: Sessions updated for user 351. {"count":0} 
[2025-07-16 20:19:43] local.INFO: Sessions updated for user 352. {"count":0} 
[2025-07-16 20:19:43] local.INFO: Sessions updated for user 353. {"count":0} 
[2025-07-16 20:19:44] local.INFO: Sessions updated for user 354. {"count":0} 
[2025-07-16 20:19:45] local.INFO: Sessions updated for user 355. {"count":0} 
[2025-07-16 20:19:46] local.INFO: Sessions updated for user 356. {"count":0} 
[2025-07-16 20:19:47] local.INFO: Sessions updated for user 357. {"count":0} 
[2025-07-16 20:19:47] local.INFO: Sessions updated for user 358. {"count":0} 
[2025-07-16 20:19:48] local.INFO: Sessions updated for user 359. {"count":0} 
[2025-07-16 20:19:49] local.INFO: Sessions updated for user 360. {"count":0} 
[2025-07-16 20:19:50] local.INFO: Sessions updated for user 361. {"count":0} 
[2025-07-16 20:19:51] local.INFO: Sessions updated for user 362. {"count":0} 
[2025-07-16 20:19:52] local.INFO: Sessions updated for user 363. {"count":0} 
[2025-07-16 20:19:53] local.INFO: Sessions updated for user 364. {"count":0} 
[2025-07-16 20:19:53] local.INFO: Sessions updated for user 365. {"count":0} 
[2025-07-16 20:19:54] local.INFO: Sessions updated for user 366. {"count":0} 
[2025-07-16 20:19:55] local.INFO: Sessions updated for user 367. {"count":0} 
[2025-07-16 20:19:55] local.INFO: Sessions updated for user 368. {"count":0} 
[2025-07-16 20:19:56] local.INFO: Sessions updated for user 369. {"count":0} 
[2025-07-16 20:19:57] local.INFO: Sessions updated for user 370. {"count":0} 
[2025-07-16 20:19:57] local.INFO: Sessions updated for user 371. {"count":0} 
[2025-07-16 20:19:58] local.INFO: Sessions updated for user 372. {"count":0} 
[2025-07-16 20:19:59] local.INFO: Sessions updated for user 373. {"count":0} 
[2025-07-16 20:20:00] local.INFO: Sessions updated for user 374. {"count":0} 
[2025-07-16 20:20:00] local.INFO: Sessions updated for user 375. {"count":0} 
[2025-07-16 20:20:01] local.INFO: Sessions updated for user 376. {"count":0} 
[2025-07-16 20:20:02] local.INFO: Sessions updated for user 377. {"count":0} 
[2025-07-16 20:20:02] local.INFO: Sessions updated for user 378. {"count":0} 
[2025-07-16 20:20:03] local.INFO: Sessions updated for user 379. {"count":0} 
[2025-07-16 20:20:04] local.INFO: Sessions updated for user 380. {"count":0} 
[2025-07-16 20:20:05] local.INFO: Sessions updated for user 381. {"count":0} 
[2025-07-16 20:20:05] local.INFO: Sessions updated for user 382. {"count":0} 
[2025-07-16 20:20:06] local.INFO: Sessions updated for user 383. {"count":0} 
[2025-07-16 20:20:07] local.INFO: Sessions updated for user 384. {"count":0} 
[2025-07-16 20:20:08] local.INFO: Sessions updated for user 386. {"count":0} 
[2025-07-16 20:20:09] local.INFO: Sessions updated for user 387. {"count":0} 
[2025-07-16 20:20:09] local.INFO: Sessions updated for user 388. {"count":0} 
[2025-07-16 20:20:10] local.INFO: Sessions updated for user 389. {"count":0} 
[2025-07-16 20:20:11] local.INFO: Sessions updated for user 390. {"count":0} 
[2025-07-16 20:20:11] local.INFO: Sessions updated for user 391. {"count":0} 
[2025-07-16 20:20:12] local.INFO: Sessions updated for user 392. {"count":0} 
[2025-07-16 20:20:13] local.INFO: Sessions updated for user 393. {"count":0} 
[2025-07-16 20:20:13] local.INFO: Sessions updated for user 395. {"count":0} 
[2025-07-16 20:20:14] local.INFO: Sessions updated for user 396. {"count":0} 
[2025-07-16 20:20:15] local.INFO: Sessions updated for user 398. {"count":0} 
[2025-07-16 20:20:16] local.INFO: Sessions updated for user 399. {"count":0} 
[2025-07-16 20:20:16] local.INFO: Sessions updated for user 400. {"count":0} 
[2025-07-16 20:20:17] local.INFO: Sessions updated for user 401. {"count":0} 
[2025-07-16 20:20:18] local.INFO: Sessions updated for user 402. {"count":0} 
[2025-07-16 20:20:19] local.INFO: Sessions updated for user 403. {"count":0} 
[2025-07-16 20:20:19] local.INFO: Sessions updated for user 404. {"count":0} 
[2025-07-16 20:20:20] local.INFO: Sessions updated for user 406. {"count":0} 
[2025-07-16 20:20:21] local.INFO: Sessions updated for user 407. {"count":0} 
[2025-07-16 20:20:22] local.INFO: Sessions updated for user 408. {"count":0} 
[2025-07-16 20:20:23] local.INFO: Sessions updated for user 410. {"count":0} 
[2025-07-16 20:20:24] local.INFO: Sessions updated for user 411. {"count":0} 
[2025-07-16 20:20:25] local.INFO: Sessions updated for user 412. {"count":0} 
[2025-07-16 20:20:26] local.INFO: Sessions updated for user 413. {"count":0} 
[2025-07-16 20:20:27] local.INFO: Sessions updated for user 414. {"count":0} 
[2025-07-16 20:20:28] local.INFO: Sessions updated for user 415. {"count":0} 
[2025-07-16 20:20:28] local.INFO: Sessions updated for user 416. {"count":0} 
[2025-07-16 20:20:29] local.INFO: Sessions updated for user 417. {"count":0} 
[2025-07-16 20:20:30] local.INFO: Sessions updated for user 418. {"count":0} 
[2025-07-16 20:20:31] local.INFO: Sessions updated for user 419. {"count":0} 
[2025-07-16 20:20:31] local.INFO: Sessions updated for user 421. {"count":0} 
[2025-07-16 20:20:32] local.INFO: Sessions updated for user 422. {"count":0} 
[2025-07-16 20:20:33] local.INFO: Sessions updated for user 423. {"count":0} 
[2025-07-16 20:20:33] local.INFO: Sessions updated for user 424. {"count":0} 
[2025-07-16 20:20:34] local.INFO: Sessions updated for user 425. {"count":0} 
[2025-07-16 20:20:35] local.INFO: Sessions updated for user 426. {"count":0} 
[2025-07-16 20:20:35] local.INFO: Sessions updated for user 427. {"count":0} 
[2025-07-16 20:20:36] local.INFO: Sessions updated for user 428. {"count":0} 
[2025-07-16 20:20:37] local.INFO: Sessions updated for user 429. {"count":0} 
[2025-07-16 20:20:37] local.INFO: Sessions updated for user 430. {"count":0} 
[2025-07-16 20:20:38] local.INFO: Sessions updated for user 431. {"count":0} 
[2025-07-16 20:20:39] local.INFO: Sessions updated for user 432. {"count":0} 
[2025-07-16 20:20:40] local.INFO: Sessions updated for user 433. {"count":0} 
[2025-07-16 20:20:40] local.INFO: Sessions updated for user 434. {"count":0} 
[2025-07-16 20:20:41] local.INFO: Sessions updated for user 435. {"count":0} 
[2025-07-16 20:20:42] local.INFO: Sessions updated for user 436. {"count":0} 
[2025-07-16 20:20:42] local.INFO: Sessions updated for user 437. {"count":0} 
[2025-07-16 20:20:43] local.INFO: Sessions updated for user 438. {"count":0} 
[2025-07-16 20:20:44] local.INFO: Sessions updated for user 439. {"count":0} 
[2025-07-16 20:20:44] local.INFO: Sessions updated for user 440. {"count":0} 
[2025-07-16 20:20:45] local.INFO: Sessions updated for user 442. {"count":0} 
[2025-07-16 20:20:46] local.INFO: Sessions updated for user 443. {"count":0} 
[2025-07-16 20:20:47] local.INFO: Sessions updated for user 445. {"count":0} 
[2025-07-16 20:20:47] local.INFO: Sessions updated for user 446. {"count":0} 
[2025-07-16 20:20:48] local.INFO: Sessions updated for user 447. {"count":0} 
[2025-07-16 20:20:49] local.INFO: Sessions updated for user 448. {"count":0} 
[2025-07-16 20:20:49] local.INFO: Sessions updated for user 449. {"count":0} 
[2025-07-16 20:20:50] local.INFO: Sessions updated for user 450. {"count":0} 
[2025-07-16 20:20:51] local.INFO: Sessions updated for user 451. {"count":0} 
[2025-07-16 20:20:51] local.INFO: Sessions updated for user 452. {"count":0} 
[2025-07-16 20:20:52] local.INFO: Sessions updated for user 453. {"count":0} 
[2025-07-16 20:20:53] local.INFO: Sessions updated for user 454. {"count":0} 
[2025-07-16 20:20:54] local.INFO: Sessions updated for user 455. {"count":0} 
[2025-07-16 20:20:54] local.INFO: Sessions updated for user 456. {"count":0} 
[2025-07-16 20:20:55] local.INFO: Sessions updated for user 457. {"count":0} 
[2025-07-16 20:20:56] local.INFO: Sessions updated for user 458. {"count":0} 
[2025-07-16 20:20:57] local.INFO: Sessions updated for user 459. {"count":0} 
[2025-07-16 20:20:57] local.INFO: Sessions updated for user 460. {"count":0} 
[2025-07-16 20:20:59] local.INFO: Sessions updated for user 461. {"count":0} 
[2025-07-16 20:20:59] local.INFO: Sessions updated for user 462. {"count":0} 
[2025-07-16 20:21:00] local.INFO: Sessions updated for user 463. {"count":0} 
[2025-07-16 20:21:01] local.INFO: Sessions updated for user 464. {"count":0} 
[2025-07-16 20:21:02] local.INFO: Sessions updated for user 466. {"count":0} 
[2025-07-16 20:21:02] local.INFO: Sessions updated for user 467. {"count":0} 
[2025-07-16 20:21:03] local.INFO: Sessions updated for user 469. {"count":0} 
[2025-07-16 20:21:04] local.INFO: Sessions updated for user 470. {"count":0} 
[2025-07-16 20:21:05] local.INFO: Sessions updated for user 471. {"count":0} 
[2025-07-16 20:21:05] local.INFO: Sessions updated for user 472. {"count":0} 
[2025-07-16 20:21:06] local.INFO: Sessions updated for user 473. {"count":0} 
[2025-07-16 20:21:07] local.INFO: Sessions updated for user 474. {"count":0} 
[2025-07-16 20:21:08] local.INFO: Sessions updated for user 475. {"count":0} 
[2025-07-16 20:21:08] local.INFO: Sessions updated for user 476. {"count":0} 
[2025-07-16 20:21:09] local.INFO: Sessions updated for user 477. {"count":0} 
[2025-07-16 20:21:10] local.INFO: Sessions updated for user 478. {"count":0} 
[2025-07-16 20:21:11] local.INFO: Sessions updated for user 479. {"count":0} 
[2025-07-16 20:21:11] local.INFO: Sessions updated for user 480. {"count":0} 
[2025-07-16 20:21:12] local.INFO: Sessions updated for user 481. {"count":0} 
[2025-07-16 20:21:13] local.INFO: Sessions updated for user 482. {"count":0} 
[2025-07-16 20:21:14] local.INFO: Sessions updated for user 483. {"count":0} 
[2025-07-16 20:21:14] local.INFO: Sessions updated for user 484. {"count":0} 
[2025-07-16 20:21:15] local.INFO: Sessions updated for user 485. {"count":0} 
[2025-07-16 20:21:16] local.INFO: Sessions updated for user 486. {"count":0} 
[2025-07-16 20:21:17] local.INFO: Sessions updated for user 487. {"count":0} 
[2025-07-16 20:21:17] local.INFO: Sessions updated for user 488. {"count":0} 
[2025-07-16 20:21:18] local.INFO: Sessions updated for user 489. {"count":0} 
[2025-07-16 20:21:19] local.INFO: Sessions updated for user 490. {"count":0} 
[2025-07-16 20:21:20] local.INFO: Sessions updated for user 491. {"count":0} 
[2025-07-16 20:21:21] local.INFO: Sessions updated for user 492. {"count":0} 
[2025-07-16 20:21:22] local.INFO: Sessions updated for user 493. {"count":0} 
[2025-07-16 20:21:22] local.INFO: Sessions updated for user 494. {"count":0} 
[2025-07-16 20:21:23] local.INFO: Sessions updated for user 495. {"count":0} 
[2025-07-16 20:21:24] local.INFO: Sessions updated for user 496. {"count":0} 
[2025-07-16 20:21:24] local.INFO: Sessions updated for user 497. {"count":0} 
[2025-07-16 20:21:25] local.INFO: Sessions updated for user 498. {"count":0} 
[2025-07-16 20:21:26] local.INFO: Sessions updated for user 500. {"count":0} 
[2025-07-16 20:21:26] local.INFO: Sessions updated for user 501. {"count":0} 
[2025-07-16 20:21:27] local.INFO: Sessions updated for user 503. {"count":0} 
[2025-07-16 20:21:28] local.INFO: Sessions updated for user 504. {"count":0} 
[2025-07-16 20:21:29] local.INFO: Sessions updated for user 506. {"count":0} 
[2025-07-16 20:21:29] local.INFO: Sessions updated for user 507. {"count":0} 
[2025-07-16 20:21:30] local.INFO: Sessions updated for user 508. {"count":0} 
[2025-07-16 20:21:31] local.INFO: Sessions updated for user 509. {"count":0} 
[2025-07-16 20:21:32] local.INFO: Sessions updated for user 510. {"count":0} 
[2025-07-16 20:21:33] local.INFO: Sessions updated for user 511. {"count":0} 
[2025-07-16 20:21:34] local.INFO: Sessions updated for user 512. {"count":0} 
[2025-07-16 20:21:35] local.INFO: Sessions updated for user 513. {"count":0} 
[2025-07-16 20:21:35] local.INFO: Sessions updated for user 515. {"count":0} 
[2025-07-16 20:21:36] local.INFO: Sessions updated for user 516. {"count":0} 
[2025-07-16 20:21:37] local.INFO: Sessions updated for user 517. {"count":0} 
[2025-07-16 20:21:37] local.INFO: Sessions updated for user 518. {"count":0} 
[2025-07-16 20:21:38] local.INFO: Sessions updated for user 519. {"count":0} 
[2025-07-16 20:21:39] local.INFO: Sessions updated for user 520. {"count":0} 
[2025-07-16 20:21:40] local.INFO: Sessions updated for user 521. {"count":0} 
[2025-07-16 20:21:40] local.INFO: Sessions updated for user 524. {"count":0} 
[2025-07-16 20:21:41] local.INFO: Sessions updated for user 525. {"count":0} 
[2025-07-16 20:21:42] local.INFO: Sessions updated for user 526. {"count":0} 
[2025-07-16 20:21:43] local.INFO: Sessions updated for user 527. {"count":0} 
[2025-07-16 20:21:43] local.INFO: Sessions updated for user 528. {"count":0} 
[2025-07-16 20:21:44] local.INFO: Sessions updated for user 529. {"count":0} 
[2025-07-16 20:21:45] local.INFO: Sessions updated for user 530. {"count":0} 
[2025-07-16 20:21:45] local.INFO: Sessions updated for user 531. {"count":0} 
[2025-07-16 20:21:46] local.INFO: Sessions updated for user 532. {"count":0} 
[2025-07-16 20:21:47] local.INFO: Sessions updated for user 533. {"count":0} 
[2025-07-16 20:21:48] local.INFO: Sessions updated for user 534. {"count":0} 
[2025-07-16 20:21:49] local.INFO: Sessions updated for user 535. {"count":0} 
[2025-07-16 20:21:50] local.INFO: Sessions updated for user 536. {"count":0} 
[2025-07-16 20:21:50] local.INFO: Sessions updated for user 537. {"count":0} 
[2025-07-16 20:21:51] local.INFO: Sessions updated for user 538. {"count":0} 
[2025-07-16 20:21:52] local.INFO: Sessions updated for user 539. {"count":0} 
[2025-07-16 20:21:53] local.INFO: Sessions updated for user 541. {"count":0} 
[2025-07-16 20:21:53] local.INFO: Sessions updated for user 542. {"count":0} 
[2025-07-16 20:21:54] local.INFO: Sessions updated for user 544. {"count":0} 
[2025-07-16 20:21:55] local.INFO: Sessions updated for user 546. {"count":0} 
[2025-07-16 20:21:55] local.INFO: Sessions updated for user 547. {"count":0} 
[2025-07-16 20:21:56] local.INFO: Sessions updated for user 548. {"count":0} 
[2025-07-16 20:21:57] local.INFO: Sessions updated for user 549. {"count":0} 
[2025-07-16 20:21:57] local.INFO: Sessions updated for user 550. {"count":0} 
[2025-07-16 20:21:58] local.INFO: Sessions updated for user 552. {"count":0} 
[2025-07-16 20:21:59] local.INFO: Sessions updated for user 553. {"count":0} 
[2025-07-16 20:22:00] local.INFO: Sessions updated for user 554. {"count":0} 
[2025-07-16 20:22:00] local.INFO: Sessions updated for user 555. {"count":0} 
[2025-07-16 20:22:01] local.INFO: Sessions updated for user 557. {"count":0} 
[2025-07-16 20:22:02] local.INFO: Sessions updated for user 558. {"count":0} 
[2025-07-16 20:22:03] local.INFO: Sessions updated for user 559. {"count":0} 
[2025-07-16 20:22:03] local.INFO: Sessions updated for user 560. {"count":0} 
[2025-07-16 20:22:04] local.INFO: Sessions updated for user 561. {"count":0} 
[2025-07-16 20:22:05] local.INFO: Sessions updated for user 562. {"count":0} 
[2025-07-16 20:22:06] local.INFO: Sessions updated for user 563. {"count":0} 
[2025-07-16 20:22:06] local.INFO: Sessions updated for user 564. {"count":0} 
[2025-07-16 20:22:07] local.INFO: Sessions updated for user 565. {"count":0} 
[2025-07-16 20:22:08] local.INFO: Sessions updated for user 566. {"count":0} 
[2025-07-16 20:22:09] local.INFO: Sessions updated for user 567. {"count":0} 
[2025-07-16 20:22:10] local.INFO: Sessions updated for user 568. {"count":0} 
[2025-07-16 20:22:10] local.INFO: Sessions updated for user 569. {"count":0} 
[2025-07-16 20:22:11] local.INFO: Sessions updated for user 570. {"count":0} 
[2025-07-16 20:22:12] local.INFO: Sessions updated for user 572. {"count":0} 
[2025-07-16 20:22:12] local.INFO: Sessions updated for user 573. {"count":0} 
[2025-07-16 20:22:13] local.INFO: Sessions updated for user 574. {"count":0} 
[2025-07-16 20:22:14] local.INFO: Sessions updated for user 575. {"count":0} 
[2025-07-16 20:22:14] local.INFO: Sessions updated for user 576. {"count":0} 
[2025-07-16 20:22:15] local.INFO: Sessions updated for user 577. {"count":0} 
[2025-07-16 20:22:16] local.INFO: Sessions updated for user 578. {"count":0} 
[2025-07-16 20:22:17] local.INFO: Sessions updated for user 579. {"count":0} 
[2025-07-16 20:22:17] local.INFO: Sessions updated for user 580. {"count":0} 
[2025-07-16 20:22:18] local.INFO: Sessions updated for user 581. {"count":0} 
[2025-07-16 20:22:19] local.INFO: Sessions updated for user 582. {"count":0} 
[2025-07-16 20:22:19] local.INFO: Sessions updated for user 584. {"count":0} 
[2025-07-16 20:22:20] local.INFO: Sessions updated for user 585. {"count":0} 
[2025-07-16 20:22:21] local.INFO: Sessions updated for user 586. {"count":0} 
[2025-07-16 20:22:23] local.INFO: Sessions updated for user 587. {"count":0} 
[2025-07-16 20:22:24] local.INFO: Sessions updated for user 588. {"count":0} 
[2025-07-16 20:22:25] local.INFO: Sessions updated for user 589. {"count":0} 
[2025-07-16 20:22:26] local.INFO: Sessions updated for user 590. {"count":0} 
[2025-07-16 20:22:27] local.INFO: Sessions updated for user 591. {"count":0} 
[2025-07-16 20:22:28] local.INFO: Sessions updated for user 593. {"count":0} 
[2025-07-16 20:22:29] local.INFO: Sessions updated for user 594. {"count":0} 
[2025-07-16 20:22:29] local.INFO: Sessions updated for user 595. {"count":0} 
[2025-07-16 20:22:30] local.INFO: Sessions updated for user 596. {"count":0} 
[2025-07-16 20:22:31] local.INFO: Sessions updated for user 597. {"count":0} 
[2025-07-16 20:22:32] local.INFO: Sessions updated for user 598. {"count":0} 
[2025-07-16 20:22:32] local.INFO: Sessions updated for user 599. {"count":0} 
[2025-07-16 20:22:33] local.INFO: Sessions updated for user 600. {"count":0} 
[2025-07-16 20:22:34] local.INFO: Sessions updated for user 601. {"count":0} 
[2025-07-16 20:22:34] local.INFO: Sessions updated for user 602. {"count":0} 
[2025-07-16 20:22:35] local.INFO: Sessions updated for user 603. {"count":0} 
[2025-07-16 20:22:36] local.INFO: Sessions updated for user 604. {"count":0} 
[2025-07-16 20:22:36] local.INFO: Sessions updated for user 605. {"count":0} 
[2025-07-16 20:22:37] local.INFO: Sessions updated for user 607. {"count":0} 
[2025-07-16 20:22:38] local.INFO: Sessions updated for user 609. {"count":0} 
[2025-07-16 20:22:38] local.INFO: Sessions updated for user 610. {"count":0} 
[2025-07-16 20:22:39] local.INFO: Sessions updated for user 611. {"count":0} 
[2025-07-16 20:22:41] local.INFO: Sessions updated for user 612. {"count":0} 
[2025-07-16 20:22:42] local.INFO: Sessions updated for user 613. {"count":0} 
[2025-07-16 20:22:43] local.INFO: Sessions updated for user 614. {"count":0} 
[2025-07-16 20:22:44] local.INFO: Sessions updated for user 616. {"count":0} 
[2025-07-16 20:22:44] local.INFO: Sessions updated for user 617. {"count":0} 
[2025-07-16 20:22:45] local.INFO: Sessions updated for user 618. {"count":0} 
[2025-07-16 20:22:46] local.INFO: Sessions updated for user 619. {"count":0} 
[2025-07-16 20:22:47] local.INFO: Sessions updated for user 620. {"count":0} 
[2025-07-16 20:22:47] local.INFO: Sessions updated for user 621. {"count":0} 
[2025-07-16 20:22:48] local.INFO: Sessions updated for user 622. {"count":0} 
[2025-07-16 20:22:49] local.INFO: Sessions updated for user 623. {"count":0} 
[2025-07-16 20:22:49] local.INFO: Sessions updated for user 624. {"count":0} 
[2025-07-16 20:22:50] local.INFO: Sessions updated for user 625. {"count":0} 
[2025-07-16 20:22:51] local.INFO: Sessions updated for user 626. {"count":0} 
[2025-07-16 20:22:51] local.INFO: Sessions updated for user 627. {"count":0} 
[2025-07-16 20:22:52] local.INFO: Sessions updated for user 628. {"count":0} 
[2025-07-16 20:22:53] local.INFO: Sessions updated for user 630. {"count":0} 
[2025-07-16 20:22:53] local.INFO: Sessions updated for user 632. {"count":0} 
[2025-07-16 20:22:54] local.INFO: Sessions updated for user 633. {"count":0} 
[2025-07-16 20:22:55] local.INFO: Sessions updated for user 635. {"count":0} 
[2025-07-16 20:22:55] local.INFO: Sessions updated for user 637. {"count":0} 
[2025-07-16 20:22:56] local.INFO: Sessions updated for user 638. {"count":0} 
[2025-07-16 20:22:57] local.INFO: Sessions updated for user 639. {"count":0} 
[2025-07-16 20:22:58] local.INFO: Sessions updated for user 640. {"count":0} 
[2025-07-16 20:22:58] local.INFO: Sessions updated for user 641. {"count":0} 
[2025-07-16 20:22:59] local.INFO: Sessions updated for user 642. {"count":0} 
[2025-07-16 20:23:00] local.INFO: Sessions updated for user 643. {"count":0} 
[2025-07-16 20:23:00] local.INFO: Sessions updated for user 645. {"count":0} 
[2025-07-16 20:23:01] local.INFO: Sessions updated for user 646. {"count":0} 
[2025-07-16 20:23:02] local.INFO: Sessions updated for user 647. {"count":0} 
[2025-07-16 20:23:02] local.INFO: Sessions updated for user 648. {"count":0} 
[2025-07-16 20:23:03] local.INFO: Sessions updated for user 650. {"count":0} 
[2025-07-16 20:23:04] local.INFO: Sessions updated for user 652. {"count":0} 
[2025-07-16 20:23:05] local.INFO: Sessions updated for user 653. {"count":0} 
[2025-07-16 20:23:05] local.INFO: Sessions updated for user 655. {"count":0} 
[2025-07-16 20:23:06] local.INFO: Sessions updated for user 656. {"count":0} 
[2025-07-16 20:23:07] local.INFO: Sessions updated for user 657. {"count":0} 
[2025-07-16 20:23:07] local.INFO: Sessions updated for user 658. {"count":0} 
[2025-07-16 20:23:08] local.INFO: Sessions updated for user 660. {"count":0} 
[2025-07-16 20:23:09] local.INFO: Sessions updated for user 661. {"count":0} 
[2025-07-16 20:23:09] local.INFO: Sessions updated for user 662. {"count":0} 
[2025-07-16 20:23:10] local.INFO: Sessions updated for user 665. {"count":0} 
[2025-07-16 20:23:11] local.INFO: Sessions updated for user 666. {"count":0} 
[2025-07-16 20:23:11] local.INFO: Sessions updated for user 667. {"count":0} 
[2025-07-16 20:23:12] local.INFO: Sessions updated for user 668. {"count":0} 
[2025-07-16 20:23:13] local.INFO: Sessions updated for user 669. {"count":0} 
[2025-07-16 20:23:14] local.INFO: Sessions updated for user 670. {"count":0} 
[2025-07-16 20:23:15] local.INFO: Sessions updated for user 671. {"count":0} 
[2025-07-16 20:23:16] local.INFO: Sessions updated for user 672. {"count":0} 
[2025-07-16 20:23:17] local.INFO: Sessions updated for user 673. {"count":0} 
[2025-07-16 20:23:17] local.INFO: Sessions updated for user 674. {"count":0} 
[2025-07-16 20:23:18] local.INFO: Sessions updated for user 675. {"count":0} 
[2025-07-16 20:23:19] local.INFO: Sessions updated for user 677. {"count":0} 
[2025-07-16 20:23:20] local.INFO: Sessions updated for user 680. {"count":0} 
[2025-07-16 20:23:21] local.INFO: Sessions updated for user 681. {"count":0} 
[2025-07-16 20:23:21] local.INFO: Sessions updated for user 682. {"count":0} 
[2025-07-16 20:23:22] local.INFO: Sessions updated for user 683. {"count":0} 
[2025-07-16 20:23:23] local.INFO: Sessions updated for user 684. {"count":0} 
[2025-07-16 20:23:24] local.INFO: Sessions updated for user 686. {"count":0} 
[2025-07-16 20:23:24] local.INFO: Sessions updated for user 688. {"count":0} 
[2025-07-16 20:23:25] local.INFO: Sessions updated for user 689. {"count":0} 
[2025-07-16 20:23:26] local.INFO: Sessions updated for user 690. {"count":0} 
[2025-07-16 20:23:26] local.INFO: Sessions updated for user 691. {"count":0} 
[2025-07-16 20:23:27] local.INFO: Sessions updated for user 692. {"count":0} 
[2025-07-16 20:23:28] local.INFO: Sessions updated for user 693. {"count":0} 
[2025-07-16 20:23:29] local.INFO: Sessions updated for user 694. {"count":0} 
[2025-07-16 20:23:30] local.INFO: Sessions updated for user 695. {"count":0} 
[2025-07-16 20:23:30] local.INFO: Sessions updated for user 696. {"count":0} 
[2025-07-16 20:23:31] local.INFO: Sessions updated for user 697. {"count":0} 
[2025-07-16 20:23:32] local.INFO: Sessions updated for user 698. {"count":0} 
[2025-07-16 20:23:32] local.INFO: Sessions updated for user 699. {"count":0} 
[2025-07-16 20:23:33] local.INFO: Sessions updated for user 700. {"count":0} 
[2025-07-16 20:23:33] local.INFO: Sessions updated for user 702. {"count":0} 
[2025-07-16 20:23:34] local.INFO: Sessions updated for user 703. {"count":0} 
[2025-07-16 20:23:35] local.INFO: Sessions updated for user 705. {"count":0} 
[2025-07-16 20:23:35] local.INFO: Sessions updated for user 706. {"count":0} 
[2025-07-16 20:23:36] local.INFO: Sessions updated for user 707. {"count":0} 
[2025-07-16 20:23:37] local.INFO: Sessions updated for user 708. {"count":0} 
[2025-07-16 20:23:37] local.INFO: Sessions updated for user 711. {"count":0} 
[2025-07-16 20:23:38] local.INFO: Sessions updated for user 713. {"count":0} 
[2025-07-16 20:23:39] local.INFO: Sessions updated for user 714. {"count":0} 
[2025-07-16 20:23:39] local.INFO: Sessions updated for user 715. {"count":0} 
[2025-07-16 20:23:40] local.INFO: Sessions updated for user 716. {"count":0} 
[2025-07-16 20:23:41] local.INFO: Sessions updated for user 717. {"count":0} 
[2025-07-16 20:23:41] local.INFO: Sessions updated for user 719. {"count":0} 
[2025-07-16 20:23:42] local.INFO: Sessions updated for user 720. {"count":0} 
[2025-07-16 20:23:43] local.INFO: Sessions updated for user 721. {"count":0} 
[2025-07-16 20:23:43] local.INFO: Sessions updated for user 723. {"count":0} 
[2025-07-16 20:23:44] local.INFO: Sessions updated for user 725. {"count":0} 
[2025-07-16 20:23:45] local.INFO: Sessions updated for user 726. {"count":0} 
[2025-07-16 20:23:46] local.INFO: Sessions updated for user 727. {"count":0} 
[2025-07-16 20:23:46] local.INFO: Sessions updated for user 728. {"count":0} 
[2025-07-16 20:23:47] local.INFO: Sessions updated for user 729. {"count":0} 
[2025-07-16 20:23:48] local.INFO: Sessions updated for user 730. {"count":0} 
[2025-07-16 20:23:49] local.INFO: Sessions updated for user 731. {"count":0} 
[2025-07-16 20:23:50] local.INFO: Sessions updated for user 734. {"count":0} 
[2025-07-16 20:23:52] local.INFO: Sessions updated for user 737. {"count":0} 
[2025-07-16 20:23:53] local.INFO: Sessions updated for user 739. {"count":0} 
[2025-07-16 20:23:53] local.INFO: Sessions updated for user 740. {"count":0} 
[2025-07-16 20:23:54] local.INFO: Sessions updated for user 741. {"count":0} 
[2025-07-16 20:23:55] local.INFO: Sessions updated for user 742. {"count":0} 
[2025-07-16 20:23:55] local.INFO: Sessions updated for user 743. {"count":0} 
[2025-07-16 20:23:56] local.INFO: Sessions updated for user 744. {"count":0} 
[2025-07-16 20:23:56] local.INFO: Sessions updated for user 745. {"count":0} 
[2025-07-16 20:23:57] local.INFO: Sessions updated for user 746. {"count":0} 
[2025-07-16 20:23:58] local.INFO: Sessions updated for user 747. {"count":0} 
[2025-07-16 20:23:58] local.INFO: Sessions updated for user 748. {"count":0} 
[2025-07-16 20:23:59] local.INFO: Sessions updated for user 749. {"count":0} 
[2025-07-16 20:24:00] local.INFO: Sessions updated for user 750. {"count":0} 
[2025-07-16 20:24:00] local.INFO: Sessions updated for user 751. {"count":0} 
[2025-07-16 20:24:01] local.INFO: Sessions updated for user 752. {"count":0} 
[2025-07-16 20:24:02] local.INFO: Sessions updated for user 753. {"count":0} 
[2025-07-16 20:24:03] local.INFO: Sessions updated for user 754. {"count":0} 
[2025-07-16 20:24:03] local.INFO: Sessions updated for user 755. {"count":0} 
[2025-07-16 20:24:04] local.INFO: Sessions updated for user 756. {"count":0} 
[2025-07-16 20:24:05] local.INFO: Sessions updated for user 757. {"count":0} 
[2025-07-16 20:24:05] local.INFO: Sessions updated for user 758. {"count":0} 
[2025-07-16 20:24:06] local.INFO: Sessions updated for user 759. {"count":0} 
[2025-07-16 20:24:07] local.INFO: Sessions updated for user 760. {"count":0} 
[2025-07-16 20:24:08] local.INFO: Sessions updated for user 761. {"count":0} 
[2025-07-16 20:24:08] local.INFO: Sessions updated for user 762. {"count":0} 
[2025-07-16 20:24:09] local.INFO: Sessions updated for user 763. {"count":0} 
[2025-07-16 20:24:10] local.INFO: Sessions updated for user 764. {"count":0} 
[2025-07-16 20:24:11] local.INFO: Sessions updated for user 765. {"count":0} 
[2025-07-16 20:24:11] local.INFO: Sessions updated for user 766. {"count":0} 
[2025-07-16 20:24:12] local.INFO: Sessions updated for user 767. {"count":0} 
[2025-07-16 20:24:13] local.INFO: Sessions updated for user 768. {"count":0} 
[2025-07-16 20:24:13] local.INFO: Sessions updated for user 769. {"count":0} 
[2025-07-16 20:24:14] local.INFO: Sessions updated for user 770. {"count":0} 
[2025-07-16 20:24:15] local.INFO: Sessions updated for user 771. {"count":0} 
[2025-07-16 20:24:15] local.INFO: Sessions updated for user 772. {"count":0} 
[2025-07-16 20:24:16] local.INFO: Sessions updated for user 773. {"count":0} 
[2025-07-16 20:24:17] local.INFO: Sessions updated for user 774. {"count":0} 
[2025-07-16 20:24:17] local.INFO: Sessions updated for user 776. {"count":0} 
[2025-07-16 20:24:18] local.INFO: Sessions updated for user 777. {"count":0} 
[2025-07-16 20:24:19] local.INFO: Sessions updated for user 778. {"count":0} 
[2025-07-16 20:24:19] local.INFO: Sessions updated for user 779. {"count":0} 
[2025-07-16 20:24:20] local.INFO: Sessions updated for user 780. {"count":0} 
[2025-07-16 20:24:21] local.INFO: Sessions updated for user 781. {"count":0} 
[2025-07-16 20:24:22] local.INFO: Sessions updated for user 782. {"count":0} 
[2025-07-16 20:24:22] local.INFO: Sessions updated for user 783. {"count":0} 
[2025-07-16 20:24:23] local.INFO: Sessions updated for user 784. {"count":0} 
[2025-07-16 20:24:24] local.INFO: Sessions updated for user 785. {"count":0} 
[2025-07-16 20:24:25] local.INFO: Sessions updated for user 786. {"count":0} 
[2025-07-16 20:24:26] local.INFO: Sessions updated for user 787. {"count":0} 
[2025-07-16 20:24:26] local.INFO: Sessions updated for user 788. {"count":0} 
[2025-07-16 20:24:27] local.INFO: Sessions updated for user 789. {"count":0} 
[2025-07-16 20:24:27] local.INFO: Sessions updated for user 790. {"count":0} 
[2025-07-16 20:24:28] local.INFO: Sessions updated for user 791. {"count":0} 
[2025-07-16 20:24:29] local.INFO: Sessions updated for user 792. {"count":0} 
[2025-07-16 20:24:29] local.INFO: Sessions updated for user 793. {"count":0} 
[2025-07-16 20:24:30] local.INFO: Sessions updated for user 795. {"count":0} 
[2025-07-16 20:24:31] local.INFO: Sessions updated for user 796. {"count":0} 
[2025-07-16 20:24:32] local.INFO: Sessions updated for user 798. {"count":0} 
[2025-07-16 20:24:32] local.INFO: Sessions updated for user 799. {"count":0} 
[2025-07-16 20:24:33] local.INFO: Sessions updated for user 802. {"count":0} 
[2025-07-16 20:24:34] local.INFO: Sessions updated for user 803. {"count":0} 
[2025-07-16 20:24:35] local.INFO: Sessions updated for user 804. {"count":0} 
[2025-07-16 20:24:36] local.INFO: Sessions updated for user 805. {"count":0} 
[2025-07-16 20:24:37] local.INFO: Sessions updated for user 806. {"count":0} 
[2025-07-16 20:24:38] local.INFO: Sessions updated for user 807. {"count":0} 
[2025-07-16 20:24:39] local.INFO: Sessions updated for user 808. {"count":0} 
[2025-07-16 20:24:40] local.INFO: Sessions updated for user 809. {"count":0} 
[2025-07-16 20:24:41] local.INFO: Sessions updated for user 810. {"count":0} 
[2025-07-16 20:24:41] local.INFO: Sessions updated for user 811. {"count":0} 
[2025-07-16 20:24:42] local.INFO: Sessions updated for user 812. {"count":0} 
[2025-07-16 20:24:43] local.INFO: Sessions updated for user 813. {"count":0} 
[2025-07-16 20:24:44] local.INFO: Sessions updated for user 814. {"count":0} 
[2025-07-16 20:24:45] local.INFO: Sessions updated for user 816. {"count":0} 
[2025-07-16 20:24:46] local.INFO: Sessions updated for user 817. {"count":0} 
[2025-07-16 20:24:46] local.INFO: Sessions updated for user 818. {"count":0} 
[2025-07-16 20:24:47] local.INFO: Sessions updated for user 819. {"count":0} 
[2025-07-16 20:24:48] local.INFO: Sessions updated for user 822. {"count":0} 
[2025-07-16 20:24:49] local.INFO: Sessions updated for user 823. {"count":0} 
[2025-07-16 20:24:49] local.INFO: Sessions updated for user 824. {"count":0} 
[2025-07-16 20:24:50] local.INFO: Sessions updated for user 828. {"count":0} 
[2025-07-16 20:24:51] local.INFO: Sessions updated for user 829. {"count":0} 
[2025-07-16 20:24:52] local.INFO: Sessions updated for user 830. {"count":0} 
[2025-07-16 20:24:53] local.INFO: Sessions updated for user 831. {"count":0} 
[2025-07-16 20:24:53] local.INFO: Sessions updated for user 832. {"count":0} 
[2025-07-16 20:24:54] local.INFO: Sessions updated for user 833. {"count":0} 
[2025-07-16 20:24:55] local.INFO: Sessions updated for user 834. {"count":0} 
[2025-07-16 20:24:56] local.INFO: Sessions updated for user 835. {"count":0} 
[2025-07-16 20:24:57] local.INFO: Sessions updated for user 836. {"count":0} 
[2025-07-16 20:24:58] local.INFO: Sessions updated for user 837. {"count":0} 
[2025-07-16 20:25:00] local.INFO: Sessions updated for user 838. {"count":0} 
[2025-07-16 20:25:00] local.INFO: Sessions updated for user 840. {"count":0} 
[2025-07-16 20:25:01] local.INFO: Sessions updated for user 842. {"count":0} 
[2025-07-16 20:25:02] local.INFO: Sessions updated for user 843. {"count":0} 
[2025-07-16 20:25:02] local.INFO: Sessions updated for user 844. {"count":0} 
[2025-07-16 20:25:03] local.INFO: Sessions updated for user 845. {"count":0} 
[2025-07-16 20:25:04] local.INFO: Sessions updated for user 846. {"count":0} 
[2025-07-16 20:25:05] local.INFO: Sessions updated for user 847. {"count":0} 
[2025-07-16 20:25:05] local.INFO: Sessions updated for user 848. {"count":0} 
[2025-07-16 20:25:06] local.INFO: Sessions updated for user 849. {"count":0} 
[2025-07-16 20:25:07] local.INFO: Sessions updated for user 850. {"count":0} 
[2025-07-16 20:25:07] local.INFO: Sessions updated for user 851. {"count":0} 
[2025-07-16 20:25:08] local.INFO: Sessions updated for user 853. {"count":0} 
[2025-07-16 20:25:09] local.INFO: Sessions updated for user 854. {"count":0} 
[2025-07-16 20:25:10] local.INFO: Sessions updated for user 855. {"count":0} 
[2025-07-16 20:25:11] local.INFO: Sessions updated for user 856. {"count":0} 
[2025-07-16 20:25:12] local.INFO: Sessions updated for user 858. {"count":0} 
[2025-07-16 20:25:12] local.INFO: Sessions updated for user 859. {"count":0} 
[2025-07-16 20:25:13] local.INFO: Sessions updated for user 860. {"count":0} 
[2025-07-16 20:25:14] local.INFO: Sessions updated for user 861. {"count":0} 
[2025-07-16 20:25:15] local.INFO: Sessions updated for user 862. {"count":0} 
[2025-07-16 20:25:15] local.INFO: Sessions updated for user 863. {"count":0} 
[2025-07-16 20:25:16] local.INFO: Sessions updated for user 864. {"count":0} 
[2025-07-16 20:25:17] local.INFO: Sessions updated for user 865. {"count":0} 
[2025-07-16 20:25:18] local.INFO: Sessions updated for user 870. {"count":0} 
[2025-07-16 20:25:19] local.INFO: Sessions updated for user 871. {"count":0} 
[2025-07-16 20:25:19] local.INFO: Sessions updated for user 874. {"count":0} 
[2025-07-16 20:25:20] local.INFO: Sessions updated for user 875. {"count":0} 
[2025-07-16 20:25:21] local.INFO: Sessions updated for user 876. {"count":0} 
[2025-07-16 20:25:22] local.INFO: Sessions updated for user 879. {"count":0} 
[2025-07-16 20:25:23] local.INFO: Sessions updated for user 880. {"count":0} 
[2025-07-16 20:25:23] local.INFO: Sessions updated for user 881. {"count":0} 
[2025-07-16 20:25:24] local.INFO: Sessions updated for user 882. {"count":0} 
[2025-07-16 20:25:25] local.INFO: Sessions updated for user 884. {"count":0} 
[2025-07-16 20:25:26] local.INFO: Sessions updated for user 885. {"count":0} 
[2025-07-16 20:25:27] local.INFO: Sessions updated for user 886. {"count":0} 
[2025-07-16 20:25:27] local.INFO: Sessions updated for user 887. {"count":0} 
[2025-07-16 20:25:28] local.INFO: Sessions updated for user 889. {"count":0} 
[2025-07-16 20:25:29] local.INFO: Sessions updated for user 890. {"count":0} 
[2025-07-16 20:25:30] local.INFO: Sessions updated for user 891. {"count":0} 
[2025-07-16 20:25:31] local.INFO: Sessions updated for user 893. {"count":0} 
[2025-07-16 20:25:33] local.INFO: Sessions updated for user 894. {"count":0} 
[2025-07-16 20:25:33] local.INFO: Sessions updated for user 896. {"count":0} 
[2025-07-16 20:25:34] local.INFO: Sessions updated for user 897. {"count":0} 
[2025-07-16 20:25:35] local.INFO: Sessions updated for user 898. {"count":0} 
[2025-07-16 20:25:35] local.INFO: Sessions updated for user 899. {"count":0} 
[2025-07-16 20:25:36] local.INFO: Sessions updated for user 900. {"count":0} 
[2025-07-16 20:25:37] local.INFO: Sessions updated for user 901. {"count":0} 
[2025-07-16 20:25:38] local.INFO: Sessions updated for user 903. {"count":0} 
[2025-07-16 20:25:38] local.INFO: Sessions updated for user 904. {"count":0} 
[2025-07-16 20:25:39] local.INFO: Sessions updated for user 905. {"count":0} 
[2025-07-16 20:25:40] local.INFO: Sessions updated for user 906. {"count":0} 
[2025-07-16 20:25:40] local.INFO: Sessions updated for user 907. {"count":0} 
[2025-07-16 20:25:41] local.INFO: Sessions updated for user 908. {"count":0} 
[2025-07-16 20:25:42] local.INFO: Sessions updated for user 909. {"count":0} 
[2025-07-16 20:25:43] local.INFO: Sessions updated for user 910. {"count":0} 
[2025-07-16 20:25:43] local.INFO: Sessions updated for user 911. {"count":0} 
[2025-07-16 20:25:44] local.INFO: Sessions updated for user 912. {"count":0} 
[2025-07-16 20:25:45] local.INFO: Sessions updated for user 914. {"count":0} 
[2025-07-16 20:25:46] local.INFO: Sessions updated for user 916. {"count":0} 
[2025-07-16 20:25:46] local.INFO: Sessions updated for user 917. {"count":0} 
[2025-07-16 20:25:47] local.INFO: Sessions updated for user 918. {"count":0} 
[2025-07-16 20:25:48] local.INFO: Sessions updated for user 920. {"count":0} 
[2025-07-16 20:25:49] local.INFO: Sessions updated for user 921. {"count":0} 
[2025-07-16 20:25:50] local.INFO: Sessions updated for user 922. {"count":0} 
[2025-07-16 20:25:51] local.INFO: Sessions updated for user 923. {"count":0} 
[2025-07-16 20:25:51] local.INFO: Sessions updated for user 924. {"count":0} 
[2025-07-16 20:25:52] local.INFO: Sessions updated for user 925. {"count":0} 
[2025-07-16 20:25:53] local.INFO: Sessions updated for user 926. {"count":0} 
[2025-07-16 20:25:53] local.INFO: Sessions updated for user 927. {"count":0} 
[2025-07-16 20:25:54] local.INFO: Sessions updated for user 928. {"count":0} 
[2025-07-16 20:25:55] local.INFO: Sessions updated for user 929. {"count":0} 
[2025-07-16 20:25:56] local.INFO: Sessions updated for user 930. {"count":0} 
[2025-07-16 20:25:57] local.INFO: Sessions updated for user 931. {"count":0} 
[2025-07-16 20:25:57] local.INFO: Sessions updated for user 932. {"count":0} 
[2025-07-16 20:25:58] local.INFO: Sessions updated for user 933. {"count":0} 
[2025-07-16 20:25:59] local.INFO: Sessions updated for user 934. {"count":0} 
[2025-07-16 20:26:00] local.INFO: Sessions updated for user 935. {"count":0} 
[2025-07-16 20:26:01] local.INFO: Sessions updated for user 936. {"count":0} 
[2025-07-16 20:26:01] local.INFO: Sessions updated for user 937. {"count":0} 
[2025-07-16 20:26:02] local.INFO: Sessions updated for user 938. {"count":0} 
[2025-07-16 20:26:03] local.INFO: Sessions updated for user 939. {"count":0} 
[2025-07-16 20:26:04] local.INFO: Sessions updated for user 940. {"count":0} 
[2025-07-16 20:26:06] local.INFO: Sessions updated for user 941. {"count":0} 
[2025-07-16 20:26:07] local.INFO: Sessions updated for user 942. {"count":0} 
[2025-07-16 20:26:08] local.INFO: Sessions updated for user 943. {"count":0} 
[2025-07-16 20:26:08] local.INFO: Sessions updated for user 944. {"count":0} 
[2025-07-16 20:26:09] local.INFO: Sessions updated for user 945. {"count":0} 
[2025-07-16 20:26:10] local.INFO: Sessions updated for user 946. {"count":0} 
[2025-07-16 20:26:11] local.INFO: Sessions updated for user 947. {"count":0} 
[2025-07-16 20:26:12] local.INFO: Sessions updated for user 948. {"count":0} 
[2025-07-16 20:26:12] local.INFO: Sessions updated for user 949. {"count":0} 
[2025-07-16 20:26:13] local.INFO: Sessions updated for user 950. {"count":0} 
[2025-07-16 20:26:14] local.INFO: Sessions updated for user 951. {"count":0} 
[2025-07-16 20:26:15] local.INFO: Sessions updated for user 952. {"count":0} 
[2025-07-16 20:26:15] local.INFO: Sessions updated for user 953. {"count":0} 
[2025-07-16 20:26:16] local.INFO: Sessions updated for user 954. {"count":0} 
[2025-07-16 20:26:17] local.INFO: Sessions updated for user 955. {"count":0} 
[2025-07-16 20:26:18] local.INFO: Sessions updated for user 956. {"count":0} 
[2025-07-16 20:26:19] local.INFO: Sessions updated for user 957. {"count":0} 
[2025-07-16 20:26:20] local.INFO: Sessions updated for user 958. {"count":0} 
[2025-07-16 20:26:21] local.INFO: Sessions updated for user 959. {"count":0} 
[2025-07-16 20:26:21] local.INFO: Sessions updated for user 960. {"count":0} 
[2025-07-16 20:26:22] local.INFO: Sessions updated for user 961. {"count":0} 
[2025-07-16 20:26:23] local.INFO: Sessions updated for user 962. {"count":0} 
[2025-07-16 20:26:24] local.INFO: Sessions updated for user 963. {"count":0} 
[2025-07-16 20:26:24] local.INFO: Sessions updated for user 964. {"count":0} 
[2025-07-16 20:26:25] local.INFO: Sessions updated for user 965. {"count":0} 
[2025-07-16 20:26:26] local.INFO: Sessions updated for user 966. {"count":0} 
[2025-07-16 20:26:27] local.INFO: Sessions updated for user 967. {"count":0} 
[2025-07-16 20:26:27] local.INFO: Sessions updated for user 968. {"count":0} 
[2025-07-16 20:26:28] local.INFO: Sessions updated for user 969. {"count":0} 
[2025-07-16 20:26:29] local.INFO: Sessions updated for user 970. {"count":0} 
[2025-07-16 20:26:30] local.INFO: Sessions updated for user 971. {"count":0} 
[2025-07-16 20:26:30] local.INFO: Sessions updated for user 972. {"count":0} 
[2025-07-16 20:26:31] local.INFO: Sessions updated for user 973. {"count":0} 
[2025-07-16 20:26:32] local.INFO: Sessions updated for user 974. {"count":0} 
[2025-07-16 20:26:33] local.INFO: Sessions updated for user 975. {"count":0} 
[2025-07-16 20:26:34] local.INFO: Sessions updated for user 976. {"count":0} 
[2025-07-16 20:26:34] local.INFO: Sessions updated for user 977. {"count":0} 
[2025-07-16 20:26:35] local.INFO: Sessions updated for user 978. {"count":0} 
[2025-07-16 20:26:36] local.INFO: Sessions updated for user 979. {"count":0} 
[2025-07-16 20:26:36] local.INFO: Sessions updated for user 980. {"count":0} 
[2025-07-16 20:26:37] local.INFO: Sessions updated for user 981. {"count":0} 
[2025-07-16 20:26:38] local.INFO: Sessions updated for user 982. {"count":0} 
[2025-07-16 20:26:39] local.INFO: Sessions updated for user 983. {"count":0} 
[2025-07-16 20:26:40] local.INFO: Sessions updated for user 984. {"count":0} 
[2025-07-16 20:26:41] local.INFO: Sessions updated for user 985. {"count":0} 
[2025-07-16 20:26:42] local.INFO: Sessions updated for user 986. {"count":0} 
[2025-07-16 20:26:43] local.INFO: Sessions updated for user 987. {"count":0} 
[2025-07-16 20:26:43] local.INFO: Sessions updated for user 988. {"count":0} 
[2025-07-16 20:26:44] local.INFO: Sessions updated for user 989. {"count":0} 
[2025-07-16 20:26:45] local.INFO: Sessions updated for user 990. {"count":0} 
[2025-07-16 20:26:45] local.INFO: Sessions updated for user 991. {"count":0} 
[2025-07-16 20:26:46] local.INFO: Sessions updated for user 992. {"count":0} 
[2025-07-16 20:26:47] local.INFO: Sessions updated for user 994. {"count":0} 
[2025-07-16 20:26:47] local.INFO: Sessions updated for user 995. {"count":0} 
[2025-07-16 20:26:48] local.INFO: Sessions updated for user 996. {"count":0} 
[2025-07-16 20:26:49] local.INFO: Sessions updated for user 997. {"count":0} 
[2025-07-16 20:26:50] local.INFO: Sessions updated for user 998. {"count":0} 
[2025-07-16 20:26:50] local.INFO: Sessions updated for user 999. {"count":0} 
[2025-07-16 20:26:51] local.INFO: Sessions updated for user 1000. {"count":0} 
[2025-07-16 20:26:52] local.INFO: Sessions updated for user 1001. {"count":0} 
[2025-07-16 20:26:52] local.INFO: Sessions updated for user 1003. {"count":0} 
[2025-07-16 20:26:53] local.INFO: Sessions updated for user 1004. {"count":0} 
[2025-07-16 20:26:54] local.INFO: Sessions updated for user 1006. {"count":0} 
[2025-07-16 20:26:54] local.INFO: Sessions updated for user 1007. {"count":0} 
[2025-07-16 20:26:55] local.INFO: Sessions updated for user 1008. {"count":0} 
[2025-07-16 20:26:56] local.INFO: Sessions updated for user 1009. {"count":0} 
[2025-07-16 20:26:56] local.INFO: Sessions updated for user 1010. {"count":0} 
[2025-07-16 20:26:57] local.INFO: Sessions updated for user 1011. {"count":0} 
[2025-07-16 20:26:58] local.INFO: Sessions updated for user 1013. {"count":0} 
[2025-07-16 20:26:58] local.INFO: Sessions updated for user 1014. {"count":0} 
[2025-07-16 20:26:59] local.INFO: Sessions updated for user 1015. {"count":0} 
[2025-07-16 20:27:00] local.INFO: Sessions updated for user 1016. {"count":0} 
[2025-07-16 20:27:01] local.INFO: Sessions updated for user 1017. {"count":0} 
[2025-07-16 20:27:01] local.INFO: Sessions updated for user 1018. {"count":0} 
[2025-07-16 20:27:02] local.INFO: Sessions updated for user 1019. {"count":0} 
[2025-07-16 20:27:03] local.INFO: Sessions updated for user 1020. {"count":0} 
[2025-07-16 20:27:04] local.INFO: Sessions updated for user 1021. {"count":0} 
[2025-07-16 20:27:04] local.INFO: Sessions updated for user 1022. {"count":0} 
[2025-07-16 20:27:05] local.INFO: Sessions updated for user 1023. {"count":0} 
[2025-07-16 20:27:06] local.INFO: Sessions updated for user 1024. {"count":0} 
[2025-07-16 20:27:07] local.INFO: Sessions updated for user 1026. {"count":0} 
[2025-07-16 20:27:08] local.INFO: Sessions updated for user 1029. {"count":0} 
[2025-07-16 20:27:08] local.INFO: Sessions updated for user 1030. {"count":0} 
[2025-07-16 20:27:09] local.INFO: Sessions updated for user 1031. {"count":0} 
[2025-07-16 20:27:10] local.INFO: Sessions updated for user 1032. {"count":0} 
[2025-07-16 20:27:11] local.INFO: Sessions updated for user 1033. {"count":0} 
[2025-07-16 20:27:12] local.INFO: Sessions updated for user 1034. {"count":0} 
[2025-07-16 20:27:12] local.INFO: Sessions updated for user 1035. {"count":0} 
[2025-07-16 20:27:13] local.INFO: Sessions updated for user 1036. {"count":0} 
[2025-07-16 20:27:14] local.INFO: Sessions updated for user 1037. {"count":0} 
[2025-07-16 20:27:14] local.INFO: Sessions updated for user 1038. {"count":0} 
[2025-07-16 20:27:15] local.INFO: Sessions updated for user 1039. {"count":0} 
[2025-07-16 20:27:16] local.INFO: Sessions updated for user 1040. {"count":0} 
[2025-07-16 20:27:16] local.INFO: Sessions updated for user 1041. {"count":0} 
[2025-07-16 20:27:17] local.INFO: Sessions updated for user 1042. {"count":0} 
[2025-07-16 20:27:18] local.INFO: Sessions updated for user 1043. {"count":0} 
[2025-07-16 20:27:19] local.INFO: Sessions updated for user 1044. {"count":0} 
[2025-07-16 20:27:20] local.INFO: Sessions updated for user 1045. {"count":0} 
[2025-07-16 20:27:20] local.INFO: Sessions updated for user 1046. {"count":0} 
[2025-07-16 20:27:21] local.INFO: Sessions updated for user 1049. {"count":0} 
[2025-07-16 20:27:22] local.INFO: Sessions updated for user 1050. {"count":0} 
[2025-07-16 20:27:22] local.INFO: Sessions updated for user 1052. {"count":0} 
[2025-07-16 20:27:23] local.INFO: Sessions updated for user 1053. {"count":0} 
[2025-07-16 20:27:24] local.INFO: Sessions updated for user 1055. {"count":0} 
[2025-07-16 20:27:25] local.INFO: Sessions updated for user 1056. {"count":0} 
[2025-07-16 20:27:25] local.INFO: Sessions updated for user 1058. {"count":0} 
[2025-07-16 20:27:26] local.INFO: Sessions updated for user 1060. {"count":0} 
[2025-07-16 20:27:27] local.INFO: Sessions updated for user 1061. {"count":0} 
[2025-07-16 20:27:28] local.INFO: Sessions updated for user 1062. {"count":0} 
[2025-07-16 20:27:29] local.INFO: Sessions updated for user 1064. {"count":0} 
[2025-07-16 20:27:29] local.INFO: Sessions updated for user 1067. {"count":0} 
[2025-07-16 20:27:30] local.INFO: Sessions updated for user 1068. {"count":0} 
[2025-07-16 20:27:31] local.INFO: Sessions updated for user 1069. {"count":0} 
[2025-07-16 20:27:32] local.INFO: Sessions updated for user 1070. {"count":0} 
[2025-07-16 20:27:33] local.INFO: Sessions updated for user 1072. {"count":0} 
[2025-07-16 20:27:34] local.INFO: Sessions updated for user 1073. {"count":0} 
[2025-07-16 20:27:34] local.INFO: Sessions updated for user 1074. {"count":0} 
[2025-07-16 20:27:35] local.INFO: Sessions updated for user 1075. {"count":0} 
[2025-07-16 20:27:36] local.INFO: Sessions updated for user 1076. {"count":0} 
[2025-07-16 20:27:37] local.INFO: Sessions updated for user 1083. {"count":0} 
[2025-07-16 20:27:37] local.INFO: Sessions updated for user 1084. {"count":0} 
[2025-07-16 20:27:38] local.INFO: Sessions updated for user 1085. {"count":0} 
[2025-07-16 20:27:39] local.INFO: Sessions updated for user 1087. {"count":0} 
[2025-07-16 20:27:40] local.INFO: Sessions updated for user 1088. {"count":0} 
[2025-07-16 20:27:41] local.INFO: Sessions updated for user 1090. {"count":0} 
[2025-07-16 20:27:42] local.INFO: Sessions updated for user 1093. {"count":0} 
[2025-07-16 20:27:43] local.INFO: Sessions updated for user 1094. {"count":0} 
[2025-07-16 20:27:44] local.INFO: Sessions updated for user 1096. {"count":0} 
[2025-07-16 20:27:45] local.INFO: Sessions updated for user 1099. {"count":0} 
[2025-07-16 20:27:46] local.INFO: Sessions updated for user 1104. {"count":0} 
[2025-07-16 20:27:47] local.INFO: Sessions updated for user 1106. {"count":0} 
[2025-07-16 20:27:48] local.INFO: Sessions updated for user 1108. {"count":0} 
[2025-07-16 20:27:49] local.INFO: Sessions updated for user 1113. {"count":0} 
[2025-07-16 20:27:50] local.INFO: Sessions updated for user 1114. {"count":0} 
[2025-07-16 20:27:51] local.INFO: Sessions updated for user 1115. {"count":0} 
[2025-07-16 20:27:52] local.INFO: Sessions updated for user 1116. {"count":0} 
[2025-07-16 20:27:53] local.INFO: Sessions updated for user 1117. {"count":0} 
[2025-07-16 20:27:53] local.INFO: Sessions updated for user 1122. {"count":0} 
[2025-07-16 20:27:54] local.INFO: Sessions updated for user 1123. {"count":0} 
[2025-07-16 20:27:55] local.INFO: Sessions updated for user 1124. {"count":0} 
[2025-07-16 20:27:56] local.INFO: Sessions updated for user 1125. {"count":0} 
[2025-07-16 20:27:56] local.INFO: Sessions updated for user 1130. {"count":0} 
[2025-07-16 20:27:57] local.INFO: Sessions updated for user 1133. {"count":0} 
[2025-07-16 20:27:58] local.INFO: Sessions updated for user 1138. {"count":0} 
[2025-07-16 20:27:58] local.INFO: Sessions updated for user 1152. {"count":0} 
[2025-07-16 20:27:59] local.INFO: Sessions updated for user 1154. {"count":0} 
[2025-07-16 20:28:00] local.INFO: Sessions updated for user 1159. {"count":0} 
[2025-07-16 20:28:01] local.INFO: Sessions updated for user 1161. {"count":0} 
[2025-07-16 20:28:01] local.INFO: Sessions updated for user 1163. {"count":0} 
[2025-07-16 20:28:02] local.INFO: Sessions updated for user 1164. {"count":0} 
[2025-07-16 20:28:03] local.INFO: Sessions updated for user 1165. {"count":0} 
[2025-07-16 20:28:03] local.INFO: Sessions updated for user 1168. {"count":0} 
[2025-07-16 20:28:04] local.INFO: Sessions updated for user 1169. {"count":0} 
[2025-07-16 20:28:05] local.INFO: Sessions updated for user 1170. {"count":0} 
[2025-07-16 20:28:05] local.INFO: Sessions updated for user 1171. {"count":0} 
[2025-07-16 20:28:06] local.INFO: Sessions updated for user 1172. {"count":0} 
[2025-07-16 20:28:07] local.INFO: Sessions updated for user 1175. {"count":0} 
[2025-07-16 20:28:07] local.INFO: Sessions updated for user 1180. {"count":0} 
[2025-07-16 20:28:08] local.INFO: Sessions updated for user 1181. {"count":0} 
[2025-07-16 20:28:09] local.INFO: Sessions updated for user 1185. {"count":0} 
[2025-07-16 20:28:10] local.INFO: Sessions updated for user 1187. {"count":0} 
[2025-07-16 20:28:10] local.INFO: Sessions updated for user 1188. {"count":0} 
[2025-07-16 20:28:11] local.INFO: Sessions updated for user 1189. {"count":0} 
[2025-07-16 20:28:12] local.INFO: Sessions updated for user 1191. {"count":0} 
[2025-07-16 20:28:12] local.INFO: Sessions updated for user 1194. {"count":0} 
[2025-07-16 20:28:13] local.INFO: Sessions updated for user 1195. {"count":0} 
[2025-07-16 20:28:14] local.INFO: Sessions updated for user 1196. {"count":0} 
[2025-07-16 20:28:15] local.INFO: Sessions updated for user 1197. {"count":0} 
[2025-07-16 20:28:15] local.INFO: Sessions updated for user 1198. {"count":0} 
[2025-07-16 20:28:16] local.INFO: Sessions updated for user 1199. {"count":0} 
[2025-07-16 20:28:17] local.INFO: Sessions updated for user 1200. {"count":0} 
[2025-07-16 20:28:18] local.INFO: Sessions updated for user 1201. {"count":0} 
[2025-07-16 20:28:19] local.INFO: Sessions updated for user 1202. {"count":0} 
[2025-07-16 20:28:20] local.INFO: Sessions updated for user 1203. {"count":0} 
[2025-07-16 20:28:21] local.INFO: Sessions updated for user 1204. {"count":0} 
[2025-07-16 20:28:22] local.INFO: Sessions updated for user 1205. {"count":0} 
[2025-07-16 20:28:22] local.INFO: Sessions updated for user 1206. {"count":0} 
[2025-07-16 20:28:23] local.INFO: Sessions updated for user 1207. {"count":0} 
[2025-07-16 20:28:24] local.INFO: Sessions updated for user 1210. {"count":0} 
[2025-07-16 20:28:25] local.INFO: Sessions updated for user 1211. {"count":0} 
[2025-07-16 20:28:25] local.INFO: Sessions updated for user 1212. {"count":0} 
[2025-07-16 20:28:26] local.INFO: Sessions updated for user 1213. {"count":0} 
[2025-07-16 20:28:27] local.INFO: Sessions updated for user 1214. {"count":0} 
[2025-07-16 20:28:28] local.INFO: Sessions updated for user 1215. {"count":0} 
[2025-07-16 20:28:29] local.INFO: Sessions updated for user 1216. {"count":0} 
[2025-07-16 20:28:30] local.INFO: Sessions updated for user 1217. {"count":0} 
[2025-07-16 20:28:30] local.INFO: Sessions updated for user 1218. {"count":0} 
[2025-07-16 20:28:31] local.INFO: Sessions updated for user 1219. {"count":0} 
[2025-07-16 20:28:32] local.INFO: Sessions updated for user 1220. {"count":0} 
[2025-07-16 20:28:33] local.INFO: Sessions updated for user 1221. {"count":0} 
[2025-07-16 20:28:33] local.INFO: Sessions updated for user 1222. {"count":0} 
[2025-07-16 20:28:34] local.INFO: Sessions updated for user 1223. {"count":0} 
[2025-07-16 20:28:35] local.INFO: Sessions updated for user 1224. {"count":0} 
[2025-07-16 20:28:36] local.INFO: Sessions updated for user 1225. {"count":0} 
[2025-07-16 20:28:36] local.INFO: Sessions updated for user 1226. {"count":0} 
[2025-07-16 20:28:37] local.INFO: Sessions updated for user 1227. {"count":0} 
[2025-07-16 20:28:38] local.INFO: Sessions updated for user 1228. {"count":0} 
[2025-07-16 20:28:39] local.INFO: Sessions updated for user 1231. {"count":0} 
[2025-07-16 20:28:40] local.INFO: Sessions updated for user 1232. {"count":0} 
[2025-07-16 20:28:40] local.INFO: Sessions updated for user 1233. {"count":0} 
[2025-07-16 20:28:41] local.INFO: Sessions updated for user 1234. {"count":0} 
[2025-07-16 20:28:42] local.INFO: Sessions updated for user 1235. {"count":0} 
[2025-07-16 20:28:42] local.INFO: Sessions updated for user 1236. {"count":0} 
[2025-07-16 20:28:43] local.INFO: Sessions updated for user 1237. {"count":0} 
[2025-07-16 20:28:44] local.INFO: Sessions updated for user 1238. {"count":0} 
[2025-07-16 20:28:45] local.INFO: Sessions updated for user 1239. {"count":0} 
[2025-07-16 20:28:45] local.INFO: Sessions updated for user 1241. {"count":0} 
[2025-07-16 20:28:46] local.INFO: Sessions updated for user 1242. {"count":0} 
[2025-07-16 20:28:47] local.INFO: Sessions updated for user 1243. {"count":0} 
[2025-07-16 20:28:47] local.INFO: Sessions updated for user 1244. {"count":0} 
[2025-07-16 20:28:48] local.INFO: Sessions updated for user 1245. {"count":0} 
[2025-07-16 20:28:49] local.INFO: Sessions updated for user 1246. {"count":0} 
[2025-07-16 20:28:49] local.INFO: Sessions updated for user 1247. {"count":0} 
[2025-07-16 20:28:50] local.INFO: Sessions updated for user 1248. {"count":0} 
[2025-07-16 20:28:51] local.INFO: Sessions updated for user 1249. {"count":0} 
[2025-07-16 20:28:52] local.INFO: Sessions updated for user 1250. {"count":0} 
[2025-07-16 20:28:52] local.INFO: Sessions updated for user 1251. {"count":0} 
[2025-07-16 20:28:53] local.INFO: Sessions updated for user 1252. {"count":0} 
[2025-07-16 20:28:54] local.INFO: Sessions updated for user 1253. {"count":0} 
[2025-07-16 20:28:54] local.INFO: Sessions updated for user 1254. {"count":0} 
[2025-07-16 20:28:55] local.INFO: Sessions updated for user 1255. {"count":0} 
[2025-07-16 20:28:56] local.INFO: Sessions updated for user 1258. {"count":0} 
[2025-07-16 20:28:57] local.INFO: Sessions updated for user 1259. {"count":0} 
[2025-07-16 20:28:57] local.INFO: Sessions updated for user 1260. {"count":0} 
[2025-07-16 20:28:58] local.INFO: Sessions updated for user 1261. {"count":0} 
[2025-07-16 20:28:59] local.INFO: Sessions updated for user 1262. {"count":0} 
[2025-07-16 20:28:59] local.INFO: Sessions updated for user 1263. {"count":0} 
[2025-07-16 20:29:00] local.INFO: Sessions updated for user 1265. {"count":0} 
[2025-07-16 20:29:01] local.INFO: Sessions updated for user 1267. {"count":0} 
[2025-07-16 20:29:02] local.INFO: Sessions updated for user 1268. {"count":0} 
[2025-07-16 20:29:02] local.INFO: Sessions updated for user 1269. {"count":0} 
[2025-07-16 20:29:03] local.INFO: Sessions updated for user 1270. {"count":0} 
[2025-07-16 20:29:04] local.INFO: Sessions updated for user 1271. {"count":0} 
[2025-07-16 20:29:04] local.INFO: Sessions updated for user 1272. {"count":0} 
[2025-07-16 20:29:05] local.INFO: Sessions updated for user 1273. {"count":0} 
[2025-07-16 20:29:06] local.INFO: Sessions updated for user 1275. {"count":0} 
[2025-07-16 20:29:07] local.INFO: Sessions updated for user 1276. {"count":0} 
[2025-07-16 20:29:07] local.INFO: Sessions updated for user 1277. {"count":0} 
[2025-07-16 20:29:08] local.INFO: Sessions updated for user 1279. {"count":0} 
[2025-07-16 20:29:09] local.INFO: Sessions updated for user 1282. {"count":0} 
[2025-07-16 20:29:09] local.INFO: Sessions updated for user 1283. {"count":0} 
[2025-07-16 20:29:10] local.INFO: Sessions updated for user 1284. {"count":0} 
[2025-07-16 20:29:11] local.INFO: Sessions updated for user 1285. {"count":0} 
[2025-07-16 20:29:12] local.INFO: Sessions updated for user 1286. {"count":0} 
[2025-07-16 20:29:12] local.INFO: Sessions updated for user 1287. {"count":0} 
[2025-07-16 20:29:13] local.INFO: Sessions updated for user 1288. {"count":0} 
[2025-07-16 20:29:14] local.INFO: Sessions updated for user 1289. {"count":0} 
[2025-07-16 20:29:15] local.INFO: Sessions updated for user 1290. {"count":0} 
[2025-07-16 20:29:16] local.INFO: Sessions updated for user 1291. {"count":0} 
[2025-07-16 20:29:16] local.INFO: Sessions updated for user 1292. {"count":0} 
[2025-07-16 20:29:17] local.INFO: Sessions updated for user 1293. {"count":0} 
[2025-07-16 20:29:18] local.INFO: Sessions updated for user 1294. {"count":0} 
[2025-07-16 20:29:19] local.INFO: Sessions updated for user 1295. {"count":0} 
[2025-07-16 20:29:20] local.INFO: Sessions updated for user 1296. {"count":0} 
[2025-07-16 20:29:20] local.INFO: Sessions updated for user 1297. {"count":0} 
[2025-07-16 20:29:21] local.INFO: Sessions updated for user 1299. {"count":0} 
[2025-07-16 20:29:22] local.INFO: Sessions updated for user 1300. {"count":0} 
[2025-07-16 20:29:23] local.INFO: Sessions updated for user 1303. {"count":0} 
[2025-07-16 20:29:24] local.INFO: Sessions updated for user 1304. {"count":0} 
[2025-07-16 20:29:24] local.INFO: Sessions updated for user 1305. {"count":0} 
[2025-07-16 20:29:25] local.INFO: Sessions updated for user 1310. {"count":0} 
[2025-07-16 20:29:26] local.INFO: Sessions updated for user 1311. {"count":0} 
[2025-07-16 20:29:27] local.INFO: Sessions updated for user 1312. {"count":0} 
[2025-07-16 20:29:28] local.INFO: Sessions updated for user 1313. {"count":0} 
[2025-07-16 20:29:29] local.INFO: Sessions updated for user 1314. {"count":0} 
[2025-07-16 20:29:29] local.INFO: Sessions updated for user 1315. {"count":0} 
[2025-07-16 20:29:30] local.INFO: Sessions updated for user 1316. {"count":0} 
[2025-07-16 20:29:31] local.INFO: Sessions updated for user 1317. {"count":0} 
[2025-07-16 20:29:31] local.INFO: Sessions updated for user 1318. {"count":0} 
[2025-07-16 20:29:32] local.INFO: Sessions updated for user 1319. {"count":0} 
[2025-07-16 20:29:33] local.INFO: Sessions updated for user 1320. {"count":0} 
[2025-07-16 20:29:34] local.INFO: Sessions updated for user 1321. {"count":0} 
[2025-07-16 20:29:34] local.INFO: Sessions updated for user 1322. {"count":0} 
[2025-07-16 20:29:35] local.INFO: Sessions updated for user 1323. {"count":0} 
[2025-07-16 20:29:36] local.INFO: Sessions updated for user 1324. {"count":0} 
[2025-07-16 20:29:36] local.INFO: Sessions updated for user 1325. {"count":0} 
[2025-07-16 20:29:37] local.INFO: Sessions updated for user 1326. {"count":0} 
[2025-07-16 20:29:38] local.INFO: Sessions updated for user 1327. {"count":0} 
[2025-07-16 20:29:38] local.INFO: Sessions updated for user 1328. {"count":0} 
[2025-07-16 20:29:39] local.INFO: Sessions updated for user 1329. {"count":0} 
[2025-07-16 20:29:40] local.INFO: Sessions updated for user 1331. {"count":0} 
[2025-07-16 20:29:40] local.INFO: Sessions updated for user 1332. {"count":0} 
[2025-07-16 20:29:41] local.INFO: Sessions updated for user 1333. {"count":0} 
[2025-07-16 20:29:42] local.INFO: Sessions updated for user 1334. {"count":0} 
[2025-07-16 20:29:42] local.INFO: Sessions updated for user 1335. {"count":0} 
[2025-07-16 20:29:43] local.INFO: Sessions updated for user 1336. {"count":0} 
[2025-07-16 20:29:44] local.INFO: Sessions updated for user 1337. {"count":0} 
[2025-07-16 20:29:45] local.INFO: Sessions updated for user 1338. {"count":0} 
[2025-07-16 20:29:45] local.INFO: Sessions updated for user 1339. {"count":0} 
[2025-07-16 20:29:46] local.INFO: Sessions updated for user 1340. {"count":0} 
[2025-07-16 20:29:47] local.INFO: Sessions updated for user 1341. {"count":0} 
[2025-07-16 20:29:47] local.INFO: Sessions updated for user 1342. {"count":0} 
[2025-07-16 20:29:48] local.INFO: Sessions updated for user 1343. {"count":0} 
[2025-07-16 20:29:49] local.INFO: Sessions updated for user 1344. {"count":0} 
[2025-07-16 20:29:50] local.INFO: Sessions updated for user 1345. {"count":0} 
[2025-07-16 20:29:50] local.INFO: Sessions updated for user 1346. {"count":0} 
[2025-07-16 20:29:51] local.INFO: Sessions updated for user 1347. {"count":0} 
[2025-07-16 20:29:52] local.INFO: Sessions updated for user 1348. {"count":0} 
[2025-07-16 20:29:53] local.INFO: Sessions updated for user 1349. {"count":0} 
[2025-07-16 20:29:53] local.INFO: Sessions updated for user 1350. {"count":0} 
[2025-07-16 20:29:54] local.INFO: Sessions updated for user 1351. {"count":0} 
[2025-07-16 20:29:55] local.INFO: Sessions updated for user 1352. {"count":0} 
[2025-07-16 20:29:55] local.INFO: Sessions updated for user 1353. {"count":0} 
[2025-07-16 20:29:56] local.INFO: Sessions updated for user 1354. {"count":0} 
[2025-07-16 20:29:57] local.INFO: Sessions updated for user 1357. {"count":0} 
[2025-07-16 20:29:57] local.INFO: Sessions updated for user 1359. {"count":0} 
[2025-07-16 20:29:58] local.INFO: Sessions updated for user 1360. {"count":0} 
[2025-07-16 20:29:59] local.INFO: Sessions updated for user 1361. {"count":0} 
[2025-07-16 20:30:00] local.INFO: Sessions updated for user 1362. {"count":0} 
[2025-07-16 20:30:00] local.INFO: Sessions updated for user 1363. {"count":0} 
[2025-07-16 20:30:01] local.INFO: Sessions updated for user 1364. {"count":0} 
[2025-07-16 20:30:02] local.INFO: Sessions updated for user 1365. {"count":0} 
[2025-07-16 20:30:03] local.INFO: Sessions updated for user 1366. {"count":0} 
[2025-07-16 20:30:04] local.INFO: Sessions updated for user 1367. {"count":0} 
[2025-07-16 20:30:05] local.INFO: Sessions updated for user 1368. {"count":0} 
[2025-07-16 20:30:05] local.INFO: Sessions updated for user 1369. {"count":0} 
[2025-07-16 20:30:06] local.INFO: Sessions updated for user 1370. {"count":0} 
[2025-07-16 20:30:07] local.INFO: Sessions updated for user 1371. {"count":0} 
[2025-07-16 20:30:07] local.INFO: Sessions updated for user 1372. {"count":0} 
[2025-07-16 20:30:08] local.INFO: Sessions updated for user 1373. {"count":0} 
[2025-07-16 20:30:09] local.INFO: Sessions updated for user 1374. {"count":0} 
[2025-07-16 20:30:10] local.INFO: Sessions updated for user 1375. {"count":0} 
[2025-07-16 20:30:10] local.INFO: Sessions updated for user 1376. {"count":0} 
[2025-07-16 20:30:11] local.INFO: Sessions updated for user 1377. {"count":0} 
[2025-07-16 20:30:12] local.INFO: Sessions updated for user 1378. {"count":0} 
[2025-07-16 20:30:12] local.INFO: Sessions updated for user 1379. {"count":0} 
[2025-07-16 20:30:13] local.INFO: Sessions updated for user 1380. {"count":0} 
[2025-07-16 20:30:14] local.INFO: Sessions updated for user 1381. {"count":0} 
[2025-07-16 20:30:15] local.INFO: Sessions updated for user 1382. {"count":0} 
[2025-07-16 20:30:16] local.INFO: Sessions updated for user 1383. {"count":0} 
[2025-07-16 20:30:17] local.INFO: Sessions updated for user 1384. {"count":0} 
[2025-07-16 20:30:18] local.INFO: Sessions updated for user 1385. {"count":0} 
[2025-07-16 20:30:19] local.INFO: Sessions updated for user 1386. {"count":0} 
[2025-07-16 20:30:20] local.INFO: Sessions updated for user 1387. {"count":0} 
[2025-07-16 20:30:20] local.INFO: Sessions updated for user 1388. {"count":0} 
[2025-07-16 20:30:21] local.INFO: Sessions updated for user 1389. {"count":0} 
[2025-07-16 20:30:22] local.INFO: Sessions updated for user 1390. {"count":0} 
[2025-07-16 20:30:22] local.INFO: Sessions updated for user 1391. {"count":0} 
[2025-07-16 20:30:23] local.INFO: Sessions updated for user 1392. {"count":0} 
[2025-07-16 20:30:24] local.INFO: Sessions updated for user 1397. {"count":0} 
[2025-07-16 20:30:24] local.INFO: Sessions updated for user 1399. {"count":0} 
[2025-07-16 20:30:25] local.INFO: Sessions updated for user 1402. {"count":0} 
[2025-07-16 20:30:26] local.INFO: Sessions updated for user 1404. {"count":0} 
[2025-07-16 20:30:27] local.INFO: Sessions updated for user 1405. {"count":0} 
[2025-07-16 20:30:27] local.INFO: Sessions updated for user 1406. {"count":0} 
[2025-07-16 20:30:28] local.INFO: Sessions updated for user 1407. {"count":0} 
[2025-07-16 20:30:29] local.INFO: Sessions updated for user 1408. {"count":0} 
[2025-07-16 20:30:29] local.INFO: Sessions updated for user 1409. {"count":0} 
[2025-07-16 20:30:30] local.INFO: Sessions updated for user 1410. {"count":0} 
[2025-07-16 20:30:31] local.INFO: Sessions updated for user 1411. {"count":0} 
[2025-07-16 20:30:32] local.INFO: Sessions updated for user 1412. {"count":0} 
[2025-07-16 20:30:32] local.INFO: Sessions updated for user 1413. {"count":0} 
[2025-07-16 20:30:33] local.INFO: Sessions updated for user 1414. {"count":0} 
[2025-07-16 20:30:34] local.INFO: Sessions updated for user 1415. {"count":0} 
[2025-07-16 20:30:35] local.INFO: Sessions updated for user 1416. {"count":0} 
[2025-07-16 20:30:35] local.INFO: Sessions updated for user 1417. {"count":0} 
[2025-07-16 20:30:36] local.INFO: Sessions updated for user 1418. {"count":0} 
[2025-07-16 20:30:37] local.INFO: Sessions updated for user 1419. {"count":0} 
[2025-07-16 20:30:37] local.INFO: Sessions updated for user 1420. {"count":0} 
[2025-07-16 20:30:38] local.INFO: Sessions updated for user 1422. {"count":0} 
[2025-07-16 20:30:39] local.INFO: Sessions updated for user 1425. {"count":0} 
[2025-07-16 20:30:39] local.INFO: Sessions updated for user 1429. {"count":0} 
[2025-07-16 20:30:40] local.INFO: Sessions updated for user 1430. {"count":0} 
[2025-07-16 20:30:41] local.INFO: Sessions updated for user 1432. {"count":0} 
[2025-07-16 20:30:41] local.INFO: Sessions updated for user 1433. {"count":0} 
[2025-07-16 20:30:42] local.INFO: Sessions updated for user 1434. {"count":0} 
[2025-07-16 20:30:43] local.INFO: Sessions updated for user 1435. {"count":0} 
[2025-07-16 20:30:43] local.INFO: Sessions updated for user 1436. {"count":0} 
[2025-07-16 20:30:44] local.INFO: Sessions updated for user 1437. {"count":0} 
[2025-07-16 20:30:45] local.INFO: Sessions updated for user 1438. {"count":0} 
[2025-07-16 20:30:46] local.INFO: Sessions updated for user 1439. {"count":0} 
[2025-07-16 20:30:46] local.INFO: Sessions updated for user 1440. {"count":0} 
[2025-07-16 20:30:47] local.INFO: Sessions updated for user 1441. {"count":0} 
[2025-07-16 20:30:48] local.INFO: Sessions updated for user 1442. {"count":0} 
[2025-07-16 20:30:48] local.INFO: Sessions updated for user 1443. {"count":0} 
[2025-07-16 20:30:49] local.INFO: Sessions updated for user 1444. {"count":0} 
[2025-07-16 20:30:50] local.INFO: Sessions updated for user 1445. {"count":0} 
[2025-07-16 20:30:50] local.INFO: Sessions updated for user 1446. {"count":0} 
[2025-07-16 20:30:51] local.INFO: Sessions updated for user 1447. {"count":0} 
[2025-07-16 20:30:52] local.INFO: Sessions updated for user 1449. {"count":0} 
[2025-07-16 20:30:53] local.INFO: Sessions updated for user 1450. {"count":0} 
[2025-07-16 20:30:53] local.INFO: Sessions updated for user 1451. {"count":0} 
[2025-07-16 20:30:54] local.INFO: Sessions updated for user 1452. {"count":0} 
[2025-07-16 20:30:55] local.INFO: Sessions updated for user 1453. {"count":0} 
[2025-07-16 20:30:56] local.INFO: Sessions updated for user 1454. {"count":0} 
[2025-07-16 20:30:56] local.INFO: Sessions updated for user 1455. {"count":0} 
[2025-07-16 20:30:57] local.INFO: Sessions updated for user 1456. {"count":0} 
[2025-07-16 20:30:58] local.INFO: Sessions updated for user 1457. {"count":0} 
[2025-07-16 20:30:59] local.INFO: Sessions updated for user 1458. {"count":0} 
[2025-07-16 20:31:00] local.INFO: Sessions updated for user 1459. {"count":0} 
[2025-07-16 20:31:01] local.INFO: Sessions updated for user 1460. {"count":0} 
[2025-07-16 20:31:01] local.INFO: Sessions updated for user 1461. {"count":0} 
[2025-07-16 20:31:02] local.INFO: Sessions updated for user 1465. {"count":0} 
[2025-07-16 20:31:03] local.INFO: Sessions updated for user 1466. {"count":0} 
[2025-07-16 20:31:03] local.INFO: Sessions updated for user 1467. {"count":0} 
[2025-07-16 20:31:04] local.INFO: Sessions updated for user 1468. {"count":0} 
[2025-07-16 20:31:05] local.INFO: Sessions updated for user 1469. {"count":0} 
[2025-07-16 20:31:05] local.INFO: Sessions updated for user 1470. {"count":0} 
[2025-07-16 20:31:06] local.INFO: Sessions updated for user 1471. {"count":0} 
[2025-07-16 20:31:07] local.INFO: Sessions updated for user 1472. {"count":0} 
[2025-07-16 20:31:08] local.INFO: Sessions updated for user 1473. {"count":0} 
[2025-07-16 20:31:08] local.INFO: Sessions updated for user 1474. {"count":0} 
[2025-07-16 20:31:09] local.INFO: Sessions updated for user 1475. {"count":0} 
[2025-07-16 20:31:10] local.INFO: Sessions updated for user 1476. {"count":0} 
[2025-07-16 20:31:11] local.INFO: Sessions updated for user 1477. {"count":0} 
[2025-07-16 20:31:11] local.INFO: Sessions updated for user 1478. {"count":0} 
[2025-07-16 20:31:12] local.INFO: Sessions updated for user 1479. {"count":0} 
[2025-07-16 20:31:13] local.INFO: Sessions updated for user 1480. {"count":0} 
[2025-07-16 20:31:13] local.INFO: Sessions updated for user 1481. {"count":0} 
[2025-07-16 20:31:14] local.INFO: Sessions updated for user 1482. {"count":0} 
[2025-07-16 20:31:15] local.INFO: Sessions updated for user 1483. {"count":0} 
[2025-07-16 20:31:16] local.INFO: Sessions updated for user 1484. {"count":0} 
[2025-07-16 20:31:16] local.INFO: Sessions updated for user 1485. {"count":0} 
[2025-07-16 20:31:17] local.INFO: Sessions updated for user 1486. {"count":0} 
[2025-07-16 20:31:18] local.INFO: Sessions updated for user 1487. {"count":0} 
[2025-07-16 20:31:18] local.INFO: Sessions updated for user 1488. {"count":0} 
[2025-07-16 20:31:19] local.INFO: Sessions updated for user 1489. {"count":0} 
[2025-07-16 20:31:20] local.INFO: Sessions updated for user 1491. {"count":0} 
[2025-07-16 20:31:21] local.INFO: Sessions updated for user 1492. {"count":0} 
[2025-07-16 20:31:22] local.INFO: Sessions updated for user 1494. {"count":0} 
[2025-07-16 20:31:22] local.INFO: Sessions updated for user 1495. {"count":0} 
[2025-07-16 20:31:23] local.INFO: Sessions updated for user 1496. {"count":0} 
[2025-07-16 20:31:24] local.INFO: Sessions updated for user 1497. {"count":0} 
[2025-07-16 20:31:24] local.INFO: Sessions updated for user 1499. {"count":0} 
[2025-07-16 20:31:25] local.INFO: Sessions updated for user 1500. {"count":0} 
[2025-07-16 20:31:26] local.INFO: Sessions updated for user 1501. {"count":0} 
[2025-07-16 20:31:27] local.INFO: Sessions updated for user 1502. {"count":0} 
[2025-07-16 20:31:27] local.INFO: Sessions updated for user 1503. {"count":0} 
[2025-07-16 20:31:28] local.INFO: Sessions updated for user 1504. {"count":0} 
[2025-07-16 20:31:29] local.INFO: Sessions updated for user 1505. {"count":0} 
[2025-07-16 20:31:30] local.INFO: Sessions updated for user 1506. {"count":0} 
[2025-07-16 20:31:30] local.INFO: Sessions updated for user 1507. {"count":0} 
[2025-07-16 20:31:31] local.INFO: Sessions updated for user 1513. {"count":0} 
[2025-07-16 20:31:32] local.INFO: Sessions updated for user 1515. {"count":0} 
[2025-07-16 20:31:32] local.INFO: Sessions updated for user 1516. {"count":0} 
[2025-07-16 20:31:33] local.INFO: Sessions updated for user 1517. {"count":0} 
[2025-07-16 20:31:34] local.INFO: Sessions updated for user 1518. {"count":0} 
[2025-07-16 20:31:34] local.INFO: Sessions updated for user 1522. {"count":0} 
[2025-07-16 20:31:35] local.INFO: Sessions updated for user 1523. {"count":0} 
[2025-07-16 20:31:36] local.INFO: Sessions updated for user 1524. {"count":0} 
[2025-07-16 20:31:37] local.INFO: Sessions updated for user 1525. {"count":0} 
[2025-07-16 20:31:37] local.INFO: Sessions updated for user 1526. {"count":0} 
[2025-07-16 20:31:38] local.INFO: Sessions updated for user 1527. {"count":0} 
[2025-07-16 20:31:39] local.INFO: Sessions updated for user 1528. {"count":0} 
[2025-07-16 20:31:40] local.INFO: Sessions updated for user 1529. {"count":0} 
[2025-07-16 20:31:41] local.INFO: Sessions updated for user 1530. {"count":0} 
[2025-07-16 20:31:41] local.INFO: Sessions updated for user 1531. {"count":0} 
[2025-07-16 20:31:42] local.INFO: Sessions updated for user 1532. {"count":0} 
[2025-07-16 20:31:43] local.INFO: Sessions updated for user 1533. {"count":0} 
[2025-07-16 20:31:43] local.INFO: Sessions updated for user 1534. {"count":0} 
[2025-07-16 20:31:44] local.INFO: Sessions updated for user 1535. {"count":0} 
[2025-07-16 20:31:45] local.INFO: Sessions updated for user 1536. {"count":0} 
[2025-07-16 20:31:46] local.INFO: Sessions updated for user 1538. {"count":0} 
[2025-07-16 20:31:47] local.INFO: Sessions updated for user 1539. {"count":0} 
[2025-07-16 20:31:47] local.INFO: Sessions updated for user 1540. {"count":0} 
[2025-07-16 20:31:49] local.INFO: Sessions updated for user 1541. {"count":0} 
[2025-07-16 20:31:49] local.INFO: Sessions updated for user 1543. {"count":0} 
[2025-07-16 20:31:50] local.INFO: Sessions updated for user 1544. {"count":0} 
[2025-07-16 20:31:51] local.INFO: Sessions updated for user 1545. {"count":0} 
[2025-07-16 20:31:52] local.INFO: Sessions updated for user 1546. {"count":0} 
[2025-07-16 20:31:53] local.INFO: Sessions updated for user 1548. {"count":0} 
[2025-07-16 20:31:54] local.INFO: Sessions updated for user 1549. {"count":0} 
[2025-07-16 20:31:55] local.INFO: Sessions updated for user 1550. {"count":0} 
[2025-07-16 20:31:56] local.INFO: Sessions updated for user 1551. {"count":0} 
[2025-07-16 20:31:56] local.INFO: Sessions updated for user 1552. {"count":0} 
[2025-07-16 20:31:57] local.INFO: Sessions updated for user 1553. {"count":0} 
[2025-07-16 20:31:58] local.INFO: Sessions updated for user 1554. {"count":0} 
[2025-07-16 20:31:59] local.INFO: Sessions updated for user 1555. {"count":0} 
[2025-07-16 20:32:00] local.INFO: Sessions updated for user 1556. {"count":0} 
[2025-07-16 20:32:01] local.INFO: Sessions updated for user 1557. {"count":0} 
[2025-07-16 20:32:01] local.INFO: Sessions updated for user 1558. {"count":0} 
[2025-07-16 20:32:02] local.INFO: Sessions updated for user 1559. {"count":0} 
[2025-07-16 20:32:03] local.INFO: Sessions updated for user 1560. {"count":0} 
[2025-07-16 20:32:03] local.INFO: Sessions updated for user 1561. {"count":0} 
[2025-07-16 20:32:04] local.INFO: Sessions updated for user 1562. {"count":0} 
[2025-07-16 20:32:05] local.INFO: Sessions updated for user 1563. {"count":0} 
[2025-07-16 20:32:05] local.INFO: Sessions updated for user 1564. {"count":0} 
[2025-07-16 20:32:06] local.INFO: Sessions updated for user 1565. {"count":0} 
[2025-07-16 20:32:07] local.INFO: Sessions updated for user 1566. {"count":0} 
[2025-07-16 20:32:07] local.INFO: Sessions updated for user 1567. {"count":0} 
[2025-07-16 20:32:08] local.INFO: Sessions updated for user 1568. {"count":0} 
[2025-07-16 20:32:09] local.INFO: Sessions updated for user 1569. {"count":0} 
[2025-07-16 20:32:10] local.INFO: Sessions updated for user 1570. {"count":0} 
[2025-07-16 20:32:11] local.INFO: Sessions updated for user 1572. {"count":0} 
[2025-07-16 20:32:11] local.INFO: Sessions updated for user 1573. {"count":0} 
[2025-07-16 20:32:12] local.INFO: Sessions updated for user 1574. {"count":0} 
[2025-07-16 20:32:13] local.INFO: Sessions updated for user 1575. {"count":0} 
[2025-07-16 20:32:13] local.INFO: Sessions updated for user 1576. {"count":0} 
[2025-07-16 20:32:14] local.INFO: Sessions updated for user 1577. {"count":0} 
[2025-07-16 20:32:15] local.INFO: Sessions updated for user 1578. {"count":0} 
[2025-07-16 20:32:16] local.INFO: Sessions updated for user 1579. {"count":0} 
[2025-07-16 20:32:16] local.INFO: Sessions updated for user 1580. {"count":0} 
[2025-07-16 20:32:17] local.INFO: Sessions updated for user 1581. {"count":0} 
[2025-07-16 20:32:18] local.INFO: Sessions updated for user 1582. {"count":0} 
[2025-07-16 20:32:19] local.INFO: Sessions updated for user 1583. {"count":0} 
[2025-07-16 20:32:19] local.INFO: Sessions updated for user 1584. {"count":0} 
[2025-07-16 20:32:20] local.INFO: Sessions updated for user 1585. {"count":0} 
[2025-07-16 20:32:21] local.INFO: Sessions updated for user 1587. {"count":0} 
[2025-07-16 20:32:22] local.INFO: Sessions updated for user 1588. {"count":0} 
[2025-07-16 20:32:22] local.INFO: Sessions updated for user 1589. {"count":0} 
[2025-07-16 20:32:23] local.INFO: Sessions updated for user 1590. {"count":0} 
[2025-07-16 20:32:24] local.INFO: Sessions updated for user 1591. {"count":0} 
[2025-07-16 20:32:25] local.INFO: Sessions updated for user 1592. {"count":0} 
[2025-07-16 20:32:25] local.INFO: Sessions updated for user 1593. {"count":0} 
[2025-07-16 20:32:26] local.INFO: Sessions updated for user 1594. {"count":0} 
[2025-07-16 20:32:27] local.INFO: Sessions updated for user 1595. {"count":0} 
[2025-07-16 20:32:27] local.INFO: Sessions updated for user 1596. {"count":0} 
[2025-07-16 20:32:28] local.INFO: Sessions updated for user 1597. {"count":0} 
[2025-07-16 20:32:29] local.INFO: Sessions updated for user 1598. {"count":0} 
[2025-07-16 20:32:29] local.INFO: Sessions updated for user 1599. {"count":0} 
[2025-07-16 20:32:30] local.INFO: Sessions updated for user 1600. {"count":0} 
[2025-07-16 20:32:31] local.INFO: Sessions updated for user 1602. {"count":0} 
[2025-07-16 20:32:31] local.INFO: Sessions updated for user 1603. {"count":0} 
[2025-07-16 20:32:32] local.INFO: Sessions updated for user 1604. {"count":0} 
[2025-07-16 20:32:33] local.INFO: Sessions updated for user 1605. {"count":0} 
[2025-07-16 20:32:33] local.INFO: Sessions updated for user 1606. {"count":0} 
[2025-07-16 20:32:34] local.INFO: Sessions updated for user 1607. {"count":0} 
[2025-07-16 20:32:35] local.INFO: Sessions updated for user 1608. {"count":0} 
[2025-07-16 20:32:36] local.INFO: Sessions updated for user 1609. {"count":0} 
[2025-07-16 20:32:36] local.INFO: Sessions updated for user 1610. {"count":0} 
[2025-07-16 20:32:37] local.INFO: Sessions updated for user 1616. {"count":0} 
[2025-07-16 20:32:38] local.INFO: Sessions updated for user 1617. {"count":0} 
[2025-07-16 20:32:39] local.INFO: Sessions updated for user 1618. {"count":0} 
[2025-07-16 20:32:40] local.INFO: Sessions updated for user 1620. {"count":0} 
[2025-07-16 20:32:41] local.INFO: Sessions updated for user 1621. {"count":0} 
[2025-07-16 20:32:42] local.INFO: Sessions updated for user 1622. {"count":0} 
[2025-07-16 20:32:42] local.INFO: Sessions updated for user 1623. {"count":0} 
[2025-07-16 20:32:43] local.INFO: Sessions updated for user 1624. {"count":0} 
[2025-07-16 20:32:44] local.INFO: Sessions updated for user 1625. {"count":0} 
[2025-07-16 20:32:45] local.INFO: Sessions updated for user 1626. {"count":0} 
[2025-07-16 20:32:45] local.INFO: Sessions updated for user 1627. {"count":0} 
[2025-07-16 20:32:46] local.INFO: Sessions updated for user 1628. {"count":0} 
[2025-07-16 20:32:47] local.INFO: Sessions updated for user 1629. {"count":0} 
[2025-07-16 20:32:47] local.INFO: Sessions updated for user 1630. {"count":0} 
[2025-07-16 20:32:48] local.INFO: Sessions updated for user 1631. {"count":0} 
[2025-07-16 20:32:49] local.INFO: Sessions updated for user 1632. {"count":0} 
[2025-07-16 20:32:49] local.INFO: Sessions updated for user 1634. {"count":0} 
[2025-07-16 20:32:50] local.INFO: Sessions updated for user 1635. {"count":0} 
[2025-07-16 20:32:51] local.INFO: Sessions updated for user 1636. {"count":0} 
[2025-07-16 20:32:51] local.INFO: Sessions updated for user 1637. {"count":0} 
[2025-07-16 20:32:52] local.INFO: Sessions updated for user 1638. {"count":0} 
[2025-07-16 20:32:53] local.INFO: Sessions updated for user 1639. {"count":0} 
[2025-07-16 20:32:54] local.INFO: Sessions updated for user 1640. {"count":0} 
[2025-07-16 20:32:54] local.INFO: Sessions updated for user 1641. {"count":0} 
[2025-07-16 20:32:55] local.INFO: Sessions updated for user 1642. {"count":0} 
[2025-07-16 20:32:56] local.INFO: Sessions updated for user 1643. {"count":0} 
[2025-07-16 20:32:56] local.INFO: Sessions updated for user 1644. {"count":0} 
[2025-07-16 20:32:57] local.INFO: Sessions updated for user 1645. {"count":0} 
[2025-07-16 20:32:58] local.INFO: Sessions updated for user 1646. {"count":0} 
[2025-07-16 20:32:59] local.INFO: Sessions updated for user 1648. {"count":0} 
[2025-07-16 20:32:59] local.INFO: Sessions updated for user 1649. {"count":0} 
[2025-07-16 20:33:00] local.INFO: Sessions updated for user 1650. {"count":0} 
[2025-07-16 20:33:01] local.INFO: Sessions updated for user 1651. {"count":0} 
[2025-07-16 20:33:01] local.INFO: Sessions updated for user 1652. {"count":0} 
[2025-07-16 20:33:02] local.INFO: Sessions updated for user 1654. {"count":0} 
[2025-07-16 20:33:03] local.INFO: Sessions updated for user 1655. {"count":0} 
[2025-07-16 20:33:03] local.INFO: Sessions updated for user 1656. {"count":0} 
[2025-07-16 20:33:04] local.INFO: Sessions updated for user 1657. {"count":0} 
[2025-07-16 20:33:05] local.INFO: Sessions updated for user 1658. {"count":0} 
[2025-07-16 20:33:06] local.INFO: Sessions updated for user 1659. {"count":0} 
[2025-07-16 20:33:06] local.INFO: Sessions updated for user 1660. {"count":0} 
[2025-07-16 20:33:07] local.INFO: Sessions updated for user 1661. {"count":0} 
[2025-07-16 20:33:08] local.INFO: Sessions updated for user 1662. {"count":0} 
[2025-07-16 20:33:09] local.INFO: Sessions updated for user 1663. {"count":0} 
[2025-07-16 20:33:09] local.INFO: Sessions updated for user 1664. {"count":0} 
[2025-07-16 20:33:10] local.INFO: Sessions updated for user 1665. {"count":0} 
[2025-07-16 20:33:11] local.INFO: Sessions updated for user 1666. {"count":0} 
[2025-07-16 20:33:11] local.INFO: Sessions updated for user 1667. {"count":0} 
[2025-07-16 20:33:12] local.INFO: Sessions updated for user 1668. {"count":0} 
[2025-07-16 20:33:13] local.INFO: Sessions updated for user 1669. {"count":0} 
[2025-07-16 20:33:14] local.INFO: Sessions updated for user 1670. {"count":0} 
[2025-07-16 20:33:14] local.INFO: Sessions updated for user 1671. {"count":0} 
[2025-07-16 20:33:15] local.INFO: Sessions updated for user 1672. {"count":0} 
[2025-07-16 20:33:16] local.INFO: Sessions updated for user 1673. {"count":0} 
[2025-07-16 20:33:17] local.INFO: Sessions updated for user 1674. {"count":0} 
[2025-07-16 20:33:17] local.INFO: Sessions updated for user 1675. {"count":0} 
[2025-07-16 20:33:18] local.INFO: Sessions updated for user 1676. {"count":0} 
[2025-07-16 20:33:19] local.INFO: Sessions updated for user 1677. {"count":0} 
[2025-07-16 20:33:19] local.INFO: Sessions updated for user 1678. {"count":0} 
[2025-07-16 20:33:20] local.INFO: Sessions updated for user 1679. {"count":0} 
[2025-07-16 20:33:21] local.INFO: Sessions updated for user 1680. {"count":0} 
[2025-07-16 20:33:22] local.INFO: Sessions updated for user 1681. {"count":0} 
[2025-07-16 20:33:23] local.INFO: Sessions updated for user 1682. {"count":0} 
[2025-07-16 20:33:23] local.INFO: Sessions updated for user 1683. {"count":0} 
[2025-07-16 20:33:24] local.INFO: Sessions updated for user 1684. {"count":0} 
[2025-07-16 20:33:25] local.INFO: Sessions updated for user 1685. {"count":0} 
[2025-07-16 20:33:25] local.INFO: Sessions updated for user 1686. {"count":0} 
[2025-07-16 20:33:26] local.INFO: Sessions updated for user 1687. {"count":0} 
[2025-07-16 20:33:27] local.INFO: Sessions updated for user 1688. {"count":0} 
[2025-07-16 20:33:27] local.INFO: Sessions updated for user 1689. {"count":0} 
[2025-07-16 20:33:28] local.INFO: Sessions updated for user 1690. {"count":0} 
[2025-07-16 20:33:29] local.INFO: Sessions updated for user 1691. {"count":0} 
[2025-07-16 20:33:30] local.INFO: Sessions updated for user 1692. {"count":0} 
[2025-07-16 20:33:31] local.INFO: Sessions updated for user 1693. {"count":0} 
[2025-07-16 20:33:31] local.INFO: Sessions updated for user 1694. {"count":0} 
[2025-07-16 20:33:32] local.INFO: Sessions updated for user 1695. {"count":0} 
[2025-07-16 20:33:33] local.INFO: Sessions updated for user 1696. {"count":0} 
[2025-07-16 20:33:33] local.INFO: Sessions updated for user 1697. {"count":0} 
[2025-07-16 20:33:34] local.INFO: Sessions updated for user 1698. {"count":0} 
[2025-07-16 20:33:35] local.INFO: Sessions updated for user 1699. {"count":0} 
[2025-07-16 20:33:36] local.INFO: Sessions updated for user 1700. {"count":0} 
[2025-07-16 20:33:36] local.INFO: Sessions updated for user 1702. {"count":0} 
[2025-07-16 20:33:37] local.INFO: Sessions updated for user 1703. {"count":0} 
[2025-07-16 20:33:38] local.INFO: Sessions updated for user 1704. {"count":0} 
[2025-07-16 20:33:38] local.INFO: Sessions updated for user 1705. {"count":0} 
[2025-07-16 20:33:39] local.INFO: Sessions updated for user 1706. {"count":0} 
[2025-07-16 20:33:40] local.INFO: Sessions updated for user 1707. {"count":0} 
[2025-07-16 20:33:41] local.INFO: Sessions updated for user 1708. {"count":0} 
[2025-07-16 20:33:42] local.INFO: Sessions updated for user 1709. {"count":0} 
[2025-07-16 20:33:42] local.INFO: Sessions updated for user 1710. {"count":0} 
[2025-07-16 20:33:43] local.INFO: Sessions updated for user 1711. {"count":0} 
[2025-07-16 20:33:44] local.INFO: Sessions updated for user 1712. {"count":0} 
[2025-07-16 20:33:45] local.INFO: Sessions updated for user 1713. {"count":0} 
[2025-07-16 20:33:45] local.INFO: Sessions updated for user 1714. {"count":0} 
[2025-07-16 20:33:46] local.INFO: Sessions updated for user 1715. {"count":0} 
[2025-07-16 20:33:47] local.INFO: Sessions updated for user 1716. {"count":0} 
[2025-07-16 20:33:47] local.INFO: Sessions updated for user 1717. {"count":0} 
[2025-07-16 20:33:48] local.INFO: Sessions updated for user 1718. {"count":0} 
[2025-07-16 20:33:49] local.INFO: Sessions updated for user 1719. {"count":0} 
[2025-07-16 20:33:51] local.INFO: Sessions updated for user 1720. {"count":0} 
[2025-07-16 20:33:51] local.INFO: Sessions updated for user 1721. {"count":0} 
[2025-07-16 20:33:52] local.INFO: Sessions updated for user 1722. {"count":0} 
[2025-07-16 20:33:53] local.INFO: Sessions updated for user 1724. {"count":0} 
[2025-07-16 20:33:54] local.INFO: Sessions updated for user 1725. {"count":0} 
[2025-07-16 20:33:54] local.INFO: Sessions updated for user 1726. {"count":0} 
[2025-07-16 20:33:55] local.INFO: Sessions updated for user 1727. {"count":0} 
[2025-07-16 20:33:56] local.INFO: Sessions updated for user 1728. {"count":0} 
[2025-07-16 20:33:57] local.INFO: Sessions updated for user 1729. {"count":0} 
[2025-07-16 20:33:57] local.INFO: Sessions updated for user 1730. {"count":0} 
[2025-07-16 20:33:58] local.INFO: Sessions updated for user 1731. {"count":0} 
[2025-07-16 20:33:59] local.INFO: Sessions updated for user 1732. {"count":0} 
[2025-07-16 20:33:59] local.INFO: Sessions updated for user 1733. {"count":0} 
[2025-07-16 20:34:00] local.INFO: Sessions updated for user 1734. {"count":0} 
[2025-07-16 20:34:01] local.INFO: Sessions updated for user 1735. {"count":0} 
[2025-07-16 20:34:01] local.INFO: Sessions updated for user 1736. {"count":0} 
[2025-07-16 20:34:02] local.INFO: Sessions updated for user 1737. {"count":0} 
[2025-07-16 20:34:03] local.INFO: Sessions updated for user 1738. {"count":0} 
[2025-07-16 20:34:03] local.INFO: Sessions updated for user 1739. {"count":0} 
[2025-07-16 20:34:04] local.INFO: Sessions updated for user 1740. {"count":0} 
[2025-07-16 20:34:05] local.INFO: Sessions updated for user 1741. {"count":0} 
[2025-07-16 20:34:06] local.INFO: Sessions updated for user 1742. {"count":0} 
[2025-07-16 20:34:06] local.INFO: Sessions updated for user 1743. {"count":0} 
[2025-07-16 20:34:07] local.INFO: Sessions updated for user 1744. {"count":0} 
[2025-07-16 20:34:08] local.INFO: Sessions updated for user 1745. {"count":0} 
[2025-07-16 20:34:09] local.INFO: Sessions updated for user 1746. {"count":0} 
[2025-07-16 20:34:09] local.INFO: Sessions updated for user 1747. {"count":0} 
[2025-07-16 20:34:10] local.INFO: Sessions updated for user 1748. {"count":0} 
[2025-07-16 20:34:11] local.INFO: Sessions updated for user 1749. {"count":0} 
[2025-07-16 20:34:11] local.INFO: Sessions updated for user 1750. {"count":0} 
[2025-07-16 20:34:12] local.INFO: Sessions updated for user 1754. {"count":0} 
[2025-07-16 20:34:13] local.INFO: Sessions updated for user 1755. {"count":0} 
[2025-07-16 20:34:14] local.INFO: Sessions updated for user 1757. {"count":0} 
[2025-07-16 20:34:14] local.INFO: Sessions updated for user 1758. {"count":0} 
[2025-07-16 20:34:15] local.INFO: Sessions updated for user 1759. {"count":0} 
[2025-07-16 20:34:16] local.INFO: Sessions updated for user 1760. {"count":0} 
[2025-07-16 20:34:16] local.INFO: Sessions updated for user 1761. {"count":0} 
[2025-07-16 20:34:17] local.INFO: Sessions updated for user 1762. {"count":0} 
[2025-07-16 20:34:18] local.INFO: Sessions updated for user 1763. {"count":0} 
[2025-07-16 20:34:18] local.INFO: Sessions updated for user 1765. {"count":0} 
[2025-07-16 20:34:19] local.INFO: Sessions updated for user 1766. {"count":0} 
[2025-07-16 20:34:20] local.INFO: Sessions updated for user 1767. {"count":0} 
[2025-07-16 20:34:21] local.INFO: Sessions updated for user 1768. {"count":0} 
[2025-07-16 20:34:21] local.INFO: Sessions updated for user 1770. {"count":0} 
[2025-07-16 20:34:22] local.INFO: Sessions updated for user 1776. {"count":0} 
[2025-07-16 20:34:23] local.INFO: Sessions updated for user 1777. {"count":0} 
[2025-07-16 20:34:24] local.INFO: Sessions updated for user 1778. {"count":0} 
[2025-07-16 20:34:24] local.INFO: Sessions updated for user 1779. {"count":0} 
[2025-07-16 20:34:25] local.INFO: Sessions updated for user 1780. {"count":0} 
[2025-07-16 20:34:26] local.INFO: Sessions updated for user 1781. {"count":0} 
[2025-07-16 20:34:26] local.INFO: Sessions updated for user 1783. {"count":0} 
[2025-07-16 20:34:27] local.INFO: Sessions updated for user 1784. {"count":0} 
[2025-07-16 20:34:28] local.INFO: Sessions updated for user 1785. {"count":0} 
[2025-07-16 20:34:28] local.INFO: Sessions updated for user 1786. {"count":0} 
[2025-07-16 20:34:29] local.INFO: Sessions updated for user 1787. {"count":0} 
[2025-07-16 20:34:30] local.INFO: Sessions updated for user 1788. {"count":0} 
[2025-07-16 20:34:31] local.INFO: Sessions updated for user 1789. {"count":0} 
[2025-07-16 20:34:32] local.INFO: Sessions updated for user 1790. {"count":0} 
[2025-07-16 20:34:33] local.INFO: Sessions updated for user 1791. {"count":0} 
[2025-07-16 20:34:34] local.INFO: Sessions updated for user 1792. {"count":0} 
[2025-07-16 20:34:35] local.INFO: Sessions updated for user 1793. {"count":0} 
[2025-07-16 20:34:36] local.INFO: Sessions updated for user 1794. {"count":0} 
[2025-07-16 20:34:36] local.INFO: Sessions updated for user 1795. {"count":0} 
[2025-07-16 20:34:37] local.INFO: Sessions updated for user 1796. {"count":0} 
[2025-07-16 20:34:38] local.INFO: Sessions updated for user 1797. {"count":0} 
[2025-07-16 20:34:39] local.INFO: Sessions updated for user 1798. {"count":0} 
[2025-07-16 20:34:39] local.INFO: Sessions updated for user 1799. {"count":0} 
[2025-07-16 20:34:40] local.INFO: Sessions updated for user 1800. {"count":0} 
[2025-07-16 20:34:41] local.INFO: Sessions updated for user 1801. {"count":0} 
[2025-07-16 20:34:42] local.INFO: Sessions updated for user 1802. {"count":0} 
[2025-07-16 20:34:42] local.INFO: Sessions updated for user 1803. {"count":0} 
[2025-07-16 20:34:43] local.INFO: Sessions updated for user 1804. {"count":0} 
[2025-07-16 20:34:44] local.INFO: Sessions updated for user 1805. {"count":0} 
[2025-07-16 20:34:44] local.INFO: Sessions updated for user 1807. {"count":0} 
[2025-07-16 20:34:45] local.INFO: Sessions updated for user 1808. {"count":0} 
[2025-07-16 20:34:46] local.INFO: Sessions updated for user 1810. {"count":0} 
[2025-07-16 20:34:47] local.INFO: Sessions updated for user 1812. {"count":0} 
[2025-07-16 20:34:47] local.INFO: Sessions updated for user 1813. {"count":0} 
[2025-07-16 20:34:48] local.INFO: Sessions updated for user 1814. {"count":0} 
[2025-07-16 20:34:49] local.INFO: Sessions updated for user 1815. {"count":0} 
[2025-07-16 20:34:50] local.INFO: Sessions updated for user 1816. {"count":0} 
[2025-07-16 20:34:50] local.INFO: Sessions updated for user 1817. {"count":0} 
[2025-07-16 20:34:51] local.INFO: Sessions updated for user 1818. {"count":0} 
[2025-07-16 20:34:52] local.INFO: Sessions updated for user 1819. {"count":0} 
[2025-07-16 20:34:52] local.INFO: Sessions updated for user 1820. {"count":0} 
[2025-07-16 20:34:53] local.INFO: Sessions updated for user 1821. {"count":0} 
[2025-07-16 20:34:54] local.INFO: Sessions updated for user 1822. {"count":0} 
[2025-07-16 20:34:55] local.INFO: Sessions updated for user 1823. {"count":0} 
[2025-07-16 20:34:55] local.INFO: Sessions updated for user 1824. {"count":0} 
[2025-07-16 20:34:56] local.INFO: Sessions updated for user 1825. {"count":0} 
[2025-07-16 20:34:57] local.INFO: Sessions updated for user 1826. {"count":0} 
[2025-07-16 20:34:58] local.INFO: Sessions updated for user 1827. {"count":0} 
[2025-07-16 20:34:58] local.INFO: Sessions updated for user 1829. {"count":0} 
[2025-07-16 20:34:59] local.INFO: Sessions updated for user 1830. {"count":0} 
[2025-07-16 20:35:00] local.INFO: Sessions updated for user 1831. {"count":0} 
[2025-07-16 20:35:00] local.INFO: Sessions updated for user 1832. {"count":0} 
[2025-07-16 20:35:01] local.INFO: Sessions updated for user 1833. {"count":0} 
[2025-07-16 20:35:02] local.INFO: Sessions updated for user 1834. {"count":0} 
[2025-07-16 20:35:02] local.INFO: Sessions updated for user 1835. {"count":0} 
[2025-07-16 20:35:03] local.INFO: Sessions updated for user 1836. {"count":0} 
[2025-07-16 20:35:04] local.INFO: Sessions updated for user 1837. {"count":0} 
[2025-07-16 20:35:05] local.INFO: Sessions updated for user 1838. {"count":0} 
[2025-07-16 20:35:05] local.INFO: Sessions updated for user 1839. {"count":0} 
[2025-07-16 20:35:06] local.INFO: Sessions updated for user 1841. {"count":0} 
[2025-07-16 20:35:07] local.INFO: Sessions updated for user 1842. {"count":0} 
[2025-07-16 20:35:07] local.INFO: Sessions updated for user 1843. {"count":0} 
[2025-07-16 20:35:08] local.INFO: Sessions updated for user 1844. {"count":0} 
[2025-07-16 20:35:09] local.INFO: Sessions updated for user 1845. {"count":0} 
[2025-07-16 20:35:10] local.INFO: Sessions updated for user 1846. {"count":0} 
[2025-07-16 20:35:11] local.INFO: Sessions updated for user 1847. {"count":0} 
[2025-07-16 20:35:12] local.INFO: Sessions updated for user 1848. {"count":0} 
[2025-07-16 20:35:12] local.INFO: Sessions updated for user 1849. {"count":0} 
[2025-07-16 20:35:13] local.INFO: Sessions updated for user 1850. {"count":0} 
[2025-07-16 20:35:14] local.INFO: Sessions updated for user 1851. {"count":0} 
[2025-07-16 20:35:15] local.INFO: Sessions updated for user 1852. {"count":0} 
[2025-07-16 20:35:15] local.INFO: Sessions updated for user 1854. {"count":0} 
[2025-07-16 20:35:16] local.INFO: Sessions updated for user 1855. {"count":0} 
[2025-07-16 20:35:17] local.INFO: Sessions updated for user 1856. {"count":0} 
[2025-07-16 20:35:17] local.INFO: Sessions updated for user 1857. {"count":0} 
[2025-07-16 20:35:18] local.INFO: Sessions updated for user 1858. {"count":0} 
[2025-07-16 20:35:19] local.INFO: Sessions updated for user 1859. {"count":0} 
[2025-07-16 20:35:19] local.INFO: Sessions updated for user 1860. {"count":0} 
[2025-07-16 20:35:20] local.INFO: Sessions updated for user 1861. {"count":0} 
[2025-07-16 20:35:21] local.INFO: Sessions updated for user 1862. {"count":0} 
[2025-07-16 20:35:22] local.INFO: Sessions updated for user 1863. {"count":0} 
[2025-07-16 20:35:23] local.INFO: Sessions updated for user 1864. {"count":0} 
[2025-07-16 20:35:23] local.INFO: Sessions updated for user 1865. {"count":0} 
[2025-07-16 20:35:24] local.INFO: Sessions updated for user 1866. {"count":0} 
[2025-07-16 20:35:25] local.INFO: Sessions updated for user 1867. {"count":0} 
[2025-07-16 20:35:25] local.INFO: Sessions updated for user 1868. {"count":0} 
[2025-07-16 20:35:26] local.INFO: Sessions updated for user 1869. {"count":0} 
[2025-07-16 20:35:27] local.INFO: Sessions updated for user 1870. {"count":0} 
[2025-07-16 20:35:28] local.INFO: Sessions updated for user 1871. {"count":0} 
[2025-07-16 20:35:29] local.INFO: Sessions updated for user 1872. {"count":0} 
[2025-07-16 20:35:31] local.INFO: Sessions updated for user 1875. {"count":0} 
[2025-07-16 20:35:32] local.INFO: Sessions updated for user 1876. {"count":0} 
[2025-07-16 20:35:32] local.INFO: Sessions updated for user 1877. {"count":0} 
[2025-07-16 20:35:33] local.INFO: Sessions updated for user 1878. {"count":0} 
[2025-07-16 20:35:34] local.INFO: Sessions updated for user 1879. {"count":0} 
[2025-07-16 20:35:35] local.INFO: Sessions updated for user 1880. {"count":0} 
[2025-07-16 20:35:35] local.INFO: Sessions updated for user 1881. {"count":0} 
[2025-07-16 20:35:36] local.INFO: Sessions updated for user 1882. {"count":0} 
[2025-07-16 20:35:37] local.INFO: Sessions updated for user 1883. {"count":0} 
[2025-07-16 20:35:37] local.INFO: Sessions updated for user 1884. {"count":0} 
[2025-07-16 20:35:38] local.INFO: Sessions updated for user 1885. {"count":0} 
[2025-07-16 20:35:39] local.INFO: Sessions updated for user 1886. {"count":0} 
[2025-07-16 20:35:40] local.INFO: Sessions updated for user 1887. {"count":0} 
[2025-07-16 20:35:40] local.INFO: Sessions updated for user 1888. {"count":0} 
[2025-07-16 20:35:41] local.INFO: Sessions updated for user 1889. {"count":0} 
[2025-07-16 20:35:42] local.INFO: Sessions updated for user 1891. {"count":0} 
[2025-07-16 20:35:43] local.INFO: Sessions updated for user 1892. {"count":0} 
[2025-07-16 20:35:43] local.INFO: Sessions updated for user 1893. {"count":0} 
[2025-07-16 20:35:44] local.INFO: Sessions updated for user 1894. {"count":0} 
[2025-07-16 20:35:45] local.INFO: Sessions updated for user 1895. {"count":0} 
[2025-07-16 20:35:45] local.INFO: Sessions updated for user 1896. {"count":0} 
[2025-07-16 20:35:46] local.INFO: Sessions updated for user 1897. {"count":0} 
[2025-07-16 20:35:47] local.INFO: Sessions updated for user 1898. {"count":0} 
[2025-07-16 20:35:47] local.INFO: Sessions updated for user 1899. {"count":0} 
[2025-07-16 20:35:48] local.INFO: Sessions updated for user 1900. {"count":0} 
[2025-07-16 20:35:49] local.INFO: Sessions updated for user 1901. {"count":0} 
[2025-07-16 20:35:49] local.INFO: Sessions updated for user 1902. {"count":0} 
[2025-07-16 20:35:50] local.INFO: Sessions updated for user 1903. {"count":0} 
[2025-07-16 20:35:51] local.INFO: Sessions updated for user 1904. {"count":0} 
[2025-07-16 20:35:52] local.INFO: Sessions updated for user 1905. {"count":0} 
[2025-07-16 20:35:52] local.INFO: Sessions updated for user 1906. {"count":0} 
[2025-07-16 20:35:53] local.INFO: Sessions updated for user 1907. {"count":0} 
[2025-07-16 20:35:54] local.INFO: Sessions updated for user 1908. {"count":0} 
[2025-07-16 20:35:54] local.INFO: Sessions updated for user 1909. {"count":0} 
[2025-07-16 20:35:55] local.INFO: Sessions updated for user 1910. {"count":0} 
[2025-07-16 20:35:56] local.INFO: Sessions updated for user 1911. {"count":0} 
[2025-07-16 20:35:56] local.INFO: Sessions updated for user 1913. {"count":0} 
[2025-07-16 20:35:57] local.INFO: Sessions updated for user 1914. {"count":0} 
[2025-07-16 20:35:58] local.INFO: Sessions updated for user 1915. {"count":0} 
[2025-07-16 20:35:59] local.INFO: Sessions updated for user 1916. {"count":0} 
[2025-07-16 20:35:59] local.INFO: Sessions updated for user 1917. {"count":0} 
[2025-07-16 20:36:00] local.INFO: Sessions updated for user 1918. {"count":0} 
[2025-07-16 20:36:01] local.INFO: Sessions updated for user 1919. {"count":0} 
[2025-07-16 20:36:01] local.INFO: Sessions updated for user 1920. {"count":0} 
[2025-07-16 20:36:02] local.INFO: Sessions updated for user 1921. {"count":0} 
[2025-07-16 20:36:03] local.INFO: Sessions updated for user 1922. {"count":0} 
[2025-07-16 20:36:04] local.INFO: Sessions updated for user 1923. {"count":0} 
[2025-07-16 20:36:04] local.INFO: Sessions updated for user 1924. {"count":0} 
[2025-07-16 20:36:05] local.INFO: Sessions updated for user 1925. {"count":0} 
[2025-07-16 20:36:06] local.INFO: Sessions updated for user 1926. {"count":0} 
[2025-07-16 20:36:06] local.INFO: Sessions updated for user 1927. {"count":0} 
[2025-07-16 20:36:07] local.INFO: Sessions updated for user 1928. {"count":0} 
[2025-07-16 20:36:08] local.INFO: Sessions updated for user 1929. {"count":0} 
[2025-07-16 20:36:09] local.INFO: Sessions updated for user 1930. {"count":0} 
[2025-07-16 20:36:09] local.INFO: Sessions updated for user 1931. {"count":0} 
[2025-07-16 20:36:10] local.INFO: Sessions updated for user 1932. {"count":0} 
[2025-07-16 20:36:11] local.INFO: Sessions updated for user 1933. {"count":0} 
[2025-07-16 20:36:11] local.INFO: Sessions updated for user 1934. {"count":0} 
[2025-07-16 20:36:12] local.INFO: Sessions updated for user 1935. {"count":0} 
[2025-07-16 20:36:13] local.INFO: Sessions updated for user 1936. {"count":0} 
[2025-07-16 20:36:14] local.INFO: Sessions updated for user 1937. {"count":0} 
[2025-07-16 20:36:14] local.INFO: Sessions updated for user 1938. {"count":0} 
[2025-07-16 20:36:15] local.INFO: Sessions updated for user 1939. {"count":0} 
[2025-07-16 20:36:16] local.INFO: Sessions updated for user 1940. {"count":0} 
[2025-07-16 20:36:17] local.INFO: Sessions updated for user 1941. {"count":0} 
[2025-07-16 20:36:17] local.INFO: Sessions updated for user 1942. {"count":0} 
[2025-07-16 20:36:18] local.INFO: Sessions updated for user 1943. {"count":0} 
[2025-07-16 20:36:19] local.INFO: Sessions updated for user 1944. {"count":0} 
[2025-07-16 20:36:19] local.INFO: Sessions updated for user 1945. {"count":0} 
[2025-07-16 20:36:20] local.INFO: Sessions updated for user 1946. {"count":0} 
[2025-07-16 20:36:21] local.INFO: Sessions updated for user 1947. {"count":0} 
[2025-07-16 20:36:22] local.INFO: Sessions updated for user 1948. {"count":0} 
[2025-07-16 20:36:22] local.INFO: Sessions updated for user 1949. {"count":0} 
[2025-07-16 20:36:23] local.INFO: Sessions updated for user 1950. {"count":0} 
[2025-07-16 20:36:24] local.INFO: Sessions updated for user 1951. {"count":0} 
[2025-07-16 20:36:24] local.INFO: Sessions updated for user 1952. {"count":0} 
[2025-07-16 20:36:25] local.INFO: Sessions updated for user 1953. {"count":0} 
[2025-07-16 20:36:26] local.INFO: Sessions updated for user 1954. {"count":0} 
[2025-07-16 20:36:26] local.INFO: Sessions updated for user 1955. {"count":0} 
[2025-07-16 20:36:27] local.INFO: Sessions updated for user 1956. {"count":0} 
[2025-07-16 20:36:28] local.INFO: Sessions updated for user 1957. {"count":0} 
[2025-07-16 20:36:29] local.INFO: Sessions updated for user 1958. {"count":0} 
[2025-07-16 20:36:30] local.INFO: Sessions updated for user 1959. {"count":0} 
[2025-07-16 20:36:31] local.INFO: Sessions updated for user 1960. {"count":0} 
[2025-07-16 20:36:32] local.INFO: Sessions updated for user 1961. {"count":0} 
[2025-07-16 20:36:33] local.INFO: Sessions updated for user 1962. {"count":0} 
[2025-07-16 20:36:33] local.INFO: Sessions updated for user 1963. {"count":0} 
[2025-07-16 20:36:34] local.INFO: Sessions updated for user 1965. {"count":0} 
[2025-07-16 20:36:35] local.INFO: Sessions updated for user 1966. {"count":0} 
[2025-07-16 20:36:35] local.INFO: Sessions updated for user 1967. {"count":0} 
[2025-07-16 20:36:36] local.INFO: Sessions updated for user 1968. {"count":0} 
[2025-07-16 20:36:37] local.INFO: Sessions updated for user 1969. {"count":0} 
[2025-07-16 20:36:38] local.INFO: Sessions updated for user 1970. {"count":0} 
[2025-07-16 20:36:38] local.INFO: Sessions updated for user 1971. {"count":0} 
[2025-07-16 20:36:39] local.INFO: Sessions updated for user 1973. {"count":0} 
[2025-07-16 20:36:40] local.INFO: Sessions updated for user 1974. {"count":0} 
[2025-07-16 20:36:40] local.INFO: Sessions updated for user 1975. {"count":0} 
[2025-07-16 20:36:41] local.INFO: Sessions updated for user 1976. {"count":0} 
[2025-07-16 20:36:42] local.INFO: Sessions updated for user 1977. {"count":0} 
[2025-07-16 20:36:42] local.INFO: Sessions updated for user 1978. {"count":0} 
[2025-07-16 20:36:43] local.INFO: Sessions updated for user 1979. {"count":0} 
[2025-07-16 20:36:44] local.INFO: Sessions updated for user 1980. {"count":0} 
[2025-07-16 20:36:44] local.INFO: Sessions updated for user 1981. {"count":0} 
[2025-07-16 20:36:45] local.INFO: Sessions updated for user 1982. {"count":0} 
[2025-07-16 20:36:46] local.INFO: Sessions updated for user 1983. {"count":0} 
[2025-07-16 20:36:47] local.INFO: Sessions updated for user 1985. {"count":0} 
[2025-07-16 20:36:48] local.INFO: Sessions updated for user 1986. {"count":0} 
[2025-07-16 20:36:48] local.INFO: Sessions updated for user 1987. {"count":0} 
[2025-07-16 20:36:49] local.INFO: Sessions updated for user 1988. {"count":0} 
[2025-07-16 20:36:50] local.INFO: Sessions updated for user 1993. {"count":0} 
[2025-07-16 20:36:51] local.INFO: Sessions updated for user 1994. {"count":0} 
[2025-07-16 20:36:51] local.INFO: Sessions updated for user 1995. {"count":0} 
[2025-07-16 20:36:52] local.INFO: Sessions updated for user 1997. {"count":0} 
[2025-07-16 20:36:53] local.INFO: Sessions updated for user 1998. {"count":0} 
[2025-07-16 20:36:53] local.INFO: Sessions updated for user 1999. {"count":0} 
[2025-07-16 20:36:54] local.INFO: Sessions updated for user 2000. {"count":0} 
[2025-07-16 20:36:55] local.INFO: Sessions updated for user 2001. {"count":0} 
[2025-07-16 20:36:56] local.INFO: Sessions updated for user 2002. {"count":0} 
[2025-07-16 20:36:56] local.INFO: Sessions updated for user 2003. {"count":0} 
[2025-07-16 20:36:57] local.INFO: Sessions updated for user 2004. {"count":0} 
[2025-07-16 20:36:58] local.INFO: Sessions updated for user 2005. {"count":0} 
[2025-07-16 20:36:59] local.INFO: Sessions updated for user 2006. {"count":0} 
[2025-07-16 20:36:59] local.INFO: Sessions updated for user 2007. {"count":0} 
[2025-07-16 20:37:00] local.INFO: Sessions updated for user 2008. {"count":0} 
[2025-07-16 20:37:01] local.INFO: Sessions updated for user 2009. {"count":0} 
[2025-07-16 20:37:01] local.INFO: Sessions updated for user 2010. {"count":0} 
[2025-07-16 20:37:02] local.INFO: Sessions updated for user 2011. {"count":0} 
[2025-07-16 20:37:03] local.INFO: Sessions updated for user 2012. {"count":0} 
[2025-07-16 20:37:03] local.INFO: Sessions updated for user 2013. {"count":0} 
[2025-07-16 20:37:04] local.INFO: Sessions updated for user 2014. {"count":0} 
[2025-07-16 20:37:05] local.INFO: Sessions updated for user 2015. {"count":0} 
[2025-07-16 20:37:05] local.INFO: Sessions updated for user 2016. {"count":0} 
[2025-07-16 20:37:06] local.INFO: Sessions updated for user 2017. {"count":0} 
[2025-07-16 20:37:07] local.INFO: Sessions updated for user 2018. {"count":0} 
[2025-07-16 20:37:07] local.INFO: Sessions updated for user 2019. {"count":0} 
[2025-07-16 20:37:08] local.INFO: Sessions updated for user 2020. {"count":0} 
[2025-07-16 20:37:09] local.INFO: Sessions updated for user 2021. {"count":0} 
[2025-07-16 20:37:10] local.INFO: Sessions updated for user 2022. {"count":0} 
[2025-07-16 20:37:10] local.INFO: Sessions updated for user 2023. {"count":0} 
[2025-07-16 20:37:11] local.INFO: Sessions updated for user 2024. {"count":0} 
[2025-07-16 20:37:12] local.INFO: Sessions updated for user 2025. {"count":0} 
[2025-07-16 20:37:13] local.INFO: Sessions updated for user 2026. {"count":0} 
[2025-07-16 20:37:13] local.INFO: Sessions updated for user 2027. {"count":0} 
[2025-07-16 20:37:14] local.INFO: Sessions updated for user 2028. {"count":0} 
[2025-07-16 20:37:15] local.INFO: Sessions updated for user 2029. {"count":0} 
[2025-07-16 20:37:15] local.INFO: Sessions updated for user 2031. {"count":0} 
[2025-07-16 20:37:16] local.INFO: Sessions updated for user 2033. {"count":0} 
[2025-07-16 20:37:17] local.INFO: Sessions updated for user 2034. {"count":0} 
[2025-07-16 20:37:17] local.INFO: Sessions updated for user 2035. {"count":0} 
[2025-07-16 20:37:18] local.INFO: Sessions updated for user 2036. {"count":0} 
[2025-07-16 20:37:19] local.INFO: Sessions updated for user 2037. {"count":0} 
[2025-07-16 20:37:20] local.INFO: Sessions updated for user 2038. {"count":0} 
[2025-07-16 20:37:21] local.INFO: Sessions updated for user 2040. {"count":0} 
[2025-07-16 20:37:22] local.INFO: Sessions updated for user 2041. {"count":0} 
[2025-07-16 20:37:23] local.INFO: Sessions updated for user 2042. {"count":0} 
[2025-07-16 20:37:24] local.INFO: Sessions updated for user 2043. {"count":0} 
[2025-07-16 20:37:24] local.INFO: Sessions updated for user 2044. {"count":0} 
[2025-07-16 20:37:25] local.INFO: Sessions updated for user 2045. {"count":0} 
[2025-07-16 20:37:26] local.INFO: Sessions updated for user 2046. {"count":0} 
[2025-07-16 20:37:27] local.INFO: Sessions updated for user 2048. {"count":0} 
[2025-07-16 20:37:27] local.INFO: Sessions updated for user 2049. {"count":0} 
[2025-07-16 20:37:28] local.INFO: Sessions updated for user 2050. {"count":0} 
[2025-07-16 20:37:29] local.INFO: Sessions updated for user 2052. {"count":0} 
[2025-07-16 20:37:30] local.INFO: Sessions updated for user 2053. {"count":0} 
[2025-07-16 20:37:30] local.INFO: Sessions updated for user 2054. {"count":0} 
[2025-07-16 20:37:31] local.INFO: Sessions updated for user 2055. {"count":0} 
[2025-07-16 20:37:32] local.INFO: Sessions updated for user 2056. {"count":0} 
[2025-07-16 20:37:32] local.INFO: Sessions updated for user 2057. {"count":0} 
[2025-07-16 20:37:33] local.INFO: Sessions updated for user 2058. {"count":0} 
[2025-07-16 20:37:34] local.INFO: Sessions updated for user 2062. {"count":0} 
[2025-07-16 20:37:35] local.INFO: Sessions updated for user 2067. {"count":0} 
[2025-07-16 20:37:35] local.INFO: Sessions updated for user 2069. {"count":0} 
[2025-07-16 20:37:36] local.INFO: Sessions updated for user 2070. {"count":0} 
[2025-07-16 20:37:37] local.INFO: Sessions updated for user 2072. {"count":0} 
[2025-07-16 20:37:37] local.INFO: Sessions updated for user 2077. {"count":0} 
[2025-07-16 20:37:38] local.INFO: Sessions updated for user 2078. {"count":0} 
[2025-07-16 20:37:39] local.INFO: Sessions updated for user 2083. {"count":0} 
[2025-07-16 20:37:39] local.INFO: Sessions updated for user 2084. {"count":0} 
[2025-07-16 20:37:40] local.INFO: Sessions updated for user 2090. {"count":0} 
[2025-07-16 20:37:41] local.INFO: Sessions updated for user 2092. {"count":0} 
[2025-07-16 20:37:41] local.INFO: Sessions updated for user 2093. {"count":0} 
[2025-07-16 20:37:42] local.INFO: Sessions updated for user 2094. {"count":0} 
[2025-07-16 20:37:43] local.INFO: Sessions updated for user 2096. {"count":0} 
[2025-07-16 20:37:43] local.INFO: Sessions updated for user 2097. {"count":0} 
[2025-07-16 20:37:44] local.INFO: Sessions updated for user 2098. {"count":0} 
[2025-07-16 20:37:45] local.INFO: Sessions updated for user 2099. {"count":0} 
[2025-07-16 20:37:45] local.INFO: Sessions updated for user 2100. {"count":0} 
[2025-07-16 20:37:46] local.INFO: Sessions updated for user 2101. {"count":0} 
[2025-07-16 20:37:47] local.INFO: Sessions updated for user 2103. {"count":0} 
[2025-07-16 20:37:47] local.INFO: Sessions updated for user 2108. {"count":0} 
[2025-07-16 20:37:48] local.INFO: Sessions updated for user 2110. {"count":0} 
[2025-07-16 20:37:49] local.INFO: Sessions updated for user 2113. {"count":0} 
[2025-07-16 20:37:50] local.INFO: Sessions updated for user 2114. {"count":0} 
[2025-07-16 20:37:50] local.INFO: Sessions updated for user 2115. {"count":0} 
[2025-07-16 20:37:51] local.INFO: Sessions updated for user 2116. {"count":0} 
[2025-07-16 20:37:52] local.INFO: Sessions updated for user 2117. {"count":0} 
[2025-07-16 20:37:52] local.INFO: Sessions updated for user 2118. {"count":0} 
[2025-07-16 20:37:53] local.INFO: Sessions updated for user 2120. {"count":0} 
[2025-07-16 20:37:54] local.INFO: Sessions updated for user 2121. {"count":0} 
[2025-07-16 20:37:55] local.INFO: Sessions updated for user 2122. {"count":0} 
[2025-07-16 20:37:55] local.INFO: Sessions updated for user 2123. {"count":0} 
[2025-07-16 20:37:56] local.INFO: Sessions updated for user 2124. {"count":0} 
[2025-07-16 20:37:57] local.INFO: Sessions updated for user 2125. {"count":0} 
[2025-07-16 20:37:58] local.INFO: Sessions updated for user 2126. {"count":0} 
[2025-07-16 20:37:58] local.INFO: Sessions updated for user 2127. {"count":0} 
[2025-07-16 20:37:59] local.INFO: Sessions updated for user 2130. {"count":0} 
[2025-07-16 20:38:00] local.INFO: Sessions updated for user 2131. {"count":0} 
[2025-07-16 20:38:00] local.INFO: Sessions updated for user 2132. {"count":0} 
[2025-07-16 20:38:01] local.INFO: Sessions updated for user 2134. {"count":0} 
[2025-07-16 20:38:02] local.INFO: Sessions updated for user 2135. {"count":0} 
[2025-07-16 20:38:02] local.INFO: Sessions updated for user 2136. {"count":0} 
[2025-07-16 20:38:03] local.INFO: Sessions updated for user 2139. {"count":0} 
[2025-07-16 20:38:04] local.INFO: Sessions updated for user 2140. {"count":0} 
[2025-07-16 20:38:05] local.INFO: Sessions updated for user 2141. {"count":0} 
[2025-07-16 20:38:05] local.INFO: Sessions updated for user 2142. {"count":0} 
[2025-07-16 20:38:06] local.INFO: Sessions updated for user 2146. {"count":0} 
[2025-07-16 20:38:07] local.INFO: Sessions updated for user 2147. {"count":0} 
[2025-07-16 20:38:08] local.INFO: Sessions updated for user 2149. {"count":0} 
[2025-07-16 20:38:08] local.INFO: Sessions updated for user 2152. {"count":0} 
[2025-07-16 20:38:09] local.INFO: Sessions updated for user 2153. {"count":0} 
[2025-07-16 20:38:10] local.INFO: Sessions updated for user 2154. {"count":0} 
[2025-07-16 20:38:11] local.INFO: Sessions updated for user 2155. {"count":0} 
[2025-07-16 20:38:12] local.INFO: Sessions updated for user 2156. {"count":0} 
[2025-07-16 20:38:13] local.INFO: Sessions updated for user 2157. {"count":0} 
[2025-07-16 20:38:13] local.INFO: Sessions updated for user 2159. {"count":0} 
[2025-07-16 20:38:14] local.INFO: Sessions updated for user 2161. {"count":0} 
[2025-07-16 20:38:15] local.INFO: Sessions updated for user 2162. {"count":0} 
[2025-07-16 20:38:15] local.INFO: Sessions updated for user 2163. {"count":0} 
[2025-07-16 20:38:16] local.INFO: Sessions updated for user 2164. {"count":0} 
[2025-07-16 20:38:17] local.INFO: Sessions updated for user 2165. {"count":0} 
[2025-07-16 20:38:17] local.INFO: Sessions updated for user 2166. {"count":0} 
[2025-07-16 20:38:18] local.INFO: Sessions updated for user 2167. {"count":0} 
[2025-07-16 20:38:19] local.INFO: Sessions updated for user 2168. {"count":0} 
[2025-07-16 20:38:20] local.INFO: Sessions updated for user 2169. {"count":0} 
[2025-07-16 20:38:20] local.INFO: Sessions updated for user 2170. {"count":0} 
[2025-07-16 20:38:21] local.INFO: Sessions updated for user 2171. {"count":0} 
[2025-07-16 20:38:22] local.INFO: Sessions updated for user 2172. {"count":0} 
[2025-07-16 20:38:22] local.INFO: Sessions updated for user 2173. {"count":0} 
[2025-07-16 20:38:23] local.INFO: Sessions updated for user 2174. {"count":0} 
[2025-07-16 20:38:24] local.INFO: Sessions updated for user 2175. {"count":0} 
[2025-07-16 20:38:25] local.INFO: Sessions updated for user 2177. {"count":0} 
[2025-07-16 20:38:25] local.INFO: Sessions updated for user 2178. {"count":0} 
[2025-07-16 20:38:26] local.INFO: Sessions updated for user 2179. {"count":0} 
[2025-07-16 20:38:27] local.INFO: Sessions updated for user 2180. {"count":0} 
[2025-07-16 20:38:27] local.INFO: Sessions updated for user 2181. {"count":0} 
[2025-07-16 20:38:28] local.INFO: Sessions updated for user 2182. {"count":0} 
[2025-07-16 20:38:29] local.INFO: Sessions updated for user 2183. {"count":0} 
[2025-07-16 20:38:30] local.INFO: Sessions updated for user 2184. {"count":0} 
[2025-07-16 20:38:30] local.INFO: Sessions updated for user 2185. {"count":0} 
[2025-07-16 20:38:31] local.INFO: Sessions updated for user 2186. {"count":0} 
[2025-07-16 20:38:32] local.INFO: Sessions updated for user 2187. {"count":0} 
[2025-07-16 20:38:32] local.INFO: Sessions updated for user 2188. {"count":0} 
[2025-07-16 20:38:33] local.INFO: Sessions updated for user 2190. {"count":0} 
[2025-07-16 20:38:34] local.INFO: Sessions updated for user 2191. {"count":0} 
[2025-07-16 20:38:35] local.INFO: Sessions updated for user 2192. {"count":0} 
[2025-07-16 20:38:35] local.INFO: Sessions updated for user 2193. {"count":0} 
[2025-07-16 20:38:36] local.INFO: Sessions updated for user 2196. {"count":0} 
[2025-07-16 20:38:37] local.INFO: Sessions updated for user 2198. {"count":0} 
[2025-07-16 20:38:38] local.INFO: Sessions updated for user 2199. {"count":0} 
[2025-07-16 20:38:39] local.INFO: Sessions updated for user 2200. {"count":0} 
[2025-07-16 20:38:39] local.INFO: Sessions updated for user 2201. {"count":0} 
[2025-07-16 20:38:40] local.INFO: Sessions updated for user 2202. {"count":0} 
[2025-07-16 20:38:41] local.INFO: Sessions updated for user 2203. {"count":0} 
[2025-07-16 20:38:41] local.INFO: Sessions updated for user 2204. {"count":0} 
[2025-07-16 20:38:42] local.INFO: Sessions updated for user 2205. {"count":0} 
[2025-07-16 20:38:43] local.INFO: Sessions updated for user 2206. {"count":0} 
[2025-07-16 20:38:43] local.INFO: Sessions updated for user 2207. {"count":0} 
[2025-07-16 20:38:44] local.INFO: Sessions updated for user 2208. {"count":0} 
[2025-07-16 20:38:45] local.INFO: Sessions updated for user 2209. {"count":0} 
[2025-07-16 20:38:46] local.INFO: Sessions updated for user 2210. {"count":0} 
[2025-07-16 20:38:46] local.INFO: Sessions updated for user 2213. {"count":0} 
[2025-07-16 20:38:47] local.INFO: Sessions updated for user 2214. {"count":0} 
[2025-07-16 20:38:48] local.INFO: Sessions updated for user 2215. {"count":0} 
[2025-07-16 20:38:49] local.INFO: Sessions updated for user 2216. {"count":0} 
[2025-07-16 20:38:49] local.INFO: Sessions updated for user 2217. {"count":0} 
[2025-07-16 20:38:50] local.INFO: Sessions updated for user 2218. {"count":0} 
[2025-07-16 20:38:51] local.INFO: Sessions updated for user 2221. {"count":0} 
[2025-07-16 20:38:52] local.INFO: Sessions updated for user 2224. {"count":0} 
[2025-07-16 20:38:53] local.INFO: Sessions updated for user 2226. {"count":0} 
[2025-07-16 20:38:53] local.INFO: Sessions updated for user 2227. {"count":0} 
[2025-07-16 20:38:54] local.INFO: Sessions updated for user 2228. {"count":0} 
[2025-07-16 20:38:55] local.INFO: Sessions updated for user 2229. {"count":0} 
[2025-07-16 20:38:55] local.INFO: Sessions updated for user 2232. {"count":0} 
[2025-07-16 20:38:56] local.INFO: Sessions updated for user 2233. {"count":0} 
[2025-07-16 20:38:57] local.INFO: Sessions updated for user 2234. {"count":0} 
[2025-07-16 20:38:58] local.INFO: Sessions updated for user 2236. {"count":0} 
[2025-07-16 20:38:58] local.INFO: Sessions updated for user 2237. {"count":0} 
[2025-07-16 20:38:59] local.INFO: Sessions updated for user 2238. {"count":0} 
[2025-07-16 20:39:00] local.INFO: Sessions updated for user 2239. {"count":0} 
[2025-07-16 20:39:00] local.INFO: Sessions updated for user 2240. {"count":0} 
[2025-07-16 20:39:01] local.INFO: Sessions updated for user 2242. {"count":0} 
[2025-07-16 20:39:02] local.INFO: Sessions updated for user 2243. {"count":0} 
[2025-07-16 20:39:02] local.INFO: Sessions updated for user 2244. {"count":0} 
[2025-07-16 20:39:03] local.INFO: Sessions updated for user 2245. {"count":0} 
[2025-07-16 20:39:04] local.INFO: Sessions updated for user 2246. {"count":0} 
[2025-07-16 20:39:04] local.INFO: Sessions updated for user 2247. {"count":0} 
[2025-07-16 20:39:05] local.INFO: Sessions updated for user 2248. {"count":0} 
[2025-07-16 20:39:06] local.INFO: Sessions updated for user 2249. {"count":0} 
[2025-07-16 20:39:07] local.INFO: Sessions updated for user 2250. {"count":0} 
[2025-07-16 20:39:07] local.INFO: Sessions updated for user 2251. {"count":0} 
[2025-07-16 20:39:08] local.INFO: Sessions updated for user 2253. {"count":0} 
[2025-07-16 20:39:09] local.INFO: Sessions updated for user 2254. {"count":0} 
[2025-07-16 20:39:10] local.INFO: Sessions updated for user 2255. {"count":0} 
[2025-07-16 20:39:11] local.INFO: Sessions updated for user 2256. {"count":0} 
[2025-07-16 20:39:12] local.INFO: Sessions updated for user 2257. {"count":0} 
[2025-07-16 20:39:12] local.INFO: Sessions updated for user 2258. {"count":0} 
[2025-07-16 20:39:13] local.INFO: Sessions updated for user 2259. {"count":0} 
[2025-07-16 20:39:14] local.INFO: Sessions updated for user 2260. {"count":0} 
[2025-07-16 20:39:15] local.INFO: Sessions updated for user 2261. {"count":0} 
[2025-07-16 20:39:15] local.INFO: Sessions updated for user 2262. {"count":0} 
[2025-07-16 20:39:16] local.INFO: Sessions updated for user 2263. {"count":0} 
[2025-07-16 20:39:17] local.INFO: Sessions updated for user 2264. {"count":0} 
[2025-07-16 20:39:17] local.INFO: Sessions updated for user 2265. {"count":0} 
[2025-07-16 20:39:18] local.INFO: Sessions updated for user 2266. {"count":0} 
[2025-07-16 20:39:19] local.INFO: Sessions updated for user 2267. {"count":0} 
[2025-07-16 20:39:20] local.INFO: Sessions updated for user 2268. {"count":0} 
[2025-07-16 20:39:20] local.INFO: Sessions updated for user 2269. {"count":0} 
[2025-07-16 20:39:21] local.INFO: Sessions updated for user 2270. {"count":0} 
[2025-07-16 20:39:22] local.INFO: Sessions updated for user 2272. {"count":0} 
[2025-07-16 20:39:22] local.INFO: Sessions updated for user 2273. {"count":0} 
[2025-07-16 20:39:23] local.INFO: Sessions updated for user 2274. {"count":0} 
[2025-07-16 20:39:24] local.INFO: Sessions updated for user 2275. {"count":0} 
[2025-07-16 20:39:25] local.INFO: Sessions updated for user 2277. {"count":0} 
[2025-07-16 20:39:25] local.INFO: Sessions updated for user 2279. {"count":0} 
[2025-07-16 20:39:26] local.INFO: Sessions updated for user 2280. {"count":0} 
[2025-07-16 20:39:27] local.INFO: Sessions updated for user 2281. {"count":0} 
[2025-07-16 20:39:27] local.INFO: Sessions updated for user 2284. {"count":0} 
[2025-07-16 20:39:28] local.INFO: Sessions updated for user 2288. {"count":0} 
[2025-07-16 20:39:29] local.INFO: Sessions updated for user 2289. {"count":0} 
[2025-07-16 20:39:29] local.INFO: Sessions updated for user 2290. {"count":0} 
[2025-07-16 20:39:30] local.INFO: Sessions updated for user 2291. {"count":0} 
[2025-07-16 20:39:31] local.INFO: Sessions updated for user 2292. {"count":0} 
[2025-07-16 20:39:31] local.INFO: Sessions updated for user 2294. {"count":0} 
[2025-07-16 20:39:32] local.INFO: Sessions updated for user 2295. {"count":0} 
[2025-07-16 20:39:33] local.INFO: Sessions updated for user 2296. {"count":0} 
[2025-07-16 20:39:34] local.INFO: Sessions updated for user 2297. {"count":0} 
[2025-07-16 20:39:34] local.INFO: Sessions updated for user 2299. {"count":0} 
[2025-07-16 20:39:35] local.INFO: Sessions updated for user 2300. {"count":0} 
[2025-07-16 20:39:36] local.INFO: Sessions updated for user 2301. {"count":0} 
[2025-07-16 20:39:36] local.INFO: Sessions updated for user 2302. {"count":0} 
[2025-07-16 20:39:37] local.INFO: Sessions updated for user 2304. {"count":0} 
[2025-07-16 20:39:38] local.INFO: Sessions updated for user 2305. {"count":0} 
[2025-07-16 20:39:38] local.INFO: Sessions updated for user 2307. {"count":0} 
[2025-07-16 20:39:39] local.INFO: Sessions updated for user 2308. {"count":0} 
[2025-07-16 20:39:40] local.INFO: Sessions updated for user 2309. {"count":0} 
[2025-07-16 20:39:40] local.INFO: Sessions updated for user 2310. {"count":0} 
[2025-07-16 20:39:41] local.INFO: Sessions updated for user 2311. {"count":0} 
[2025-07-16 20:39:42] local.INFO: Sessions updated for user 2312. {"count":0} 
[2025-07-16 20:39:43] local.INFO: Sessions updated for user 2313. {"count":0} 
[2025-07-16 20:39:43] local.INFO: Sessions updated for user 2314. {"count":0} 
[2025-07-16 20:39:44] local.INFO: Sessions updated for user 2315. {"count":0} 
[2025-07-16 20:39:45] local.INFO: Sessions updated for user 2317. {"count":0} 
[2025-07-16 20:39:45] local.INFO: Sessions updated for user 2318. {"count":0} 
[2025-07-16 20:39:46] local.INFO: Sessions updated for user 2319. {"count":0} 
[2025-07-16 20:39:47] local.INFO: Sessions updated for user 2320. {"count":0} 
[2025-07-16 20:39:48] local.INFO: Sessions updated for user 2321. {"count":0} 
[2025-07-16 20:39:48] local.INFO: Sessions updated for user 2322. {"count":0} 
[2025-07-16 20:39:49] local.INFO: Sessions updated for user 2323. {"count":0} 
[2025-07-16 20:39:50] local.INFO: Sessions updated for user 2324. {"count":0} 
[2025-07-16 20:39:51] local.INFO: Sessions updated for user 2325. {"count":0} 
[2025-07-16 20:39:52] local.INFO: Sessions updated for user 2326. {"count":0} 
[2025-07-16 20:39:53] local.INFO: Sessions updated for user 2327. {"count":0} 
[2025-07-16 20:39:54] local.INFO: Sessions updated for user 2328. {"count":0} 
[2025-07-16 20:39:54] local.INFO: Sessions updated for user 2329. {"count":0} 
[2025-07-16 20:39:55] local.INFO: Sessions updated for user 2330. {"count":0} 
[2025-07-16 20:39:56] local.INFO: Sessions updated for user 2331. {"count":0} 
[2025-07-16 20:39:56] local.INFO: Sessions updated for user 2332. {"count":0} 
[2025-07-16 20:39:57] local.INFO: Sessions updated for user 2333. {"count":0} 
[2025-07-16 20:39:58] local.INFO: Sessions updated for user 2334. {"count":0} 
[2025-07-16 20:39:59] local.INFO: Sessions updated for user 2335. {"count":0} 
[2025-07-16 20:39:59] local.INFO: Sessions updated for user 2336. {"count":0} 
[2025-07-16 20:40:00] local.INFO: Sessions updated for user 2338. {"count":0} 
[2025-07-16 20:40:01] local.INFO: Sessions updated for user 2339. {"count":0} 
[2025-07-16 20:40:01] local.INFO: Sessions updated for user 2340. {"count":0} 
[2025-07-16 20:40:02] local.INFO: Sessions updated for user 2341. {"count":0} 
[2025-07-16 20:40:03] local.INFO: Sessions updated for user 2342. {"count":0} 
[2025-07-16 20:40:04] local.INFO: Sessions updated for user 2343. {"count":0} 
[2025-07-16 20:40:04] local.INFO: Sessions updated for user 2344. {"count":0} 
[2025-07-16 20:40:05] local.INFO: Sessions updated for user 2345. {"count":0} 
[2025-07-16 20:40:06] local.INFO: Sessions updated for user 2346. {"count":0} 
[2025-07-16 20:40:06] local.INFO: Sessions updated for user 2347. {"count":0} 
[2025-07-16 20:40:07] local.INFO: Sessions updated for user 2348. {"count":0} 
[2025-07-16 20:40:08] local.INFO: Sessions updated for user 2349. {"count":0} 
[2025-07-16 20:40:08] local.INFO: Sessions updated for user 2351. {"count":0} 
[2025-07-16 20:40:09] local.INFO: Sessions updated for user 2352. {"count":0} 
[2025-07-16 20:40:10] local.INFO: Sessions updated for user 2354. {"count":0} 
[2025-07-16 20:40:10] local.INFO: Sessions updated for user 2355. {"count":0} 
[2025-07-16 20:40:11] local.INFO: Sessions updated for user 2356. {"count":0} 
[2025-07-16 20:40:12] local.INFO: Sessions updated for user 2357. {"count":0} 
[2025-07-16 20:40:12] local.INFO: Sessions updated for user 2358. {"count":0} 
[2025-07-16 20:40:13] local.INFO: Sessions updated for user 2360. {"count":0} 
[2025-07-16 20:40:14] local.INFO: Sessions updated for user 2361. {"count":0} 
[2025-07-16 20:40:15] local.INFO: Sessions updated for user 2362. {"count":0} 
[2025-07-16 20:40:15] local.INFO: Sessions updated for user 2364. {"count":0} 
[2025-07-16 20:40:16] local.INFO: Sessions updated for user 2365. {"count":0} 
[2025-07-16 20:40:17] local.INFO: Sessions updated for user 2366. {"count":0} 
[2025-07-16 20:40:17] local.INFO: Sessions updated for user 2370. {"count":0} 
[2025-07-16 20:40:18] local.INFO: Sessions updated for user 2371. {"count":0} 
[2025-07-16 20:40:19] local.INFO: Sessions updated for user 2373. {"count":0} 
[2025-07-16 20:40:20] local.INFO: Sessions updated for user 2374. {"count":0} 
[2025-07-16 20:40:21] local.INFO: Sessions updated for user 2375. {"count":0} 
[2025-07-16 20:40:21] local.INFO: Sessions updated for user 2376. {"count":0} 
[2025-07-16 20:40:22] local.INFO: Sessions updated for user 2378. {"count":0} 
[2025-07-16 20:40:23] local.INFO: Sessions updated for user 2379. {"count":0} 
[2025-07-16 20:40:23] local.INFO: Sessions updated for user 2380. {"count":0} 
[2025-07-16 20:40:24] local.INFO: Sessions updated for user 2381. {"count":0} 
[2025-07-16 20:40:25] local.INFO: Sessions updated for user 2382. {"count":0} 
[2025-07-16 20:40:26] local.INFO: Sessions updated for user 2383. {"count":0} 
[2025-07-16 20:40:26] local.INFO: Sessions updated for user 2384. {"count":0} 
[2025-07-16 20:40:27] local.INFO: Sessions updated for user 2385. {"count":0} 
[2025-07-16 20:40:28] local.INFO: Sessions updated for user 2387. {"count":0} 
[2025-07-16 20:40:29] local.INFO: Sessions updated for user 2388. {"count":0} 
[2025-07-16 20:40:29] local.INFO: Sessions updated for user 2389. {"count":0} 
[2025-07-16 20:40:30] local.INFO: Sessions updated for user 2391. {"count":0} 
[2025-07-16 20:40:31] local.INFO: Sessions updated for user 2392. {"count":0} 
[2025-07-16 20:40:31] local.INFO: Sessions updated for user 2393. {"count":0} 
[2025-07-16 20:40:32] local.INFO: Sessions updated for user 2394. {"count":0} 
[2025-07-16 20:40:33] local.INFO: Sessions updated for user 2395. {"count":0} 
[2025-07-16 20:40:33] local.INFO: Sessions updated for user 2396. {"count":0} 
[2025-07-16 20:40:34] local.INFO: Sessions updated for user 2397. {"count":0} 
[2025-07-16 20:40:35] local.INFO: Sessions updated for user 2398. {"count":0} 
[2025-07-16 20:40:36] local.INFO: Sessions updated for user 2399. {"count":0} 
[2025-07-16 20:40:37] local.INFO: Sessions updated for user 2400. {"count":0} 
[2025-07-16 20:40:38] local.INFO: Sessions updated for user 2402. {"count":0} 
[2025-07-16 20:40:39] local.INFO: Sessions updated for user 2403. {"count":0} 
[2025-07-16 20:40:39] local.INFO: Sessions updated for user 2404. {"count":0} 
[2025-07-16 20:40:40] local.INFO: Sessions updated for user 2405. {"count":0} 
[2025-07-16 20:40:41] local.INFO: Sessions updated for user 2406. {"count":0} 
[2025-07-16 20:40:41] local.INFO: Sessions updated for user 2407. {"count":0} 
[2025-07-16 20:40:42] local.INFO: Sessions updated for user 2408. {"count":0} 
[2025-07-16 20:40:43] local.INFO: Sessions updated for user 2410. {"count":0} 
[2025-07-16 20:40:43] local.INFO: Sessions updated for user 2412. {"count":0} 
[2025-07-16 20:40:44] local.INFO: Sessions updated for user 2413. {"count":0} 
[2025-07-16 20:40:45] local.INFO: Sessions updated for user 2414. {"count":0} 
[2025-07-16 20:40:45] local.INFO: Sessions updated for user 2415. {"count":0} 
[2025-07-16 20:40:46] local.INFO: Sessions updated for user 2416. {"count":0} 
[2025-07-16 20:40:47] local.INFO: Sessions updated for user 2417. {"count":0} 
[2025-07-16 20:40:48] local.INFO: Sessions updated for user 2418. {"count":0} 
[2025-07-16 20:40:48] local.INFO: Sessions updated for user 2419. {"count":0} 
[2025-07-16 20:40:49] local.INFO: Sessions updated for user 2420. {"count":0} 
[2025-07-16 20:40:50] local.INFO: Sessions updated for user 2421. {"count":0} 
[2025-07-16 20:40:50] local.INFO: Sessions updated for user 2422. {"count":0} 
[2025-07-16 20:40:51] local.INFO: Sessions updated for user 2424. {"count":0} 
[2025-07-16 20:40:52] local.INFO: Sessions updated for user 2425. {"count":0} 
[2025-07-16 20:40:53] local.INFO: Sessions updated for user 2426. {"count":0} 
[2025-07-16 20:40:53] local.INFO: Sessions updated for user 2427. {"count":0} 
[2025-07-16 20:40:54] local.INFO: Sessions updated for user 2428. {"count":0} 
[2025-07-16 20:40:55] local.INFO: Sessions updated for user 2430. {"count":0} 
[2025-07-16 20:40:56] local.INFO: Sessions updated for user 2431. {"count":0} 
[2025-07-16 20:40:56] local.INFO: Sessions updated for user 2432. {"count":0} 
[2025-07-16 20:40:57] local.INFO: Sessions updated for user 2433. {"count":0} 
[2025-07-16 20:40:58] local.INFO: Sessions updated for user 2435. {"count":0} 
[2025-07-16 20:40:58] local.INFO: Total Users processed for sessions. {"count":1972} 
[2025-07-16 20:40:58] local.INFO: Ampeco data update completed successfully!  
[2025-07-16 21:08:02] local.ERROR: syntax error, unexpected token "public" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \"public\" at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\AmpecoDataUpdater.php:374)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\composer\\ClassLoader.php(427): {closure:Composer\\Autoload\\ClassLoader::initializeIncludeClosure():575}('C:\\\\Users\\\\juanc\\\\...')
#1 [internal function]: Composer\\Autoload\\ClassLoader->loadClass('App\\\\Console\\\\Com...')
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(372): is_subclass_of('App\\\\Console\\\\Com...', 'Illuminate\\\\Cons...')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(497): Illuminate\\Foundation\\Console\\Kernel->load(Array)
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(482): Illuminate\\Foundation\\Console\\Kernel->discoverCommands()
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(195): Illuminate\\Foundation\\Console\\Kernel->bootstrap()
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#8 {main}
"} 
[2025-07-16 21:08:23] local.ERROR: Unmatched '}' {"exception":"[object] (ParseError(code: 0): Unmatched '}' at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\AmpecoDataUpdater.php:390)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\composer\\ClassLoader.php(427): {closure:Composer\\Autoload\\ClassLoader::initializeIncludeClosure():575}('C:\\\\Users\\\\juanc\\\\...')
#1 [internal function]: Composer\\Autoload\\ClassLoader->loadClass('App\\\\Console\\\\Com...')
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(372): is_subclass_of('App\\\\Console\\\\Com...', 'Illuminate\\\\Cons...')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(497): Illuminate\\Foundation\\Console\\Kernel->load(Array)
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(482): Illuminate\\Foundation\\Console\\Kernel->discoverCommands()
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(195): Illuminate\\Foundation\\Console\\Kernel->bootstrap()
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#8 {main}
"} 
[2025-07-16 21:11:34] local.ERROR: Command "app:ampeco-update-data" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"app:ampeco-update-data\" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php:725)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('app:ampeco-upda...')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-07-16 21:12:47] local.ERROR: Command "update" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:update-ampeco-data {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"update\" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:update-ampeco-data at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php:725)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('update')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-07-16 21:13:07] local.ERROR: Command "app:schedule-ampeco-update" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"app:schedule-ampeco-update\" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php:725)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('app:schedule-am...')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-07-16 21:13:35] local.ERROR: Command "app:ampeco-data-updater" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"app:ampeco-data-updater\" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php:725)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('app:ampeco-data...')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-07-16 21:14:17] local.ERROR: Command "app:aupdate-ampeco-data" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"app:aupdate-ampeco-data\" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php:725)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('app:aupdate-amp...')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-07-16 21:14:36] local.INFO: AmpecoDataUpdater: Command started.  
[2025-07-16 21:14:36] local.INFO: AmpecoDataUpdater: DEBUG_USER_ID from .env is: Not Set  
[2025-07-16 21:14:37] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:14:41] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":100,"total":1972}} 
[2025-07-16 21:14:41] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:14:44] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"156\",\"email\":\"geertpennewaert@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Geert\",\"middleName\":null,\"lastName\":\"Pennewaert\",\"phone\":\"0476630591\",\"country\":\"BE\",\"state\":null,\"city\":\"Oudegem\",\"postCode\":\"9200\",\"address\":\"Ouburg 130\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":313,\"externalId\":null,\"lastUpdatedAt\":\"2022-06-01T15:29:58+00:00\",\"createdAt\":...","meta_data":{"current_page":2,"from":101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":200,"total":1972}} 
[2025-07-16 21:14:44] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:14:46] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"280\",\"email\":\"vavo@piso.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Wim\",\"middleName\":null,\"lastName\":\"Vrancken\",\"phone\":\"0478257802\",\"country\":\"BE\",\"state\":null,\"city\":\"St-Joris-Winge\",\"postCode\":\"3390\",\"address\":\"Wingerstraat 20\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":50.57,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2310,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-17T12:45:55+00:00\",\"createdA...","meta_data":{"current_page":3,"from":201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":300,"total":1972}} 
[2025-07-16 21:14:46] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:14:48] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"388\",\"email\":\"steven.deron@nippongases.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Steven\",\"middleName\":null,\"lastName\":\"De Ron\",\"phone\":\"0485686876\",\"country\":\"BE\",\"state\":null,\"city\":\"Boortmeerbeek\",\"postCode\":\"3191\",\"address\":\"Ravesteinstraat 96, Hever 3191 Boortmeerbeek, Belgium\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":148.3,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2720,\"externalId\":null,\"l...","meta_data":{"current_page":4,"from":301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":400,"total":1972}} 
[2025-07-16 21:14:48] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:14:50] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"497\",\"email\":\"sandra@capitalecars.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Edmond\",\"middleName\":null,\"lastName\":\"Plas\",\"phone\":\"+32475235296\",\"country\":\"BE\",\"state\":null,\"city\":\"Asse\",\"postCode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"fr\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":845,\"externalId\":null,\"lastUpdatedAt\":\"2023-06-06T13:06:44+00:00\",\"crea...","meta_data":{"current_page":5,"from":401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":500,"total":1972}} 
[2025-07-16 21:14:50] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:14:53] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"613\",\"email\":\"Kurt.fanton@madolex.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Kurt\",\"middleName\":null,\"lastName\":\"Fanton\",\"phone\":\"0484671968\",\"country\":\"BE\",\"state\":\"Ossendriesstraat 42\",\"city\":\"Zonhoven\",\"postCode\":\"3520\",\"address\":\"ossendriesstraat 42\",\"vehicleNo\":\"2-DUM-217\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2023-07-27T...","meta_data":{"current_page":6,"from":501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":600,"total":1972}} 
[2025-07-16 21:14:53] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:14:55] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"743\",\"email\":\"stijn.bogaerts@outlook.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Stijn\",\"middleName\":null,\"lastName\":\"Bogaerts\",\"phone\":\"+32 499 93 60 03\",\"country\":\"BE\",\"state\":null,\"city\":\"Edegem\",\"postCode\":\"2650\",\"address\":\"Pieter Van den Bemdenlaan 59\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":100,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-10T1...","meta_data":{"current_page":7,"from":601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":700,"total":1972}} 
[2025-07-16 21:14:55] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:14:58] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"858\",\"email\":\"nicobonnast@me.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Nico\",\"middleName\":null,\"lastName\":\"Bonnast\",\"phone\":\"+32477384279\",\"country\":\"BE\",\"state\":null,\"city\":\"Wetteren\",\"postCode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"vehicleNo\":\"2-ELT-630\",\"personal_id\":\"591-9330104-67\",\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2156,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-31T11...","meta_data":{"current_page":8,"from":701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":800,"total":1972}} 
[2025-07-16 21:14:58] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:15:00] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"974\",\"email\":\"tommie.van.mechgelen@centomedia.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Tommie\",\"middleName\":null,\"lastName\":\"Van Mechgelen\",\"phone\":\"+32496642889\",\"country\":\"BE\",\"state\":null,\"city\":\"Wommelgem\",\"postCode\":\"2160\",\"address\":\"Gullenrodestraat 7 unit 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-...","meta_data":{"current_page":9,"from":801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":900,"total":1972}} 
[2025-07-16 21:15:00] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:15:02] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1114\",\"email\":\"mike@brandnewoffice.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Mike\",\"middleName\":null,\"lastName\":\"De Koster\",\"phone\":\"0486 41 33 35\",\"country\":\"BE\",\"state\":null,\"city\":\"Herne\",\"postCode\":\"1540\",\"address\":\"Tweekapellenstraat 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-03-17T09:17:33+00:00\",...","meta_data":{"current_page":10,"from":901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1000,"total":1972}} 
[2025-07-16 21:15:02] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:15:04] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1272\",\"email\":\"gerritdevos@skynet.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Gerrit\",\"middleName\":null,\"lastName\":\"De Vos\",\"phone\":\"+32456310834\",\"country\":\"BE\",\"state\":null,\"city\":\"Lochristi\",\"postCode\":\"9080\",\"address\":\"Bosdreef 12C\",\"vehicleNo\":\"2fls641\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":438.05,\"status\":\"enabled\",\"userGroupIds\":[199],\"subscriptionId\":1319,\"externalId\":null,\"lastUpdatedAt\":\"2024-06-14T08:03:14+00:0...","meta_data":{"current_page":11,"from":1001,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1100,"total":1972}} 
[2025-07-16 21:15:04] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:15:07] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1387\",\"email\":\"bajetak586@albarulo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Bibro\",\"middleName\":null,\"lastName\":\"Antar\",\"phone\":\"+40721001950\",\"country\":\"SE\",\"state\":null,\"city\":\"Stockholm\",\"postCode\":\"11543\",\"address\":\"ahlessen nr. 44\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"disabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-09-30T07:49:51+00:00\",\"crea...","meta_data":{"current_page":12,"from":1101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1200,"total":1972}} 
[2025-07-16 21:15:07] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:15:09] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1515\",\"email\":\"yunotjeanbex@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Yunot\",\"middleName\":null,\"lastName\":\"Bex\",\"phone\":\"+32460940182\",\"country\":\"BE\",\"state\":null,\"city\":\"Hasselt\",\"postCode\":\"3511\",\"address\":\"Deken Habrakenstraat 8\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":16.22,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":1778,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T18:33:50+00:00\",\"...","meta_data":{"current_page":13,"from":1201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1300,"total":1972}} 
[2025-07-16 21:15:09] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:15:11] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1630\",\"email\":\"pascale.vanolst@everlam.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Pascale\",\"middleName\":null,\"lastName\":\"Vanolst\",\"phone\":\"0487 26 95 23\",\"country\":\"BE\",\"state\":null,\"city\":\"Mechelen\",\"postCode\":\"2800\",\"address\":\"Blokhuisstraat 47 J           B-2800 Mechelen\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2012,\"externalId\":null,\"lastUpdatedAt...","meta_data":{"current_page":14,"from":1301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1400,"total":1972}} 
[2025-07-16 21:15:11] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:15:14] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1735\",\"email\":\"christophe.leysen@live.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Christophe\",\"middleName\":null,\"lastName\":\"Leysen\",\"phone\":\"+32470868696\",\"country\":\"BE\",\"state\":\"Antwerpen\",\"city\":\"Kontich\",\"postCode\":\"2550\",\"address\":\"lijsterbolstraat 18\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-12-26T10:50...","meta_data":{"current_page":15,"from":1401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1500,"total":1972}} 
[2025-07-16 21:15:14] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:15:16] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1852\",\"email\":\"susanbaba73@yahoo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":null,\"middleName\":null,\"lastName\":null,\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"es-ES\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-31T19:51:30+00:00\",\"createdAt\":\"2025-01-31T19:51:30+00:00\",\"cre...","meta_data":{"current_page":16,"from":1501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1600,"total":1972}} 
[2025-07-16 21:15:16] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:15:19] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1957\",\"email\":\"Heidi.Goossens@sobi.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Heidi\",\"middleName\":null,\"lastName\":\"Goossens\",\"phone\":\"32497590918\",\"country\":\"BE\",\"state\":null,\"city\":\"Waanrode\",\"postCode\":\"3473\",\"address\":\"Oude Tiensestraat 40\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":192.86,\"status\":\"enabled\",\"userGroupIds\":[228],\"subscriptionId\":2412,\"externalId\":\"1957\",\"lastUpdatedAt\":\"2025-04-02T11:59:5...","meta_data":{"current_page":17,"from":1601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1700,"total":1972}} 
[2025-07-16 21:15:19] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:15:21] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2093\",\"email\":\"sbai.ayoub@hotmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Ayoub\",\"middleName\":null,\"lastName\":\"Sbai\",\"phone\":\"+33643202625\",\"country\":\"FR\",\"state\":null,\"city\":\"Paris\",\"postCode\":\"75019\",\"address\":\"16 all\\u00e9e de Fontainebelau\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":51.65,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T10:36:03+...","meta_data":{"current_page":18,"from":1701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1800,"total":1972}} 
[2025-07-16 21:15:21] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:15:26] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2228\",\"email\":\"brecht.van.camp@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Brecht\",\"middleName\":null,\"lastName\":\"Van Camp\",\"phone\":\"+32476 58 79 81\",\"country\":\"BE\",\"state\":null,\"city\":\"Oelegem\",\"postCode\":\"2520\",\"address\":\"Schransken 5a\\/001\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-25T11:14:32+00:0...","meta_data":{"current_page":19,"from":1801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1900,"total":1972}} 
[2025-07-16 21:15:26] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 21:15:28] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2347\",\"email\":\"sarah.jacobs@docitconsult.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Sarah\",\"middleName\":null,\"lastName\":\"Jacobs\",\"phone\":\"0472013387\",\"country\":\"BE\",\"state\":null,\"city\":\"Schoten\",\"postCode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2595,\"externalId\":\"2347\",\"lastUpdatedAt\":\"2025-06-30T11:38:38+00:00...","meta_data":{"current_page":20,"from":1901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1972,"total":1972}} 
[2025-07-16 21:15:30] local.INFO: Sessions updated for user 1. {"count":0} 
[2025-07-16 21:15:31] local.INFO: Sessions updated for user 7. {"count":0} 
[2025-07-16 21:15:32] local.INFO: Sessions updated for user 15. {"count":0} 
[2025-07-16 21:15:33] local.INFO: Sessions updated for user 17. {"count":0} 
[2025-07-16 21:15:34] local.INFO: Sessions updated for user 19. {"count":0} 
[2025-07-16 21:15:35] local.INFO: Sessions updated for user 20. {"count":0} 
[2025-07-16 21:15:36] local.INFO: Sessions updated for user 21. {"count":0} 
[2025-07-16 21:15:36] local.INFO: Sessions updated for user 23. {"count":0} 
[2025-07-16 21:15:37] local.INFO: Sessions updated for user 26. {"count":0} 
[2025-07-16 21:15:38] local.INFO: Sessions updated for user 27. {"count":0} 
[2025-07-16 21:15:39] local.INFO: Sessions updated for user 28. {"count":0} 
[2025-07-16 21:15:40] local.INFO: Sessions updated for user 30. {"count":0} 
[2025-07-16 21:15:41] local.INFO: Sessions updated for user 32. {"count":0} 
[2025-07-16 21:15:42] local.INFO: Sessions updated for user 33. {"count":0} 
[2025-07-16 21:15:43] local.INFO: Sessions updated for user 36. {"count":0} 
[2025-07-16 21:15:44] local.INFO: Sessions updated for user 40. {"count":0} 
[2025-07-16 21:15:45] local.INFO: Sessions updated for user 41. {"count":0} 
[2025-07-16 21:15:46] local.INFO: Sessions updated for user 45. {"count":0} 
[2025-07-16 21:15:47] local.INFO: Sessions updated for user 46. {"count":0} 
[2025-07-16 21:15:47] local.INFO: Sessions updated for user 47. {"count":0} 
[2025-07-16 21:15:48] local.INFO: Sessions updated for user 50. {"count":0} 
[2025-07-16 21:15:49] local.INFO: Sessions updated for user 52. {"count":0} 
[2025-07-16 21:15:50] local.INFO: Sessions updated for user 53. {"count":0} 
[2025-07-16 21:15:51] local.INFO: Sessions updated for user 55. {"count":0} 
[2025-07-16 21:15:52] local.INFO: Sessions updated for user 57. {"count":0} 
[2025-07-16 21:15:53] local.INFO: Sessions updated for user 60. {"count":0} 
[2025-07-16 21:15:54] local.INFO: Sessions updated for user 61. {"count":0} 
[2025-07-16 21:15:54] local.INFO: Sessions updated for user 62. {"count":0} 
[2025-07-16 21:15:55] local.INFO: Sessions updated for user 63. {"count":0} 
[2025-07-16 21:15:56] local.INFO: Sessions updated for user 64. {"count":0} 
[2025-07-16 21:15:56] local.INFO: Sessions updated for user 65. {"count":0} 
[2025-07-16 21:15:57] local.INFO: Sessions updated for user 66. {"count":0} 
[2025-07-16 21:15:58] local.INFO: Sessions updated for user 67. {"count":0} 
[2025-07-16 21:16:00] local.INFO: Sessions updated for user 68. {"count":0} 
[2025-07-16 21:16:01] local.INFO: Sessions updated for user 69. {"count":0} 
[2025-07-16 21:16:02] local.INFO: Sessions updated for user 71. {"count":0} 
[2025-07-16 21:16:03] local.INFO: Sessions updated for user 72. {"count":0} 
[2025-07-16 21:16:03] local.INFO: Sessions updated for user 73. {"count":0} 
[2025-07-16 21:16:04] local.INFO: Sessions updated for user 74. {"count":0} 
[2025-07-16 21:16:05] local.INFO: Sessions updated for user 76. {"count":0} 
[2025-07-16 21:16:06] local.INFO: Sessions updated for user 77. {"count":0} 
[2025-07-16 21:16:06] local.INFO: Sessions updated for user 79. {"count":0} 
[2025-07-16 21:16:07] local.INFO: Sessions updated for user 80. {"count":0} 
[2025-07-16 21:16:08] local.INFO: Sessions updated for user 81. {"count":0} 
[2025-07-16 21:16:08] local.INFO: Sessions updated for user 84. {"count":0} 
[2025-07-16 21:16:09] local.INFO: Sessions updated for user 85. {"count":0} 
[2025-07-16 21:16:10] local.INFO: Sessions updated for user 86. {"count":0} 
[2025-07-16 21:16:11] local.INFO: Sessions updated for user 87. {"count":0} 
[2025-07-16 21:16:11] local.INFO: Sessions updated for user 88. {"count":0} 
[2025-07-16 21:16:12] local.INFO: Sessions updated for user 89. {"count":0} 
[2025-07-16 21:16:13] local.INFO: Sessions updated for user 90. {"count":0} 
[2025-07-16 21:16:14] local.INFO: Sessions updated for user 91. {"count":0} 
[2025-07-16 21:16:14] local.INFO: Sessions updated for user 92. {"count":0} 
[2025-07-16 21:16:15] local.INFO: Sessions updated for user 94. {"count":0} 
[2025-07-16 21:16:16] local.INFO: Sessions updated for user 95. {"count":0} 
[2025-07-16 21:16:17] local.INFO: Sessions updated for user 96. {"count":0} 
[2025-07-16 21:16:17] local.INFO: Sessions updated for user 97. {"count":0} 
[2025-07-16 21:16:18] local.INFO: Sessions updated for user 98. {"count":0} 
[2025-07-16 21:16:19] local.INFO: Sessions updated for user 99. {"count":0} 
[2025-07-16 21:16:20] local.INFO: Sessions updated for user 100. {"count":0} 
[2025-07-16 21:16:21] local.INFO: Sessions updated for user 101. {"count":0} 
[2025-07-16 21:16:22] local.INFO: Sessions updated for user 102. {"count":0} 
[2025-07-16 21:16:23] local.INFO: Sessions updated for user 103. {"count":0} 
[2025-07-16 21:16:24] local.INFO: Sessions updated for user 104. {"count":0} 
[2025-07-16 21:16:25] local.INFO: Sessions updated for user 105. {"count":0} 
[2025-07-16 21:16:25] local.INFO: Sessions updated for user 106. {"count":0} 
[2025-07-16 21:16:26] local.INFO: Sessions updated for user 107. {"count":0} 
[2025-07-16 21:16:27] local.INFO: Sessions updated for user 108. {"count":0} 
[2025-07-16 21:16:28] local.INFO: Sessions updated for user 109. {"count":0} 
[2025-07-16 21:16:29] local.INFO: Sessions updated for user 110. {"count":0} 
[2025-07-16 21:16:29] local.INFO: Sessions updated for user 111. {"count":0} 
[2025-07-16 21:16:30] local.INFO: Sessions updated for user 112. {"count":0} 
[2025-07-16 21:16:31] local.INFO: Sessions updated for user 113. {"count":0} 
[2025-07-16 21:16:32] local.INFO: Sessions updated for user 114. {"count":0} 
[2025-07-16 21:16:32] local.INFO: Sessions updated for user 115. {"count":0} 
[2025-07-16 21:16:33] local.INFO: Sessions updated for user 116. {"count":0} 
[2025-07-16 21:16:34] local.INFO: Sessions updated for user 117. {"count":0} 
[2025-07-16 21:16:35] local.INFO: Sessions updated for user 118. {"count":0} 
[2025-07-16 21:16:35] local.INFO: Sessions updated for user 119. {"count":0} 
[2025-07-16 21:16:36] local.INFO: Sessions updated for user 121. {"count":0} 
[2025-07-16 21:16:37] local.INFO: Sessions updated for user 122. {"count":0} 
[2025-07-16 21:16:38] local.INFO: Sessions updated for user 123. {"count":0} 
[2025-07-16 21:16:39] local.INFO: Sessions updated for user 124. {"count":0} 
[2025-07-16 21:16:40] local.INFO: Sessions updated for user 125. {"count":0} 
[2025-07-16 21:16:41] local.INFO: Sessions updated for user 127. {"count":0} 
[2025-07-16 21:16:42] local.INFO: Sessions updated for user 128. {"count":0} 
[2025-07-16 21:16:42] local.INFO: Sessions updated for user 130. {"count":0} 
[2025-07-16 21:16:43] local.INFO: Sessions updated for user 131. {"count":0} 
[2025-07-16 21:16:44] local.INFO: Sessions updated for user 134. {"count":0} 
[2025-07-16 21:16:45] local.INFO: Sessions updated for user 140. {"count":0} 
[2025-07-16 21:16:45] local.INFO: Sessions updated for user 142. {"count":0} 
[2025-07-16 21:16:46] local.INFO: Sessions updated for user 143. {"count":0} 
[2025-07-16 21:16:47] local.INFO: Sessions updated for user 144. {"count":0} 
[2025-07-16 21:16:48] local.INFO: Sessions updated for user 145. {"count":0} 
[2025-07-16 21:16:49] local.INFO: Sessions updated for user 146. {"count":0} 
[2025-07-16 21:16:49] local.INFO: Sessions updated for user 147. {"count":0} 
[2025-07-16 21:16:50] local.INFO: Sessions updated for user 150. {"count":0} 
[2025-07-16 21:16:51] local.INFO: Sessions updated for user 152. {"count":0} 
[2025-07-16 21:16:52] local.INFO: Sessions updated for user 154. {"count":0} 
[2025-07-16 21:16:52] local.INFO: Sessions updated for user 155. {"count":0} 
[2025-07-16 21:16:53] local.INFO: Sessions updated for user 156. {"count":0} 
[2025-07-16 21:16:54] local.INFO: Sessions updated for user 159. {"count":0} 
[2025-07-16 21:16:54] local.INFO: Sessions updated for user 160. {"count":0} 
[2025-07-16 21:16:55] local.INFO: Sessions updated for user 161. {"count":0} 
[2025-07-16 21:16:56] local.INFO: Sessions updated for user 162. {"count":0} 
[2025-07-16 21:16:57] local.INFO: Sessions updated for user 163. {"count":0} 
[2025-07-16 21:16:58] local.INFO: Sessions updated for user 164. {"count":0} 
[2025-07-16 21:16:58] local.INFO: Sessions updated for user 166. {"count":0} 
[2025-07-16 21:16:59] local.INFO: Sessions updated for user 167. {"count":0} 
[2025-07-16 21:17:00] local.INFO: Sessions updated for user 168. {"count":0} 
[2025-07-16 21:17:01] local.INFO: Sessions updated for user 169. {"count":0} 
[2025-07-16 21:17:02] local.INFO: Sessions updated for user 170. {"count":0} 
[2025-07-16 21:17:03] local.INFO: Sessions updated for user 171. {"count":0} 
[2025-07-16 21:17:03] local.INFO: Sessions updated for user 172. {"count":0} 
[2025-07-16 21:17:04] local.INFO: Sessions updated for user 173. {"count":0} 
[2025-07-16 21:17:05] local.INFO: Sessions updated for user 174. {"count":0} 
[2025-07-16 21:17:05] local.INFO: Sessions updated for user 175. {"count":0} 
[2025-07-16 21:17:06] local.INFO: Sessions updated for user 176. {"count":0} 
[2025-07-16 21:17:07] local.INFO: Sessions updated for user 177. {"count":0} 
[2025-07-16 21:17:08] local.INFO: Sessions updated for user 178. {"count":0} 
[2025-07-16 21:17:09] local.INFO: Sessions updated for user 179. {"count":0} 
[2025-07-16 21:17:09] local.INFO: Sessions updated for user 180. {"count":0} 
[2025-07-16 21:17:10] local.INFO: Sessions updated for user 181. {"count":0} 
[2025-07-16 21:17:11] local.INFO: Sessions updated for user 182. {"count":0} 
[2025-07-16 21:17:12] local.INFO: Sessions updated for user 183. {"count":0} 
[2025-07-16 21:17:12] local.INFO: Sessions updated for user 184. {"count":0} 
[2025-07-16 21:17:13] local.INFO: Sessions updated for user 185. {"count":0} 
[2025-07-16 21:17:14] local.INFO: Sessions updated for user 186. {"count":0} 
[2025-07-16 21:17:15] local.INFO: Sessions updated for user 187. {"count":0} 
[2025-07-16 21:17:16] local.INFO: Sessions updated for user 188. {"count":0} 
[2025-07-16 21:17:17] local.INFO: Sessions updated for user 191. {"count":0} 
[2025-07-16 21:17:18] local.INFO: Sessions updated for user 192. {"count":0} 
[2025-07-16 21:17:18] local.INFO: Sessions updated for user 193. {"count":0} 
[2025-07-16 21:17:19] local.INFO: Sessions updated for user 194. {"count":0} 
[2025-07-16 21:17:20] local.INFO: Sessions updated for user 196. {"count":0} 
[2025-07-16 21:17:20] local.INFO: Sessions updated for user 197. {"count":0} 
[2025-07-16 21:17:21] local.INFO: Sessions updated for user 199. {"count":0} 
[2025-07-16 21:17:22] local.INFO: Sessions updated for user 200. {"count":0} 
[2025-07-16 21:17:22] local.INFO: Sessions updated for user 204. {"count":0} 
[2025-07-16 21:17:23] local.INFO: Sessions updated for user 205. {"count":0} 
[2025-07-16 21:17:24] local.INFO: Sessions updated for user 206. {"count":0} 
[2025-07-16 21:17:25] local.INFO: Sessions updated for user 207. {"count":0} 
[2025-07-16 21:17:25] local.INFO: Sessions updated for user 208. {"count":0} 
[2025-07-16 21:17:26] local.INFO: Sessions updated for user 209. {"count":0} 
[2025-07-16 21:17:27] local.INFO: Sessions updated for user 210. {"count":0} 
[2025-07-16 21:17:28] local.INFO: Sessions updated for user 211. {"count":0} 
[2025-07-16 21:17:28] local.INFO: Sessions updated for user 212. {"count":0} 
[2025-07-16 21:17:29] local.INFO: Sessions updated for user 213. {"count":0} 
[2025-07-16 21:17:30] local.INFO: Sessions updated for user 214. {"count":0} 
[2025-07-16 21:17:31] local.INFO: Sessions updated for user 216. {"count":0} 
[2025-07-16 21:17:31] local.INFO: Sessions updated for user 217. {"count":0} 
[2025-07-16 21:17:32] local.INFO: Sessions updated for user 219. {"count":0} 
[2025-07-16 21:17:33] local.INFO: Sessions updated for user 220. {"count":0} 
[2025-07-16 21:17:34] local.INFO: Sessions updated for user 221. {"count":0} 
[2025-07-16 21:17:35] local.INFO: Sessions updated for user 222. {"count":0} 
[2025-07-16 21:17:35] local.INFO: Sessions updated for user 223. {"count":0} 
[2025-07-16 21:17:36] local.INFO: Sessions updated for user 224. {"count":0} 
[2025-07-16 21:17:37] local.INFO: Sessions updated for user 225. {"count":0} 
[2025-07-16 21:17:38] local.INFO: Sessions updated for user 226. {"count":0} 
[2025-07-16 21:17:38] local.INFO: Sessions updated for user 228. {"count":0} 
[2025-07-16 21:17:39] local.INFO: Sessions updated for user 229. {"count":0} 
[2025-07-16 21:17:40] local.INFO: Sessions updated for user 230. {"count":0} 
[2025-07-16 21:17:41] local.INFO: Sessions updated for user 232. {"count":0} 
[2025-07-16 21:17:42] local.INFO: Sessions updated for user 233. {"count":0} 
[2025-07-16 21:17:43] local.INFO: Sessions updated for user 234. {"count":0} 
[2025-07-16 21:17:44] local.INFO: Sessions updated for user 235. {"count":0} 
[2025-07-16 21:17:45] local.INFO: Sessions updated for user 236. {"count":0} 
[2025-07-16 21:17:45] local.INFO: Sessions updated for user 237. {"count":0} 
[2025-07-16 21:17:46] local.INFO: Sessions updated for user 238. {"count":0} 
[2025-07-16 21:17:47] local.INFO: Sessions updated for user 239. {"count":0} 
[2025-07-16 21:17:48] local.INFO: Sessions updated for user 242. {"count":0} 
[2025-07-16 21:17:49] local.INFO: Sessions updated for user 244. {"count":0} 
[2025-07-16 21:17:50] local.INFO: Sessions updated for user 245. {"count":0} 
[2025-07-16 21:17:51] local.INFO: Sessions updated for user 246. {"count":0} 
[2025-07-16 21:17:52] local.INFO: Sessions updated for user 247. {"count":0} 
[2025-07-16 21:17:53] local.INFO: Sessions updated for user 248. {"count":0} 
[2025-07-16 21:17:53] local.INFO: Sessions updated for user 249. {"count":0} 
[2025-07-16 21:17:54] local.INFO: Sessions updated for user 250. {"count":0} 
[2025-07-16 21:17:55] local.INFO: Sessions updated for user 251. {"count":0} 
[2025-07-16 21:17:55] local.INFO: Sessions updated for user 253. {"count":0} 
[2025-07-16 21:17:56] local.INFO: Sessions updated for user 254. {"count":0} 
[2025-07-16 21:17:57] local.INFO: Sessions updated for user 255. {"count":0} 
[2025-07-16 21:17:58] local.INFO: Sessions updated for user 257. {"count":0} 
[2025-07-16 21:17:58] local.INFO: Sessions updated for user 258. {"count":0} 
[2025-07-16 21:17:59] local.INFO: Sessions updated for user 259. {"count":0} 
[2025-07-16 21:18:00] local.INFO: Sessions updated for user 260. {"count":0} 
[2025-07-16 21:18:00] local.INFO: Sessions updated for user 262. {"count":0} 
[2025-07-16 21:18:01] local.INFO: Sessions updated for user 263. {"count":0} 
[2025-07-16 21:18:02] local.INFO: Sessions updated for user 267. {"count":0} 
[2025-07-16 21:18:03] local.INFO: Sessions updated for user 268. {"count":0} 
[2025-07-16 21:18:03] local.INFO: Sessions updated for user 269. {"count":0} 
[2025-07-16 21:18:04] local.INFO: Sessions updated for user 270. {"count":0} 
[2025-07-16 21:18:05] local.INFO: Sessions updated for user 271. {"count":0} 
[2025-07-16 21:18:05] local.INFO: Sessions updated for user 273. {"count":0} 
[2025-07-16 21:18:06] local.INFO: Sessions updated for user 274. {"count":0} 
[2025-07-16 21:18:07] local.INFO: Sessions updated for user 275. {"count":0} 
[2025-07-16 21:18:07] local.INFO: Sessions updated for user 276. {"count":0} 
[2025-07-16 21:18:08] local.INFO: Sessions updated for user 277. {"count":0} 
[2025-07-16 21:18:09] local.INFO: Sessions updated for user 278. {"count":0} 
[2025-07-16 21:18:10] local.INFO: Sessions updated for user 279. {"count":0} 
[2025-07-16 21:18:10] local.INFO: Sessions updated for user 280. {"count":0} 
[2025-07-16 21:18:11] local.INFO: Sessions updated for user 281. {"count":0} 
[2025-07-16 21:18:12] local.INFO: Sessions updated for user 283. {"count":0} 
[2025-07-16 21:18:12] local.INFO: Sessions updated for user 284. {"count":0} 
[2025-07-16 21:18:13] local.INFO: Sessions updated for user 285. {"count":0} 
[2025-07-16 21:18:14] local.INFO: Sessions updated for user 286. {"count":0} 
[2025-07-16 21:18:15] local.INFO: Sessions updated for user 287. {"count":0} 
[2025-07-16 21:18:15] local.INFO: Sessions updated for user 288. {"count":0} 
[2025-07-16 21:18:16] local.INFO: Sessions updated for user 290. {"count":0} 
[2025-07-16 21:18:17] local.INFO: Sessions updated for user 291. {"count":0} 
[2025-07-16 21:18:18] local.INFO: Sessions updated for user 292. {"count":0} 
[2025-07-16 21:18:19] local.INFO: Sessions updated for user 293. {"count":0} 
[2025-07-16 21:18:20] local.INFO: Sessions updated for user 294. {"count":0} 
[2025-07-16 21:18:20] local.INFO: Sessions updated for user 295. {"count":0} 
[2025-07-16 21:18:21] local.INFO: Sessions updated for user 296. {"count":0} 
[2025-07-16 21:18:22] local.INFO: Sessions updated for user 297. {"count":0} 
[2025-07-16 21:18:23] local.INFO: Sessions updated for user 298. {"count":0} 
[2025-07-16 21:18:24] local.INFO: Sessions updated for user 301. {"count":0} 
[2025-07-16 21:18:25] local.INFO: Sessions updated for user 302. {"count":0} 
[2025-07-16 21:18:26] local.INFO: Sessions updated for user 303. {"count":0} 
[2025-07-16 21:18:27] local.INFO: Sessions updated for user 304. {"count":0} 
[2025-07-16 21:18:27] local.INFO: Sessions updated for user 305. {"count":0} 
[2025-07-16 21:18:28] local.INFO: Sessions updated for user 306. {"count":0} 
[2025-07-16 21:18:29] local.INFO: Sessions updated for user 307. {"count":0} 
[2025-07-16 21:18:30] local.INFO: Sessions updated for user 308. {"count":0} 
[2025-07-16 21:18:30] local.INFO: Sessions updated for user 309. {"count":0} 
[2025-07-16 21:18:31] local.INFO: Sessions updated for user 310. {"count":0} 
[2025-07-16 21:18:32] local.INFO: Sessions updated for user 311. {"count":0} 
[2025-07-16 21:18:32] local.INFO: Sessions updated for user 312. {"count":0} 
[2025-07-16 21:18:33] local.INFO: Sessions updated for user 313. {"count":0} 
[2025-07-16 21:18:34] local.INFO: Sessions updated for user 314. {"count":0} 
[2025-07-16 21:18:35] local.INFO: Sessions updated for user 315. {"count":0} 
[2025-07-16 21:18:36] local.INFO: Sessions updated for user 316. {"count":0} 
[2025-07-16 21:18:36] local.INFO: Sessions updated for user 317. {"count":0} 
[2025-07-16 21:18:37] local.INFO: Sessions updated for user 318. {"count":0} 
[2025-07-16 21:18:38] local.INFO: Sessions updated for user 319. {"count":0} 
[2025-07-16 21:18:38] local.INFO: Sessions updated for user 320. {"count":0} 
[2025-07-16 21:18:39] local.INFO: Sessions updated for user 321. {"count":0} 
[2025-07-16 21:18:40] local.INFO: Sessions updated for user 323. {"count":0} 
[2025-07-16 21:18:41] local.INFO: Sessions updated for user 324. {"count":0} 
[2025-07-16 21:18:42] local.INFO: Sessions updated for user 325. {"count":0} 
[2025-07-16 21:18:42] local.INFO: Sessions updated for user 326. {"count":0} 
[2025-07-16 21:18:43] local.INFO: Sessions updated for user 327. {"count":0} 
[2025-07-16 21:18:44] local.INFO: Sessions updated for user 328. {"count":0} 
[2025-07-16 21:18:44] local.INFO: Sessions updated for user 329. {"count":0} 
[2025-07-16 21:18:45] local.INFO: Sessions updated for user 330. {"count":0} 
[2025-07-16 21:18:46] local.INFO: Sessions updated for user 331. {"count":0} 
[2025-07-16 21:18:47] local.INFO: Sessions updated for user 332. {"count":0} 
[2025-07-16 21:18:47] local.INFO: Sessions updated for user 333. {"count":0} 
[2025-07-16 21:18:48] local.INFO: Sessions updated for user 334. {"count":0} 
[2025-07-16 21:18:49] local.INFO: Sessions updated for user 335. {"count":0} 
[2025-07-16 21:18:49] local.INFO: Sessions updated for user 336. {"count":0} 
[2025-07-16 21:18:50] local.INFO: Sessions updated for user 338. {"count":0} 
[2025-07-16 21:18:51] local.INFO: Sessions updated for user 339. {"count":0} 
[2025-07-16 21:18:52] local.INFO: Sessions updated for user 340. {"count":0} 
[2025-07-16 21:18:52] local.INFO: Sessions updated for user 341. {"count":0} 
[2025-07-16 21:18:53] local.INFO: Sessions updated for user 342. {"count":0} 
[2025-07-16 21:18:54] local.INFO: Sessions updated for user 343. {"count":0} 
[2025-07-16 21:18:55] local.INFO: Sessions updated for user 344. {"count":0} 
[2025-07-16 21:18:56] local.INFO: Sessions updated for user 345. {"count":0} 
[2025-07-16 21:18:57] local.INFO: Sessions updated for user 346. {"count":0} 
[2025-07-16 21:18:58] local.INFO: Sessions updated for user 347. {"count":0} 
[2025-07-16 21:18:59] local.INFO: Sessions updated for user 348. {"count":0} 
[2025-07-16 21:18:59] local.INFO: Sessions updated for user 349. {"count":0} 
[2025-07-16 21:19:00] local.INFO: Sessions updated for user 351. {"count":0} 
[2025-07-16 21:19:01] local.INFO: Sessions updated for user 352. {"count":0} 
[2025-07-16 21:19:01] local.INFO: Sessions updated for user 353. {"count":0} 
[2025-07-16 21:19:02] local.INFO: Sessions updated for user 354. {"count":0} 
[2025-07-16 21:19:03] local.INFO: Sessions updated for user 355. {"count":0} 
[2025-07-16 21:19:03] local.INFO: Sessions updated for user 356. {"count":0} 
[2025-07-16 21:19:04] local.INFO: Sessions updated for user 357. {"count":0} 
[2025-07-16 21:19:05] local.INFO: Sessions updated for user 358. {"count":0} 
[2025-07-16 21:19:06] local.INFO: Sessions updated for user 359. {"count":0} 
[2025-07-16 21:19:06] local.INFO: Sessions updated for user 360. {"count":0} 
[2025-07-16 21:19:07] local.INFO: Sessions updated for user 361. {"count":0} 
[2025-07-16 21:19:08] local.INFO: Sessions updated for user 362. {"count":0} 
[2025-07-16 21:19:09] local.INFO: Sessions updated for user 363. {"count":0} 
[2025-07-16 21:19:09] local.INFO: Sessions updated for user 364. {"count":0} 
[2025-07-16 21:19:10] local.INFO: Sessions updated for user 365. {"count":0} 
[2025-07-16 21:19:11] local.INFO: Sessions updated for user 366. {"count":0} 
[2025-07-16 21:19:11] local.INFO: Sessions updated for user 367. {"count":0} 
[2025-07-16 21:19:12] local.INFO: Sessions updated for user 368. {"count":0} 
[2025-07-16 21:19:13] local.INFO: Sessions updated for user 369. {"count":0} 
[2025-07-16 21:19:13] local.INFO: Sessions updated for user 370. {"count":0} 
[2025-07-16 21:19:14] local.INFO: Sessions updated for user 371. {"count":0} 
[2025-07-16 21:19:15] local.INFO: Sessions updated for user 372. {"count":0} 
[2025-07-16 21:19:16] local.INFO: Sessions updated for user 373. {"count":0} 
[2025-07-16 21:19:16] local.INFO: Sessions updated for user 374. {"count":0} 
[2025-07-16 21:19:17] local.INFO: Sessions updated for user 375. {"count":0} 
[2025-07-16 21:19:18] local.INFO: Sessions updated for user 376. {"count":0} 
[2025-07-16 21:19:18] local.INFO: Sessions updated for user 377. {"count":0} 
[2025-07-16 21:19:19] local.INFO: Sessions updated for user 378. {"count":0} 
[2025-07-16 21:19:20] local.INFO: Sessions updated for user 379. {"count":0} 
[2025-07-16 21:19:20] local.INFO: Sessions updated for user 380. {"count":0} 
[2025-07-16 21:19:21] local.INFO: Sessions updated for user 381. {"count":0} 
[2025-07-16 21:19:22] local.INFO: Sessions updated for user 382. {"count":0} 
[2025-07-16 21:19:23] local.INFO: Sessions updated for user 383. {"count":0} 
[2025-07-16 21:19:24] local.INFO: Sessions updated for user 384. {"count":0} 
[2025-07-16 21:19:25] local.INFO: Sessions updated for user 386. {"count":0} 
[2025-07-16 21:19:25] local.INFO: Sessions updated for user 387. {"count":0} 
[2025-07-16 21:19:26] local.INFO: Sessions updated for user 388. {"count":0} 
[2025-07-16 21:19:27] local.INFO: Sessions updated for user 389. {"count":0} 
[2025-07-16 21:19:28] local.INFO: Sessions updated for user 390. {"count":0} 
[2025-07-16 21:19:28] local.INFO: Sessions updated for user 391. {"count":0} 
[2025-07-16 21:19:29] local.INFO: Sessions updated for user 392. {"count":0} 
[2025-07-16 21:19:30] local.INFO: Sessions updated for user 393. {"count":0} 
[2025-07-16 21:19:31] local.INFO: Sessions updated for user 395. {"count":0} 
[2025-07-16 21:19:32] local.INFO: Sessions updated for user 396. {"count":0} 
[2025-07-16 21:19:33] local.INFO: Sessions updated for user 398. {"count":0} 
[2025-07-16 21:19:34] local.INFO: Sessions updated for user 399. {"count":0} 
[2025-07-16 21:19:34] local.INFO: Sessions updated for user 400. {"count":0} 
[2025-07-16 21:19:35] local.INFO: Sessions updated for user 401. {"count":0} 
[2025-07-16 21:19:36] local.INFO: Sessions updated for user 402. {"count":0} 
[2025-07-16 21:19:36] local.INFO: Sessions updated for user 403. {"count":0} 
[2025-07-16 21:19:37] local.INFO: Sessions updated for user 404. {"count":0} 
[2025-07-16 21:19:38] local.INFO: Sessions updated for user 406. {"count":0} 
[2025-07-16 21:19:38] local.INFO: Sessions updated for user 407. {"count":0} 
[2025-07-16 21:19:39] local.INFO: Sessions updated for user 408. {"count":0} 
[2025-07-16 21:19:40] local.INFO: Sessions updated for user 410. {"count":0} 
[2025-07-16 21:19:40] local.INFO: Sessions updated for user 411. {"count":0} 
[2025-07-16 21:19:41] local.INFO: Sessions updated for user 412. {"count":0} 
[2025-07-16 21:19:42] local.INFO: Sessions updated for user 413. {"count":0} 
[2025-07-16 21:19:42] local.INFO: Sessions updated for user 414. {"count":0} 
[2025-07-16 21:19:43] local.INFO: Sessions updated for user 415. {"count":0} 
[2025-07-16 21:19:44] local.INFO: Sessions updated for user 416. {"count":0} 
[2025-07-16 21:19:44] local.INFO: Sessions updated for user 417. {"count":0} 
[2025-07-16 21:19:45] local.INFO: Sessions updated for user 418. {"count":0} 
[2025-07-16 21:19:46] local.INFO: Sessions updated for user 419. {"count":0} 
[2025-07-16 21:19:46] local.INFO: Sessions updated for user 421. {"count":0} 
[2025-07-16 21:19:47] local.INFO: Sessions updated for user 422. {"count":0} 
[2025-07-16 21:19:48] local.INFO: Sessions updated for user 423. {"count":0} 
[2025-07-16 21:19:49] local.INFO: Sessions updated for user 424. {"count":0} 
[2025-07-16 21:19:49] local.INFO: Sessions updated for user 425. {"count":0} 
[2025-07-16 21:19:50] local.INFO: Sessions updated for user 426. {"count":0} 
[2025-07-16 21:19:51] local.INFO: Sessions updated for user 427. {"count":0} 
[2025-07-16 21:19:51] local.INFO: Sessions updated for user 428. {"count":0} 
[2025-07-16 21:19:52] local.INFO: Sessions updated for user 429. {"count":0} 
[2025-07-16 21:19:53] local.INFO: Sessions updated for user 430. {"count":0} 
[2025-07-16 21:19:53] local.INFO: Sessions updated for user 431. {"count":0} 
[2025-07-16 21:19:54] local.INFO: Sessions updated for user 432. {"count":0} 
[2025-07-16 21:19:55] local.INFO: Sessions updated for user 433. {"count":0} 
[2025-07-16 21:19:56] local.INFO: Sessions updated for user 434. {"count":0} 
[2025-07-16 21:19:56] local.INFO: Sessions updated for user 435. {"count":0} 
[2025-07-16 21:19:57] local.INFO: Sessions updated for user 436. {"count":0} 
[2025-07-16 21:19:58] local.INFO: Sessions updated for user 437. {"count":0} 
[2025-07-16 21:19:58] local.INFO: Sessions updated for user 438. {"count":0} 
[2025-07-16 21:19:59] local.INFO: Sessions updated for user 439. {"count":0} 
[2025-07-16 21:20:00] local.INFO: Sessions updated for user 440. {"count":0} 
[2025-07-16 21:20:00] local.INFO: Sessions updated for user 442. {"count":0} 
[2025-07-16 21:20:01] local.INFO: Sessions updated for user 443. {"count":0} 
[2025-07-16 21:20:02] local.INFO: Sessions updated for user 445. {"count":0} 
[2025-07-16 21:20:02] local.INFO: Sessions updated for user 446. {"count":0} 
[2025-07-16 21:20:03] local.INFO: Sessions updated for user 447. {"count":0} 
[2025-07-16 21:20:04] local.INFO: Sessions updated for user 448. {"count":0} 
[2025-07-16 21:20:05] local.INFO: Sessions updated for user 449. {"count":0} 
[2025-07-16 21:20:07] local.INFO: Sessions updated for user 450. {"count":0} 
[2025-07-16 21:20:08] local.INFO: Sessions updated for user 451. {"count":0} 
[2025-07-16 21:20:09] local.INFO: Sessions updated for user 452. {"count":0} 
[2025-07-16 21:20:10] local.INFO: Sessions updated for user 453. {"count":0} 
[2025-07-16 21:20:11] local.INFO: Sessions updated for user 454. {"count":0} 
[2025-07-16 21:20:12] local.INFO: Sessions updated for user 455. {"count":0} 
[2025-07-16 21:20:13] local.INFO: Sessions updated for user 456. {"count":0} 
[2025-07-16 21:20:14] local.INFO: Sessions updated for user 457. {"count":0} 
[2025-07-16 21:20:14] local.INFO: Sessions updated for user 458. {"count":0} 
[2025-07-16 21:20:15] local.INFO: Sessions updated for user 459. {"count":0} 
[2025-07-16 21:20:16] local.INFO: Sessions updated for user 460. {"count":0} 
[2025-07-16 21:20:16] local.INFO: Sessions updated for user 461. {"count":0} 
[2025-07-16 21:20:17] local.INFO: Sessions updated for user 462. {"count":0} 
[2025-07-16 21:20:18] local.INFO: Sessions updated for user 463. {"count":0} 
[2025-07-16 21:20:18] local.INFO: Sessions updated for user 464. {"count":0} 
[2025-07-16 21:20:19] local.INFO: Sessions updated for user 466. {"count":0} 
[2025-07-16 21:20:20] local.INFO: Sessions updated for user 467. {"count":0} 
[2025-07-16 21:20:21] local.INFO: Sessions updated for user 469. {"count":0} 
[2025-07-16 21:20:21] local.INFO: Sessions updated for user 470. {"count":0} 
[2025-07-16 21:20:22] local.INFO: Sessions updated for user 471. {"count":0} 
[2025-07-16 21:20:23] local.INFO: Sessions updated for user 472. {"count":0} 
[2025-07-16 21:20:24] local.INFO: Sessions updated for user 473. {"count":0} 
[2025-07-16 21:20:25] local.INFO: Sessions updated for user 474. {"count":0} 
[2025-07-16 21:20:25] local.INFO: Sessions updated for user 475. {"count":0} 
[2025-07-16 21:20:26] local.INFO: Sessions updated for user 476. {"count":0} 
[2025-07-16 21:20:27] local.INFO: Sessions updated for user 477. {"count":0} 
[2025-07-16 21:20:27] local.INFO: Sessions updated for user 478. {"count":0} 
[2025-07-16 21:20:28] local.INFO: Sessions updated for user 479. {"count":0} 
[2025-07-16 21:20:29] local.INFO: Sessions updated for user 480. {"count":0} 
[2025-07-16 21:20:30] local.INFO: Sessions updated for user 481. {"count":0} 
[2025-07-16 21:20:30] local.INFO: Sessions updated for user 482. {"count":0} 
[2025-07-16 21:20:31] local.INFO: Sessions updated for user 483. {"count":0} 
[2025-07-16 21:20:32] local.INFO: Sessions updated for user 484. {"count":0} 
[2025-07-16 21:20:32] local.INFO: Sessions updated for user 485. {"count":0} 
[2025-07-16 21:20:33] local.INFO: Sessions updated for user 486. {"count":0} 
[2025-07-16 21:20:34] local.INFO: Sessions updated for user 487. {"count":0} 
[2025-07-16 21:20:34] local.INFO: Sessions updated for user 488. {"count":0} 
[2025-07-16 21:20:35] local.INFO: Sessions updated for user 489. {"count":0} 
[2025-07-16 21:20:36] local.INFO: Sessions updated for user 490. {"count":0} 
[2025-07-16 21:20:36] local.INFO: Sessions updated for user 491. {"count":0} 
[2025-07-16 21:20:37] local.INFO: Sessions updated for user 492. {"count":0} 
[2025-07-16 21:20:38] local.INFO: Sessions updated for user 493. {"count":0} 
[2025-07-16 21:20:39] local.INFO: Sessions updated for user 494. {"count":0} 
[2025-07-16 21:20:40] local.INFO: Sessions updated for user 495. {"count":0} 
[2025-07-16 21:20:41] local.INFO: Sessions updated for user 496. {"count":0} 
[2025-07-16 21:20:42] local.INFO: Sessions updated for user 497. {"count":0} 
[2025-07-16 21:20:43] local.INFO: Sessions updated for user 498. {"count":0} 
[2025-07-16 21:20:44] local.INFO: Sessions updated for user 500. {"count":0} 
[2025-07-16 21:20:44] local.INFO: Sessions updated for user 501. {"count":0} 
[2025-07-16 21:20:45] local.INFO: Sessions updated for user 503. {"count":0} 
[2025-07-16 21:20:46] local.INFO: Sessions updated for user 504. {"count":0} 
[2025-07-16 21:20:47] local.INFO: Sessions updated for user 506. {"count":0} 
[2025-07-16 21:20:47] local.INFO: Sessions updated for user 507. {"count":0} 
[2025-07-16 21:20:48] local.INFO: Sessions updated for user 508. {"count":0} 
[2025-07-16 21:20:49] local.INFO: Sessions updated for user 509. {"count":0} 
[2025-07-16 21:20:50] local.INFO: Sessions updated for user 510. {"count":0} 
[2025-07-16 21:20:50] local.INFO: Sessions updated for user 511. {"count":0} 
[2025-07-16 21:20:51] local.INFO: Sessions updated for user 512. {"count":0} 
[2025-07-16 21:20:52] local.INFO: Sessions updated for user 513. {"count":0} 
[2025-07-16 21:20:52] local.INFO: Sessions updated for user 515. {"count":0} 
[2025-07-16 21:20:53] local.INFO: Sessions updated for user 516. {"count":0} 
[2025-07-16 21:20:54] local.INFO: Sessions updated for user 517. {"count":0} 
[2025-07-16 21:20:55] local.INFO: Sessions updated for user 518. {"count":0} 
[2025-07-16 21:20:55] local.INFO: Sessions updated for user 519. {"count":0} 
[2025-07-16 21:20:56] local.INFO: Sessions updated for user 520. {"count":0} 
[2025-07-16 21:20:57] local.INFO: Sessions updated for user 521. {"count":0} 
[2025-07-16 21:20:57] local.INFO: Sessions updated for user 524. {"count":0} 
[2025-07-16 21:20:58] local.INFO: Sessions updated for user 525. {"count":0} 
[2025-07-16 21:20:59] local.INFO: Sessions updated for user 526. {"count":0} 
[2025-07-16 21:21:00] local.INFO: Sessions updated for user 527. {"count":0} 
[2025-07-16 21:21:00] local.INFO: Sessions updated for user 528. {"count":0} 
[2025-07-16 21:21:01] local.INFO: Sessions updated for user 529. {"count":0} 
[2025-07-16 21:21:02] local.INFO: Sessions updated for user 530. {"count":0} 
[2025-07-16 21:21:02] local.INFO: Sessions updated for user 531. {"count":0} 
[2025-07-16 21:21:03] local.INFO: Sessions updated for user 532. {"count":0} 
[2025-07-16 21:21:04] local.INFO: Sessions updated for user 533. {"count":0} 
[2025-07-16 21:21:05] local.INFO: Sessions updated for user 534. {"count":0} 
[2025-07-16 21:21:05] local.INFO: Sessions updated for user 535. {"count":0} 
[2025-07-16 21:21:06] local.INFO: Sessions updated for user 536. {"count":0} 
[2025-07-16 21:21:07] local.INFO: Sessions updated for user 537. {"count":0} 
[2025-07-16 21:21:07] local.INFO: Sessions updated for user 538. {"count":0} 
[2025-07-16 21:21:08] local.INFO: Sessions updated for user 539. {"count":0} 
[2025-07-16 21:21:09] local.INFO: Sessions updated for user 541. {"count":0} 
[2025-07-16 21:21:09] local.INFO: Sessions updated for user 542. {"count":0} 
[2025-07-16 21:21:10] local.INFO: Sessions updated for user 544. {"count":0} 
[2025-07-16 21:21:11] local.INFO: Sessions updated for user 546. {"count":0} 
[2025-07-16 21:21:11] local.INFO: Sessions updated for user 547. {"count":0} 
[2025-07-16 21:21:12] local.INFO: Sessions updated for user 548. {"count":0} 
[2025-07-16 21:21:13] local.INFO: Sessions updated for user 549. {"count":0} 
[2025-07-16 21:21:14] local.INFO: Sessions updated for user 550. {"count":0} 
[2025-07-16 21:21:15] local.INFO: Sessions updated for user 552. {"count":0} 
[2025-07-16 21:21:16] local.INFO: Sessions updated for user 553. {"count":0} 
[2025-07-16 21:21:16] local.INFO: Sessions updated for user 554. {"count":0} 
[2025-07-16 21:21:17] local.INFO: Sessions updated for user 555. {"count":0} 
[2025-07-16 21:21:18] local.INFO: Sessions updated for user 557. {"count":0} 
[2025-07-16 21:21:19] local.INFO: Sessions updated for user 558. {"count":0} 
[2025-07-16 21:21:19] local.INFO: Sessions updated for user 559. {"count":0} 
[2025-07-16 21:21:20] local.INFO: Sessions updated for user 560. {"count":0} 
[2025-07-16 21:21:21] local.INFO: Sessions updated for user 561. {"count":0} 
[2025-07-16 21:21:21] local.INFO: Sessions updated for user 562. {"count":0} 
[2025-07-16 21:21:22] local.INFO: Sessions updated for user 563. {"count":0} 
[2025-07-16 21:21:23] local.INFO: Sessions updated for user 564. {"count":0} 
[2025-07-16 21:21:23] local.INFO: Sessions updated for user 565. {"count":0} 
[2025-07-16 21:21:24] local.INFO: Sessions updated for user 566. {"count":0} 
[2025-07-16 21:21:25] local.INFO: Sessions updated for user 567. {"count":0} 
[2025-07-16 21:21:25] local.INFO: Sessions updated for user 568. {"count":0} 
[2025-07-16 21:21:26] local.INFO: Sessions updated for user 569. {"count":0} 
[2025-07-16 21:21:27] local.INFO: Sessions updated for user 570. {"count":0} 
[2025-07-16 21:21:27] local.INFO: Sessions updated for user 572. {"count":0} 
[2025-07-16 21:21:28] local.INFO: Sessions updated for user 573. {"count":0} 
[2025-07-16 21:21:29] local.INFO: Sessions updated for user 574. {"count":0} 
[2025-07-16 21:21:29] local.INFO: Sessions updated for user 575. {"count":0} 
[2025-07-16 21:21:30] local.INFO: Sessions updated for user 576. {"count":0} 
[2025-07-16 21:21:31] local.INFO: Sessions updated for user 577. {"count":0} 
[2025-07-16 21:21:31] local.INFO: Sessions updated for user 578. {"count":0} 
[2025-07-16 21:21:32] local.INFO: Sessions updated for user 579. {"count":0} 
[2025-07-16 21:21:33] local.INFO: Sessions updated for user 580. {"count":0} 
[2025-07-16 21:21:34] local.INFO: Sessions updated for user 581. {"count":0} 
[2025-07-16 21:21:34] local.INFO: Sessions updated for user 582. {"count":0} 
[2025-07-16 21:21:35] local.INFO: Sessions updated for user 584. {"count":0} 
[2025-07-16 21:21:36] local.INFO: Sessions updated for user 585. {"count":0} 
[2025-07-16 21:21:36] local.INFO: Sessions updated for user 586. {"count":0} 
[2025-07-16 21:21:37] local.INFO: Sessions updated for user 587. {"count":0} 
[2025-07-16 21:21:38] local.INFO: Sessions updated for user 588. {"count":0} 
[2025-07-16 21:21:39] local.INFO: Sessions updated for user 589. {"count":0} 
[2025-07-16 21:21:40] local.INFO: Sessions updated for user 590. {"count":0} 
[2025-07-16 21:21:40] local.INFO: Sessions updated for user 591. {"count":0} 
[2025-07-16 21:21:41] local.INFO: Sessions updated for user 593. {"count":0} 
[2025-07-16 21:21:42] local.INFO: Sessions updated for user 594. {"count":0} 
[2025-07-16 21:21:42] local.INFO: Sessions updated for user 595. {"count":0} 
[2025-07-16 21:21:43] local.INFO: Sessions updated for user 596. {"count":0} 
[2025-07-16 21:21:44] local.INFO: Sessions updated for user 597. {"count":0} 
[2025-07-16 21:21:44] local.INFO: Sessions updated for user 598. {"count":0} 
[2025-07-16 21:21:45] local.INFO: Sessions updated for user 599. {"count":0} 
[2025-07-16 21:21:46] local.INFO: Sessions updated for user 600. {"count":0} 
[2025-07-16 21:21:47] local.INFO: Sessions updated for user 601. {"count":0} 
[2025-07-16 21:21:48] local.INFO: Sessions updated for user 602. {"count":0} 
[2025-07-16 21:21:49] local.INFO: Sessions updated for user 603. {"count":0} 
[2025-07-16 21:21:50] local.INFO: Sessions updated for user 604. {"count":0} 
[2025-07-16 21:21:50] local.INFO: Sessions updated for user 605. {"count":0} 
[2025-07-16 21:21:51] local.INFO: Sessions updated for user 607. {"count":0} 
[2025-07-16 21:21:52] local.INFO: Sessions updated for user 609. {"count":0} 
[2025-07-16 21:21:52] local.INFO: Sessions updated for user 610. {"count":0} 
[2025-07-16 21:21:53] local.INFO: Sessions updated for user 611. {"count":0} 
[2025-07-16 21:21:54] local.INFO: Sessions updated for user 612. {"count":0} 
[2025-07-16 21:21:54] local.INFO: Sessions updated for user 613. {"count":0} 
[2025-07-16 21:21:55] local.INFO: Sessions updated for user 614. {"count":0} 
[2025-07-16 21:21:56] local.INFO: Sessions updated for user 616. {"count":0} 
[2025-07-16 21:21:57] local.INFO: Sessions updated for user 617. {"count":0} 
[2025-07-16 21:21:57] local.INFO: Sessions updated for user 618. {"count":0} 
[2025-07-16 21:21:58] local.INFO: Sessions updated for user 619. {"count":0} 
[2025-07-16 21:21:59] local.INFO: Sessions updated for user 620. {"count":0} 
[2025-07-16 21:22:00] local.INFO: Sessions updated for user 621. {"count":0} 
[2025-07-16 21:22:01] local.INFO: Sessions updated for user 622. {"count":0} 
[2025-07-16 21:22:01] local.INFO: Sessions updated for user 623. {"count":0} 
[2025-07-16 21:22:02] local.INFO: Sessions updated for user 624. {"count":0} 
[2025-07-16 21:22:03] local.INFO: Sessions updated for user 625. {"count":0} 
[2025-07-16 21:22:03] local.INFO: Sessions updated for user 626. {"count":0} 
[2025-07-16 21:22:04] local.INFO: Sessions updated for user 627. {"count":0} 
[2025-07-16 21:22:05] local.INFO: Sessions updated for user 628. {"count":0} 
[2025-07-16 21:22:06] local.INFO: Sessions updated for user 630. {"count":0} 
[2025-07-16 21:22:06] local.INFO: Sessions updated for user 632. {"count":0} 
[2025-07-16 21:22:07] local.INFO: Sessions updated for user 633. {"count":0} 
[2025-07-16 21:22:08] local.INFO: Sessions updated for user 635. {"count":0} 
[2025-07-16 21:22:08] local.INFO: Sessions updated for user 637. {"count":0} 
[2025-07-16 21:22:09] local.INFO: Sessions updated for user 638. {"count":0} 
[2025-07-16 21:22:10] local.INFO: Sessions updated for user 639. {"count":0} 
[2025-07-16 21:22:11] local.INFO: Sessions updated for user 640. {"count":0} 
[2025-07-16 21:22:11] local.INFO: Sessions updated for user 641. {"count":0} 
[2025-07-16 21:22:12] local.INFO: Sessions updated for user 642. {"count":0} 
[2025-07-16 21:22:13] local.INFO: Sessions updated for user 643. {"count":0} 
[2025-07-16 21:22:14] local.INFO: Sessions updated for user 645. {"count":0} 
[2025-07-16 21:22:14] local.INFO: Sessions updated for user 646. {"count":0} 
[2025-07-16 21:22:15] local.INFO: Sessions updated for user 647. {"count":0} 
[2025-07-16 21:22:16] local.INFO: Sessions updated for user 648. {"count":0} 
[2025-07-16 21:22:16] local.INFO: Sessions updated for user 650. {"count":0} 
[2025-07-16 21:22:17] local.INFO: Sessions updated for user 652. {"count":0} 
[2025-07-16 21:22:18] local.INFO: Sessions updated for user 653. {"count":0} 
[2025-07-16 21:22:19] local.INFO: Sessions updated for user 655. {"count":0} 
[2025-07-16 21:22:19] local.INFO: Sessions updated for user 656. {"count":0} 
[2025-07-16 21:22:20] local.INFO: Sessions updated for user 657. {"count":0} 
[2025-07-16 21:22:21] local.INFO: Sessions updated for user 658. {"count":0} 
[2025-07-16 21:22:22] local.INFO: Sessions updated for user 660. {"count":0} 
[2025-07-16 21:22:23] local.INFO: Sessions updated for user 661. {"count":0} 
[2025-07-16 21:22:24] local.INFO: Sessions updated for user 662. {"count":0} 
[2025-07-16 21:22:25] local.INFO: Sessions updated for user 665. {"count":0} 
[2025-07-16 21:22:25] local.INFO: Sessions updated for user 666. {"count":0} 
[2025-07-16 21:22:26] local.INFO: Sessions updated for user 667. {"count":0} 
[2025-07-16 21:22:27] local.INFO: Sessions updated for user 668. {"count":0} 
[2025-07-16 21:22:28] local.INFO: Sessions updated for user 669. {"count":0} 
[2025-07-16 21:22:28] local.INFO: Sessions updated for user 670. {"count":0} 
[2025-07-16 21:22:29] local.INFO: Sessions updated for user 671. {"count":0} 
[2025-07-16 21:22:30] local.INFO: Sessions updated for user 672. {"count":0} 
[2025-07-16 21:22:31] local.INFO: Sessions updated for user 673. {"count":0} 
[2025-07-16 21:22:32] local.INFO: Sessions updated for user 674. {"count":0} 
[2025-07-16 21:22:32] local.INFO: Sessions updated for user 675. {"count":0} 
[2025-07-16 21:22:33] local.INFO: Sessions updated for user 677. {"count":0} 
[2025-07-16 21:22:34] local.INFO: Sessions updated for user 680. {"count":0} 
[2025-07-16 21:22:35] local.INFO: Sessions updated for user 681. {"count":0} 
[2025-07-16 21:22:35] local.INFO: Sessions updated for user 682. {"count":0} 
[2025-07-16 21:22:36] local.INFO: Sessions updated for user 683. {"count":0} 
[2025-07-16 21:22:37] local.INFO: Sessions updated for user 684. {"count":0} 
[2025-07-16 21:22:37] local.INFO: Sessions updated for user 686. {"count":0} 
[2025-07-16 21:22:38] local.INFO: Sessions updated for user 688. {"count":0} 
[2025-07-16 21:22:39] local.INFO: Sessions updated for user 689. {"count":0} 
[2025-07-16 21:22:40] local.INFO: Sessions updated for user 690. {"count":0} 
[2025-07-16 21:22:41] local.INFO: Sessions updated for user 691. {"count":0} 
[2025-07-16 21:22:41] local.INFO: Sessions updated for user 692. {"count":0} 
[2025-07-16 21:22:42] local.INFO: Sessions updated for user 693. {"count":0} 
[2025-07-16 21:22:43] local.INFO: Sessions updated for user 694. {"count":0} 
[2025-07-16 21:22:43] local.INFO: Sessions updated for user 695. {"count":0} 
[2025-07-16 21:22:44] local.INFO: Sessions updated for user 696. {"count":0} 
[2025-07-16 21:22:45] local.INFO: Sessions updated for user 697. {"count":0} 
[2025-07-16 21:22:46] local.INFO: Sessions updated for user 698. {"count":0} 
[2025-07-16 21:22:46] local.INFO: Sessions updated for user 699. {"count":0} 
[2025-07-16 21:22:47] local.INFO: Sessions updated for user 700. {"count":0} 
[2025-07-16 21:22:48] local.INFO: Sessions updated for user 702. {"count":0} 
[2025-07-16 21:22:48] local.INFO: Sessions updated for user 703. {"count":0} 
[2025-07-16 21:22:49] local.INFO: Sessions updated for user 705. {"count":0} 
[2025-07-16 21:22:50] local.INFO: Sessions updated for user 706. {"count":0} 
[2025-07-16 21:22:50] local.INFO: Sessions updated for user 707. {"count":0} 
[2025-07-16 21:22:51] local.INFO: Sessions updated for user 708. {"count":0} 
[2025-07-16 21:22:52] local.INFO: Sessions updated for user 711. {"count":0} 
[2025-07-16 21:22:53] local.INFO: Sessions updated for user 713. {"count":0} 
[2025-07-16 21:22:53] local.INFO: Sessions updated for user 714. {"count":0} 
[2025-07-16 21:22:54] local.INFO: Sessions updated for user 715. {"count":0} 
[2025-07-16 21:22:55] local.INFO: Sessions updated for user 716. {"count":0} 
[2025-07-16 21:22:56] local.INFO: Sessions updated for user 717. {"count":0} 
[2025-07-16 21:22:57] local.INFO: Sessions updated for user 719. {"count":0} 
[2025-07-16 21:22:58] local.INFO: Sessions updated for user 720. {"count":0} 
[2025-07-16 21:22:59] local.INFO: Sessions updated for user 721. {"count":0} 
[2025-07-16 21:22:59] local.INFO: Sessions updated for user 723. {"count":0} 
[2025-07-16 21:23:00] local.INFO: Sessions updated for user 725. {"count":0} 
[2025-07-16 21:23:01] local.INFO: Sessions updated for user 726. {"count":0} 
[2025-07-16 21:23:01] local.INFO: Sessions updated for user 727. {"count":0} 
[2025-07-16 21:23:02] local.INFO: Sessions updated for user 728. {"count":0} 
[2025-07-16 21:23:03] local.INFO: Sessions updated for user 729. {"count":0} 
[2025-07-16 21:23:04] local.INFO: Sessions updated for user 730. {"count":0} 
[2025-07-16 21:23:04] local.INFO: Sessions updated for user 731. {"count":0} 
[2025-07-16 21:23:05] local.INFO: Sessions updated for user 734. {"count":0} 
[2025-07-16 21:23:06] local.INFO: Sessions updated for user 737. {"count":0} 
[2025-07-16 21:23:07] local.INFO: Sessions updated for user 739. {"count":0} 
[2025-07-16 21:23:07] local.INFO: Sessions updated for user 740. {"count":0} 
[2025-07-16 21:23:08] local.INFO: Sessions updated for user 741. {"count":0} 
[2025-07-16 21:23:09] local.INFO: Sessions updated for user 742. {"count":0} 
[2025-07-16 21:23:10] local.INFO: Sessions updated for user 743. {"count":0} 
[2025-07-16 21:23:10] local.INFO: Sessions updated for user 744. {"count":0} 
[2025-07-16 21:23:11] local.INFO: Sessions updated for user 745. {"count":0} 
[2025-07-16 21:23:12] local.INFO: Sessions updated for user 746. {"count":0} 
[2025-07-16 21:23:12] local.INFO: Sessions updated for user 747. {"count":0} 
[2025-07-16 21:23:13] local.INFO: Sessions updated for user 748. {"count":0} 
[2025-07-16 21:23:14] local.INFO: Sessions updated for user 749. {"count":0} 
[2025-07-16 21:23:14] local.INFO: Sessions updated for user 750. {"count":0} 
[2025-07-16 21:23:15] local.INFO: Sessions updated for user 751. {"count":0} 
[2025-07-16 21:23:16] local.INFO: Sessions updated for user 752. {"count":0} 
[2025-07-16 21:23:16] local.INFO: Sessions updated for user 753. {"count":0} 
[2025-07-16 21:23:17] local.INFO: Sessions updated for user 754. {"count":0} 
[2025-07-16 21:23:18] local.INFO: Sessions updated for user 755. {"count":0} 
[2025-07-16 21:23:19] local.INFO: Sessions updated for user 756. {"count":0} 
[2025-07-16 21:23:19] local.INFO: Sessions updated for user 757. {"count":0} 
[2025-07-16 21:23:20] local.INFO: Sessions updated for user 758. {"count":0} 
[2025-07-16 21:23:20] local.INFO: Sessions updated for user 759. {"count":0} 
[2025-07-16 21:23:21] local.INFO: Sessions updated for user 760. {"count":0} 
[2025-07-16 21:23:22] local.INFO: Sessions updated for user 761. {"count":0} 
[2025-07-16 21:23:23] local.INFO: Sessions updated for user 762. {"count":0} 
[2025-07-16 21:23:23] local.INFO: Sessions updated for user 763. {"count":0} 
[2025-07-16 21:23:24] local.INFO: Sessions updated for user 764. {"count":0} 
[2025-07-16 21:23:25] local.INFO: Sessions updated for user 765. {"count":0} 
[2025-07-16 21:23:25] local.INFO: Sessions updated for user 766. {"count":0} 
[2025-07-16 21:23:26] local.INFO: Sessions updated for user 767. {"count":0} 
[2025-07-16 21:23:27] local.INFO: Sessions updated for user 768. {"count":0} 
[2025-07-16 21:23:27] local.INFO: Sessions updated for user 769. {"count":0} 
[2025-07-16 21:23:28] local.INFO: Sessions updated for user 770. {"count":0} 
[2025-07-16 21:23:29] local.INFO: Sessions updated for user 771. {"count":0} 
[2025-07-16 21:23:30] local.INFO: Sessions updated for user 772. {"count":0} 
[2025-07-16 21:23:30] local.INFO: Sessions updated for user 773. {"count":0} 
[2025-07-16 21:23:31] local.INFO: Sessions updated for user 774. {"count":0} 
[2025-07-16 21:23:32] local.INFO: Sessions updated for user 776. {"count":0} 
[2025-07-16 21:23:33] local.INFO: Sessions updated for user 777. {"count":0} 
[2025-07-16 21:23:34] local.INFO: Sessions updated for user 778. {"count":0} 
[2025-07-16 21:23:34] local.INFO: Sessions updated for user 779. {"count":0} 
[2025-07-16 21:23:35] local.INFO: Sessions updated for user 780. {"count":0} 
[2025-07-16 21:23:36] local.INFO: Sessions updated for user 781. {"count":0} 
[2025-07-16 21:23:36] local.INFO: Sessions updated for user 782. {"count":0} 
[2025-07-16 21:23:37] local.INFO: Sessions updated for user 783. {"count":0} 
[2025-07-16 21:23:38] local.INFO: Sessions updated for user 784. {"count":0} 
[2025-07-16 21:23:39] local.INFO: Sessions updated for user 785. {"count":0} 
[2025-07-16 21:23:40] local.INFO: Sessions updated for user 786. {"count":0} 
[2025-07-16 21:23:41] local.INFO: Sessions updated for user 787. {"count":0} 
[2025-07-16 21:23:42] local.INFO: Sessions updated for user 788. {"count":0} 
[2025-07-16 21:23:42] local.INFO: Sessions updated for user 789. {"count":0} 
[2025-07-16 21:23:43] local.INFO: Sessions updated for user 790. {"count":0} 
[2025-07-16 21:23:44] local.INFO: Sessions updated for user 791. {"count":0} 
[2025-07-16 21:23:45] local.INFO: Sessions updated for user 792. {"count":0} 
[2025-07-16 21:23:45] local.INFO: Sessions updated for user 793. {"count":0} 
[2025-07-16 21:23:46] local.INFO: Sessions updated for user 795. {"count":0} 
[2025-07-16 21:23:47] local.INFO: Sessions updated for user 796. {"count":0} 
[2025-07-16 21:23:48] local.INFO: Sessions updated for user 798. {"count":0} 
[2025-07-16 21:23:48] local.INFO: Sessions updated for user 799. {"count":0} 
[2025-07-16 21:23:49] local.INFO: Sessions updated for user 802. {"count":0} 
[2025-07-16 21:23:50] local.INFO: Sessions updated for user 803. {"count":0} 
[2025-07-16 21:23:50] local.INFO: Sessions updated for user 804. {"count":0} 
[2025-07-16 21:23:51] local.INFO: Sessions updated for user 805. {"count":0} 
[2025-07-16 21:23:52] local.INFO: Sessions updated for user 806. {"count":0} 
[2025-07-16 21:23:52] local.INFO: Sessions updated for user 807. {"count":0} 
[2025-07-16 21:23:53] local.INFO: Sessions updated for user 808. {"count":0} 
[2025-07-16 21:23:54] local.INFO: Sessions updated for user 809. {"count":0} 
[2025-07-16 21:23:54] local.INFO: Sessions updated for user 810. {"count":0} 
[2025-07-16 21:23:55] local.INFO: Sessions updated for user 811. {"count":0} 
[2025-07-16 21:23:56] local.INFO: Sessions updated for user 812. {"count":0} 
[2025-07-16 21:23:56] local.INFO: Sessions updated for user 813. {"count":0} 
[2025-07-16 21:23:57] local.INFO: Sessions updated for user 814. {"count":0} 
[2025-07-16 21:23:58] local.INFO: Sessions updated for user 816. {"count":0} 
[2025-07-16 21:23:58] local.INFO: Sessions updated for user 817. {"count":0} 
[2025-07-16 21:23:59] local.INFO: Sessions updated for user 818. {"count":0} 
[2025-07-16 21:24:00] local.INFO: Sessions updated for user 819. {"count":0} 
[2025-07-16 21:24:01] local.INFO: Sessions updated for user 822. {"count":0} 
[2025-07-16 21:24:01] local.INFO: Sessions updated for user 823. {"count":0} 
[2025-07-16 21:24:02] local.INFO: Sessions updated for user 824. {"count":0} 
[2025-07-16 21:24:03] local.INFO: Sessions updated for user 828. {"count":0} 
[2025-07-16 21:24:04] local.INFO: Sessions updated for user 829. {"count":0} 
[2025-07-16 21:24:05] local.INFO: Sessions updated for user 830. {"count":0} 
[2025-07-16 21:24:06] local.INFO: Sessions updated for user 831. {"count":0} 
[2025-07-16 21:24:08] local.INFO: Sessions updated for user 832. {"count":0} 
[2025-07-16 21:24:08] local.INFO: Sessions updated for user 833. {"count":0} 
[2025-07-16 21:24:09] local.INFO: Sessions updated for user 834. {"count":0} 
[2025-07-16 21:24:10] local.INFO: Sessions updated for user 835. {"count":0} 
[2025-07-16 21:24:11] local.INFO: Sessions updated for user 836. {"count":0} 
[2025-07-16 21:24:11] local.INFO: Sessions updated for user 837. {"count":0} 
[2025-07-16 21:24:12] local.INFO: Sessions updated for user 838. {"count":0} 
[2025-07-16 21:24:13] local.INFO: Sessions updated for user 840. {"count":0} 
[2025-07-16 21:24:14] local.INFO: Sessions updated for user 842. {"count":0} 
[2025-07-16 21:24:15] local.INFO: Sessions updated for user 843. {"count":0} 
[2025-07-16 21:24:16] local.INFO: Sessions updated for user 844. {"count":0} 
[2025-07-16 21:24:16] local.INFO: Sessions updated for user 845. {"count":0} 
[2025-07-16 21:24:17] local.INFO: Sessions updated for user 846. {"count":0} 
[2025-07-16 21:24:18] local.INFO: Sessions updated for user 847. {"count":0} 
[2025-07-16 21:24:19] local.INFO: Sessions updated for user 848. {"count":0} 
[2025-07-16 21:24:19] local.INFO: Sessions updated for user 849. {"count":0} 
[2025-07-16 21:24:20] local.INFO: Sessions updated for user 850. {"count":0} 
[2025-07-16 21:24:21] local.INFO: Sessions updated for user 851. {"count":0} 
[2025-07-16 21:24:22] local.INFO: Sessions updated for user 853. {"count":0} 
[2025-07-16 21:24:22] local.INFO: Sessions updated for user 854. {"count":0} 
[2025-07-16 21:24:23] local.INFO: Sessions updated for user 855. {"count":0} 
[2025-07-16 21:24:24] local.INFO: Sessions updated for user 856. {"count":0} 
[2025-07-16 21:24:25] local.INFO: Sessions updated for user 858. {"count":0} 
[2025-07-16 21:24:25] local.INFO: Sessions updated for user 859. {"count":0} 
[2025-07-16 21:24:26] local.INFO: Sessions updated for user 860. {"count":0} 
[2025-07-16 21:24:27] local.INFO: Sessions updated for user 861. {"count":0} 
[2025-07-16 21:24:27] local.INFO: Sessions updated for user 862. {"count":0} 
[2025-07-16 21:24:28] local.INFO: Sessions updated for user 863. {"count":0} 
[2025-07-16 21:24:29] local.INFO: Sessions updated for user 864. {"count":0} 
[2025-07-16 21:24:29] local.INFO: Sessions updated for user 865. {"count":0} 
[2025-07-16 21:24:30] local.INFO: Sessions updated for user 870. {"count":0} 
[2025-07-16 21:24:31] local.INFO: Sessions updated for user 871. {"count":0} 
[2025-07-16 21:24:31] local.INFO: Sessions updated for user 874. {"count":0} 
[2025-07-16 21:24:32] local.INFO: Sessions updated for user 875. {"count":0} 
[2025-07-16 21:24:33] local.INFO: Sessions updated for user 876. {"count":0} 
[2025-07-16 21:24:33] local.INFO: Sessions updated for user 879. {"count":0} 
[2025-07-16 21:24:34] local.INFO: Sessions updated for user 880. {"count":0} 
[2025-07-16 21:24:35] local.INFO: Sessions updated for user 881. {"count":0} 
[2025-07-16 21:24:35] local.INFO: Sessions updated for user 882. {"count":0} 
[2025-07-16 21:24:36] local.INFO: Sessions updated for user 884. {"count":0} 
[2025-07-16 21:24:37] local.INFO: Sessions updated for user 885. {"count":0} 
[2025-07-16 21:24:38] local.INFO: Sessions updated for user 886. {"count":0} 
[2025-07-16 21:24:39] local.INFO: Sessions updated for user 887. {"count":0} 
[2025-07-16 21:24:40] local.INFO: Sessions updated for user 889. {"count":0} 
[2025-07-16 21:24:41] local.INFO: Sessions updated for user 890. {"count":0} 
[2025-07-16 21:24:42] local.INFO: Sessions updated for user 891. {"count":0} 
[2025-07-16 21:24:42] local.INFO: Sessions updated for user 893. {"count":0} 
[2025-07-16 21:24:43] local.INFO: Sessions updated for user 894. {"count":0} 
[2025-07-16 21:24:44] local.INFO: Sessions updated for user 896. {"count":0} 
[2025-07-16 21:24:44] local.INFO: Sessions updated for user 897. {"count":0} 
[2025-07-16 21:24:45] local.INFO: Sessions updated for user 898. {"count":0} 
[2025-07-16 21:24:46] local.INFO: Sessions updated for user 899. {"count":0} 
[2025-07-16 21:24:47] local.INFO: Sessions updated for user 900. {"count":0} 
[2025-07-16 21:24:47] local.INFO: Sessions updated for user 901. {"count":0} 
[2025-07-16 21:24:48] local.INFO: Sessions updated for user 903. {"count":0} 
[2025-07-16 21:24:49] local.INFO: Sessions updated for user 904. {"count":0} 
[2025-07-16 21:24:49] local.INFO: Sessions updated for user 905. {"count":0} 
[2025-07-16 21:24:50] local.INFO: Sessions updated for user 906. {"count":0} 
[2025-07-16 21:24:51] local.INFO: Sessions updated for user 907. {"count":0} 
[2025-07-16 21:24:51] local.INFO: Sessions updated for user 908. {"count":0} 
[2025-07-16 21:24:52] local.INFO: Sessions updated for user 909. {"count":0} 
[2025-07-16 21:24:53] local.INFO: Sessions updated for user 910. {"count":0} 
[2025-07-16 21:24:53] local.INFO: Sessions updated for user 911. {"count":0} 
[2025-07-16 21:24:54] local.INFO: Sessions updated for user 912. {"count":0} 
[2025-07-16 21:24:55] local.INFO: Sessions updated for user 914. {"count":0} 
[2025-07-16 21:24:56] local.INFO: Sessions updated for user 916. {"count":0} 
[2025-07-16 21:24:56] local.INFO: Sessions updated for user 917. {"count":0} 
[2025-07-16 21:24:57] local.INFO: Sessions updated for user 918. {"count":0} 
[2025-07-16 21:24:58] local.INFO: Sessions updated for user 920. {"count":0} 
[2025-07-16 21:24:58] local.INFO: Sessions updated for user 921. {"count":0} 
[2025-07-16 21:24:59] local.INFO: Sessions updated for user 922. {"count":0} 
[2025-07-16 21:25:00] local.INFO: Sessions updated for user 923. {"count":0} 
[2025-07-16 21:25:00] local.INFO: Sessions updated for user 924. {"count":0} 
[2025-07-16 21:25:01] local.INFO: Sessions updated for user 925. {"count":0} 
[2025-07-16 21:25:02] local.INFO: Sessions updated for user 926. {"count":0} 
[2025-07-16 21:25:02] local.INFO: Sessions updated for user 927. {"count":0} 
[2025-07-16 21:25:03] local.INFO: Sessions updated for user 928. {"count":0} 
[2025-07-16 21:25:04] local.INFO: Sessions updated for user 929. {"count":0} 
[2025-07-16 21:25:04] local.INFO: Sessions updated for user 930. {"count":0} 
[2025-07-16 21:25:05] local.INFO: Sessions updated for user 931. {"count":0} 
[2025-07-16 21:25:06] local.INFO: Sessions updated for user 932. {"count":0} 
[2025-07-16 21:25:07] local.INFO: Sessions updated for user 933. {"count":0} 
[2025-07-16 21:25:07] local.INFO: Sessions updated for user 934. {"count":0} 
[2025-07-16 21:25:08] local.INFO: Sessions updated for user 935. {"count":0} 
[2025-07-16 21:25:09] local.INFO: Sessions updated for user 936. {"count":0} 
[2025-07-16 21:25:10] local.INFO: Sessions updated for user 937. {"count":0} 
[2025-07-16 21:25:11] local.INFO: Sessions updated for user 938. {"count":0} 
[2025-07-16 21:25:12] local.INFO: Sessions updated for user 939. {"count":0} 
[2025-07-16 21:25:12] local.INFO: Sessions updated for user 940. {"count":0} 
[2025-07-16 21:25:14] local.INFO: Sessions updated for user 941. {"count":0} 
[2025-07-16 21:25:15] local.INFO: Sessions updated for user 942. {"count":0} 
[2025-07-16 21:25:15] local.INFO: Sessions updated for user 943. {"count":0} 
[2025-07-16 21:25:16] local.INFO: Sessions updated for user 944. {"count":0} 
[2025-07-16 21:25:17] local.INFO: Sessions updated for user 945. {"count":0} 
[2025-07-16 21:25:18] local.INFO: Sessions updated for user 946. {"count":0} 
[2025-07-16 21:25:19] local.INFO: Sessions updated for user 947. {"count":0} 
[2025-07-16 21:25:20] local.INFO: Sessions updated for user 948. {"count":0} 
[2025-07-16 21:25:21] local.INFO: Sessions updated for user 949. {"count":0} 
[2025-07-16 21:25:22] local.INFO: Sessions updated for user 950. {"count":0} 
[2025-07-16 21:25:22] local.INFO: Sessions updated for user 951. {"count":0} 
[2025-07-16 21:25:23] local.INFO: Sessions updated for user 952. {"count":0} 
[2025-07-16 21:25:24] local.INFO: Sessions updated for user 953. {"count":0} 
[2025-07-16 21:25:25] local.INFO: Sessions updated for user 954. {"count":0} 
[2025-07-16 21:25:26] local.INFO: Sessions updated for user 955. {"count":0} 
[2025-07-16 21:25:26] local.INFO: Sessions updated for user 956. {"count":0} 
[2025-07-16 21:25:27] local.INFO: Sessions updated for user 957. {"count":0} 
[2025-07-16 21:25:28] local.INFO: Sessions updated for user 958. {"count":0} 
[2025-07-16 21:25:29] local.INFO: Sessions updated for user 959. {"count":0} 
[2025-07-16 21:25:29] local.INFO: Sessions updated for user 960. {"count":0} 
[2025-07-16 21:25:30] local.INFO: Sessions updated for user 961. {"count":0} 
[2025-07-16 21:25:31] local.INFO: Sessions updated for user 962. {"count":0} 
[2025-07-16 21:25:32] local.INFO: Sessions updated for user 963. {"count":0} 
[2025-07-16 21:25:33] local.INFO: Sessions updated for user 964. {"count":0} 
[2025-07-16 21:25:33] local.INFO: Sessions updated for user 965. {"count":0} 
[2025-07-16 21:25:34] local.INFO: Sessions updated for user 966. {"count":0} 
[2025-07-16 21:25:35] local.INFO: Sessions updated for user 967. {"count":0} 
[2025-07-16 21:25:36] local.INFO: Sessions updated for user 968. {"count":0} 
[2025-07-16 21:25:36] local.INFO: Sessions updated for user 969. {"count":0} 
[2025-07-16 21:25:37] local.INFO: Sessions updated for user 970. {"count":0} 
[2025-07-16 21:25:38] local.INFO: Sessions updated for user 971. {"count":0} 
[2025-07-16 21:25:39] local.INFO: Sessions updated for user 972. {"count":0} 
[2025-07-16 21:25:40] local.INFO: Sessions updated for user 973. {"count":0} 
[2025-07-16 21:25:41] local.INFO: Sessions updated for user 974. {"count":0} 
[2025-07-16 21:25:41] local.INFO: Sessions updated for user 975. {"count":0} 
[2025-07-16 21:25:42] local.INFO: Sessions updated for user 976. {"count":0} 
[2025-07-16 21:25:43] local.INFO: Sessions updated for user 977. {"count":0} 
[2025-07-16 21:25:44] local.INFO: Sessions updated for user 978. {"count":0} 
[2025-07-16 21:25:45] local.INFO: Sessions updated for user 979. {"count":0} 
[2025-07-16 21:25:45] local.INFO: Sessions updated for user 980. {"count":0} 
[2025-07-16 21:25:46] local.INFO: Sessions updated for user 981. {"count":0} 
[2025-07-16 21:25:47] local.INFO: Sessions updated for user 982. {"count":0} 
[2025-07-16 21:25:49] local.INFO: Sessions updated for user 983. {"count":0} 
[2025-07-16 21:25:51] local.INFO: Sessions updated for user 984. {"count":0} 
[2025-07-16 21:25:52] local.INFO: Sessions updated for user 985. {"count":0} 
[2025-07-16 21:25:52] local.INFO: Sessions updated for user 986. {"count":0} 
[2025-07-16 21:25:53] local.INFO: Sessions updated for user 987. {"count":0} 
[2025-07-16 21:25:54] local.INFO: Sessions updated for user 988. {"count":0} 
[2025-07-16 21:25:55] local.INFO: Sessions updated for user 989. {"count":0} 
[2025-07-16 21:25:56] local.INFO: Sessions updated for user 990. {"count":0} 
[2025-07-16 21:25:57] local.INFO: Sessions updated for user 991. {"count":0} 
[2025-07-16 21:25:57] local.INFO: Sessions updated for user 992. {"count":0} 
[2025-07-16 21:25:58] local.INFO: Sessions updated for user 994. {"count":0} 
[2025-07-16 21:25:59] local.INFO: Sessions updated for user 995. {"count":0} 
[2025-07-16 21:26:00] local.INFO: Sessions updated for user 996. {"count":0} 
[2025-07-16 21:26:01] local.INFO: Sessions updated for user 997. {"count":0} 
[2025-07-16 21:26:01] local.INFO: Sessions updated for user 998. {"count":0} 
[2025-07-16 21:26:02] local.INFO: Sessions updated for user 999. {"count":0} 
[2025-07-16 21:26:03] local.INFO: Sessions updated for user 1000. {"count":0} 
[2025-07-16 21:26:04] local.INFO: Sessions updated for user 1001. {"count":0} 
[2025-07-16 21:26:04] local.INFO: Sessions updated for user 1003. {"count":0} 
[2025-07-16 21:26:05] local.INFO: Sessions updated for user 1004. {"count":0} 
[2025-07-16 21:26:06] local.INFO: Sessions updated for user 1006. {"count":0} 
[2025-07-16 21:26:07] local.INFO: Sessions updated for user 1007. {"count":0} 
[2025-07-16 21:26:07] local.INFO: Sessions updated for user 1008. {"count":0} 
[2025-07-16 21:26:08] local.INFO: Sessions updated for user 1009. {"count":0} 
[2025-07-16 21:26:09] local.INFO: Sessions updated for user 1010. {"count":0} 
[2025-07-16 21:26:10] local.INFO: Sessions updated for user 1011. {"count":0} 
[2025-07-16 21:26:11] local.INFO: Sessions updated for user 1013. {"count":0} 
[2025-07-16 21:26:11] local.INFO: Sessions updated for user 1014. {"count":0} 
[2025-07-16 21:26:12] local.INFO: Sessions updated for user 1015. {"count":0} 
[2025-07-16 21:26:13] local.INFO: Sessions updated for user 1016. {"count":0} 
[2025-07-16 21:26:13] local.INFO: Sessions updated for user 1017. {"count":0} 
[2025-07-16 21:26:14] local.INFO: Sessions updated for user 1018. {"count":0} 
[2025-07-16 21:26:15] local.INFO: Sessions updated for user 1019. {"count":0} 
[2025-07-16 21:26:16] local.INFO: Sessions updated for user 1020. {"count":0} 
[2025-07-16 21:26:17] local.INFO: Sessions updated for user 1021. {"count":0} 
[2025-07-16 21:26:17] local.INFO: Sessions updated for user 1022. {"count":0} 
[2025-07-16 21:26:18] local.INFO: Sessions updated for user 1023. {"count":0} 
[2025-07-16 21:26:19] local.INFO: Sessions updated for user 1024. {"count":0} 
[2025-07-16 21:26:20] local.INFO: Sessions updated for user 1026. {"count":0} 
[2025-07-16 21:26:21] local.INFO: Sessions updated for user 1029. {"count":0} 
[2025-07-16 21:26:22] local.INFO: Sessions updated for user 1030. {"count":0} 
[2025-07-16 21:26:23] local.INFO: Sessions updated for user 1031. {"count":0} 
[2025-07-16 21:26:24] local.INFO: Sessions updated for user 1032. {"count":0} 
[2025-07-16 21:26:25] local.INFO: Sessions updated for user 1033. {"count":0} 
[2025-07-16 21:26:26] local.INFO: Sessions updated for user 1034. {"count":0} 
[2025-07-16 21:26:26] local.INFO: Sessions updated for user 1035. {"count":0} 
[2025-07-16 21:26:27] local.INFO: Sessions updated for user 1036. {"count":0} 
[2025-07-16 21:26:28] local.INFO: Sessions updated for user 1037. {"count":0} 
[2025-07-16 21:26:29] local.INFO: Sessions updated for user 1038. {"count":0} 
[2025-07-16 21:26:30] local.INFO: Sessions updated for user 1039. {"count":0} 
[2025-07-16 21:26:30] local.INFO: Sessions updated for user 1040. {"count":0} 
[2025-07-16 21:26:31] local.INFO: Sessions updated for user 1041. {"count":0} 
[2025-07-16 21:26:32] local.INFO: Sessions updated for user 1042. {"count":0} 
[2025-07-16 21:26:33] local.INFO: Sessions updated for user 1043. {"count":0} 
[2025-07-16 21:26:34] local.INFO: Sessions updated for user 1044. {"count":0} 
[2025-07-16 21:26:34] local.INFO: Sessions updated for user 1045. {"count":0} 
[2025-07-16 21:26:35] local.INFO: Sessions updated for user 1046. {"count":0} 
[2025-07-16 21:26:36] local.INFO: Sessions updated for user 1049. {"count":0} 
[2025-07-16 21:26:37] local.INFO: Sessions updated for user 1050. {"count":0} 
[2025-07-16 21:26:38] local.INFO: Sessions updated for user 1052. {"count":0} 
[2025-07-16 21:26:38] local.INFO: Sessions updated for user 1053. {"count":0} 
[2025-07-16 21:26:40] local.INFO: Sessions updated for user 1055. {"count":0} 
[2025-07-16 21:26:40] local.INFO: Sessions updated for user 1056. {"count":0} 
[2025-07-16 21:26:41] local.INFO: Sessions updated for user 1058. {"count":0} 
[2025-07-16 21:26:42] local.INFO: Sessions updated for user 1060. {"count":0} 
[2025-07-16 21:26:43] local.INFO: Sessions updated for user 1061. {"count":0} 
[2025-07-16 21:26:43] local.INFO: Sessions updated for user 1062. {"count":0} 
[2025-07-16 21:26:44] local.INFO: Sessions updated for user 1064. {"count":0} 
[2025-07-16 21:26:45] local.INFO: Sessions updated for user 1067. {"count":0} 
[2025-07-16 21:26:46] local.INFO: Sessions updated for user 1068. {"count":0} 
[2025-07-16 21:26:46] local.INFO: Sessions updated for user 1069. {"count":0} 
[2025-07-16 21:26:47] local.INFO: Sessions updated for user 1070. {"count":0} 
[2025-07-16 21:26:48] local.INFO: Sessions updated for user 1072. {"count":0} 
[2025-07-16 21:26:49] local.INFO: Sessions updated for user 1073. {"count":0} 
[2025-07-16 21:26:49] local.INFO: Sessions updated for user 1074. {"count":0} 
[2025-07-16 21:26:50] local.INFO: Sessions updated for user 1075. {"count":0} 
[2025-07-16 21:26:51] local.INFO: Sessions updated for user 1076. {"count":0} 
[2025-07-16 21:26:52] local.INFO: Sessions updated for user 1083. {"count":0} 
[2025-07-16 21:26:53] local.INFO: Sessions updated for user 1084. {"count":0} 
[2025-07-16 21:26:53] local.INFO: Sessions updated for user 1085. {"count":0} 
[2025-07-16 21:26:54] local.INFO: Sessions updated for user 1087. {"count":0} 
[2025-07-16 21:26:55] local.INFO: Sessions updated for user 1088. {"count":0} 
[2025-07-16 21:26:56] local.INFO: Sessions updated for user 1090. {"count":0} 
[2025-07-16 21:26:57] local.INFO: Sessions updated for user 1093. {"count":0} 
[2025-07-16 21:26:58] local.INFO: Sessions updated for user 1094. {"count":0} 
[2025-07-16 21:26:59] local.INFO: Sessions updated for user 1096. {"count":0} 
[2025-07-16 21:27:00] local.INFO: Sessions updated for user 1099. {"count":0} 
[2025-07-16 21:27:01] local.INFO: Sessions updated for user 1104. {"count":0} 
[2025-07-16 21:27:02] local.INFO: Sessions updated for user 1106. {"count":0} 
[2025-07-16 21:27:03] local.INFO: Sessions updated for user 1108. {"count":0} 
[2025-07-16 21:27:04] local.INFO: Sessions updated for user 1113. {"count":0} 
[2025-07-16 21:27:05] local.INFO: Sessions updated for user 1114. {"count":0} 
[2025-07-16 21:27:06] local.INFO: Sessions updated for user 1115. {"count":0} 
[2025-07-16 21:27:06] local.INFO: Sessions updated for user 1116. {"count":0} 
[2025-07-16 21:27:07] local.INFO: Sessions updated for user 1117. {"count":0} 
[2025-07-16 21:27:08] local.INFO: Sessions updated for user 1122. {"count":0} 
[2025-07-16 21:27:09] local.INFO: Sessions updated for user 1123. {"count":0} 
[2025-07-16 21:27:10] local.INFO: Sessions updated for user 1124. {"count":0} 
[2025-07-16 21:27:10] local.INFO: Sessions updated for user 1125. {"count":0} 
[2025-07-16 21:27:11] local.INFO: Sessions updated for user 1130. {"count":0} 
[2025-07-16 21:27:12] local.INFO: Sessions updated for user 1133. {"count":0} 
[2025-07-16 21:27:13] local.INFO: Sessions updated for user 1138. {"count":0} 
[2025-07-16 21:27:14] local.INFO: Sessions updated for user 1152. {"count":0} 
[2025-07-16 21:27:15] local.INFO: Sessions updated for user 1154. {"count":0} 
[2025-07-16 21:27:16] local.INFO: Sessions updated for user 1159. {"count":0} 
[2025-07-16 21:27:16] local.INFO: Sessions updated for user 1161. {"count":0} 
[2025-07-16 21:27:17] local.INFO: Sessions updated for user 1163. {"count":0} 
[2025-07-16 21:27:18] local.INFO: Sessions updated for user 1164. {"count":0} 
[2025-07-16 21:27:19] local.INFO: Sessions updated for user 1165. {"count":0} 
[2025-07-16 21:27:19] local.INFO: Sessions updated for user 1168. {"count":0} 
[2025-07-16 21:27:20] local.INFO: Sessions updated for user 1169. {"count":0} 
[2025-07-16 21:27:21] local.INFO: Sessions updated for user 1170. {"count":0} 
[2025-07-16 21:27:22] local.INFO: Sessions updated for user 1171. {"count":0} 
[2025-07-16 21:27:23] local.INFO: Sessions updated for user 1172. {"count":0} 
[2025-07-16 21:27:23] local.INFO: Sessions updated for user 1175. {"count":0} 
[2025-07-16 21:27:24] local.INFO: Sessions updated for user 1180. {"count":0} 
[2025-07-16 21:27:25] local.INFO: Sessions updated for user 1181. {"count":0} 
[2025-07-16 21:27:26] local.INFO: Sessions updated for user 1185. {"count":0} 
[2025-07-16 21:27:26] local.INFO: Sessions updated for user 1187. {"count":0} 
[2025-07-16 21:27:27] local.INFO: Sessions updated for user 1188. {"count":0} 
[2025-07-16 21:27:28] local.INFO: Sessions updated for user 1189. {"count":0} 
[2025-07-16 21:27:29] local.INFO: Sessions updated for user 1191. {"count":0} 
[2025-07-16 21:27:30] local.INFO: Sessions updated for user 1194. {"count":0} 
[2025-07-16 21:27:31] local.INFO: Sessions updated for user 1195. {"count":0} 
[2025-07-16 21:27:32] local.INFO: Sessions updated for user 1196. {"count":0} 
[2025-07-16 21:27:33] local.INFO: Sessions updated for user 1197. {"count":0} 
[2025-07-16 21:27:34] local.INFO: Sessions updated for user 1198. {"count":0} 
[2025-07-16 21:27:35] local.INFO: Sessions updated for user 1199. {"count":0} 
[2025-07-16 21:27:36] local.INFO: Sessions updated for user 1200. {"count":0} 
[2025-07-16 21:27:37] local.INFO: Sessions updated for user 1201. {"count":0} 
[2025-07-16 21:27:38] local.INFO: Sessions updated for user 1202. {"count":0} 
[2025-07-16 21:27:38] local.INFO: Sessions updated for user 1203. {"count":0} 
[2025-07-16 21:27:39] local.INFO: Sessions updated for user 1204. {"count":0} 
[2025-07-16 21:27:40] local.INFO: Sessions updated for user 1205. {"count":0} 
[2025-07-16 21:27:41] local.INFO: Sessions updated for user 1206. {"count":0} 
[2025-07-16 21:27:42] local.INFO: Sessions updated for user 1207. {"count":0} 
[2025-07-16 21:27:43] local.INFO: Sessions updated for user 1210. {"count":0} 
[2025-07-16 21:27:43] local.INFO: Sessions updated for user 1211. {"count":0} 
[2025-07-16 21:27:44] local.INFO: Sessions updated for user 1212. {"count":0} 
[2025-07-16 21:27:45] local.INFO: Sessions updated for user 1213. {"count":0} 
[2025-07-16 21:27:46] local.INFO: Sessions updated for user 1214. {"count":0} 
[2025-07-16 21:27:47] local.INFO: Sessions updated for user 1215. {"count":0} 
[2025-07-16 21:27:48] local.INFO: Sessions updated for user 1216. {"count":0} 
[2025-07-16 21:27:48] local.INFO: Sessions updated for user 1217. {"count":0} 
[2025-07-16 21:27:49] local.INFO: Sessions updated for user 1218. {"count":0} 
[2025-07-16 21:27:50] local.INFO: Sessions updated for user 1219. {"count":0} 
[2025-07-16 21:27:51] local.INFO: Sessions updated for user 1220. {"count":0} 
[2025-07-16 21:27:51] local.INFO: Sessions updated for user 1221. {"count":0} 
[2025-07-16 21:27:52] local.INFO: Sessions updated for user 1222. {"count":0} 
[2025-07-16 21:27:53] local.INFO: Sessions updated for user 1223. {"count":0} 
[2025-07-16 21:27:54] local.INFO: Sessions updated for user 1224. {"count":0} 
[2025-07-16 21:27:55] local.INFO: Sessions updated for user 1225. {"count":0} 
[2025-07-16 21:27:55] local.INFO: Sessions updated for user 1226. {"count":0} 
[2025-07-16 21:27:56] local.INFO: Sessions updated for user 1227. {"count":0} 
[2025-07-16 21:27:57] local.INFO: Sessions updated for user 1228. {"count":0} 
[2025-07-16 21:27:58] local.INFO: Sessions updated for user 1231. {"count":0} 
[2025-07-16 21:27:59] local.INFO: Sessions updated for user 1232. {"count":0} 
[2025-07-16 21:28:00] local.INFO: Sessions updated for user 1233. {"count":0} 
[2025-07-16 21:28:00] local.INFO: Sessions updated for user 1234. {"count":0} 
[2025-07-16 21:28:01] local.INFO: Sessions updated for user 1235. {"count":0} 
[2025-07-16 21:28:02] local.INFO: Sessions updated for user 1236. {"count":0} 
[2025-07-16 21:28:03] local.INFO: Sessions updated for user 1237. {"count":0} 
[2025-07-16 21:28:04] local.INFO: Sessions updated for user 1238. {"count":0} 
[2025-07-16 21:28:05] local.INFO: Sessions updated for user 1239. {"count":0} 
[2025-07-16 21:28:06] local.INFO: Sessions updated for user 1241. {"count":0} 
[2025-07-16 21:28:07] local.INFO: Sessions updated for user 1242. {"count":0} 
[2025-07-16 21:28:08] local.INFO: Sessions updated for user 1243. {"count":0} 
[2025-07-16 21:28:09] local.INFO: Sessions updated for user 1244. {"count":0} 
[2025-07-16 21:28:10] local.INFO: Sessions updated for user 1245. {"count":0} 
[2025-07-16 21:28:10] local.INFO: Sessions updated for user 1246. {"count":0} 
[2025-07-16 21:28:11] local.INFO: Sessions updated for user 1247. {"count":0} 
[2025-07-16 21:28:12] local.INFO: Sessions updated for user 1248. {"count":0} 
[2025-07-16 21:28:13] local.INFO: Sessions updated for user 1249. {"count":0} 
[2025-07-16 21:28:13] local.INFO: Sessions updated for user 1250. {"count":0} 
[2025-07-16 21:28:14] local.INFO: Sessions updated for user 1251. {"count":0} 
[2025-07-16 21:28:15] local.INFO: Sessions updated for user 1252. {"count":0} 
[2025-07-16 21:28:16] local.INFO: Sessions updated for user 1253. {"count":0} 
[2025-07-16 21:28:17] local.INFO: Sessions updated for user 1254. {"count":1} 
[2025-07-16 21:28:18] local.INFO: Sessions updated for user 1255. {"count":0} 
[2025-07-16 21:28:19] local.INFO: Sessions updated for user 1258. {"count":0} 
[2025-07-16 21:28:19] local.INFO: Sessions updated for user 1259. {"count":0} 
[2025-07-16 21:28:20] local.INFO: Sessions updated for user 1260. {"count":0} 
[2025-07-16 21:28:21] local.INFO: Sessions updated for user 1261. {"count":0} 
[2025-07-16 21:28:22] local.INFO: Sessions updated for user 1262. {"count":0} 
[2025-07-16 21:28:23] local.INFO: Sessions updated for user 1263. {"count":0} 
[2025-07-16 21:28:24] local.INFO: Sessions updated for user 1265. {"count":0} 
[2025-07-16 21:28:24] local.INFO: Sessions updated for user 1267. {"count":0} 
[2025-07-16 21:28:25] local.INFO: Sessions updated for user 1268. {"count":0} 
[2025-07-16 21:28:26] local.INFO: Sessions updated for user 1269. {"count":0} 
[2025-07-16 21:28:27] local.INFO: Sessions updated for user 1270. {"count":0} 
[2025-07-16 21:28:28] local.INFO: Sessions updated for user 1271. {"count":0} 
[2025-07-16 21:28:28] local.INFO: Sessions updated for user 1272. {"count":0} 
[2025-07-16 21:28:29] local.INFO: Sessions updated for user 1273. {"count":0} 
[2025-07-16 21:28:30] local.INFO: Sessions updated for user 1275. {"count":0} 
[2025-07-16 21:28:31] local.INFO: Sessions updated for user 1276. {"count":0} 
[2025-07-16 21:28:32] local.INFO: Sessions updated for user 1277. {"count":0} 
[2025-07-16 21:28:33] local.INFO: Sessions updated for user 1279. {"count":0} 
[2025-07-16 21:28:34] local.INFO: Sessions updated for user 1282. {"count":0} 
[2025-07-16 21:28:34] local.INFO: Sessions updated for user 1283. {"count":0} 
[2025-07-16 21:28:35] local.INFO: Sessions updated for user 1284. {"count":0} 
[2025-07-16 21:28:36] local.INFO: Sessions updated for user 1285. {"count":0} 
[2025-07-16 21:28:37] local.INFO: Sessions updated for user 1286. {"count":0} 
[2025-07-16 21:28:38] local.INFO: Sessions updated for user 1287. {"count":0} 
[2025-07-16 21:28:40] local.INFO: Sessions updated for user 1288. {"count":0} 
[2025-07-16 21:28:41] local.INFO: Sessions updated for user 1289. {"count":0} 
[2025-07-16 21:28:42] local.INFO: Sessions updated for user 1290. {"count":0} 
[2025-07-16 21:28:42] local.INFO: Sessions updated for user 1291. {"count":0} 
[2025-07-16 21:28:43] local.INFO: Sessions updated for user 1292. {"count":0} 
[2025-07-16 21:28:44] local.INFO: Sessions updated for user 1293. {"count":0} 
[2025-07-16 21:28:45] local.INFO: Sessions updated for user 1294. {"count":0} 
[2025-07-16 21:28:46] local.INFO: Sessions updated for user 1295. {"count":0} 
[2025-07-16 21:28:47] local.INFO: Sessions updated for user 1296. {"count":0} 
[2025-07-16 21:28:48] local.INFO: Sessions updated for user 1297. {"count":0} 
[2025-07-16 21:28:48] local.INFO: Sessions updated for user 1299. {"count":0} 
[2025-07-16 21:28:49] local.INFO: Sessions updated for user 1300. {"count":0} 
[2025-07-16 21:28:50] local.INFO: Sessions updated for user 1303. {"count":0} 
[2025-07-16 21:28:51] local.INFO: Sessions updated for user 1304. {"count":0} 
[2025-07-16 21:28:52] local.INFO: Sessions updated for user 1305. {"count":0} 
[2025-07-16 21:28:52] local.INFO: Sessions updated for user 1310. {"count":0} 
[2025-07-16 21:28:53] local.INFO: Sessions updated for user 1311. {"count":0} 
[2025-07-16 21:28:54] local.INFO: Sessions updated for user 1312. {"count":0} 
[2025-07-16 21:28:55] local.INFO: Sessions updated for user 1313. {"count":0} 
[2025-07-16 21:28:56] local.INFO: Sessions updated for user 1314. {"count":0} 
[2025-07-16 21:28:57] local.INFO: Sessions updated for user 1315. {"count":0} 
[2025-07-16 21:28:57] local.INFO: Sessions updated for user 1316. {"count":0} 
[2025-07-16 21:28:58] local.INFO: Sessions updated for user 1317. {"count":0} 
[2025-07-16 21:28:59] local.INFO: Sessions updated for user 1318. {"count":0} 
[2025-07-16 21:29:00] local.INFO: Sessions updated for user 1319. {"count":0} 
[2025-07-16 21:29:01] local.INFO: Sessions updated for user 1320. {"count":0} 
[2025-07-16 21:29:01] local.INFO: Sessions updated for user 1321. {"count":0} 
[2025-07-16 21:29:02] local.INFO: Sessions updated for user 1322. {"count":0} 
[2025-07-16 21:29:03] local.INFO: Sessions updated for user 1323. {"count":0} 
[2025-07-16 21:29:04] local.INFO: Sessions updated for user 1324. {"count":0} 
[2025-07-16 21:29:04] local.INFO: Sessions updated for user 1325. {"count":0} 
[2025-07-16 21:29:05] local.INFO: Sessions updated for user 1326. {"count":0} 
[2025-07-16 21:29:06] local.INFO: Sessions updated for user 1327. {"count":0} 
[2025-07-16 21:29:07] local.INFO: Sessions updated for user 1328. {"count":0} 
[2025-07-16 21:29:08] local.INFO: Sessions updated for user 1329. {"count":0} 
[2025-07-16 21:29:08] local.INFO: Sessions updated for user 1331. {"count":0} 
[2025-07-16 21:29:09] local.INFO: Sessions updated for user 1332. {"count":0} 
[2025-07-16 21:29:10] local.INFO: Sessions updated for user 1333. {"count":0} 
[2025-07-16 21:29:11] local.INFO: Sessions updated for user 1334. {"count":0} 
[2025-07-16 21:29:12] local.INFO: Sessions updated for user 1335. {"count":0} 
[2025-07-16 21:29:13] local.INFO: Sessions updated for user 1336. {"count":0} 
[2025-07-16 21:29:14] local.INFO: Sessions updated for user 1337. {"count":0} 
[2025-07-16 21:29:15] local.INFO: Sessions updated for user 1338. {"count":0} 
[2025-07-16 21:29:16] local.INFO: Sessions updated for user 1339. {"count":0} 
[2025-07-16 21:29:17] local.INFO: Sessions updated for user 1340. {"count":0} 
[2025-07-16 21:29:18] local.INFO: Sessions updated for user 1341. {"count":0} 
[2025-07-16 21:29:19] local.INFO: Sessions updated for user 1342. {"count":0} 
[2025-07-16 21:29:19] local.INFO: Sessions updated for user 1343. {"count":0} 
[2025-07-16 21:29:20] local.INFO: Sessions updated for user 1344. {"count":0} 
[2025-07-16 21:29:21] local.INFO: Sessions updated for user 1345. {"count":0} 
[2025-07-16 21:29:22] local.INFO: Sessions updated for user 1346. {"count":0} 
[2025-07-16 21:29:22] local.INFO: Sessions updated for user 1347. {"count":0} 
[2025-07-16 21:29:23] local.INFO: Sessions updated for user 1348. {"count":0} 
[2025-07-16 21:29:24] local.INFO: Sessions updated for user 1349. {"count":0} 
[2025-07-16 21:29:25] local.INFO: Sessions updated for user 1350. {"count":0} 
[2025-07-16 21:29:25] local.INFO: Sessions updated for user 1351. {"count":0} 
[2025-07-16 21:29:26] local.INFO: Sessions updated for user 1352. {"count":0} 
[2025-07-16 21:29:27] local.INFO: Sessions updated for user 1353. {"count":0} 
[2025-07-16 21:29:28] local.INFO: Sessions updated for user 1354. {"count":0} 
[2025-07-16 21:29:28] local.INFO: Sessions updated for user 1357. {"count":0} 
[2025-07-16 21:29:29] local.INFO: Sessions updated for user 1359. {"count":0} 
[2025-07-16 21:29:30] local.INFO: Sessions updated for user 1360. {"count":0} 
[2025-07-16 21:29:31] local.INFO: Sessions updated for user 1361. {"count":0} 
[2025-07-16 21:29:31] local.INFO: Sessions updated for user 1362. {"count":0} 
[2025-07-16 21:29:32] local.INFO: Sessions updated for user 1363. {"count":0} 
[2025-07-16 21:29:33] local.INFO: Sessions updated for user 1364. {"count":0} 
[2025-07-16 21:29:34] local.INFO: Sessions updated for user 1365. {"count":0} 
[2025-07-16 21:29:34] local.INFO: Sessions updated for user 1366. {"count":0} 
[2025-07-16 21:29:35] local.INFO: Sessions updated for user 1367. {"count":0} 
[2025-07-16 21:29:36] local.INFO: Sessions updated for user 1368. {"count":0} 
[2025-07-16 21:29:37] local.INFO: Sessions updated for user 1369. {"count":0} 
[2025-07-16 21:29:37] local.INFO: Sessions updated for user 1370. {"count":0} 
[2025-07-16 21:29:38] local.INFO: Sessions updated for user 1371. {"count":0} 
[2025-07-16 21:29:39] local.INFO: Sessions updated for user 1372. {"count":0} 
[2025-07-16 21:29:40] local.INFO: Sessions updated for user 1373. {"count":0} 
[2025-07-16 21:29:41] local.INFO: Sessions updated for user 1374. {"count":0} 
[2025-07-16 21:29:42] local.INFO: Sessions updated for user 1375. {"count":0} 
[2025-07-16 21:29:42] local.INFO: Sessions updated for user 1376. {"count":0} 
[2025-07-16 21:29:43] local.INFO: Sessions updated for user 1377. {"count":0} 
[2025-07-16 21:29:44] local.INFO: Sessions updated for user 1378. {"count":0} 
[2025-07-16 21:29:45] local.INFO: Sessions updated for user 1379. {"count":0} 
[2025-07-16 21:29:46] local.INFO: Sessions updated for user 1380. {"count":0} 
[2025-07-16 21:29:47] local.INFO: Sessions updated for user 1381. {"count":0} 
[2025-07-16 21:29:48] local.INFO: Sessions updated for user 1382. {"count":0} 
[2025-07-16 21:29:49] local.INFO: Sessions updated for user 1383. {"count":0} 
[2025-07-16 21:29:50] local.INFO: Sessions updated for user 1384. {"count":0} 
[2025-07-16 21:29:51] local.INFO: Sessions updated for user 1385. {"count":0} 
[2025-07-16 21:29:51] local.INFO: Sessions updated for user 1386. {"count":0} 
[2025-07-16 21:29:52] local.INFO: Sessions updated for user 1387. {"count":0} 
[2025-07-16 21:29:53] local.INFO: Sessions updated for user 1388. {"count":0} 
[2025-07-16 21:29:54] local.INFO: Sessions updated for user 1389. {"count":0} 
[2025-07-16 21:29:54] local.INFO: Sessions updated for user 1390. {"count":0} 
[2025-07-16 21:29:55] local.INFO: Sessions updated for user 1391. {"count":0} 
[2025-07-16 21:29:56] local.INFO: Sessions updated for user 1392. {"count":0} 
[2025-07-16 21:29:57] local.INFO: Sessions updated for user 1397. {"count":0} 
[2025-07-16 21:29:58] local.INFO: Sessions updated for user 1399. {"count":0} 
[2025-07-16 21:29:59] local.INFO: Sessions updated for user 1402. {"count":0} 
[2025-07-16 21:29:59] local.INFO: Sessions updated for user 1404. {"count":0} 
[2025-07-16 21:30:00] local.INFO: Sessions updated for user 1405. {"count":0} 
[2025-07-16 21:30:01] local.INFO: Sessions updated for user 1406. {"count":0} 
[2025-07-16 21:30:02] local.INFO: Sessions updated for user 1407. {"count":0} 
[2025-07-16 21:30:03] local.INFO: Sessions updated for user 1408. {"count":0} 
[2025-07-16 21:30:04] local.INFO: Sessions updated for user 1409. {"count":0} 
[2025-07-16 21:30:04] local.INFO: Sessions updated for user 1410. {"count":0} 
[2025-07-16 21:30:05] local.INFO: Sessions updated for user 1411. {"count":0} 
[2025-07-16 21:30:06] local.INFO: Sessions updated for user 1412. {"count":0} 
[2025-07-16 21:30:07] local.INFO: Sessions updated for user 1413. {"count":0} 
[2025-07-16 21:30:07] local.INFO: Sessions updated for user 1414. {"count":0} 
[2025-07-16 21:30:08] local.INFO: Sessions updated for user 1415. {"count":0} 
[2025-07-16 21:30:09] local.INFO: Sessions updated for user 1416. {"count":0} 
[2025-07-16 21:30:10] local.INFO: Sessions updated for user 1417. {"count":0} 
[2025-07-16 21:30:11] local.INFO: Sessions updated for user 1418. {"count":0} 
[2025-07-16 21:30:12] local.INFO: Sessions updated for user 1419. {"count":0} 
[2025-07-16 21:30:13] local.INFO: Sessions updated for user 1420. {"count":0} 
[2025-07-16 21:30:13] local.INFO: Sessions updated for user 1422. {"count":0} 
[2025-07-16 21:30:14] local.INFO: Sessions updated for user 1425. {"count":0} 
[2025-07-16 21:30:15] local.INFO: Sessions updated for user 1429. {"count":0} 
[2025-07-16 21:30:16] local.INFO: Sessions updated for user 1430. {"count":0} 
[2025-07-16 21:30:16] local.INFO: Sessions updated for user 1432. {"count":0} 
[2025-07-16 21:30:17] local.INFO: Sessions updated for user 1433. {"count":0} 
[2025-07-16 21:30:18] local.INFO: Sessions updated for user 1434. {"count":0} 
[2025-07-16 21:30:19] local.INFO: Sessions updated for user 1435. {"count":0} 
[2025-07-16 21:30:20] local.INFO: Sessions updated for user 1436. {"count":0} 
[2025-07-16 21:30:21] local.INFO: Sessions updated for user 1437. {"count":0} 
[2025-07-16 21:30:22] local.INFO: Sessions updated for user 1438. {"count":0} 
[2025-07-16 21:30:23] local.INFO: Sessions updated for user 1439. {"count":0} 
[2025-07-16 21:30:24] local.INFO: Sessions updated for user 1440. {"count":0} 
[2025-07-16 21:30:24] local.INFO: Sessions updated for user 1441. {"count":0} 
[2025-07-16 21:30:25] local.INFO: Sessions updated for user 1442. {"count":0} 
[2025-07-16 21:30:26] local.INFO: Sessions updated for user 1443. {"count":0} 
[2025-07-16 21:30:27] local.INFO: Sessions updated for user 1444. {"count":0} 
[2025-07-16 21:30:27] local.INFO: Sessions updated for user 1445. {"count":0} 
[2025-07-16 21:30:28] local.INFO: Sessions updated for user 1446. {"count":0} 
[2025-07-16 21:30:29] local.INFO: Sessions updated for user 1447. {"count":0} 
[2025-07-16 21:30:30] local.INFO: Sessions updated for user 1449. {"count":0} 
[2025-07-16 21:30:30] local.INFO: Sessions updated for user 1450. {"count":0} 
[2025-07-16 21:30:31] local.INFO: Sessions updated for user 1451. {"count":0} 
[2025-07-16 21:30:32] local.INFO: Sessions updated for user 1452. {"count":0} 
[2025-07-16 21:30:33] local.INFO: Sessions updated for user 1453. {"count":0} 
[2025-07-16 21:30:33] local.INFO: Sessions updated for user 1454. {"count":0} 
[2025-07-16 21:30:34] local.INFO: Sessions updated for user 1455. {"count":0} 
[2025-07-16 21:30:35] local.INFO: Sessions updated for user 1456. {"count":0} 
[2025-07-16 21:30:36] local.INFO: Sessions updated for user 1457. {"count":0} 
[2025-07-16 21:30:36] local.INFO: Sessions updated for user 1458. {"count":0} 
[2025-07-16 21:30:37] local.INFO: Sessions updated for user 1459. {"count":0} 
[2025-07-16 21:30:38] local.INFO: Sessions updated for user 1460. {"count":0} 
[2025-07-16 21:30:38] local.INFO: Sessions updated for user 1461. {"count":0} 
[2025-07-16 21:30:39] local.INFO: Sessions updated for user 1465. {"count":0} 
[2025-07-16 21:30:40] local.INFO: Sessions updated for user 1466. {"count":0} 
[2025-07-16 21:30:41] local.INFO: Sessions updated for user 1467. {"count":0} 
[2025-07-16 21:30:42] local.INFO: Sessions updated for user 1468. {"count":0} 
[2025-07-16 21:30:43] local.INFO: Sessions updated for user 1469. {"count":0} 
[2025-07-16 21:30:44] local.INFO: Sessions updated for user 1470. {"count":0} 
[2025-07-16 21:30:45] local.INFO: Sessions updated for user 1471. {"count":0} 
[2025-07-16 21:30:45] local.INFO: Sessions updated for user 1472. {"count":0} 
[2025-07-16 21:30:47] local.INFO: Sessions updated for user 1473. {"count":0} 
[2025-07-16 21:30:48] local.INFO: Sessions updated for user 1474. {"count":0} 
[2025-07-16 21:30:49] local.INFO: Sessions updated for user 1475. {"count":0} 
[2025-07-16 21:30:50] local.INFO: Sessions updated for user 1476. {"count":0} 
[2025-07-16 21:30:51] local.INFO: Sessions updated for user 1477. {"count":0} 
[2025-07-16 21:30:52] local.INFO: Sessions updated for user 1478. {"count":0} 
[2025-07-16 21:30:53] local.INFO: Sessions updated for user 1479. {"count":0} 
[2025-07-16 21:30:54] local.INFO: Sessions updated for user 1480. {"count":0} 
[2025-07-16 21:30:55] local.INFO: Sessions updated for user 1481. {"count":0} 
[2025-07-16 21:30:56] local.INFO: Sessions updated for user 1482. {"count":0} 
[2025-07-16 21:30:57] local.INFO: Sessions updated for user 1483. {"count":0} 
[2025-07-16 21:30:58] local.INFO: Sessions updated for user 1484. {"count":0} 
[2025-07-16 21:30:59] local.INFO: Sessions updated for user 1485. {"count":0} 
[2025-07-16 21:31:00] local.INFO: Sessions updated for user 1486. {"count":0} 
[2025-07-16 21:31:01] local.INFO: Sessions updated for user 1487. {"count":0} 
[2025-07-16 21:31:01] local.INFO: Sessions updated for user 1488. {"count":0} 
[2025-07-16 21:31:02] local.INFO: Sessions updated for user 1489. {"count":0} 
[2025-07-16 21:31:03] local.INFO: Sessions updated for user 1491. {"count":0} 
[2025-07-16 21:31:04] local.INFO: Sessions updated for user 1492. {"count":0} 
[2025-07-16 21:31:06] local.INFO: Sessions updated for user 1494. {"count":0} 
[2025-07-16 21:31:07] local.INFO: Sessions updated for user 1495. {"count":0} 
[2025-07-16 21:31:08] local.INFO: Sessions updated for user 1496. {"count":0} 
[2025-07-16 21:31:09] local.INFO: Sessions updated for user 1497. {"count":0} 
[2025-07-16 21:31:10] local.INFO: Sessions updated for user 1499. {"count":0} 
[2025-07-16 21:31:11] local.INFO: Sessions updated for user 1500. {"count":0} 
[2025-07-16 21:31:12] local.INFO: Sessions updated for user 1501. {"count":0} 
[2025-07-16 21:31:13] local.INFO: Sessions updated for user 1502. {"count":0} 
[2025-07-16 21:31:13] local.INFO: Sessions updated for user 1503. {"count":0} 
[2025-07-16 21:31:14] local.INFO: Sessions updated for user 1504. {"count":0} 
[2025-07-16 21:31:15] local.INFO: Sessions updated for user 1505. {"count":0} 
[2025-07-16 21:31:16] local.INFO: Sessions updated for user 1506. {"count":0} 
[2025-07-16 21:31:17] local.INFO: Sessions updated for user 1507. {"count":0} 
[2025-07-16 21:31:18] local.INFO: Sessions updated for user 1513. {"count":0} 
[2025-07-16 21:31:18] local.INFO: Sessions updated for user 1515. {"count":0} 
[2025-07-16 21:31:19] local.INFO: Sessions updated for user 1516. {"count":0} 
[2025-07-16 21:31:20] local.INFO: Sessions updated for user 1517. {"count":0} 
[2025-07-16 21:31:21] local.INFO: Sessions updated for user 1518. {"count":0} 
[2025-07-16 21:31:22] local.INFO: Sessions updated for user 1522. {"count":0} 
[2025-07-16 21:31:23] local.INFO: Sessions updated for user 1523. {"count":0} 
[2025-07-16 21:31:24] local.INFO: Sessions updated for user 1524. {"count":0} 
[2025-07-16 21:31:24] local.INFO: Sessions updated for user 1525. {"count":0} 
[2025-07-16 21:31:25] local.INFO: Sessions updated for user 1526. {"count":0} 
[2025-07-16 21:31:27] local.INFO: Sessions updated for user 1527. {"count":0} 
[2025-07-16 21:31:28] local.INFO: Sessions updated for user 1528. {"count":0} 
[2025-07-16 21:31:29] local.INFO: Sessions updated for user 1529. {"count":0} 
[2025-07-16 21:31:30] local.INFO: Sessions updated for user 1530. {"count":0} 
[2025-07-16 21:31:31] local.INFO: Sessions updated for user 1531. {"count":0} 
[2025-07-16 21:31:32] local.INFO: Sessions updated for user 1532. {"count":0} 
[2025-07-16 21:31:33] local.INFO: Sessions updated for user 1533. {"count":0} 
[2025-07-16 21:31:34] local.INFO: Sessions updated for user 1534. {"count":0} 
[2025-07-16 21:31:35] local.INFO: Sessions updated for user 1535. {"count":0} 
[2025-07-16 21:31:36] local.INFO: Sessions updated for user 1536. {"count":0} 
[2025-07-16 21:31:37] local.INFO: Sessions updated for user 1538. {"count":0} 
[2025-07-16 21:31:37] local.INFO: Sessions updated for user 1539. {"count":0} 
[2025-07-16 21:31:38] local.INFO: Sessions updated for user 1540. {"count":0} 
[2025-07-16 21:31:39] local.INFO: Sessions updated for user 1541. {"count":0} 
[2025-07-16 21:31:40] local.INFO: Sessions updated for user 1543. {"count":0} 
[2025-07-16 21:31:41] local.INFO: Sessions updated for user 1544. {"count":0} 
[2025-07-16 21:31:41] local.INFO: Sessions updated for user 1545. {"count":0} 
[2025-07-16 21:31:42] local.INFO: Sessions updated for user 1546. {"count":0} 
[2025-07-16 21:31:43] local.INFO: Sessions updated for user 1548. {"count":0} 
[2025-07-16 21:31:44] local.INFO: Sessions updated for user 1549. {"count":0} 
[2025-07-16 21:31:44] local.INFO: Sessions updated for user 1550. {"count":0} 
[2025-07-16 21:31:45] local.INFO: Sessions updated for user 1551. {"count":0} 
[2025-07-16 21:31:46] local.INFO: Sessions updated for user 1552. {"count":0} 
[2025-07-16 21:31:47] local.INFO: Sessions updated for user 1553. {"count":0} 
[2025-07-16 21:31:47] local.INFO: Sessions updated for user 1554. {"count":0} 
[2025-07-16 21:31:48] local.INFO: Sessions updated for user 1555. {"count":0} 
[2025-07-16 21:31:49] local.INFO: Sessions updated for user 1556. {"count":0} 
[2025-07-16 21:31:50] local.INFO: Sessions updated for user 1557. {"count":0} 
[2025-07-16 21:31:50] local.INFO: Sessions updated for user 1558. {"count":0} 
[2025-07-16 21:31:51] local.INFO: Sessions updated for user 1559. {"count":0} 
[2025-07-16 21:31:52] local.INFO: Sessions updated for user 1560. {"count":0} 
[2025-07-16 21:31:53] local.INFO: Sessions updated for user 1561. {"count":0} 
[2025-07-16 21:31:54] local.INFO: Sessions updated for user 1562. {"count":0} 
[2025-07-16 21:31:54] local.INFO: Sessions updated for user 1563. {"count":0} 
[2025-07-16 21:31:55] local.INFO: Sessions updated for user 1564. {"count":0} 
[2025-07-16 21:31:56] local.INFO: Sessions updated for user 1565. {"count":0} 
[2025-07-16 21:31:57] local.INFO: Sessions updated for user 1566. {"count":0} 
[2025-07-16 21:31:58] local.INFO: Sessions updated for user 1567. {"count":0} 
[2025-07-16 21:31:59] local.INFO: Sessions updated for user 1568. {"count":0} 
[2025-07-16 21:31:59] local.INFO: Sessions updated for user 1569. {"count":0} 
[2025-07-16 21:32:00] local.INFO: Sessions updated for user 1570. {"count":0} 
[2025-07-16 21:32:01] local.INFO: Sessions updated for user 1572. {"count":0} 
[2025-07-16 21:32:02] local.INFO: Sessions updated for user 1573. {"count":0} 
[2025-07-16 21:32:03] local.INFO: Sessions updated for user 1574. {"count":0} 
[2025-07-16 21:32:04] local.INFO: Sessions updated for user 1575. {"count":0} 
[2025-07-16 21:32:05] local.INFO: Sessions updated for user 1576. {"count":0} 
[2025-07-16 21:32:06] local.INFO: Sessions updated for user 1577. {"count":0} 
[2025-07-16 21:32:07] local.INFO: Sessions updated for user 1578. {"count":0} 
[2025-07-16 21:32:08] local.INFO: Sessions updated for user 1579. {"count":0} 
[2025-07-16 21:32:08] local.INFO: Sessions updated for user 1580. {"count":0} 
[2025-07-16 21:32:09] local.INFO: Sessions updated for user 1581. {"count":0} 
[2025-07-16 21:32:10] local.INFO: Sessions updated for user 1582. {"count":0} 
[2025-07-16 21:32:11] local.INFO: Sessions updated for user 1583. {"count":0} 
[2025-07-16 21:32:12] local.INFO: Sessions updated for user 1584. {"count":0} 
[2025-07-16 21:32:12] local.INFO: Sessions updated for user 1585. {"count":0} 
[2025-07-16 21:32:13] local.INFO: Sessions updated for user 1587. {"count":0} 
[2025-07-16 21:32:14] local.INFO: Sessions updated for user 1588. {"count":0} 
[2025-07-16 21:32:15] local.INFO: Sessions updated for user 1589. {"count":0} 
[2025-07-16 21:32:15] local.INFO: Sessions updated for user 1590. {"count":0} 
[2025-07-16 21:32:16] local.INFO: Sessions updated for user 1591. {"count":0} 
[2025-07-16 21:32:17] local.INFO: Sessions updated for user 1592. {"count":0} 
[2025-07-16 21:32:18] local.INFO: Sessions updated for user 1593. {"count":0} 
[2025-07-16 21:32:19] local.INFO: Sessions updated for user 1594. {"count":0} 
[2025-07-16 21:32:19] local.INFO: Sessions updated for user 1595. {"count":0} 
[2025-07-16 21:32:20] local.INFO: Sessions updated for user 1596. {"count":0} 
[2025-07-16 21:32:21] local.INFO: Sessions updated for user 1597. {"count":0} 
[2025-07-16 21:32:22] local.INFO: Sessions updated for user 1598. {"count":0} 
[2025-07-16 21:32:23] local.INFO: Sessions updated for user 1599. {"count":0} 
[2025-07-16 21:32:24] local.INFO: Sessions updated for user 1600. {"count":0} 
[2025-07-16 21:32:24] local.INFO: Sessions updated for user 1602. {"count":0} 
[2025-07-16 21:32:25] local.INFO: Sessions updated for user 1603. {"count":0} 
[2025-07-16 21:32:26] local.INFO: Sessions updated for user 1604. {"count":0} 
[2025-07-16 21:32:27] local.INFO: Sessions updated for user 1605. {"count":0} 
[2025-07-16 21:32:28] local.INFO: Sessions updated for user 1606. {"count":0} 
[2025-07-16 21:32:28] local.INFO: Sessions updated for user 1607. {"count":0} 
[2025-07-16 21:32:29] local.INFO: Sessions updated for user 1608. {"count":0} 
[2025-07-16 21:32:30] local.INFO: Sessions updated for user 1609. {"count":0} 
[2025-07-16 21:32:31] local.INFO: Sessions updated for user 1610. {"count":0} 
[2025-07-16 21:32:32] local.INFO: Sessions updated for user 1616. {"count":0} 
[2025-07-16 21:32:33] local.INFO: Sessions updated for user 1617. {"count":0} 
[2025-07-16 21:32:34] local.INFO: Sessions updated for user 1618. {"count":0} 
[2025-07-16 21:32:35] local.INFO: Sessions updated for user 1620. {"count":0} 
[2025-07-16 21:32:36] local.INFO: Sessions updated for user 1621. {"count":0} 
[2025-07-16 21:32:37] local.INFO: Sessions updated for user 1622. {"count":0} 
[2025-07-16 21:32:37] local.INFO: Sessions updated for user 1623. {"count":0} 
[2025-07-16 21:32:38] local.INFO: Sessions updated for user 1624. {"count":0} 
[2025-07-16 21:32:39] local.INFO: Sessions updated for user 1625. {"count":0} 
[2025-07-16 21:32:41] local.INFO: Sessions updated for user 1626. {"count":0} 
[2025-07-16 21:32:42] local.INFO: Sessions updated for user 1627. {"count":0} 
[2025-07-16 21:32:42] local.INFO: Sessions updated for user 1628. {"count":0} 
[2025-07-16 21:32:43] local.INFO: Sessions updated for user 1629. {"count":0} 
[2025-07-16 21:32:44] local.INFO: Sessions updated for user 1630. {"count":0} 
[2025-07-16 21:32:45] local.INFO: Sessions updated for user 1631. {"count":0} 
[2025-07-16 21:32:46] local.INFO: Sessions updated for user 1632. {"count":0} 
[2025-07-16 21:32:46] local.INFO: Sessions updated for user 1634. {"count":0} 
[2025-07-16 21:32:47] local.INFO: Sessions updated for user 1635. {"count":0} 
[2025-07-16 21:32:48] local.INFO: Sessions updated for user 1636. {"count":0} 
[2025-07-16 21:32:49] local.INFO: Sessions updated for user 1637. {"count":0} 
[2025-07-16 21:32:49] local.INFO: Sessions updated for user 1638. {"count":0} 
[2025-07-16 21:32:50] local.INFO: Sessions updated for user 1639. {"count":0} 
[2025-07-16 21:32:51] local.INFO: Sessions updated for user 1640. {"count":0} 
[2025-07-16 21:32:52] local.INFO: Sessions updated for user 1641. {"count":0} 
[2025-07-16 21:32:53] local.INFO: Sessions updated for user 1642. {"count":0} 
[2025-07-16 21:32:54] local.INFO: Sessions updated for user 1643. {"count":0} 
[2025-07-16 21:32:54] local.INFO: Sessions updated for user 1644. {"count":0} 
[2025-07-16 21:32:55] local.INFO: Sessions updated for user 1645. {"count":0} 
[2025-07-16 21:32:56] local.INFO: Sessions updated for user 1646. {"count":0} 
[2025-07-16 21:32:57] local.INFO: Sessions updated for user 1648. {"count":0} 
[2025-07-16 21:32:58] local.INFO: Sessions updated for user 1649. {"count":0} 
[2025-07-16 21:32:58] local.INFO: Sessions updated for user 1650. {"count":0} 
[2025-07-16 21:32:59] local.INFO: Sessions updated for user 1651. {"count":0} 
[2025-07-16 21:33:00] local.INFO: Sessions updated for user 1652. {"count":0} 
[2025-07-16 21:33:01] local.INFO: Sessions updated for user 1654. {"count":0} 
[2025-07-16 21:33:01] local.INFO: Sessions updated for user 1655. {"count":0} 
[2025-07-16 21:33:02] local.INFO: Sessions updated for user 1656. {"count":0} 
[2025-07-16 21:33:03] local.INFO: Sessions updated for user 1657. {"count":0} 
[2025-07-16 21:33:04] local.INFO: Sessions updated for user 1658. {"count":0} 
[2025-07-16 21:33:05] local.INFO: Sessions updated for user 1659. {"count":0} 
[2025-07-16 21:33:06] local.INFO: Sessions updated for user 1660. {"count":0} 
[2025-07-16 21:33:07] local.INFO: Sessions updated for user 1661. {"count":0} 
[2025-07-16 21:33:08] local.INFO: Sessions updated for user 1662. {"count":0} 
[2025-07-16 21:33:09] local.INFO: Sessions updated for user 1663. {"count":0} 
[2025-07-16 21:33:10] local.INFO: Sessions updated for user 1664. {"count":0} 
[2025-07-16 21:33:10] local.INFO: Sessions updated for user 1665. {"count":0} 
[2025-07-16 21:33:11] local.INFO: Sessions updated for user 1666. {"count":0} 
[2025-07-16 21:33:12] local.INFO: Sessions updated for user 1667. {"count":0} 
[2025-07-16 21:33:13] local.INFO: Sessions updated for user 1668. {"count":0} 
[2025-07-16 21:33:15] local.INFO: Sessions updated for user 1669. {"count":0} 
[2025-07-16 21:33:16] local.INFO: Sessions updated for user 1670. {"count":0} 
[2025-07-16 21:33:17] local.INFO: Sessions updated for user 1671. {"count":0} 
[2025-07-16 21:33:17] local.INFO: Sessions updated for user 1672. {"count":0} 
[2025-07-16 21:33:18] local.INFO: Sessions updated for user 1673. {"count":0} 
[2025-07-16 21:33:19] local.INFO: Sessions updated for user 1674. {"count":0} 
[2025-07-16 21:33:20] local.INFO: Sessions updated for user 1675. {"count":0} 
[2025-07-16 21:33:21] local.INFO: Sessions updated for user 1676. {"count":0} 
[2025-07-16 21:33:22] local.INFO: Sessions updated for user 1677. {"count":0} 
[2025-07-16 21:33:22] local.INFO: Sessions updated for user 1678. {"count":0} 
[2025-07-16 21:33:23] local.INFO: Sessions updated for user 1679. {"count":0} 
[2025-07-16 21:33:24] local.INFO: Sessions updated for user 1680. {"count":0} 
[2025-07-16 21:33:25] local.INFO: Sessions updated for user 1681. {"count":0} 
[2025-07-16 21:33:26] local.INFO: Sessions updated for user 1682. {"count":0} 
[2025-07-16 21:33:27] local.INFO: Sessions updated for user 1683. {"count":0} 
[2025-07-16 21:33:28] local.INFO: Sessions updated for user 1684. {"count":0} 
[2025-07-16 21:33:29] local.INFO: Sessions updated for user 1685. {"count":0} 
[2025-07-16 21:33:29] local.INFO: Sessions updated for user 1686. {"count":0} 
[2025-07-16 21:33:30] local.INFO: Sessions updated for user 1687. {"count":0} 
[2025-07-16 21:33:31] local.INFO: Sessions updated for user 1688. {"count":0} 
[2025-07-16 21:33:32] local.INFO: Sessions updated for user 1689. {"count":0} 
[2025-07-16 21:33:33] local.INFO: Sessions updated for user 1690. {"count":0} 
[2025-07-16 21:33:33] local.INFO: Sessions updated for user 1691. {"count":0} 
[2025-07-16 21:33:34] local.INFO: Sessions updated for user 1692. {"count":0} 
[2025-07-16 21:33:35] local.INFO: Sessions updated for user 1693. {"count":0} 
[2025-07-16 21:33:36] local.INFO: Sessions updated for user 1694. {"count":0} 
[2025-07-16 21:33:37] local.INFO: Sessions updated for user 1695. {"count":0} 
[2025-07-16 21:33:38] local.INFO: Sessions updated for user 1696. {"count":0} 
[2025-07-16 21:33:39] local.INFO: Sessions updated for user 1697. {"count":0} 
[2025-07-16 21:33:40] local.INFO: Sessions updated for user 1698. {"count":0} 
[2025-07-16 21:33:41] local.INFO: Sessions updated for user 1699. {"count":0} 
[2025-07-16 21:33:41] local.INFO: Sessions updated for user 1700. {"count":0} 
[2025-07-16 21:33:42] local.INFO: Sessions updated for user 1702. {"count":0} 
[2025-07-16 21:33:43] local.INFO: Sessions updated for user 1703. {"count":0} 
[2025-07-16 21:33:44] local.INFO: Sessions updated for user 1704. {"count":0} 
[2025-07-16 21:33:45] local.INFO: Sessions updated for user 1705. {"count":0} 
[2025-07-16 21:33:46] local.INFO: Sessions updated for user 1706. {"count":0} 
[2025-07-16 21:33:48] local.INFO: Sessions updated for user 1707. {"count":0} 
[2025-07-16 21:33:49] local.INFO: Sessions updated for user 1708. {"count":0} 
[2025-07-16 21:33:50] local.INFO: Sessions updated for user 1709. {"count":0} 
[2025-07-16 21:33:51] local.INFO: Sessions updated for user 1710. {"count":0} 
[2025-07-16 21:33:52] local.INFO: Sessions updated for user 1711. {"count":0} 
[2025-07-16 21:33:53] local.INFO: Sessions updated for user 1712. {"count":0} 
[2025-07-16 21:33:54] local.INFO: Sessions updated for user 1713. {"count":0} 
[2025-07-16 21:33:55] local.INFO: Sessions updated for user 1714. {"count":0} 
[2025-07-16 21:33:56] local.INFO: Sessions updated for user 1715. {"count":0} 
[2025-07-16 21:33:57] local.INFO: Sessions updated for user 1716. {"count":0} 
[2025-07-16 21:33:57] local.INFO: Sessions updated for user 1717. {"count":0} 
[2025-07-16 21:33:58] local.INFO: Sessions updated for user 1718. {"count":0} 
[2025-07-16 21:33:59] local.INFO: Sessions updated for user 1719. {"count":0} 
[2025-07-16 21:34:00] local.INFO: Sessions updated for user 1720. {"count":0} 
[2025-07-16 21:34:01] local.INFO: Sessions updated for user 1721. {"count":0} 
[2025-07-16 21:34:02] local.INFO: Sessions updated for user 1722. {"count":0} 
[2025-07-16 21:34:03] local.INFO: Sessions updated for user 1724. {"count":0} 
[2025-07-16 21:34:03] local.INFO: Sessions updated for user 1725. {"count":0} 
[2025-07-16 21:34:04] local.INFO: Sessions updated for user 1726. {"count":0} 
[2025-07-16 21:34:05] local.INFO: Sessions updated for user 1727. {"count":0} 
[2025-07-16 21:34:06] local.INFO: Sessions updated for user 1728. {"count":0} 
[2025-07-16 21:34:07] local.INFO: Sessions updated for user 1729. {"count":0} 
[2025-07-16 21:34:08] local.INFO: Sessions updated for user 1730. {"count":0} 
[2025-07-16 21:34:09] local.INFO: Sessions updated for user 1731. {"count":0} 
[2025-07-16 21:34:10] local.INFO: Sessions updated for user 1732. {"count":0} 
[2025-07-16 21:34:11] local.INFO: Sessions updated for user 1733. {"count":0} 
[2025-07-16 21:34:11] local.INFO: Sessions updated for user 1734. {"count":0} 
[2025-07-16 21:34:12] local.INFO: Sessions updated for user 1735. {"count":0} 
[2025-07-16 21:34:13] local.INFO: Sessions updated for user 1736. {"count":0} 
[2025-07-16 21:34:14] local.INFO: Sessions updated for user 1737. {"count":0} 
[2025-07-16 21:34:15] local.INFO: Sessions updated for user 1738. {"count":0} 
[2025-07-16 21:34:15] local.INFO: Sessions updated for user 1739. {"count":0} 
[2025-07-16 21:34:16] local.INFO: Sessions updated for user 1740. {"count":0} 
[2025-07-16 21:34:17] local.INFO: Sessions updated for user 1741. {"count":0} 
[2025-07-16 21:34:18] local.INFO: Sessions updated for user 1742. {"count":0} 
[2025-07-16 21:34:19] local.INFO: Sessions updated for user 1743. {"count":0} 
[2025-07-16 21:34:20] local.INFO: Sessions updated for user 1744. {"count":0} 
[2025-07-16 21:34:21] local.INFO: Sessions updated for user 1745. {"count":0} 
[2025-07-16 21:34:22] local.INFO: Sessions updated for user 1746. {"count":0} 
[2025-07-16 21:34:23] local.INFO: Sessions updated for user 1747. {"count":0} 
[2025-07-16 21:34:24] local.INFO: Sessions updated for user 1748. {"count":0} 
[2025-07-16 21:34:25] local.INFO: Sessions updated for user 1749. {"count":0} 
[2025-07-16 21:34:26] local.INFO: Sessions updated for user 1750. {"count":0} 
[2025-07-16 21:34:26] local.INFO: Sessions updated for user 1754. {"count":0} 
[2025-07-16 21:34:27] local.INFO: Sessions updated for user 1755. {"count":0} 
[2025-07-16 21:34:28] local.INFO: Sessions updated for user 1757. {"count":0} 
[2025-07-16 21:34:29] local.INFO: Sessions updated for user 1758. {"count":0} 
[2025-07-16 21:34:30] local.INFO: Sessions updated for user 1759. {"count":0} 
[2025-07-16 21:34:31] local.INFO: Sessions updated for user 1760. {"count":0} 
[2025-07-16 21:34:32] local.INFO: Sessions updated for user 1761. {"count":0} 
[2025-07-16 21:34:33] local.INFO: Sessions updated for user 1762. {"count":0} 
[2025-07-16 21:34:34] local.INFO: Sessions updated for user 1763. {"count":0} 
[2025-07-16 21:34:35] local.INFO: Sessions updated for user 1765. {"count":0} 
[2025-07-16 21:34:36] local.INFO: Sessions updated for user 1766. {"count":0} 
[2025-07-16 21:34:37] local.INFO: Sessions updated for user 1767. {"count":0} 
[2025-07-16 21:34:38] local.INFO: Sessions updated for user 1768. {"count":0} 
[2025-07-16 21:34:38] local.INFO: Sessions updated for user 1770. {"count":0} 
[2025-07-16 21:34:39] local.INFO: Sessions updated for user 1776. {"count":0} 
[2025-07-16 21:34:40] local.INFO: Sessions updated for user 1777. {"count":0} 
[2025-07-16 21:34:41] local.INFO: Sessions updated for user 1778. {"count":0} 
[2025-07-16 21:34:42] local.INFO: Sessions updated for user 1779. {"count":0} 
[2025-07-16 21:34:43] local.INFO: Sessions updated for user 1780. {"count":0} 
[2025-07-16 21:34:44] local.INFO: Sessions updated for user 1781. {"count":0} 
[2025-07-16 21:34:45] local.INFO: Sessions updated for user 1783. {"count":0} 
[2025-07-16 21:34:46] local.INFO: Sessions updated for user 1784. {"count":0} 
[2025-07-16 21:34:46] local.INFO: Sessions updated for user 1785. {"count":0} 
[2025-07-16 21:34:47] local.INFO: Sessions updated for user 1786. {"count":0} 
[2025-07-16 21:34:48] local.INFO: Sessions updated for user 1787. {"count":0} 
[2025-07-16 21:34:49] local.INFO: Sessions updated for user 1788. {"count":0} 
[2025-07-16 21:34:50] local.INFO: Sessions updated for user 1789. {"count":0} 
[2025-07-16 21:34:50] local.INFO: Sessions updated for user 1790. {"count":0} 
[2025-07-16 21:34:51] local.INFO: Sessions updated for user 1791. {"count":0} 
[2025-07-16 21:34:52] local.INFO: Sessions updated for user 1792. {"count":0} 
[2025-07-16 21:34:53] local.INFO: Sessions updated for user 1793. {"count":0} 
[2025-07-16 21:34:54] local.INFO: Sessions updated for user 1794. {"count":0} 
[2025-07-16 21:34:55] local.INFO: Sessions updated for user 1795. {"count":0} 
[2025-07-16 21:34:56] local.INFO: Sessions updated for user 1796. {"count":0} 
[2025-07-16 21:34:57] local.INFO: Sessions updated for user 1797. {"count":0} 
[2025-07-16 21:34:58] local.INFO: Sessions updated for user 1798. {"count":0} 
[2025-07-16 21:34:59] local.INFO: Sessions updated for user 1799. {"count":0} 
[2025-07-16 21:35:00] local.INFO: Sessions updated for user 1800. {"count":0} 
[2025-07-16 21:35:01] local.INFO: Sessions updated for user 1801. {"count":0} 
[2025-07-16 21:35:02] local.INFO: Sessions updated for user 1802. {"count":0} 
[2025-07-16 21:35:02] local.INFO: Sessions updated for user 1803. {"count":0} 
[2025-07-16 21:35:03] local.INFO: Sessions updated for user 1804. {"count":0} 
[2025-07-16 21:35:04] local.INFO: Sessions updated for user 1805. {"count":0} 
[2025-07-16 21:35:05] local.INFO: Sessions updated for user 1807. {"count":0} 
[2025-07-16 21:35:06] local.INFO: Sessions updated for user 1808. {"count":0} 
[2025-07-16 21:35:07] local.INFO: Sessions updated for user 1810. {"count":0} 
[2025-07-16 21:35:08] local.INFO: Sessions updated for user 1812. {"count":0} 
[2025-07-16 21:35:09] local.INFO: Sessions updated for user 1813. {"count":0} 
[2025-07-16 21:35:10] local.INFO: Sessions updated for user 1814. {"count":0} 
[2025-07-16 21:35:11] local.INFO: Sessions updated for user 1815. {"count":0} 
[2025-07-16 21:35:12] local.INFO: Sessions updated for user 1816. {"count":0} 
[2025-07-16 21:35:12] local.INFO: Sessions updated for user 1817. {"count":0} 
[2025-07-16 21:35:13] local.INFO: Sessions updated for user 1818. {"count":0} 
[2025-07-16 21:35:14] local.INFO: Sessions updated for user 1819. {"count":0} 
[2025-07-16 21:35:15] local.INFO: Sessions updated for user 1820. {"count":0} 
[2025-07-16 21:35:16] local.INFO: Sessions updated for user 1821. {"count":0} 
[2025-07-16 21:35:16] local.INFO: Sessions updated for user 1822. {"count":0} 
[2025-07-16 21:35:17] local.INFO: Sessions updated for user 1823. {"count":0} 
[2025-07-16 21:35:18] local.INFO: Sessions updated for user 1824. {"count":0} 
[2025-07-16 21:35:19] local.INFO: Sessions updated for user 1825. {"count":0} 
[2025-07-16 21:35:20] local.INFO: Sessions updated for user 1826. {"count":0} 
[2025-07-16 21:35:21] local.INFO: Sessions updated for user 1827. {"count":0} 
[2025-07-16 21:35:21] local.INFO: Sessions updated for user 1829. {"count":0} 
[2025-07-16 21:35:22] local.INFO: Sessions updated for user 1830. {"count":0} 
[2025-07-16 21:35:23] local.INFO: Sessions updated for user 1831. {"count":0} 
[2025-07-16 21:35:24] local.INFO: Sessions updated for user 1832. {"count":0} 
[2025-07-16 21:35:25] local.INFO: Sessions updated for user 1833. {"count":0} 
[2025-07-16 21:35:26] local.INFO: Sessions updated for user 1834. {"count":0} 
[2025-07-16 21:35:27] local.INFO: Sessions updated for user 1835. {"count":0} 
[2025-07-16 21:35:27] local.INFO: Sessions updated for user 1836. {"count":0} 
[2025-07-16 21:35:28] local.INFO: Sessions updated for user 1837. {"count":0} 
[2025-07-16 21:35:29] local.INFO: Sessions updated for user 1838. {"count":0} 
[2025-07-16 21:35:30] local.INFO: Sessions updated for user 1839. {"count":0} 
[2025-07-16 21:35:31] local.INFO: Sessions updated for user 1841. {"count":0} 
[2025-07-16 21:35:32] local.INFO: Sessions updated for user 1842. {"count":0} 
[2025-07-16 21:35:33] local.INFO: Sessions updated for user 1843. {"count":0} 
[2025-07-16 21:35:35] local.INFO: Sessions updated for user 1844. {"count":0} 
[2025-07-16 21:35:36] local.INFO: Sessions updated for user 1845. {"count":0} 
[2025-07-16 21:35:36] local.INFO: Sessions updated for user 1846. {"count":0} 
[2025-07-16 21:35:37] local.INFO: Sessions updated for user 1847. {"count":0} 
[2025-07-16 21:35:38] local.INFO: Sessions updated for user 1848. {"count":0} 
[2025-07-16 21:35:39] local.INFO: Sessions updated for user 1849. {"count":0} 
[2025-07-16 21:35:40] local.INFO: Sessions updated for user 1850. {"count":0} 
[2025-07-16 21:35:41] local.INFO: Sessions updated for user 1851. {"count":0} 
[2025-07-16 21:35:42] local.INFO: Sessions updated for user 1852. {"count":0} 
[2025-07-16 21:35:43] local.INFO: Sessions updated for user 1854. {"count":0} 
[2025-07-16 21:35:44] local.INFO: Sessions updated for user 1855. {"count":0} 
[2025-07-16 21:35:45] local.INFO: Sessions updated for user 1856. {"count":0} 
[2025-07-16 21:35:46] local.INFO: Sessions updated for user 1857. {"count":0} 
[2025-07-16 21:35:47] local.INFO: Sessions updated for user 1858. {"count":0} 
[2025-07-16 21:35:48] local.INFO: Sessions updated for user 1859. {"count":0} 
[2025-07-16 21:35:50] local.INFO: Sessions updated for user 1860. {"count":0} 
[2025-07-16 21:35:51] local.INFO: Sessions updated for user 1861. {"count":0} 
[2025-07-16 21:35:52] local.INFO: Sessions updated for user 1862. {"count":0} 
[2025-07-16 21:35:53] local.INFO: Sessions updated for user 1863. {"count":0} 
[2025-07-16 21:35:54] local.INFO: Sessions updated for user 1864. {"count":0} 
[2025-07-16 21:35:55] local.INFO: Sessions updated for user 1865. {"count":0} 
[2025-07-16 21:35:56] local.INFO: Sessions updated for user 1866. {"count":0} 
[2025-07-16 21:35:57] local.INFO: Sessions updated for user 1867. {"count":0} 
[2025-07-16 21:35:58] local.INFO: Sessions updated for user 1868. {"count":0} 
[2025-07-16 21:35:59] local.INFO: Sessions updated for user 1869. {"count":0} 
[2025-07-16 21:36:00] local.INFO: Sessions updated for user 1870. {"count":0} 
[2025-07-16 21:36:01] local.INFO: Sessions updated for user 1871. {"count":0} 
[2025-07-16 21:36:03] local.INFO: Sessions updated for user 1872. {"count":0} 
[2025-07-16 21:36:04] local.INFO: Sessions updated for user 1875. {"count":0} 
[2025-07-16 21:36:05] local.INFO: Sessions updated for user 1876. {"count":0} 
[2025-07-16 21:36:07] local.INFO: Sessions updated for user 1877. {"count":0} 
[2025-07-16 21:36:08] local.INFO: Sessions updated for user 1878. {"count":0} 
[2025-07-16 21:36:08] local.INFO: Sessions updated for user 1879. {"count":0} 
[2025-07-16 21:36:09] local.INFO: Sessions updated for user 1880. {"count":0} 
[2025-07-16 21:36:10] local.INFO: Sessions updated for user 1881. {"count":0} 
[2025-07-16 21:36:11] local.INFO: Sessions updated for user 1882. {"count":0} 
[2025-07-16 21:36:12] local.INFO: Sessions updated for user 1883. {"count":0} 
[2025-07-16 21:36:13] local.INFO: Sessions updated for user 1884. {"count":0} 
[2025-07-16 21:36:14] local.INFO: Sessions updated for user 1885. {"count":0} 
[2025-07-16 21:36:15] local.INFO: Sessions updated for user 1886. {"count":0} 
[2025-07-16 21:36:16] local.INFO: Sessions updated for user 1887. {"count":0} 
[2025-07-16 21:36:17] local.INFO: Sessions updated for user 1888. {"count":0} 
[2025-07-16 21:36:18] local.INFO: Sessions updated for user 1889. {"count":0} 
[2025-07-16 21:36:19] local.INFO: Sessions updated for user 1891. {"count":0} 
[2025-07-16 21:36:20] local.INFO: Sessions updated for user 1892. {"count":0} 
[2025-07-16 21:36:21] local.INFO: Sessions updated for user 1893. {"count":0} 
[2025-07-16 21:36:22] local.INFO: Sessions updated for user 1894. {"count":0} 
[2025-07-16 21:36:23] local.INFO: Sessions updated for user 1895. {"count":0} 
[2025-07-16 21:36:24] local.INFO: Sessions updated for user 1896. {"count":0} 
[2025-07-16 21:36:25] local.INFO: Sessions updated for user 1897. {"count":0} 
[2025-07-16 21:36:26] local.INFO: Sessions updated for user 1898. {"count":0} 
[2025-07-16 21:36:27] local.INFO: Sessions updated for user 1899. {"count":0} 
[2025-07-16 21:36:28] local.INFO: Sessions updated for user 1900. {"count":0} 
[2025-07-16 21:36:29] local.INFO: Sessions updated for user 1901. {"count":0} 
[2025-07-16 21:36:30] local.INFO: Sessions updated for user 1902. {"count":0} 
[2025-07-16 21:36:31] local.INFO: Sessions updated for user 1903. {"count":0} 
[2025-07-16 21:36:32] local.INFO: Sessions updated for user 1904. {"count":0} 
[2025-07-16 21:36:33] local.INFO: Sessions updated for user 1905. {"count":0} 
[2025-07-16 21:36:35] local.INFO: Sessions updated for user 1906. {"count":0} 
[2025-07-16 21:36:36] local.INFO: Sessions updated for user 1907. {"count":0} 
[2025-07-16 21:36:38] local.INFO: Sessions updated for user 1908. {"count":0} 
[2025-07-16 21:36:39] local.INFO: Sessions updated for user 1909. {"count":0} 
[2025-07-16 21:36:40] local.INFO: Sessions updated for user 1910. {"count":0} 
[2025-07-16 21:36:41] local.INFO: Sessions updated for user 1911. {"count":0} 
[2025-07-16 21:36:43] local.INFO: Sessions updated for user 1913. {"count":0} 
[2025-07-16 21:36:44] local.INFO: Sessions updated for user 1914. {"count":0} 
[2025-07-16 21:36:45] local.INFO: Sessions updated for user 1915. {"count":0} 
[2025-07-16 21:36:46] local.INFO: Sessions updated for user 1916. {"count":0} 
[2025-07-16 21:36:47] local.INFO: Sessions updated for user 1917. {"count":0} 
[2025-07-16 21:36:48] local.INFO: Sessions updated for user 1918. {"count":0} 
[2025-07-16 21:36:49] local.INFO: Sessions updated for user 1919. {"count":0} 
[2025-07-16 21:36:50] local.INFO: Sessions updated for user 1920. {"count":0} 
[2025-07-16 21:36:51] local.INFO: Sessions updated for user 1921. {"count":0} 
[2025-07-16 21:36:52] local.INFO: Sessions updated for user 1922. {"count":0} 
[2025-07-16 21:36:53] local.INFO: Sessions updated for user 1923. {"count":0} 
[2025-07-16 21:36:54] local.INFO: Sessions updated for user 1924. {"count":0} 
[2025-07-16 21:36:55] local.INFO: Sessions updated for user 1925. {"count":0} 
[2025-07-16 21:36:56] local.INFO: Sessions updated for user 1926. {"count":0} 
[2025-07-16 21:36:57] local.INFO: Sessions updated for user 1927. {"count":0} 
[2025-07-16 21:36:58] local.INFO: Sessions updated for user 1928. {"count":0} 
[2025-07-16 21:36:59] local.INFO: Sessions updated for user 1929. {"count":0} 
[2025-07-16 21:37:00] local.INFO: Sessions updated for user 1930. {"count":0} 
[2025-07-16 21:37:01] local.INFO: Sessions updated for user 1931. {"count":0} 
[2025-07-16 21:37:02] local.INFO: Sessions updated for user 1932. {"count":0} 
[2025-07-16 21:37:03] local.INFO: Sessions updated for user 1933. {"count":0} 
[2025-07-16 21:37:04] local.INFO: Sessions updated for user 1934. {"count":0} 
[2025-07-16 21:37:05] local.INFO: Sessions updated for user 1935. {"count":0} 
[2025-07-16 21:37:06] local.INFO: Sessions updated for user 1936. {"count":0} 
[2025-07-16 21:37:07] local.INFO: Sessions updated for user 1937. {"count":0} 
[2025-07-16 21:37:08] local.INFO: Sessions updated for user 1938. {"count":0} 
[2025-07-16 21:37:09] local.INFO: Sessions updated for user 1939. {"count":0} 
[2025-07-16 21:37:10] local.INFO: Sessions updated for user 1940. {"count":0} 
[2025-07-16 21:37:11] local.INFO: Sessions updated for user 1941. {"count":0} 
[2025-07-16 21:37:12] local.INFO: Sessions updated for user 1942. {"count":0} 
[2025-07-16 21:37:13] local.INFO: Sessions updated for user 1943. {"count":0} 
[2025-07-16 21:37:14] local.INFO: Sessions updated for user 1944. {"count":0} 
[2025-07-16 21:37:15] local.INFO: Sessions updated for user 1945. {"count":0} 
[2025-07-16 21:37:16] local.INFO: Sessions updated for user 1946. {"count":0} 
[2025-07-16 21:37:18] local.INFO: Sessions updated for user 1947. {"count":0} 
[2025-07-16 21:37:19] local.INFO: Sessions updated for user 1948. {"count":0} 
[2025-07-16 21:37:20] local.INFO: Sessions updated for user 1949. {"count":0} 
[2025-07-16 21:37:21] local.INFO: Sessions updated for user 1950. {"count":0} 
[2025-07-16 21:37:22] local.INFO: Sessions updated for user 1951. {"count":0} 
[2025-07-16 21:37:24] local.INFO: Sessions updated for user 1952. {"count":0} 
[2025-07-16 21:37:25] local.INFO: Sessions updated for user 1953. {"count":0} 
[2025-07-16 21:37:26] local.INFO: Sessions updated for user 1954. {"count":0} 
[2025-07-16 21:37:27] local.INFO: Sessions updated for user 1955. {"count":0} 
[2025-07-16 21:37:28] local.INFO: Sessions updated for user 1956. {"count":0} 
[2025-07-16 21:37:29] local.INFO: Sessions updated for user 1957. {"count":0} 
[2025-07-16 21:37:30] local.INFO: Sessions updated for user 1958. {"count":0} 
[2025-07-16 21:37:30] local.INFO: Sessions updated for user 1959. {"count":0} 
[2025-07-16 21:37:31] local.INFO: Sessions updated for user 1960. {"count":0} 
[2025-07-16 21:37:32] local.INFO: Sessions updated for user 1961. {"count":0} 
[2025-07-16 21:37:33] local.INFO: Sessions updated for user 1962. {"count":0} 
[2025-07-16 21:37:35] local.INFO: Sessions updated for user 1963. {"count":0} 
[2025-07-16 21:37:36] local.INFO: Sessions updated for user 1965. {"count":0} 
[2025-07-16 21:37:37] local.INFO: Sessions updated for user 1966. {"count":0} 
[2025-07-16 21:37:38] local.INFO: Sessions updated for user 1967. {"count":0} 
[2025-07-16 21:37:39] local.INFO: Sessions updated for user 1968. {"count":0} 
[2025-07-16 21:37:40] local.INFO: Sessions updated for user 1969. {"count":0} 
[2025-07-16 21:37:41] local.INFO: Sessions updated for user 1970. {"count":0} 
[2025-07-16 21:37:42] local.INFO: Sessions updated for user 1971. {"count":0} 
[2025-07-16 21:37:43] local.INFO: Sessions updated for user 1973. {"count":0} 
[2025-07-16 21:37:44] local.INFO: Sessions updated for user 1974. {"count":0} 
[2025-07-16 21:37:45] local.INFO: Sessions updated for user 1975. {"count":0} 
[2025-07-16 21:37:46] local.INFO: Sessions updated for user 1976. {"count":0} 
[2025-07-16 21:37:47] local.INFO: Sessions updated for user 1977. {"count":0} 
[2025-07-16 21:37:48] local.INFO: Sessions updated for user 1978. {"count":0} 
[2025-07-16 21:37:49] local.INFO: Sessions updated for user 1979. {"count":0} 
[2025-07-16 21:37:50] local.INFO: Sessions updated for user 1980. {"count":0} 
[2025-07-16 21:37:51] local.INFO: Sessions updated for user 1981. {"count":0} 
[2025-07-16 21:37:52] local.INFO: Sessions updated for user 1982. {"count":0} 
[2025-07-16 21:37:54] local.INFO: Sessions updated for user 1983. {"count":0} 
[2025-07-16 21:37:55] local.INFO: Sessions updated for user 1985. {"count":0} 
[2025-07-16 21:37:56] local.INFO: Sessions updated for user 1986. {"count":0} 
[2025-07-16 21:37:57] local.INFO: Sessions updated for user 1987. {"count":0} 
[2025-07-16 21:37:58] local.INFO: Sessions updated for user 1988. {"count":0} 
[2025-07-16 21:37:59] local.INFO: Sessions updated for user 1993. {"count":0} 
[2025-07-16 21:38:00] local.INFO: Sessions updated for user 1994. {"count":0} 
[2025-07-16 21:38:01] local.INFO: Sessions updated for user 1995. {"count":0} 
[2025-07-16 21:38:02] local.INFO: Sessions updated for user 1997. {"count":0} 
[2025-07-16 21:38:03] local.INFO: Sessions updated for user 1998. {"count":0} 
[2025-07-16 21:38:04] local.INFO: Sessions updated for user 1999. {"count":0} 
[2025-07-16 21:38:05] local.INFO: Sessions updated for user 2000. {"count":0} 
[2025-07-16 21:38:06] local.INFO: Sessions updated for user 2001. {"count":0} 
[2025-07-16 21:38:07] local.INFO: Sessions updated for user 2002. {"count":0} 
[2025-07-16 21:38:08] local.INFO: Sessions updated for user 2003. {"count":0} 
[2025-07-16 21:38:09] local.INFO: Sessions updated for user 2004. {"count":0} 
[2025-07-16 21:38:10] local.INFO: Sessions updated for user 2005. {"count":0} 
[2025-07-16 21:38:10] local.INFO: Sessions updated for user 2006. {"count":0} 
[2025-07-16 21:38:11] local.INFO: Sessions updated for user 2007. {"count":0} 
[2025-07-16 21:38:12] local.INFO: Sessions updated for user 2008. {"count":0} 
[2025-07-16 21:38:13] local.INFO: Sessions updated for user 2009. {"count":0} 
[2025-07-16 21:38:14] local.INFO: Sessions updated for user 2010. {"count":0} 
[2025-07-16 21:38:15] local.INFO: Sessions updated for user 2011. {"count":0} 
[2025-07-16 21:38:16] local.INFO: Sessions updated for user 2012. {"count":0} 
[2025-07-16 21:38:17] local.INFO: Sessions updated for user 2013. {"count":0} 
[2025-07-16 21:38:18] local.INFO: Sessions updated for user 2014. {"count":0} 
[2025-07-16 21:38:19] local.INFO: Sessions updated for user 2015. {"count":0} 
[2025-07-16 21:38:20] local.INFO: Sessions updated for user 2016. {"count":0} 
[2025-07-16 21:38:21] local.INFO: Sessions updated for user 2017. {"count":0} 
[2025-07-16 21:38:22] local.INFO: Sessions updated for user 2018. {"count":0} 
[2025-07-16 21:38:23] local.INFO: Sessions updated for user 2019. {"count":0} 
[2025-07-16 21:38:24] local.INFO: Sessions updated for user 2020. {"count":0} 
[2025-07-16 21:38:25] local.INFO: Sessions updated for user 2021. {"count":0} 
[2025-07-16 21:38:26] local.INFO: Sessions updated for user 2022. {"count":0} 
[2025-07-16 21:38:27] local.INFO: Sessions updated for user 2023. {"count":0} 
[2025-07-16 21:38:29] local.INFO: Sessions updated for user 2024. {"count":0} 
[2025-07-16 21:38:30] local.INFO: Sessions updated for user 2025. {"count":0} 
[2025-07-16 21:38:31] local.INFO: Sessions updated for user 2026. {"count":0} 
[2025-07-16 21:38:32] local.INFO: Sessions updated for user 2027. {"count":0} 
[2025-07-16 21:38:33] local.INFO: Sessions updated for user 2028. {"count":0} 
[2025-07-16 21:38:34] local.INFO: Sessions updated for user 2029. {"count":0} 
[2025-07-16 21:38:35] local.INFO: Sessions updated for user 2031. {"count":0} 
[2025-07-16 21:38:36] local.INFO: Sessions updated for user 2033. {"count":0} 
[2025-07-16 21:38:37] local.INFO: Sessions updated for user 2034. {"count":0} 
[2025-07-16 21:38:38] local.INFO: Sessions updated for user 2035. {"count":0} 
[2025-07-16 21:38:39] local.INFO: Sessions updated for user 2036. {"count":0} 
[2025-07-16 21:38:40] local.INFO: Sessions updated for user 2037. {"count":0} 
[2025-07-16 21:38:41] local.INFO: Sessions updated for user 2038. {"count":0} 
[2025-07-16 21:38:42] local.INFO: Sessions updated for user 2040. {"count":0} 
[2025-07-16 21:38:43] local.INFO: Sessions updated for user 2041. {"count":0} 
[2025-07-16 21:38:44] local.INFO: Sessions updated for user 2042. {"count":0} 
[2025-07-16 21:38:45] local.INFO: Sessions updated for user 2043. {"count":0} 
[2025-07-16 21:38:46] local.INFO: Sessions updated for user 2044. {"count":0} 
[2025-07-16 21:38:47] local.INFO: Sessions updated for user 2045. {"count":0} 
[2025-07-16 21:38:48] local.INFO: Sessions updated for user 2046. {"count":0} 
[2025-07-16 21:38:49] local.INFO: Sessions updated for user 2048. {"count":0} 
[2025-07-16 21:38:50] local.INFO: Sessions updated for user 2049. {"count":0} 
[2025-07-16 21:38:51] local.INFO: Sessions updated for user 2050. {"count":0} 
[2025-07-16 21:38:52] local.INFO: Sessions updated for user 2052. {"count":0} 
[2025-07-16 21:38:53] local.INFO: Sessions updated for user 2053. {"count":0} 
[2025-07-16 21:38:54] local.INFO: Sessions updated for user 2054. {"count":0} 
[2025-07-16 21:38:55] local.INFO: Sessions updated for user 2055. {"count":0} 
[2025-07-16 21:38:56] local.INFO: Sessions updated for user 2056. {"count":0} 
[2025-07-16 21:38:57] local.INFO: Sessions updated for user 2057. {"count":0} 
[2025-07-16 21:38:58] local.INFO: Sessions updated for user 2058. {"count":0} 
[2025-07-16 21:38:59] local.INFO: Sessions updated for user 2062. {"count":0} 
[2025-07-16 21:39:00] local.INFO: Sessions updated for user 2067. {"count":0} 
[2025-07-16 21:39:01] local.INFO: Sessions updated for user 2069. {"count":0} 
[2025-07-16 21:39:02] local.INFO: Sessions updated for user 2070. {"count":0} 
[2025-07-16 21:39:03] local.INFO: Sessions updated for user 2072. {"count":0} 
[2025-07-16 21:39:05] local.INFO: Sessions updated for user 2077. {"count":0} 
[2025-07-16 21:39:06] local.INFO: Sessions updated for user 2078. {"count":0} 
[2025-07-16 21:39:07] local.INFO: Sessions updated for user 2083. {"count":0} 
[2025-07-16 21:39:08] local.INFO: Sessions updated for user 2084. {"count":0} 
[2025-07-16 21:39:09] local.INFO: Sessions updated for user 2090. {"count":0} 
[2025-07-16 21:39:10] local.INFO: Sessions updated for user 2092. {"count":0} 
[2025-07-16 21:39:11] local.INFO: Sessions updated for user 2093. {"count":0} 
[2025-07-16 21:39:12] local.INFO: Sessions updated for user 2094. {"count":0} 
[2025-07-16 21:39:13] local.INFO: Sessions updated for user 2096. {"count":0} 
[2025-07-16 21:39:14] local.INFO: Sessions updated for user 2097. {"count":0} 
[2025-07-16 21:39:15] local.INFO: Sessions updated for user 2098. {"count":0} 
[2025-07-16 21:39:16] local.INFO: Sessions updated for user 2099. {"count":0} 
[2025-07-16 21:39:16] local.INFO: Sessions updated for user 2100. {"count":0} 
[2025-07-16 21:39:17] local.INFO: Sessions updated for user 2101. {"count":0} 
[2025-07-16 21:39:18] local.INFO: Sessions updated for user 2103. {"count":0} 
[2025-07-16 21:39:18] local.INFO: Sessions updated for user 2108. {"count":0} 
[2025-07-16 21:39:19] local.INFO: Sessions updated for user 2110. {"count":0} 
[2025-07-16 21:39:20] local.INFO: Sessions updated for user 2113. {"count":0} 
[2025-07-16 21:39:20] local.INFO: Sessions updated for user 2114. {"count":0} 
[2025-07-16 21:39:21] local.INFO: Sessions updated for user 2115. {"count":0} 
[2025-07-16 21:39:22] local.INFO: Sessions updated for user 2116. {"count":0} 
[2025-07-16 21:39:22] local.INFO: Sessions updated for user 2117. {"count":0} 
[2025-07-16 21:39:23] local.INFO: Sessions updated for user 2118. {"count":0} 
[2025-07-16 21:39:24] local.INFO: Sessions updated for user 2120. {"count":0} 
[2025-07-16 21:39:25] local.INFO: Sessions updated for user 2121. {"count":0} 
[2025-07-16 21:39:26] local.INFO: Sessions updated for user 2122. {"count":0} 
[2025-07-16 21:39:27] local.INFO: Sessions updated for user 2123. {"count":0} 
[2025-07-16 21:39:27] local.INFO: Sessions updated for user 2124. {"count":0} 
[2025-07-16 21:39:28] local.INFO: Sessions updated for user 2125. {"count":0} 
[2025-07-16 21:39:29] local.INFO: Sessions updated for user 2126. {"count":0} 
[2025-07-16 21:39:30] local.INFO: Sessions updated for user 2127. {"count":0} 
[2025-07-16 21:39:30] local.INFO: Sessions updated for user 2130. {"count":0} 
[2025-07-16 21:39:31] local.INFO: Sessions updated for user 2131. {"count":0} 
[2025-07-16 21:39:32] local.INFO: Sessions updated for user 2132. {"count":0} 
[2025-07-16 21:39:32] local.INFO: Sessions updated for user 2134. {"count":0} 
[2025-07-16 21:39:33] local.INFO: Sessions updated for user 2135. {"count":0} 
[2025-07-16 21:39:34] local.INFO: Sessions updated for user 2136. {"count":0} 
[2025-07-16 21:39:36] local.INFO: Sessions updated for user 2139. {"count":0} 
[2025-07-16 21:39:37] local.INFO: Sessions updated for user 2140. {"count":0} 
[2025-07-16 21:39:37] local.INFO: Sessions updated for user 2141. {"count":0} 
[2025-07-16 21:39:38] local.INFO: Sessions updated for user 2142. {"count":0} 
[2025-07-16 21:39:39] local.INFO: Sessions updated for user 2146. {"count":0} 
[2025-07-16 21:39:40] local.INFO: Sessions updated for user 2147. {"count":0} 
[2025-07-16 21:39:41] local.INFO: Sessions updated for user 2149. {"count":0} 
[2025-07-16 21:39:41] local.INFO: Sessions updated for user 2152. {"count":0} 
[2025-07-16 21:39:42] local.INFO: Sessions updated for user 2153. {"count":0} 
[2025-07-16 21:39:43] local.INFO: Sessions updated for user 2154. {"count":0} 
[2025-07-16 21:39:43] local.INFO: Sessions updated for user 2155. {"count":0} 
[2025-07-16 21:39:44] local.INFO: Sessions updated for user 2156. {"count":0} 
[2025-07-16 21:39:45] local.INFO: Sessions updated for user 2157. {"count":0} 
[2025-07-16 21:39:45] local.INFO: Sessions updated for user 2159. {"count":0} 
[2025-07-16 21:39:46] local.INFO: Sessions updated for user 2161. {"count":0} 
[2025-07-16 21:39:47] local.INFO: Sessions updated for user 2162. {"count":0} 
[2025-07-16 21:39:47] local.INFO: Sessions updated for user 2163. {"count":0} 
[2025-07-16 21:39:48] local.INFO: Sessions updated for user 2164. {"count":0} 
[2025-07-16 21:39:49] local.INFO: Sessions updated for user 2165. {"count":0} 
[2025-07-16 21:39:50] local.INFO: Sessions updated for user 2166. {"count":0} 
[2025-07-16 21:39:51] local.INFO: Sessions updated for user 2167. {"count":0} 
[2025-07-16 21:39:51] local.INFO: Sessions updated for user 2168. {"count":0} 
[2025-07-16 21:39:52] local.INFO: Sessions updated for user 2169. {"count":0} 
[2025-07-16 21:39:53] local.INFO: Sessions updated for user 2170. {"count":0} 
[2025-07-16 21:39:54] local.INFO: Sessions updated for user 2171. {"count":0} 
[2025-07-16 21:39:54] local.INFO: Sessions updated for user 2172. {"count":0} 
[2025-07-16 21:39:55] local.INFO: Sessions updated for user 2173. {"count":0} 
[2025-07-16 21:39:56] local.INFO: Sessions updated for user 2174. {"count":0} 
[2025-07-16 21:39:56] local.INFO: Sessions updated for user 2175. {"count":0} 
[2025-07-16 21:39:57] local.INFO: Sessions updated for user 2177. {"count":0} 
[2025-07-16 21:39:58] local.INFO: Sessions updated for user 2178. {"count":0} 
[2025-07-16 21:39:58] local.INFO: Sessions updated for user 2179. {"count":0} 
[2025-07-16 21:39:59] local.INFO: Sessions updated for user 2180. {"count":0} 
[2025-07-16 21:40:00] local.INFO: Sessions updated for user 2181. {"count":0} 
[2025-07-16 21:40:01] local.INFO: Sessions updated for user 2182. {"count":0} 
[2025-07-16 21:40:01] local.INFO: Sessions updated for user 2183. {"count":0} 
[2025-07-16 21:40:02] local.INFO: Sessions updated for user 2184. {"count":0} 
[2025-07-16 21:40:03] local.INFO: Sessions updated for user 2185. {"count":0} 
[2025-07-16 21:40:03] local.INFO: Sessions updated for user 2186. {"count":0} 
[2025-07-16 21:40:04] local.INFO: Sessions updated for user 2187. {"count":0} 
[2025-07-16 21:40:05] local.INFO: Sessions updated for user 2188. {"count":0} 
[2025-07-16 21:40:06] local.INFO: Sessions updated for user 2190. {"count":0} 
[2025-07-16 21:40:06] local.INFO: Sessions updated for user 2191. {"count":0} 
[2025-07-16 21:40:07] local.INFO: Sessions updated for user 2192. {"count":0} 
[2025-07-16 21:40:08] local.INFO: Sessions updated for user 2193. {"count":0} 
[2025-07-16 21:40:09] local.INFO: Sessions updated for user 2196. {"count":0} 
[2025-07-16 21:40:10] local.INFO: Sessions updated for user 2198. {"count":0} 
[2025-07-16 21:40:12] local.INFO: Sessions updated for user 2199. {"count":0} 
[2025-07-16 21:40:12] local.INFO: Sessions updated for user 2200. {"count":0} 
[2025-07-16 21:40:13] local.INFO: Sessions updated for user 2201. {"count":0} 
[2025-07-16 21:40:14] local.INFO: Sessions updated for user 2202. {"count":0} 
[2025-07-16 21:40:15] local.INFO: Sessions updated for user 2203. {"count":0} 
[2025-07-16 21:40:16] local.INFO: Sessions updated for user 2204. {"count":0} 
[2025-07-16 21:40:16] local.INFO: Sessions updated for user 2205. {"count":0} 
[2025-07-16 21:40:17] local.INFO: Sessions updated for user 2206. {"count":0} 
[2025-07-16 21:40:18] local.INFO: Sessions updated for user 2207. {"count":0} 
[2025-07-16 21:40:18] local.INFO: Sessions updated for user 2208. {"count":0} 
[2025-07-16 21:40:19] local.INFO: Sessions updated for user 2209. {"count":0} 
[2025-07-16 21:40:20] local.INFO: Sessions updated for user 2210. {"count":0} 
[2025-07-16 21:40:20] local.INFO: Sessions updated for user 2213. {"count":0} 
[2025-07-16 21:40:21] local.INFO: Sessions updated for user 2214. {"count":0} 
[2025-07-16 21:40:22] local.INFO: Sessions updated for user 2215. {"count":0} 
[2025-07-16 21:40:23] local.INFO: Sessions updated for user 2216. {"count":0} 
[2025-07-16 21:40:23] local.INFO: Sessions updated for user 2217. {"count":0} 
[2025-07-16 21:40:24] local.INFO: Sessions updated for user 2218. {"count":0} 
[2025-07-16 21:40:25] local.INFO: Sessions updated for user 2221. {"count":0} 
[2025-07-16 21:40:25] local.INFO: Sessions updated for user 2224. {"count":0} 
[2025-07-16 21:40:26] local.INFO: Sessions updated for user 2226. {"count":0} 
[2025-07-16 21:40:27] local.INFO: Sessions updated for user 2227. {"count":0} 
[2025-07-16 21:40:28] local.INFO: Sessions updated for user 2228. {"count":0} 
[2025-07-16 21:40:28] local.INFO: Sessions updated for user 2229. {"count":0} 
[2025-07-16 21:40:29] local.INFO: Sessions updated for user 2232. {"count":0} 
[2025-07-16 21:40:30] local.INFO: Sessions updated for user 2233. {"count":0} 
[2025-07-16 21:40:30] local.INFO: Sessions updated for user 2234. {"count":0} 
[2025-07-16 21:40:31] local.INFO: Sessions updated for user 2236. {"count":0} 
[2025-07-16 21:40:32] local.INFO: Sessions updated for user 2237. {"count":0} 
[2025-07-16 21:40:33] local.INFO: Sessions updated for user 2238. {"count":0} 
[2025-07-16 21:40:34] local.INFO: Sessions updated for user 2239. {"count":0} 
[2025-07-16 21:40:34] local.INFO: Sessions updated for user 2240. {"count":0} 
[2025-07-16 21:40:35] local.INFO: Sessions updated for user 2242. {"count":0} 
[2025-07-16 21:40:36] local.INFO: Sessions updated for user 2243. {"count":0} 
[2025-07-16 21:40:37] local.INFO: Sessions updated for user 2244. {"count":0} 
[2025-07-16 21:40:37] local.INFO: Sessions updated for user 2245. {"count":0} 
[2025-07-16 21:40:38] local.INFO: Sessions updated for user 2246. {"count":0} 
[2025-07-16 21:40:39] local.INFO: Sessions updated for user 2247. {"count":0} 
[2025-07-16 21:40:40] local.INFO: Sessions updated for user 2248. {"count":0} 
[2025-07-16 21:40:41] local.INFO: Sessions updated for user 2249. {"count":0} 
[2025-07-16 21:40:42] local.INFO: Sessions updated for user 2250. {"count":0} 
[2025-07-16 21:40:43] local.INFO: Sessions updated for user 2251. {"count":0} 
[2025-07-16 21:40:44] local.INFO: Sessions updated for user 2253. {"count":0} 
[2025-07-16 21:40:45] local.INFO: Sessions updated for user 2254. {"count":0} 
[2025-07-16 21:40:46] local.INFO: Sessions updated for user 2255. {"count":0} 
[2025-07-16 21:40:47] local.INFO: Sessions updated for user 2256. {"count":0} 
[2025-07-16 21:40:48] local.INFO: Sessions updated for user 2257. {"count":0} 
[2025-07-16 21:40:48] local.INFO: Sessions updated for user 2258. {"count":0} 
[2025-07-16 21:40:49] local.INFO: Sessions updated for user 2259. {"count":0} 
[2025-07-16 21:40:50] local.INFO: Sessions updated for user 2260. {"count":0} 
[2025-07-16 21:40:51] local.INFO: Sessions updated for user 2261. {"count":0} 
[2025-07-16 21:40:51] local.INFO: Sessions updated for user 2262. {"count":0} 
[2025-07-16 21:40:52] local.INFO: Sessions updated for user 2263. {"count":0} 
[2025-07-16 21:40:53] local.INFO: Sessions updated for user 2264. {"count":0} 
[2025-07-16 21:40:54] local.INFO: Sessions updated for user 2265. {"count":0} 
[2025-07-16 21:40:54] local.INFO: Sessions updated for user 2266. {"count":0} 
[2025-07-16 21:40:55] local.INFO: Sessions updated for user 2267. {"count":0} 
[2025-07-16 21:40:56] local.INFO: Sessions updated for user 2268. {"count":0} 
[2025-07-16 21:40:56] local.INFO: Sessions updated for user 2269. {"count":0} 
[2025-07-16 21:40:57] local.INFO: Sessions updated for user 2270. {"count":0} 
[2025-07-16 21:40:58] local.INFO: Sessions updated for user 2272. {"count":0} 
[2025-07-16 21:40:58] local.INFO: Sessions updated for user 2273. {"count":0} 
[2025-07-16 21:40:59] local.INFO: Sessions updated for user 2274. {"count":0} 
[2025-07-16 21:41:00] local.INFO: Sessions updated for user 2275. {"count":0} 
[2025-07-16 21:41:01] local.INFO: Sessions updated for user 2277. {"count":0} 
[2025-07-16 21:41:01] local.INFO: Sessions updated for user 2279. {"count":0} 
[2025-07-16 21:41:02] local.INFO: Sessions updated for user 2280. {"count":0} 
[2025-07-16 21:41:03] local.INFO: Sessions updated for user 2281. {"count":0} 
[2025-07-16 21:41:03] local.INFO: Sessions updated for user 2284. {"count":0} 
[2025-07-16 21:41:04] local.INFO: Sessions updated for user 2288. {"count":0} 
[2025-07-16 21:41:05] local.INFO: Sessions updated for user 2289. {"count":0} 
[2025-07-16 21:41:05] local.INFO: Sessions updated for user 2290. {"count":0} 
[2025-07-16 21:41:06] local.INFO: Sessions updated for user 2291. {"count":0} 
[2025-07-16 21:41:07] local.INFO: Sessions updated for user 2292. {"count":0} 
[2025-07-16 21:41:07] local.INFO: Sessions updated for user 2294. {"count":0} 
[2025-07-16 21:41:08] local.INFO: Sessions updated for user 2295. {"count":0} 
[2025-07-16 21:41:09] local.INFO: Sessions updated for user 2296. {"count":0} 
[2025-07-16 21:41:10] local.INFO: Sessions updated for user 2297. {"count":0} 
[2025-07-16 21:41:10] local.INFO: Sessions updated for user 2299. {"count":0} 
[2025-07-16 21:41:11] local.INFO: Sessions updated for user 2300. {"count":0} 
[2025-07-16 21:41:12] local.INFO: Sessions updated for user 2301. {"count":0} 
[2025-07-16 21:41:12] local.INFO: Sessions updated for user 2302. {"count":0} 
[2025-07-16 21:41:13] local.INFO: Sessions updated for user 2304. {"count":0} 
[2025-07-16 21:41:14] local.INFO: Sessions updated for user 2305. {"count":0} 
[2025-07-16 21:41:15] local.INFO: Sessions updated for user 2307. {"count":0} 
[2025-07-16 21:41:15] local.INFO: Sessions updated for user 2308. {"count":0} 
[2025-07-16 21:41:16] local.INFO: Sessions updated for user 2309. {"count":0} 
[2025-07-16 21:41:17] local.INFO: Sessions updated for user 2310. {"count":0} 
[2025-07-16 21:41:18] local.INFO: Sessions updated for user 2311. {"count":0} 
[2025-07-16 21:41:19] local.INFO: Sessions updated for user 2312. {"count":0} 
[2025-07-16 21:41:20] local.INFO: Sessions updated for user 2313. {"count":0} 
[2025-07-16 21:41:20] local.INFO: Sessions updated for user 2314. {"count":0} 
[2025-07-16 21:41:21] local.INFO: Sessions updated for user 2315. {"count":0} 
[2025-07-16 21:41:22] local.INFO: Sessions updated for user 2317. {"count":0} 
[2025-07-16 21:41:23] local.INFO: Sessions updated for user 2318. {"count":0} 
[2025-07-16 21:41:23] local.INFO: Sessions updated for user 2319. {"count":0} 
[2025-07-16 21:41:24] local.INFO: Sessions updated for user 2320. {"count":0} 
[2025-07-16 21:41:25] local.INFO: Sessions updated for user 2321. {"count":0} 
[2025-07-16 21:41:25] local.INFO: Sessions updated for user 2322. {"count":0} 
[2025-07-16 21:41:26] local.INFO: Sessions updated for user 2323. {"count":0} 
[2025-07-16 21:41:27] local.INFO: Sessions updated for user 2324. {"count":0} 
[2025-07-16 21:41:28] local.INFO: Sessions updated for user 2325. {"count":0} 
[2025-07-16 21:41:28] local.INFO: Sessions updated for user 2326. {"count":0} 
[2025-07-16 21:41:29] local.INFO: Sessions updated for user 2327. {"count":0} 
[2025-07-16 21:41:30] local.INFO: Sessions updated for user 2328. {"count":0} 
[2025-07-16 21:41:30] local.INFO: Sessions updated for user 2329. {"count":0} 
[2025-07-16 21:41:31] local.INFO: Sessions updated for user 2330. {"count":0} 
[2025-07-16 21:41:32] local.INFO: Sessions updated for user 2331. {"count":0} 
[2025-07-16 21:41:32] local.INFO: Sessions updated for user 2332. {"count":0} 
[2025-07-16 21:41:33] local.INFO: Sessions updated for user 2333. {"count":0} 
[2025-07-16 21:41:34] local.INFO: Sessions updated for user 2334. {"count":0} 
[2025-07-16 21:41:35] local.INFO: Sessions updated for user 2335. {"count":0} 
[2025-07-16 21:41:35] local.INFO: Sessions updated for user 2336. {"count":0} 
[2025-07-16 21:41:36] local.INFO: Sessions updated for user 2338. {"count":0} 
[2025-07-16 21:41:37] local.INFO: Sessions updated for user 2339. {"count":0} 
[2025-07-16 21:41:38] local.INFO: Sessions updated for user 2340. {"count":0} 
[2025-07-16 21:41:38] local.INFO: Sessions updated for user 2341. {"count":0} 
[2025-07-16 21:41:39] local.INFO: Sessions updated for user 2342. {"count":0} 
[2025-07-16 21:41:40] local.INFO: Sessions updated for user 2343. {"count":0} 
[2025-07-16 21:41:41] local.INFO: Sessions updated for user 2344. {"count":0} 
[2025-07-16 21:41:41] local.INFO: Sessions updated for user 2345. {"count":0} 
[2025-07-16 21:41:42] local.INFO: Sessions updated for user 2346. {"count":0} 
[2025-07-16 21:41:43] local.INFO: Sessions updated for user 2347. {"count":0} 
[2025-07-16 21:41:43] local.INFO: Sessions updated for user 2348. {"count":0} 
[2025-07-16 21:41:44] local.INFO: Sessions updated for user 2349. {"count":0} 
[2025-07-16 21:41:45] local.INFO: Sessions updated for user 2351. {"count":0} 
[2025-07-16 21:41:46] local.INFO: Sessions updated for user 2352. {"count":0} 
[2025-07-16 21:41:46] local.INFO: Sessions updated for user 2354. {"count":0} 
[2025-07-16 21:41:47] local.INFO: Sessions updated for user 2355. {"count":0} 
[2025-07-16 21:41:48] local.INFO: Sessions updated for user 2356. {"count":0} 
[2025-07-16 21:41:48] local.INFO: Sessions updated for user 2357. {"count":0} 
[2025-07-16 21:41:49] local.INFO: Sessions updated for user 2358. {"count":0} 
[2025-07-16 21:41:50] local.INFO: Sessions updated for user 2360. {"count":0} 
[2025-07-16 21:41:51] local.INFO: Sessions updated for user 2361. {"count":0} 
[2025-07-16 21:41:52] local.INFO: Sessions updated for user 2362. {"count":0} 
[2025-07-16 21:41:53] local.INFO: Sessions updated for user 2364. {"count":0} 
[2025-07-16 21:41:54] local.INFO: Sessions updated for user 2365. {"count":0} 
[2025-07-16 21:41:54] local.INFO: Sessions updated for user 2366. {"count":0} 
[2025-07-16 21:41:55] local.INFO: Sessions updated for user 2370. {"count":0} 
[2025-07-16 21:41:56] local.INFO: Sessions updated for user 2371. {"count":0} 
[2025-07-16 21:41:57] local.INFO: Sessions updated for user 2373. {"count":0} 
[2025-07-16 21:41:58] local.INFO: Sessions updated for user 2374. {"count":0} 
[2025-07-16 21:41:59] local.INFO: Sessions updated for user 2375. {"count":0} 
[2025-07-16 21:41:59] local.INFO: Sessions updated for user 2376. {"count":0} 
[2025-07-16 21:42:00] local.INFO: Sessions updated for user 2378. {"count":0} 
[2025-07-16 21:42:01] local.INFO: Sessions updated for user 2379. {"count":0} 
[2025-07-16 21:42:02] local.INFO: Sessions updated for user 2380. {"count":0} 
[2025-07-16 21:42:03] local.INFO: Sessions updated for user 2381. {"count":0} 
[2025-07-16 21:42:03] local.INFO: Sessions updated for user 2382. {"count":0} 
[2025-07-16 21:42:04] local.INFO: Sessions updated for user 2383. {"count":0} 
[2025-07-16 21:42:05] local.INFO: Sessions updated for user 2384. {"count":0} 
[2025-07-16 21:42:05] local.INFO: Sessions updated for user 2385. {"count":0} 
[2025-07-16 21:42:06] local.INFO: Sessions updated for user 2387. {"count":0} 
[2025-07-16 21:42:07] local.INFO: Sessions updated for user 2388. {"count":0} 
[2025-07-16 21:42:08] local.INFO: Sessions updated for user 2389. {"count":0} 
[2025-07-16 21:42:08] local.INFO: Sessions updated for user 2391. {"count":0} 
[2025-07-16 21:42:09] local.INFO: Sessions updated for user 2392. {"count":0} 
[2025-07-16 21:42:10] local.INFO: Sessions updated for user 2393. {"count":0} 
[2025-07-16 21:42:10] local.INFO: Sessions updated for user 2394. {"count":0} 
[2025-07-16 21:42:11] local.INFO: Sessions updated for user 2395. {"count":0} 
[2025-07-16 21:42:12] local.INFO: Sessions updated for user 2396. {"count":0} 
[2025-07-16 21:42:13] local.INFO: Sessions updated for user 2397. {"count":0} 
[2025-07-16 21:42:13] local.INFO: Sessions updated for user 2398. {"count":0} 
[2025-07-16 21:42:14] local.INFO: Sessions updated for user 2399. {"count":0} 
[2025-07-16 21:42:15] local.INFO: Sessions updated for user 2400. {"count":0} 
[2025-07-16 21:42:15] local.INFO: Sessions updated for user 2402. {"count":0} 
[2025-07-16 21:42:16] local.INFO: Sessions updated for user 2403. {"count":0} 
[2025-07-16 21:42:17] local.INFO: Sessions updated for user 2404. {"count":0} 
[2025-07-16 21:42:17] local.INFO: Sessions updated for user 2405. {"count":0} 
[2025-07-16 21:42:18] local.INFO: Sessions updated for user 2406. {"count":0} 
[2025-07-16 21:42:19] local.INFO: Sessions updated for user 2407. {"count":0} 
[2025-07-16 21:42:20] local.INFO: Sessions updated for user 2408. {"count":0} 
[2025-07-16 21:42:20] local.INFO: Sessions updated for user 2410. {"count":0} 
[2025-07-16 21:42:21] local.INFO: Sessions updated for user 2412. {"count":0} 
[2025-07-16 21:42:22] local.INFO: Sessions updated for user 2413. {"count":0} 
[2025-07-16 21:42:22] local.INFO: Sessions updated for user 2414. {"count":0} 
[2025-07-16 21:42:23] local.INFO: Sessions updated for user 2415. {"count":0} 
[2025-07-16 21:42:24] local.INFO: Sessions updated for user 2416. {"count":0} 
[2025-07-16 21:42:25] local.INFO: Sessions updated for user 2417. {"count":0} 
[2025-07-16 21:42:26] local.INFO: Sessions updated for user 2418. {"count":0} 
[2025-07-16 21:42:27] local.INFO: Sessions updated for user 2419. {"count":0} 
[2025-07-16 21:42:28] local.INFO: Sessions updated for user 2420. {"count":0} 
[2025-07-16 21:42:29] local.INFO: Sessions updated for user 2421. {"count":0} 
[2025-07-16 21:42:30] local.INFO: Sessions updated for user 2422. {"count":0} 
[2025-07-16 21:42:31] local.INFO: Sessions updated for user 2424. {"count":0} 
[2025-07-16 21:42:31] local.INFO: Sessions updated for user 2425. {"count":0} 
[2025-07-16 21:42:32] local.INFO: Sessions updated for user 2426. {"count":0} 
[2025-07-16 21:42:33] local.INFO: Sessions updated for user 2427. {"count":0} 
[2025-07-16 21:42:35] local.INFO: Sessions updated for user 2428. {"count":0} 
[2025-07-16 21:42:36] local.INFO: Sessions updated for user 2430. {"count":0} 
[2025-07-16 21:42:37] local.INFO: Sessions updated for user 2431. {"count":0} 
[2025-07-16 21:42:38] local.INFO: Sessions updated for user 2432. {"count":0} 
[2025-07-16 21:42:39] local.INFO: Sessions updated for user 2433. {"count":0} 
[2025-07-16 21:42:39] local.INFO: Sessions updated for user 2435. {"count":0} 
[2025-07-16 21:42:39] local.INFO: Total Users processed for sessions. {"count":1972} 
[2025-07-16 21:42:40] local.INFO: Ampeco data update completed successfully!  
[2025-07-16 22:07:01] local.INFO: AmpecoDataUpdater: Command started.  
[2025-07-16 22:07:01] local.INFO: AmpecoDataUpdater: DEBUG_USER_ID from .env is: Not Set  
[2025-07-16 22:07:01] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:04] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":100,"total":1972}} 
[2025-07-16 22:07:04] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:06] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"156\",\"email\":\"geertpennewaert@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Geert\",\"middleName\":null,\"lastName\":\"Pennewaert\",\"phone\":\"0476630591\",\"country\":\"BE\",\"state\":null,\"city\":\"Oudegem\",\"postCode\":\"9200\",\"address\":\"Ouburg 130\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":313,\"externalId\":null,\"lastUpdatedAt\":\"2022-06-01T15:29:58+00:00\",\"createdAt\":...","meta_data":{"current_page":2,"from":101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":200,"total":1972}} 
[2025-07-16 22:07:06] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:09] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"280\",\"email\":\"vavo@piso.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Wim\",\"middleName\":null,\"lastName\":\"Vrancken\",\"phone\":\"0478257802\",\"country\":\"BE\",\"state\":null,\"city\":\"St-Joris-Winge\",\"postCode\":\"3390\",\"address\":\"Wingerstraat 20\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":50.57,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2310,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-17T12:45:55+00:00\",\"createdA...","meta_data":{"current_page":3,"from":201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":300,"total":1972}} 
[2025-07-16 22:07:09] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:11] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"388\",\"email\":\"steven.deron@nippongases.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Steven\",\"middleName\":null,\"lastName\":\"De Ron\",\"phone\":\"0485686876\",\"country\":\"BE\",\"state\":null,\"city\":\"Boortmeerbeek\",\"postCode\":\"3191\",\"address\":\"Ravesteinstraat 96, Hever 3191 Boortmeerbeek, Belgium\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":148.3,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2720,\"externalId\":null,\"l...","meta_data":{"current_page":4,"from":301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":400,"total":1972}} 
[2025-07-16 22:07:11] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:13] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"497\",\"email\":\"sandra@capitalecars.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Edmond\",\"middleName\":null,\"lastName\":\"Plas\",\"phone\":\"+32475235296\",\"country\":\"BE\",\"state\":null,\"city\":\"Asse\",\"postCode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"fr\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":845,\"externalId\":null,\"lastUpdatedAt\":\"2023-06-06T13:06:44+00:00\",\"crea...","meta_data":{"current_page":5,"from":401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":500,"total":1972}} 
[2025-07-16 22:07:13] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:16] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"613\",\"email\":\"Kurt.fanton@madolex.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Kurt\",\"middleName\":null,\"lastName\":\"Fanton\",\"phone\":\"0484671968\",\"country\":\"BE\",\"state\":\"Ossendriesstraat 42\",\"city\":\"Zonhoven\",\"postCode\":\"3520\",\"address\":\"ossendriesstraat 42\",\"vehicleNo\":\"2-DUM-217\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2023-07-27T...","meta_data":{"current_page":6,"from":501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":600,"total":1972}} 
[2025-07-16 22:07:16] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:18] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"743\",\"email\":\"stijn.bogaerts@outlook.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Stijn\",\"middleName\":null,\"lastName\":\"Bogaerts\",\"phone\":\"+32 499 93 60 03\",\"country\":\"BE\",\"state\":null,\"city\":\"Edegem\",\"postCode\":\"2650\",\"address\":\"Pieter Van den Bemdenlaan 59\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":100,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-10T1...","meta_data":{"current_page":7,"from":601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":700,"total":1972}} 
[2025-07-16 22:07:18] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:20] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"858\",\"email\":\"nicobonnast@me.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Nico\",\"middleName\":null,\"lastName\":\"Bonnast\",\"phone\":\"+32477384279\",\"country\":\"BE\",\"state\":null,\"city\":\"Wetteren\",\"postCode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"vehicleNo\":\"2-ELT-630\",\"personal_id\":\"591-9330104-67\",\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2156,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-31T11...","meta_data":{"current_page":8,"from":701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":800,"total":1972}} 
[2025-07-16 22:07:20] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:22] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"974\",\"email\":\"tommie.van.mechgelen@centomedia.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Tommie\",\"middleName\":null,\"lastName\":\"Van Mechgelen\",\"phone\":\"+32496642889\",\"country\":\"BE\",\"state\":null,\"city\":\"Wommelgem\",\"postCode\":\"2160\",\"address\":\"Gullenrodestraat 7 unit 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-...","meta_data":{"current_page":9,"from":801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":900,"total":1972}} 
[2025-07-16 22:07:22] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:24] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1114\",\"email\":\"mike@brandnewoffice.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Mike\",\"middleName\":null,\"lastName\":\"De Koster\",\"phone\":\"0486 41 33 35\",\"country\":\"BE\",\"state\":null,\"city\":\"Herne\",\"postCode\":\"1540\",\"address\":\"Tweekapellenstraat 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-03-17T09:17:33+00:00\",...","meta_data":{"current_page":10,"from":901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1000,"total":1972}} 
[2025-07-16 22:07:24] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:26] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1272\",\"email\":\"gerritdevos@skynet.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Gerrit\",\"middleName\":null,\"lastName\":\"De Vos\",\"phone\":\"+32456310834\",\"country\":\"BE\",\"state\":null,\"city\":\"Lochristi\",\"postCode\":\"9080\",\"address\":\"Bosdreef 12C\",\"vehicleNo\":\"2fls641\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":438.05,\"status\":\"enabled\",\"userGroupIds\":[199],\"subscriptionId\":1319,\"externalId\":null,\"lastUpdatedAt\":\"2024-06-14T08:03:14+00:0...","meta_data":{"current_page":11,"from":1001,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1100,"total":1972}} 
[2025-07-16 22:07:26] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:29] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1387\",\"email\":\"bajetak586@albarulo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Bibro\",\"middleName\":null,\"lastName\":\"Antar\",\"phone\":\"+40721001950\",\"country\":\"SE\",\"state\":null,\"city\":\"Stockholm\",\"postCode\":\"11543\",\"address\":\"ahlessen nr. 44\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"disabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-09-30T07:49:51+00:00\",\"crea...","meta_data":{"current_page":12,"from":1101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1200,"total":1972}} 
[2025-07-16 22:07:29] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:31] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1515\",\"email\":\"yunotjeanbex@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Yunot\",\"middleName\":null,\"lastName\":\"Bex\",\"phone\":\"+32460940182\",\"country\":\"BE\",\"state\":null,\"city\":\"Hasselt\",\"postCode\":\"3511\",\"address\":\"Deken Habrakenstraat 8\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":16.22,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":1778,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T18:33:50+00:00\",\"...","meta_data":{"current_page":13,"from":1201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1300,"total":1972}} 
[2025-07-16 22:07:31] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:34] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1630\",\"email\":\"pascale.vanolst@everlam.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Pascale\",\"middleName\":null,\"lastName\":\"Vanolst\",\"phone\":\"0487 26 95 23\",\"country\":\"BE\",\"state\":null,\"city\":\"Mechelen\",\"postCode\":\"2800\",\"address\":\"Blokhuisstraat 47 J           B-2800 Mechelen\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2012,\"externalId\":null,\"lastUpdatedAt...","meta_data":{"current_page":14,"from":1301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1400,"total":1972}} 
[2025-07-16 22:07:34] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:36] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1735\",\"email\":\"christophe.leysen@live.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Christophe\",\"middleName\":null,\"lastName\":\"Leysen\",\"phone\":\"+32470868696\",\"country\":\"BE\",\"state\":\"Antwerpen\",\"city\":\"Kontich\",\"postCode\":\"2550\",\"address\":\"lijsterbolstraat 18\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-12-26T10:50...","meta_data":{"current_page":15,"from":1401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1500,"total":1972}} 
[2025-07-16 22:07:36] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:38] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1852\",\"email\":\"susanbaba73@yahoo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":null,\"middleName\":null,\"lastName\":null,\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"es-ES\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-31T19:51:30+00:00\",\"createdAt\":\"2025-01-31T19:51:30+00:00\",\"cre...","meta_data":{"current_page":16,"from":1501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1600,"total":1972}} 
[2025-07-16 22:07:38] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:40] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1957\",\"email\":\"Heidi.Goossens@sobi.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Heidi\",\"middleName\":null,\"lastName\":\"Goossens\",\"phone\":\"32497590918\",\"country\":\"BE\",\"state\":null,\"city\":\"Waanrode\",\"postCode\":\"3473\",\"address\":\"Oude Tiensestraat 40\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":192.86,\"status\":\"enabled\",\"userGroupIds\":[228],\"subscriptionId\":2412,\"externalId\":\"1957\",\"lastUpdatedAt\":\"2025-04-02T11:59:5...","meta_data":{"current_page":17,"from":1601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1700,"total":1972}} 
[2025-07-16 22:07:40] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:42] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2093\",\"email\":\"sbai.ayoub@hotmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Ayoub\",\"middleName\":null,\"lastName\":\"Sbai\",\"phone\":\"+33643202625\",\"country\":\"FR\",\"state\":null,\"city\":\"Paris\",\"postCode\":\"75019\",\"address\":\"16 all\\u00e9e de Fontainebelau\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":51.65,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T10:36:03+...","meta_data":{"current_page":18,"from":1701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1800,"total":1972}} 
[2025-07-16 22:07:42] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:45] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2228\",\"email\":\"brecht.van.camp@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Brecht\",\"middleName\":null,\"lastName\":\"Van Camp\",\"phone\":\"+32476 58 79 81\",\"country\":\"BE\",\"state\":null,\"city\":\"Oelegem\",\"postCode\":\"2520\",\"address\":\"Schransken 5a\\/001\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-25T11:14:32+00:0...","meta_data":{"current_page":19,"from":1801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1900,"total":1972}} 
[2025-07-16 22:07:45] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-16 22:07:46] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2347\",\"email\":\"sarah.jacobs@docitconsult.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Sarah\",\"middleName\":null,\"lastName\":\"Jacobs\",\"phone\":\"0472013387\",\"country\":\"BE\",\"state\":null,\"city\":\"Schoten\",\"postCode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2595,\"externalId\":\"2347\",\"lastUpdatedAt\":\"2025-06-30T11:38:38+00:00...","meta_data":{"current_page":20,"from":1901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1972,"total":1972}} 
[2025-07-16 22:07:47] local.INFO: Sessions updated for user 1. {"count":0} 
[2025-07-16 22:07:48] local.INFO: Sessions updated for user 7. {"count":0} 
[2025-07-16 22:07:49] local.INFO: Sessions updated for user 15. {"count":0} 
[2025-07-16 22:07:50] local.INFO: Sessions updated for user 17. {"count":0} 
[2025-07-16 22:07:51] local.INFO: Sessions updated for user 19. {"count":0} 
[2025-07-16 22:07:52] local.INFO: Sessions updated for user 20. {"count":0} 
[2025-07-16 22:07:52] local.INFO: Sessions updated for user 21. {"count":0} 
[2025-07-16 22:07:53] local.INFO: Sessions updated for user 23. {"count":0} 
[2025-07-16 22:07:54] local.INFO: Sessions updated for user 26. {"count":0} 
[2025-07-16 22:07:54] local.INFO: Sessions updated for user 27. {"count":0} 
[2025-07-16 22:07:55] local.INFO: Sessions updated for user 28. {"count":0} 
[2025-07-16 22:07:56] local.INFO: Sessions updated for user 30. {"count":0} 
[2025-07-16 22:07:57] local.INFO: Sessions updated for user 32. {"count":0} 
[2025-07-16 22:07:57] local.INFO: Sessions updated for user 33. {"count":0} 
[2025-07-16 22:07:58] local.INFO: Sessions updated for user 36. {"count":0} 
[2025-07-16 22:07:59] local.INFO: Sessions updated for user 40. {"count":0} 
[2025-07-16 22:08:00] local.INFO: Sessions updated for user 41. {"count":0} 
[2025-07-16 22:08:00] local.INFO: Sessions updated for user 45. {"count":0} 
[2025-07-16 22:08:01] local.INFO: Sessions updated for user 46. {"count":0} 
[2025-07-16 22:08:02] local.INFO: Sessions updated for user 47. {"count":0} 
[2025-07-16 22:08:03] local.INFO: Sessions updated for user 50. {"count":0} 
[2025-07-16 22:08:04] local.INFO: Sessions updated for user 52. {"count":0} 
[2025-07-16 22:08:05] local.INFO: Sessions updated for user 53. {"count":0} 
[2025-07-16 22:08:06] local.INFO: Sessions updated for user 55. {"count":0} 
[2025-07-16 22:08:07] local.INFO: Sessions updated for user 57. {"count":0} 
[2025-07-16 22:08:08] local.INFO: Sessions updated for user 60. {"count":0} 
[2025-07-16 22:08:08] local.INFO: Sessions updated for user 61. {"count":0} 
[2025-07-16 22:08:09] local.INFO: Sessions updated for user 62. {"count":0} 
[2025-07-16 22:08:10] local.INFO: Sessions updated for user 63. {"count":0} 
[2025-07-16 22:08:11] local.INFO: Sessions updated for user 64. {"count":0} 
[2025-07-16 22:08:12] local.INFO: Sessions updated for user 65. {"count":0} 
[2025-07-16 22:08:13] local.INFO: Sessions updated for user 66. {"count":0} 
[2025-07-16 22:08:13] local.INFO: Sessions updated for user 67. {"count":0} 
[2025-07-16 22:08:14] local.INFO: Sessions updated for user 68. {"count":0} 
[2025-07-16 22:08:15] local.INFO: Sessions updated for user 69. {"count":0} 
[2025-07-16 22:08:16] local.INFO: Sessions updated for user 71. {"count":0} 
[2025-07-16 22:08:17] local.INFO: Sessions updated for user 72. {"count":0} 
[2025-07-16 22:08:17] local.INFO: Sessions updated for user 73. {"count":0} 
[2025-07-16 22:08:18] local.INFO: Sessions updated for user 74. {"count":0} 
[2025-07-16 22:08:19] local.INFO: Sessions updated for user 76. {"count":0} 
[2025-07-16 22:08:20] local.INFO: Sessions updated for user 77. {"count":0} 
[2025-07-16 22:08:20] local.INFO: Sessions updated for user 79. {"count":0} 
[2025-07-16 22:08:21] local.INFO: Sessions updated for user 80. {"count":0} 
[2025-07-16 22:08:22] local.INFO: Sessions updated for user 81. {"count":0} 
[2025-07-16 22:08:23] local.INFO: Sessions updated for user 84. {"count":0} 
[2025-07-16 22:08:23] local.INFO: Sessions updated for user 85. {"count":0} 
[2025-07-16 22:08:24] local.INFO: Sessions updated for user 86. {"count":0} 
[2025-07-16 22:08:25] local.INFO: Sessions updated for user 87. {"count":0} 
[2025-07-16 22:08:26] local.INFO: Sessions updated for user 88. {"count":0} 
[2025-07-16 22:08:27] local.INFO: Sessions updated for user 89. {"count":0} 
[2025-07-16 22:08:28] local.INFO: Sessions updated for user 90. {"count":0} 
[2025-07-16 22:08:28] local.INFO: Sessions updated for user 91. {"count":0} 
[2025-07-16 22:08:29] local.INFO: Sessions updated for user 92. {"count":0} 
[2025-07-16 22:08:30] local.INFO: Sessions updated for user 94. {"count":0} 
[2025-07-16 22:08:31] local.INFO: Sessions updated for user 95. {"count":0} 
[2025-07-16 22:08:32] local.INFO: Sessions updated for user 96. {"count":0} 
[2025-07-16 22:08:32] local.INFO: Sessions updated for user 97. {"count":0} 
[2025-07-16 22:08:33] local.INFO: Sessions updated for user 98. {"count":0} 
[2025-07-16 22:08:34] local.INFO: Sessions updated for user 99. {"count":0} 
[2025-07-16 22:08:35] local.INFO: Sessions updated for user 100. {"count":0} 
[2025-07-16 22:08:36] local.INFO: Sessions updated for user 101. {"count":0} 
[2025-07-16 22:08:37] local.INFO: Sessions updated for user 102. {"count":0} 
[2025-07-16 22:08:37] local.INFO: Sessions updated for user 103. {"count":0} 
[2025-07-16 22:08:38] local.INFO: Sessions updated for user 104. {"count":0} 
[2025-07-16 22:08:39] local.INFO: Sessions updated for user 105. {"count":0} 
[2025-07-16 22:08:40] local.INFO: Sessions updated for user 106. {"count":0} 
[2025-07-16 22:08:41] local.INFO: Sessions updated for user 107. {"count":0} 
[2025-07-16 22:08:42] local.INFO: Sessions updated for user 108. {"count":0} 
[2025-07-16 22:08:43] local.INFO: Sessions updated for user 109. {"count":0} 
[2025-07-16 22:08:44] local.INFO: Sessions updated for user 110. {"count":0} 
[2025-07-16 22:08:45] local.INFO: Sessions updated for user 111. {"count":0} 
[2025-07-16 22:08:45] local.INFO: Sessions updated for user 112. {"count":0} 
[2025-07-16 22:08:46] local.INFO: Sessions updated for user 113. {"count":0} 
[2025-07-16 22:08:47] local.INFO: Sessions updated for user 114. {"count":0} 
[2025-07-16 22:08:48] local.INFO: Sessions updated for user 115. {"count":0} 
[2025-07-16 22:08:48] local.INFO: Sessions updated for user 116. {"count":0} 
[2025-07-16 22:08:49] local.INFO: Sessions updated for user 117. {"count":0} 
[2025-07-16 22:08:50] local.INFO: Sessions updated for user 118. {"count":0} 
[2025-07-16 22:08:51] local.INFO: Sessions updated for user 119. {"count":0} 
[2025-07-16 22:08:51] local.INFO: Sessions updated for user 121. {"count":0} 
[2025-07-16 22:08:52] local.INFO: Sessions updated for user 122. {"count":0} 
[2025-07-16 22:08:53] local.INFO: Sessions updated for user 123. {"count":0} 
[2025-07-16 22:08:54] local.INFO: Sessions updated for user 124. {"count":0} 
[2025-07-16 22:08:54] local.INFO: Sessions updated for user 125. {"count":0} 
[2025-07-16 22:08:55] local.INFO: Sessions updated for user 127. {"count":0} 
[2025-07-16 22:08:56] local.INFO: Sessions updated for user 128. {"count":0} 
[2025-07-16 22:08:57] local.INFO: Sessions updated for user 130. {"count":0} 
[2025-07-16 22:08:58] local.INFO: Sessions updated for user 131. {"count":0} 
[2025-07-16 22:08:58] local.INFO: Sessions updated for user 134. {"count":0} 
[2025-07-16 22:08:59] local.INFO: Sessions updated for user 140. {"count":0} 
[2025-07-16 22:09:00] local.INFO: Sessions updated for user 142. {"count":0} 
[2025-07-16 22:09:01] local.INFO: Sessions updated for user 143. {"count":0} 
[2025-07-16 22:09:01] local.INFO: Sessions updated for user 144. {"count":0} 
[2025-07-16 22:09:02] local.INFO: Sessions updated for user 145. {"count":0} 
[2025-07-16 22:09:03] local.INFO: Sessions updated for user 146. {"count":0} 
[2025-07-16 22:09:04] local.INFO: Sessions updated for user 147. {"count":0} 
[2025-07-16 22:09:05] local.INFO: Sessions updated for user 150. {"count":0} 
[2025-07-16 22:09:06] local.INFO: Sessions updated for user 152. {"count":0} 
[2025-07-16 22:09:06] local.INFO: Sessions updated for user 154. {"count":0} 
[2025-07-16 22:09:07] local.INFO: Sessions updated for user 155. {"count":0} 
[2025-07-16 22:09:08] local.INFO: Sessions updated for user 156. {"count":0} 
[2025-07-16 22:09:09] local.INFO: Sessions updated for user 159. {"count":0} 
[2025-07-16 22:09:10] local.INFO: Sessions updated for user 160. {"count":0} 
[2025-07-16 22:09:11] local.INFO: Sessions updated for user 161. {"count":0} 
[2025-07-16 22:09:12] local.INFO: Sessions updated for user 162. {"count":0} 
[2025-07-16 22:09:13] local.INFO: Sessions updated for user 163. {"count":0} 
[2025-07-16 22:09:14] local.INFO: Sessions updated for user 164. {"count":0} 
[2025-07-16 22:09:15] local.INFO: Sessions updated for user 166. {"count":0} 
[2025-07-16 22:09:16] local.INFO: Sessions updated for user 167. {"count":0} 
[2025-07-16 22:09:17] local.INFO: Sessions updated for user 168. {"count":0} 
[2025-07-16 22:09:18] local.INFO: Sessions updated for user 169. {"count":0} 
[2025-07-16 22:09:19] local.INFO: Sessions updated for user 170. {"count":0} 
[2025-07-16 22:09:19] local.INFO: Sessions updated for user 171. {"count":0} 
[2025-07-16 22:09:20] local.INFO: Sessions updated for user 172. {"count":0} 
[2025-07-16 22:09:21] local.INFO: Sessions updated for user 173. {"count":0} 
[2025-07-16 22:09:22] local.INFO: Sessions updated for user 174. {"count":0} 
[2025-07-16 22:09:22] local.INFO: Sessions updated for user 175. {"count":0} 
[2025-07-16 22:09:23] local.INFO: Sessions updated for user 176. {"count":0} 
[2025-07-16 22:09:24] local.INFO: Sessions updated for user 177. {"count":0} 
[2025-07-16 22:09:25] local.INFO: Sessions updated for user 178. {"count":0} 
[2025-07-16 22:09:25] local.INFO: Sessions updated for user 179. {"count":0} 
[2025-07-16 22:09:26] local.INFO: Sessions updated for user 180. {"count":0} 
[2025-07-16 22:09:27] local.INFO: Sessions updated for user 181. {"count":0} 
[2025-07-16 22:09:27] local.INFO: Sessions updated for user 182. {"count":0} 
[2025-07-16 22:09:28] local.INFO: Sessions updated for user 183. {"count":0} 
[2025-07-16 22:09:29] local.INFO: Sessions updated for user 184. {"count":0} 
[2025-07-16 22:09:30] local.INFO: Sessions updated for user 185. {"count":0} 
[2025-07-16 22:09:31] local.INFO: Sessions updated for user 186. {"count":0} 
[2025-07-16 22:09:31] local.INFO: Sessions updated for user 187. {"count":0} 
[2025-07-16 22:09:32] local.INFO: Sessions updated for user 188. {"count":0} 
[2025-07-16 22:09:33] local.INFO: Sessions updated for user 191. {"count":0} 
[2025-07-16 22:09:33] local.INFO: Sessions updated for user 192. {"count":0} 
[2025-07-16 22:09:34] local.INFO: Sessions updated for user 193. {"count":0} 
[2025-07-16 22:09:35] local.INFO: Sessions updated for user 194. {"count":0} 
[2025-07-16 22:09:36] local.INFO: Sessions updated for user 196. {"count":0} 
[2025-07-16 22:09:37] local.INFO: Sessions updated for user 197. {"count":0} 
[2025-07-16 22:09:38] local.INFO: Sessions updated for user 199. {"count":0} 
[2025-07-16 22:09:38] local.INFO: Sessions updated for user 200. {"count":0} 
[2025-07-16 22:09:39] local.INFO: Sessions updated for user 204. {"count":0} 
[2025-07-16 22:09:40] local.INFO: Sessions updated for user 205. {"count":0} 
[2025-07-16 22:09:41] local.INFO: Sessions updated for user 206. {"count":0} 
[2025-07-16 22:09:42] local.INFO: Sessions updated for user 207. {"count":0} 
[2025-07-16 22:09:42] local.INFO: Sessions updated for user 208. {"count":0} 
[2025-07-16 22:09:43] local.INFO: Sessions updated for user 209. {"count":0} 
[2025-07-16 22:09:44] local.INFO: Sessions updated for user 210. {"count":0} 
[2025-07-16 22:09:45] local.INFO: Sessions updated for user 211. {"count":0} 
[2025-07-16 22:09:46] local.INFO: Sessions updated for user 212. {"count":0} 
[2025-07-16 22:09:46] local.INFO: Sessions updated for user 213. {"count":0} 
[2025-07-16 22:09:47] local.INFO: Sessions updated for user 214. {"count":0} 
[2025-07-16 22:09:48] local.INFO: Sessions updated for user 216. {"count":0} 
[2025-07-16 22:09:49] local.INFO: Sessions updated for user 217. {"count":0} 
[2025-07-16 22:09:50] local.INFO: Sessions updated for user 219. {"count":0} 
[2025-07-16 22:09:50] local.INFO: Sessions updated for user 220. {"count":0} 
[2025-07-16 22:09:51] local.INFO: Sessions updated for user 221. {"count":0} 
[2025-07-16 22:09:52] local.INFO: Sessions updated for user 222. {"count":0} 
[2025-07-16 22:09:53] local.INFO: Sessions updated for user 223. {"count":0} 
[2025-07-16 22:09:54] local.INFO: Sessions updated for user 224. {"count":0} 
[2025-07-16 22:09:54] local.INFO: Sessions updated for user 225. {"count":0} 
[2025-07-16 22:09:55] local.INFO: Sessions updated for user 226. {"count":0} 
[2025-07-16 22:09:56] local.INFO: Sessions updated for user 228. {"count":0} 
[2025-07-16 22:09:57] local.INFO: Sessions updated for user 229. {"count":0} 
[2025-07-16 22:09:57] local.INFO: Sessions updated for user 230. {"count":0} 
[2025-07-16 22:09:58] local.INFO: Sessions updated for user 232. {"count":0} 
[2025-07-16 22:09:59] local.INFO: Sessions updated for user 233. {"count":0} 
[2025-07-16 22:10:00] local.INFO: Sessions updated for user 234. {"count":0} 
[2025-07-16 22:10:01] local.INFO: Sessions updated for user 235. {"count":0} 
[2025-07-16 22:10:01] local.INFO: Sessions updated for user 236. {"count":0} 
[2025-07-16 22:10:02] local.INFO: Sessions updated for user 237. {"count":0} 
[2025-07-16 22:10:03] local.INFO: Sessions updated for user 238. {"count":0} 
[2025-07-16 22:10:04] local.INFO: Sessions updated for user 239. {"count":0} 
[2025-07-16 22:10:05] local.INFO: Sessions updated for user 242. {"count":0} 
[2025-07-16 22:10:06] local.INFO: Sessions updated for user 244. {"count":0} 
[2025-07-16 22:10:06] local.INFO: Sessions updated for user 245. {"count":0} 
[2025-07-16 22:10:07] local.INFO: Sessions updated for user 246. {"count":0} 
[2025-07-16 22:10:08] local.INFO: Sessions updated for user 247. {"count":0} 
[2025-07-16 22:10:09] local.INFO: Sessions updated for user 248. {"count":0} 
[2025-07-16 22:10:09] local.INFO: Sessions updated for user 249. {"count":0} 
[2025-07-16 22:10:10] local.INFO: Sessions updated for user 250. {"count":0} 
[2025-07-16 22:10:11] local.INFO: Sessions updated for user 251. {"count":0} 
[2025-07-16 22:10:12] local.INFO: Sessions updated for user 253. {"count":0} 
[2025-07-16 22:10:13] local.INFO: Sessions updated for user 254. {"count":0} 
[2025-07-16 22:10:14] local.INFO: Sessions updated for user 255. {"count":0} 
[2025-07-16 22:10:15] local.INFO: Sessions updated for user 257. {"count":0} 
[2025-07-16 22:10:16] local.INFO: Sessions updated for user 258. {"count":0} 
[2025-07-16 22:10:16] local.INFO: Sessions updated for user 259. {"count":0} 
[2025-07-16 22:10:17] local.INFO: Sessions updated for user 260. {"count":0} 
[2025-07-16 22:10:18] local.INFO: Sessions updated for user 262. {"count":0} 
[2025-07-16 22:10:19] local.INFO: Sessions updated for user 263. {"count":0} 
[2025-07-16 22:10:20] local.INFO: Sessions updated for user 267. {"count":0} 
[2025-07-16 22:10:20] local.INFO: Sessions updated for user 268. {"count":0} 
[2025-07-16 22:10:21] local.INFO: Sessions updated for user 269. {"count":0} 
[2025-07-16 22:10:22] local.INFO: Sessions updated for user 270. {"count":0} 
[2025-07-16 22:10:23] local.INFO: Sessions updated for user 271. {"count":0} 
[2025-07-16 22:10:24] local.INFO: Sessions updated for user 273. {"count":0} 
[2025-07-16 22:10:24] local.INFO: Sessions updated for user 274. {"count":0} 
[2025-07-16 22:10:25] local.INFO: Sessions updated for user 275. {"count":0} 
[2025-07-16 22:10:26] local.INFO: Sessions updated for user 276. {"count":0} 
[2025-07-16 22:10:28] local.INFO: Sessions updated for user 277. {"count":0} 
[2025-07-16 22:10:29] local.INFO: Sessions updated for user 278. {"count":0} 
[2025-07-16 22:10:30] local.INFO: Sessions updated for user 279. {"count":0} 
[2025-07-16 22:10:31] local.INFO: Sessions updated for user 280. {"count":0} 
[2025-07-16 22:10:32] local.INFO: Sessions updated for user 281. {"count":0} 
[2025-07-16 22:10:33] local.INFO: Sessions updated for user 283. {"count":0} 
[2025-07-16 22:10:33] local.INFO: Sessions updated for user 284. {"count":0} 
[2025-07-16 22:10:34] local.INFO: Sessions updated for user 285. {"count":0} 
[2025-07-16 22:10:35] local.INFO: Sessions updated for user 286. {"count":0} 
[2025-07-16 22:10:36] local.INFO: Sessions updated for user 287. {"count":0} 
[2025-07-16 22:10:36] local.INFO: Sessions updated for user 288. {"count":0} 
[2025-07-16 22:10:37] local.INFO: Sessions updated for user 290. {"count":0} 
[2025-07-16 22:10:38] local.INFO: Sessions updated for user 291. {"count":0} 
[2025-07-16 22:10:39] local.INFO: Sessions updated for user 292. {"count":0} 
[2025-07-16 22:10:40] local.INFO: Sessions updated for user 293. {"count":0} 
[2025-07-16 22:10:40] local.INFO: Sessions updated for user 294. {"count":0} 
[2025-07-16 22:10:41] local.INFO: Sessions updated for user 295. {"count":0} 
[2025-07-16 22:10:42] local.INFO: Sessions updated for user 296. {"count":0} 
[2025-07-16 22:10:43] local.INFO: Sessions updated for user 297. {"count":0} 
[2025-07-16 22:10:43] local.INFO: Sessions updated for user 298. {"count":0} 
[2025-07-16 22:10:44] local.INFO: Sessions updated for user 301. {"count":0} 
[2025-07-16 22:10:45] local.INFO: Sessions updated for user 302. {"count":0} 
[2025-07-16 22:10:46] local.INFO: Sessions updated for user 303. {"count":0} 
[2025-07-16 22:10:47] local.INFO: Sessions updated for user 304. {"count":0} 
[2025-07-16 22:10:48] local.INFO: Sessions updated for user 305. {"count":0} 
[2025-07-16 22:10:49] local.INFO: Sessions updated for user 306. {"count":0} 
[2025-07-16 22:10:50] local.INFO: Sessions updated for user 307. {"count":0} 
[2025-07-16 22:10:50] local.INFO: Sessions updated for user 308. {"count":0} 
[2025-07-16 22:10:51] local.INFO: Sessions updated for user 309. {"count":0} 
[2025-07-16 22:10:52] local.INFO: Sessions updated for user 310. {"count":0} 
[2025-07-16 22:10:53] local.INFO: Sessions updated for user 311. {"count":0} 
[2025-07-16 22:10:54] local.INFO: Sessions updated for user 312. {"count":0} 
[2025-07-16 22:10:54] local.INFO: Sessions updated for user 313. {"count":0} 
[2025-07-16 22:10:55] local.INFO: Sessions updated for user 314. {"count":0} 
[2025-07-16 22:10:56] local.INFO: Sessions updated for user 315. {"count":0} 
[2025-07-16 22:10:57] local.INFO: Sessions updated for user 316. {"count":0} 
[2025-07-16 22:10:57] local.INFO: Sessions updated for user 317. {"count":0} 
[2025-07-16 22:10:58] local.INFO: Sessions updated for user 318. {"count":0} 
[2025-07-16 22:10:59] local.INFO: Sessions updated for user 319. {"count":0} 
[2025-07-16 22:11:00] local.INFO: Sessions updated for user 320. {"count":0} 
[2025-07-16 22:11:01] local.INFO: Sessions updated for user 321. {"count":0} 
[2025-07-16 22:11:02] local.INFO: Sessions updated for user 323. {"count":0} 
[2025-07-16 22:11:03] local.INFO: Sessions updated for user 324. {"count":0} 
[2025-07-16 22:11:04] local.INFO: Sessions updated for user 325. {"count":0} 
[2025-07-16 22:11:04] local.INFO: Sessions updated for user 326. {"count":0} 
[2025-07-16 22:11:05] local.INFO: Sessions updated for user 327. {"count":0} 
[2025-07-16 22:11:06] local.INFO: Sessions updated for user 328. {"count":0} 
[2025-07-16 22:11:07] local.INFO: Sessions updated for user 329. {"count":0} 
[2025-07-16 22:11:08] local.INFO: Sessions updated for user 330. {"count":0} 
[2025-07-16 22:11:09] local.INFO: Sessions updated for user 331. {"count":0} 
[2025-07-16 22:11:09] local.INFO: Sessions updated for user 332. {"count":0} 
[2025-07-16 22:11:10] local.INFO: Sessions updated for user 333. {"count":0} 
[2025-07-16 22:11:11] local.INFO: Sessions updated for user 334. {"count":0} 
[2025-07-16 22:11:12] local.INFO: Sessions updated for user 335. {"count":0} 
[2025-07-16 22:11:12] local.INFO: Sessions updated for user 336. {"count":0} 
[2025-07-16 22:11:13] local.INFO: Sessions updated for user 338. {"count":0} 
[2025-07-16 22:11:14] local.INFO: Sessions updated for user 339. {"count":0} 
[2025-07-16 22:11:15] local.INFO: Sessions updated for user 340. {"count":0} 
[2025-07-16 22:11:15] local.INFO: Sessions updated for user 341. {"count":0} 
[2025-07-16 22:11:16] local.INFO: Sessions updated for user 342. {"count":0} 
[2025-07-16 22:11:17] local.INFO: Sessions updated for user 343. {"count":0} 
[2025-07-16 22:11:19] local.INFO: Sessions updated for user 344. {"count":0} 
[2025-07-16 22:11:20] local.INFO: Sessions updated for user 345. {"count":0} 
[2025-07-16 22:11:20] local.INFO: Sessions updated for user 346. {"count":0} 
[2025-07-16 22:11:21] local.INFO: Sessions updated for user 347. {"count":0} 
[2025-07-16 22:11:22] local.INFO: Sessions updated for user 348. {"count":0} 
[2025-07-16 22:11:23] local.INFO: Sessions updated for user 349. {"count":0} 
[2025-07-16 22:11:24] local.INFO: Sessions updated for user 351. {"count":0} 
[2025-07-16 22:11:25] local.INFO: Sessions updated for user 352. {"count":0} 
[2025-07-16 22:11:25] local.INFO: Sessions updated for user 353. {"count":0} 
[2025-07-16 22:11:26] local.INFO: Sessions updated for user 354. {"count":0} 
[2025-07-16 22:11:27] local.INFO: Sessions updated for user 355. {"count":0} 
[2025-07-16 22:11:28] local.INFO: Sessions updated for user 356. {"count":0} 
[2025-07-16 22:11:28] local.INFO: Sessions updated for user 357. {"count":0} 
[2025-07-16 22:11:29] local.INFO: Sessions updated for user 358. {"count":0} 
[2025-07-16 22:11:30] local.INFO: Sessions updated for user 359. {"count":0} 
[2025-07-16 22:11:31] local.INFO: Sessions updated for user 360. {"count":0} 
[2025-07-16 22:11:31] local.INFO: Sessions updated for user 361. {"count":0} 
[2025-07-16 22:11:32] local.INFO: Sessions updated for user 362. {"count":0} 
[2025-07-16 22:11:33] local.INFO: Sessions updated for user 363. {"count":0} 
[2025-07-16 22:11:34] local.INFO: Sessions updated for user 364. {"count":0} 
[2025-07-16 22:11:35] local.INFO: Sessions updated for user 365. {"count":0} 
[2025-07-16 22:11:35] local.INFO: Sessions updated for user 366. {"count":0} 
[2025-07-16 22:11:36] local.INFO: Sessions updated for user 367. {"count":0} 
[2025-07-16 22:11:37] local.INFO: Sessions updated for user 368. {"count":0} 
[2025-07-16 22:11:38] local.INFO: Sessions updated for user 369. {"count":0} 
[2025-07-16 22:11:39] local.INFO: Sessions updated for user 370. {"count":0} 
[2025-07-16 22:11:40] local.INFO: Sessions updated for user 371. {"count":0} 
[2025-07-16 22:11:40] local.INFO: Sessions updated for user 372. {"count":0} 
[2025-07-16 22:11:41] local.INFO: Sessions updated for user 373. {"count":0} 
[2025-07-16 22:11:42] local.INFO: Sessions updated for user 374. {"count":0} 
[2025-07-16 22:11:42] local.INFO: Sessions updated for user 375. {"count":0} 
[2025-07-16 22:11:43] local.INFO: Sessions updated for user 376. {"count":0} 
[2025-07-16 22:11:44] local.INFO: Sessions updated for user 377. {"count":0} 
[2025-07-16 22:11:45] local.INFO: Sessions updated for user 378. {"count":0} 
[2025-07-16 22:11:45] local.INFO: Sessions updated for user 379. {"count":0} 
[2025-07-16 22:11:46] local.INFO: Sessions updated for user 380. {"count":0} 
[2025-07-16 22:11:47] local.INFO: Sessions updated for user 381. {"count":0} 
[2025-07-16 22:11:48] local.INFO: Sessions updated for user 382. {"count":0} 
[2025-07-16 22:11:48] local.INFO: Sessions updated for user 383. {"count":0} 
[2025-07-16 22:11:49] local.INFO: Sessions updated for user 384. {"count":0} 
[2025-07-16 22:11:50] local.INFO: Sessions updated for user 386. {"count":0} 
[2025-07-16 22:11:51] local.INFO: Sessions updated for user 387. {"count":0} 
[2025-07-16 22:11:52] local.INFO: Sessions updated for user 388. {"count":0} 
[2025-07-16 22:11:53] local.INFO: Sessions updated for user 389. {"count":0} 
[2025-07-16 22:11:54] local.INFO: Sessions updated for user 390. {"count":0} 
[2025-07-16 22:11:54] local.INFO: Sessions updated for user 391. {"count":0} 
[2025-07-16 22:11:55] local.INFO: Sessions updated for user 392. {"count":0} 
[2025-07-16 22:11:56] local.INFO: Sessions updated for user 393. {"count":0} 
[2025-07-16 22:11:57] local.INFO: Sessions updated for user 395. {"count":0} 
[2025-07-16 22:11:58] local.INFO: Sessions updated for user 396. {"count":0} 
[2025-07-16 22:11:58] local.INFO: Sessions updated for user 398. {"count":0} 
[2025-07-16 22:11:59] local.INFO: Sessions updated for user 399. {"count":0} 
[2025-07-16 22:12:00] local.INFO: Sessions updated for user 400. {"count":0} 
[2025-07-16 22:12:01] local.INFO: Sessions updated for user 401. {"count":0} 
[2025-07-16 22:12:02] local.INFO: Sessions updated for user 402. {"count":0} 
[2025-07-16 22:12:03] local.INFO: Sessions updated for user 403. {"count":0} 
[2025-07-16 22:12:04] local.INFO: Sessions updated for user 404. {"count":0} 
[2025-07-16 22:12:05] local.INFO: Sessions updated for user 406. {"count":0} 
[2025-07-16 22:12:06] local.INFO: Sessions updated for user 407. {"count":0} 
[2025-07-16 22:12:06] local.INFO: Sessions updated for user 408. {"count":0} 
[2025-07-16 22:12:07] local.INFO: Sessions updated for user 410. {"count":0} 
[2025-07-16 22:12:08] local.INFO: Sessions updated for user 411. {"count":0} 
[2025-07-16 22:12:09] local.INFO: Sessions updated for user 412. {"count":0} 
[2025-07-16 22:12:09] local.INFO: Sessions updated for user 413. {"count":0} 
[2025-07-16 22:12:10] local.INFO: Sessions updated for user 414. {"count":0} 
[2025-07-16 22:12:11] local.INFO: Sessions updated for user 415. {"count":0} 
[2025-07-16 22:12:12] local.INFO: Sessions updated for user 416. {"count":0} 
[2025-07-16 22:12:13] local.INFO: Sessions updated for user 417. {"count":0} 
[2025-07-16 22:12:14] local.INFO: Sessions updated for user 418. {"count":0} 
[2025-07-16 22:12:15] local.INFO: Sessions updated for user 419. {"count":0} 
[2025-07-16 22:12:16] local.INFO: Sessions updated for user 421. {"count":0} 
[2025-07-16 22:12:16] local.INFO: Sessions updated for user 422. {"count":0} 
[2025-07-16 22:12:17] local.INFO: Sessions updated for user 423. {"count":0} 
[2025-07-16 22:12:18] local.INFO: Sessions updated for user 424. {"count":0} 
[2025-07-16 22:12:19] local.INFO: Sessions updated for user 425. {"count":0} 
[2025-07-16 22:12:20] local.INFO: Sessions updated for user 426. {"count":0} 
[2025-07-16 22:12:20] local.INFO: Sessions updated for user 427. {"count":0} 
[2025-07-16 22:12:21] local.INFO: Sessions updated for user 428. {"count":0} 
[2025-07-16 22:12:22] local.INFO: Sessions updated for user 429. {"count":0} 
[2025-07-16 22:12:23] local.INFO: Sessions updated for user 430. {"count":0} 
[2025-07-16 22:12:23] local.INFO: Sessions updated for user 431. {"count":0} 
[2025-07-16 22:12:24] local.INFO: Sessions updated for user 432. {"count":0} 
[2025-07-16 22:12:25] local.INFO: Sessions updated for user 433. {"count":0} 
[2025-07-16 22:12:26] local.INFO: Sessions updated for user 434. {"count":0} 
[2025-07-16 22:12:27] local.INFO: Sessions updated for user 435. {"count":0} 
[2025-07-16 22:12:28] local.INFO: Sessions updated for user 436. {"count":0} 
[2025-07-16 22:12:29] local.INFO: Sessions updated for user 437. {"count":0} 
[2025-07-16 22:12:30] local.INFO: Sessions updated for user 438. {"count":0} 
[2025-07-16 22:12:31] local.INFO: Sessions updated for user 439. {"count":0} 
[2025-07-16 22:12:32] local.INFO: Sessions updated for user 440. {"count":0} 
[2025-07-16 22:12:33] local.INFO: Sessions updated for user 442. {"count":0} 
[2025-07-16 22:12:34] local.INFO: Sessions updated for user 443. {"count":0} 
[2025-07-16 22:12:35] local.INFO: Sessions updated for user 445. {"count":0} 
[2025-07-16 22:12:36] local.INFO: Sessions updated for user 446. {"count":0} 
[2025-07-16 22:12:36] local.INFO: Sessions updated for user 447. {"count":0} 
[2025-07-16 22:12:37] local.INFO: Sessions updated for user 448. {"count":0} 
[2025-07-16 22:12:38] local.INFO: Sessions updated for user 449. {"count":0} 
[2025-07-16 22:12:39] local.INFO: Sessions updated for user 450. {"count":0} 
[2025-07-16 22:12:39] local.INFO: Sessions updated for user 451. {"count":0} 
[2025-07-16 22:12:40] local.INFO: Sessions updated for user 452. {"count":0} 
[2025-07-16 22:12:41] local.INFO: Sessions updated for user 453. {"count":0} 
[2025-07-16 22:12:42] local.INFO: Sessions updated for user 454. {"count":0} 
[2025-07-16 22:12:42] local.INFO: Sessions updated for user 455. {"count":0} 
[2025-07-16 22:12:43] local.INFO: Sessions updated for user 456. {"count":0} 
[2025-07-16 22:12:44] local.INFO: Sessions updated for user 457. {"count":0} 
[2025-07-16 22:12:45] local.INFO: Sessions updated for user 458. {"count":0} 
[2025-07-16 22:12:45] local.INFO: Sessions updated for user 459. {"count":0} 
[2025-07-16 22:12:46] local.INFO: Sessions updated for user 460. {"count":0} 
[2025-07-16 22:12:47] local.INFO: Sessions updated for user 461. {"count":0} 
[2025-07-16 22:12:48] local.INFO: Sessions updated for user 462. {"count":0} 
[2025-07-16 22:12:48] local.INFO: Sessions updated for user 463. {"count":0} 
[2025-07-16 22:12:49] local.INFO: Sessions updated for user 464. {"count":0} 
[2025-07-16 22:12:50] local.INFO: Sessions updated for user 466. {"count":0} 
[2025-07-16 22:12:51] local.INFO: Sessions updated for user 467. {"count":0} 
[2025-07-16 22:12:52] local.INFO: Sessions updated for user 469. {"count":0} 
[2025-07-16 22:12:52] local.INFO: Sessions updated for user 470. {"count":0} 
[2025-07-16 22:12:53] local.INFO: Sessions updated for user 471. {"count":0} 
[2025-07-16 22:12:54] local.INFO: Sessions updated for user 472. {"count":0} 
[2025-07-16 22:12:55] local.INFO: Sessions updated for user 473. {"count":0} 
[2025-07-16 22:12:55] local.INFO: Sessions updated for user 474. {"count":0} 
[2025-07-16 22:12:56] local.INFO: Sessions updated for user 475. {"count":0} 
[2025-07-16 22:12:57] local.INFO: Sessions updated for user 476. {"count":0} 
[2025-07-16 22:12:58] local.INFO: Sessions updated for user 477. {"count":0} 
[2025-07-16 22:12:59] local.INFO: Sessions updated for user 478. {"count":0} 
[2025-07-16 22:12:59] local.INFO: Sessions updated for user 479. {"count":0} 
[2025-07-16 22:13:00] local.INFO: Sessions updated for user 480. {"count":0} 
[2025-07-16 22:13:01] local.INFO: Sessions updated for user 481. {"count":0} 
[2025-07-16 22:13:02] local.INFO: Sessions updated for user 482. {"count":0} 
[2025-07-16 22:13:03] local.INFO: Sessions updated for user 483. {"count":0} 
[2025-07-16 22:13:04] local.INFO: Sessions updated for user 484. {"count":0} 
[2025-07-16 22:13:05] local.INFO: Sessions updated for user 485. {"count":0} 
[2025-07-16 22:13:06] local.INFO: Sessions updated for user 486. {"count":0} 
[2025-07-16 22:13:07] local.INFO: Sessions updated for user 487. {"count":0} 
[2025-07-16 22:13:08] local.INFO: Sessions updated for user 488. {"count":0} 
[2025-07-16 22:13:09] local.INFO: Sessions updated for user 489. {"count":0} 
[2025-07-16 22:13:09] local.INFO: Sessions updated for user 490. {"count":0} 
[2025-07-16 22:13:10] local.INFO: Sessions updated for user 491. {"count":0} 
[2025-07-16 22:13:11] local.INFO: Sessions updated for user 492. {"count":0} 
[2025-07-16 22:13:12] local.INFO: Sessions updated for user 493. {"count":0} 
[2025-07-16 22:13:13] local.INFO: Sessions updated for user 494. {"count":0} 
[2025-07-16 22:13:14] local.INFO: Sessions updated for user 495. {"count":0} 
[2025-07-16 22:13:15] local.INFO: Sessions updated for user 496. {"count":0} 
[2025-07-16 22:13:16] local.INFO: Sessions updated for user 497. {"count":0} 
[2025-07-16 22:13:17] local.INFO: Sessions updated for user 498. {"count":0} 
[2025-07-16 22:13:17] local.INFO: Sessions updated for user 500. {"count":0} 
[2025-07-16 22:13:18] local.INFO: Sessions updated for user 501. {"count":0} 
[2025-07-16 22:13:19] local.INFO: Sessions updated for user 503. {"count":0} 
[2025-07-16 22:13:20] local.INFO: Sessions updated for user 504. {"count":0} 
[2025-07-16 22:13:21] local.INFO: Sessions updated for user 506. {"count":0} 
[2025-07-16 22:13:22] local.INFO: Sessions updated for user 507. {"count":0} 
[2025-07-16 22:13:22] local.INFO: Sessions updated for user 508. {"count":0} 
[2025-07-16 22:13:23] local.INFO: Sessions updated for user 509. {"count":0} 
[2025-07-16 22:13:24] local.INFO: Sessions updated for user 510. {"count":0} 
[2025-07-16 22:13:25] local.INFO: Sessions updated for user 511. {"count":0} 
[2025-07-16 22:13:25] local.INFO: Sessions updated for user 512. {"count":0} 
[2025-07-16 22:13:26] local.INFO: Sessions updated for user 513. {"count":0} 
[2025-07-16 22:13:27] local.INFO: Sessions updated for user 515. {"count":0} 
[2025-07-16 22:13:27] local.INFO: Sessions updated for user 516. {"count":0} 
[2025-07-16 22:13:28] local.INFO: Sessions updated for user 517. {"count":0} 
[2025-07-16 22:13:29] local.INFO: Sessions updated for user 518. {"count":0} 
[2025-07-16 22:13:30] local.INFO: Sessions updated for user 519. {"count":0} 
[2025-07-16 22:13:30] local.INFO: Sessions updated for user 520. {"count":0} 
[2025-07-16 22:13:31] local.INFO: Sessions updated for user 521. {"count":0} 
[2025-07-16 22:13:32] local.INFO: Sessions updated for user 524. {"count":0} 
[2025-07-16 22:13:33] local.INFO: Sessions updated for user 525. {"count":0} 
[2025-07-16 22:13:34] local.INFO: Sessions updated for user 526. {"count":0} 
[2025-07-16 22:13:34] local.INFO: Sessions updated for user 527. {"count":0} 
[2025-07-16 22:13:35] local.INFO: Sessions updated for user 528. {"count":0} 
[2025-07-16 22:13:36] local.INFO: Sessions updated for user 529. {"count":0} 
[2025-07-16 22:13:37] local.INFO: Sessions updated for user 530. {"count":0} 
[2025-07-16 22:13:38] local.INFO: Sessions updated for user 531. {"count":0} 
[2025-07-16 22:13:39] local.INFO: Sessions updated for user 532. {"count":0} 
[2025-07-16 22:13:40] local.INFO: Sessions updated for user 533. {"count":0} 
[2025-07-16 22:13:41] local.INFO: Sessions updated for user 534. {"count":0} 
[2025-07-16 22:13:41] local.INFO: Sessions updated for user 535. {"count":0} 
[2025-07-16 22:13:42] local.INFO: Sessions updated for user 536. {"count":0} 
[2025-07-16 22:13:43] local.INFO: Sessions updated for user 537. {"count":0} 
[2025-07-16 22:13:44] local.INFO: Sessions updated for user 538. {"count":0} 
[2025-07-16 22:13:45] local.INFO: Sessions updated for user 539. {"count":0} 
[2025-07-16 22:13:45] local.INFO: Sessions updated for user 541. {"count":0} 
[2025-07-16 22:13:46] local.INFO: Sessions updated for user 542. {"count":0} 
[2025-07-16 22:13:47] local.INFO: Sessions updated for user 544. {"count":0} 
[2025-07-16 22:13:48] local.INFO: Sessions updated for user 546. {"count":0} 
[2025-07-16 22:13:49] local.INFO: Sessions updated for user 547. {"count":0} 
[2025-07-16 22:13:49] local.INFO: Sessions updated for user 548. {"count":0} 
[2025-07-16 22:13:50] local.INFO: Sessions updated for user 549. {"count":0} 
[2025-07-16 22:13:51] local.INFO: Sessions updated for user 550. {"count":0} 
[2025-07-16 22:13:52] local.INFO: Sessions updated for user 552. {"count":0} 
[2025-07-16 22:13:52] local.INFO: Sessions updated for user 553. {"count":0} 
[2025-07-16 22:13:53] local.INFO: Sessions updated for user 554. {"count":0} 
[2025-07-16 22:13:54] local.INFO: Sessions updated for user 555. {"count":0} 
[2025-07-16 22:13:55] local.INFO: Sessions updated for user 557. {"count":0} 
[2025-07-16 22:13:56] local.INFO: Sessions updated for user 558. {"count":0} 
[2025-07-16 22:13:56] local.INFO: Sessions updated for user 559. {"count":0} 
[2025-07-16 22:13:57] local.INFO: Sessions updated for user 560. {"count":0} 
[2025-07-16 22:13:58] local.INFO: Sessions updated for user 561. {"count":0} 
[2025-07-16 22:13:59] local.INFO: Sessions updated for user 562. {"count":0} 
[2025-07-16 22:14:00] local.INFO: Sessions updated for user 563. {"count":0} 
[2025-07-16 22:14:01] local.INFO: Sessions updated for user 564. {"count":0} 
[2025-07-16 22:14:02] local.INFO: Sessions updated for user 565. {"count":0} 
[2025-07-16 22:14:03] local.INFO: Sessions updated for user 566. {"count":0} 
[2025-07-16 22:14:04] local.INFO: Sessions updated for user 567. {"count":0} 
[2025-07-16 22:14:04] local.INFO: Sessions updated for user 568. {"count":0} 
[2025-07-16 22:14:05] local.INFO: Sessions updated for user 569. {"count":0} 
[2025-07-16 22:14:06] local.INFO: Sessions updated for user 570. {"count":0} 
[2025-07-16 22:14:07] local.INFO: Sessions updated for user 572. {"count":0} 
[2025-07-16 22:14:08] local.INFO: Sessions updated for user 573. {"count":0} 
[2025-07-16 22:14:08] local.INFO: Sessions updated for user 574. {"count":0} 
[2025-07-16 22:14:09] local.INFO: Sessions updated for user 575. {"count":0} 
[2025-07-16 22:14:10] local.INFO: Sessions updated for user 576. {"count":0} 
[2025-07-16 22:14:11] local.INFO: Sessions updated for user 577. {"count":0} 
[2025-07-16 22:14:12] local.INFO: Sessions updated for user 578. {"count":0} 
[2025-07-16 22:14:13] local.INFO: Sessions updated for user 579. {"count":0} 
[2025-07-16 22:14:14] local.INFO: Sessions updated for user 580. {"count":0} 
[2025-07-16 22:14:15] local.INFO: Sessions updated for user 581. {"count":0} 
[2025-07-16 22:14:16] local.INFO: Sessions updated for user 582. {"count":0} 
[2025-07-16 22:14:17] local.INFO: Sessions updated for user 584. {"count":0} 
[2025-07-16 22:14:18] local.INFO: Sessions updated for user 585. {"count":0} 
[2025-07-16 22:14:18] local.INFO: Sessions updated for user 586. {"count":0} 
[2025-07-16 22:14:19] local.INFO: Sessions updated for user 587. {"count":0} 
[2025-07-16 22:14:20] local.INFO: Sessions updated for user 588. {"count":0} 
[2025-07-16 22:14:21] local.INFO: Sessions updated for user 589. {"count":0} 
[2025-07-16 22:14:22] local.INFO: Sessions updated for user 590. {"count":0} 
[2025-07-16 22:14:22] local.INFO: Sessions updated for user 591. {"count":0} 
[2025-07-16 22:14:23] local.INFO: Sessions updated for user 593. {"count":0} 
[2025-07-16 22:14:24] local.INFO: Sessions updated for user 594. {"count":0} 
[2025-07-16 22:14:25] local.INFO: Sessions updated for user 595. {"count":0} 
[2025-07-16 22:14:25] local.INFO: Sessions updated for user 596. {"count":0} 
[2025-07-16 22:14:26] local.INFO: Sessions updated for user 597. {"count":0} 
[2025-07-16 22:14:27] local.INFO: Sessions updated for user 598. {"count":0} 
[2025-07-16 22:14:28] local.INFO: Sessions updated for user 599. {"count":0} 
[2025-07-16 22:14:28] local.INFO: Sessions updated for user 600. {"count":0} 
[2025-07-16 22:14:29] local.INFO: Sessions updated for user 601. {"count":0} 
[2025-07-16 22:14:30] local.INFO: Sessions updated for user 602. {"count":0} 
[2025-07-16 22:14:31] local.INFO: Sessions updated for user 603. {"count":0} 
[2025-07-16 22:14:31] local.INFO: Sessions updated for user 604. {"count":0} 
[2025-07-16 22:14:32] local.INFO: Sessions updated for user 605. {"count":0} 
[2025-07-16 22:14:33] local.INFO: Sessions updated for user 607. {"count":0} 
[2025-07-16 22:14:34] local.INFO: Sessions updated for user 609. {"count":0} 
[2025-07-16 22:14:34] local.INFO: Sessions updated for user 610. {"count":0} 
[2025-07-16 22:14:35] local.INFO: Sessions updated for user 611. {"count":0} 
[2025-07-16 22:14:36] local.INFO: Sessions updated for user 612. {"count":0} 
[2025-07-16 22:14:37] local.INFO: Sessions updated for user 613. {"count":0} 
[2025-07-16 22:14:38] local.INFO: Sessions updated for user 614. {"count":0} 
[2025-07-16 22:14:38] local.INFO: Sessions updated for user 616. {"count":0} 
[2025-07-16 22:14:39] local.INFO: Sessions updated for user 617. {"count":0} 
[2025-07-16 22:14:40] local.INFO: Sessions updated for user 618. {"count":0} 
[2025-07-16 22:14:41] local.INFO: Sessions updated for user 619. {"count":0} 
[2025-07-16 22:14:42] local.INFO: Sessions updated for user 620. {"count":0} 
[2025-07-16 22:14:42] local.INFO: Sessions updated for user 621. {"count":0} 
[2025-07-16 22:14:43] local.INFO: Sessions updated for user 622. {"count":0} 
[2025-07-16 22:14:44] local.INFO: Sessions updated for user 623. {"count":0} 
[2025-07-16 22:14:45] local.INFO: Sessions updated for user 624. {"count":0} 
[2025-07-16 22:14:46] local.INFO: Sessions updated for user 625. {"count":0} 
[2025-07-16 22:14:47] local.INFO: Sessions updated for user 626. {"count":0} 
[2025-07-16 22:14:48] local.INFO: Sessions updated for user 627. {"count":0} 
[2025-07-16 22:14:49] local.INFO: Sessions updated for user 628. {"count":0} 
[2025-07-16 22:14:49] local.INFO: Sessions updated for user 630. {"count":0} 
[2025-07-16 22:14:50] local.INFO: Sessions updated for user 632. {"count":0} 
[2025-07-16 22:14:51] local.INFO: Sessions updated for user 633. {"count":0} 
[2025-07-16 22:14:52] local.INFO: Sessions updated for user 635. {"count":0} 
[2025-07-16 22:14:52] local.INFO: Sessions updated for user 637. {"count":0} 
[2025-07-16 22:14:53] local.INFO: Sessions updated for user 638. {"count":0} 
[2025-07-16 22:14:54] local.INFO: Sessions updated for user 639. {"count":0} 
[2025-07-16 22:14:55] local.INFO: Sessions updated for user 640. {"count":0} 
[2025-07-16 22:14:55] local.INFO: Sessions updated for user 641. {"count":0} 
[2025-07-16 22:14:56] local.INFO: Sessions updated for user 642. {"count":0} 
[2025-07-16 22:14:57] local.INFO: Sessions updated for user 643. {"count":0} 
[2025-07-16 22:14:58] local.INFO: Sessions updated for user 645. {"count":0} 
[2025-07-16 22:14:58] local.INFO: Sessions updated for user 646. {"count":0} 
[2025-07-16 22:14:59] local.INFO: Sessions updated for user 647. {"count":0} 
[2025-07-16 22:15:00] local.INFO: Sessions updated for user 648. {"count":0} 
[2025-07-16 22:15:01] local.INFO: Sessions updated for user 650. {"count":0} 
[2025-07-16 22:15:02] local.INFO: Sessions updated for user 652. {"count":0} 
[2025-07-16 22:15:02] local.INFO: Sessions updated for user 653. {"count":0} 
[2025-07-16 22:15:03] local.INFO: Sessions updated for user 655. {"count":0} 
[2025-07-16 22:15:04] local.INFO: Sessions updated for user 656. {"count":0} 
[2025-07-16 22:15:05] local.INFO: Sessions updated for user 657. {"count":0} 
[2025-07-16 22:15:06] local.INFO: Sessions updated for user 658. {"count":0} 
[2025-07-16 22:15:06] local.INFO: Sessions updated for user 660. {"count":0} 
[2025-07-16 22:15:07] local.INFO: Sessions updated for user 661. {"count":0} 
[2025-07-16 22:15:08] local.INFO: Sessions updated for user 662. {"count":0} 
[2025-07-16 22:15:09] local.INFO: Sessions updated for user 665. {"count":0} 
[2025-07-16 22:15:10] local.INFO: Sessions updated for user 666. {"count":0} 
[2025-07-16 22:15:10] local.INFO: Sessions updated for user 667. {"count":0} 
[2025-07-16 22:15:11] local.INFO: Sessions updated for user 668. {"count":0} 
[2025-07-16 22:15:12] local.INFO: Sessions updated for user 669. {"count":0} 
[2025-07-16 22:15:13] local.INFO: Sessions updated for user 670. {"count":0} 
[2025-07-16 22:15:14] local.INFO: Sessions updated for user 671. {"count":0} 
[2025-07-16 22:15:15] local.INFO: Sessions updated for user 672. {"count":0} 
[2025-07-16 22:15:15] local.INFO: Sessions updated for user 673. {"count":0} 
[2025-07-16 22:15:16] local.INFO: Sessions updated for user 674. {"count":0} 
[2025-07-16 22:15:17] local.INFO: Sessions updated for user 675. {"count":0} 
[2025-07-16 22:15:18] local.INFO: Sessions updated for user 677. {"count":0} 
[2025-07-16 22:15:19] local.INFO: Sessions updated for user 680. {"count":0} 
[2025-07-16 22:15:20] local.INFO: Sessions updated for user 681. {"count":0} 
[2025-07-16 22:15:21] local.INFO: Sessions updated for user 682. {"count":0} 
[2025-07-16 22:15:21] local.INFO: Sessions updated for user 683. {"count":0} 
[2025-07-16 22:15:23] local.INFO: Sessions updated for user 684. {"count":0} 
[2025-07-16 22:15:24] local.INFO: Sessions updated for user 686. {"count":0} 
[2025-07-16 22:15:24] local.INFO: Sessions updated for user 688. {"count":0} 
[2025-07-16 22:15:25] local.INFO: Sessions updated for user 689. {"count":0} 
[2025-07-16 22:15:26] local.INFO: Sessions updated for user 690. {"count":0} 
[2025-07-16 22:15:27] local.INFO: Sessions updated for user 691. {"count":0} 
[2025-07-16 22:15:28] local.INFO: Sessions updated for user 692. {"count":0} 
[2025-07-16 22:15:28] local.INFO: Sessions updated for user 693. {"count":0} 
[2025-07-16 22:15:29] local.INFO: Sessions updated for user 694. {"count":0} 
[2025-07-16 22:15:30] local.INFO: Sessions updated for user 695. {"count":0} 
[2025-07-16 22:15:31] local.INFO: Sessions updated for user 696. {"count":0} 
[2025-07-16 22:15:32] local.INFO: Sessions updated for user 697. {"count":0} 
[2025-07-16 22:15:32] local.INFO: Sessions updated for user 698. {"count":0} 
[2025-07-16 22:15:33] local.INFO: Sessions updated for user 699. {"count":0} 
[2025-07-16 22:15:34] local.INFO: Sessions updated for user 700. {"count":0} 
[2025-07-16 22:15:35] local.INFO: Sessions updated for user 702. {"count":0} 
[2025-07-16 22:15:36] local.INFO: Sessions updated for user 703. {"count":0} 
[2025-07-16 22:15:36] local.INFO: Sessions updated for user 705. {"count":0} 
[2025-07-16 22:15:37] local.INFO: Sessions updated for user 706. {"count":0} 
[2025-07-16 22:15:38] local.INFO: Sessions updated for user 707. {"count":0} 
[2025-07-16 22:15:39] local.INFO: Sessions updated for user 708. {"count":0} 
[2025-07-16 22:15:39] local.INFO: Sessions updated for user 711. {"count":0} 
[2025-07-16 22:15:40] local.INFO: Sessions updated for user 713. {"count":0} 
[2025-07-16 22:15:41] local.INFO: Sessions updated for user 714. {"count":0} 
[2025-07-16 22:15:43] local.INFO: Sessions updated for user 715. {"count":0} 
[2025-07-16 22:15:44] local.INFO: Sessions updated for user 716. {"count":0} 
[2025-07-16 22:15:45] local.INFO: Sessions updated for user 717. {"count":0} 
[2025-07-16 22:15:46] local.INFO: Sessions updated for user 719. {"count":0} 
[2025-07-16 22:15:46] local.INFO: Sessions updated for user 720. {"count":0} 
[2025-07-16 22:15:47] local.INFO: Sessions updated for user 721. {"count":0} 
[2025-07-16 22:15:48] local.INFO: Sessions updated for user 723. {"count":0} 
[2025-07-16 22:15:49] local.INFO: Sessions updated for user 725. {"count":0} 
[2025-07-16 22:15:49] local.INFO: Sessions updated for user 726. {"count":0} 
[2025-07-16 22:15:50] local.INFO: Sessions updated for user 727. {"count":0} 
[2025-07-16 22:15:51] local.INFO: Sessions updated for user 728. {"count":0} 
[2025-07-16 22:15:52] local.INFO: Sessions updated for user 729. {"count":0} 
[2025-07-16 22:15:53] local.INFO: Sessions updated for user 730. {"count":0} 
[2025-07-16 22:15:53] local.INFO: Sessions updated for user 731. {"count":0} 
[2025-07-16 22:15:54] local.INFO: Sessions updated for user 734. {"count":0} 
[2025-07-16 22:15:55] local.INFO: Sessions updated for user 737. {"count":0} 
[2025-07-16 22:15:56] local.INFO: Sessions updated for user 739. {"count":0} 
[2025-07-16 22:15:57] local.INFO: Sessions updated for user 740. {"count":0} 
[2025-07-16 22:15:58] local.INFO: Sessions updated for user 741. {"count":0} 
[2025-07-16 22:15:59] local.INFO: Sessions updated for user 742. {"count":0} 
[2025-07-16 22:15:59] local.INFO: Sessions updated for user 743. {"count":0} 
[2025-07-16 22:16:00] local.INFO: Sessions updated for user 744. {"count":0} 
[2025-07-16 22:16:01] local.INFO: Sessions updated for user 745. {"count":0} 
[2025-07-16 22:16:02] local.INFO: Sessions updated for user 746. {"count":0} 
[2025-07-16 22:16:03] local.INFO: Sessions updated for user 747. {"count":0} 
[2025-07-16 22:16:04] local.INFO: Sessions updated for user 748. {"count":0} 
[2025-07-16 22:16:04] local.INFO: Sessions updated for user 749. {"count":0} 
[2025-07-16 22:16:05] local.INFO: Sessions updated for user 750. {"count":0} 
[2025-07-16 22:16:06] local.INFO: Sessions updated for user 751. {"count":0} 
[2025-07-16 22:16:07] local.INFO: Sessions updated for user 752. {"count":0} 
[2025-07-16 22:16:07] local.INFO: Sessions updated for user 753. {"count":0} 
[2025-07-16 22:16:08] local.INFO: Sessions updated for user 754. {"count":0} 
[2025-07-16 22:16:09] local.INFO: Sessions updated for user 755. {"count":0} 
[2025-07-16 22:16:10] local.INFO: Sessions updated for user 756. {"count":0} 
[2025-07-16 22:16:10] local.INFO: Sessions updated for user 757. {"count":0} 
[2025-07-16 22:16:11] local.INFO: Sessions updated for user 758. {"count":0} 
[2025-07-16 22:16:12] local.INFO: Sessions updated for user 759. {"count":0} 
[2025-07-16 22:16:13] local.INFO: Sessions updated for user 760. {"count":0} 
[2025-07-16 22:16:14] local.INFO: Sessions updated for user 761. {"count":0} 
[2025-07-16 22:16:14] local.INFO: Sessions updated for user 762. {"count":0} 
[2025-07-16 22:16:15] local.INFO: Sessions updated for user 763. {"count":0} 
[2025-07-16 22:16:17] local.INFO: Sessions updated for user 764. {"count":0} 
[2025-07-16 22:16:18] local.INFO: Sessions updated for user 765. {"count":0} 
[2025-07-16 22:16:18] local.INFO: Sessions updated for user 766. {"count":0} 
[2025-07-16 22:16:19] local.INFO: Sessions updated for user 767. {"count":0} 
[2025-07-16 22:16:20] local.INFO: Sessions updated for user 768. {"count":0} 
[2025-07-16 22:16:21] local.INFO: Sessions updated for user 769. {"count":0} 
[2025-07-16 22:16:22] local.INFO: Sessions updated for user 770. {"count":0} 
[2025-07-16 22:16:22] local.INFO: Sessions updated for user 771. {"count":0} 
[2025-07-16 22:16:23] local.INFO: Sessions updated for user 772. {"count":0} 
[2025-07-16 22:16:24] local.INFO: Sessions updated for user 773. {"count":0} 
[2025-07-16 22:16:25] local.INFO: Sessions updated for user 774. {"count":0} 
[2025-07-16 22:16:25] local.INFO: Sessions updated for user 776. {"count":0} 
[2025-07-16 22:16:27] local.INFO: Sessions updated for user 777. {"count":0} 
[2025-07-16 22:16:27] local.INFO: Sessions updated for user 778. {"count":0} 
[2025-07-16 22:16:28] local.INFO: Sessions updated for user 779. {"count":0} 
[2025-07-16 22:16:29] local.INFO: Sessions updated for user 780. {"count":0} 
[2025-07-16 22:16:30] local.INFO: Sessions updated for user 781. {"count":0} 
[2025-07-16 22:16:30] local.INFO: Sessions updated for user 782. {"count":0} 
[2025-07-16 22:16:31] local.INFO: Sessions updated for user 783. {"count":0} 
[2025-07-16 22:16:32] local.INFO: Sessions updated for user 784. {"count":0} 
[2025-07-16 22:16:33] local.INFO: Sessions updated for user 785. {"count":0} 
[2025-07-16 22:16:34] local.INFO: Sessions updated for user 786. {"count":0} 
[2025-07-16 22:16:35] local.INFO: Sessions updated for user 787. {"count":0} 
[2025-07-16 22:16:35] local.INFO: Sessions updated for user 788. {"count":0} 
[2025-07-16 22:16:36] local.INFO: Sessions updated for user 789. {"count":0} 
[2025-07-16 22:16:37] local.INFO: Sessions updated for user 790. {"count":0} 
[2025-07-16 22:16:38] local.INFO: Sessions updated for user 791. {"count":0} 
[2025-07-16 22:16:38] local.INFO: Sessions updated for user 792. {"count":0} 
[2025-07-16 22:16:39] local.INFO: Sessions updated for user 793. {"count":0} 
[2025-07-16 22:16:40] local.INFO: Sessions updated for user 795. {"count":0} 
[2025-07-16 22:16:41] local.INFO: Sessions updated for user 796. {"count":0} 
[2025-07-16 22:16:42] local.INFO: Sessions updated for user 798. {"count":0} 
[2025-07-16 22:16:42] local.INFO: Sessions updated for user 799. {"count":0} 
[2025-07-16 22:16:43] local.INFO: Sessions updated for user 802. {"count":0} 
[2025-07-16 22:16:44] local.INFO: Sessions updated for user 803. {"count":0} 
[2025-07-16 22:16:45] local.INFO: Sessions updated for user 804. {"count":0} 
[2025-07-16 22:16:46] local.INFO: Sessions updated for user 805. {"count":0} 
[2025-07-16 22:16:47] local.INFO: Sessions updated for user 806. {"count":0} 
[2025-07-16 22:16:47] local.INFO: Sessions updated for user 807. {"count":0} 
[2025-07-16 22:16:48] local.INFO: Sessions updated for user 808. {"count":0} 
[2025-07-16 22:16:49] local.INFO: Sessions updated for user 809. {"count":0} 
[2025-07-16 22:16:50] local.INFO: Sessions updated for user 810. {"count":0} 
[2025-07-16 22:16:51] local.INFO: Sessions updated for user 811. {"count":0} 
[2025-07-16 22:16:52] local.INFO: Sessions updated for user 812. {"count":0} 
[2025-07-16 22:16:53] local.INFO: Sessions updated for user 813. {"count":0} 
[2025-07-16 22:16:53] local.INFO: Sessions updated for user 814. {"count":0} 
[2025-07-16 22:16:54] local.INFO: Sessions updated for user 816. {"count":0} 
[2025-07-16 22:16:55] local.INFO: Sessions updated for user 817. {"count":0} 
[2025-07-16 22:16:56] local.INFO: Sessions updated for user 818. {"count":0} 
[2025-07-16 22:16:57] local.INFO: Sessions updated for user 819. {"count":0} 
[2025-07-16 22:16:58] local.INFO: Sessions updated for user 822. {"count":0} 
[2025-07-16 22:16:59] local.INFO: Sessions updated for user 823. {"count":0} 
[2025-07-16 22:17:00] local.INFO: Sessions updated for user 824. {"count":0} 
[2025-07-16 22:17:01] local.INFO: Sessions updated for user 828. {"count":0} 
[2025-07-16 22:17:02] local.INFO: Sessions updated for user 829. {"count":0} 
[2025-07-16 22:17:02] local.INFO: Sessions updated for user 830. {"count":0} 
[2025-07-16 22:17:03] local.INFO: Sessions updated for user 831. {"count":0} 
[2025-07-16 22:17:04] local.INFO: Sessions updated for user 832. {"count":0} 
[2025-07-16 22:17:05] local.INFO: Sessions updated for user 833. {"count":0} 
[2025-07-16 22:17:06] local.INFO: Sessions updated for user 834. {"count":0} 
[2025-07-16 22:17:06] local.INFO: Sessions updated for user 835. {"count":0} 
[2025-07-16 22:17:07] local.INFO: Sessions updated for user 836. {"count":0} 
[2025-07-16 22:17:08] local.INFO: Sessions updated for user 837. {"count":0} 
[2025-07-16 22:17:09] local.INFO: Sessions updated for user 838. {"count":0} 
[2025-07-16 22:17:09] local.INFO: Sessions updated for user 840. {"count":0} 
[2025-07-16 22:17:10] local.INFO: Sessions updated for user 842. {"count":0} 
[2025-07-16 22:17:11] local.INFO: Sessions updated for user 843. {"count":0} 
[2025-07-16 22:17:12] local.INFO: Sessions updated for user 844. {"count":0} 
[2025-07-16 22:17:12] local.INFO: Sessions updated for user 845. {"count":0} 
[2025-07-16 22:17:13] local.INFO: Sessions updated for user 846. {"count":0} 
[2025-07-16 22:17:14] local.INFO: Sessions updated for user 847. {"count":0} 
[2025-07-16 22:17:15] local.INFO: Sessions updated for user 848. {"count":0} 
[2025-07-16 22:17:16] local.INFO: Sessions updated for user 849. {"count":0} 
[2025-07-16 22:17:17] local.INFO: Sessions updated for user 850. {"count":0} 
[2025-07-16 22:17:17] local.INFO: Sessions updated for user 851. {"count":0} 
[2025-07-16 22:17:18] local.INFO: Sessions updated for user 853. {"count":0} 
[2025-07-16 22:17:19] local.INFO: Sessions updated for user 854. {"count":0} 
[2025-07-16 22:17:20] local.INFO: Sessions updated for user 855. {"count":0} 
[2025-07-16 22:17:21] local.INFO: Sessions updated for user 856. {"count":0} 
[2025-07-16 22:17:21] local.INFO: Sessions updated for user 858. {"count":0} 
[2025-07-16 22:17:22] local.INFO: Sessions updated for user 859. {"count":0} 
[2025-07-16 22:17:23] local.INFO: Sessions updated for user 860. {"count":0} 
[2025-07-16 22:17:24] local.INFO: Sessions updated for user 861. {"count":0} 
[2025-07-16 22:17:24] local.INFO: Sessions updated for user 862. {"count":0} 
[2025-07-16 22:17:25] local.INFO: Sessions updated for user 863. {"count":0} 
[2025-07-16 22:17:26] local.INFO: Sessions updated for user 864. {"count":0} 
[2025-07-16 22:17:27] local.INFO: Sessions updated for user 865. {"count":0} 
[2025-07-16 22:17:27] local.INFO: Sessions updated for user 870. {"count":0} 
[2025-07-16 22:17:28] local.INFO: Sessions updated for user 871. {"count":0} 
[2025-07-16 22:17:29] local.INFO: Sessions updated for user 874. {"count":0} 
[2025-07-16 22:17:30] local.INFO: Sessions updated for user 875. {"count":0} 
[2025-07-16 22:17:31] local.INFO: Sessions updated for user 876. {"count":0} 
[2025-07-16 22:17:32] local.INFO: Sessions updated for user 879. {"count":0} 
[2025-07-16 22:17:33] local.INFO: Sessions updated for user 880. {"count":0} 
[2025-07-16 22:17:34] local.INFO: Sessions updated for user 881. {"count":0} 
[2025-07-16 22:17:35] local.INFO: Sessions updated for user 882. {"count":0} 
[2025-07-16 22:17:36] local.INFO: Sessions updated for user 884. {"count":0} 
[2025-07-16 22:17:36] local.INFO: Sessions updated for user 885. {"count":0} 
[2025-07-16 22:17:37] local.INFO: Sessions updated for user 886. {"count":0} 
[2025-07-16 22:17:38] local.INFO: Sessions updated for user 887. {"count":0} 
[2025-07-16 22:17:39] local.INFO: Sessions updated for user 889. {"count":0} 
[2025-07-16 22:17:40] local.INFO: Sessions updated for user 890. {"count":0} 
[2025-07-16 22:17:40] local.INFO: Sessions updated for user 891. {"count":0} 
[2025-07-16 22:17:41] local.INFO: Sessions updated for user 893. {"count":0} 
[2025-07-16 22:17:42] local.INFO: Sessions updated for user 894. {"count":0} 
[2025-07-16 22:17:43] local.INFO: Sessions updated for user 896. {"count":0} 
[2025-07-16 22:17:43] local.INFO: Sessions updated for user 897. {"count":0} 
[2025-07-16 22:17:44] local.INFO: Sessions updated for user 898. {"count":0} 
[2025-07-16 22:17:45] local.INFO: Sessions updated for user 899. {"count":0} 
[2025-07-16 22:17:46] local.INFO: Sessions updated for user 900. {"count":0} 
[2025-07-16 22:17:47] local.INFO: Sessions updated for user 901. {"count":0} 
[2025-07-16 22:17:47] local.INFO: Sessions updated for user 903. {"count":0} 
[2025-07-16 22:17:48] local.INFO: Sessions updated for user 904. {"count":0} 
[2025-07-16 22:17:49] local.INFO: Sessions updated for user 905. {"count":0} 
[2025-07-16 22:17:49] local.INFO: Sessions updated for user 906. {"count":0} 
[2025-07-16 22:17:50] local.INFO: Sessions updated for user 907. {"count":0} 
[2025-07-16 22:17:51] local.INFO: Sessions updated for user 908. {"count":0} 
[2025-07-16 22:17:52] local.INFO: Sessions updated for user 909. {"count":0} 
[2025-07-16 22:17:52] local.INFO: Sessions updated for user 910. {"count":0} 
[2025-07-16 22:17:53] local.INFO: Sessions updated for user 911. {"count":0} 
[2025-07-16 22:17:54] local.INFO: Sessions updated for user 912. {"count":0} 
[2025-07-16 22:17:55] local.INFO: Sessions updated for user 914. {"count":0} 
[2025-07-16 22:17:55] local.INFO: Sessions updated for user 916. {"count":0} 
[2025-07-16 22:17:56] local.INFO: Sessions updated for user 917. {"count":0} 
[2025-07-16 22:17:57] local.INFO: Sessions updated for user 918. {"count":0} 
[2025-07-16 22:17:58] local.INFO: Sessions updated for user 920. {"count":0} 
[2025-07-16 22:17:58] local.INFO: Sessions updated for user 921. {"count":0} 
[2025-07-16 22:17:59] local.INFO: Sessions updated for user 922. {"count":0} 
[2025-07-16 22:18:00] local.INFO: Sessions updated for user 923. {"count":0} 
[2025-07-16 22:18:01] local.INFO: Sessions updated for user 924. {"count":0} 
[2025-07-16 22:18:02] local.INFO: Sessions updated for user 925. {"count":0} 
[2025-07-16 22:18:03] local.INFO: Sessions updated for user 926. {"count":0} 
[2025-07-16 22:18:03] local.INFO: Sessions updated for user 927. {"count":0} 
[2025-07-16 22:18:04] local.INFO: Sessions updated for user 928. {"count":0} 
[2025-07-16 22:18:05] local.INFO: Sessions updated for user 929. {"count":0} 
[2025-07-16 22:18:06] local.INFO: Sessions updated for user 930. {"count":0} 
[2025-07-16 22:18:06] local.INFO: Sessions updated for user 931. {"count":0} 
[2025-07-16 22:18:07] local.INFO: Sessions updated for user 932. {"count":0} 
[2025-07-16 22:18:08] local.INFO: Sessions updated for user 933. {"count":0} 
[2025-07-16 22:18:09] local.INFO: Sessions updated for user 934. {"count":0} 
[2025-07-16 22:18:10] local.INFO: Sessions updated for user 935. {"count":0} 
[2025-07-16 22:18:10] local.INFO: Sessions updated for user 936. {"count":0} 
[2025-07-16 22:18:11] local.INFO: Sessions updated for user 937. {"count":0} 
[2025-07-16 22:18:12] local.INFO: Sessions updated for user 938. {"count":0} 
[2025-07-16 22:18:13] local.INFO: Sessions updated for user 939. {"count":0} 
[2025-07-16 22:18:15] local.INFO: Sessions updated for user 940. {"count":0} 
[2025-07-16 22:18:16] local.INFO: Sessions updated for user 941. {"count":0} 
[2025-07-16 22:18:17] local.INFO: Sessions updated for user 942. {"count":0} 
[2025-07-16 22:18:18] local.INFO: Sessions updated for user 943. {"count":0} 
[2025-07-16 22:18:19] local.INFO: Sessions updated for user 944. {"count":0} 
[2025-07-16 22:18:19] local.INFO: Sessions updated for user 945. {"count":0} 
[2025-07-16 22:18:20] local.INFO: Sessions updated for user 946. {"count":0} 
[2025-07-16 22:18:21] local.INFO: Sessions updated for user 947. {"count":0} 
[2025-07-16 22:18:22] local.INFO: Sessions updated for user 948. {"count":0} 
[2025-07-16 22:18:23] local.INFO: Sessions updated for user 949. {"count":0} 
[2025-07-16 22:18:23] local.INFO: Sessions updated for user 950. {"count":0} 
[2025-07-16 22:18:24] local.INFO: Sessions updated for user 951. {"count":0} 
[2025-07-16 22:18:25] local.INFO: Sessions updated for user 952. {"count":0} 
[2025-07-16 22:18:26] local.INFO: Sessions updated for user 953. {"count":0} 
[2025-07-16 22:18:26] local.INFO: Sessions updated for user 954. {"count":0} 
[2025-07-16 22:18:27] local.INFO: Sessions updated for user 955. {"count":0} 
[2025-07-16 22:18:28] local.INFO: Sessions updated for user 956. {"count":0} 
[2025-07-16 22:18:28] local.INFO: Sessions updated for user 957. {"count":0} 
[2025-07-16 22:18:29] local.INFO: Sessions updated for user 958. {"count":0} 
[2025-07-16 22:18:30] local.INFO: Sessions updated for user 959. {"count":0} 
[2025-07-16 22:18:31] local.INFO: Sessions updated for user 960. {"count":0} 
[2025-07-16 22:18:32] local.INFO: Sessions updated for user 961. {"count":0} 
[2025-07-16 22:18:32] local.INFO: Sessions updated for user 962. {"count":0} 
[2025-07-16 22:18:33] local.INFO: Sessions updated for user 963. {"count":0} 
[2025-07-16 22:18:34] local.INFO: Sessions updated for user 964. {"count":0} 
[2025-07-16 22:18:35] local.INFO: Sessions updated for user 965. {"count":0} 
[2025-07-16 22:18:35] local.INFO: Sessions updated for user 966. {"count":0} 
[2025-07-16 22:18:36] local.INFO: Sessions updated for user 967. {"count":0} 
[2025-07-16 22:18:37] local.INFO: Sessions updated for user 968. {"count":0} 
[2025-07-16 22:18:38] local.INFO: Sessions updated for user 969. {"count":0} 
[2025-07-16 22:18:39] local.INFO: Sessions updated for user 970. {"count":0} 
[2025-07-16 22:18:39] local.INFO: Sessions updated for user 971. {"count":0} 
[2025-07-16 22:18:40] local.INFO: Sessions updated for user 972. {"count":0} 
[2025-07-16 22:18:41] local.INFO: Sessions updated for user 973. {"count":0} 
[2025-07-16 22:18:42] local.INFO: Sessions updated for user 974. {"count":0} 
[2025-07-16 22:18:42] local.INFO: Sessions updated for user 975. {"count":0} 
[2025-07-16 22:18:43] local.INFO: Sessions updated for user 976. {"count":0} 
[2025-07-16 22:18:44] local.INFO: Sessions updated for user 977. {"count":0} 
[2025-07-16 22:18:45] local.INFO: Sessions updated for user 978. {"count":0} 
[2025-07-16 22:18:46] local.INFO: Sessions updated for user 979. {"count":0} 
[2025-07-16 22:18:47] local.INFO: Sessions updated for user 980. {"count":0} 
[2025-07-16 22:18:48] local.INFO: Sessions updated for user 981. {"count":0} 
[2025-07-16 22:18:48] local.INFO: Sessions updated for user 982. {"count":0} 
[2025-07-16 22:18:49] local.INFO: Sessions updated for user 983. {"count":0} 
[2025-07-16 22:18:50] local.INFO: Sessions updated for user 984. {"count":0} 
[2025-07-16 22:18:51] local.INFO: Sessions updated for user 985. {"count":0} 
[2025-07-16 22:18:52] local.INFO: Sessions updated for user 986. {"count":0} 
[2025-07-16 22:18:53] local.INFO: Sessions updated for user 987. {"count":0} 
[2025-07-16 22:18:54] local.INFO: Sessions updated for user 988. {"count":0} 
[2025-07-16 22:18:54] local.INFO: Sessions updated for user 989. {"count":0} 
[2025-07-16 22:18:55] local.INFO: Sessions updated for user 990. {"count":0} 
[2025-07-16 22:18:56] local.INFO: Sessions updated for user 991. {"count":0} 
[2025-07-16 22:18:57] local.INFO: Sessions updated for user 992. {"count":0} 
[2025-07-16 22:18:58] local.INFO: Sessions updated for user 994. {"count":0} 
[2025-07-16 22:18:58] local.INFO: Sessions updated for user 995. {"count":0} 
[2025-07-16 22:18:59] local.INFO: Sessions updated for user 996. {"count":0} 
[2025-07-16 22:19:00] local.INFO: Sessions updated for user 997. {"count":0} 
[2025-07-16 22:19:00] local.INFO: Sessions updated for user 998. {"count":0} 
[2025-07-16 22:19:01] local.INFO: Sessions updated for user 999. {"count":0} 
[2025-07-16 22:19:03] local.INFO: Sessions updated for user 1000. {"count":0} 
[2025-07-16 22:19:03] local.INFO: Sessions updated for user 1001. {"count":0} 
[2025-07-16 22:19:04] local.INFO: Sessions updated for user 1003. {"count":0} 
[2025-07-16 22:19:05] local.INFO: Sessions updated for user 1004. {"count":0} 
[2025-07-16 22:19:05] local.INFO: Sessions updated for user 1006. {"count":0} 
[2025-07-16 22:19:06] local.INFO: Sessions updated for user 1007. {"count":0} 
[2025-07-16 22:19:07] local.INFO: Sessions updated for user 1008. {"count":0} 
[2025-07-16 22:19:08] local.INFO: Sessions updated for user 1009. {"count":0} 
[2025-07-16 22:19:08] local.INFO: Sessions updated for user 1010. {"count":0} 
[2025-07-16 22:19:09] local.INFO: Sessions updated for user 1011. {"count":0} 
[2025-07-16 22:19:10] local.INFO: Sessions updated for user 1013. {"count":0} 
[2025-07-16 22:19:11] local.INFO: Sessions updated for user 1014. {"count":0} 
[2025-07-16 22:19:12] local.INFO: Sessions updated for user 1015. {"count":0} 
[2025-07-16 22:19:12] local.INFO: Sessions updated for user 1016. {"count":0} 
[2025-07-16 22:19:13] local.INFO: Sessions updated for user 1017. {"count":0} 
[2025-07-16 22:19:14] local.INFO: Sessions updated for user 1018. {"count":0} 
[2025-07-16 22:19:15] local.INFO: Sessions updated for user 1019. {"count":0} 
[2025-07-16 22:19:16] local.INFO: Sessions updated for user 1020. {"count":0} 
[2025-07-16 22:19:17] local.INFO: Sessions updated for user 1021. {"count":0} 
[2025-07-16 22:19:17] local.INFO: Sessions updated for user 1022. {"count":0} 
[2025-07-16 22:19:18] local.INFO: Sessions updated for user 1023. {"count":0} 
[2025-07-16 22:19:19] local.INFO: Sessions updated for user 1024. {"count":0} 
[2025-07-16 22:19:20] local.INFO: Sessions updated for user 1026. {"count":0} 
[2025-07-16 22:19:21] local.INFO: Sessions updated for user 1029. {"count":0} 
[2025-07-16 22:19:22] local.INFO: Sessions updated for user 1030. {"count":0} 
[2025-07-16 22:19:23] local.INFO: Sessions updated for user 1031. {"count":0} 
[2025-07-16 22:19:24] local.INFO: Sessions updated for user 1032. {"count":0} 
[2025-07-16 22:19:25] local.INFO: Sessions updated for user 1033. {"count":0} 
[2025-07-16 22:19:26] local.INFO: Sessions updated for user 1034. {"count":0} 
[2025-07-16 22:19:26] local.INFO: Sessions updated for user 1035. {"count":0} 
[2025-07-16 22:19:27] local.INFO: Sessions updated for user 1036. {"count":0} 
[2025-07-16 22:19:28] local.INFO: Sessions updated for user 1037. {"count":0} 
[2025-07-16 22:19:29] local.INFO: Sessions updated for user 1038. {"count":0} 
[2025-07-16 22:19:30] local.INFO: Sessions updated for user 1039. {"count":0} 
[2025-07-16 22:19:30] local.INFO: Sessions updated for user 1040. {"count":0} 
[2025-07-16 22:19:31] local.INFO: Sessions updated for user 1041. {"count":0} 
[2025-07-16 22:19:32] local.INFO: Sessions updated for user 1042. {"count":0} 
[2025-07-16 22:19:33] local.INFO: Sessions updated for user 1043. {"count":0} 
[2025-07-16 22:19:33] local.INFO: Sessions updated for user 1044. {"count":0} 
[2025-07-16 22:19:34] local.INFO: Sessions updated for user 1045. {"count":0} 
[2025-07-16 22:19:35] local.INFO: Sessions updated for user 1046. {"count":0} 
[2025-07-16 22:19:36] local.INFO: Sessions updated for user 1049. {"count":0} 
[2025-07-16 22:19:37] local.INFO: Sessions updated for user 1050. {"count":0} 
[2025-07-16 22:19:38] local.INFO: Sessions updated for user 1052. {"count":0} 
[2025-07-16 22:19:39] local.INFO: Sessions updated for user 1053. {"count":0} 
[2025-07-16 22:19:39] local.INFO: Sessions updated for user 1055. {"count":0} 
[2025-07-16 22:19:40] local.INFO: Sessions updated for user 1056. {"count":0} 
[2025-07-16 22:19:41] local.INFO: Sessions updated for user 1058. {"count":0} 
[2025-07-16 22:19:42] local.INFO: Sessions updated for user 1060. {"count":0} 
[2025-07-16 22:19:42] local.INFO: Sessions updated for user 1061. {"count":0} 
[2025-07-16 22:19:43] local.INFO: Sessions updated for user 1062. {"count":0} 
[2025-07-16 22:19:44] local.INFO: Sessions updated for user 1064. {"count":0} 
[2025-07-16 22:19:45] local.INFO: Sessions updated for user 1067. {"count":0} 
[2025-07-16 22:19:46] local.INFO: Sessions updated for user 1068. {"count":0} 
[2025-07-16 22:19:46] local.INFO: Sessions updated for user 1069. {"count":0} 
[2025-07-16 22:19:47] local.INFO: Sessions updated for user 1070. {"count":0} 
[2025-07-16 22:19:48] local.INFO: Sessions updated for user 1072. {"count":0} 
[2025-07-16 22:19:49] local.INFO: Sessions updated for user 1073. {"count":0} 
[2025-07-16 22:19:49] local.INFO: Sessions updated for user 1074. {"count":0} 
[2025-07-16 22:19:50] local.INFO: Sessions updated for user 1075. {"count":0} 
[2025-07-16 22:19:51] local.INFO: Sessions updated for user 1076. {"count":0} 
[2025-07-16 22:19:52] local.INFO: Sessions updated for user 1083. {"count":0} 
[2025-07-16 22:19:53] local.INFO: Sessions updated for user 1084. {"count":0} 
[2025-07-16 22:19:53] local.INFO: Sessions updated for user 1085. {"count":0} 
[2025-07-16 22:19:54] local.INFO: Sessions updated for user 1087. {"count":0} 
[2025-07-16 22:19:55] local.INFO: Sessions updated for user 1088. {"count":0} 
[2025-07-16 22:19:56] local.INFO: Sessions updated for user 1090. {"count":0} 
[2025-07-16 22:19:56] local.INFO: Sessions updated for user 1093. {"count":0} 
[2025-07-16 22:19:57] local.INFO: Sessions updated for user 1094. {"count":0} 
[2025-07-16 22:19:58] local.INFO: Sessions updated for user 1096. {"count":0} 
[2025-07-16 22:19:59] local.INFO: Sessions updated for user 1099. {"count":0} 
[2025-07-16 22:20:00] local.INFO: Sessions updated for user 1104. {"count":0} 
[2025-07-16 22:20:01] local.INFO: Sessions updated for user 1106. {"count":0} 
[2025-07-16 22:20:01] local.INFO: Sessions updated for user 1108. {"count":0} 
[2025-07-16 22:20:02] local.INFO: Sessions updated for user 1113. {"count":0} 
[2025-07-16 22:20:03] local.INFO: Sessions updated for user 1114. {"count":0} 
[2025-07-16 22:20:04] local.INFO: Sessions updated for user 1115. {"count":0} 
[2025-07-16 22:20:05] local.INFO: Sessions updated for user 1116. {"count":0} 
[2025-07-16 22:20:05] local.INFO: Sessions updated for user 1117. {"count":0} 
[2025-07-16 22:20:06] local.INFO: Sessions updated for user 1122. {"count":0} 
[2025-07-16 22:20:07] local.INFO: Sessions updated for user 1123. {"count":0} 
[2025-07-16 22:20:08] local.INFO: Sessions updated for user 1124. {"count":0} 
[2025-07-16 22:20:09] local.INFO: Sessions updated for user 1125. {"count":0} 
[2025-07-16 22:20:10] local.INFO: Sessions updated for user 1130. {"count":0} 
[2025-07-16 22:20:10] local.INFO: Sessions updated for user 1133. {"count":0} 
[2025-07-16 22:20:11] local.INFO: Sessions updated for user 1138. {"count":0} 
[2025-07-16 22:20:12] local.INFO: Sessions updated for user 1152. {"count":0} 
[2025-07-16 22:20:13] local.INFO: Sessions updated for user 1154. {"count":0} 
[2025-07-16 22:20:14] local.INFO: Sessions updated for user 1159. {"count":0} 
[2025-07-16 22:20:15] local.INFO: Sessions updated for user 1161. {"count":0} 
[2025-07-16 22:20:16] local.INFO: Sessions updated for user 1163. {"count":0} 
[2025-07-16 22:20:17] local.INFO: Sessions updated for user 1164. {"count":0} 
[2025-07-16 22:20:18] local.INFO: Sessions updated for user 1165. {"count":0} 
[2025-07-16 22:20:18] local.INFO: Sessions updated for user 1168. {"count":0} 
[2025-07-16 22:20:19] local.INFO: Sessions updated for user 1169. {"count":0} 
[2025-07-16 22:20:20] local.INFO: Sessions updated for user 1170. {"count":0} 
[2025-07-16 22:20:21] local.INFO: Sessions updated for user 1171. {"count":0} 
[2025-07-16 22:20:22] local.INFO: Sessions updated for user 1172. {"count":0} 
[2025-07-16 22:20:23] local.INFO: Sessions updated for user 1175. {"count":0} 
[2025-07-16 22:20:23] local.INFO: Sessions updated for user 1180. {"count":0} 
[2025-07-16 22:20:24] local.INFO: Sessions updated for user 1181. {"count":0} 
[2025-07-16 22:20:25] local.INFO: Sessions updated for user 1185. {"count":0} 
[2025-07-16 22:20:26] local.INFO: Sessions updated for user 1187. {"count":0} 
[2025-07-16 22:20:26] local.INFO: Sessions updated for user 1188. {"count":0} 
[2025-07-16 22:20:27] local.INFO: Sessions updated for user 1189. {"count":0} 
[2025-07-16 22:20:28] local.INFO: Sessions updated for user 1191. {"count":0} 
[2025-07-16 22:20:29] local.INFO: Sessions updated for user 1194. {"count":0} 
[2025-07-16 22:20:30] local.INFO: Sessions updated for user 1195. {"count":0} 
[2025-07-16 22:20:30] local.INFO: Sessions updated for user 1196. {"count":0} 
[2025-07-16 22:20:31] local.INFO: Sessions updated for user 1197. {"count":0} 
[2025-07-16 22:20:32] local.INFO: Sessions updated for user 1198. {"count":0} 
[2025-07-16 22:20:33] local.INFO: Sessions updated for user 1199. {"count":0} 
[2025-07-16 22:20:33] local.INFO: Sessions updated for user 1200. {"count":0} 
[2025-07-16 22:20:34] local.INFO: Sessions updated for user 1201. {"count":0} 
[2025-07-16 22:20:35] local.INFO: Sessions updated for user 1202. {"count":0} 
[2025-07-16 22:20:36] local.INFO: Sessions updated for user 1203. {"count":0} 
[2025-07-16 22:20:36] local.INFO: Sessions updated for user 1204. {"count":0} 
[2025-07-16 22:20:37] local.INFO: Sessions updated for user 1205. {"count":0} 
[2025-07-16 22:20:38] local.INFO: Sessions updated for user 1206. {"count":0} 
[2025-07-16 22:20:39] local.INFO: Sessions updated for user 1207. {"count":0} 
[2025-07-16 22:20:39] local.INFO: Sessions updated for user 1210. {"count":0} 
[2025-07-16 22:20:40] local.INFO: Sessions updated for user 1211. {"count":0} 
[2025-07-16 22:20:41] local.INFO: Sessions updated for user 1212. {"count":0} 
[2025-07-16 22:20:42] local.INFO: Sessions updated for user 1213. {"count":0} 
[2025-07-16 22:20:42] local.INFO: Sessions updated for user 1214. {"count":0} 
[2025-07-16 22:20:43] local.INFO: Sessions updated for user 1215. {"count":0} 
[2025-07-16 22:20:44] local.INFO: Sessions updated for user 1216. {"count":0} 
[2025-07-16 22:20:45] local.INFO: Sessions updated for user 1217. {"count":0} 
[2025-07-16 22:20:46] local.INFO: Sessions updated for user 1218. {"count":0} 
[2025-07-16 22:20:47] local.INFO: Sessions updated for user 1219. {"count":0} 
[2025-07-16 22:20:48] local.INFO: Sessions updated for user 1220. {"count":0} 
[2025-07-16 22:20:49] local.INFO: Sessions updated for user 1221. {"count":0} 
[2025-07-16 22:20:50] local.INFO: Sessions updated for user 1222. {"count":0} 
[2025-07-16 22:20:51] local.INFO: Sessions updated for user 1223. {"count":0} 
[2025-07-16 22:20:52] local.INFO: Sessions updated for user 1224. {"count":0} 
[2025-07-16 22:20:53] local.INFO: Sessions updated for user 1225. {"count":0} 
[2025-07-16 22:20:54] local.INFO: Sessions updated for user 1226. {"count":0} 
[2025-07-16 22:20:54] local.INFO: Sessions updated for user 1227. {"count":0} 
[2025-07-16 22:20:55] local.INFO: Sessions updated for user 1228. {"count":0} 
[2025-07-16 22:20:56] local.INFO: Sessions updated for user 1231. {"count":0} 
[2025-07-16 22:20:57] local.INFO: Sessions updated for user 1232. {"count":0} 
[2025-07-16 22:20:58] local.INFO: Sessions updated for user 1233. {"count":0} 
[2025-07-16 22:20:58] local.INFO: Sessions updated for user 1234. {"count":0} 
[2025-07-16 22:20:59] local.INFO: Sessions updated for user 1235. {"count":0} 
[2025-07-16 22:21:00] local.INFO: Sessions updated for user 1236. {"count":0} 
[2025-07-16 22:21:01] local.INFO: Sessions updated for user 1237. {"count":0} 
[2025-07-16 22:21:02] local.INFO: Sessions updated for user 1238. {"count":0} 
[2025-07-16 22:21:02] local.INFO: Sessions updated for user 1239. {"count":0} 
[2025-07-16 22:21:03] local.INFO: Sessions updated for user 1241. {"count":0} 
[2025-07-16 22:21:04] local.INFO: Sessions updated for user 1242. {"count":0} 
[2025-07-16 22:21:05] local.INFO: Sessions updated for user 1243. {"count":0} 
[2025-07-16 22:21:06] local.INFO: Sessions updated for user 1244. {"count":0} 
[2025-07-16 22:21:07] local.INFO: Sessions updated for user 1245. {"count":0} 
[2025-07-16 22:21:08] local.INFO: Sessions updated for user 1246. {"count":0} 
[2025-07-16 22:21:08] local.INFO: Sessions updated for user 1247. {"count":0} 
[2025-07-16 22:21:09] local.INFO: Sessions updated for user 1248. {"count":0} 
[2025-07-16 22:21:10] local.INFO: Sessions updated for user 1249. {"count":0} 
[2025-07-16 22:21:11] local.INFO: Sessions updated for user 1250. {"count":0} 
[2025-07-16 22:21:11] local.INFO: Sessions updated for user 1251. {"count":0} 
[2025-07-16 22:21:12] local.INFO: Sessions updated for user 1252. {"count":0} 
[2025-07-16 22:21:13] local.INFO: Sessions updated for user 1253. {"count":0} 
[2025-07-16 22:21:14] local.INFO: Sessions updated for user 1254. {"count":0} 
[2025-07-16 22:21:14] local.INFO: Sessions updated for user 1255. {"count":0} 
[2025-07-16 22:21:15] local.INFO: Sessions updated for user 1258. {"count":0} 
[2025-07-16 22:21:16] local.INFO: Sessions updated for user 1259. {"count":0} 
[2025-07-16 22:21:17] local.INFO: Sessions updated for user 1260. {"count":0} 
[2025-07-16 22:21:18] local.INFO: Sessions updated for user 1261. {"count":0} 
[2025-07-16 22:21:18] local.INFO: Sessions updated for user 1262. {"count":0} 
[2025-07-16 22:21:19] local.INFO: Sessions updated for user 1263. {"count":0} 
[2025-07-16 22:21:20] local.INFO: Sessions updated for user 1265. {"count":0} 
[2025-07-16 22:21:21] local.INFO: Sessions updated for user 1267. {"count":0} 
[2025-07-16 22:21:22] local.INFO: Sessions updated for user 1268. {"count":0} 
[2025-07-16 22:21:23] local.INFO: Sessions updated for user 1269. {"count":0} 
[2025-07-16 22:21:23] local.INFO: Sessions updated for user 1270. {"count":0} 
[2025-07-16 22:21:24] local.INFO: Sessions updated for user 1271. {"count":0} 
[2025-07-16 22:21:26] local.INFO: Sessions updated for user 1272. {"count":0} 
[2025-07-16 22:21:27] local.INFO: Sessions updated for user 1273. {"count":0} 
[2025-07-16 22:21:27] local.INFO: Sessions updated for user 1275. {"count":0} 
[2025-07-16 22:21:28] local.INFO: Sessions updated for user 1276. {"count":0} 
[2025-07-16 22:21:29] local.INFO: Sessions updated for user 1277. {"count":0} 
[2025-07-16 22:21:30] local.INFO: Sessions updated for user 1279. {"count":0} 
[2025-07-16 22:21:30] local.INFO: Sessions updated for user 1282. {"count":0} 
[2025-07-16 22:21:31] local.INFO: Sessions updated for user 1283. {"count":0} 
[2025-07-16 22:21:32] local.INFO: Sessions updated for user 1284. {"count":0} 
[2025-07-16 22:21:33] local.INFO: Sessions updated for user 1285. {"count":0} 
[2025-07-16 22:21:34] local.INFO: Sessions updated for user 1286. {"count":0} 
[2025-07-16 22:21:34] local.INFO: Sessions updated for user 1287. {"count":0} 
[2025-07-16 22:21:35] local.INFO: Sessions updated for user 1288. {"count":0} 
[2025-07-16 22:21:36] local.INFO: Sessions updated for user 1289. {"count":0} 
[2025-07-16 22:21:36] local.INFO: Sessions updated for user 1290. {"count":0} 
[2025-07-16 22:21:37] local.INFO: Sessions updated for user 1291. {"count":0} 
[2025-07-16 22:21:38] local.INFO: Sessions updated for user 1292. {"count":0} 
[2025-07-16 22:21:39] local.INFO: Sessions updated for user 1293. {"count":0} 
[2025-07-16 22:21:40] local.INFO: Sessions updated for user 1294. {"count":0} 
[2025-07-16 22:21:41] local.INFO: Sessions updated for user 1295. {"count":0} 
[2025-07-16 22:21:41] local.INFO: Sessions updated for user 1296. {"count":0} 
[2025-07-16 22:21:42] local.INFO: Sessions updated for user 1297. {"count":0} 
[2025-07-16 22:21:43] local.INFO: Sessions updated for user 1299. {"count":0} 
[2025-07-16 22:21:44] local.INFO: Sessions updated for user 1300. {"count":0} 
[2025-07-16 22:21:45] local.INFO: Sessions updated for user 1303. {"count":0} 
[2025-07-16 22:21:46] local.INFO: Sessions updated for user 1304. {"count":0} 
[2025-07-16 22:21:47] local.INFO: Sessions updated for user 1305. {"count":0} 
[2025-07-16 22:21:47] local.INFO: Sessions updated for user 1310. {"count":0} 
[2025-07-16 22:21:48] local.INFO: Sessions updated for user 1311. {"count":0} 
[2025-07-16 22:21:49] local.INFO: Sessions updated for user 1312. {"count":0} 
[2025-07-16 22:21:50] local.INFO: Sessions updated for user 1313. {"count":0} 
[2025-07-16 22:21:51] local.INFO: Sessions updated for user 1314. {"count":0} 
[2025-07-16 22:21:51] local.INFO: Sessions updated for user 1315. {"count":0} 
[2025-07-16 22:21:52] local.INFO: Sessions updated for user 1316. {"count":0} 
[2025-07-16 22:21:53] local.INFO: Sessions updated for user 1317. {"count":0} 
[2025-07-16 22:21:54] local.INFO: Sessions updated for user 1318. {"count":0} 
[2025-07-16 22:21:54] local.INFO: Sessions updated for user 1319. {"count":0} 
[2025-07-16 22:21:55] local.INFO: Sessions updated for user 1320. {"count":0} 
[2025-07-16 22:21:56] local.INFO: Sessions updated for user 1321. {"count":0} 
[2025-07-16 22:21:57] local.INFO: Sessions updated for user 1322. {"count":0} 
[2025-07-16 22:21:58] local.INFO: Sessions updated for user 1323. {"count":0} 
[2025-07-16 22:21:58] local.INFO: Sessions updated for user 1324. {"count":0} 
[2025-07-16 22:21:59] local.INFO: Sessions updated for user 1325. {"count":0} 
[2025-07-16 22:22:00] local.INFO: Sessions updated for user 1326. {"count":0} 
[2025-07-16 22:22:01] local.INFO: Sessions updated for user 1327. {"count":0} 
[2025-07-16 22:22:02] local.INFO: Sessions updated for user 1328. {"count":0} 
[2025-07-16 22:22:03] local.INFO: Sessions updated for user 1329. {"count":0} 
[2025-07-16 22:22:03] local.INFO: Sessions updated for user 1331. {"count":0} 
[2025-07-16 22:22:04] local.INFO: Sessions updated for user 1332. {"count":0} 
[2025-07-16 22:22:05] local.INFO: Sessions updated for user 1333. {"count":0} 
[2025-07-16 22:22:06] local.INFO: Sessions updated for user 1334. {"count":0} 
[2025-07-16 22:22:07] local.INFO: Sessions updated for user 1335. {"count":0} 
[2025-07-16 22:22:08] local.INFO: Sessions updated for user 1336. {"count":0} 
[2025-07-16 22:22:08] local.INFO: Sessions updated for user 1337. {"count":0} 
[2025-07-16 22:22:09] local.INFO: Sessions updated for user 1338. {"count":0} 
[2025-07-16 22:22:10] local.INFO: Sessions updated for user 1339. {"count":0} 
[2025-07-16 22:22:11] local.INFO: Sessions updated for user 1340. {"count":0} 
[2025-07-16 22:22:13] local.INFO: Sessions updated for user 1341. {"count":0} 
[2025-07-16 22:22:14] local.INFO: Sessions updated for user 1342. {"count":0} 
[2025-07-16 22:22:15] local.INFO: Sessions updated for user 1343. {"count":0} 
[2025-07-16 22:22:16] local.INFO: Sessions updated for user 1344. {"count":0} 
[2025-07-16 22:22:16] local.INFO: Sessions updated for user 1345. {"count":0} 
[2025-07-16 22:22:17] local.INFO: Sessions updated for user 1346. {"count":0} 
[2025-07-16 22:22:18] local.INFO: Sessions updated for user 1347. {"count":0} 
[2025-07-16 22:22:19] local.INFO: Sessions updated for user 1348. {"count":0} 
[2025-07-16 22:22:19] local.INFO: Sessions updated for user 1349. {"count":0} 
[2025-07-16 22:22:20] local.INFO: Sessions updated for user 1350. {"count":0} 
[2025-07-16 22:22:21] local.INFO: Sessions updated for user 1351. {"count":0} 
[2025-07-16 22:22:22] local.INFO: Sessions updated for user 1352. {"count":0} 
[2025-07-16 22:22:23] local.INFO: Sessions updated for user 1353. {"count":0} 
[2025-07-16 22:22:23] local.INFO: Sessions updated for user 1354. {"count":0} 
[2025-07-16 22:22:24] local.INFO: Sessions updated for user 1357. {"count":0} 
[2025-07-16 22:22:25] local.INFO: Sessions updated for user 1359. {"count":0} 
[2025-07-16 22:22:26] local.INFO: Sessions updated for user 1360. {"count":0} 
[2025-07-16 22:22:26] local.INFO: Sessions updated for user 1361. {"count":0} 
[2025-07-16 22:22:27] local.INFO: Sessions updated for user 1362. {"count":0} 
[2025-07-16 22:22:28] local.INFO: Sessions updated for user 1363. {"count":0} 
[2025-07-16 22:22:29] local.INFO: Sessions updated for user 1364. {"count":0} 
[2025-07-16 22:22:30] local.INFO: Sessions updated for user 1365. {"count":0} 
[2025-07-16 22:22:31] local.INFO: Sessions updated for user 1366. {"count":0} 
[2025-07-16 22:22:32] local.INFO: Sessions updated for user 1367. {"count":0} 
[2025-07-16 22:22:33] local.INFO: Sessions updated for user 1368. {"count":0} 
[2025-07-16 22:22:33] local.INFO: Sessions updated for user 1369. {"count":0} 
[2025-07-16 22:22:34] local.INFO: Sessions updated for user 1370. {"count":0} 
[2025-07-16 22:22:35] local.INFO: Sessions updated for user 1371. {"count":0} 
[2025-07-16 22:22:36] local.INFO: Sessions updated for user 1372. {"count":0} 
[2025-07-16 22:22:36] local.INFO: Sessions updated for user 1373. {"count":0} 
[2025-07-16 22:22:37] local.INFO: Sessions updated for user 1374. {"count":0} 
[2025-07-16 22:22:38] local.INFO: Sessions updated for user 1375. {"count":0} 
[2025-07-16 22:22:39] local.INFO: Sessions updated for user 1376. {"count":0} 
[2025-07-16 22:22:39] local.INFO: Sessions updated for user 1377. {"count":0} 
[2025-07-16 22:22:40] local.INFO: Sessions updated for user 1378. {"count":0} 
[2025-07-16 22:22:41] local.INFO: Sessions updated for user 1379. {"count":0} 
[2025-07-16 22:22:42] local.INFO: Sessions updated for user 1380. {"count":0} 
[2025-07-16 22:22:42] local.INFO: Sessions updated for user 1381. {"count":0} 
[2025-07-16 22:22:43] local.INFO: Sessions updated for user 1382. {"count":0} 
[2025-07-16 22:22:44] local.INFO: Sessions updated for user 1383. {"count":0} 
[2025-07-16 22:22:45] local.INFO: Sessions updated for user 1384. {"count":0} 
[2025-07-16 22:22:46] local.INFO: Sessions updated for user 1385. {"count":0} 
[2025-07-16 22:22:47] local.INFO: Sessions updated for user 1386. {"count":0} 
[2025-07-16 22:22:48] local.INFO: Sessions updated for user 1387. {"count":0} 
[2025-07-16 22:22:49] local.INFO: Sessions updated for user 1388. {"count":0} 
[2025-07-16 22:22:49] local.INFO: Sessions updated for user 1389. {"count":0} 
[2025-07-16 22:22:50] local.INFO: Sessions updated for user 1390. {"count":0} 
[2025-07-16 22:22:51] local.INFO: Sessions updated for user 1391. {"count":0} 
[2025-07-16 22:22:52] local.INFO: Sessions updated for user 1392. {"count":0} 
[2025-07-16 22:22:53] local.INFO: Sessions updated for user 1397. {"count":0} 
[2025-07-16 22:22:53] local.INFO: Sessions updated for user 1399. {"count":0} 
[2025-07-16 22:22:54] local.INFO: Sessions updated for user 1402. {"count":0} 
[2025-07-16 22:22:55] local.INFO: Sessions updated for user 1404. {"count":0} 
[2025-07-16 22:22:56] local.INFO: Sessions updated for user 1405. {"count":0} 
[2025-07-16 22:22:56] local.INFO: Sessions updated for user 1406. {"count":0} 
[2025-07-16 22:22:57] local.INFO: Sessions updated for user 1407. {"count":0} 
[2025-07-16 22:22:58] local.INFO: Sessions updated for user 1408. {"count":0} 
[2025-07-16 22:22:59] local.INFO: Sessions updated for user 1409. {"count":0} 
[2025-07-16 22:23:00] local.INFO: Sessions updated for user 1410. {"count":0} 
[2025-07-16 22:23:01] local.INFO: Sessions updated for user 1411. {"count":0} 
[2025-07-16 22:23:01] local.INFO: Sessions updated for user 1412. {"count":0} 
[2025-07-16 22:23:02] local.INFO: Sessions updated for user 1413. {"count":0} 
[2025-07-16 22:23:03] local.INFO: Sessions updated for user 1414. {"count":0} 
[2025-07-16 22:23:04] local.INFO: Sessions updated for user 1415. {"count":0} 
[2025-07-16 22:23:05] local.INFO: Sessions updated for user 1416. {"count":0} 
[2025-07-16 22:23:06] local.INFO: Sessions updated for user 1417. {"count":0} 
[2025-07-16 22:23:07] local.INFO: Sessions updated for user 1418. {"count":0} 
[2025-07-16 22:23:08] local.INFO: Sessions updated for user 1419. {"count":0} 
[2025-07-16 22:23:08] local.INFO: Sessions updated for user 1420. {"count":0} 
[2025-07-16 22:23:09] local.INFO: Sessions updated for user 1422. {"count":0} 
[2025-07-16 22:23:10] local.INFO: Sessions updated for user 1425. {"count":0} 
[2025-07-16 22:23:11] local.INFO: Sessions updated for user 1429. {"count":0} 
[2025-07-16 22:23:11] local.INFO: Sessions updated for user 1430. {"count":0} 
[2025-07-16 22:23:12] local.INFO: Sessions updated for user 1432. {"count":0} 
[2025-07-16 22:23:13] local.INFO: Sessions updated for user 1433. {"count":0} 
[2025-07-16 22:23:14] local.INFO: Sessions updated for user 1434. {"count":0} 
[2025-07-16 22:23:15] local.INFO: Sessions updated for user 1435. {"count":0} 
[2025-07-16 22:23:15] local.INFO: Sessions updated for user 1436. {"count":0} 
[2025-07-16 22:23:16] local.INFO: Sessions updated for user 1437. {"count":0} 
[2025-07-16 22:23:17] local.INFO: Sessions updated for user 1438. {"count":0} 
[2025-07-16 22:23:17] local.INFO: Sessions updated for user 1439. {"count":0} 
[2025-07-16 22:23:18] local.INFO: Sessions updated for user 1440. {"count":0} 
[2025-07-16 22:23:19] local.INFO: Sessions updated for user 1441. {"count":0} 
[2025-07-16 22:23:20] local.INFO: Sessions updated for user 1442. {"count":0} 
[2025-07-16 22:23:20] local.INFO: Sessions updated for user 1443. {"count":0} 
[2025-07-16 22:23:21] local.INFO: Sessions updated for user 1444. {"count":0} 
[2025-07-16 22:23:22] local.INFO: Sessions updated for user 1445. {"count":0} 
[2025-07-16 22:23:23] local.INFO: Sessions updated for user 1446. {"count":0} 
[2025-07-16 22:23:23] local.INFO: Sessions updated for user 1447. {"count":0} 
[2025-07-16 22:23:24] local.INFO: Sessions updated for user 1449. {"count":0} 
[2025-07-16 22:23:25] local.INFO: Sessions updated for user 1450. {"count":0} 
[2025-07-16 22:23:26] local.INFO: Sessions updated for user 1451. {"count":0} 
[2025-07-16 22:23:27] local.INFO: Sessions updated for user 1452. {"count":0} 
[2025-07-16 22:23:28] local.INFO: Sessions updated for user 1453. {"count":0} 
[2025-07-16 22:23:28] local.INFO: Sessions updated for user 1454. {"count":0} 
[2025-07-16 22:23:29] local.INFO: Sessions updated for user 1455. {"count":0} 
[2025-07-16 22:23:30] local.INFO: Sessions updated for user 1456. {"count":0} 
[2025-07-16 22:23:31] local.INFO: Sessions updated for user 1457. {"count":0} 
[2025-07-16 22:23:31] local.INFO: Sessions updated for user 1458. {"count":0} 
[2025-07-16 22:23:32] local.INFO: Sessions updated for user 1459. {"count":0} 
[2025-07-16 22:23:33] local.INFO: Sessions updated for user 1460. {"count":0} 
[2025-07-16 22:23:34] local.INFO: Sessions updated for user 1461. {"count":0} 
[2025-07-16 22:23:35] local.INFO: Sessions updated for user 1465. {"count":0} 
[2025-07-16 22:23:36] local.INFO: Sessions updated for user 1466. {"count":0} 
[2025-07-16 22:23:37] local.INFO: Sessions updated for user 1467. {"count":0} 
[2025-07-16 22:23:38] local.INFO: Sessions updated for user 1468. {"count":0} 
[2025-07-16 22:23:38] local.INFO: Sessions updated for user 1469. {"count":0} 
[2025-07-16 22:23:39] local.INFO: Sessions updated for user 1470. {"count":0} 
[2025-07-16 22:23:40] local.INFO: Sessions updated for user 1471. {"count":0} 
[2025-07-16 22:23:41] local.INFO: Sessions updated for user 1472. {"count":0} 
[2025-07-16 22:23:42] local.INFO: Sessions updated for user 1473. {"count":0} 
[2025-07-16 22:23:42] local.INFO: Sessions updated for user 1474. {"count":0} 
[2025-07-16 22:23:43] local.INFO: Sessions updated for user 1475. {"count":0} 
[2025-07-16 22:23:44] local.INFO: Sessions updated for user 1476. {"count":0} 
[2025-07-16 22:23:45] local.INFO: Sessions updated for user 1477. {"count":0} 
[2025-07-16 22:23:45] local.INFO: Sessions updated for user 1478. {"count":0} 
[2025-07-16 22:23:46] local.INFO: Sessions updated for user 1479. {"count":0} 
[2025-07-16 22:23:47] local.INFO: Sessions updated for user 1480. {"count":0} 
[2025-07-16 22:23:48] local.INFO: Sessions updated for user 1481. {"count":0} 
[2025-07-16 22:23:48] local.INFO: Sessions updated for user 1482. {"count":0} 
[2025-07-16 22:23:49] local.INFO: Sessions updated for user 1483. {"count":0} 
[2025-07-16 22:23:50] local.INFO: Sessions updated for user 1484. {"count":0} 
[2025-07-16 22:23:50] local.INFO: Sessions updated for user 1485. {"count":0} 
[2025-07-16 22:23:51] local.INFO: Sessions updated for user 1486. {"count":0} 
[2025-07-16 22:23:52] local.INFO: Sessions updated for user 1487. {"count":0} 
[2025-07-16 22:23:53] local.INFO: Sessions updated for user 1488. {"count":0} 
[2025-07-16 22:23:53] local.INFO: Sessions updated for user 1489. {"count":0} 
[2025-07-16 22:23:54] local.INFO: Sessions updated for user 1491. {"count":0} 
[2025-07-16 22:23:55] local.INFO: Sessions updated for user 1492. {"count":0} 
[2025-07-16 22:23:56] local.INFO: Sessions updated for user 1494. {"count":0} 
[2025-07-16 22:23:57] local.INFO: Sessions updated for user 1495. {"count":0} 
[2025-07-16 22:23:58] local.INFO: Sessions updated for user 1496. {"count":0} 
[2025-07-16 22:23:58] local.INFO: Sessions updated for user 1497. {"count":0} 
[2025-07-16 22:23:59] local.INFO: Sessions updated for user 1499. {"count":0} 
[2025-07-16 22:24:00] local.INFO: Sessions updated for user 1500. {"count":0} 
[2025-07-16 22:24:01] local.INFO: Sessions updated for user 1501. {"count":0} 
[2025-07-16 22:24:02] local.INFO: Sessions updated for user 1502. {"count":0} 
[2025-07-16 22:24:02] local.INFO: Sessions updated for user 1503. {"count":0} 
[2025-07-16 22:24:03] local.INFO: Sessions updated for user 1504. {"count":0} 
[2025-07-16 22:24:04] local.INFO: Sessions updated for user 1505. {"count":0} 
[2025-07-16 22:24:05] local.INFO: Sessions updated for user 1506. {"count":0} 
[2025-07-16 22:24:06] local.INFO: Sessions updated for user 1507. {"count":0} 
[2025-07-16 22:24:07] local.INFO: Sessions updated for user 1513. {"count":0} 
[2025-07-16 22:24:08] local.INFO: Sessions updated for user 1515. {"count":0} 
[2025-07-16 22:24:09] local.INFO: Sessions updated for user 1516. {"count":0} 
[2025-07-16 22:24:10] local.INFO: Sessions updated for user 1517. {"count":0} 
[2025-07-16 22:24:11] local.INFO: Sessions updated for user 1518. {"count":0} 
[2025-07-16 22:24:12] local.INFO: Sessions updated for user 1522. {"count":0} 
[2025-07-16 22:24:13] local.INFO: Sessions updated for user 1523. {"count":0} 
[2025-07-16 22:24:14] local.INFO: Sessions updated for user 1524. {"count":0} 
[2025-07-16 22:24:14] local.INFO: Sessions updated for user 1525. {"count":0} 
[2025-07-16 22:24:15] local.INFO: Sessions updated for user 1526. {"count":0} 
[2025-07-16 22:24:16] local.INFO: Sessions updated for user 1527. {"count":0} 
[2025-07-16 22:24:17] local.INFO: Sessions updated for user 1528. {"count":0} 
[2025-07-16 22:24:18] local.INFO: Sessions updated for user 1529. {"count":0} 
[2025-07-16 22:24:18] local.INFO: Sessions updated for user 1530. {"count":0} 
[2025-07-16 22:24:19] local.INFO: Sessions updated for user 1531. {"count":0} 
[2025-07-16 22:24:20] local.INFO: Sessions updated for user 1532. {"count":0} 
[2025-07-16 22:24:21] local.INFO: Sessions updated for user 1533. {"count":0} 
[2025-07-16 22:24:22] local.INFO: Sessions updated for user 1534. {"count":0} 
[2025-07-16 22:24:23] local.INFO: Sessions updated for user 1535. {"count":0} 
[2025-07-16 22:24:24] local.INFO: Sessions updated for user 1536. {"count":0} 
[2025-07-16 22:24:24] local.INFO: Sessions updated for user 1538. {"count":0} 
[2025-07-16 22:24:25] local.INFO: Sessions updated for user 1539. {"count":0} 
[2025-07-16 22:24:26] local.INFO: Sessions updated for user 1540. {"count":0} 
[2025-07-16 22:24:27] local.INFO: Sessions updated for user 1541. {"count":0} 
[2025-07-16 22:24:27] local.INFO: Sessions updated for user 1543. {"count":0} 
[2025-07-16 22:24:28] local.INFO: Sessions updated for user 1544. {"count":0} 
[2025-07-16 22:24:29] local.INFO: Sessions updated for user 1545. {"count":0} 
[2025-07-16 22:24:30] local.INFO: Sessions updated for user 1546. {"count":0} 
[2025-07-16 22:24:30] local.INFO: Sessions updated for user 1548. {"count":0} 
[2025-07-16 22:24:31] local.INFO: Sessions updated for user 1549. {"count":0} 
[2025-07-16 22:24:32] local.INFO: Sessions updated for user 1550. {"count":0} 
[2025-07-16 22:24:33] local.INFO: Sessions updated for user 1551. {"count":0} 
[2025-07-16 22:24:33] local.INFO: Sessions updated for user 1552. {"count":0} 
[2025-07-16 22:24:34] local.INFO: Sessions updated for user 1553. {"count":0} 
[2025-07-16 22:24:35] local.INFO: Sessions updated for user 1554. {"count":0} 
[2025-07-16 22:24:36] local.INFO: Sessions updated for user 1555. {"count":0} 
[2025-07-16 22:24:37] local.INFO: Sessions updated for user 1556. {"count":0} 
[2025-07-16 22:24:37] local.INFO: Sessions updated for user 1557. {"count":0} 
[2025-07-16 22:24:38] local.INFO: Sessions updated for user 1558. {"count":0} 
[2025-07-16 22:24:39] local.INFO: Sessions updated for user 1559. {"count":0} 
[2025-07-16 22:24:40] local.INFO: Sessions updated for user 1560. {"count":0} 
[2025-07-16 22:24:40] local.INFO: Sessions updated for user 1561. {"count":0} 
[2025-07-16 22:24:41] local.INFO: Sessions updated for user 1562. {"count":0} 
[2025-07-16 22:24:42] local.INFO: Sessions updated for user 1563. {"count":0} 
[2025-07-16 22:24:43] local.INFO: Sessions updated for user 1564. {"count":0} 
[2025-07-16 22:24:43] local.INFO: Sessions updated for user 1565. {"count":0} 
[2025-07-16 22:24:44] local.INFO: Sessions updated for user 1566. {"count":0} 
[2025-07-16 22:24:45] local.INFO: Sessions updated for user 1567. {"count":0} 
[2025-07-16 22:24:46] local.INFO: Sessions updated for user 1568. {"count":0} 
[2025-07-16 22:24:46] local.INFO: Sessions updated for user 1569. {"count":0} 
[2025-07-16 22:24:47] local.INFO: Sessions updated for user 1570. {"count":0} 
[2025-07-16 22:24:48] local.INFO: Sessions updated for user 1572. {"count":0} 
[2025-07-16 22:24:49] local.INFO: Sessions updated for user 1573. {"count":0} 
[2025-07-16 22:24:50] local.INFO: Sessions updated for user 1574. {"count":0} 
[2025-07-16 22:24:51] local.INFO: Sessions updated for user 1575. {"count":0} 
[2025-07-16 22:24:52] local.INFO: Sessions updated for user 1576. {"count":0} 
[2025-07-16 22:24:52] local.INFO: Sessions updated for user 1577. {"count":0} 
[2025-07-16 22:24:53] local.INFO: Sessions updated for user 1578. {"count":0} 
[2025-07-16 22:24:54] local.INFO: Sessions updated for user 1579. {"count":0} 
[2025-07-16 22:24:55] local.INFO: Sessions updated for user 1580. {"count":0} 
[2025-07-16 22:24:56] local.INFO: Sessions updated for user 1581. {"count":0} 
[2025-07-16 22:24:56] local.INFO: Sessions updated for user 1582. {"count":0} 
[2025-07-16 22:24:57] local.INFO: Sessions updated for user 1583. {"count":0} 
[2025-07-16 22:24:58] local.INFO: Sessions updated for user 1584. {"count":0} 
[2025-07-16 22:24:59] local.INFO: Sessions updated for user 1585. {"count":0} 
[2025-07-16 22:24:59] local.INFO: Sessions updated for user 1587. {"count":0} 
[2025-07-16 22:25:00] local.INFO: Sessions updated for user 1588. {"count":0} 
[2025-07-16 22:25:01] local.INFO: Sessions updated for user 1589. {"count":0} 
[2025-07-16 22:25:02] local.INFO: Sessions updated for user 1590. {"count":0} 
[2025-07-16 22:25:02] local.INFO: Sessions updated for user 1591. {"count":0} 
[2025-07-16 22:25:03] local.INFO: Sessions updated for user 1592. {"count":0} 
[2025-07-16 22:25:04] local.INFO: Sessions updated for user 1593. {"count":0} 
[2025-07-16 22:25:05] local.INFO: Sessions updated for user 1594. {"count":0} 
[2025-07-16 22:25:05] local.INFO: Sessions updated for user 1595. {"count":0} 
[2025-07-16 22:25:07] local.INFO: Sessions updated for user 1596. {"count":0} 
[2025-07-16 22:25:07] local.INFO: Sessions updated for user 1597. {"count":0} 
[2025-07-16 22:25:08] local.INFO: Sessions updated for user 1598. {"count":0} 
[2025-07-16 22:25:09] local.INFO: Sessions updated for user 1599. {"count":0} 
[2025-07-16 22:25:10] local.INFO: Sessions updated for user 1600. {"count":0} 
[2025-07-16 22:25:11] local.INFO: Sessions updated for user 1602. {"count":0} 
[2025-07-16 22:25:12] local.INFO: Sessions updated for user 1603. {"count":0} 
[2025-07-16 22:25:13] local.INFO: Sessions updated for user 1604. {"count":0} 
[2025-07-16 22:25:14] local.INFO: Sessions updated for user 1605. {"count":0} 
[2025-07-16 22:25:15] local.INFO: Sessions updated for user 1606. {"count":0} 
[2025-07-16 22:25:16] local.INFO: Sessions updated for user 1607. {"count":0} 
[2025-07-16 22:25:17] local.INFO: Sessions updated for user 1608. {"count":0} 
[2025-07-16 22:25:18] local.INFO: Sessions updated for user 1609. {"count":0} 
[2025-07-16 22:25:19] local.INFO: Sessions updated for user 1610. {"count":0} 
[2025-07-16 22:25:19] local.INFO: Sessions updated for user 1616. {"count":0} 
[2025-07-16 22:25:20] local.INFO: Sessions updated for user 1617. {"count":0} 
[2025-07-16 22:25:21] local.INFO: Sessions updated for user 1618. {"count":0} 
[2025-07-16 22:25:21] local.INFO: Sessions updated for user 1620. {"count":0} 
[2025-07-16 22:25:22] local.INFO: Sessions updated for user 1621. {"count":0} 
[2025-07-16 22:25:23] local.INFO: Sessions updated for user 1622. {"count":0} 
[2025-07-16 22:25:24] local.INFO: Sessions updated for user 1623. {"count":0} 
[2025-07-16 22:25:24] local.INFO: Sessions updated for user 1624. {"count":0} 
[2025-07-16 22:25:25] local.INFO: Sessions updated for user 1625. {"count":0} 
[2025-07-16 22:25:26] local.INFO: Sessions updated for user 1626. {"count":0} 
[2025-07-16 22:25:27] local.INFO: Sessions updated for user 1627. {"count":0} 
[2025-07-16 22:25:27] local.INFO: Sessions updated for user 1628. {"count":0} 
[2025-07-16 22:25:28] local.INFO: Sessions updated for user 1629. {"count":0} 
[2025-07-16 22:25:29] local.INFO: Sessions updated for user 1630. {"count":0} 
[2025-07-16 22:25:30] local.INFO: Sessions updated for user 1631. {"count":0} 
[2025-07-16 22:25:30] local.INFO: Sessions updated for user 1632. {"count":0} 
[2025-07-16 22:25:31] local.INFO: Sessions updated for user 1634. {"count":0} 
[2025-07-16 22:25:33] local.INFO: Sessions updated for user 1635. {"count":0} 
[2025-07-16 22:25:34] local.INFO: Sessions updated for user 1636. {"count":0} 
[2025-07-16 22:25:34] local.INFO: Sessions updated for user 1637. {"count":0} 
[2025-07-16 22:25:35] local.INFO: Sessions updated for user 1638. {"count":0} 
[2025-07-16 22:25:36] local.INFO: Sessions updated for user 1639. {"count":0} 
[2025-07-16 22:25:37] local.INFO: Sessions updated for user 1640. {"count":0} 
[2025-07-16 22:25:37] local.INFO: Sessions updated for user 1641. {"count":0} 
[2025-07-16 22:25:38] local.INFO: Sessions updated for user 1642. {"count":0} 
[2025-07-16 22:25:39] local.INFO: Sessions updated for user 1643. {"count":0} 
[2025-07-16 22:25:40] local.INFO: Sessions updated for user 1644. {"count":0} 
[2025-07-16 22:25:40] local.INFO: Sessions updated for user 1645. {"count":0} 
[2025-07-16 22:25:41] local.INFO: Sessions updated for user 1646. {"count":0} 
[2025-07-16 22:25:42] local.INFO: Sessions updated for user 1648. {"count":0} 
[2025-07-16 22:25:43] local.INFO: Sessions updated for user 1649. {"count":0} 
[2025-07-16 22:25:44] local.INFO: Sessions updated for user 1650. {"count":0} 
[2025-07-16 22:25:44] local.INFO: Sessions updated for user 1651. {"count":0} 
[2025-07-16 22:25:45] local.INFO: Sessions updated for user 1652. {"count":0} 
[2025-07-16 22:25:46] local.INFO: Sessions updated for user 1654. {"count":0} 
[2025-07-16 22:25:47] local.INFO: Sessions updated for user 1655. {"count":0} 
[2025-07-16 22:25:47] local.INFO: Sessions updated for user 1656. {"count":0} 
[2025-07-16 22:25:48] local.INFO: Sessions updated for user 1657. {"count":0} 
[2025-07-16 22:25:49] local.INFO: Sessions updated for user 1658. {"count":0} 
[2025-07-16 22:25:50] local.INFO: Sessions updated for user 1659. {"count":0} 
[2025-07-16 22:25:50] local.INFO: Sessions updated for user 1660. {"count":0} 
[2025-07-16 22:25:52] local.INFO: Sessions updated for user 1661. {"count":0} 
[2025-07-16 22:25:53] local.INFO: Sessions updated for user 1662. {"count":0} 
[2025-07-16 22:25:53] local.INFO: Sessions updated for user 1663. {"count":0} 
[2025-07-16 22:25:56] local.INFO: Sessions updated for user 1664. {"count":0} 
[2025-07-16 22:25:57] local.INFO: Sessions updated for user 1665. {"count":0} 
[2025-07-16 22:25:58] local.INFO: Sessions updated for user 1666. {"count":0} 
[2025-07-16 22:25:59] local.INFO: Sessions updated for user 1667. {"count":0} 
[2025-07-16 22:26:00] local.INFO: Sessions updated for user 1668. {"count":0} 
[2025-07-16 22:26:01] local.INFO: Sessions updated for user 1669. {"count":0} 
[2025-07-16 22:26:02] local.INFO: Sessions updated for user 1670. {"count":0} 
[2025-07-16 22:26:03] local.INFO: Sessions updated for user 1671. {"count":0} 
[2025-07-16 22:26:04] local.INFO: Sessions updated for user 1672. {"count":0} 
[2025-07-16 22:26:05] local.INFO: Sessions updated for user 1673. {"count":0} 
[2025-07-16 22:26:06] local.INFO: Sessions updated for user 1674. {"count":0} 
[2025-07-16 22:26:07] local.INFO: Sessions updated for user 1675. {"count":0} 
[2025-07-16 22:26:09] local.INFO: Sessions updated for user 1676. {"count":0} 
[2025-07-16 22:26:10] local.INFO: Sessions updated for user 1677. {"count":0} 
[2025-07-16 22:26:11] local.INFO: Sessions updated for user 1678. {"count":0} 
[2025-07-16 22:26:11] local.INFO: Sessions updated for user 1679. {"count":0} 
[2025-07-16 22:26:12] local.INFO: Sessions updated for user 1680. {"count":0} 
[2025-07-16 22:26:13] local.INFO: Sessions updated for user 1681. {"count":0} 
[2025-07-16 22:26:14] local.INFO: Sessions updated for user 1682. {"count":0} 
[2025-07-16 22:26:15] local.INFO: Sessions updated for user 1683. {"count":0} 
[2025-07-16 22:26:15] local.INFO: Sessions updated for user 1684. {"count":0} 
[2025-07-16 22:26:16] local.INFO: Sessions updated for user 1685. {"count":0} 
[2025-07-16 22:26:17] local.INFO: Sessions updated for user 1686. {"count":0} 
[2025-07-16 22:26:18] local.INFO: Sessions updated for user 1687. {"count":0} 
[2025-07-16 22:26:19] local.INFO: Sessions updated for user 1688. {"count":0} 
[2025-07-16 22:26:19] local.INFO: Sessions updated for user 1689. {"count":0} 
[2025-07-16 22:26:20] local.INFO: Sessions updated for user 1690. {"count":0} 
[2025-07-16 22:26:21] local.INFO: Sessions updated for user 1691. {"count":0} 
[2025-07-16 22:26:22] local.INFO: Sessions updated for user 1692. {"count":0} 
[2025-07-16 22:26:23] local.INFO: Sessions updated for user 1693. {"count":0} 
[2025-07-16 22:26:23] local.INFO: Sessions updated for user 1694. {"count":0} 
[2025-07-16 22:26:24] local.INFO: Sessions updated for user 1695. {"count":0} 
[2025-07-16 22:26:25] local.INFO: Sessions updated for user 1696. {"count":0} 
[2025-07-16 22:26:26] local.INFO: Sessions updated for user 1697. {"count":0} 
[2025-07-16 22:26:27] local.INFO: Sessions updated for user 1698. {"count":0} 
[2025-07-16 22:26:27] local.INFO: Sessions updated for user 1699. {"count":0} 
[2025-07-16 22:26:28] local.INFO: Sessions updated for user 1700. {"count":0} 
[2025-07-16 22:26:29] local.INFO: Sessions updated for user 1702. {"count":0} 
[2025-07-16 22:26:29] local.INFO: Sessions updated for user 1703. {"count":0} 
[2025-07-16 22:26:30] local.INFO: Sessions updated for user 1704. {"count":0} 
[2025-07-16 22:26:31] local.INFO: Sessions updated for user 1705. {"count":0} 
[2025-07-16 22:26:32] local.INFO: Sessions updated for user 1706. {"count":0} 
[2025-07-16 22:26:33] local.INFO: Sessions updated for user 1707. {"count":0} 
[2025-07-16 22:26:33] local.INFO: Sessions updated for user 1708. {"count":0} 
[2025-07-16 22:26:34] local.INFO: Sessions updated for user 1709. {"count":0} 
[2025-07-16 22:26:35] local.INFO: Sessions updated for user 1710. {"count":0} 
[2025-07-16 22:26:36] local.INFO: Sessions updated for user 1711. {"count":0} 
[2025-07-16 22:26:37] local.INFO: Sessions updated for user 1712. {"count":0} 
[2025-07-16 22:26:38] local.INFO: Sessions updated for user 1713. {"count":0} 
[2025-07-16 22:26:38] local.INFO: Sessions updated for user 1714. {"count":0} 
[2025-07-16 22:26:39] local.INFO: Sessions updated for user 1715. {"count":0} 
[2025-07-16 22:26:40] local.INFO: Sessions updated for user 1716. {"count":0} 
[2025-07-16 22:26:41] local.INFO: Sessions updated for user 1717. {"count":0} 
[2025-07-16 22:26:41] local.INFO: Sessions updated for user 1718. {"count":0} 
[2025-07-16 22:26:42] local.INFO: Sessions updated for user 1719. {"count":0} 
[2025-07-16 22:26:43] local.INFO: Sessions updated for user 1720. {"count":0} 
[2025-07-16 22:26:44] local.INFO: Sessions updated for user 1721. {"count":0} 
[2025-07-16 22:26:45] local.INFO: Sessions updated for user 1722. {"count":0} 
[2025-07-16 22:26:45] local.INFO: Sessions updated for user 1724. {"count":0} 
[2025-07-16 22:26:46] local.INFO: Sessions updated for user 1725. {"count":0} 
[2025-07-16 22:26:47] local.INFO: Sessions updated for user 1726. {"count":0} 
[2025-07-16 22:26:48] local.INFO: Sessions updated for user 1727. {"count":0} 
[2025-07-16 22:26:48] local.INFO: Sessions updated for user 1728. {"count":0} 
[2025-07-16 22:26:49] local.INFO: Sessions updated for user 1729. {"count":0} 
[2025-07-16 22:26:50] local.INFO: Sessions updated for user 1730. {"count":0} 
[2025-07-16 22:26:51] local.INFO: Sessions updated for user 1731. {"count":0} 
[2025-07-16 22:26:51] local.INFO: Sessions updated for user 1732. {"count":0} 
[2025-07-16 22:26:52] local.INFO: Sessions updated for user 1733. {"count":0} 
[2025-07-16 22:26:53] local.INFO: Sessions updated for user 1734. {"count":0} 
[2025-07-16 22:26:54] local.INFO: Sessions updated for user 1735. {"count":0} 
[2025-07-16 22:26:54] local.INFO: Sessions updated for user 1736. {"count":0} 
[2025-07-16 22:26:55] local.INFO: Sessions updated for user 1737. {"count":0} 
[2025-07-16 22:26:56] local.INFO: Sessions updated for user 1738. {"count":0} 
[2025-07-16 22:26:57] local.INFO: Sessions updated for user 1739. {"count":0} 
[2025-07-16 22:26:58] local.INFO: Sessions updated for user 1740. {"count":0} 
[2025-07-16 22:26:59] local.INFO: Sessions updated for user 1741. {"count":0} 
[2025-07-16 22:27:00] local.INFO: Sessions updated for user 1742. {"count":0} 
[2025-07-16 22:27:01] local.INFO: Sessions updated for user 1743. {"count":0} 
[2025-07-16 22:27:02] local.INFO: Sessions updated for user 1744. {"count":0} 
[2025-07-16 22:27:03] local.INFO: Sessions updated for user 1745. {"count":0} 
[2025-07-16 22:27:04] local.INFO: Sessions updated for user 1746. {"count":0} 
[2025-07-16 22:27:04] local.INFO: Sessions updated for user 1747. {"count":0} 
[2025-07-16 22:27:05] local.INFO: Sessions updated for user 1748. {"count":0} 
[2025-07-16 22:27:06] local.INFO: Sessions updated for user 1749. {"count":0} 
[2025-07-16 22:27:07] local.INFO: Sessions updated for user 1750. {"count":0} 
[2025-07-16 22:27:08] local.INFO: Sessions updated for user 1754. {"count":0} 
[2025-07-16 22:27:08] local.INFO: Sessions updated for user 1755. {"count":0} 
[2025-07-16 22:27:09] local.INFO: Sessions updated for user 1757. {"count":0} 
[2025-07-16 22:27:10] local.INFO: Sessions updated for user 1758. {"count":0} 
[2025-07-16 22:27:11] local.INFO: Sessions updated for user 1759. {"count":0} 
[2025-07-16 22:27:12] local.INFO: Sessions updated for user 1760. {"count":0} 
[2025-07-16 22:27:13] local.INFO: Sessions updated for user 1761. {"count":0} 
[2025-07-16 22:27:14] local.INFO: Sessions updated for user 1762. {"count":0} 
[2025-07-16 22:27:15] local.INFO: Sessions updated for user 1763. {"count":0} 
[2025-07-16 22:27:15] local.INFO: Sessions updated for user 1765. {"count":0} 
[2025-07-16 22:27:16] local.INFO: Sessions updated for user 1766. {"count":0} 
[2025-07-16 22:27:17] local.INFO: Sessions updated for user 1767. {"count":0} 
[2025-07-16 22:27:18] local.INFO: Sessions updated for user 1768. {"count":0} 
[2025-07-16 22:27:19] local.INFO: Sessions updated for user 1770. {"count":0} 
[2025-07-16 22:27:19] local.INFO: Sessions updated for user 1776. {"count":0} 
[2025-07-16 22:27:20] local.INFO: Sessions updated for user 1777. {"count":0} 
[2025-07-16 22:27:21] local.INFO: Sessions updated for user 1778. {"count":0} 
[2025-07-16 22:27:22] local.INFO: Sessions updated for user 1779. {"count":0} 
[2025-07-16 22:27:22] local.INFO: Sessions updated for user 1780. {"count":0} 
[2025-07-16 22:27:23] local.INFO: Sessions updated for user 1781. {"count":0} 
[2025-07-16 22:27:24] local.INFO: Sessions updated for user 1783. {"count":0} 
[2025-07-16 22:27:25] local.INFO: Sessions updated for user 1784. {"count":0} 
[2025-07-16 22:27:26] local.INFO: Sessions updated for user 1785. {"count":0} 
[2025-07-16 22:27:26] local.INFO: Sessions updated for user 1786. {"count":0} 
[2025-07-16 22:27:27] local.INFO: Sessions updated for user 1787. {"count":0} 
[2025-07-16 22:27:28] local.INFO: Sessions updated for user 1788. {"count":0} 
[2025-07-16 22:27:29] local.INFO: Sessions updated for user 1789. {"count":0} 
[2025-07-16 22:27:30] local.INFO: Sessions updated for user 1790. {"count":0} 
[2025-07-16 22:27:30] local.INFO: Sessions updated for user 1791. {"count":0} 
[2025-07-16 22:27:31] local.INFO: Sessions updated for user 1792. {"count":0} 
[2025-07-16 22:27:32] local.INFO: Sessions updated for user 1793. {"count":0} 
[2025-07-16 22:27:33] local.INFO: Sessions updated for user 1794. {"count":0} 
[2025-07-16 22:27:34] local.INFO: Sessions updated for user 1795. {"count":0} 
[2025-07-16 22:27:35] local.INFO: Sessions updated for user 1796. {"count":0} 
[2025-07-16 22:27:36] local.INFO: Sessions updated for user 1797. {"count":0} 
[2025-07-16 22:27:37] local.INFO: Sessions updated for user 1798. {"count":0} 
[2025-07-16 22:27:37] local.INFO: Sessions updated for user 1799. {"count":0} 
[2025-07-16 22:27:38] local.INFO: Sessions updated for user 1800. {"count":0} 
[2025-07-16 22:27:39] local.INFO: Sessions updated for user 1801. {"count":0} 
[2025-07-16 22:27:40] local.INFO: Sessions updated for user 1802. {"count":0} 
[2025-07-16 22:27:40] local.INFO: Sessions updated for user 1803. {"count":0} 
[2025-07-16 22:27:41] local.INFO: Sessions updated for user 1804. {"count":0} 
[2025-07-16 22:27:42] local.INFO: Sessions updated for user 1805. {"count":0} 
[2025-07-16 22:27:43] local.INFO: Sessions updated for user 1807. {"count":0} 
[2025-07-16 22:27:43] local.INFO: Sessions updated for user 1808. {"count":0} 
[2025-07-16 22:27:44] local.INFO: Sessions updated for user 1810. {"count":0} 
[2025-07-16 22:27:45] local.INFO: Sessions updated for user 1812. {"count":0} 
[2025-07-16 22:27:46] local.INFO: Sessions updated for user 1813. {"count":0} 
[2025-07-16 22:27:47] local.INFO: Sessions updated for user 1814. {"count":0} 
[2025-07-16 22:27:47] local.INFO: Sessions updated for user 1815. {"count":0} 
[2025-07-16 22:27:48] local.INFO: Sessions updated for user 1816. {"count":0} 
[2025-07-16 22:27:49] local.INFO: Sessions updated for user 1817. {"count":0} 
[2025-07-16 22:27:50] local.INFO: Sessions updated for user 1818. {"count":0} 
[2025-07-16 22:27:50] local.INFO: Sessions updated for user 1819. {"count":0} 
[2025-07-16 22:27:51] local.INFO: Sessions updated for user 1820. {"count":0} 
[2025-07-16 22:27:52] local.INFO: Sessions updated for user 1821. {"count":0} 
[2025-07-16 22:27:53] local.INFO: Sessions updated for user 1822. {"count":0} 
[2025-07-16 22:27:53] local.INFO: Sessions updated for user 1823. {"count":0} 
[2025-07-16 22:27:54] local.INFO: Sessions updated for user 1824. {"count":0} 
[2025-07-16 22:27:55] local.INFO: Sessions updated for user 1825. {"count":0} 
[2025-07-16 22:27:56] local.INFO: Sessions updated for user 1826. {"count":0} 
[2025-07-16 22:27:56] local.INFO: Sessions updated for user 1827. {"count":0} 
[2025-07-16 22:27:57] local.INFO: Sessions updated for user 1829. {"count":0} 
[2025-07-16 22:27:58] local.INFO: Sessions updated for user 1830. {"count":0} 
[2025-07-16 22:27:59] local.INFO: Sessions updated for user 1831. {"count":0} 
[2025-07-16 22:28:00] local.INFO: Sessions updated for user 1832. {"count":0} 
[2025-07-16 22:28:00] local.INFO: Sessions updated for user 1833. {"count":0} 
[2025-07-16 22:28:01] local.INFO: Sessions updated for user 1834. {"count":0} 
[2025-07-16 22:28:02] local.INFO: Sessions updated for user 1835. {"count":0} 
[2025-07-16 22:28:03] local.INFO: Sessions updated for user 1836. {"count":0} 
[2025-07-16 22:28:04] local.INFO: Sessions updated for user 1837. {"count":0} 
[2025-07-16 22:28:05] local.INFO: Sessions updated for user 1838. {"count":0} 
[2025-07-16 22:28:06] local.INFO: Sessions updated for user 1839. {"count":0} 
[2025-07-16 22:28:07] local.INFO: Sessions updated for user 1841. {"count":0} 
[2025-07-16 22:28:08] local.INFO: Sessions updated for user 1842. {"count":0} 
[2025-07-16 22:28:09] local.INFO: Sessions updated for user 1843. {"count":0} 
[2025-07-16 22:28:10] local.INFO: Sessions updated for user 1844. {"count":0} 
[2025-07-16 22:28:10] local.INFO: Sessions updated for user 1845. {"count":0} 
[2025-07-16 22:28:11] local.INFO: Sessions updated for user 1846. {"count":0} 
[2025-07-16 22:28:12] local.INFO: Sessions updated for user 1847. {"count":0} 
[2025-07-16 22:28:13] local.INFO: Sessions updated for user 1848. {"count":0} 
[2025-07-16 22:28:13] local.INFO: Sessions updated for user 1849. {"count":0} 
[2025-07-16 22:28:14] local.INFO: Sessions updated for user 1850. {"count":0} 
[2025-07-16 22:28:15] local.INFO: Sessions updated for user 1851. {"count":0} 
[2025-07-16 22:28:16] local.INFO: Sessions updated for user 1852. {"count":0} 
[2025-07-16 22:28:16] local.INFO: Sessions updated for user 1854. {"count":0} 
[2025-07-16 22:28:17] local.INFO: Sessions updated for user 1855. {"count":0} 
[2025-07-16 22:28:18] local.INFO: Sessions updated for user 1856. {"count":0} 
[2025-07-16 22:28:19] local.INFO: Sessions updated for user 1857. {"count":0} 
[2025-07-16 22:28:20] local.INFO: Sessions updated for user 1858. {"count":0} 
[2025-07-16 22:28:21] local.INFO: Sessions updated for user 1859. {"count":0} 
[2025-07-16 22:28:21] local.INFO: Sessions updated for user 1860. {"count":0} 
[2025-07-16 22:28:22] local.INFO: Sessions updated for user 1861. {"count":0} 
[2025-07-16 22:28:23] local.INFO: Sessions updated for user 1862. {"count":0} 
[2025-07-16 22:28:24] local.INFO: Sessions updated for user 1863. {"count":0} 
[2025-07-16 22:28:24] local.INFO: Sessions updated for user 1864. {"count":0} 
[2025-07-16 22:28:25] local.INFO: Sessions updated for user 1865. {"count":0} 
[2025-07-16 22:28:26] local.INFO: Sessions updated for user 1866. {"count":0} 
[2025-07-16 22:28:27] local.INFO: Sessions updated for user 1867. {"count":0} 
[2025-07-16 22:28:27] local.INFO: Sessions updated for user 1868. {"count":0} 
[2025-07-16 22:28:28] local.INFO: Sessions updated for user 1869. {"count":0} 
[2025-07-16 22:28:29] local.INFO: Sessions updated for user 1870. {"count":0} 
[2025-07-16 22:28:30] local.INFO: Sessions updated for user 1871. {"count":0} 
[2025-07-16 22:28:31] local.INFO: Sessions updated for user 1872. {"count":0} 
[2025-07-16 22:28:33] local.INFO: Sessions updated for user 1875. {"count":0} 
[2025-07-16 22:28:33] local.INFO: Sessions updated for user 1876. {"count":0} 
[2025-07-16 22:28:34] local.INFO: Sessions updated for user 1877. {"count":0} 
[2025-07-16 22:28:35] local.INFO: Sessions updated for user 1878. {"count":0} 
[2025-07-16 22:28:36] local.INFO: Sessions updated for user 1879. {"count":0} 
[2025-07-16 22:28:36] local.INFO: Sessions updated for user 1880. {"count":0} 
[2025-07-16 22:28:37] local.INFO: Sessions updated for user 1881. {"count":0} 
[2025-07-16 22:28:38] local.INFO: Sessions updated for user 1882. {"count":0} 
[2025-07-16 22:28:39] local.INFO: Sessions updated for user 1883. {"count":0} 
[2025-07-16 22:28:40] local.INFO: Sessions updated for user 1884. {"count":0} 
[2025-07-16 22:28:41] local.INFO: Sessions updated for user 1885. {"count":0} 
[2025-07-16 22:28:42] local.INFO: Sessions updated for user 1886. {"count":0} 
[2025-07-16 22:28:42] local.INFO: Sessions updated for user 1887. {"count":0} 
[2025-07-16 22:28:43] local.INFO: Sessions updated for user 1888. {"count":0} 
[2025-07-16 22:28:44] local.INFO: Sessions updated for user 1889. {"count":0} 
[2025-07-16 22:28:45] local.INFO: Sessions updated for user 1891. {"count":0} 
[2025-07-16 22:28:46] local.INFO: Sessions updated for user 1892. {"count":0} 
[2025-07-16 22:28:46] local.INFO: Sessions updated for user 1893. {"count":0} 
[2025-07-16 22:28:47] local.INFO: Sessions updated for user 1894. {"count":0} 
[2025-07-16 22:28:48] local.INFO: Sessions updated for user 1895. {"count":0} 
[2025-07-16 22:28:49] local.INFO: Sessions updated for user 1896. {"count":0} 
[2025-07-16 22:28:49] local.INFO: Sessions updated for user 1897. {"count":0} 
[2025-07-16 22:28:50] local.INFO: Sessions updated for user 1898. {"count":0} 
[2025-07-16 22:28:51] local.INFO: Sessions updated for user 1899. {"count":0} 
[2025-07-16 22:28:52] local.INFO: Sessions updated for user 1900. {"count":0} 
[2025-07-16 22:28:52] local.INFO: Sessions updated for user 1901. {"count":0} 
[2025-07-16 22:28:53] local.INFO: Sessions updated for user 1902. {"count":0} 
[2025-07-16 22:28:54] local.INFO: Sessions updated for user 1903. {"count":0} 
[2025-07-16 22:28:55] local.INFO: Sessions updated for user 1904. {"count":0} 
[2025-07-16 22:28:56] local.INFO: Sessions updated for user 1905. {"count":0} 
[2025-07-16 22:28:57] local.INFO: Sessions updated for user 1906. {"count":0} 
[2025-07-16 22:28:57] local.INFO: Sessions updated for user 1907. {"count":0} 
[2025-07-16 22:28:58] local.INFO: Sessions updated for user 1908. {"count":0} 
[2025-07-16 22:28:59] local.INFO: Sessions updated for user 1909. {"count":0} 
[2025-07-16 22:29:00] local.INFO: Sessions updated for user 1910. {"count":0} 
[2025-07-16 22:29:01] local.INFO: Sessions updated for user 1911. {"count":0} 
[2025-07-16 22:29:01] local.INFO: Sessions updated for user 1913. {"count":0} 
[2025-07-16 22:29:03] local.INFO: Sessions updated for user 1914. {"count":0} 
[2025-07-16 22:29:03] local.INFO: Sessions updated for user 1915. {"count":0} 
[2025-07-16 22:29:04] local.INFO: Sessions updated for user 1916. {"count":0} 
[2025-07-16 22:29:05] local.INFO: Sessions updated for user 1917. {"count":0} 
[2025-07-16 22:29:05] local.INFO: Sessions updated for user 1918. {"count":0} 
[2025-07-16 22:29:06] local.INFO: Sessions updated for user 1919. {"count":0} 
[2025-07-16 22:29:07] local.INFO: Sessions updated for user 1920. {"count":0} 
[2025-07-16 22:29:08] local.INFO: Sessions updated for user 1921. {"count":0} 
[2025-07-16 22:29:09] local.INFO: Sessions updated for user 1922. {"count":0} 
[2025-07-16 22:29:09] local.INFO: Sessions updated for user 1923. {"count":0} 
[2025-07-16 22:29:10] local.INFO: Sessions updated for user 1924. {"count":0} 
[2025-07-16 22:29:11] local.INFO: Sessions updated for user 1925. {"count":0} 
[2025-07-16 22:29:12] local.INFO: Sessions updated for user 1926. {"count":0} 
[2025-07-16 22:29:13] local.INFO: Sessions updated for user 1927. {"count":0} 
[2025-07-16 22:29:14] local.INFO: Sessions updated for user 1928. {"count":0} 
[2025-07-16 22:29:15] local.INFO: Sessions updated for user 1929. {"count":0} 
[2025-07-16 22:29:16] local.INFO: Sessions updated for user 1930. {"count":0} 
[2025-07-16 22:29:17] local.INFO: Sessions updated for user 1931. {"count":0} 
[2025-07-16 22:29:18] local.INFO: Sessions updated for user 1932. {"count":0} 
[2025-07-16 22:29:19] local.INFO: Sessions updated for user 1933. {"count":0} 
[2025-07-16 22:29:19] local.INFO: Sessions updated for user 1934. {"count":0} 
[2025-07-16 22:29:20] local.INFO: Sessions updated for user 1935. {"count":0} 
[2025-07-16 22:29:21] local.INFO: Sessions updated for user 1936. {"count":0} 
[2025-07-16 22:29:22] local.INFO: Sessions updated for user 1937. {"count":0} 
[2025-07-16 22:29:22] local.INFO: Sessions updated for user 1938. {"count":0} 
[2025-07-16 22:29:23] local.INFO: Sessions updated for user 1939. {"count":0} 
[2025-07-16 22:29:24] local.INFO: Sessions updated for user 1940. {"count":0} 
[2025-07-16 22:29:25] local.INFO: Sessions updated for user 1941. {"count":0} 
[2025-07-16 22:29:26] local.INFO: Sessions updated for user 1942. {"count":0} 
[2025-07-16 22:29:26] local.INFO: Sessions updated for user 1943. {"count":0} 
[2025-07-16 22:29:27] local.INFO: Sessions updated for user 1944. {"count":0} 
[2025-07-16 22:29:28] local.INFO: Sessions updated for user 1945. {"count":0} 
[2025-07-16 22:29:28] local.INFO: Sessions updated for user 1946. {"count":0} 
[2025-07-16 22:29:30] local.INFO: Sessions updated for user 1947. {"count":0} 
[2025-07-16 22:29:31] local.INFO: Sessions updated for user 1948. {"count":0} 
[2025-07-16 22:29:32] local.INFO: Sessions updated for user 1949. {"count":0} 
[2025-07-16 22:29:33] local.INFO: Sessions updated for user 1950. {"count":0} 
[2025-07-16 22:29:34] local.INFO: Sessions updated for user 1951. {"count":0} 
[2025-07-16 22:29:34] local.INFO: Sessions updated for user 1952. {"count":0} 
[2025-07-16 22:29:35] local.INFO: Sessions updated for user 1953. {"count":0} 
[2025-07-16 22:29:36] local.INFO: Sessions updated for user 1954. {"count":0} 
[2025-07-16 22:29:37] local.INFO: Sessions updated for user 1955. {"count":0} 
[2025-07-16 22:29:37] local.INFO: Sessions updated for user 1956. {"count":0} 
[2025-07-16 22:29:38] local.INFO: Sessions updated for user 1957. {"count":0} 
[2025-07-16 22:29:39] local.INFO: Sessions updated for user 1958. {"count":0} 
[2025-07-16 22:29:40] local.INFO: Sessions updated for user 1959. {"count":0} 
[2025-07-16 22:29:40] local.INFO: Sessions updated for user 1960. {"count":0} 
[2025-07-16 22:29:41] local.INFO: Sessions updated for user 1961. {"count":0} 
[2025-07-16 22:29:42] local.INFO: Sessions updated for user 1962. {"count":0} 
[2025-07-16 22:29:43] local.INFO: Sessions updated for user 1963. {"count":0} 
[2025-07-16 22:29:43] local.INFO: Sessions updated for user 1965. {"count":0} 
[2025-07-16 22:29:44] local.INFO: Sessions updated for user 1966. {"count":0} 
[2025-07-16 22:29:45] local.INFO: Sessions updated for user 1967. {"count":0} 
[2025-07-16 22:29:46] local.INFO: Sessions updated for user 1968. {"count":0} 
[2025-07-16 22:29:47] local.INFO: Sessions updated for user 1969. {"count":0} 
[2025-07-16 22:29:48] local.INFO: Sessions updated for user 1970. {"count":0} 
[2025-07-16 22:29:48] local.INFO: Sessions updated for user 1971. {"count":0} 
[2025-07-16 22:29:49] local.INFO: Sessions updated for user 1973. {"count":0} 
[2025-07-16 22:29:51] local.INFO: Sessions updated for user 1974. {"count":0} 
[2025-07-16 22:29:52] local.INFO: Sessions updated for user 1975. {"count":0} 
[2025-07-16 22:29:53] local.INFO: Sessions updated for user 1976. {"count":0} 
[2025-07-16 22:29:53] local.INFO: Sessions updated for user 1977. {"count":0} 
[2025-07-16 22:29:54] local.INFO: Sessions updated for user 1978. {"count":0} 
[2025-07-16 22:29:55] local.INFO: Sessions updated for user 1979. {"count":0} 
[2025-07-16 22:29:56] local.INFO: Sessions updated for user 1980. {"count":0} 
[2025-07-16 22:29:56] local.INFO: Sessions updated for user 1981. {"count":0} 
[2025-07-16 22:29:57] local.INFO: Sessions updated for user 1982. {"count":0} 
[2025-07-16 22:29:58] local.INFO: Sessions updated for user 1983. {"count":0} 
[2025-07-16 22:29:59] local.INFO: Sessions updated for user 1985. {"count":0} 
[2025-07-16 22:29:59] local.INFO: Sessions updated for user 1986. {"count":0} 
[2025-07-16 22:30:00] local.INFO: Sessions updated for user 1987. {"count":0} 
[2025-07-16 22:30:01] local.INFO: Sessions updated for user 1988. {"count":0} 
[2025-07-16 22:30:02] local.INFO: Sessions updated for user 1993. {"count":0} 
[2025-07-16 22:30:02] local.INFO: Sessions updated for user 1994. {"count":0} 
[2025-07-16 22:30:04] local.INFO: Sessions updated for user 1995. {"count":0} 
[2025-07-16 22:30:04] local.INFO: Sessions updated for user 1997. {"count":0} 
[2025-07-16 22:30:05] local.INFO: Sessions updated for user 1998. {"count":0} 
[2025-07-16 22:30:06] local.INFO: Sessions updated for user 1999. {"count":0} 
[2025-07-16 22:30:08] local.INFO: Sessions updated for user 2000. {"count":0} 
[2025-07-16 22:30:09] local.INFO: Sessions updated for user 2001. {"count":0} 
[2025-07-16 22:30:10] local.INFO: Sessions updated for user 2002. {"count":0} 
[2025-07-16 22:30:11] local.INFO: Sessions updated for user 2003. {"count":0} 
[2025-07-16 22:30:11] local.INFO: Sessions updated for user 2004. {"count":0} 
[2025-07-16 22:30:12] local.INFO: Sessions updated for user 2005. {"count":0} 
[2025-07-16 22:30:13] local.INFO: Sessions updated for user 2006. {"count":0} 
[2025-07-16 22:30:14] local.INFO: Sessions updated for user 2007. {"count":0} 
[2025-07-16 22:30:15] local.INFO: Sessions updated for user 2008. {"count":0} 
[2025-07-16 22:30:16] local.INFO: Sessions updated for user 2009. {"count":0} 
[2025-07-16 22:30:17] local.INFO: Sessions updated for user 2010. {"count":0} 
[2025-07-16 22:30:18] local.INFO: Sessions updated for user 2011. {"count":0} 
[2025-07-16 22:30:19] local.INFO: Sessions updated for user 2012. {"count":0} 
[2025-07-16 22:30:20] local.INFO: Sessions updated for user 2013. {"count":0} 
[2025-07-16 22:30:21] local.INFO: Sessions updated for user 2014. {"count":0} 
[2025-07-16 22:30:21] local.INFO: Sessions updated for user 2015. {"count":0} 
[2025-07-16 22:30:22] local.INFO: Sessions updated for user 2016. {"count":0} 
[2025-07-16 22:30:23] local.INFO: Sessions updated for user 2017. {"count":0} 
[2025-07-16 22:30:24] local.INFO: Sessions updated for user 2018. {"count":0} 
[2025-07-16 22:30:24] local.INFO: Sessions updated for user 2019. {"count":0} 
[2025-07-16 22:30:25] local.INFO: Sessions updated for user 2020. {"count":0} 
[2025-07-16 22:30:26] local.INFO: Sessions updated for user 2021. {"count":0} 
[2025-07-16 22:30:27] local.INFO: Sessions updated for user 2022. {"count":0} 
[2025-07-16 22:30:28] local.INFO: Sessions updated for user 2023. {"count":0} 
[2025-07-16 22:30:28] local.INFO: Sessions updated for user 2024. {"count":0} 
[2025-07-16 22:30:29] local.INFO: Sessions updated for user 2025. {"count":0} 
[2025-07-16 22:30:30] local.INFO: Sessions updated for user 2026. {"count":0} 
[2025-07-16 22:30:31] local.INFO: Sessions updated for user 2027. {"count":0} 
[2025-07-16 22:30:31] local.INFO: Sessions updated for user 2028. {"count":0} 
[2025-07-16 22:30:32] local.INFO: Sessions updated for user 2029. {"count":0} 
[2025-07-16 22:30:33] local.INFO: Sessions updated for user 2031. {"count":0} 
[2025-07-16 22:30:34] local.INFO: Sessions updated for user 2033. {"count":0} 
[2025-07-16 22:30:35] local.INFO: Sessions updated for user 2034. {"count":0} 
[2025-07-16 22:30:36] local.INFO: Sessions updated for user 2035. {"count":0} 
[2025-07-16 22:30:37] local.INFO: Sessions updated for user 2036. {"count":0} 
[2025-07-16 22:30:38] local.INFO: Sessions updated for user 2037. {"count":0} 
[2025-07-16 22:30:39] local.INFO: Sessions updated for user 2038. {"count":0} 
[2025-07-16 22:30:39] local.INFO: Sessions updated for user 2040. {"count":0} 
[2025-07-16 22:30:40] local.INFO: Sessions updated for user 2041. {"count":0} 
[2025-07-16 22:30:41] local.INFO: Sessions updated for user 2042. {"count":0} 
[2025-07-16 22:30:42] local.INFO: Sessions updated for user 2043. {"count":0} 
[2025-07-16 22:30:43] local.INFO: Sessions updated for user 2044. {"count":0} 
[2025-07-16 22:30:43] local.INFO: Sessions updated for user 2045. {"count":0} 
[2025-07-16 22:30:44] local.INFO: Sessions updated for user 2046. {"count":0} 
[2025-07-16 22:30:45] local.INFO: Sessions updated for user 2048. {"count":0} 
[2025-07-16 22:30:46] local.INFO: Sessions updated for user 2049. {"count":0} 
[2025-07-16 22:30:47] local.INFO: Sessions updated for user 2050. {"count":0} 
[2025-07-16 22:30:48] local.INFO: Sessions updated for user 2052. {"count":0} 
[2025-07-16 22:30:48] local.INFO: Sessions updated for user 2053. {"count":0} 
[2025-07-16 22:30:49] local.INFO: Sessions updated for user 2054. {"count":0} 
[2025-07-16 22:30:50] local.INFO: Sessions updated for user 2055. {"count":0} 
[2025-07-16 22:30:51] local.INFO: Sessions updated for user 2056. {"count":0} 
[2025-07-16 22:30:51] local.INFO: Sessions updated for user 2057. {"count":0} 
[2025-07-16 22:30:52] local.INFO: Sessions updated for user 2058. {"count":0} 
[2025-07-16 22:30:53] local.INFO: Sessions updated for user 2062. {"count":0} 
[2025-07-16 22:30:54] local.INFO: Sessions updated for user 2067. {"count":0} 
[2025-07-16 22:30:54] local.INFO: Sessions updated for user 2069. {"count":0} 
[2025-07-16 22:30:55] local.INFO: Sessions updated for user 2070. {"count":0} 
[2025-07-16 22:30:56] local.INFO: Sessions updated for user 2072. {"count":0} 
[2025-07-16 22:30:57] local.INFO: Sessions updated for user 2077. {"count":0} 
[2025-07-16 22:30:58] local.INFO: Sessions updated for user 2078. {"count":0} 
[2025-07-16 22:30:58] local.INFO: Sessions updated for user 2083. {"count":0} 
[2025-07-16 22:30:59] local.INFO: Sessions updated for user 2084. {"count":0} 
[2025-07-16 22:31:00] local.INFO: Sessions updated for user 2090. {"count":0} 
[2025-07-16 22:31:01] local.INFO: Sessions updated for user 2092. {"count":0} 
[2025-07-16 22:31:02] local.INFO: Sessions updated for user 2093. {"count":0} 
[2025-07-16 22:31:02] local.INFO: Sessions updated for user 2094. {"count":0} 
[2025-07-16 22:31:03] local.INFO: Sessions updated for user 2096. {"count":0} 
[2025-07-16 22:31:04] local.INFO: Sessions updated for user 2097. {"count":0} 
[2025-07-16 22:31:05] local.INFO: Sessions updated for user 2098. {"count":0} 
[2025-07-16 22:31:06] local.INFO: Sessions updated for user 2099. {"count":0} 
[2025-07-16 22:31:06] local.INFO: Sessions updated for user 2100. {"count":0} 
[2025-07-16 22:31:07] local.INFO: Sessions updated for user 2101. {"count":0} 
[2025-07-16 22:31:08] local.INFO: Sessions updated for user 2103. {"count":0} 
[2025-07-16 22:31:09] local.INFO: Sessions updated for user 2108. {"count":0} 
[2025-07-16 22:31:10] local.INFO: Sessions updated for user 2110. {"count":0} 
[2025-07-16 22:31:10] local.INFO: Sessions updated for user 2113. {"count":0} 
[2025-07-16 22:31:11] local.INFO: Sessions updated for user 2114. {"count":0} 
[2025-07-16 22:31:12] local.INFO: Sessions updated for user 2115. {"count":0} 
[2025-07-16 22:31:13] local.INFO: Sessions updated for user 2116. {"count":0} 
[2025-07-16 22:31:13] local.INFO: Sessions updated for user 2117. {"count":0} 
[2025-07-16 22:31:14] local.INFO: Sessions updated for user 2118. {"count":0} 
[2025-07-16 22:31:15] local.INFO: Sessions updated for user 2120. {"count":0} 
[2025-07-16 22:31:16] local.INFO: Sessions updated for user 2121. {"count":0} 
[2025-07-16 22:31:17] local.INFO: Sessions updated for user 2122. {"count":0} 
[2025-07-16 22:31:17] local.INFO: Sessions updated for user 2123. {"count":0} 
[2025-07-16 22:31:18] local.INFO: Sessions updated for user 2124. {"count":0} 
[2025-07-16 22:31:19] local.INFO: Sessions updated for user 2125. {"count":0} 
[2025-07-16 22:31:20] local.INFO: Sessions updated for user 2126. {"count":0} 
[2025-07-16 22:31:21] local.INFO: Sessions updated for user 2127. {"count":0} 
[2025-07-16 22:31:22] local.INFO: Sessions updated for user 2130. {"count":0} 
[2025-07-16 22:31:22] local.INFO: Sessions updated for user 2131. {"count":0} 
[2025-07-16 22:31:23] local.INFO: Sessions updated for user 2132. {"count":0} 
[2025-07-16 22:31:24] local.INFO: Sessions updated for user 2134. {"count":0} 
[2025-07-16 22:31:25] local.INFO: Sessions updated for user 2135. {"count":0} 
[2025-07-16 22:31:26] local.INFO: Sessions updated for user 2136. {"count":0} 
[2025-07-16 22:31:26] local.INFO: Sessions updated for user 2139. {"count":0} 
[2025-07-16 22:31:27] local.INFO: Sessions updated for user 2140. {"count":0} 
[2025-07-16 22:31:28] local.INFO: Sessions updated for user 2141. {"count":0} 
[2025-07-16 22:31:28] local.INFO: Sessions updated for user 2142. {"count":0} 
[2025-07-16 22:31:29] local.INFO: Sessions updated for user 2146. {"count":0} 
[2025-07-16 22:31:30] local.INFO: Sessions updated for user 2147. {"count":0} 
[2025-07-16 22:31:31] local.INFO: Sessions updated for user 2149. {"count":0} 
[2025-07-16 22:31:31] local.INFO: Sessions updated for user 2152. {"count":0} 
[2025-07-16 22:31:32] local.INFO: Sessions updated for user 2153. {"count":0} 
[2025-07-16 22:31:33] local.INFO: Sessions updated for user 2154. {"count":0} 
[2025-07-16 22:31:34] local.INFO: Sessions updated for user 2155. {"count":0} 
[2025-07-16 22:31:35] local.INFO: Sessions updated for user 2156. {"count":0} 
[2025-07-16 22:31:35] local.INFO: Sessions updated for user 2157. {"count":0} 
[2025-07-16 22:31:36] local.INFO: Sessions updated for user 2159. {"count":0} 
[2025-07-16 22:31:37] local.INFO: Sessions updated for user 2161. {"count":0} 
[2025-07-16 22:31:37] local.INFO: Sessions updated for user 2162. {"count":0} 
[2025-07-16 22:31:38] local.INFO: Sessions updated for user 2163. {"count":0} 
[2025-07-16 22:31:39] local.INFO: Sessions updated for user 2164. {"count":0} 
[2025-07-16 22:31:40] local.INFO: Sessions updated for user 2165. {"count":0} 
[2025-07-16 22:31:41] local.INFO: Sessions updated for user 2166. {"count":0} 
[2025-07-16 22:31:42] local.INFO: Sessions updated for user 2167. {"count":0} 
[2025-07-16 22:31:43] local.INFO: Sessions updated for user 2168. {"count":0} 
[2025-07-16 22:31:43] local.INFO: Sessions updated for user 2169. {"count":0} 
[2025-07-16 22:31:44] local.INFO: Sessions updated for user 2170. {"count":0} 
[2025-07-16 22:31:45] local.INFO: Sessions updated for user 2171. {"count":0} 
[2025-07-16 22:31:46] local.INFO: Sessions updated for user 2172. {"count":0} 
[2025-07-16 22:31:46] local.INFO: Sessions updated for user 2173. {"count":0} 
[2025-07-16 22:31:47] local.INFO: Sessions updated for user 2174. {"count":0} 
[2025-07-16 22:31:48] local.INFO: Sessions updated for user 2175. {"count":0} 
[2025-07-16 22:31:49] local.INFO: Sessions updated for user 2177. {"count":0} 
[2025-07-16 22:31:50] local.INFO: Sessions updated for user 2178. {"count":0} 
[2025-07-16 22:31:50] local.INFO: Sessions updated for user 2179. {"count":0} 
[2025-07-16 22:31:51] local.INFO: Sessions updated for user 2180. {"count":0} 
[2025-07-16 22:31:52] local.INFO: Sessions updated for user 2181. {"count":0} 
[2025-07-16 22:31:52] local.INFO: Sessions updated for user 2182. {"count":0} 
[2025-07-16 22:31:53] local.INFO: Sessions updated for user 2183. {"count":0} 
[2025-07-16 22:31:54] local.INFO: Sessions updated for user 2184. {"count":0} 
[2025-07-16 22:31:55] local.INFO: Sessions updated for user 2185. {"count":0} 
[2025-07-16 22:31:55] local.INFO: Sessions updated for user 2186. {"count":0} 
[2025-07-16 22:31:56] local.INFO: Sessions updated for user 2187. {"count":0} 
[2025-07-16 22:31:57] local.INFO: Sessions updated for user 2188. {"count":0} 
[2025-07-16 22:31:58] local.INFO: Sessions updated for user 2190. {"count":0} 
[2025-07-16 22:31:58] local.INFO: Sessions updated for user 2191. {"count":0} 
[2025-07-16 22:31:59] local.INFO: Sessions updated for user 2192. {"count":0} 
[2025-07-16 22:32:00] local.INFO: Sessions updated for user 2193. {"count":0} 
[2025-07-16 22:32:02] local.INFO: Sessions updated for user 2196. {"count":0} 
[2025-07-16 22:32:03] local.INFO: Sessions updated for user 2198. {"count":0} 
[2025-07-16 22:32:04] local.INFO: Sessions updated for user 2199. {"count":0} 
[2025-07-16 22:32:04] local.INFO: Sessions updated for user 2200. {"count":0} 
[2025-07-16 22:32:05] local.INFO: Sessions updated for user 2201. {"count":0} 
[2025-07-16 22:32:06] local.INFO: Sessions updated for user 2202. {"count":0} 
[2025-07-16 22:32:06] local.INFO: Sessions updated for user 2203. {"count":0} 
[2025-07-16 22:32:07] local.INFO: Sessions updated for user 2204. {"count":0} 
[2025-07-16 22:32:08] local.INFO: Sessions updated for user 2205. {"count":0} 
[2025-07-16 22:32:09] local.INFO: Sessions updated for user 2206. {"count":0} 
[2025-07-16 22:32:10] local.INFO: Sessions updated for user 2207. {"count":0} 
[2025-07-16 22:32:11] local.INFO: Sessions updated for user 2208. {"count":0} 
[2025-07-16 22:32:12] local.INFO: Sessions updated for user 2209. {"count":0} 
[2025-07-16 22:32:13] local.INFO: Sessions updated for user 2210. {"count":0} 
[2025-07-16 22:32:14] local.INFO: Sessions updated for user 2213. {"count":0} 
[2025-07-16 22:32:15] local.INFO: Sessions updated for user 2214. {"count":0} 
[2025-07-16 22:32:16] local.INFO: Sessions updated for user 2215. {"count":0} 
[2025-07-16 22:32:16] local.INFO: Sessions updated for user 2216. {"count":0} 
[2025-07-16 22:32:17] local.INFO: Sessions updated for user 2217. {"count":0} 
[2025-07-16 22:32:18] local.INFO: Sessions updated for user 2218. {"count":0} 
[2025-07-16 22:32:19] local.INFO: Sessions updated for user 2221. {"count":0} 
[2025-07-16 22:32:20] local.INFO: Sessions updated for user 2224. {"count":0} 
[2025-07-16 22:32:20] local.INFO: Sessions updated for user 2226. {"count":0} 
[2025-07-16 22:32:21] local.INFO: Sessions updated for user 2227. {"count":0} 
[2025-07-16 22:32:22] local.INFO: Sessions updated for user 2228. {"count":0} 
[2025-07-16 22:32:23] local.INFO: Sessions updated for user 2229. {"count":0} 
[2025-07-16 22:32:24] local.INFO: Sessions updated for user 2232. {"count":0} 
[2025-07-16 22:32:24] local.INFO: Sessions updated for user 2233. {"count":0} 
[2025-07-16 22:32:25] local.INFO: Sessions updated for user 2234. {"count":0} 
[2025-07-16 22:32:26] local.INFO: Sessions updated for user 2236. {"count":0} 
[2025-07-16 22:32:27] local.INFO: Sessions updated for user 2237. {"count":0} 
[2025-07-16 22:32:28] local.INFO: Sessions updated for user 2238. {"count":0} 
[2025-07-16 22:32:29] local.INFO: Sessions updated for user 2239. {"count":0} 
[2025-07-16 22:32:30] local.INFO: Sessions updated for user 2240. {"count":0} 
[2025-07-16 22:32:30] local.INFO: Sessions updated for user 2242. {"count":0} 
[2025-07-16 22:32:31] local.INFO: Sessions updated for user 2243. {"count":0} 
[2025-07-16 22:32:32] local.INFO: Sessions updated for user 2244. {"count":0} 
[2025-07-16 22:32:33] local.INFO: Sessions updated for user 2245. {"count":0} 
[2025-07-16 22:32:34] local.INFO: Sessions updated for user 2246. {"count":0} 
[2025-07-16 22:32:34] local.INFO: Sessions updated for user 2247. {"count":0} 
[2025-07-16 22:32:35] local.INFO: Sessions updated for user 2248. {"count":0} 
[2025-07-16 22:32:36] local.INFO: Sessions updated for user 2249. {"count":0} 
[2025-07-16 22:32:37] local.INFO: Sessions updated for user 2250. {"count":0} 
[2025-07-16 22:32:37] local.INFO: Sessions updated for user 2251. {"count":0} 
[2025-07-16 22:32:38] local.INFO: Sessions updated for user 2253. {"count":0} 
[2025-07-16 22:32:39] local.INFO: Sessions updated for user 2254. {"count":0} 
[2025-07-16 22:32:40] local.INFO: Sessions updated for user 2255. {"count":0} 
[2025-07-16 22:32:41] local.INFO: Sessions updated for user 2256. {"count":0} 
[2025-07-16 22:32:41] local.INFO: Sessions updated for user 2257. {"count":0} 
[2025-07-16 22:32:42] local.INFO: Sessions updated for user 2258. {"count":0} 
[2025-07-16 22:32:43] local.INFO: Sessions updated for user 2259. {"count":0} 
[2025-07-16 22:32:44] local.INFO: Sessions updated for user 2260. {"count":0} 
[2025-07-16 22:32:44] local.INFO: Sessions updated for user 2261. {"count":0} 
[2025-07-16 22:32:45] local.INFO: Sessions updated for user 2262. {"count":0} 
[2025-07-16 22:32:46] local.INFO: Sessions updated for user 2263. {"count":0} 
[2025-07-16 22:32:47] local.INFO: Sessions updated for user 2264. {"count":0} 
[2025-07-16 22:32:47] local.INFO: Sessions updated for user 2265. {"count":0} 
[2025-07-16 22:32:48] local.INFO: Sessions updated for user 2266. {"count":0} 
[2025-07-16 22:32:49] local.INFO: Sessions updated for user 2267. {"count":0} 
[2025-07-16 22:32:50] local.INFO: Sessions updated for user 2268. {"count":0} 
[2025-07-16 22:32:51] local.INFO: Sessions updated for user 2269. {"count":0} 
[2025-07-16 22:32:51] local.INFO: Sessions updated for user 2270. {"count":0} 
[2025-07-16 22:32:52] local.INFO: Sessions updated for user 2272. {"count":0} 
[2025-07-16 22:32:53] local.INFO: Sessions updated for user 2273. {"count":0} 
[2025-07-16 22:32:54] local.INFO: Sessions updated for user 2274. {"count":0} 
[2025-07-16 22:32:55] local.INFO: Sessions updated for user 2275. {"count":0} 
[2025-07-16 22:32:56] local.INFO: Sessions updated for user 2277. {"count":0} 
[2025-07-16 22:32:57] local.INFO: Sessions updated for user 2279. {"count":0} 
[2025-07-16 22:32:58] local.INFO: Sessions updated for user 2280. {"count":0} 
[2025-07-16 22:32:59] local.INFO: Sessions updated for user 2281. {"count":0} 
[2025-07-16 22:32:59] local.INFO: Sessions updated for user 2284. {"count":0} 
[2025-07-16 22:33:00] local.INFO: Sessions updated for user 2288. {"count":0} 
[2025-07-16 22:33:01] local.INFO: Sessions updated for user 2289. {"count":0} 
[2025-07-16 22:33:02] local.INFO: Sessions updated for user 2290. {"count":0} 
[2025-07-16 22:33:03] local.INFO: Sessions updated for user 2291. {"count":0} 
[2025-07-16 22:33:04] local.INFO: Sessions updated for user 2292. {"count":0} 
[2025-07-16 22:33:05] local.INFO: Sessions updated for user 2294. {"count":0} 
[2025-07-16 22:33:06] local.INFO: Sessions updated for user 2295. {"count":0} 
[2025-07-16 22:33:07] local.INFO: Sessions updated for user 2296. {"count":0} 
[2025-07-16 22:33:08] local.INFO: Sessions updated for user 2297. {"count":0} 
[2025-07-16 22:33:08] local.INFO: Sessions updated for user 2299. {"count":0} 
[2025-07-16 22:33:09] local.INFO: Sessions updated for user 2300. {"count":0} 
[2025-07-16 22:33:10] local.INFO: Sessions updated for user 2301. {"count":0} 
[2025-07-16 22:33:11] local.INFO: Sessions updated for user 2302. {"count":0} 
[2025-07-16 22:33:12] local.INFO: Sessions updated for user 2304. {"count":0} 
[2025-07-16 22:33:12] local.INFO: Sessions updated for user 2305. {"count":0} 
[2025-07-16 22:33:13] local.INFO: Sessions updated for user 2307. {"count":0} 
[2025-07-16 22:33:14] local.INFO: Sessions updated for user 2308. {"count":0} 
[2025-07-16 22:33:15] local.INFO: Sessions updated for user 2309. {"count":0} 
[2025-07-16 22:33:15] local.INFO: Sessions updated for user 2310. {"count":0} 
[2025-07-16 22:33:16] local.INFO: Sessions updated for user 2311. {"count":0} 
[2025-07-16 22:33:17] local.INFO: Sessions updated for user 2312. {"count":0} 
[2025-07-16 22:33:18] local.INFO: Sessions updated for user 2313. {"count":0} 
[2025-07-16 22:33:18] local.INFO: Sessions updated for user 2314. {"count":0} 
[2025-07-16 22:33:19] local.INFO: Sessions updated for user 2315. {"count":0} 
[2025-07-16 22:33:20] local.INFO: Sessions updated for user 2317. {"count":0} 
[2025-07-16 22:33:21] local.INFO: Sessions updated for user 2318. {"count":0} 
[2025-07-16 22:33:21] local.INFO: Sessions updated for user 2319. {"count":0} 
[2025-07-16 22:33:22] local.INFO: Sessions updated for user 2320. {"count":0} 
[2025-07-16 22:33:24] local.INFO: Sessions updated for user 2321. {"count":0} 
[2025-07-16 22:33:24] local.INFO: Sessions updated for user 2322. {"count":0} 
[2025-07-16 22:33:25] local.INFO: Sessions updated for user 2323. {"count":0} 
[2025-07-16 22:33:26] local.INFO: Sessions updated for user 2324. {"count":0} 
[2025-07-16 22:33:27] local.INFO: Sessions updated for user 2325. {"count":0} 
[2025-07-16 22:33:27] local.INFO: Sessions updated for user 2326. {"count":0} 
[2025-07-16 22:33:28] local.INFO: Sessions updated for user 2327. {"count":0} 
[2025-07-16 22:33:29] local.INFO: Sessions updated for user 2328. {"count":0} 
[2025-07-16 22:33:29] local.INFO: Sessions updated for user 2329. {"count":0} 
[2025-07-16 22:33:30] local.INFO: Sessions updated for user 2330. {"count":0} 
[2025-07-16 22:33:31] local.INFO: Sessions updated for user 2331. {"count":0} 
[2025-07-16 22:33:32] local.INFO: Sessions updated for user 2332. {"count":0} 
[2025-07-16 22:33:32] local.INFO: Sessions updated for user 2333. {"count":0} 
[2025-07-16 22:33:33] local.INFO: Sessions updated for user 2334. {"count":0} 
[2025-07-16 22:33:34] local.INFO: Sessions updated for user 2335. {"count":0} 
[2025-07-16 22:33:35] local.INFO: Sessions updated for user 2336. {"count":0} 
[2025-07-16 22:33:36] local.INFO: Sessions updated for user 2338. {"count":0} 
[2025-07-16 22:33:36] local.INFO: Sessions updated for user 2339. {"count":0} 
[2025-07-16 22:33:37] local.INFO: Sessions updated for user 2340. {"count":0} 
[2025-07-16 22:33:38] local.INFO: Sessions updated for user 2341. {"count":0} 
[2025-07-16 22:33:38] local.INFO: Sessions updated for user 2342. {"count":0} 
[2025-07-16 22:33:39] local.INFO: Sessions updated for user 2343. {"count":0} 
[2025-07-16 22:33:40] local.INFO: Sessions updated for user 2344. {"count":0} 
[2025-07-16 22:33:41] local.INFO: Sessions updated for user 2345. {"count":0} 
[2025-07-16 22:33:41] local.INFO: Sessions updated for user 2346. {"count":0} 
[2025-07-16 22:33:42] local.INFO: Sessions updated for user 2347. {"count":0} 
[2025-07-16 22:33:43] local.INFO: Sessions updated for user 2348. {"count":0} 
[2025-07-16 22:33:44] local.INFO: Sessions updated for user 2349. {"count":0} 
[2025-07-16 22:33:45] local.INFO: Sessions updated for user 2351. {"count":0} 
[2025-07-16 22:33:45] local.INFO: Sessions updated for user 2352. {"count":0} 
[2025-07-16 22:33:46] local.INFO: Sessions updated for user 2354. {"count":0} 
[2025-07-16 22:33:47] local.INFO: Sessions updated for user 2355. {"count":0} 
[2025-07-16 22:33:48] local.INFO: Sessions updated for user 2356. {"count":0} 
[2025-07-16 22:33:48] local.INFO: Sessions updated for user 2357. {"count":0} 
[2025-07-16 22:33:49] local.INFO: Sessions updated for user 2358. {"count":0} 
[2025-07-16 22:33:50] local.INFO: Sessions updated for user 2360. {"count":0} 
[2025-07-16 22:33:51] local.INFO: Sessions updated for user 2361. {"count":0} 
[2025-07-16 22:33:51] local.INFO: Sessions updated for user 2362. {"count":0} 
[2025-07-16 22:33:52] local.INFO: Sessions updated for user 2364. {"count":0} 
[2025-07-16 22:33:53] local.INFO: Sessions updated for user 2365. {"count":0} 
[2025-07-16 22:33:54] local.INFO: Sessions updated for user 2366. {"count":0} 
[2025-07-16 22:33:55] local.INFO: Sessions updated for user 2370. {"count":0} 
[2025-07-16 22:33:55] local.INFO: Sessions updated for user 2371. {"count":0} 
[2025-07-16 22:33:56] local.INFO: Sessions updated for user 2373. {"count":0} 
[2025-07-16 22:33:57] local.INFO: Sessions updated for user 2374. {"count":0} 
[2025-07-16 22:33:58] local.INFO: Sessions updated for user 2375. {"count":0} 
[2025-07-16 22:33:59] local.INFO: Sessions updated for user 2376. {"count":0} 
[2025-07-16 22:33:59] local.INFO: Sessions updated for user 2378. {"count":0} 
[2025-07-16 22:34:00] local.INFO: Sessions updated for user 2379. {"count":0} 
[2025-07-16 22:34:01] local.INFO: Sessions updated for user 2380. {"count":0} 
[2025-07-16 22:34:02] local.INFO: Sessions updated for user 2381. {"count":0} 
[2025-07-16 22:34:04] local.INFO: Sessions updated for user 2382. {"count":0} 
[2025-07-16 22:34:04] local.INFO: Sessions updated for user 2383. {"count":0} 
[2025-07-16 22:34:05] local.INFO: Sessions updated for user 2384. {"count":0} 
[2025-07-16 22:34:06] local.INFO: Sessions updated for user 2385. {"count":0} 
[2025-07-16 22:34:07] local.INFO: Sessions updated for user 2387. {"count":0} 
[2025-07-16 22:34:08] local.INFO: Sessions updated for user 2388. {"count":0} 
[2025-07-16 22:34:08] local.INFO: Sessions updated for user 2389. {"count":0} 
[2025-07-16 22:34:09] local.INFO: Sessions updated for user 2391. {"count":0} 
[2025-07-16 22:34:10] local.INFO: Sessions updated for user 2392. {"count":0} 
[2025-07-16 22:34:11] local.INFO: Sessions updated for user 2393. {"count":0} 
[2025-07-16 22:34:12] local.INFO: Sessions updated for user 2394. {"count":0} 
[2025-07-16 22:34:12] local.INFO: Sessions updated for user 2395. {"count":0} 
[2025-07-16 22:34:13] local.INFO: Sessions updated for user 2396. {"count":0} 
[2025-07-16 22:34:14] local.INFO: Sessions updated for user 2397. {"count":0} 
[2025-07-16 22:34:15] local.INFO: Sessions updated for user 2398. {"count":0} 
[2025-07-16 22:34:16] local.INFO: Sessions updated for user 2399. {"count":0} 
[2025-07-16 22:34:16] local.INFO: Sessions updated for user 2400. {"count":0} 
[2025-07-16 22:34:17] local.INFO: Sessions updated for user 2402. {"count":0} 
[2025-07-16 22:34:18] local.INFO: Sessions updated for user 2403. {"count":0} 
[2025-07-16 22:34:19] local.INFO: Sessions updated for user 2404. {"count":0} 
[2025-07-16 22:34:19] local.INFO: Sessions updated for user 2405. {"count":0} 
[2025-07-16 22:34:20] local.INFO: Sessions updated for user 2406. {"count":0} 
[2025-07-16 22:34:21] local.INFO: Sessions updated for user 2407. {"count":0} 
[2025-07-16 22:34:22] local.INFO: Sessions updated for user 2408. {"count":0} 
[2025-07-16 22:34:22] local.INFO: Sessions updated for user 2410. {"count":0} 
[2025-07-16 22:34:23] local.INFO: Sessions updated for user 2412. {"count":0} 
[2025-07-16 22:34:24] local.INFO: Sessions updated for user 2413. {"count":0} 
[2025-07-16 22:34:25] local.INFO: Sessions updated for user 2414. {"count":0} 
[2025-07-16 22:34:25] local.INFO: Sessions updated for user 2415. {"count":0} 
[2025-07-16 22:34:26] local.INFO: Sessions updated for user 2416. {"count":0} 
[2025-07-16 22:34:27] local.INFO: Sessions updated for user 2417. {"count":0} 
[2025-07-16 22:34:28] local.INFO: Sessions updated for user 2418. {"count":0} 
[2025-07-16 22:34:29] local.INFO: Sessions updated for user 2419. {"count":0} 
[2025-07-16 22:34:29] local.INFO: Sessions updated for user 2420. {"count":0} 
[2025-07-16 22:34:30] local.INFO: Sessions updated for user 2421. {"count":0} 
[2025-07-16 22:34:31] local.INFO: Sessions updated for user 2422. {"count":0} 
[2025-07-16 22:34:32] local.INFO: Sessions updated for user 2424. {"count":0} 
[2025-07-16 22:34:33] local.INFO: Sessions updated for user 2425. {"count":0} 
[2025-07-16 22:34:34] local.INFO: Sessions updated for user 2426. {"count":0} 
[2025-07-16 22:34:34] local.INFO: Sessions updated for user 2427. {"count":0} 
[2025-07-16 22:34:35] local.INFO: Sessions updated for user 2428. {"count":0} 
[2025-07-16 22:34:36] local.INFO: Sessions updated for user 2430. {"count":0} 
[2025-07-16 22:34:37] local.INFO: Sessions updated for user 2431. {"count":0} 
[2025-07-16 22:34:38] local.INFO: Sessions updated for user 2432. {"count":0} 
[2025-07-16 22:34:39] local.INFO: Sessions updated for user 2433. {"count":0} 
[2025-07-16 22:34:40] local.INFO: Sessions updated for user 2435. {"count":0} 
[2025-07-16 22:34:40] local.INFO: Total Users processed for sessions. {"count":1972} 
[2025-07-16 22:34:44] local.ERROR: AmpecoApiService: RequestException for partners: HTTP request returned status code 404:
{
    "message": "The route public-api/resources/public-api/resources/partners/v2.0 could not be found."
}
 {"url":"https://cp.blulinc.com/public-api/resources/public-api/resources/partners/v2.0","status":404} 
[2025-07-16 22:34:48] local.ERROR: AmpecoApiService: RequestException for partner-invites: HTTP request returned status code 404:
{
    "message": "The route public-api/resources/public-api/resources/partner-invites/v1.0 could not be found."
}
 {"url":"https://cp.blulinc.com/public-api/resources/public-api/resources/partner-invites/v1.0","status":404} 
[2025-07-16 22:34:48] local.ERROR: AmpecoDataUpdater: Error during update. {"exception":"There is no active transaction","trace":"#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(204): PDO->commit()
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\DatabaseManager.php(495): Illuminate\\Database\\Connection->commit()
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Facades\\Facade.php(361): Illuminate\\Database\\DatabaseManager->__call('commit', Array)
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\AmpecoDataUpdater.php(402): Illuminate\\Support\\Facades\\Facade::__callStatic('commit', Array)
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\AmpecoDataUpdater->handle()
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\AmpecoDataUpdater), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#18 {main}"} 
[2025-07-17 04:09:07] local.INFO: AmpecoDataUpdater: Command started.  
[2025-07-17 04:09:07] local.INFO: AmpecoDataUpdater: DEBUG_USER_ID from .env is: Not Set  
[2025-07-17 04:09:07] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:10] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":100,"total":1972}} 
[2025-07-17 04:09:10] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:12] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"156\",\"email\":\"geertpennewaert@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Geert\",\"middleName\":null,\"lastName\":\"Pennewaert\",\"phone\":\"0476630591\",\"country\":\"BE\",\"state\":null,\"city\":\"Oudegem\",\"postCode\":\"9200\",\"address\":\"Ouburg 130\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":313,\"externalId\":null,\"lastUpdatedAt\":\"2022-06-01T15:29:58+00:00\",\"createdAt\":...","meta_data":{"current_page":2,"from":101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":200,"total":1972}} 
[2025-07-17 04:09:12] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:14] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"280\",\"email\":\"vavo@piso.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Wim\",\"middleName\":null,\"lastName\":\"Vrancken\",\"phone\":\"0478257802\",\"country\":\"BE\",\"state\":null,\"city\":\"St-Joris-Winge\",\"postCode\":\"3390\",\"address\":\"Wingerstraat 20\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":50.57,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2310,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-17T12:45:55+00:00\",\"createdA...","meta_data":{"current_page":3,"from":201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":300,"total":1972}} 
[2025-07-17 04:09:14] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:16] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"388\",\"email\":\"steven.deron@nippongases.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Steven\",\"middleName\":null,\"lastName\":\"De Ron\",\"phone\":\"0485686876\",\"country\":\"BE\",\"state\":null,\"city\":\"Boortmeerbeek\",\"postCode\":\"3191\",\"address\":\"Ravesteinstraat 96, Hever 3191 Boortmeerbeek, Belgium\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":148.3,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2720,\"externalId\":null,\"l...","meta_data":{"current_page":4,"from":301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":400,"total":1972}} 
[2025-07-17 04:09:16] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:18] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"497\",\"email\":\"sandra@capitalecars.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Edmond\",\"middleName\":null,\"lastName\":\"Plas\",\"phone\":\"+32475235296\",\"country\":\"BE\",\"state\":null,\"city\":\"Asse\",\"postCode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"fr\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":845,\"externalId\":null,\"lastUpdatedAt\":\"2023-06-06T13:06:44+00:00\",\"crea...","meta_data":{"current_page":5,"from":401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":500,"total":1972}} 
[2025-07-17 04:09:18] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:20] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"613\",\"email\":\"Kurt.fanton@madolex.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Kurt\",\"middleName\":null,\"lastName\":\"Fanton\",\"phone\":\"0484671968\",\"country\":\"BE\",\"state\":\"Ossendriesstraat 42\",\"city\":\"Zonhoven\",\"postCode\":\"3520\",\"address\":\"ossendriesstraat 42\",\"vehicleNo\":\"2-DUM-217\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2023-07-27T...","meta_data":{"current_page":6,"from":501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":600,"total":1972}} 
[2025-07-17 04:09:20] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:21] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"743\",\"email\":\"stijn.bogaerts@outlook.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Stijn\",\"middleName\":null,\"lastName\":\"Bogaerts\",\"phone\":\"+32 499 93 60 03\",\"country\":\"BE\",\"state\":null,\"city\":\"Edegem\",\"postCode\":\"2650\",\"address\":\"Pieter Van den Bemdenlaan 59\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":100,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-10T1...","meta_data":{"current_page":7,"from":601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":700,"total":1972}} 
[2025-07-17 04:09:21] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:23] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"858\",\"email\":\"nicobonnast@me.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Nico\",\"middleName\":null,\"lastName\":\"Bonnast\",\"phone\":\"+32477384279\",\"country\":\"BE\",\"state\":null,\"city\":\"Wetteren\",\"postCode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"vehicleNo\":\"2-ELT-630\",\"personal_id\":\"591-9330104-67\",\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2156,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-31T11...","meta_data":{"current_page":8,"from":701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":800,"total":1972}} 
[2025-07-17 04:09:23] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:25] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"974\",\"email\":\"tommie.van.mechgelen@centomedia.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Tommie\",\"middleName\":null,\"lastName\":\"Van Mechgelen\",\"phone\":\"+32496642889\",\"country\":\"BE\",\"state\":null,\"city\":\"Wommelgem\",\"postCode\":\"2160\",\"address\":\"Gullenrodestraat 7 unit 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-...","meta_data":{"current_page":9,"from":801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":900,"total":1972}} 
[2025-07-17 04:09:25] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:27] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1114\",\"email\":\"mike@brandnewoffice.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Mike\",\"middleName\":null,\"lastName\":\"De Koster\",\"phone\":\"0486 41 33 35\",\"country\":\"BE\",\"state\":null,\"city\":\"Herne\",\"postCode\":\"1540\",\"address\":\"Tweekapellenstraat 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-03-17T09:17:33+00:00\",...","meta_data":{"current_page":10,"from":901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1000,"total":1972}} 
[2025-07-17 04:09:27] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:28] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1272\",\"email\":\"gerritdevos@skynet.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Gerrit\",\"middleName\":null,\"lastName\":\"De Vos\",\"phone\":\"+32456310834\",\"country\":\"BE\",\"state\":null,\"city\":\"Lochristi\",\"postCode\":\"9080\",\"address\":\"Bosdreef 12C\",\"vehicleNo\":\"2fls641\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":438.05,\"status\":\"enabled\",\"userGroupIds\":[199],\"subscriptionId\":1319,\"externalId\":null,\"lastUpdatedAt\":\"2024-06-14T08:03:14+00:0...","meta_data":{"current_page":11,"from":1001,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1100,"total":1972}} 
[2025-07-17 04:09:28] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:31] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1387\",\"email\":\"bajetak586@albarulo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Bibro\",\"middleName\":null,\"lastName\":\"Antar\",\"phone\":\"+40721001950\",\"country\":\"SE\",\"state\":null,\"city\":\"Stockholm\",\"postCode\":\"11543\",\"address\":\"ahlessen nr. 44\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"disabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-09-30T07:49:51+00:00\",\"crea...","meta_data":{"current_page":12,"from":1101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1200,"total":1972}} 
[2025-07-17 04:09:31] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:33] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1515\",\"email\":\"yunotjeanbex@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Yunot\",\"middleName\":null,\"lastName\":\"Bex\",\"phone\":\"+32460940182\",\"country\":\"BE\",\"state\":null,\"city\":\"Hasselt\",\"postCode\":\"3511\",\"address\":\"Deken Habrakenstraat 8\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":16.22,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":1778,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T18:33:50+00:00\",\"...","meta_data":{"current_page":13,"from":1201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1300,"total":1972}} 
[2025-07-17 04:09:33] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:35] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1630\",\"email\":\"pascale.vanolst@everlam.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Pascale\",\"middleName\":null,\"lastName\":\"Vanolst\",\"phone\":\"0487 26 95 23\",\"country\":\"BE\",\"state\":null,\"city\":\"Mechelen\",\"postCode\":\"2800\",\"address\":\"Blokhuisstraat 47 J           B-2800 Mechelen\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2012,\"externalId\":null,\"lastUpdatedAt...","meta_data":{"current_page":14,"from":1301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1400,"total":1972}} 
[2025-07-17 04:09:35] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:37] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1735\",\"email\":\"christophe.leysen@live.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Christophe\",\"middleName\":null,\"lastName\":\"Leysen\",\"phone\":\"+32470868696\",\"country\":\"BE\",\"state\":\"Antwerpen\",\"city\":\"Kontich\",\"postCode\":\"2550\",\"address\":\"lijsterbolstraat 18\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-12-26T10:50...","meta_data":{"current_page":15,"from":1401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1500,"total":1972}} 
[2025-07-17 04:09:37] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:39] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1852\",\"email\":\"susanbaba73@yahoo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":null,\"middleName\":null,\"lastName\":null,\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"es-ES\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-31T19:51:30+00:00\",\"createdAt\":\"2025-01-31T19:51:30+00:00\",\"cre...","meta_data":{"current_page":16,"from":1501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1600,"total":1972}} 
[2025-07-17 04:09:39] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:41] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1957\",\"email\":\"Heidi.Goossens@sobi.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Heidi\",\"middleName\":null,\"lastName\":\"Goossens\",\"phone\":\"32497590918\",\"country\":\"BE\",\"state\":null,\"city\":\"Waanrode\",\"postCode\":\"3473\",\"address\":\"Oude Tiensestraat 40\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":192.86,\"status\":\"enabled\",\"userGroupIds\":[228],\"subscriptionId\":2412,\"externalId\":\"1957\",\"lastUpdatedAt\":\"2025-04-02T11:59:5...","meta_data":{"current_page":17,"from":1601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1700,"total":1972}} 
[2025-07-17 04:09:41] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:42] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2093\",\"email\":\"sbai.ayoub@hotmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Ayoub\",\"middleName\":null,\"lastName\":\"Sbai\",\"phone\":\"+33643202625\",\"country\":\"FR\",\"state\":null,\"city\":\"Paris\",\"postCode\":\"75019\",\"address\":\"16 all\\u00e9e de Fontainebelau\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":51.65,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T10:36:03+...","meta_data":{"current_page":18,"from":1701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1800,"total":1972}} 
[2025-07-17 04:09:42] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:44] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2228\",\"email\":\"brecht.van.camp@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Brecht\",\"middleName\":null,\"lastName\":\"Van Camp\",\"phone\":\"+32476 58 79 81\",\"country\":\"BE\",\"state\":null,\"city\":\"Oelegem\",\"postCode\":\"2520\",\"address\":\"Schransken 5a\\/001\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-25T11:14:32+00:0...","meta_data":{"current_page":19,"from":1801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1900,"total":1972}} 
[2025-07-17 04:09:44] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:09:46] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2347\",\"email\":\"sarah.jacobs@docitconsult.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Sarah\",\"middleName\":null,\"lastName\":\"Jacobs\",\"phone\":\"0472013387\",\"country\":\"BE\",\"state\":null,\"city\":\"Schoten\",\"postCode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2595,\"externalId\":\"2347\",\"lastUpdatedAt\":\"2025-06-30T11:38:38+00:00...","meta_data":{"current_page":20,"from":1901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1972,"total":1972}} 
[2025-07-17 04:09:46] local.INFO: Sessions updated for user 1. {"count":0} 
[2025-07-17 04:09:47] local.INFO: Sessions updated for user 7. {"count":0} 
[2025-07-17 04:09:48] local.INFO: Sessions updated for user 15. {"count":0} 
[2025-07-17 04:09:48] local.INFO: Sessions updated for user 17. {"count":0} 
[2025-07-17 04:09:49] local.INFO: Sessions updated for user 19. {"count":0} 
[2025-07-17 04:09:50] local.INFO: Sessions updated for user 20. {"count":0} 
[2025-07-17 04:09:50] local.INFO: Sessions updated for user 21. {"count":0} 
[2025-07-17 04:09:51] local.INFO: Sessions updated for user 23. {"count":0} 
[2025-07-17 04:09:52] local.INFO: Sessions updated for user 26. {"count":0} 
[2025-07-17 04:09:52] local.INFO: Sessions updated for user 27. {"count":0} 
[2025-07-17 04:09:53] local.INFO: Sessions updated for user 28. {"count":0} 
[2025-07-17 04:09:54] local.INFO: Sessions updated for user 30. {"count":0} 
[2025-07-17 04:09:54] local.INFO: Sessions updated for user 32. {"count":0} 
[2025-07-17 04:09:55] local.INFO: Sessions updated for user 33. {"count":0} 
[2025-07-17 04:09:56] local.INFO: Sessions updated for user 36. {"count":0} 
[2025-07-17 04:09:57] local.INFO: Sessions updated for user 40. {"count":0} 
[2025-07-17 04:09:57] local.INFO: Sessions updated for user 41. {"count":0} 
[2025-07-17 04:09:58] local.INFO: Sessions updated for user 45. {"count":0} 
[2025-07-17 04:09:59] local.INFO: Sessions updated for user 46. {"count":0} 
[2025-07-17 04:09:59] local.INFO: Sessions updated for user 47. {"count":0} 
[2025-07-17 04:10:00] local.INFO: Sessions updated for user 50. {"count":0} 
[2025-07-17 04:10:01] local.INFO: Sessions updated for user 52. {"count":0} 
[2025-07-17 04:10:01] local.INFO: Sessions updated for user 53. {"count":0} 
[2025-07-17 04:10:02] local.INFO: Sessions updated for user 55. {"count":0} 
[2025-07-17 04:10:03] local.INFO: Sessions updated for user 57. {"count":0} 
[2025-07-17 04:10:03] local.INFO: Sessions updated for user 60. {"count":0} 
[2025-07-17 04:10:04] local.INFO: Sessions updated for user 61. {"count":0} 
[2025-07-17 04:10:05] local.INFO: Sessions updated for user 62. {"count":0} 
[2025-07-17 04:10:06] local.INFO: Sessions updated for user 63. {"count":0} 
[2025-07-17 04:10:06] local.INFO: Sessions updated for user 64. {"count":0} 
[2025-07-17 04:10:07] local.INFO: Sessions updated for user 65. {"count":0} 
[2025-07-17 04:10:07] local.INFO: Sessions updated for user 66. {"count":0} 
[2025-07-17 04:10:08] local.INFO: Sessions updated for user 67. {"count":0} 
[2025-07-17 04:10:09] local.INFO: Sessions updated for user 68. {"count":0} 
[2025-07-17 04:10:10] local.INFO: Sessions updated for user 69. {"count":0} 
[2025-07-17 04:10:11] local.INFO: Sessions updated for user 71. {"count":0} 
[2025-07-17 04:10:11] local.INFO: Sessions updated for user 72. {"count":0} 
[2025-07-17 04:10:12] local.INFO: Sessions updated for user 73. {"count":0} 
[2025-07-17 04:10:13] local.INFO: Sessions updated for user 74. {"count":0} 
[2025-07-17 04:10:13] local.INFO: Sessions updated for user 76. {"count":0} 
[2025-07-17 04:10:14] local.INFO: Sessions updated for user 77. {"count":0} 
[2025-07-17 04:10:15] local.INFO: Sessions updated for user 79. {"count":0} 
[2025-07-17 04:10:16] local.INFO: Sessions updated for user 80. {"count":0} 
[2025-07-17 04:10:16] local.INFO: Sessions updated for user 81. {"count":0} 
[2025-07-17 04:10:17] local.INFO: Sessions updated for user 84. {"count":0} 
[2025-07-17 04:10:18] local.INFO: Sessions updated for user 85. {"count":0} 
[2025-07-17 04:10:18] local.INFO: Sessions updated for user 86. {"count":0} 
[2025-07-17 04:10:19] local.INFO: Sessions updated for user 87. {"count":0} 
[2025-07-17 04:10:20] local.INFO: Sessions updated for user 88. {"count":0} 
[2025-07-17 04:10:21] local.INFO: Sessions updated for user 89. {"count":0} 
[2025-07-17 04:10:22] local.INFO: Sessions updated for user 90. {"count":0} 
[2025-07-17 04:10:23] local.INFO: Sessions updated for user 91. {"count":0} 
[2025-07-17 04:10:24] local.INFO: Sessions updated for user 92. {"count":0} 
[2025-07-17 04:10:24] local.INFO: Sessions updated for user 94. {"count":0} 
[2025-07-17 04:10:25] local.INFO: Sessions updated for user 95. {"count":0} 
[2025-07-17 04:10:26] local.INFO: Sessions updated for user 96. {"count":0} 
[2025-07-17 04:10:26] local.INFO: Sessions updated for user 97. {"count":0} 
[2025-07-17 04:10:27] local.INFO: Sessions updated for user 98. {"count":0} 
[2025-07-17 04:10:27] local.INFO: Sessions updated for user 99. {"count":0} 
[2025-07-17 04:10:28] local.INFO: Sessions updated for user 100. {"count":0} 
[2025-07-17 04:10:30] local.INFO: Sessions updated for user 101. {"count":0} 
[2025-07-17 04:10:31] local.INFO: Sessions updated for user 102. {"count":0} 
[2025-07-17 04:10:31] local.INFO: Sessions updated for user 103. {"count":0} 
[2025-07-17 04:10:32] local.INFO: Sessions updated for user 104. {"count":0} 
[2025-07-17 04:10:33] local.INFO: Sessions updated for user 105. {"count":0} 
[2025-07-17 04:10:33] local.INFO: Sessions updated for user 106. {"count":0} 
[2025-07-17 04:10:34] local.INFO: Sessions updated for user 107. {"count":0} 
[2025-07-17 04:10:35] local.INFO: Sessions updated for user 108. {"count":0} 
[2025-07-17 04:10:35] local.INFO: Sessions updated for user 109. {"count":0} 
[2025-07-17 04:10:36] local.INFO: Sessions updated for user 110. {"count":0} 
[2025-07-17 04:10:37] local.INFO: Sessions updated for user 111. {"count":0} 
[2025-07-17 04:10:37] local.INFO: Sessions updated for user 112. {"count":0} 
[2025-07-17 04:10:38] local.INFO: Sessions updated for user 113. {"count":0} 
[2025-07-17 04:10:39] local.INFO: Sessions updated for user 114. {"count":0} 
[2025-07-17 04:10:39] local.INFO: Sessions updated for user 115. {"count":0} 
[2025-07-17 04:10:40] local.INFO: Sessions updated for user 116. {"count":0} 
[2025-07-17 04:10:41] local.INFO: Sessions updated for user 117. {"count":0} 
[2025-07-17 04:10:42] local.INFO: Sessions updated for user 118. {"count":0} 
[2025-07-17 04:10:42] local.INFO: Sessions updated for user 119. {"count":0} 
[2025-07-17 04:10:43] local.INFO: Sessions updated for user 121. {"count":0} 
[2025-07-17 04:10:44] local.INFO: Sessions updated for user 122. {"count":0} 
[2025-07-17 04:10:44] local.INFO: Sessions updated for user 123. {"count":0} 
[2025-07-17 04:10:45] local.INFO: Sessions updated for user 124. {"count":0} 
[2025-07-17 04:10:46] local.INFO: Sessions updated for user 125. {"count":0} 
[2025-07-17 04:10:46] local.INFO: Sessions updated for user 127. {"count":0} 
[2025-07-17 04:10:47] local.INFO: Sessions updated for user 128. {"count":0} 
[2025-07-17 04:10:48] local.INFO: Sessions updated for user 130. {"count":0} 
[2025-07-17 04:10:49] local.INFO: Sessions updated for user 131. {"count":0} 
[2025-07-17 04:10:49] local.INFO: Sessions updated for user 134. {"count":0} 
[2025-07-17 04:10:50] local.INFO: Sessions updated for user 140. {"count":0} 
[2025-07-17 04:10:51] local.INFO: Sessions updated for user 142. {"count":0} 
[2025-07-17 04:10:51] local.INFO: Sessions updated for user 143. {"count":0} 
[2025-07-17 04:10:52] local.INFO: Sessions updated for user 144. {"count":0} 
[2025-07-17 04:10:52] local.INFO: Sessions updated for user 145. {"count":0} 
[2025-07-17 04:10:53] local.INFO: Sessions updated for user 146. {"count":0} 
[2025-07-17 04:10:54] local.INFO: Sessions updated for user 147. {"count":0} 
[2025-07-17 04:10:54] local.INFO: Sessions updated for user 150. {"count":0} 
[2025-07-17 04:10:55] local.INFO: Sessions updated for user 152. {"count":0} 
[2025-07-17 04:10:56] local.INFO: Sessions updated for user 154. {"count":0} 
[2025-07-17 04:10:57] local.INFO: Sessions updated for user 155. {"count":0} 
[2025-07-17 04:10:57] local.INFO: Sessions updated for user 156. {"count":0} 
[2025-07-17 04:10:58] local.INFO: Sessions updated for user 159. {"count":0} 
[2025-07-17 04:10:59] local.INFO: Sessions updated for user 160. {"count":0} 
[2025-07-17 04:10:59] local.INFO: Sessions updated for user 161. {"count":0} 
[2025-07-17 04:11:00] local.INFO: Sessions updated for user 162. {"count":0} 
[2025-07-17 04:11:01] local.INFO: Sessions updated for user 163. {"count":0} 
[2025-07-17 04:11:02] local.INFO: Sessions updated for user 164. {"count":0} 
[2025-07-17 04:11:03] local.INFO: Sessions updated for user 166. {"count":0} 
[2025-07-17 04:11:04] local.INFO: Sessions updated for user 167. {"count":0} 
[2025-07-17 04:11:05] local.INFO: Sessions updated for user 168. {"count":0} 
[2025-07-17 04:11:05] local.INFO: Sessions updated for user 169. {"count":0} 
[2025-07-17 04:11:06] local.INFO: Sessions updated for user 170. {"count":0} 
[2025-07-17 04:11:07] local.INFO: Sessions updated for user 171. {"count":0} 
[2025-07-17 04:11:07] local.INFO: Sessions updated for user 172. {"count":0} 
[2025-07-17 04:11:08] local.INFO: Sessions updated for user 173. {"count":0} 
[2025-07-17 04:11:09] local.INFO: Sessions updated for user 174. {"count":0} 
[2025-07-17 04:11:10] local.INFO: Sessions updated for user 175. {"count":0} 
[2025-07-17 04:11:10] local.INFO: Sessions updated for user 176. {"count":0} 
[2025-07-17 04:11:11] local.INFO: Sessions updated for user 177. {"count":0} 
[2025-07-17 04:11:12] local.INFO: Sessions updated for user 178. {"count":0} 
[2025-07-17 04:11:12] local.INFO: Sessions updated for user 179. {"count":0} 
[2025-07-17 04:11:13] local.INFO: Sessions updated for user 180. {"count":0} 
[2025-07-17 04:11:14] local.INFO: Sessions updated for user 181. {"count":0} 
[2025-07-17 04:11:15] local.INFO: Sessions updated for user 182. {"count":0} 
[2025-07-17 04:11:15] local.INFO: Sessions updated for user 183. {"count":0} 
[2025-07-17 04:11:16] local.INFO: Sessions updated for user 184. {"count":0} 
[2025-07-17 04:11:17] local.INFO: Sessions updated for user 185. {"count":0} 
[2025-07-17 04:11:18] local.INFO: Sessions updated for user 186. {"count":0} 
[2025-07-17 04:11:18] local.INFO: Sessions updated for user 187. {"count":0} 
[2025-07-17 04:11:19] local.INFO: Sessions updated for user 188. {"count":0} 
[2025-07-17 04:11:20] local.INFO: Sessions updated for user 191. {"count":0} 
[2025-07-17 04:11:21] local.INFO: Sessions updated for user 192. {"count":0} 
[2025-07-17 04:11:21] local.INFO: Sessions updated for user 193. {"count":0} 
[2025-07-17 04:11:22] local.INFO: Sessions updated for user 194. {"count":0} 
[2025-07-17 04:11:23] local.INFO: Sessions updated for user 196. {"count":0} 
[2025-07-17 04:11:23] local.INFO: Sessions updated for user 197. {"count":0} 
[2025-07-17 04:11:24] local.INFO: Sessions updated for user 199. {"count":0} 
[2025-07-17 04:11:25] local.INFO: Sessions updated for user 200. {"count":0} 
[2025-07-17 04:11:26] local.INFO: Sessions updated for user 204. {"count":0} 
[2025-07-17 04:11:26] local.INFO: Sessions updated for user 205. {"count":0} 
[2025-07-17 04:11:27] local.INFO: Sessions updated for user 206. {"count":0} 
[2025-07-17 04:11:28] local.INFO: Sessions updated for user 207. {"count":0} 
[2025-07-17 04:11:28] local.INFO: Sessions updated for user 208. {"count":0} 
[2025-07-17 04:11:30] local.INFO: Sessions updated for user 209. {"count":0} 
[2025-07-17 04:11:31] local.INFO: Sessions updated for user 210. {"count":0} 
[2025-07-17 04:11:31] local.INFO: Sessions updated for user 211. {"count":0} 
[2025-07-17 04:11:32] local.INFO: Sessions updated for user 212. {"count":0} 
[2025-07-17 04:11:33] local.INFO: Sessions updated for user 213. {"count":0} 
[2025-07-17 04:11:34] local.INFO: Sessions updated for user 214. {"count":0} 
[2025-07-17 04:11:34] local.INFO: Sessions updated for user 216. {"count":0} 
[2025-07-17 04:11:35] local.INFO: Sessions updated for user 217. {"count":0} 
[2025-07-17 04:11:36] local.INFO: Sessions updated for user 219. {"count":0} 
[2025-07-17 04:11:37] local.INFO: Sessions updated for user 220. {"count":0} 
[2025-07-17 04:11:38] local.INFO: Sessions updated for user 221. {"count":0} 
[2025-07-17 04:11:40] local.INFO: Sessions updated for user 222. {"count":0} 
[2025-07-17 04:11:41] local.INFO: Sessions updated for user 223. {"count":0} 
[2025-07-17 04:11:41] local.INFO: Sessions updated for user 224. {"count":0} 
[2025-07-17 04:11:42] local.INFO: Sessions updated for user 225. {"count":0} 
[2025-07-17 04:11:43] local.INFO: Sessions updated for user 226. {"count":0} 
[2025-07-17 04:11:44] local.INFO: Sessions updated for user 228. {"count":0} 
[2025-07-17 04:11:44] local.INFO: Sessions updated for user 229. {"count":0} 
[2025-07-17 04:11:45] local.INFO: Sessions updated for user 230. {"count":0} 
[2025-07-17 04:11:46] local.INFO: Sessions updated for user 232. {"count":0} 
[2025-07-17 04:11:47] local.INFO: Sessions updated for user 233. {"count":0} 
[2025-07-17 04:11:47] local.INFO: Sessions updated for user 234. {"count":0} 
[2025-07-17 04:11:48] local.INFO: Sessions updated for user 235. {"count":0} 
[2025-07-17 04:11:50] local.INFO: Sessions updated for user 236. {"count":0} 
[2025-07-17 04:11:51] local.INFO: Sessions updated for user 237. {"count":0} 
[2025-07-17 04:11:52] local.INFO: Sessions updated for user 238. {"count":0} 
[2025-07-17 04:11:53] local.INFO: Sessions updated for user 239. {"count":0} 
[2025-07-17 04:11:53] local.INFO: Sessions updated for user 242. {"count":0} 
[2025-07-17 04:11:54] local.INFO: Sessions updated for user 244. {"count":0} 
[2025-07-17 04:11:54] local.INFO: Sessions updated for user 245. {"count":0} 
[2025-07-17 04:11:55] local.INFO: Sessions updated for user 246. {"count":0} 
[2025-07-17 04:11:56] local.INFO: Sessions updated for user 247. {"count":0} 
[2025-07-17 04:11:56] local.INFO: Sessions updated for user 248. {"count":0} 
[2025-07-17 04:11:57] local.INFO: Sessions updated for user 249. {"count":0} 
[2025-07-17 04:11:58] local.INFO: Sessions updated for user 250. {"count":0} 
[2025-07-17 04:11:58] local.INFO: Sessions updated for user 251. {"count":0} 
[2025-07-17 04:11:59] local.INFO: Sessions updated for user 253. {"count":0} 
[2025-07-17 04:12:00] local.INFO: Sessions updated for user 254. {"count":0} 
[2025-07-17 04:12:00] local.INFO: Sessions updated for user 255. {"count":0} 
[2025-07-17 04:12:01] local.INFO: Sessions updated for user 257. {"count":0} 
[2025-07-17 04:12:02] local.INFO: Sessions updated for user 258. {"count":0} 
[2025-07-17 04:12:03] local.INFO: Sessions updated for user 259. {"count":0} 
[2025-07-17 04:12:03] local.INFO: Sessions updated for user 260. {"count":0} 
[2025-07-17 04:12:04] local.INFO: Sessions updated for user 262. {"count":0} 
[2025-07-17 04:12:05] local.INFO: Sessions updated for user 263. {"count":0} 
[2025-07-17 04:12:06] local.INFO: Sessions updated for user 267. {"count":0} 
[2025-07-17 04:12:06] local.INFO: Sessions updated for user 268. {"count":0} 
[2025-07-17 04:12:07] local.INFO: Sessions updated for user 269. {"count":0} 
[2025-07-17 04:12:08] local.INFO: Sessions updated for user 270. {"count":0} 
[2025-07-17 04:12:09] local.INFO: Sessions updated for user 271. {"count":0} 
[2025-07-17 04:12:09] local.INFO: Sessions updated for user 273. {"count":0} 
[2025-07-17 04:12:10] local.INFO: Sessions updated for user 274. {"count":0} 
[2025-07-17 04:12:11] local.INFO: Sessions updated for user 275. {"count":0} 
[2025-07-17 04:12:11] local.INFO: Sessions updated for user 276. {"count":0} 
[2025-07-17 04:12:12] local.INFO: Sessions updated for user 277. {"count":0} 
[2025-07-17 04:12:13] local.INFO: Sessions updated for user 278. {"count":0} 
[2025-07-17 04:12:14] local.INFO: Sessions updated for user 279. {"count":0} 
[2025-07-17 04:12:15] local.INFO: Sessions updated for user 280. {"count":0} 
[2025-07-17 04:12:16] local.INFO: Sessions updated for user 281. {"count":0} 
[2025-07-17 04:12:17] local.INFO: Sessions updated for user 283. {"count":0} 
[2025-07-17 04:12:17] local.INFO: Sessions updated for user 284. {"count":0} 
[2025-07-17 04:12:18] local.INFO: Sessions updated for user 285. {"count":0} 
[2025-07-17 04:12:19] local.INFO: Sessions updated for user 286. {"count":0} 
[2025-07-17 04:12:19] local.INFO: Sessions updated for user 287. {"count":0} 
[2025-07-17 04:12:20] local.INFO: Sessions updated for user 288. {"count":0} 
[2025-07-17 04:12:21] local.INFO: Sessions updated for user 290. {"count":0} 
[2025-07-17 04:12:21] local.INFO: Sessions updated for user 291. {"count":0} 
[2025-07-17 04:12:22] local.INFO: Sessions updated for user 292. {"count":0} 
[2025-07-17 04:12:23] local.INFO: Sessions updated for user 293. {"count":0} 
[2025-07-17 04:12:23] local.INFO: Sessions updated for user 294. {"count":0} 
[2025-07-17 04:12:24] local.INFO: Sessions updated for user 295. {"count":0} 
[2025-07-17 04:12:25] local.INFO: Sessions updated for user 296. {"count":0} 
[2025-07-17 04:12:25] local.INFO: Sessions updated for user 297. {"count":0} 
[2025-07-17 04:12:26] local.INFO: Sessions updated for user 298. {"count":0} 
[2025-07-17 04:12:27] local.INFO: Sessions updated for user 301. {"count":0} 
[2025-07-17 04:12:27] local.INFO: Sessions updated for user 302. {"count":0} 
[2025-07-17 04:12:28] local.INFO: Sessions updated for user 303. {"count":0} 
[2025-07-17 04:12:29] local.INFO: Sessions updated for user 304. {"count":0} 
[2025-07-17 04:12:29] local.INFO: Sessions updated for user 305. {"count":0} 
[2025-07-17 04:12:30] local.INFO: Sessions updated for user 306. {"count":0} 
[2025-07-17 04:12:31] local.INFO: Sessions updated for user 307. {"count":0} 
[2025-07-17 04:12:31] local.INFO: Sessions updated for user 308. {"count":0} 
[2025-07-17 04:12:32] local.INFO: Sessions updated for user 309. {"count":0} 
[2025-07-17 04:12:33] local.INFO: Sessions updated for user 310. {"count":0} 
[2025-07-17 04:12:33] local.INFO: Sessions updated for user 311. {"count":0} 
[2025-07-17 04:12:34] local.INFO: Sessions updated for user 312. {"count":0} 
[2025-07-17 04:12:35] local.INFO: Sessions updated for user 313. {"count":0} 
[2025-07-17 04:12:35] local.INFO: Sessions updated for user 314. {"count":0} 
[2025-07-17 04:12:36] local.INFO: Sessions updated for user 315. {"count":0} 
[2025-07-17 04:12:37] local.INFO: Sessions updated for user 316. {"count":0} 
[2025-07-17 04:12:38] local.INFO: Sessions updated for user 317. {"count":0} 
[2025-07-17 04:12:38] local.INFO: Sessions updated for user 318. {"count":0} 
[2025-07-17 04:12:40] local.INFO: Sessions updated for user 319. {"count":0} 
[2025-07-17 04:12:41] local.INFO: Sessions updated for user 320. {"count":0} 
[2025-07-17 04:12:42] local.INFO: Sessions updated for user 321. {"count":0} 
[2025-07-17 04:12:42] local.INFO: Sessions updated for user 323. {"count":0} 
[2025-07-17 04:12:43] local.INFO: Sessions updated for user 324. {"count":0} 
[2025-07-17 04:12:44] local.INFO: Sessions updated for user 325. {"count":0} 
[2025-07-17 04:12:44] local.INFO: Sessions updated for user 326. {"count":0} 
[2025-07-17 04:12:45] local.INFO: Sessions updated for user 327. {"count":0} 
[2025-07-17 04:12:46] local.INFO: Sessions updated for user 328. {"count":0} 
[2025-07-17 04:12:46] local.INFO: Sessions updated for user 329. {"count":0} 
[2025-07-17 04:12:47] local.INFO: Sessions updated for user 330. {"count":0} 
[2025-07-17 04:12:47] local.INFO: Sessions updated for user 331. {"count":0} 
[2025-07-17 04:12:48] local.INFO: Sessions updated for user 332. {"count":0} 
[2025-07-17 04:12:49] local.INFO: Sessions updated for user 333. {"count":0} 
[2025-07-17 04:12:50] local.INFO: Sessions updated for user 334. {"count":0} 
[2025-07-17 04:12:50] local.INFO: Sessions updated for user 335. {"count":0} 
[2025-07-17 04:12:51] local.INFO: Sessions updated for user 336. {"count":0} 
[2025-07-17 04:12:52] local.INFO: Sessions updated for user 338. {"count":0} 
[2025-07-17 04:12:52] local.INFO: Sessions updated for user 339. {"count":0} 
[2025-07-17 04:12:53] local.INFO: Sessions updated for user 340. {"count":0} 
[2025-07-17 04:12:53] local.INFO: Sessions updated for user 341. {"count":0} 
[2025-07-17 04:12:54] local.INFO: Sessions updated for user 342. {"count":0} 
[2025-07-17 04:12:55] local.INFO: Sessions updated for user 343. {"count":0} 
[2025-07-17 04:12:55] local.INFO: Sessions updated for user 344. {"count":0} 
[2025-07-17 04:12:56] local.INFO: Sessions updated for user 345. {"count":0} 
[2025-07-17 04:12:57] local.INFO: Sessions updated for user 346. {"count":0} 
[2025-07-17 04:12:58] local.INFO: Sessions updated for user 347. {"count":0} 
[2025-07-17 04:12:59] local.INFO: Sessions updated for user 348. {"count":0} 
[2025-07-17 04:13:01] local.INFO: Sessions updated for user 349. {"count":0} 
[2025-07-17 04:13:01] local.INFO: Sessions updated for user 351. {"count":0} 
[2025-07-17 04:13:02] local.INFO: Sessions updated for user 352. {"count":0} 
[2025-07-17 04:13:03] local.INFO: Sessions updated for user 353. {"count":0} 
[2025-07-17 04:13:03] local.INFO: Sessions updated for user 354. {"count":0} 
[2025-07-17 04:13:04] local.INFO: Sessions updated for user 355. {"count":0} 
[2025-07-17 04:13:05] local.INFO: Sessions updated for user 356. {"count":0} 
[2025-07-17 04:13:06] local.INFO: Sessions updated for user 357. {"count":0} 
[2025-07-17 04:13:06] local.INFO: Sessions updated for user 358. {"count":0} 
[2025-07-17 04:13:07] local.INFO: Sessions updated for user 359. {"count":0} 
[2025-07-17 04:13:07] local.INFO: Sessions updated for user 360. {"count":0} 
[2025-07-17 04:13:08] local.INFO: Sessions updated for user 361. {"count":0} 
[2025-07-17 04:13:09] local.INFO: Sessions updated for user 362. {"count":0} 
[2025-07-17 04:13:10] local.INFO: Sessions updated for user 363. {"count":0} 
[2025-07-17 04:13:11] local.INFO: Sessions updated for user 364. {"count":0} 
[2025-07-17 04:13:11] local.INFO: Sessions updated for user 365. {"count":0} 
[2025-07-17 04:13:12] local.INFO: Sessions updated for user 366. {"count":0} 
[2025-07-17 04:13:13] local.INFO: Sessions updated for user 367. {"count":0} 
[2025-07-17 04:13:13] local.INFO: Sessions updated for user 368. {"count":0} 
[2025-07-17 04:13:14] local.INFO: Sessions updated for user 369. {"count":0} 
[2025-07-17 04:13:15] local.INFO: Sessions updated for user 370. {"count":0} 
[2025-07-17 04:13:16] local.INFO: Sessions updated for user 371. {"count":0} 
[2025-07-17 04:13:16] local.INFO: Sessions updated for user 372. {"count":0} 
[2025-07-17 04:13:17] local.INFO: Sessions updated for user 373. {"count":0} 
[2025-07-17 04:13:18] local.INFO: Sessions updated for user 374. {"count":0} 
[2025-07-17 04:13:18] local.INFO: Sessions updated for user 375. {"count":0} 
[2025-07-17 04:13:19] local.INFO: Sessions updated for user 376. {"count":0} 
[2025-07-17 04:13:21] local.INFO: Sessions updated for user 377. {"count":0} 
[2025-07-17 04:13:21] local.INFO: Sessions updated for user 378. {"count":0} 
[2025-07-17 04:13:22] local.INFO: Sessions updated for user 379. {"count":0} 
[2025-07-17 04:13:23] local.INFO: Sessions updated for user 380. {"count":0} 
[2025-07-17 04:13:23] local.INFO: Sessions updated for user 381. {"count":0} 
[2025-07-17 04:13:24] local.INFO: Sessions updated for user 382. {"count":0} 
[2025-07-17 04:13:25] local.INFO: Sessions updated for user 383. {"count":0} 
[2025-07-17 04:13:25] local.INFO: Sessions updated for user 384. {"count":0} 
[2025-07-17 04:13:26] local.INFO: Sessions updated for user 386. {"count":0} 
[2025-07-17 04:13:27] local.INFO: Sessions updated for user 387. {"count":0} 
[2025-07-17 04:13:27] local.INFO: Sessions updated for user 388. {"count":0} 
[2025-07-17 04:13:28] local.INFO: Sessions updated for user 389. {"count":0} 
[2025-07-17 04:13:29] local.INFO: Sessions updated for user 390. {"count":0} 
[2025-07-17 04:13:29] local.INFO: Sessions updated for user 391. {"count":0} 
[2025-07-17 04:13:30] local.INFO: Sessions updated for user 392. {"count":0} 
[2025-07-17 04:13:31] local.INFO: Sessions updated for user 393. {"count":0} 
[2025-07-17 04:13:32] local.INFO: Sessions updated for user 395. {"count":0} 
[2025-07-17 04:13:32] local.INFO: Sessions updated for user 396. {"count":0} 
[2025-07-17 04:13:33] local.INFO: Sessions updated for user 398. {"count":0} 
[2025-07-17 04:13:34] local.INFO: Sessions updated for user 399. {"count":0} 
[2025-07-17 04:13:34] local.INFO: Sessions updated for user 400. {"count":0} 
[2025-07-17 04:13:35] local.INFO: Sessions updated for user 401. {"count":0} 
[2025-07-17 04:13:36] local.INFO: Sessions updated for user 402. {"count":0} 
[2025-07-17 04:13:36] local.INFO: Sessions updated for user 403. {"count":0} 
[2025-07-17 04:13:37] local.INFO: Sessions updated for user 404. {"count":0} 
[2025-07-17 04:13:38] local.INFO: Sessions updated for user 406. {"count":0} 
[2025-07-17 04:13:38] local.INFO: Sessions updated for user 407. {"count":0} 
[2025-07-17 04:13:39] local.INFO: Sessions updated for user 408. {"count":0} 
[2025-07-17 04:13:40] local.INFO: Sessions updated for user 410. {"count":0} 
[2025-07-17 04:13:41] local.INFO: Sessions updated for user 411. {"count":0} 
[2025-07-17 04:13:41] local.INFO: Sessions updated for user 412. {"count":0} 
[2025-07-17 04:13:42] local.INFO: Sessions updated for user 413. {"count":0} 
[2025-07-17 04:13:43] local.INFO: Sessions updated for user 414. {"count":0} 
[2025-07-17 04:13:44] local.INFO: Sessions updated for user 415. {"count":0} 
[2025-07-17 04:13:44] local.INFO: Sessions updated for user 416. {"count":0} 
[2025-07-17 04:13:45] local.INFO: Sessions updated for user 417. {"count":0} 
[2025-07-17 04:13:46] local.INFO: Sessions updated for user 418. {"count":0} 
[2025-07-17 04:13:47] local.INFO: Sessions updated for user 419. {"count":0} 
[2025-07-17 04:13:48] local.INFO: Sessions updated for user 421. {"count":0} 
[2025-07-17 04:13:48] local.INFO: Sessions updated for user 422. {"count":0} 
[2025-07-17 04:13:50] local.INFO: Sessions updated for user 423. {"count":0} 
[2025-07-17 04:13:51] local.INFO: Sessions updated for user 424. {"count":0} 
[2025-07-17 04:13:52] local.INFO: Sessions updated for user 425. {"count":0} 
[2025-07-17 04:13:52] local.INFO: Sessions updated for user 426. {"count":0} 
[2025-07-17 04:13:53] local.INFO: Sessions updated for user 427. {"count":0} 
[2025-07-17 04:13:54] local.INFO: Sessions updated for user 428. {"count":0} 
[2025-07-17 04:13:54] local.INFO: Sessions updated for user 429. {"count":0} 
[2025-07-17 04:13:55] local.INFO: Sessions updated for user 430. {"count":0} 
[2025-07-17 04:13:56] local.INFO: Sessions updated for user 431. {"count":0} 
[2025-07-17 04:13:56] local.INFO: Sessions updated for user 432. {"count":0} 
[2025-07-17 04:13:57] local.INFO: Sessions updated for user 433. {"count":0} 
[2025-07-17 04:13:58] local.INFO: Sessions updated for user 434. {"count":0} 
[2025-07-17 04:13:58] local.INFO: Sessions updated for user 435. {"count":0} 
[2025-07-17 04:13:59] local.INFO: Sessions updated for user 436. {"count":0} 
[2025-07-17 04:14:00] local.INFO: Sessions updated for user 437. {"count":0} 
[2025-07-17 04:14:01] local.INFO: Sessions updated for user 438. {"count":0} 
[2025-07-17 04:14:02] local.INFO: Sessions updated for user 439. {"count":0} 
[2025-07-17 04:14:02] local.INFO: Sessions updated for user 440. {"count":0} 
[2025-07-17 04:14:03] local.INFO: Sessions updated for user 442. {"count":0} 
[2025-07-17 04:14:04] local.INFO: Sessions updated for user 443. {"count":0} 
[2025-07-17 04:14:04] local.INFO: Sessions updated for user 445. {"count":0} 
[2025-07-17 04:14:05] local.INFO: Sessions updated for user 446. {"count":0} 
[2025-07-17 04:14:06] local.INFO: Sessions updated for user 447. {"count":0} 
[2025-07-17 04:14:07] local.INFO: Sessions updated for user 448. {"count":0} 
[2025-07-17 04:14:07] local.INFO: Sessions updated for user 449. {"count":0} 
[2025-07-17 04:14:08] local.INFO: Sessions updated for user 450. {"count":0} 
[2025-07-17 04:14:09] local.INFO: Sessions updated for user 451. {"count":0} 
[2025-07-17 04:14:09] local.INFO: Sessions updated for user 452. {"count":0} 
[2025-07-17 04:14:10] local.INFO: Sessions updated for user 453. {"count":0} 
[2025-07-17 04:14:11] local.INFO: Sessions updated for user 454. {"count":0} 
[2025-07-17 04:14:12] local.INFO: Sessions updated for user 455. {"count":0} 
[2025-07-17 04:14:13] local.INFO: Sessions updated for user 456. {"count":0} 
[2025-07-17 04:14:13] local.INFO: Sessions updated for user 457. {"count":0} 
[2025-07-17 04:14:14] local.INFO: Sessions updated for user 458. {"count":0} 
[2025-07-17 04:14:15] local.INFO: Sessions updated for user 459. {"count":0} 
[2025-07-17 04:14:16] local.INFO: Sessions updated for user 460. {"count":0} 
[2025-07-17 04:14:16] local.INFO: Sessions updated for user 461. {"count":0} 
[2025-07-17 04:14:18] local.INFO: Sessions updated for user 462. {"count":0} 
[2025-07-17 04:14:19] local.INFO: Sessions updated for user 463. {"count":0} 
[2025-07-17 04:14:19] local.INFO: Sessions updated for user 464. {"count":0} 
[2025-07-17 04:14:20] local.INFO: Sessions updated for user 466. {"count":0} 
[2025-07-17 04:14:21] local.INFO: Sessions updated for user 467. {"count":0} 
[2025-07-17 04:14:22] local.INFO: Sessions updated for user 469. {"count":0} 
[2025-07-17 04:14:22] local.INFO: Sessions updated for user 470. {"count":0} 
[2025-07-17 04:14:23] local.INFO: Sessions updated for user 471. {"count":0} 
[2025-07-17 04:14:24] local.INFO: Sessions updated for user 472. {"count":0} 
[2025-07-17 04:14:24] local.INFO: Sessions updated for user 473. {"count":0} 
[2025-07-17 04:14:25] local.INFO: Sessions updated for user 474. {"count":0} 
[2025-07-17 04:14:26] local.INFO: Sessions updated for user 475. {"count":0} 
[2025-07-17 04:14:26] local.INFO: Sessions updated for user 476. {"count":0} 
[2025-07-17 04:14:27] local.INFO: Sessions updated for user 477. {"count":0} 
[2025-07-17 04:14:28] local.INFO: Sessions updated for user 478. {"count":0} 
[2025-07-17 04:14:29] local.INFO: Sessions updated for user 479. {"count":0} 
[2025-07-17 04:14:30] local.INFO: Sessions updated for user 480. {"count":0} 
[2025-07-17 04:14:31] local.INFO: Sessions updated for user 481. {"count":0} 
[2025-07-17 04:14:32] local.INFO: Sessions updated for user 482. {"count":0} 
[2025-07-17 04:14:32] local.INFO: Sessions updated for user 483. {"count":0} 
[2025-07-17 04:14:33] local.INFO: Sessions updated for user 484. {"count":0} 
[2025-07-17 04:14:34] local.INFO: Sessions updated for user 485. {"count":0} 
[2025-07-17 04:14:34] local.INFO: Sessions updated for user 486. {"count":0} 
[2025-07-17 04:14:35] local.INFO: Sessions updated for user 487. {"count":0} 
[2025-07-17 04:14:35] local.INFO: Sessions updated for user 488. {"count":0} 
[2025-07-17 04:14:36] local.INFO: Sessions updated for user 489. {"count":0} 
[2025-07-17 04:14:37] local.INFO: Sessions updated for user 490. {"count":0} 
[2025-07-17 04:14:37] local.INFO: Sessions updated for user 491. {"count":0} 
[2025-07-17 04:14:38] local.INFO: Sessions updated for user 492. {"count":0} 
[2025-07-17 04:14:39] local.INFO: Sessions updated for user 493. {"count":0} 
[2025-07-17 04:14:39] local.INFO: Sessions updated for user 494. {"count":0} 
[2025-07-17 04:14:40] local.INFO: Sessions updated for user 495. {"count":0} 
[2025-07-17 04:14:41] local.INFO: Sessions updated for user 496. {"count":0} 
[2025-07-17 04:14:41] local.INFO: Sessions updated for user 497. {"count":0} 
[2025-07-17 04:14:42] local.INFO: Sessions updated for user 498. {"count":0} 
[2025-07-17 04:14:43] local.INFO: Sessions updated for user 500. {"count":0} 
[2025-07-17 04:14:44] local.INFO: Sessions updated for user 501. {"count":0} 
[2025-07-17 04:14:44] local.INFO: Sessions updated for user 503. {"count":0} 
[2025-07-17 04:14:45] local.INFO: Sessions updated for user 504. {"count":0} 
[2025-07-17 04:14:46] local.INFO: Sessions updated for user 506. {"count":0} 
[2025-07-17 04:14:46] local.INFO: Sessions updated for user 507. {"count":0} 
[2025-07-17 04:14:47] local.INFO: Sessions updated for user 508. {"count":0} 
[2025-07-17 04:14:48] local.INFO: Sessions updated for user 509. {"count":0} 
[2025-07-17 04:14:49] local.INFO: Sessions updated for user 510. {"count":0} 
[2025-07-17 04:14:50] local.INFO: Sessions updated for user 511. {"count":0} 
[2025-07-17 04:14:51] local.INFO: Sessions updated for user 512. {"count":0} 
[2025-07-17 04:14:51] local.INFO: Sessions updated for user 513. {"count":0} 
[2025-07-17 04:14:52] local.INFO: Sessions updated for user 515. {"count":0} 
[2025-07-17 04:14:53] local.INFO: Sessions updated for user 516. {"count":0} 
[2025-07-17 04:14:53] local.INFO: Sessions updated for user 517. {"count":0} 
[2025-07-17 04:14:54] local.INFO: Sessions updated for user 518. {"count":0} 
[2025-07-17 04:14:55] local.INFO: Sessions updated for user 519. {"count":0} 
[2025-07-17 04:14:55] local.INFO: Sessions updated for user 520. {"count":0} 
[2025-07-17 04:14:56] local.INFO: Sessions updated for user 521. {"count":0} 
[2025-07-17 04:14:57] local.INFO: Sessions updated for user 524. {"count":0} 
[2025-07-17 04:14:58] local.INFO: Sessions updated for user 525. {"count":0} 
[2025-07-17 04:14:58] local.INFO: Sessions updated for user 526. {"count":0} 
[2025-07-17 04:15:00] local.INFO: Sessions updated for user 527. {"count":0} 
[2025-07-17 04:15:01] local.INFO: Sessions updated for user 528. {"count":0} 
[2025-07-17 04:15:02] local.INFO: Sessions updated for user 529. {"count":0} 
[2025-07-17 04:15:03] local.INFO: Sessions updated for user 530. {"count":0} 
[2025-07-17 04:15:03] local.INFO: Sessions updated for user 531. {"count":0} 
[2025-07-17 04:15:04] local.INFO: Sessions updated for user 532. {"count":0} 
[2025-07-17 04:15:05] local.INFO: Sessions updated for user 533. {"count":0} 
[2025-07-17 04:15:06] local.INFO: Sessions updated for user 534. {"count":0} 
[2025-07-17 04:15:07] local.INFO: Sessions updated for user 535. {"count":0} 
[2025-07-17 04:15:08] local.INFO: Sessions updated for user 536. {"count":0} 
[2025-07-17 04:15:09] local.INFO: Sessions updated for user 537. {"count":0} 
[2025-07-17 04:15:11] local.INFO: Sessions updated for user 538. {"count":0} 
[2025-07-17 04:15:11] local.INFO: Sessions updated for user 539. {"count":0} 
[2025-07-17 04:15:12] local.INFO: Sessions updated for user 541. {"count":0} 
[2025-07-17 04:15:13] local.INFO: Sessions updated for user 542. {"count":0} 
[2025-07-17 04:15:14] local.INFO: Sessions updated for user 544. {"count":0} 
[2025-07-17 04:15:14] local.INFO: Sessions updated for user 546. {"count":0} 
[2025-07-17 04:15:15] local.INFO: Sessions updated for user 547. {"count":0} 
[2025-07-17 04:15:16] local.INFO: Sessions updated for user 548. {"count":0} 
[2025-07-17 04:15:16] local.INFO: Sessions updated for user 549. {"count":0} 
[2025-07-17 04:15:17] local.INFO: Sessions updated for user 550. {"count":0} 
[2025-07-17 04:15:17] local.INFO: Sessions updated for user 552. {"count":0} 
[2025-07-17 04:15:18] local.INFO: Sessions updated for user 553. {"count":0} 
[2025-07-17 04:15:20] local.INFO: Sessions updated for user 554. {"count":0} 
[2025-07-17 04:15:21] local.INFO: Sessions updated for user 555. {"count":0} 
[2025-07-17 04:15:22] local.INFO: Sessions updated for user 557. {"count":0} 
[2025-07-17 04:15:22] local.INFO: Sessions updated for user 558. {"count":0} 
[2025-07-17 04:15:23] local.INFO: Sessions updated for user 559. {"count":0} 
[2025-07-17 04:15:24] local.INFO: Sessions updated for user 560. {"count":0} 
[2025-07-17 04:15:25] local.INFO: Sessions updated for user 561. {"count":0} 
[2025-07-17 04:15:25] local.INFO: Sessions updated for user 562. {"count":0} 
[2025-07-17 04:15:26] local.INFO: Sessions updated for user 563. {"count":0} 
[2025-07-17 04:15:26] local.INFO: Sessions updated for user 564. {"count":0} 
[2025-07-17 04:15:27] local.INFO: Sessions updated for user 565. {"count":0} 
[2025-07-17 04:15:28] local.INFO: Sessions updated for user 566. {"count":0} 
[2025-07-17 04:15:28] local.INFO: Sessions updated for user 567. {"count":0} 
[2025-07-17 04:15:29] local.INFO: Sessions updated for user 568. {"count":0} 
[2025-07-17 04:15:30] local.INFO: Sessions updated for user 569. {"count":0} 
[2025-07-17 04:15:31] local.INFO: Sessions updated for user 570. {"count":0} 
[2025-07-17 04:15:31] local.INFO: Sessions updated for user 572. {"count":0} 
[2025-07-17 04:15:32] local.INFO: Sessions updated for user 573. {"count":0} 
[2025-07-17 04:15:33] local.INFO: Sessions updated for user 574. {"count":0} 
[2025-07-17 04:15:33] local.INFO: Sessions updated for user 575. {"count":0} 
[2025-07-17 04:15:34] local.INFO: Sessions updated for user 576. {"count":0} 
[2025-07-17 04:15:35] local.INFO: Sessions updated for user 577. {"count":0} 
[2025-07-17 04:15:36] local.INFO: Sessions updated for user 578. {"count":0} 
[2025-07-17 04:15:38] local.INFO: Sessions updated for user 579. {"count":0} 
[2025-07-17 04:15:38] local.INFO: Sessions updated for user 580. {"count":0} 
[2025-07-17 04:15:39] local.INFO: Sessions updated for user 581. {"count":0} 
[2025-07-17 04:15:40] local.INFO: Sessions updated for user 582. {"count":0} 
[2025-07-17 04:15:41] local.INFO: Sessions updated for user 584. {"count":0} 
[2025-07-17 04:15:41] local.INFO: Sessions updated for user 585. {"count":0} 
[2025-07-17 04:15:42] local.INFO: Sessions updated for user 586. {"count":0} 
[2025-07-17 04:15:43] local.INFO: Sessions updated for user 587. {"count":0} 
[2025-07-17 04:15:43] local.INFO: Sessions updated for user 588. {"count":0} 
[2025-07-17 04:15:44] local.INFO: Sessions updated for user 589. {"count":0} 
[2025-07-17 04:15:45] local.INFO: Sessions updated for user 590. {"count":0} 
[2025-07-17 04:15:45] local.INFO: Sessions updated for user 591. {"count":0} 
[2025-07-17 04:15:46] local.INFO: Sessions updated for user 593. {"count":0} 
[2025-07-17 04:15:47] local.INFO: Sessions updated for user 594. {"count":0} 
[2025-07-17 04:15:47] local.INFO: Sessions updated for user 595. {"count":0} 
[2025-07-17 04:15:48] local.INFO: Sessions updated for user 596. {"count":0} 
[2025-07-17 04:15:50] local.INFO: Sessions updated for user 597. {"count":0} 
[2025-07-17 04:15:50] local.INFO: Sessions updated for user 598. {"count":0} 
[2025-07-17 04:15:51] local.INFO: Sessions updated for user 599. {"count":0} 
[2025-07-17 04:15:52] local.INFO: Sessions updated for user 600. {"count":0} 
[2025-07-17 04:15:52] local.INFO: Sessions updated for user 601. {"count":0} 
[2025-07-17 04:15:53] local.INFO: Sessions updated for user 602. {"count":0} 
[2025-07-17 04:15:56] local.INFO: Sessions updated for user 603. {"count":0} 
[2025-07-17 04:15:57] local.INFO: Sessions updated for user 604. {"count":0} 
[2025-07-17 04:15:58] local.INFO: Sessions updated for user 605. {"count":0} 
[2025-07-17 04:15:58] local.INFO: Sessions updated for user 607. {"count":0} 
[2025-07-17 04:15:59] local.INFO: Sessions updated for user 609. {"count":0} 
[2025-07-17 04:16:00] local.INFO: Sessions updated for user 610. {"count":0} 
[2025-07-17 04:16:01] local.INFO: Sessions updated for user 611. {"count":0} 
[2025-07-17 04:16:01] local.INFO: Sessions updated for user 612. {"count":0} 
[2025-07-17 04:16:02] local.INFO: Sessions updated for user 613. {"count":0} 
[2025-07-17 04:16:03] local.INFO: Sessions updated for user 614. {"count":0} 
[2025-07-17 04:16:03] local.INFO: Sessions updated for user 616. {"count":0} 
[2025-07-17 04:16:04] local.INFO: Sessions updated for user 617. {"count":0} 
[2025-07-17 04:16:04] local.INFO: Sessions updated for user 618. {"count":0} 
[2025-07-17 04:16:05] local.INFO: Sessions updated for user 619. {"count":0} 
[2025-07-17 04:16:06] local.INFO: Sessions updated for user 620. {"count":0} 
[2025-07-17 04:16:06] local.INFO: Sessions updated for user 621. {"count":0} 
[2025-07-17 04:16:07] local.INFO: Sessions updated for user 622. {"count":0} 
[2025-07-17 04:16:08] local.INFO: Sessions updated for user 623. {"count":0} 
[2025-07-17 04:16:08] local.INFO: Sessions updated for user 624. {"count":0} 
[2025-07-17 04:16:09] local.INFO: Sessions updated for user 625. {"count":0} 
[2025-07-17 04:16:10] local.INFO: Sessions updated for user 626. {"count":0} 
[2025-07-17 04:16:11] local.INFO: Sessions updated for user 627. {"count":0} 
[2025-07-17 04:16:12] local.INFO: Sessions updated for user 628. {"count":0} 
[2025-07-17 04:16:13] local.INFO: Sessions updated for user 630. {"count":0} 
[2025-07-17 04:16:13] local.INFO: Sessions updated for user 632. {"count":0} 
[2025-07-17 04:16:14] local.INFO: Sessions updated for user 633. {"count":0} 
[2025-07-17 04:16:15] local.INFO: Sessions updated for user 635. {"count":0} 
[2025-07-17 04:16:15] local.INFO: Sessions updated for user 637. {"count":0} 
[2025-07-17 04:16:16] local.INFO: Sessions updated for user 638. {"count":0} 
[2025-07-17 04:16:17] local.INFO: Sessions updated for user 639. {"count":0} 
[2025-07-17 04:16:17] local.INFO: Sessions updated for user 640. {"count":0} 
[2025-07-17 04:16:18] local.INFO: Sessions updated for user 641. {"count":0} 
[2025-07-17 04:16:19] local.INFO: Sessions updated for user 642. {"count":0} 
[2025-07-17 04:16:19] local.INFO: Sessions updated for user 643. {"count":0} 
[2025-07-17 04:16:20] local.INFO: Sessions updated for user 645. {"count":0} 
[2025-07-17 04:16:21] local.INFO: Sessions updated for user 646. {"count":0} 
[2025-07-17 04:16:21] local.INFO: Sessions updated for user 647. {"count":0} 
[2025-07-17 04:16:22] local.INFO: Sessions updated for user 648. {"count":0} 
[2025-07-17 04:16:23] local.INFO: Sessions updated for user 650. {"count":0} 
[2025-07-17 04:16:23] local.INFO: Sessions updated for user 652. {"count":0} 
[2025-07-17 04:16:24] local.INFO: Sessions updated for user 653. {"count":0} 
[2025-07-17 04:16:25] local.INFO: Sessions updated for user 655. {"count":0} 
[2025-07-17 04:16:26] local.INFO: Sessions updated for user 656. {"count":0} 
[2025-07-17 04:16:27] local.INFO: Sessions updated for user 657. {"count":0} 
[2025-07-17 04:16:27] local.INFO: Sessions updated for user 658. {"count":0} 
[2025-07-17 04:16:28] local.INFO: Sessions updated for user 660. {"count":0} 
[2025-07-17 04:16:29] local.INFO: Sessions updated for user 661. {"count":0} 
[2025-07-17 04:16:30] local.INFO: Sessions updated for user 662. {"count":0} 
[2025-07-17 04:16:31] local.INFO: Sessions updated for user 665. {"count":0} 
[2025-07-17 04:16:32] local.INFO: Sessions updated for user 666. {"count":0} 
[2025-07-17 04:16:33] local.INFO: Sessions updated for user 667. {"count":0} 
[2025-07-17 04:16:33] local.INFO: Sessions updated for user 668. {"count":0} 
[2025-07-17 04:16:34] local.INFO: Sessions updated for user 669. {"count":0} 
[2025-07-17 04:16:35] local.INFO: Sessions updated for user 670. {"count":0} 
[2025-07-17 04:16:35] local.INFO: Sessions updated for user 671. {"count":0} 
[2025-07-17 04:16:36] local.INFO: Sessions updated for user 672. {"count":0} 
[2025-07-17 04:16:37] local.INFO: Sessions updated for user 673. {"count":0} 
[2025-07-17 04:16:38] local.INFO: Sessions updated for user 674. {"count":0} 
[2025-07-17 04:16:38] local.INFO: Sessions updated for user 675. {"count":0} 
[2025-07-17 04:16:39] local.INFO: Sessions updated for user 677. {"count":0} 
[2025-07-17 04:16:40] local.INFO: Sessions updated for user 680. {"count":0} 
[2025-07-17 04:16:40] local.INFO: Sessions updated for user 681. {"count":0} 
[2025-07-17 04:16:41] local.INFO: Sessions updated for user 682. {"count":0} 
[2025-07-17 04:16:42] local.INFO: Sessions updated for user 683. {"count":0} 
[2025-07-17 04:16:43] local.INFO: Sessions updated for user 684. {"count":0} 
[2025-07-17 04:16:43] local.INFO: Sessions updated for user 686. {"count":0} 
[2025-07-17 04:16:44] local.INFO: Sessions updated for user 688. {"count":0} 
[2025-07-17 04:16:44] local.INFO: Sessions updated for user 689. {"count":0} 
[2025-07-17 04:16:45] local.INFO: Sessions updated for user 690. {"count":0} 
[2025-07-17 04:16:46] local.INFO: Sessions updated for user 691. {"count":0} 
[2025-07-17 04:16:47] local.INFO: Sessions updated for user 692. {"count":0} 
[2025-07-17 04:16:48] local.INFO: Sessions updated for user 693. {"count":0} 
[2025-07-17 04:16:49] local.INFO: Sessions updated for user 694. {"count":0} 
[2025-07-17 04:16:50] local.INFO: Sessions updated for user 695. {"count":0} 
[2025-07-17 04:16:50] local.INFO: Sessions updated for user 696. {"count":0} 
[2025-07-17 04:16:51] local.INFO: Sessions updated for user 697. {"count":0} 
[2025-07-17 04:16:52] local.INFO: Sessions updated for user 698. {"count":0} 
[2025-07-17 04:16:53] local.INFO: Sessions updated for user 699. {"count":0} 
[2025-07-17 04:16:53] local.INFO: Sessions updated for user 700. {"count":0} 
[2025-07-17 04:16:54] local.INFO: Sessions updated for user 702. {"count":0} 
[2025-07-17 04:16:55] local.INFO: Sessions updated for user 703. {"count":0} 
[2025-07-17 04:16:55] local.INFO: Sessions updated for user 705. {"count":0} 
[2025-07-17 04:16:56] local.INFO: Sessions updated for user 706. {"count":0} 
[2025-07-17 04:16:57] local.INFO: Sessions updated for user 707. {"count":0} 
[2025-07-17 04:16:57] local.INFO: Sessions updated for user 708. {"count":0} 
[2025-07-17 04:16:58] local.INFO: Sessions updated for user 711. {"count":0} 
[2025-07-17 04:16:59] local.INFO: Sessions updated for user 713. {"count":0} 
[2025-07-17 04:16:59] local.INFO: Sessions updated for user 714. {"count":0} 
[2025-07-17 04:17:00] local.INFO: Sessions updated for user 715. {"count":0} 
[2025-07-17 04:17:01] local.INFO: Sessions updated for user 716. {"count":0} 
[2025-07-17 04:17:02] local.INFO: Sessions updated for user 717. {"count":0} 
[2025-07-17 04:17:02] local.INFO: Sessions updated for user 719. {"count":0} 
[2025-07-17 04:17:03] local.INFO: Sessions updated for user 720. {"count":0} 
[2025-07-17 04:17:04] local.INFO: Sessions updated for user 721. {"count":0} 
[2025-07-17 04:17:05] local.INFO: Sessions updated for user 723. {"count":0} 
[2025-07-17 04:17:05] local.INFO: Sessions updated for user 725. {"count":0} 
[2025-07-17 04:17:06] local.INFO: Sessions updated for user 726. {"count":0} 
[2025-07-17 04:17:07] local.INFO: Sessions updated for user 727. {"count":0} 
[2025-07-17 04:17:07] local.INFO: Sessions updated for user 728. {"count":0} 
[2025-07-17 04:17:08] local.INFO: Sessions updated for user 729. {"count":0} 
[2025-07-17 04:17:10] local.INFO: Sessions updated for user 730. {"count":0} 
[2025-07-17 04:17:11] local.INFO: Sessions updated for user 731. {"count":0} 
[2025-07-17 04:17:12] local.INFO: Sessions updated for user 734. {"count":0} 
[2025-07-17 04:17:12] local.INFO: Sessions updated for user 737. {"count":0} 
[2025-07-17 04:17:13] local.INFO: Sessions updated for user 739. {"count":0} 
[2025-07-17 04:17:14] local.INFO: Sessions updated for user 740. {"count":0} 
[2025-07-17 04:17:15] local.INFO: Sessions updated for user 741. {"count":0} 
[2025-07-17 04:17:16] local.INFO: Sessions updated for user 742. {"count":0} 
[2025-07-17 04:17:16] local.INFO: Sessions updated for user 743. {"count":0} 
[2025-07-17 04:17:17] local.INFO: Sessions updated for user 744. {"count":0} 
[2025-07-17 04:17:18] local.INFO: Sessions updated for user 745. {"count":0} 
[2025-07-17 04:17:19] local.INFO: Sessions updated for user 746. {"count":0} 
[2025-07-17 04:17:19] local.INFO: Sessions updated for user 747. {"count":0} 
[2025-07-17 04:17:21] local.INFO: Sessions updated for user 748. {"count":0} 
[2025-07-17 04:17:21] local.INFO: Sessions updated for user 749. {"count":0} 
[2025-07-17 04:17:22] local.INFO: Sessions updated for user 750. {"count":0} 
[2025-07-17 04:17:23] local.INFO: Sessions updated for user 751. {"count":0} 
[2025-07-17 04:17:23] local.INFO: Sessions updated for user 752. {"count":0} 
[2025-07-17 04:17:24] local.INFO: Sessions updated for user 753. {"count":0} 
[2025-07-17 04:17:25] local.INFO: Sessions updated for user 754. {"count":0} 
[2025-07-17 04:17:25] local.INFO: Sessions updated for user 755. {"count":0} 
[2025-07-17 04:17:26] local.INFO: Sessions updated for user 756. {"count":0} 
[2025-07-17 04:17:27] local.INFO: Sessions updated for user 757. {"count":0} 
[2025-07-17 04:17:27] local.INFO: Sessions updated for user 758. {"count":0} 
[2025-07-17 04:17:28] local.INFO: Sessions updated for user 759. {"count":0} 
[2025-07-17 04:17:29] local.INFO: Sessions updated for user 760. {"count":0} 
[2025-07-17 04:17:29] local.INFO: Sessions updated for user 761. {"count":0} 
[2025-07-17 04:17:30] local.INFO: Sessions updated for user 762. {"count":0} 
[2025-07-17 04:17:31] local.INFO: Sessions updated for user 763. {"count":0} 
[2025-07-17 04:17:31] local.INFO: Sessions updated for user 764. {"count":0} 
[2025-07-17 04:17:32] local.INFO: Sessions updated for user 765. {"count":0} 
[2025-07-17 04:17:33] local.INFO: Sessions updated for user 766. {"count":0} 
[2025-07-17 04:17:34] local.INFO: Sessions updated for user 767. {"count":0} 
[2025-07-17 04:17:34] local.INFO: Sessions updated for user 768. {"count":0} 
[2025-07-17 04:17:35] local.INFO: Sessions updated for user 769. {"count":0} 
[2025-07-17 04:17:36] local.INFO: Sessions updated for user 770. {"count":0} 
[2025-07-17 04:17:36] local.INFO: Sessions updated for user 771. {"count":0} 
[2025-07-17 04:17:37] local.INFO: Sessions updated for user 772. {"count":0} 
[2025-07-17 04:17:38] local.INFO: Sessions updated for user 773. {"count":0} 
[2025-07-17 04:17:38] local.INFO: Sessions updated for user 774. {"count":0} 
[2025-07-17 04:17:39] local.INFO: Sessions updated for user 776. {"count":0} 
[2025-07-17 04:17:40] local.INFO: Sessions updated for user 777. {"count":0} 
[2025-07-17 04:17:41] local.INFO: Sessions updated for user 778. {"count":0} 
[2025-07-17 04:17:41] local.INFO: Sessions updated for user 779. {"count":0} 
[2025-07-17 04:17:42] local.INFO: Sessions updated for user 780. {"count":0} 
[2025-07-17 04:17:43] local.INFO: Sessions updated for user 781. {"count":0} 
[2025-07-17 04:17:43] local.INFO: Sessions updated for user 782. {"count":0} 
[2025-07-17 04:17:44] local.INFO: Sessions updated for user 783. {"count":0} 
[2025-07-17 04:17:45] local.INFO: Sessions updated for user 784. {"count":0} 
[2025-07-17 04:17:46] local.INFO: Sessions updated for user 785. {"count":0} 
[2025-07-17 04:17:46] local.INFO: Sessions updated for user 786. {"count":0} 
[2025-07-17 04:17:47] local.INFO: Sessions updated for user 787. {"count":0} 
[2025-07-17 04:17:48] local.INFO: Sessions updated for user 788. {"count":0} 
[2025-07-17 04:17:48] local.INFO: Sessions updated for user 789. {"count":0} 
[2025-07-17 04:17:49] local.INFO: Sessions updated for user 790. {"count":0} 
[2025-07-17 04:17:50] local.INFO: Sessions updated for user 791. {"count":0} 
[2025-07-17 04:17:51] local.INFO: Sessions updated for user 792. {"count":0} 
[2025-07-17 04:17:52] local.INFO: Sessions updated for user 793. {"count":0} 
[2025-07-17 04:17:53] local.INFO: Sessions updated for user 795. {"count":0} 
[2025-07-17 04:17:54] local.INFO: Sessions updated for user 796. {"count":0} 
[2025-07-17 04:17:54] local.INFO: Sessions updated for user 798. {"count":0} 
[2025-07-17 04:17:55] local.INFO: Sessions updated for user 799. {"count":0} 
[2025-07-17 04:17:56] local.INFO: Sessions updated for user 802. {"count":0} 
[2025-07-17 04:17:57] local.INFO: Sessions updated for user 803. {"count":0} 
[2025-07-17 04:17:57] local.INFO: Sessions updated for user 804. {"count":0} 
[2025-07-17 04:17:58] local.INFO: Sessions updated for user 805. {"count":0} 
[2025-07-17 04:17:59] local.INFO: Sessions updated for user 806. {"count":0} 
[2025-07-17 04:17:59] local.INFO: Sessions updated for user 807. {"count":0} 
[2025-07-17 04:18:00] local.INFO: Sessions updated for user 808. {"count":0} 
[2025-07-17 04:18:00] local.INFO: Sessions updated for user 809. {"count":0} 
[2025-07-17 04:18:01] local.INFO: Sessions updated for user 810. {"count":0} 
[2025-07-17 04:18:02] local.INFO: Sessions updated for user 811. {"count":0} 
[2025-07-17 04:18:03] local.INFO: Sessions updated for user 812. {"count":0} 
[2025-07-17 04:18:03] local.INFO: Sessions updated for user 813. {"count":0} 
[2025-07-17 04:18:04] local.INFO: Sessions updated for user 814. {"count":0} 
[2025-07-17 04:18:05] local.INFO: Sessions updated for user 816. {"count":0} 
[2025-07-17 04:18:06] local.INFO: Sessions updated for user 817. {"count":0} 
[2025-07-17 04:18:06] local.INFO: Sessions updated for user 818. {"count":0} 
[2025-07-17 04:18:07] local.INFO: Sessions updated for user 819. {"count":0} 
[2025-07-17 04:18:08] local.INFO: Sessions updated for user 822. {"count":0} 
[2025-07-17 04:18:08] local.INFO: Sessions updated for user 823. {"count":0} 
[2025-07-17 04:18:09] local.INFO: Sessions updated for user 824. {"count":0} 
[2025-07-17 04:18:10] local.INFO: Sessions updated for user 828. {"count":0} 
[2025-07-17 04:18:11] local.INFO: Sessions updated for user 829. {"count":0} 
[2025-07-17 04:18:12] local.INFO: Sessions updated for user 830. {"count":0} 
[2025-07-17 04:18:13] local.INFO: Sessions updated for user 831. {"count":0} 
[2025-07-17 04:18:14] local.INFO: Sessions updated for user 832. {"count":0} 
[2025-07-17 04:18:14] local.INFO: Sessions updated for user 833. {"count":0} 
[2025-07-17 04:18:15] local.INFO: Sessions updated for user 834. {"count":0} 
[2025-07-17 04:18:16] local.INFO: Sessions updated for user 835. {"count":0} 
[2025-07-17 04:18:17] local.INFO: Sessions updated for user 836. {"count":0} 
[2025-07-17 04:18:17] local.INFO: Sessions updated for user 837. {"count":0} 
[2025-07-17 04:18:18] local.INFO: Sessions updated for user 838. {"count":0} 
[2025-07-17 04:18:19] local.INFO: Sessions updated for user 840. {"count":0} 
[2025-07-17 04:18:20] local.INFO: Sessions updated for user 842. {"count":0} 
[2025-07-17 04:18:21] local.INFO: Sessions updated for user 843. {"count":0} 
[2025-07-17 04:18:21] local.INFO: Sessions updated for user 844. {"count":0} 
[2025-07-17 04:18:22] local.INFO: Sessions updated for user 845. {"count":0} 
[2025-07-17 04:18:23] local.INFO: Sessions updated for user 846. {"count":0} 
[2025-07-17 04:18:24] local.INFO: Sessions updated for user 847. {"count":0} 
[2025-07-17 04:18:24] local.INFO: Sessions updated for user 848. {"count":0} 
[2025-07-17 04:18:25] local.INFO: Sessions updated for user 849. {"count":0} 
[2025-07-17 04:18:26] local.INFO: Sessions updated for user 850. {"count":0} 
[2025-07-17 04:18:27] local.INFO: Sessions updated for user 851. {"count":0} 
[2025-07-17 04:18:27] local.INFO: Sessions updated for user 853. {"count":0} 
[2025-07-17 04:18:28] local.INFO: Sessions updated for user 854. {"count":0} 
[2025-07-17 04:18:29] local.INFO: Sessions updated for user 855. {"count":0} 
[2025-07-17 04:18:30] local.INFO: Sessions updated for user 856. {"count":0} 
[2025-07-17 04:18:30] local.INFO: Sessions updated for user 858. {"count":0} 
[2025-07-17 04:18:31] local.INFO: Sessions updated for user 859. {"count":0} 
[2025-07-17 04:18:32] local.INFO: Sessions updated for user 860. {"count":0} 
[2025-07-17 04:18:33] local.INFO: Sessions updated for user 861. {"count":0} 
[2025-07-17 04:18:33] local.INFO: Sessions updated for user 862. {"count":0} 
[2025-07-17 04:18:34] local.INFO: Sessions updated for user 863. {"count":0} 
[2025-07-17 04:18:35] local.INFO: Sessions updated for user 864. {"count":0} 
[2025-07-17 04:18:36] local.INFO: Sessions updated for user 865. {"count":0} 
[2025-07-17 04:18:36] local.INFO: Sessions updated for user 870. {"count":0} 
[2025-07-17 04:18:37] local.INFO: Sessions updated for user 871. {"count":0} 
[2025-07-17 04:18:38] local.INFO: Sessions updated for user 874. {"count":0} 
[2025-07-17 04:18:38] local.INFO: Sessions updated for user 875. {"count":0} 
[2025-07-17 04:18:40] local.INFO: Sessions updated for user 876. {"count":0} 
[2025-07-17 04:18:41] local.INFO: Sessions updated for user 879. {"count":0} 
[2025-07-17 04:18:42] local.INFO: Sessions updated for user 880. {"count":0} 
[2025-07-17 04:18:43] local.INFO: Sessions updated for user 881. {"count":0} 
[2025-07-17 04:18:44] local.INFO: Sessions updated for user 882. {"count":0} 
[2025-07-17 04:18:44] local.INFO: Sessions updated for user 884. {"count":0} 
[2025-07-17 04:18:45] local.INFO: Sessions updated for user 885. {"count":0} 
[2025-07-17 04:18:46] local.INFO: Sessions updated for user 886. {"count":0} 
[2025-07-17 04:18:47] local.INFO: Sessions updated for user 887. {"count":0} 
[2025-07-17 04:18:47] local.INFO: Sessions updated for user 889. {"count":0} 
[2025-07-17 04:18:48] local.INFO: Sessions updated for user 890. {"count":0} 
[2025-07-17 04:18:49] local.INFO: Sessions updated for user 891. {"count":0} 
[2025-07-17 04:18:49] local.INFO: Sessions updated for user 893. {"count":0} 
[2025-07-17 04:18:50] local.INFO: Sessions updated for user 894. {"count":0} 
[2025-07-17 04:18:51] local.INFO: Sessions updated for user 896. {"count":0} 
[2025-07-17 04:18:51] local.INFO: Sessions updated for user 897. {"count":0} 
[2025-07-17 04:18:52] local.INFO: Sessions updated for user 898. {"count":0} 
[2025-07-17 04:18:53] local.INFO: Sessions updated for user 899. {"count":0} 
[2025-07-17 04:18:54] local.INFO: Sessions updated for user 900. {"count":0} 
[2025-07-17 04:18:54] local.INFO: Sessions updated for user 901. {"count":0} 
[2025-07-17 04:18:55] local.INFO: Sessions updated for user 903. {"count":0} 
[2025-07-17 04:18:56] local.INFO: Sessions updated for user 904. {"count":0} 
[2025-07-17 04:18:56] local.INFO: Sessions updated for user 905. {"count":0} 
[2025-07-17 04:18:57] local.INFO: Sessions updated for user 906. {"count":0} 
[2025-07-17 04:18:58] local.INFO: Sessions updated for user 907. {"count":0} 
[2025-07-17 04:18:58] local.INFO: Sessions updated for user 908. {"count":0} 
[2025-07-17 04:18:59] local.INFO: Sessions updated for user 909. {"count":0} 
[2025-07-17 04:19:00] local.INFO: Sessions updated for user 910. {"count":0} 
[2025-07-17 04:19:01] local.INFO: Sessions updated for user 911. {"count":0} 
[2025-07-17 04:19:02] local.INFO: Sessions updated for user 912. {"count":0} 
[2025-07-17 04:19:02] local.INFO: Sessions updated for user 914. {"count":0} 
[2025-07-17 04:19:03] local.INFO: Sessions updated for user 916. {"count":0} 
[2025-07-17 04:19:04] local.INFO: Sessions updated for user 917. {"count":0} 
[2025-07-17 04:19:05] local.INFO: Sessions updated for user 918. {"count":0} 
[2025-07-17 04:19:05] local.INFO: Sessions updated for user 920. {"count":0} 
[2025-07-17 04:19:07] local.INFO: Sessions updated for user 921. {"count":0} 
[2025-07-17 04:19:08] local.INFO: Sessions updated for user 922. {"count":0} 
[2025-07-17 04:19:09] local.INFO: Sessions updated for user 923. {"count":0} 
[2025-07-17 04:19:09] local.INFO: Sessions updated for user 924. {"count":0} 
[2025-07-17 04:19:10] local.INFO: Sessions updated for user 925. {"count":0} 
[2025-07-17 04:19:11] local.INFO: Sessions updated for user 926. {"count":0} 
[2025-07-17 04:19:11] local.INFO: Sessions updated for user 927. {"count":0} 
[2025-07-17 04:19:13] local.INFO: Sessions updated for user 928. {"count":0} 
[2025-07-17 04:19:14] local.INFO: Sessions updated for user 929. {"count":0} 
[2025-07-17 04:19:14] local.INFO: Sessions updated for user 930. {"count":0} 
[2025-07-17 04:19:15] local.INFO: Sessions updated for user 931. {"count":0} 
[2025-07-17 04:19:16] local.INFO: Sessions updated for user 932. {"count":0} 
[2025-07-17 04:19:17] local.INFO: Sessions updated for user 933. {"count":0} 
[2025-07-17 04:19:17] local.INFO: Sessions updated for user 934. {"count":0} 
[2025-07-17 04:19:18] local.INFO: Sessions updated for user 935. {"count":0} 
[2025-07-17 04:19:19] local.INFO: Sessions updated for user 936. {"count":0} 
[2025-07-17 04:19:20] local.INFO: Sessions updated for user 937. {"count":0} 
[2025-07-17 04:19:20] local.INFO: Sessions updated for user 938. {"count":0} 
[2025-07-17 04:19:21] local.INFO: Sessions updated for user 939. {"count":0} 
[2025-07-17 04:19:22] local.INFO: Sessions updated for user 940. {"count":0} 
[2025-07-17 04:19:22] local.INFO: Sessions updated for user 941. {"count":0} 
[2025-07-17 04:19:23] local.INFO: Sessions updated for user 942. {"count":0} 
[2025-07-17 04:19:24] local.INFO: Sessions updated for user 943. {"count":0} 
[2025-07-17 04:19:24] local.INFO: Sessions updated for user 944. {"count":0} 
[2025-07-17 04:19:25] local.INFO: Sessions updated for user 945. {"count":0} 
[2025-07-17 04:19:25] local.INFO: Sessions updated for user 946. {"count":0} 
[2025-07-17 04:19:26] local.INFO: Sessions updated for user 947. {"count":0} 
[2025-07-17 04:19:27] local.INFO: Sessions updated for user 948. {"count":0} 
[2025-07-17 04:19:27] local.INFO: Sessions updated for user 949. {"count":0} 
[2025-07-17 04:19:28] local.INFO: Sessions updated for user 950. {"count":0} 
[2025-07-17 04:19:29] local.INFO: Sessions updated for user 951. {"count":0} 
[2025-07-17 04:19:29] local.INFO: Sessions updated for user 952. {"count":0} 
[2025-07-17 04:19:30] local.INFO: Sessions updated for user 953. {"count":0} 
[2025-07-17 04:19:31] local.INFO: Sessions updated for user 954. {"count":0} 
[2025-07-17 04:19:31] local.INFO: Sessions updated for user 955. {"count":0} 
[2025-07-17 04:19:32] local.INFO: Sessions updated for user 956. {"count":0} 
[2025-07-17 04:19:33] local.INFO: Sessions updated for user 957. {"count":0} 
[2025-07-17 04:19:33] local.INFO: Sessions updated for user 958. {"count":0} 
[2025-07-17 04:19:34] local.INFO: Sessions updated for user 959. {"count":0} 
[2025-07-17 04:19:35] local.INFO: Sessions updated for user 960. {"count":0} 
[2025-07-17 04:19:35] local.INFO: Sessions updated for user 961. {"count":0} 
[2025-07-17 04:19:36] local.INFO: Sessions updated for user 962. {"count":0} 
[2025-07-17 04:19:37] local.INFO: Sessions updated for user 963. {"count":0} 
[2025-07-17 04:19:37] local.INFO: Sessions updated for user 964. {"count":0} 
[2025-07-17 04:19:38] local.INFO: Sessions updated for user 965. {"count":0} 
[2025-07-17 04:19:39] local.INFO: Sessions updated for user 966. {"count":0} 
[2025-07-17 04:19:39] local.INFO: Sessions updated for user 967. {"count":0} 
[2025-07-17 04:19:40] local.INFO: Sessions updated for user 968. {"count":0} 
[2025-07-17 04:19:41] local.INFO: Sessions updated for user 969. {"count":0} 
[2025-07-17 04:19:42] local.INFO: Sessions updated for user 970. {"count":0} 
[2025-07-17 04:19:42] local.INFO: Sessions updated for user 971. {"count":0} 
[2025-07-17 04:19:43] local.INFO: Sessions updated for user 972. {"count":0} 
[2025-07-17 04:19:44] local.INFO: Sessions updated for user 973. {"count":0} 
[2025-07-17 04:19:45] local.INFO: Sessions updated for user 974. {"count":0} 
[2025-07-17 04:19:45] local.INFO: Sessions updated for user 975. {"count":0} 
[2025-07-17 04:19:46] local.INFO: Sessions updated for user 976. {"count":0} 
[2025-07-17 04:19:47] local.INFO: Sessions updated for user 977. {"count":0} 
[2025-07-17 04:19:48] local.INFO: Sessions updated for user 978. {"count":0} 
[2025-07-17 04:19:48] local.INFO: Sessions updated for user 979. {"count":0} 
[2025-07-17 04:19:49] local.INFO: Sessions updated for user 980. {"count":0} 
[2025-07-17 04:19:50] local.INFO: Sessions updated for user 981. {"count":0} 
[2025-07-17 04:19:50] local.INFO: Sessions updated for user 982. {"count":0} 
[2025-07-17 04:19:51] local.INFO: Sessions updated for user 983. {"count":0} 
[2025-07-17 04:19:52] local.INFO: Sessions updated for user 984. {"count":0} 
[2025-07-17 04:19:53] local.INFO: Sessions updated for user 985. {"count":0} 
[2025-07-17 04:19:53] local.INFO: Sessions updated for user 986. {"count":0} 
[2025-07-17 04:19:54] local.INFO: Sessions updated for user 987. {"count":0} 
[2025-07-17 04:19:55] local.INFO: Sessions updated for user 988. {"count":0} 
[2025-07-17 04:19:55] local.INFO: Sessions updated for user 989. {"count":0} 
[2025-07-17 04:19:56] local.INFO: Sessions updated for user 990. {"count":0} 
[2025-07-17 04:19:57] local.INFO: Sessions updated for user 991. {"count":0} 
[2025-07-17 04:19:58] local.INFO: Sessions updated for user 992. {"count":0} 
[2025-07-17 04:19:59] local.INFO: Sessions updated for user 994. {"count":0} 
[2025-07-17 04:20:00] local.INFO: Sessions updated for user 995. {"count":0} 
[2025-07-17 04:20:01] local.INFO: Sessions updated for user 996. {"count":0} 
[2025-07-17 04:20:01] local.INFO: Sessions updated for user 997. {"count":0} 
[2025-07-17 04:20:02] local.INFO: Sessions updated for user 998. {"count":0} 
[2025-07-17 04:20:03] local.INFO: Sessions updated for user 999. {"count":0} 
[2025-07-17 04:20:04] local.INFO: Sessions updated for user 1000. {"count":0} 
[2025-07-17 04:20:04] local.INFO: Sessions updated for user 1001. {"count":0} 
[2025-07-17 04:20:05] local.INFO: Sessions updated for user 1003. {"count":0} 
[2025-07-17 04:20:06] local.INFO: Sessions updated for user 1004. {"count":0} 
[2025-07-17 04:20:06] local.INFO: Sessions updated for user 1006. {"count":0} 
[2025-07-17 04:20:07] local.INFO: Sessions updated for user 1007. {"count":0} 
[2025-07-17 04:20:08] local.INFO: Sessions updated for user 1008. {"count":0} 
[2025-07-17 04:20:08] local.INFO: Sessions updated for user 1009. {"count":0} 
[2025-07-17 04:20:09] local.INFO: Sessions updated for user 1010. {"count":0} 
[2025-07-17 04:20:10] local.INFO: Sessions updated for user 1011. {"count":0} 
[2025-07-17 04:20:11] local.INFO: Sessions updated for user 1013. {"count":0} 
[2025-07-17 04:20:12] local.INFO: Sessions updated for user 1014. {"count":0} 
[2025-07-17 04:20:13] local.INFO: Sessions updated for user 1015. {"count":0} 
[2025-07-17 04:20:13] local.INFO: Sessions updated for user 1016. {"count":0} 
[2025-07-17 04:20:14] local.INFO: Sessions updated for user 1017. {"count":0} 
[2025-07-17 04:20:15] local.INFO: Sessions updated for user 1018. {"count":0} 
[2025-07-17 04:20:15] local.INFO: Sessions updated for user 1019. {"count":0} 
[2025-07-17 04:20:16] local.INFO: Sessions updated for user 1020. {"count":0} 
[2025-07-17 04:20:17] local.INFO: Sessions updated for user 1021. {"count":0} 
[2025-07-17 04:20:17] local.INFO: Sessions updated for user 1022. {"count":0} 
[2025-07-17 04:20:18] local.INFO: Sessions updated for user 1023. {"count":0} 
[2025-07-17 04:20:19] local.INFO: Sessions updated for user 1024. {"count":0} 
[2025-07-17 04:20:19] local.INFO: Sessions updated for user 1026. {"count":0} 
[2025-07-17 04:20:20] local.INFO: Sessions updated for user 1029. {"count":0} 
[2025-07-17 04:20:21] local.INFO: Sessions updated for user 1030. {"count":0} 
[2025-07-17 04:20:22] local.INFO: Sessions updated for user 1031. {"count":0} 
[2025-07-17 04:20:22] local.INFO: Sessions updated for user 1032. {"count":0} 
[2025-07-17 04:20:23] local.INFO: Sessions updated for user 1033. {"count":0} 
[2025-07-17 04:20:24] local.INFO: Sessions updated for user 1034. {"count":0} 
[2025-07-17 04:20:24] local.INFO: Sessions updated for user 1035. {"count":0} 
[2025-07-17 04:20:25] local.INFO: Sessions updated for user 1036. {"count":0} 
[2025-07-17 04:20:26] local.INFO: Sessions updated for user 1037. {"count":0} 
[2025-07-17 04:20:26] local.INFO: Sessions updated for user 1038. {"count":0} 
[2025-07-17 04:20:27] local.INFO: Sessions updated for user 1039. {"count":0} 
[2025-07-17 04:20:28] local.INFO: Sessions updated for user 1040. {"count":0} 
[2025-07-17 04:20:28] local.INFO: Sessions updated for user 1041. {"count":0} 
[2025-07-17 04:20:29] local.INFO: Sessions updated for user 1042. {"count":0} 
[2025-07-17 04:20:29] local.INFO: Sessions updated for user 1043. {"count":0} 
[2025-07-17 04:20:30] local.INFO: Sessions updated for user 1044. {"count":0} 
[2025-07-17 04:20:31] local.INFO: Sessions updated for user 1045. {"count":0} 
[2025-07-17 04:20:31] local.INFO: Sessions updated for user 1046. {"count":0} 
[2025-07-17 04:20:32] local.INFO: Sessions updated for user 1049. {"count":0} 
[2025-07-17 04:20:33] local.INFO: Sessions updated for user 1050. {"count":0} 
[2025-07-17 04:20:34] local.INFO: Sessions updated for user 1052. {"count":0} 
[2025-07-17 04:20:34] local.INFO: Sessions updated for user 1053. {"count":0} 
[2025-07-17 04:20:35] local.INFO: Sessions updated for user 1055. {"count":0} 
[2025-07-17 04:20:36] local.INFO: Sessions updated for user 1056. {"count":0} 
[2025-07-17 04:20:36] local.INFO: Sessions updated for user 1058. {"count":0} 
[2025-07-17 04:20:37] local.INFO: Sessions updated for user 1060. {"count":0} 
[2025-07-17 04:20:38] local.INFO: Sessions updated for user 1061. {"count":0} 
[2025-07-17 04:20:39] local.INFO: Sessions updated for user 1062. {"count":0} 
[2025-07-17 04:20:40] local.INFO: Sessions updated for user 1064. {"count":0} 
[2025-07-17 04:20:40] local.INFO: Sessions updated for user 1067. {"count":0} 
[2025-07-17 04:20:41] local.INFO: Sessions updated for user 1068. {"count":0} 
[2025-07-17 04:20:42] local.INFO: Sessions updated for user 1069. {"count":0} 
[2025-07-17 04:20:43] local.INFO: Sessions updated for user 1070. {"count":0} 
[2025-07-17 04:20:43] local.INFO: Sessions updated for user 1072. {"count":0} 
[2025-07-17 04:20:44] local.INFO: Sessions updated for user 1073. {"count":0} 
[2025-07-17 04:20:45] local.INFO: Sessions updated for user 1074. {"count":0} 
[2025-07-17 04:20:45] local.INFO: Sessions updated for user 1075. {"count":0} 
[2025-07-17 04:20:46] local.INFO: Sessions updated for user 1076. {"count":0} 
[2025-07-17 04:20:47] local.INFO: Sessions updated for user 1083. {"count":0} 
[2025-07-17 04:20:47] local.INFO: Sessions updated for user 1084. {"count":0} 
[2025-07-17 04:20:48] local.INFO: Sessions updated for user 1085. {"count":0} 
[2025-07-17 04:20:48] local.INFO: Sessions updated for user 1087. {"count":0} 
[2025-07-17 04:20:49] local.INFO: Sessions updated for user 1088. {"count":0} 
[2025-07-17 04:20:50] local.INFO: Sessions updated for user 1090. {"count":0} 
[2025-07-17 04:20:50] local.INFO: Sessions updated for user 1093. {"count":0} 
[2025-07-17 04:20:51] local.INFO: Sessions updated for user 1094. {"count":0} 
[2025-07-17 04:20:52] local.INFO: Sessions updated for user 1096. {"count":0} 
[2025-07-17 04:20:53] local.INFO: Sessions updated for user 1099. {"count":0} 
[2025-07-17 04:20:53] local.INFO: Sessions updated for user 1104. {"count":0} 
[2025-07-17 04:20:54] local.INFO: Sessions updated for user 1106. {"count":0} 
[2025-07-17 04:20:54] local.INFO: Sessions updated for user 1108. {"count":0} 
[2025-07-17 04:20:55] local.INFO: Sessions updated for user 1113. {"count":0} 
[2025-07-17 04:20:56] local.INFO: Sessions updated for user 1114. {"count":0} 
[2025-07-17 04:20:57] local.INFO: Sessions updated for user 1115. {"count":0} 
[2025-07-17 04:20:57] local.INFO: Sessions updated for user 1116. {"count":0} 
[2025-07-17 04:20:58] local.INFO: Sessions updated for user 1117. {"count":0} 
[2025-07-17 04:20:59] local.INFO: Sessions updated for user 1122. {"count":0} 
[2025-07-17 04:20:59] local.INFO: Sessions updated for user 1123. {"count":0} 
[2025-07-17 04:21:00] local.INFO: Sessions updated for user 1124. {"count":0} 
[2025-07-17 04:21:01] local.INFO: Sessions updated for user 1125. {"count":0} 
[2025-07-17 04:21:02] local.INFO: Sessions updated for user 1130. {"count":0} 
[2025-07-17 04:21:02] local.INFO: Sessions updated for user 1133. {"count":0} 
[2025-07-17 04:21:03] local.INFO: Sessions updated for user 1138. {"count":0} 
[2025-07-17 04:21:04] local.INFO: Sessions updated for user 1152. {"count":0} 
[2025-07-17 04:21:04] local.INFO: Sessions updated for user 1154. {"count":0} 
[2025-07-17 04:21:05] local.INFO: Sessions updated for user 1159. {"count":0} 
[2025-07-17 04:21:06] local.INFO: Sessions updated for user 1161. {"count":0} 
[2025-07-17 04:21:06] local.INFO: Sessions updated for user 1163. {"count":0} 
[2025-07-17 04:21:07] local.INFO: Sessions updated for user 1164. {"count":0} 
[2025-07-17 04:21:08] local.INFO: Sessions updated for user 1165. {"count":0} 
[2025-07-17 04:21:08] local.INFO: Sessions updated for user 1168. {"count":0} 
[2025-07-17 04:21:09] local.INFO: Sessions updated for user 1169. {"count":0} 
[2025-07-17 04:21:10] local.INFO: Sessions updated for user 1170. {"count":0} 
[2025-07-17 04:21:11] local.INFO: Sessions updated for user 1171. {"count":0} 
[2025-07-17 04:21:11] local.INFO: Sessions updated for user 1172. {"count":0} 
[2025-07-17 04:21:12] local.INFO: Sessions updated for user 1175. {"count":0} 
[2025-07-17 04:21:13] local.INFO: Sessions updated for user 1180. {"count":0} 
[2025-07-17 04:21:13] local.INFO: Sessions updated for user 1181. {"count":0} 
[2025-07-17 04:21:14] local.INFO: Sessions updated for user 1185. {"count":0} 
[2025-07-17 04:21:15] local.INFO: Sessions updated for user 1187. {"count":0} 
[2025-07-17 04:21:15] local.INFO: Sessions updated for user 1188. {"count":0} 
[2025-07-17 04:21:16] local.INFO: Sessions updated for user 1189. {"count":0} 
[2025-07-17 04:21:17] local.INFO: Sessions updated for user 1191. {"count":0} 
[2025-07-17 04:21:18] local.INFO: Sessions updated for user 1194. {"count":0} 
[2025-07-17 04:21:19] local.INFO: Sessions updated for user 1195. {"count":0} 
[2025-07-17 04:21:20] local.INFO: Sessions updated for user 1196. {"count":0} 
[2025-07-17 04:21:21] local.INFO: Sessions updated for user 1197. {"count":0} 
[2025-07-17 04:21:21] local.INFO: Sessions updated for user 1198. {"count":0} 
[2025-07-17 04:21:22] local.INFO: Sessions updated for user 1199. {"count":0} 
[2025-07-17 04:21:23] local.INFO: Sessions updated for user 1200. {"count":0} 
[2025-07-17 04:21:23] local.INFO: Sessions updated for user 1201. {"count":0} 
[2025-07-17 04:21:24] local.INFO: Sessions updated for user 1202. {"count":0} 
[2025-07-17 04:21:25] local.INFO: Sessions updated for user 1203. {"count":0} 
[2025-07-17 04:21:25] local.INFO: Sessions updated for user 1204. {"count":0} 
[2025-07-17 04:21:26] local.INFO: Sessions updated for user 1205. {"count":0} 
[2025-07-17 04:21:27] local.INFO: Sessions updated for user 1206. {"count":0} 
[2025-07-17 04:21:27] local.INFO: Sessions updated for user 1207. {"count":0} 
[2025-07-17 04:21:28] local.INFO: Sessions updated for user 1210. {"count":0} 
[2025-07-17 04:21:29] local.INFO: Sessions updated for user 1211. {"count":0} 
[2025-07-17 04:21:29] local.INFO: Sessions updated for user 1212. {"count":0} 
[2025-07-17 04:21:30] local.INFO: Sessions updated for user 1213. {"count":0} 
[2025-07-17 04:21:31] local.INFO: Sessions updated for user 1214. {"count":0} 
[2025-07-17 04:21:31] local.INFO: Sessions updated for user 1215. {"count":0} 
[2025-07-17 04:21:32] local.INFO: Sessions updated for user 1216. {"count":0} 
[2025-07-17 04:21:33] local.INFO: Sessions updated for user 1217. {"count":0} 
[2025-07-17 04:21:34] local.INFO: Sessions updated for user 1218. {"count":0} 
[2025-07-17 04:21:34] local.INFO: Sessions updated for user 1219. {"count":0} 
[2025-07-17 04:21:35] local.INFO: Sessions updated for user 1220. {"count":0} 
[2025-07-17 04:21:36] local.INFO: Sessions updated for user 1221. {"count":0} 
[2025-07-17 04:21:36] local.INFO: Sessions updated for user 1222. {"count":0} 
[2025-07-17 04:21:37] local.INFO: Sessions updated for user 1223. {"count":0} 
[2025-07-17 04:21:37] local.INFO: Sessions updated for user 1224. {"count":0} 
[2025-07-17 04:21:38] local.INFO: Sessions updated for user 1225. {"count":0} 
[2025-07-17 04:21:39] local.INFO: Sessions updated for user 1226. {"count":0} 
[2025-07-17 04:21:39] local.INFO: Sessions updated for user 1227. {"count":0} 
[2025-07-17 04:21:41] local.INFO: Sessions updated for user 1228. {"count":0} 
[2025-07-17 04:21:42] local.INFO: Sessions updated for user 1231. {"count":0} 
[2025-07-17 04:21:43] local.INFO: Sessions updated for user 1232. {"count":0} 
[2025-07-17 04:21:43] local.INFO: Sessions updated for user 1233. {"count":0} 
[2025-07-17 04:21:44] local.INFO: Sessions updated for user 1234. {"count":0} 
[2025-07-17 04:21:45] local.INFO: Sessions updated for user 1235. {"count":0} 
[2025-07-17 04:21:46] local.INFO: Sessions updated for user 1236. {"count":0} 
[2025-07-17 04:21:46] local.INFO: Sessions updated for user 1237. {"count":0} 
[2025-07-17 04:21:47] local.INFO: Sessions updated for user 1238. {"count":0} 
[2025-07-17 04:21:48] local.INFO: Sessions updated for user 1239. {"count":0} 
[2025-07-17 04:21:48] local.INFO: Sessions updated for user 1241. {"count":0} 
[2025-07-17 04:21:49] local.INFO: Sessions updated for user 1242. {"count":0} 
[2025-07-17 04:21:50] local.INFO: Sessions updated for user 1243. {"count":0} 
[2025-07-17 04:21:52] local.INFO: Sessions updated for user 1244. {"count":0} 
[2025-07-17 04:21:53] local.INFO: Sessions updated for user 1245. {"count":0} 
[2025-07-17 04:21:53] local.INFO: Sessions updated for user 1246. {"count":0} 
[2025-07-17 04:21:54] local.INFO: Sessions updated for user 1247. {"count":0} 
[2025-07-17 04:21:55] local.INFO: Sessions updated for user 1248. {"count":0} 
[2025-07-17 04:21:55] local.INFO: Sessions updated for user 1249. {"count":0} 
[2025-07-17 04:21:56] local.INFO: Sessions updated for user 1250. {"count":0} 
[2025-07-17 04:21:57] local.INFO: Sessions updated for user 1251. {"count":0} 
[2025-07-17 04:21:57] local.INFO: Sessions updated for user 1252. {"count":0} 
[2025-07-17 04:21:58] local.INFO: Sessions updated for user 1253. {"count":0} 
[2025-07-17 04:21:59] local.INFO: Sessions updated for user 1254. {"count":0} 
[2025-07-17 04:21:59] local.INFO: Sessions updated for user 1255. {"count":0} 
[2025-07-17 04:22:00] local.INFO: Sessions updated for user 1258. {"count":0} 
[2025-07-17 04:22:01] local.INFO: Sessions updated for user 1259. {"count":0} 
[2025-07-17 04:22:02] local.INFO: Sessions updated for user 1260. {"count":0} 
[2025-07-17 04:22:02] local.INFO: Sessions updated for user 1261. {"count":0} 
[2025-07-17 04:22:03] local.INFO: Sessions updated for user 1262. {"count":0} 
[2025-07-17 04:22:04] local.INFO: Sessions updated for user 1263. {"count":0} 
[2025-07-17 04:22:05] local.INFO: Sessions updated for user 1265. {"count":0} 
[2025-07-17 04:22:06] local.INFO: Sessions updated for user 1267. {"count":0} 
[2025-07-17 04:22:07] local.INFO: Sessions updated for user 1268. {"count":0} 
[2025-07-17 04:22:08] local.INFO: Sessions updated for user 1269. {"count":0} 
[2025-07-17 04:22:08] local.INFO: Sessions updated for user 1270. {"count":0} 
[2025-07-17 04:22:09] local.INFO: Sessions updated for user 1271. {"count":0} 
[2025-07-17 04:22:10] local.INFO: Sessions updated for user 1272. {"count":0} 
[2025-07-17 04:22:10] local.INFO: Sessions updated for user 1273. {"count":0} 
[2025-07-17 04:22:11] local.INFO: Sessions updated for user 1275. {"count":0} 
[2025-07-17 04:22:12] local.INFO: Sessions updated for user 1276. {"count":0} 
[2025-07-17 04:22:12] local.INFO: Sessions updated for user 1277. {"count":0} 
[2025-07-17 04:22:13] local.INFO: Sessions updated for user 1279. {"count":0} 
[2025-07-17 04:22:14] local.INFO: Sessions updated for user 1282. {"count":0} 
[2025-07-17 04:22:15] local.INFO: Sessions updated for user 1283. {"count":0} 
[2025-07-17 04:22:16] local.INFO: Sessions updated for user 1284. {"count":0} 
[2025-07-17 04:22:16] local.INFO: Sessions updated for user 1285. {"count":0} 
[2025-07-17 04:22:17] local.INFO: Sessions updated for user 1286. {"count":0} 
[2025-07-17 04:22:18] local.INFO: Sessions updated for user 1287. {"count":0} 
[2025-07-17 04:22:19] local.INFO: Sessions updated for user 1288. {"count":0} 
[2025-07-17 04:22:19] local.INFO: Sessions updated for user 1289. {"count":0} 
[2025-07-17 04:22:20] local.INFO: Sessions updated for user 1290. {"count":0} 
[2025-07-17 04:22:21] local.INFO: Sessions updated for user 1291. {"count":0} 
[2025-07-17 04:22:21] local.INFO: Sessions updated for user 1292. {"count":0} 
[2025-07-17 04:22:22] local.INFO: Sessions updated for user 1293. {"count":0} 
[2025-07-17 04:22:23] local.INFO: Sessions updated for user 1294. {"count":0} 
[2025-07-17 04:22:23] local.INFO: Sessions updated for user 1295. {"count":0} 
[2025-07-17 04:22:24] local.INFO: Sessions updated for user 1296. {"count":0} 
[2025-07-17 04:22:25] local.INFO: Sessions updated for user 1297. {"count":0} 
[2025-07-17 04:22:25] local.INFO: Sessions updated for user 1299. {"count":0} 
[2025-07-17 04:22:26] local.INFO: Sessions updated for user 1300. {"count":0} 
[2025-07-17 04:22:27] local.INFO: Sessions updated for user 1303. {"count":0} 
[2025-07-17 04:22:27] local.INFO: Sessions updated for user 1304. {"count":0} 
[2025-07-17 04:22:28] local.INFO: Sessions updated for user 1305. {"count":0} 
[2025-07-17 04:22:28] local.INFO: Sessions updated for user 1310. {"count":0} 
[2025-07-17 04:22:29] local.INFO: Sessions updated for user 1311. {"count":0} 
[2025-07-17 04:22:30] local.INFO: Sessions updated for user 1312. {"count":0} 
[2025-07-17 04:22:31] local.INFO: Sessions updated for user 1313. {"count":0} 
[2025-07-17 04:22:32] local.INFO: Sessions updated for user 1314. {"count":0} 
[2025-07-17 04:22:32] local.INFO: Sessions updated for user 1315. {"count":0} 
[2025-07-17 04:22:33] local.INFO: Sessions updated for user 1316. {"count":0} 
[2025-07-17 04:22:34] local.INFO: Sessions updated for user 1317. {"count":0} 
[2025-07-17 04:22:35] local.INFO: Sessions updated for user 1318. {"count":0} 
[2025-07-17 04:22:35] local.INFO: Sessions updated for user 1319. {"count":0} 
[2025-07-17 04:22:36] local.INFO: Sessions updated for user 1320. {"count":0} 
[2025-07-17 04:22:37] local.INFO: Sessions updated for user 1321. {"count":0} 
[2025-07-17 04:22:38] local.INFO: Sessions updated for user 1322. {"count":0} 
[2025-07-17 04:22:38] local.INFO: Sessions updated for user 1323. {"count":0} 
[2025-07-17 04:22:39] local.INFO: Sessions updated for user 1324. {"count":0} 
[2025-07-17 04:22:40] local.INFO: Sessions updated for user 1325. {"count":0} 
[2025-07-17 04:22:40] local.INFO: Sessions updated for user 1326. {"count":0} 
[2025-07-17 04:22:41] local.INFO: Sessions updated for user 1327. {"count":0} 
[2025-07-17 04:22:42] local.INFO: Sessions updated for user 1328. {"count":0} 
[2025-07-17 04:22:42] local.INFO: Sessions updated for user 1329. {"count":0} 
[2025-07-17 04:22:43] local.INFO: Sessions updated for user 1331. {"count":0} 
[2025-07-17 04:22:44] local.INFO: Sessions updated for user 1332. {"count":0} 
[2025-07-17 04:22:44] local.INFO: Sessions updated for user 1333. {"count":0} 
[2025-07-17 04:22:45] local.INFO: Sessions updated for user 1334. {"count":0} 
[2025-07-17 04:22:45] local.INFO: Sessions updated for user 1335. {"count":0} 
[2025-07-17 04:22:46] local.INFO: Sessions updated for user 1336. {"count":0} 
[2025-07-17 04:22:47] local.INFO: Sessions updated for user 1337. {"count":0} 
[2025-07-17 04:22:48] local.INFO: Sessions updated for user 1338. {"count":0} 
[2025-07-17 04:22:48] local.INFO: Sessions updated for user 1339. {"count":0} 
[2025-07-17 04:22:49] local.INFO: Sessions updated for user 1340. {"count":0} 
[2025-07-17 04:22:50] local.INFO: Sessions updated for user 1341. {"count":0} 
[2025-07-17 04:22:53] local.INFO: Sessions updated for user 1342. {"count":0} 
[2025-07-17 04:22:54] local.INFO: Sessions updated for user 1343. {"count":0} 
[2025-07-17 04:22:54] local.INFO: Sessions updated for user 1344. {"count":0} 
[2025-07-17 04:22:55] local.INFO: Sessions updated for user 1345. {"count":0} 
[2025-07-17 04:22:56] local.INFO: Sessions updated for user 1346. {"count":0} 
[2025-07-17 04:22:56] local.INFO: Sessions updated for user 1347. {"count":0} 
[2025-07-17 04:22:57] local.INFO: Sessions updated for user 1348. {"count":0} 
[2025-07-17 04:22:58] local.INFO: Sessions updated for user 1349. {"count":0} 
[2025-07-17 04:23:00] local.INFO: Sessions updated for user 1350. {"count":0} 
[2025-07-17 04:23:02] local.INFO: Sessions updated for user 1351. {"count":0} 
[2025-07-17 04:23:02] local.INFO: Sessions updated for user 1352. {"count":0} 
[2025-07-17 04:23:03] local.INFO: Sessions updated for user 1353. {"count":0} 
[2025-07-17 04:23:04] local.INFO: Sessions updated for user 1354. {"count":0} 
[2025-07-17 04:23:05] local.INFO: Sessions updated for user 1357. {"count":0} 
[2025-07-17 04:23:05] local.INFO: Sessions updated for user 1359. {"count":0} 
[2025-07-17 04:23:06] local.INFO: Sessions updated for user 1360. {"count":0} 
[2025-07-17 04:23:07] local.INFO: Sessions updated for user 1361. {"count":0} 
[2025-07-17 04:23:08] local.INFO: Sessions updated for user 1362. {"count":0} 
[2025-07-17 04:23:08] local.INFO: Sessions updated for user 1363. {"count":0} 
[2025-07-17 04:23:09] local.INFO: Sessions updated for user 1364. {"count":0} 
[2025-07-17 04:23:10] local.INFO: Sessions updated for user 1365. {"count":0} 
[2025-07-17 04:23:11] local.INFO: Sessions updated for user 1366. {"count":0} 
[2025-07-17 04:23:11] local.INFO: Sessions updated for user 1367. {"count":0} 
[2025-07-17 04:23:12] local.INFO: Sessions updated for user 1368. {"count":0} 
[2025-07-17 04:23:13] local.INFO: Sessions updated for user 1369. {"count":0} 
[2025-07-17 04:23:13] local.INFO: Sessions updated for user 1370. {"count":0} 
[2025-07-17 04:23:14] local.INFO: Sessions updated for user 1371. {"count":0} 
[2025-07-17 04:23:15] local.INFO: Sessions updated for user 1372. {"count":0} 
[2025-07-17 04:23:15] local.INFO: Sessions updated for user 1373. {"count":0} 
[2025-07-17 04:23:16] local.INFO: Sessions updated for user 1374. {"count":0} 
[2025-07-17 04:23:17] local.INFO: Sessions updated for user 1375. {"count":0} 
[2025-07-17 04:23:18] local.INFO: Sessions updated for user 1376. {"count":0} 
[2025-07-17 04:23:19] local.INFO: Sessions updated for user 1377. {"count":0} 
[2025-07-17 04:23:20] local.INFO: Sessions updated for user 1378. {"count":0} 
[2025-07-17 04:23:22] local.INFO: Sessions updated for user 1379. {"count":0} 
[2025-07-17 04:23:23] local.INFO: Sessions updated for user 1380. {"count":0} 
[2025-07-17 04:23:24] local.INFO: Sessions updated for user 1381. {"count":0} 
[2025-07-17 04:23:24] local.INFO: Sessions updated for user 1382. {"count":0} 
[2025-07-17 04:23:25] local.INFO: Sessions updated for user 1383. {"count":0} 
[2025-07-17 04:23:26] local.INFO: Sessions updated for user 1384. {"count":0} 
[2025-07-17 04:23:26] local.INFO: Sessions updated for user 1385. {"count":0} 
[2025-07-17 04:23:27] local.INFO: Sessions updated for user 1386. {"count":0} 
[2025-07-17 04:23:28] local.INFO: Sessions updated for user 1387. {"count":0} 
[2025-07-17 04:23:28] local.INFO: Sessions updated for user 1388. {"count":0} 
[2025-07-17 04:23:29] local.INFO: Sessions updated for user 1389. {"count":0} 
[2025-07-17 04:23:30] local.INFO: Sessions updated for user 1390. {"count":0} 
[2025-07-17 04:23:30] local.INFO: Sessions updated for user 1391. {"count":0} 
[2025-07-17 04:23:31] local.INFO: Sessions updated for user 1392. {"count":0} 
[2025-07-17 04:23:32] local.INFO: Sessions updated for user 1397. {"count":0} 
[2025-07-17 04:23:32] local.INFO: Sessions updated for user 1399. {"count":0} 
[2025-07-17 04:23:33] local.INFO: Sessions updated for user 1402. {"count":0} 
[2025-07-17 04:23:34] local.INFO: Sessions updated for user 1404. {"count":0} 
[2025-07-17 04:23:35] local.INFO: Sessions updated for user 1405. {"count":0} 
[2025-07-17 04:23:35] local.INFO: Sessions updated for user 1406. {"count":0} 
[2025-07-17 04:23:36] local.INFO: Sessions updated for user 1407. {"count":0} 
[2025-07-17 04:23:37] local.INFO: Sessions updated for user 1408. {"count":0} 
[2025-07-17 04:23:37] local.INFO: Sessions updated for user 1409. {"count":0} 
[2025-07-17 04:23:38] local.INFO: Sessions updated for user 1410. {"count":0} 
[2025-07-17 04:23:39] local.INFO: Sessions updated for user 1411. {"count":0} 
[2025-07-17 04:23:39] local.INFO: Sessions updated for user 1412. {"count":0} 
[2025-07-17 04:23:40] local.INFO: Sessions updated for user 1413. {"count":0} 
[2025-07-17 04:23:41] local.INFO: Sessions updated for user 1414. {"count":0} 
[2025-07-17 04:23:41] local.INFO: Sessions updated for user 1415. {"count":0} 
[2025-07-17 04:23:42] local.INFO: Sessions updated for user 1416. {"count":0} 
[2025-07-17 04:23:43] local.INFO: Sessions updated for user 1417. {"count":0} 
[2025-07-17 04:23:43] local.INFO: Sessions updated for user 1418. {"count":0} 
[2025-07-17 04:23:44] local.INFO: Sessions updated for user 1419. {"count":0} 
[2025-07-17 04:23:45] local.INFO: Sessions updated for user 1420. {"count":0} 
[2025-07-17 04:23:46] local.INFO: Sessions updated for user 1422. {"count":0} 
[2025-07-17 04:23:46] local.INFO: Sessions updated for user 1425. {"count":0} 
[2025-07-17 04:23:47] local.INFO: Sessions updated for user 1429. {"count":0} 
[2025-07-17 04:23:48] local.INFO: Sessions updated for user 1430. {"count":0} 
[2025-07-17 04:23:48] local.INFO: Sessions updated for user 1432. {"count":0} 
[2025-07-17 04:23:49] local.INFO: Sessions updated for user 1433. {"count":0} 
[2025-07-17 04:23:50] local.INFO: Sessions updated for user 1434. {"count":0} 
[2025-07-17 04:23:50] local.INFO: Sessions updated for user 1435. {"count":0} 
[2025-07-17 04:23:51] local.INFO: Sessions updated for user 1436. {"count":0} 
[2025-07-17 04:23:52] local.INFO: Sessions updated for user 1437. {"count":0} 
[2025-07-17 04:23:52] local.INFO: Sessions updated for user 1438. {"count":0} 
[2025-07-17 04:23:53] local.INFO: Sessions updated for user 1439. {"count":0} 
[2025-07-17 04:23:54] local.INFO: Sessions updated for user 1440. {"count":0} 
[2025-07-17 04:23:54] local.INFO: Sessions updated for user 1441. {"count":0} 
[2025-07-17 04:23:55] local.INFO: Sessions updated for user 1442. {"count":0} 
[2025-07-17 04:23:56] local.INFO: Sessions updated for user 1443. {"count":0} 
[2025-07-17 04:23:57] local.INFO: Sessions updated for user 1444. {"count":0} 
[2025-07-17 04:23:57] local.INFO: Sessions updated for user 1445. {"count":0} 
[2025-07-17 04:23:58] local.INFO: Sessions updated for user 1446. {"count":0} 
[2025-07-17 04:23:59] local.INFO: Sessions updated for user 1447. {"count":0} 
[2025-07-17 04:23:59] local.INFO: Sessions updated for user 1449. {"count":0} 
[2025-07-17 04:24:00] local.INFO: Sessions updated for user 1450. {"count":0} 
[2025-07-17 04:24:01] local.INFO: Sessions updated for user 1451. {"count":0} 
[2025-07-17 04:24:02] local.INFO: Sessions updated for user 1452. {"count":0} 
[2025-07-17 04:24:03] local.INFO: Sessions updated for user 1453. {"count":0} 
[2025-07-17 04:24:03] local.INFO: Sessions updated for user 1454. {"count":0} 
[2025-07-17 04:24:04] local.INFO: Sessions updated for user 1455. {"count":0} 
[2025-07-17 04:24:05] local.INFO: Sessions updated for user 1456. {"count":0} 
[2025-07-17 04:24:05] local.INFO: Sessions updated for user 1457. {"count":0} 
[2025-07-17 04:24:06] local.INFO: Sessions updated for user 1458. {"count":0} 
[2025-07-17 04:24:07] local.INFO: Sessions updated for user 1459. {"count":0} 
[2025-07-17 04:24:09] local.INFO: Sessions updated for user 1460. {"count":0} 
[2025-07-17 04:24:11] local.INFO: Sessions updated for user 1461. {"count":0} 
[2025-07-17 04:24:12] local.INFO: Sessions updated for user 1465. {"count":0} 
[2025-07-17 04:24:13] local.INFO: Sessions updated for user 1466. {"count":0} 
[2025-07-17 04:24:14] local.INFO: Sessions updated for user 1467. {"count":0} 
[2025-07-17 04:24:15] local.INFO: Sessions updated for user 1468. {"count":0} 
[2025-07-17 04:24:16] local.INFO: Sessions updated for user 1469. {"count":0} 
[2025-07-17 04:24:18] local.INFO: Sessions updated for user 1470. {"count":0} 
[2025-07-17 04:24:19] local.INFO: Sessions updated for user 1471. {"count":0} 
[2025-07-17 04:24:20] local.INFO: Sessions updated for user 1472. {"count":0} 
[2025-07-17 04:24:21] local.INFO: Sessions updated for user 1473. {"count":0} 
[2025-07-17 04:24:22] local.INFO: Sessions updated for user 1474. {"count":0} 
[2025-07-17 04:24:23] local.INFO: Sessions updated for user 1475. {"count":0} 
[2025-07-17 04:24:24] local.INFO: Sessions updated for user 1476. {"count":0} 
[2025-07-17 04:24:26] local.INFO: Sessions updated for user 1477. {"count":0} 
[2025-07-17 04:24:27] local.INFO: Sessions updated for user 1478. {"count":0} 
[2025-07-17 04:24:28] local.INFO: Sessions updated for user 1479. {"count":0} 
[2025-07-17 04:24:29] local.INFO: Sessions updated for user 1480. {"count":0} 
[2025-07-17 04:24:30] local.INFO: Sessions updated for user 1481. {"count":0} 
[2025-07-17 04:24:31] local.INFO: Sessions updated for user 1482. {"count":0} 
[2025-07-17 04:24:32] local.INFO: Sessions updated for user 1483. {"count":0} 
[2025-07-17 04:24:32] local.INFO: Sessions updated for user 1484. {"count":0} 
[2025-07-17 04:24:33] local.INFO: Sessions updated for user 1485. {"count":0} 
[2025-07-17 04:24:34] local.INFO: Sessions updated for user 1486. {"count":0} 
[2025-07-17 04:24:35] local.INFO: Sessions updated for user 1487. {"count":0} 
[2025-07-17 04:24:36] local.INFO: Sessions updated for user 1488. {"count":0} 
[2025-07-17 04:24:36] local.INFO: Sessions updated for user 1489. {"count":0} 
[2025-07-17 04:24:38] local.INFO: Sessions updated for user 1491. {"count":0} 
[2025-07-17 04:24:38] local.INFO: Sessions updated for user 1492. {"count":0} 
[2025-07-17 04:24:39] local.INFO: Sessions updated for user 1494. {"count":0} 
[2025-07-17 04:24:40] local.INFO: Sessions updated for user 1495. {"count":0} 
[2025-07-17 04:24:41] local.INFO: Sessions updated for user 1496. {"count":0} 
[2025-07-17 04:24:41] local.INFO: Sessions updated for user 1497. {"count":0} 
[2025-07-17 04:24:42] local.INFO: Sessions updated for user 1499. {"count":0} 
[2025-07-17 04:24:43] local.INFO: Sessions updated for user 1500. {"count":0} 
[2025-07-17 04:24:43] local.INFO: Sessions updated for user 1501. {"count":0} 
[2025-07-17 04:24:44] local.INFO: Sessions updated for user 1502. {"count":0} 
[2025-07-17 04:24:45] local.INFO: Sessions updated for user 1503. {"count":0} 
[2025-07-17 04:24:46] local.INFO: Sessions updated for user 1504. {"count":0} 
[2025-07-17 04:24:48] local.INFO: Sessions updated for user 1505. {"count":0} 
[2025-07-17 04:24:49] local.INFO: Sessions updated for user 1506. {"count":0} 
[2025-07-17 04:24:50] local.INFO: Sessions updated for user 1507. {"count":0} 
[2025-07-17 04:24:51] local.INFO: Sessions updated for user 1513. {"count":0} 
[2025-07-17 04:24:51] local.INFO: Sessions updated for user 1515. {"count":0} 
[2025-07-17 04:24:52] local.INFO: Sessions updated for user 1516. {"count":0} 
[2025-07-17 04:24:53] local.INFO: Sessions updated for user 1517. {"count":0} 
[2025-07-17 04:24:54] local.INFO: Sessions updated for user 1518. {"count":0} 
[2025-07-17 04:24:54] local.INFO: Sessions updated for user 1522. {"count":0} 
[2025-07-17 04:24:55] local.INFO: Sessions updated for user 1523. {"count":0} 
[2025-07-17 04:24:56] local.INFO: Sessions updated for user 1524. {"count":0} 
[2025-07-17 04:24:57] local.INFO: Sessions updated for user 1525. {"count":0} 
[2025-07-17 04:24:57] local.INFO: Sessions updated for user 1526. {"count":0} 
[2025-07-17 04:24:58] local.INFO: Sessions updated for user 1527. {"count":0} 
[2025-07-17 04:24:59] local.INFO: Sessions updated for user 1528. {"count":0} 
[2025-07-17 04:24:59] local.INFO: Sessions updated for user 1529. {"count":0} 
[2025-07-17 04:25:00] local.INFO: Sessions updated for user 1530. {"count":0} 
[2025-07-17 04:25:01] local.INFO: Sessions updated for user 1531. {"count":0} 
[2025-07-17 04:25:02] local.INFO: Sessions updated for user 1532. {"count":0} 
[2025-07-17 04:25:02] local.INFO: Sessions updated for user 1533. {"count":0} 
[2025-07-17 04:25:03] local.INFO: Sessions updated for user 1534. {"count":0} 
[2025-07-17 04:25:04] local.INFO: Sessions updated for user 1535. {"count":0} 
[2025-07-17 04:25:04] local.INFO: Sessions updated for user 1536. {"count":0} 
[2025-07-17 04:25:05] local.INFO: Sessions updated for user 1538. {"count":0} 
[2025-07-17 04:25:06] local.INFO: Sessions updated for user 1539. {"count":0} 
[2025-07-17 04:25:06] local.INFO: Sessions updated for user 1540. {"count":0} 
[2025-07-17 04:25:07] local.INFO: Sessions updated for user 1541. {"count":0} 
[2025-07-17 04:25:08] local.INFO: Sessions updated for user 1543. {"count":0} 
[2025-07-17 04:25:08] local.INFO: Sessions updated for user 1544. {"count":0} 
[2025-07-17 04:25:09] local.INFO: Sessions updated for user 1545. {"count":0} 
[2025-07-17 04:25:10] local.INFO: Sessions updated for user 1546. {"count":0} 
[2025-07-17 04:25:10] local.INFO: Sessions updated for user 1548. {"count":0} 
[2025-07-17 04:25:11] local.INFO: Sessions updated for user 1549. {"count":0} 
[2025-07-17 04:25:12] local.INFO: Sessions updated for user 1550. {"count":0} 
[2025-07-17 04:25:12] local.INFO: Sessions updated for user 1551. {"count":0} 
[2025-07-17 04:25:13] local.INFO: Sessions updated for user 1552. {"count":0} 
[2025-07-17 04:25:14] local.INFO: Sessions updated for user 1553. {"count":0} 
[2025-07-17 04:25:14] local.INFO: Sessions updated for user 1554. {"count":0} 
[2025-07-17 04:25:15] local.INFO: Sessions updated for user 1555. {"count":0} 
[2025-07-17 04:25:16] local.INFO: Sessions updated for user 1556. {"count":0} 
[2025-07-17 04:25:16] local.INFO: Sessions updated for user 1557. {"count":0} 
[2025-07-17 04:25:17] local.INFO: Sessions updated for user 1558. {"count":0} 
[2025-07-17 04:25:18] local.INFO: Sessions updated for user 1559. {"count":0} 
[2025-07-17 04:25:18] local.INFO: Sessions updated for user 1560. {"count":0} 
[2025-07-17 04:25:19] local.INFO: Sessions updated for user 1561. {"count":0} 
[2025-07-17 04:25:20] local.INFO: Sessions updated for user 1562. {"count":0} 
[2025-07-17 04:25:21] local.INFO: Sessions updated for user 1563. {"count":0} 
[2025-07-17 04:25:22] local.INFO: Sessions updated for user 1564. {"count":0} 
[2025-07-17 04:25:23] local.INFO: Sessions updated for user 1565. {"count":0} 
[2025-07-17 04:25:23] local.INFO: Sessions updated for user 1566. {"count":0} 
[2025-07-17 04:25:24] local.INFO: Sessions updated for user 1567. {"count":0} 
[2025-07-17 04:25:25] local.INFO: Sessions updated for user 1568. {"count":0} 
[2025-07-17 04:25:26] local.INFO: Sessions updated for user 1569. {"count":0} 
[2025-07-17 04:25:27] local.INFO: Sessions updated for user 1570. {"count":0} 
[2025-07-17 04:25:28] local.INFO: Sessions updated for user 1572. {"count":0} 
[2025-07-17 04:25:28] local.INFO: Sessions updated for user 1573. {"count":0} 
[2025-07-17 04:25:29] local.INFO: Sessions updated for user 1574. {"count":0} 
[2025-07-17 04:25:30] local.INFO: Sessions updated for user 1575. {"count":0} 
[2025-07-17 04:25:31] local.INFO: Sessions updated for user 1576. {"count":0} 
[2025-07-17 04:25:31] local.INFO: Sessions updated for user 1577. {"count":0} 
[2025-07-17 04:25:32] local.INFO: Sessions updated for user 1578. {"count":0} 
[2025-07-17 04:25:33] local.INFO: Sessions updated for user 1579. {"count":0} 
[2025-07-17 04:25:34] local.INFO: Sessions updated for user 1580. {"count":0} 
[2025-07-17 04:25:34] local.INFO: Sessions updated for user 1581. {"count":0} 
[2025-07-17 04:25:35] local.INFO: Sessions updated for user 1582. {"count":0} 
[2025-07-17 04:25:36] local.INFO: Sessions updated for user 1583. {"count":0} 
[2025-07-17 04:25:36] local.INFO: Sessions updated for user 1584. {"count":0} 
[2025-07-17 04:25:37] local.INFO: Sessions updated for user 1585. {"count":0} 
[2025-07-17 04:25:38] local.INFO: Sessions updated for user 1587. {"count":0} 
[2025-07-17 04:25:39] local.INFO: Sessions updated for user 1588. {"count":0} 
[2025-07-17 04:25:40] local.INFO: Sessions updated for user 1589. {"count":0} 
[2025-07-17 04:25:40] local.INFO: Sessions updated for user 1590. {"count":0} 
[2025-07-17 04:25:41] local.INFO: Sessions updated for user 1591. {"count":0} 
[2025-07-17 04:25:42] local.INFO: Sessions updated for user 1592. {"count":0} 
[2025-07-17 04:25:43] local.INFO: Sessions updated for user 1593. {"count":0} 
[2025-07-17 04:25:44] local.INFO: Sessions updated for user 1594. {"count":0} 
[2025-07-17 04:25:44] local.INFO: Sessions updated for user 1595. {"count":0} 
[2025-07-17 04:25:45] local.INFO: Sessions updated for user 1596. {"count":0} 
[2025-07-17 04:25:46] local.INFO: Sessions updated for user 1597. {"count":0} 
[2025-07-17 04:25:47] local.INFO: Sessions updated for user 1598. {"count":0} 
[2025-07-17 04:25:48] local.INFO: Sessions updated for user 1599. {"count":0} 
[2025-07-17 04:25:48] local.INFO: Sessions updated for user 1600. {"count":0} 
[2025-07-17 04:25:49] local.INFO: Sessions updated for user 1602. {"count":0} 
[2025-07-17 04:25:50] local.INFO: Sessions updated for user 1603. {"count":0} 
[2025-07-17 04:25:50] local.INFO: Sessions updated for user 1604. {"count":0} 
[2025-07-17 04:25:51] local.INFO: Sessions updated for user 1605. {"count":0} 
[2025-07-17 04:25:52] local.INFO: Sessions updated for user 1606. {"count":0} 
[2025-07-17 04:25:53] local.INFO: Sessions updated for user 1607. {"count":0} 
[2025-07-17 04:25:53] local.INFO: Sessions updated for user 1608. {"count":0} 
[2025-07-17 04:25:54] local.INFO: Sessions updated for user 1609. {"count":0} 
[2025-07-17 04:25:55] local.INFO: Sessions updated for user 1610. {"count":0} 
[2025-07-17 04:25:56] local.INFO: Sessions updated for user 1616. {"count":0} 
[2025-07-17 04:25:57] local.INFO: Sessions updated for user 1617. {"count":0} 
[2025-07-17 04:25:58] local.INFO: Sessions updated for user 1618. {"count":0} 
[2025-07-17 04:25:59] local.INFO: Sessions updated for user 1620. {"count":0} 
[2025-07-17 04:26:00] local.INFO: Sessions updated for user 1621. {"count":0} 
[2025-07-17 04:26:01] local.INFO: Sessions updated for user 1622. {"count":0} 
[2025-07-17 04:26:02] local.INFO: Sessions updated for user 1623. {"count":0} 
[2025-07-17 04:26:02] local.INFO: Sessions updated for user 1624. {"count":0} 
[2025-07-17 04:26:03] local.INFO: Sessions updated for user 1625. {"count":0} 
[2025-07-17 04:26:04] local.INFO: Sessions updated for user 1626. {"count":0} 
[2025-07-17 04:26:04] local.INFO: Sessions updated for user 1627. {"count":0} 
[2025-07-17 04:26:05] local.INFO: Sessions updated for user 1628. {"count":0} 
[2025-07-17 04:26:06] local.INFO: Sessions updated for user 1629. {"count":0} 
[2025-07-17 04:26:06] local.INFO: Sessions updated for user 1630. {"count":0} 
[2025-07-17 04:26:07] local.INFO: Sessions updated for user 1631. {"count":0} 
[2025-07-17 04:26:08] local.INFO: Sessions updated for user 1632. {"count":0} 
[2025-07-17 04:26:09] local.INFO: Sessions updated for user 1634. {"count":0} 
[2025-07-17 04:26:10] local.INFO: Sessions updated for user 1635. {"count":0} 
[2025-07-17 04:26:11] local.INFO: Sessions updated for user 1636. {"count":0} 
[2025-07-17 04:26:11] local.INFO: Sessions updated for user 1637. {"count":0} 
[2025-07-17 04:26:12] local.INFO: Sessions updated for user 1638. {"count":0} 
[2025-07-17 04:26:12] local.INFO: Sessions updated for user 1639. {"count":0} 
[2025-07-17 04:26:13] local.INFO: Sessions updated for user 1640. {"count":0} 
[2025-07-17 04:26:14] local.INFO: Sessions updated for user 1641. {"count":0} 
[2025-07-17 04:26:14] local.INFO: Sessions updated for user 1642. {"count":0} 
[2025-07-17 04:26:15] local.INFO: Sessions updated for user 1643. {"count":0} 
[2025-07-17 04:26:16] local.INFO: Sessions updated for user 1644. {"count":0} 
[2025-07-17 04:26:16] local.INFO: Sessions updated for user 1645. {"count":0} 
[2025-07-17 04:26:17] local.INFO: Sessions updated for user 1646. {"count":0} 
[2025-07-17 04:26:18] local.INFO: Sessions updated for user 1648. {"count":0} 
[2025-07-17 04:26:19] local.INFO: Sessions updated for user 1649. {"count":0} 
[2025-07-17 04:26:19] local.INFO: Sessions updated for user 1650. {"count":0} 
[2025-07-17 04:26:20] local.INFO: Sessions updated for user 1651. {"count":0} 
[2025-07-17 04:26:21] local.INFO: Sessions updated for user 1652. {"count":0} 
[2025-07-17 04:26:21] local.INFO: Sessions updated for user 1654. {"count":0} 
[2025-07-17 04:26:22] local.INFO: Sessions updated for user 1655. {"count":0} 
[2025-07-17 04:26:23] local.INFO: Sessions updated for user 1656. {"count":0} 
[2025-07-17 04:26:23] local.INFO: Sessions updated for user 1657. {"count":0} 
[2025-07-17 04:26:24] local.INFO: Sessions updated for user 1658. {"count":0} 
[2025-07-17 04:26:25] local.INFO: Sessions updated for user 1659. {"count":0} 
[2025-07-17 04:26:25] local.INFO: Sessions updated for user 1660. {"count":0} 
[2025-07-17 04:26:26] local.INFO: Sessions updated for user 1661. {"count":0} 
[2025-07-17 04:26:27] local.INFO: Sessions updated for user 1662. {"count":0} 
[2025-07-17 04:26:28] local.INFO: Sessions updated for user 1663. {"count":0} 
[2025-07-17 04:26:29] local.INFO: Sessions updated for user 1664. {"count":0} 
[2025-07-17 04:26:29] local.INFO: Sessions updated for user 1665. {"count":0} 
[2025-07-17 04:26:30] local.INFO: Sessions updated for user 1666. {"count":0} 
[2025-07-17 04:26:31] local.INFO: Sessions updated for user 1667. {"count":0} 
[2025-07-17 04:26:33] local.INFO: Sessions updated for user 1668. {"count":0} 
[2025-07-17 04:26:34] local.INFO: Sessions updated for user 1669. {"count":0} 
[2025-07-17 04:26:34] local.INFO: Sessions updated for user 1670. {"count":0} 
[2025-07-17 04:26:35] local.INFO: Sessions updated for user 1671. {"count":0} 
[2025-07-17 04:26:36] local.INFO: Sessions updated for user 1672. {"count":0} 
[2025-07-17 04:26:37] local.INFO: Sessions updated for user 1673. {"count":0} 
[2025-07-17 04:26:38] local.INFO: Sessions updated for user 1674. {"count":0} 
[2025-07-17 04:26:39] local.INFO: Sessions updated for user 1675. {"count":0} 
[2025-07-17 04:26:39] local.INFO: Sessions updated for user 1676. {"count":0} 
[2025-07-17 04:26:40] local.INFO: Sessions updated for user 1677. {"count":0} 
[2025-07-17 04:26:41] local.INFO: Sessions updated for user 1678. {"count":0} 
[2025-07-17 04:26:42] local.INFO: Sessions updated for user 1679. {"count":0} 
[2025-07-17 04:26:42] local.INFO: Sessions updated for user 1680. {"count":0} 
[2025-07-17 04:26:43] local.INFO: Sessions updated for user 1681. {"count":0} 
[2025-07-17 04:26:44] local.INFO: Sessions updated for user 1682. {"count":0} 
[2025-07-17 04:26:45] local.INFO: Sessions updated for user 1683. {"count":0} 
[2025-07-17 04:26:46] local.INFO: Sessions updated for user 1684. {"count":0} 
[2025-07-17 04:26:47] local.INFO: Sessions updated for user 1685. {"count":0} 
[2025-07-17 04:26:47] local.INFO: Sessions updated for user 1686. {"count":0} 
[2025-07-17 04:26:48] local.INFO: Sessions updated for user 1687. {"count":0} 
[2025-07-17 04:26:49] local.INFO: Sessions updated for user 1688. {"count":0} 
[2025-07-17 04:26:49] local.INFO: Sessions updated for user 1689. {"count":0} 
[2025-07-17 04:26:50] local.INFO: Sessions updated for user 1690. {"count":0} 
[2025-07-17 04:26:51] local.INFO: Sessions updated for user 1691. {"count":0} 
[2025-07-17 04:26:51] local.INFO: Sessions updated for user 1692. {"count":0} 
[2025-07-17 04:26:52] local.INFO: Sessions updated for user 1693. {"count":0} 
[2025-07-17 04:26:53] local.INFO: Sessions updated for user 1694. {"count":0} 
[2025-07-17 04:26:53] local.INFO: Sessions updated for user 1695. {"count":0} 
[2025-07-17 04:26:54] local.INFO: Sessions updated for user 1696. {"count":0} 
[2025-07-17 04:26:55] local.INFO: Sessions updated for user 1697. {"count":0} 
[2025-07-17 04:26:55] local.INFO: Sessions updated for user 1698. {"count":0} 
[2025-07-17 04:26:56] local.INFO: Sessions updated for user 1699. {"count":0} 
[2025-07-17 04:26:57] local.INFO: Sessions updated for user 1700. {"count":0} 
[2025-07-17 04:26:58] local.INFO: Sessions updated for user 1702. {"count":0} 
[2025-07-17 04:26:58] local.INFO: Sessions updated for user 1703. {"count":0} 
[2025-07-17 04:26:59] local.INFO: Sessions updated for user 1704. {"count":0} 
[2025-07-17 04:27:00] local.INFO: Sessions updated for user 1705. {"count":0} 
[2025-07-17 04:27:00] local.INFO: Sessions updated for user 1706. {"count":0} 
[2025-07-17 04:27:01] local.INFO: Sessions updated for user 1707. {"count":0} 
[2025-07-17 04:27:02] local.INFO: Sessions updated for user 1708. {"count":0} 
[2025-07-17 04:27:02] local.INFO: Sessions updated for user 1709. {"count":0} 
[2025-07-17 04:27:03] local.INFO: Sessions updated for user 1710. {"count":0} 
[2025-07-17 04:27:04] local.INFO: Sessions updated for user 1711. {"count":0} 
[2025-07-17 04:27:04] local.INFO: Sessions updated for user 1712. {"count":0} 
[2025-07-17 04:27:05] local.INFO: Sessions updated for user 1713. {"count":0} 
[2025-07-17 04:27:06] local.INFO: Sessions updated for user 1714. {"count":0} 
[2025-07-17 04:27:06] local.INFO: Sessions updated for user 1715. {"count":0} 
[2025-07-17 04:27:07] local.INFO: Sessions updated for user 1716. {"count":0} 
[2025-07-17 04:27:08] local.INFO: Sessions updated for user 1717. {"count":0} 
[2025-07-17 04:27:09] local.INFO: Sessions updated for user 1718. {"count":0} 
[2025-07-17 04:27:10] local.INFO: Sessions updated for user 1719. {"count":0} 
[2025-07-17 04:27:11] local.INFO: Sessions updated for user 1720. {"count":0} 
[2025-07-17 04:27:12] local.INFO: Sessions updated for user 1721. {"count":0} 
[2025-07-17 04:27:14] local.INFO: Sessions updated for user 1722. {"count":0} 
[2025-07-17 04:27:14] local.INFO: Sessions updated for user 1724. {"count":0} 
[2025-07-17 04:27:15] local.INFO: Sessions updated for user 1725. {"count":0} 
[2025-07-17 04:27:16] local.INFO: Sessions updated for user 1726. {"count":0} 
[2025-07-17 04:27:16] local.INFO: Sessions updated for user 1727. {"count":0} 
[2025-07-17 04:27:17] local.INFO: Sessions updated for user 1728. {"count":0} 
[2025-07-17 04:27:18] local.INFO: Sessions updated for user 1729. {"count":0} 
[2025-07-17 04:27:18] local.INFO: Sessions updated for user 1730. {"count":0} 
[2025-07-17 04:27:19] local.INFO: Sessions updated for user 1731. {"count":0} 
[2025-07-17 04:27:20] local.INFO: Sessions updated for user 1732. {"count":0} 
[2025-07-17 04:27:20] local.INFO: Sessions updated for user 1733. {"count":0} 
[2025-07-17 04:27:21] local.INFO: Sessions updated for user 1734. {"count":0} 
[2025-07-17 04:27:22] local.INFO: Sessions updated for user 1735. {"count":0} 
[2025-07-17 04:27:23] local.INFO: Sessions updated for user 1736. {"count":0} 
[2025-07-17 04:27:23] local.INFO: Sessions updated for user 1737. {"count":0} 
[2025-07-17 04:27:24] local.INFO: Sessions updated for user 1738. {"count":0} 
[2025-07-17 04:27:24] local.INFO: Sessions updated for user 1739. {"count":0} 
[2025-07-17 04:27:25] local.INFO: Sessions updated for user 1740. {"count":0} 
[2025-07-17 04:27:26] local.INFO: Sessions updated for user 1741. {"count":0} 
[2025-07-17 04:27:26] local.INFO: Sessions updated for user 1742. {"count":0} 
[2025-07-17 04:27:27] local.INFO: Sessions updated for user 1743. {"count":0} 
[2025-07-17 04:27:28] local.INFO: Sessions updated for user 1744. {"count":0} 
[2025-07-17 04:27:28] local.INFO: Sessions updated for user 1745. {"count":0} 
[2025-07-17 04:27:29] local.INFO: Sessions updated for user 1746. {"count":0} 
[2025-07-17 04:27:30] local.INFO: Sessions updated for user 1747. {"count":0} 
[2025-07-17 04:27:30] local.INFO: Sessions updated for user 1748. {"count":0} 
[2025-07-17 04:27:31] local.INFO: Sessions updated for user 1749. {"count":0} 
[2025-07-17 04:27:32] local.INFO: Sessions updated for user 1750. {"count":0} 
[2025-07-17 04:27:32] local.INFO: Sessions updated for user 1754. {"count":0} 
[2025-07-17 04:27:33] local.INFO: Sessions updated for user 1755. {"count":0} 
[2025-07-17 04:27:34] local.INFO: Sessions updated for user 1757. {"count":0} 
[2025-07-17 04:27:34] local.INFO: Sessions updated for user 1758. {"count":0} 
[2025-07-17 04:27:35] local.INFO: Sessions updated for user 1759. {"count":0} 
[2025-07-17 04:27:36] local.INFO: Sessions updated for user 1760. {"count":0} 
[2025-07-17 04:27:36] local.INFO: Sessions updated for user 1761. {"count":0} 
[2025-07-17 04:27:37] local.INFO: Sessions updated for user 1762. {"count":0} 
[2025-07-17 04:27:38] local.INFO: Sessions updated for user 1763. {"count":0} 
[2025-07-17 04:27:38] local.INFO: Sessions updated for user 1765. {"count":0} 
[2025-07-17 04:27:39] local.INFO: Sessions updated for user 1766. {"count":0} 
[2025-07-17 04:27:40] local.INFO: Sessions updated for user 1767. {"count":0} 
[2025-07-17 04:27:40] local.INFO: Sessions updated for user 1768. {"count":0} 
[2025-07-17 04:27:41] local.INFO: Sessions updated for user 1770. {"count":0} 
[2025-07-17 04:27:42] local.INFO: Sessions updated for user 1776. {"count":0} 
[2025-07-17 04:27:43] local.INFO: Sessions updated for user 1777. {"count":0} 
[2025-07-17 04:27:44] local.INFO: Sessions updated for user 1778. {"count":0} 
[2025-07-17 04:27:45] local.INFO: Sessions updated for user 1779. {"count":0} 
[2025-07-17 04:27:46] local.INFO: Sessions updated for user 1780. {"count":0} 
[2025-07-17 04:27:46] local.INFO: Sessions updated for user 1781. {"count":0} 
[2025-07-17 04:27:47] local.INFO: Sessions updated for user 1783. {"count":0} 
[2025-07-17 04:27:48] local.INFO: Sessions updated for user 1784. {"count":0} 
[2025-07-17 04:27:49] local.INFO: Sessions updated for user 1785. {"count":0} 
[2025-07-17 04:27:49] local.INFO: Sessions updated for user 1786. {"count":0} 
[2025-07-17 04:27:50] local.INFO: Sessions updated for user 1787. {"count":0} 
[2025-07-17 04:27:51] local.INFO: Sessions updated for user 1788. {"count":0} 
[2025-07-17 04:27:51] local.INFO: Sessions updated for user 1789. {"count":0} 
[2025-07-17 04:27:52] local.INFO: Sessions updated for user 1790. {"count":0} 
[2025-07-17 04:27:53] local.INFO: Sessions updated for user 1791. {"count":0} 
[2025-07-17 04:27:53] local.INFO: Sessions updated for user 1792. {"count":0} 
[2025-07-17 04:27:54] local.INFO: Sessions updated for user 1793. {"count":0} 
[2025-07-17 04:27:55] local.INFO: Sessions updated for user 1794. {"count":0} 
[2025-07-17 04:27:55] local.INFO: Sessions updated for user 1795. {"count":0} 
[2025-07-17 04:27:56] local.INFO: Sessions updated for user 1796. {"count":0} 
[2025-07-17 04:27:57] local.INFO: Sessions updated for user 1797. {"count":0} 
[2025-07-17 04:27:57] local.INFO: Sessions updated for user 1798. {"count":0} 
[2025-07-17 04:27:58] local.INFO: Sessions updated for user 1799. {"count":0} 
[2025-07-17 04:27:59] local.INFO: Sessions updated for user 1800. {"count":0} 
[2025-07-17 04:27:59] local.INFO: Sessions updated for user 1801. {"count":0} 
[2025-07-17 04:28:00] local.INFO: Sessions updated for user 1802. {"count":0} 
[2025-07-17 04:28:01] local.INFO: Sessions updated for user 1803. {"count":0} 
[2025-07-17 04:28:01] local.INFO: Sessions updated for user 1804. {"count":0} 
[2025-07-17 04:28:02] local.INFO: Sessions updated for user 1805. {"count":0} 
[2025-07-17 04:28:03] local.INFO: Sessions updated for user 1807. {"count":0} 
[2025-07-17 04:28:03] local.INFO: Sessions updated for user 1808. {"count":0} 
[2025-07-17 04:28:04] local.INFO: Sessions updated for user 1810. {"count":0} 
[2025-07-17 04:28:05] local.INFO: Sessions updated for user 1812. {"count":0} 
[2025-07-17 04:28:05] local.INFO: Sessions updated for user 1813. {"count":0} 
[2025-07-17 04:28:06] local.INFO: Sessions updated for user 1814. {"count":0} 
[2025-07-17 04:28:07] local.INFO: Sessions updated for user 1815. {"count":0} 
[2025-07-17 04:28:07] local.INFO: Sessions updated for user 1816. {"count":0} 
[2025-07-17 04:28:08] local.INFO: Sessions updated for user 1817. {"count":0} 
[2025-07-17 04:28:09] local.INFO: Sessions updated for user 1818. {"count":0} 
[2025-07-17 04:28:09] local.INFO: Sessions updated for user 1819. {"count":0} 
[2025-07-17 04:28:10] local.INFO: Sessions updated for user 1820. {"count":0} 
[2025-07-17 04:28:11] local.INFO: Sessions updated for user 1821. {"count":0} 
[2025-07-17 04:28:11] local.INFO: Sessions updated for user 1822. {"count":0} 
[2025-07-17 04:28:12] local.INFO: Sessions updated for user 1823. {"count":0} 
[2025-07-17 04:28:13] local.INFO: Sessions updated for user 1824. {"count":0} 
[2025-07-17 04:28:13] local.INFO: Sessions updated for user 1825. {"count":0} 
[2025-07-17 04:28:14] local.INFO: Sessions updated for user 1826. {"count":0} 
[2025-07-17 04:28:15] local.INFO: Sessions updated for user 1827. {"count":0} 
[2025-07-17 04:28:16] local.INFO: Sessions updated for user 1829. {"count":0} 
[2025-07-17 04:28:17] local.INFO: Sessions updated for user 1830. {"count":0} 
[2025-07-17 04:28:18] local.INFO: Sessions updated for user 1831. {"count":0} 
[2025-07-17 04:28:19] local.INFO: Sessions updated for user 1832. {"count":0} 
[2025-07-17 04:28:20] local.INFO: Sessions updated for user 1833. {"count":0} 
[2025-07-17 04:28:21] local.INFO: Sessions updated for user 1834. {"count":0} 
[2025-07-17 04:28:21] local.INFO: Sessions updated for user 1835. {"count":0} 
[2025-07-17 04:28:22] local.INFO: Sessions updated for user 1836. {"count":0} 
[2025-07-17 04:28:23] local.INFO: Sessions updated for user 1837. {"count":0} 
[2025-07-17 04:28:23] local.INFO: Sessions updated for user 1838. {"count":0} 
[2025-07-17 04:28:24] local.INFO: Sessions updated for user 1839. {"count":0} 
[2025-07-17 04:28:25] local.INFO: Sessions updated for user 1841. {"count":0} 
[2025-07-17 04:28:25] local.INFO: Sessions updated for user 1842. {"count":0} 
[2025-07-17 04:28:26] local.INFO: Sessions updated for user 1843. {"count":0} 
[2025-07-17 04:28:27] local.INFO: Sessions updated for user 1844. {"count":0} 
[2025-07-17 04:28:27] local.INFO: Sessions updated for user 1845. {"count":0} 
[2025-07-17 04:28:28] local.INFO: Sessions updated for user 1846. {"count":0} 
[2025-07-17 04:28:29] local.INFO: Sessions updated for user 1847. {"count":0} 
[2025-07-17 04:28:29] local.INFO: Sessions updated for user 1848. {"count":0} 
[2025-07-17 04:28:30] local.INFO: Sessions updated for user 1849. {"count":0} 
[2025-07-17 04:28:31] local.INFO: Sessions updated for user 1850. {"count":0} 
[2025-07-17 04:28:31] local.INFO: Sessions updated for user 1851. {"count":0} 
[2025-07-17 04:28:32] local.INFO: Sessions updated for user 1852. {"count":0} 
[2025-07-17 04:28:33] local.INFO: Sessions updated for user 1854. {"count":0} 
[2025-07-17 04:28:33] local.INFO: Sessions updated for user 1855. {"count":0} 
[2025-07-17 04:28:34] local.INFO: Sessions updated for user 1856. {"count":0} 
[2025-07-17 04:28:35] local.INFO: Sessions updated for user 1857. {"count":0} 
[2025-07-17 04:28:36] local.INFO: Sessions updated for user 1858. {"count":0} 
[2025-07-17 04:28:37] local.INFO: Sessions updated for user 1859. {"count":0} 
[2025-07-17 04:28:38] local.INFO: Sessions updated for user 1860. {"count":0} 
[2025-07-17 04:28:39] local.INFO: Sessions updated for user 1861. {"count":0} 
[2025-07-17 04:28:40] local.INFO: Sessions updated for user 1862. {"count":0} 
[2025-07-17 04:28:41] local.INFO: Sessions updated for user 1863. {"count":0} 
[2025-07-17 04:28:42] local.INFO: Sessions updated for user 1864. {"count":0} 
[2025-07-17 04:28:43] local.INFO: Sessions updated for user 1865. {"count":0} 
[2025-07-17 04:28:44] local.INFO: Sessions updated for user 1866. {"count":0} 
[2025-07-17 04:28:45] local.INFO: Sessions updated for user 1867. {"count":0} 
[2025-07-17 04:28:46] local.INFO: Sessions updated for user 1868. {"count":0} 
[2025-07-17 04:28:47] local.INFO: Sessions updated for user 1869. {"count":0} 
[2025-07-17 04:28:47] local.INFO: Sessions updated for user 1870. {"count":0} 
[2025-07-17 04:28:48] local.INFO: Sessions updated for user 1871. {"count":0} 
[2025-07-17 04:28:49] local.INFO: Sessions updated for user 1872. {"count":0} 
[2025-07-17 04:28:50] local.INFO: Sessions updated for user 1875. {"count":0} 
[2025-07-17 04:28:51] local.INFO: Sessions updated for user 1876. {"count":0} 
[2025-07-17 04:28:51] local.INFO: Sessions updated for user 1877. {"count":0} 
[2025-07-17 04:28:54] local.INFO: Sessions updated for user 1878. {"count":0} 
[2025-07-17 04:28:55] local.INFO: Sessions updated for user 1879. {"count":0} 
[2025-07-17 04:28:56] local.INFO: Sessions updated for user 1880. {"count":0} 
[2025-07-17 04:28:57] local.INFO: Sessions updated for user 1881. {"count":0} 
[2025-07-17 04:28:57] local.INFO: Sessions updated for user 1882. {"count":0} 
[2025-07-17 04:28:58] local.INFO: Sessions updated for user 1883. {"count":0} 
[2025-07-17 04:28:59] local.INFO: Sessions updated for user 1884. {"count":0} 
[2025-07-17 04:28:59] local.INFO: Sessions updated for user 1885. {"count":0} 
[2025-07-17 04:29:00] local.INFO: Sessions updated for user 1886. {"count":0} 
[2025-07-17 04:29:01] local.INFO: Sessions updated for user 1887. {"count":0} 
[2025-07-17 04:29:01] local.INFO: Sessions updated for user 1888. {"count":0} 
[2025-07-17 04:29:02] local.INFO: Sessions updated for user 1889. {"count":0} 
[2025-07-17 04:29:03] local.INFO: Sessions updated for user 1891. {"count":0} 
[2025-07-17 04:29:04] local.INFO: Sessions updated for user 1892. {"count":0} 
[2025-07-17 04:29:05] local.INFO: Sessions updated for user 1893. {"count":0} 
[2025-07-17 04:29:06] local.INFO: Sessions updated for user 1894. {"count":0} 
[2025-07-17 04:29:07] local.INFO: Sessions updated for user 1895. {"count":0} 
[2025-07-17 04:29:08] local.INFO: Sessions updated for user 1896. {"count":0} 
[2025-07-17 04:29:10] local.INFO: Sessions updated for user 1897. {"count":0} 
[2025-07-17 04:29:12] local.INFO: Sessions updated for user 1898. {"count":0} 
[2025-07-17 04:29:13] local.INFO: Sessions updated for user 1899. {"count":0} 
[2025-07-17 04:29:15] local.INFO: Sessions updated for user 1900. {"count":0} 
[2025-07-17 04:29:16] local.INFO: Sessions updated for user 1901. {"count":0} 
[2025-07-17 04:29:18] local.INFO: Sessions updated for user 1902. {"count":0} 
[2025-07-17 04:29:19] local.INFO: Sessions updated for user 1903. {"count":0} 
[2025-07-17 04:29:20] local.INFO: Sessions updated for user 1904. {"count":0} 
[2025-07-17 04:29:21] local.INFO: Sessions updated for user 1905. {"count":0} 
[2025-07-17 04:29:22] local.INFO: Sessions updated for user 1906. {"count":0} 
[2025-07-17 04:29:22] local.INFO: Sessions updated for user 1907. {"count":0} 
[2025-07-17 04:29:23] local.INFO: Sessions updated for user 1908. {"count":0} 
[2025-07-17 04:29:24] local.INFO: Sessions updated for user 1909. {"count":0} 
[2025-07-17 04:29:25] local.INFO: Sessions updated for user 1910. {"count":0} 
[2025-07-17 04:29:26] local.INFO: Sessions updated for user 1911. {"count":0} 
[2025-07-17 04:29:26] local.INFO: Sessions updated for user 1913. {"count":0} 
[2025-07-17 04:29:28] local.INFO: Sessions updated for user 1914. {"count":0} 
[2025-07-17 04:29:29] local.INFO: Sessions updated for user 1915. {"count":0} 
[2025-07-17 04:29:30] local.INFO: Sessions updated for user 1916. {"count":0} 
[2025-07-17 04:29:31] local.INFO: Sessions updated for user 1917. {"count":0} 
[2025-07-17 04:29:32] local.INFO: Sessions updated for user 1918. {"count":0} 
[2025-07-17 04:29:33] local.INFO: Sessions updated for user 1919. {"count":0} 
[2025-07-17 04:29:34] local.INFO: Sessions updated for user 1920. {"count":0} 
[2025-07-17 04:29:35] local.INFO: Sessions updated for user 1921. {"count":0} 
[2025-07-17 04:29:36] local.INFO: Sessions updated for user 1922. {"count":0} 
[2025-07-17 04:29:36] local.INFO: Sessions updated for user 1923. {"count":0} 
[2025-07-17 04:29:37] local.INFO: Sessions updated for user 1924. {"count":0} 
[2025-07-17 04:29:38] local.INFO: Sessions updated for user 1925. {"count":0} 
[2025-07-17 04:29:39] local.INFO: Sessions updated for user 1926. {"count":0} 
[2025-07-17 04:29:40] local.INFO: Sessions updated for user 1927. {"count":0} 
[2025-07-17 04:29:41] local.INFO: Sessions updated for user 1928. {"count":0} 
[2025-07-17 04:29:42] local.INFO: Sessions updated for user 1929. {"count":0} 
[2025-07-17 04:29:42] local.INFO: Sessions updated for user 1930. {"count":0} 
[2025-07-17 04:29:43] local.INFO: Sessions updated for user 1931. {"count":0} 
[2025-07-17 04:29:44] local.INFO: Sessions updated for user 1932. {"count":0} 
[2025-07-17 04:29:45] local.INFO: Sessions updated for user 1933. {"count":0} 
[2025-07-17 04:29:45] local.INFO: Sessions updated for user 1934. {"count":0} 
[2025-07-17 04:29:46] local.INFO: Sessions updated for user 1935. {"count":0} 
[2025-07-17 04:29:47] local.INFO: Sessions updated for user 1936. {"count":0} 
[2025-07-17 04:29:47] local.INFO: Sessions updated for user 1937. {"count":0} 
[2025-07-17 04:29:48] local.INFO: Sessions updated for user 1938. {"count":0} 
[2025-07-17 04:29:49] local.INFO: Sessions updated for user 1939. {"count":0} 
[2025-07-17 04:29:50] local.INFO: Sessions updated for user 1940. {"count":0} 
[2025-07-17 04:29:50] local.INFO: Sessions updated for user 1941. {"count":0} 
[2025-07-17 04:29:51] local.INFO: Sessions updated for user 1942. {"count":0} 
[2025-07-17 04:29:52] local.INFO: Sessions updated for user 1943. {"count":0} 
[2025-07-17 04:29:53] local.INFO: Sessions updated for user 1944. {"count":0} 
[2025-07-17 04:29:54] local.INFO: Sessions updated for user 1945. {"count":0} 
[2025-07-17 04:29:55] local.INFO: Sessions updated for user 1946. {"count":0} 
[2025-07-17 04:29:56] local.INFO: Sessions updated for user 1947. {"count":0} 
[2025-07-17 04:29:57] local.INFO: Sessions updated for user 1948. {"count":0} 
[2025-07-17 04:29:58] local.INFO: Sessions updated for user 1949. {"count":0} 
[2025-07-17 04:29:59] local.INFO: Sessions updated for user 1950. {"count":0} 
[2025-07-17 04:30:00] local.INFO: Sessions updated for user 1951. {"count":0} 
[2025-07-17 04:30:00] local.INFO: Sessions updated for user 1952. {"count":0} 
[2025-07-17 04:30:01] local.INFO: Sessions updated for user 1953. {"count":0} 
[2025-07-17 04:30:03] local.INFO: Sessions updated for user 1954. {"count":0} 
[2025-07-17 04:30:04] local.INFO: Sessions updated for user 1955. {"count":0} 
[2025-07-17 04:30:05] local.INFO: Sessions updated for user 1956. {"count":0} 
[2025-07-17 04:30:06] local.INFO: Sessions updated for user 1957. {"count":0} 
[2025-07-17 04:30:07] local.INFO: Sessions updated for user 1958. {"count":0} 
[2025-07-17 04:30:08] local.INFO: Sessions updated for user 1959. {"count":0} 
[2025-07-17 04:30:09] local.INFO: Sessions updated for user 1960. {"count":0} 
[2025-07-17 04:30:09] local.INFO: Sessions updated for user 1961. {"count":0} 
[2025-07-17 04:30:11] local.INFO: Sessions updated for user 1962. {"count":0} 
[2025-07-17 04:30:12] local.INFO: Sessions updated for user 1963. {"count":0} 
[2025-07-17 04:30:14] local.INFO: Sessions updated for user 1965. {"count":0} 
[2025-07-17 04:30:15] local.INFO: Sessions updated for user 1966. {"count":0} 
[2025-07-17 04:30:16] local.INFO: Sessions updated for user 1967. {"count":0} 
[2025-07-17 04:30:17] local.INFO: Sessions updated for user 1968. {"count":0} 
[2025-07-17 04:30:18] local.INFO: Sessions updated for user 1969. {"count":0} 
[2025-07-17 04:30:19] local.INFO: Sessions updated for user 1970. {"count":0} 
[2025-07-17 04:30:20] local.INFO: Sessions updated for user 1971. {"count":0} 
[2025-07-17 04:30:22] local.INFO: Sessions updated for user 1973. {"count":0} 
[2025-07-17 04:30:23] local.INFO: Sessions updated for user 1974. {"count":0} 
[2025-07-17 04:30:24] local.INFO: Sessions updated for user 1975. {"count":0} 
[2025-07-17 04:30:25] local.INFO: Sessions updated for user 1976. {"count":0} 
[2025-07-17 04:30:26] local.INFO: Sessions updated for user 1977. {"count":0} 
[2025-07-17 04:30:27] local.INFO: Sessions updated for user 1978. {"count":0} 
[2025-07-17 04:30:28] local.INFO: Sessions updated for user 1979. {"count":0} 
[2025-07-17 04:30:30] local.INFO: Sessions updated for user 1980. {"count":0} 
[2025-07-17 04:30:30] local.INFO: Sessions updated for user 1981. {"count":0} 
[2025-07-17 04:30:31] local.INFO: Sessions updated for user 1982. {"count":0} 
[2025-07-17 04:30:32] local.INFO: Sessions updated for user 1983. {"count":0} 
[2025-07-17 04:30:33] local.INFO: Sessions updated for user 1985. {"count":0} 
[2025-07-17 04:30:34] local.INFO: Sessions updated for user 1986. {"count":0} 
[2025-07-17 04:30:36] local.INFO: Sessions updated for user 1987. {"count":0} 
[2025-07-17 04:30:37] local.INFO: Sessions updated for user 1988. {"count":0} 
[2025-07-17 04:30:38] local.INFO: Sessions updated for user 1993. {"count":0} 
[2025-07-17 04:30:39] local.INFO: Sessions updated for user 1994. {"count":0} 
[2025-07-17 04:30:40] local.INFO: Sessions updated for user 1995. {"count":0} 
[2025-07-17 04:30:41] local.INFO: Sessions updated for user 1997. {"count":0} 
[2025-07-17 04:30:42] local.INFO: Sessions updated for user 1998. {"count":0} 
[2025-07-17 04:30:43] local.INFO: Sessions updated for user 1999. {"count":0} 
[2025-07-17 04:30:44] local.INFO: Sessions updated for user 2000. {"count":0} 
[2025-07-17 04:30:46] local.INFO: Sessions updated for user 2001. {"count":0} 
[2025-07-17 04:30:47] local.INFO: Sessions updated for user 2002. {"count":0} 
[2025-07-17 04:30:48] local.INFO: Sessions updated for user 2003. {"count":0} 
[2025-07-17 04:30:49] local.INFO: Sessions updated for user 2004. {"count":0} 
[2025-07-17 04:30:50] local.INFO: Sessions updated for user 2005. {"count":0} 
[2025-07-17 04:30:51] local.INFO: Sessions updated for user 2006. {"count":0} 
[2025-07-17 04:30:52] local.INFO: Sessions updated for user 2007. {"count":0} 
[2025-07-17 04:30:53] local.INFO: Sessions updated for user 2008. {"count":0} 
[2025-07-17 04:30:54] local.INFO: Sessions updated for user 2009. {"count":0} 
[2025-07-17 04:30:56] local.INFO: Sessions updated for user 2010. {"count":0} 
[2025-07-17 04:30:57] local.INFO: Sessions updated for user 2011. {"count":0} 
[2025-07-17 04:30:58] local.INFO: Sessions updated for user 2012. {"count":0} 
[2025-07-17 04:30:59] local.INFO: Sessions updated for user 2013. {"count":0} 
[2025-07-17 04:31:00] local.INFO: Sessions updated for user 2014. {"count":0} 
[2025-07-17 04:31:01] local.INFO: Sessions updated for user 2015. {"count":0} 
[2025-07-17 04:31:03] local.INFO: Sessions updated for user 2016. {"count":0} 
[2025-07-17 04:31:04] local.INFO: Sessions updated for user 2017. {"count":0} 
[2025-07-17 04:31:06] local.INFO: Sessions updated for user 2018. {"count":0} 
[2025-07-17 04:31:07] local.INFO: Sessions updated for user 2019. {"count":0} 
[2025-07-17 04:31:08] local.INFO: Sessions updated for user 2020. {"count":0} 
[2025-07-17 04:31:09] local.INFO: Sessions updated for user 2021. {"count":0} 
[2025-07-17 04:31:11] local.INFO: Sessions updated for user 2022. {"count":0} 
[2025-07-17 04:31:12] local.INFO: Sessions updated for user 2023. {"count":0} 
[2025-07-17 04:31:13] local.INFO: Sessions updated for user 2024. {"count":0} 
[2025-07-17 04:31:14] local.INFO: Sessions updated for user 2025. {"count":0} 
[2025-07-17 04:31:15] local.INFO: Sessions updated for user 2026. {"count":0} 
[2025-07-17 04:31:15] local.INFO: Sessions updated for user 2027. {"count":0} 
[2025-07-17 04:31:16] local.INFO: Sessions updated for user 2028. {"count":0} 
[2025-07-17 04:31:17] local.INFO: Sessions updated for user 2029. {"count":0} 
[2025-07-17 04:31:18] local.INFO: Sessions updated for user 2031. {"count":0} 
[2025-07-17 04:31:19] local.INFO: Sessions updated for user 2033. {"count":0} 
[2025-07-17 04:31:21] local.INFO: Sessions updated for user 2034. {"count":0} 
[2025-07-17 04:31:22] local.INFO: Sessions updated for user 2035. {"count":0} 
[2025-07-17 04:31:23] local.INFO: Sessions updated for user 2036. {"count":0} 
[2025-07-17 04:31:24] local.INFO: Sessions updated for user 2037. {"count":0} 
[2025-07-17 04:31:25] local.INFO: Sessions updated for user 2038. {"count":0} 
[2025-07-17 04:31:25] local.INFO: Sessions updated for user 2040. {"count":0} 
[2025-07-17 04:31:26] local.INFO: Sessions updated for user 2041. {"count":0} 
[2025-07-17 04:31:27] local.INFO: Sessions updated for user 2042. {"count":0} 
[2025-07-17 04:31:27] local.INFO: Sessions updated for user 2043. {"count":0} 
[2025-07-17 04:31:28] local.INFO: Sessions updated for user 2044. {"count":0} 
[2025-07-17 04:31:29] local.INFO: Sessions updated for user 2045. {"count":0} 
[2025-07-17 04:31:31] local.INFO: Sessions updated for user 2046. {"count":0} 
[2025-07-17 04:31:32] local.INFO: Sessions updated for user 2048. {"count":0} 
[2025-07-17 04:31:34] local.INFO: Sessions updated for user 2049. {"count":0} 
[2025-07-17 04:31:35] local.INFO: Sessions updated for user 2050. {"count":0} 
[2025-07-17 04:31:36] local.INFO: Sessions updated for user 2052. {"count":0} 
[2025-07-17 04:31:38] local.INFO: Sessions updated for user 2053. {"count":0} 
[2025-07-17 04:31:39] local.INFO: Sessions updated for user 2054. {"count":0} 
[2025-07-17 04:31:39] local.INFO: Sessions updated for user 2055. {"count":0} 
[2025-07-17 04:31:40] local.INFO: Sessions updated for user 2056. {"count":0} 
[2025-07-17 04:31:41] local.INFO: Sessions updated for user 2057. {"count":0} 
[2025-07-17 04:31:42] local.INFO: Sessions updated for user 2058. {"count":0} 
[2025-07-17 04:31:43] local.INFO: Sessions updated for user 2062. {"count":0} 
[2025-07-17 04:31:44] local.INFO: Sessions updated for user 2067. {"count":0} 
[2025-07-17 04:31:45] local.INFO: Sessions updated for user 2069. {"count":0} 
[2025-07-17 04:31:46] local.INFO: Sessions updated for user 2070. {"count":0} 
[2025-07-17 04:31:48] local.INFO: Sessions updated for user 2072. {"count":0} 
[2025-07-17 04:31:49] local.INFO: Sessions updated for user 2077. {"count":0} 
[2025-07-17 04:31:50] local.INFO: Sessions updated for user 2078. {"count":0} 
[2025-07-17 04:31:51] local.INFO: Sessions updated for user 2083. {"count":0} 
[2025-07-17 04:31:52] local.INFO: Sessions updated for user 2084. {"count":0} 
[2025-07-17 04:31:53] local.INFO: Sessions updated for user 2090. {"count":0} 
[2025-07-17 04:31:53] local.INFO: Sessions updated for user 2092. {"count":0} 
[2025-07-17 04:31:54] local.INFO: Sessions updated for user 2093. {"count":0} 
[2025-07-17 04:31:55] local.INFO: Sessions updated for user 2094. {"count":0} 
[2025-07-17 04:31:56] local.INFO: Sessions updated for user 2096. {"count":0} 
[2025-07-17 04:31:57] local.INFO: Sessions updated for user 2097. {"count":0} 
[2025-07-17 04:31:58] local.INFO: Sessions updated for user 2098. {"count":0} 
[2025-07-17 04:31:59] local.INFO: Sessions updated for user 2099. {"count":0} 
[2025-07-17 04:32:00] local.INFO: Sessions updated for user 2100. {"count":0} 
[2025-07-17 04:32:01] local.INFO: Sessions updated for user 2101. {"count":0} 
[2025-07-17 04:32:01] local.INFO: Sessions updated for user 2103. {"count":0} 
[2025-07-17 04:32:02] local.INFO: Sessions updated for user 2108. {"count":0} 
[2025-07-17 04:32:03] local.INFO: Sessions updated for user 2110. {"count":0} 
[2025-07-17 04:32:03] local.INFO: Sessions updated for user 2113. {"count":0} 
[2025-07-17 04:32:04] local.INFO: Sessions updated for user 2114. {"count":0} 
[2025-07-17 04:32:05] local.INFO: Sessions updated for user 2115. {"count":0} 
[2025-07-17 04:32:05] local.INFO: Sessions updated for user 2116. {"count":0} 
[2025-07-17 04:32:06] local.INFO: Sessions updated for user 2117. {"count":0} 
[2025-07-17 04:32:07] local.INFO: Sessions updated for user 2118. {"count":0} 
[2025-07-17 04:32:07] local.INFO: Sessions updated for user 2120. {"count":0} 
[2025-07-17 04:32:08] local.INFO: Sessions updated for user 2121. {"count":0} 
[2025-07-17 04:32:09] local.INFO: Sessions updated for user 2122. {"count":0} 
[2025-07-17 04:32:10] local.INFO: Sessions updated for user 2123. {"count":0} 
[2025-07-17 04:32:10] local.INFO: Sessions updated for user 2124. {"count":0} 
[2025-07-17 04:32:11] local.INFO: Sessions updated for user 2125. {"count":0} 
[2025-07-17 04:32:12] local.INFO: Sessions updated for user 2126. {"count":0} 
[2025-07-17 04:32:13] local.INFO: Sessions updated for user 2127. {"count":0} 
[2025-07-17 04:32:14] local.INFO: Sessions updated for user 2130. {"count":0} 
[2025-07-17 04:32:15] local.INFO: Sessions updated for user 2131. {"count":0} 
[2025-07-17 04:32:16] local.INFO: Sessions updated for user 2132. {"count":0} 
[2025-07-17 04:32:17] local.INFO: Sessions updated for user 2134. {"count":0} 
[2025-07-17 04:32:18] local.INFO: Sessions updated for user 2135. {"count":0} 
[2025-07-17 04:32:18] local.INFO: Sessions updated for user 2136. {"count":0} 
[2025-07-17 04:32:19] local.INFO: Sessions updated for user 2139. {"count":0} 
[2025-07-17 04:32:20] local.INFO: Sessions updated for user 2140. {"count":0} 
[2025-07-17 04:32:21] local.INFO: Sessions updated for user 2141. {"count":0} 
[2025-07-17 04:32:22] local.INFO: Sessions updated for user 2142. {"count":0} 
[2025-07-17 04:32:23] local.INFO: Sessions updated for user 2146. {"count":0} 
[2025-07-17 04:32:24] local.INFO: Sessions updated for user 2147. {"count":0} 
[2025-07-17 04:32:25] local.INFO: Sessions updated for user 2149. {"count":0} 
[2025-07-17 04:32:25] local.INFO: Sessions updated for user 2152. {"count":0} 
[2025-07-17 04:32:26] local.INFO: Sessions updated for user 2153. {"count":0} 
[2025-07-17 04:32:27] local.INFO: Sessions updated for user 2154. {"count":0} 
[2025-07-17 04:32:28] local.INFO: Sessions updated for user 2155. {"count":0} 
[2025-07-17 04:32:29] local.INFO: Sessions updated for user 2156. {"count":0} 
[2025-07-17 04:32:30] local.INFO: Sessions updated for user 2157. {"count":0} 
[2025-07-17 04:32:30] local.INFO: Sessions updated for user 2159. {"count":0} 
[2025-07-17 04:32:31] local.INFO: Sessions updated for user 2161. {"count":0} 
[2025-07-17 04:32:32] local.INFO: Sessions updated for user 2162. {"count":0} 
[2025-07-17 04:32:32] local.INFO: Sessions updated for user 2163. {"count":0} 
[2025-07-17 04:32:33] local.INFO: Sessions updated for user 2164. {"count":0} 
[2025-07-17 04:32:34] local.INFO: Sessions updated for user 2165. {"count":0} 
[2025-07-17 04:32:34] local.INFO: Sessions updated for user 2166. {"count":0} 
[2025-07-17 04:32:35] local.INFO: Sessions updated for user 2167. {"count":0} 
[2025-07-17 04:32:36] local.INFO: Sessions updated for user 2168. {"count":0} 
[2025-07-17 04:32:36] local.INFO: Sessions updated for user 2169. {"count":0} 
[2025-07-17 04:32:37] local.INFO: Sessions updated for user 2170. {"count":0} 
[2025-07-17 04:32:38] local.INFO: Sessions updated for user 2171. {"count":0} 
[2025-07-17 04:32:38] local.INFO: Sessions updated for user 2172. {"count":0} 
[2025-07-17 04:32:39] local.INFO: Sessions updated for user 2173. {"count":0} 
[2025-07-17 04:32:40] local.INFO: Sessions updated for user 2174. {"count":0} 
[2025-07-17 04:32:40] local.INFO: Sessions updated for user 2175. {"count":0} 
[2025-07-17 04:32:41] local.INFO: Sessions updated for user 2177. {"count":0} 
[2025-07-17 04:32:42] local.INFO: Sessions updated for user 2178. {"count":0} 
[2025-07-17 04:32:42] local.INFO: Sessions updated for user 2179. {"count":0} 
[2025-07-17 04:32:43] local.INFO: Sessions updated for user 2180. {"count":0} 
[2025-07-17 04:32:44] local.INFO: Sessions updated for user 2181. {"count":0} 
[2025-07-17 04:32:44] local.INFO: Sessions updated for user 2182. {"count":0} 
[2025-07-17 04:32:45] local.INFO: Sessions updated for user 2183. {"count":0} 
[2025-07-17 04:32:46] local.INFO: Sessions updated for user 2184. {"count":0} 
[2025-07-17 04:32:46] local.INFO: Sessions updated for user 2185. {"count":0} 
[2025-07-17 04:32:47] local.INFO: Sessions updated for user 2186. {"count":0} 
[2025-07-17 04:32:48] local.INFO: Sessions updated for user 2187. {"count":0} 
[2025-07-17 04:32:49] local.INFO: Sessions updated for user 2188. {"count":0} 
[2025-07-17 04:32:49] local.INFO: Sessions updated for user 2190. {"count":0} 
[2025-07-17 04:32:50] local.INFO: Sessions updated for user 2191. {"count":0} 
[2025-07-17 04:32:51] local.INFO: Sessions updated for user 2192. {"count":0} 
[2025-07-17 04:32:51] local.INFO: Sessions updated for user 2193. {"count":0} 
[2025-07-17 04:32:52] local.INFO: Sessions updated for user 2196. {"count":0} 
[2025-07-17 04:32:53] local.INFO: Sessions updated for user 2198. {"count":0} 
[2025-07-17 04:32:53] local.INFO: Sessions updated for user 2199. {"count":0} 
[2025-07-17 04:32:54] local.INFO: Sessions updated for user 2200. {"count":0} 
[2025-07-17 04:32:55] local.INFO: Sessions updated for user 2201. {"count":0} 
[2025-07-17 04:32:55] local.INFO: Sessions updated for user 2202. {"count":0} 
[2025-07-17 04:32:56] local.INFO: Sessions updated for user 2203. {"count":0} 
[2025-07-17 04:32:57] local.INFO: Sessions updated for user 2204. {"count":0} 
[2025-07-17 04:32:58] local.INFO: Sessions updated for user 2205. {"count":0} 
[2025-07-17 04:33:00] local.INFO: Sessions updated for user 2206. {"count":0} 
[2025-07-17 04:33:01] local.INFO: Sessions updated for user 2207. {"count":0} 
[2025-07-17 04:33:01] local.INFO: Sessions updated for user 2208. {"count":0} 
[2025-07-17 04:33:02] local.INFO: Sessions updated for user 2209. {"count":0} 
[2025-07-17 04:33:03] local.INFO: Sessions updated for user 2210. {"count":0} 
[2025-07-17 04:33:03] local.INFO: Sessions updated for user 2213. {"count":0} 
[2025-07-17 04:33:04] local.INFO: Sessions updated for user 2214. {"count":0} 
[2025-07-17 04:33:05] local.INFO: Sessions updated for user 2215. {"count":0} 
[2025-07-17 04:33:05] local.INFO: Sessions updated for user 2216. {"count":0} 
[2025-07-17 04:33:06] local.INFO: Sessions updated for user 2217. {"count":0} 
[2025-07-17 04:33:07] local.INFO: Sessions updated for user 2218. {"count":0} 
[2025-07-17 04:33:07] local.INFO: Sessions updated for user 2221. {"count":0} 
[2025-07-17 04:33:08] local.INFO: Sessions updated for user 2224. {"count":0} 
[2025-07-17 04:33:09] local.INFO: Sessions updated for user 2226. {"count":0} 
[2025-07-17 04:33:10] local.INFO: Sessions updated for user 2227. {"count":0} 
[2025-07-17 04:33:11] local.INFO: Sessions updated for user 2228. {"count":0} 
[2025-07-17 04:33:11] local.INFO: Sessions updated for user 2229. {"count":0} 
[2025-07-17 04:33:12] local.INFO: Sessions updated for user 2232. {"count":0} 
[2025-07-17 04:33:13] local.INFO: Sessions updated for user 2233. {"count":0} 
[2025-07-17 04:33:14] local.INFO: Sessions updated for user 2234. {"count":0} 
[2025-07-17 04:33:14] local.INFO: Sessions updated for user 2236. {"count":0} 
[2025-07-17 04:33:15] local.INFO: Sessions updated for user 2237. {"count":0} 
[2025-07-17 04:33:15] local.INFO: Sessions updated for user 2238. {"count":0} 
[2025-07-17 04:33:16] local.INFO: Sessions updated for user 2239. {"count":0} 
[2025-07-17 04:33:17] local.INFO: Sessions updated for user 2240. {"count":0} 
[2025-07-17 04:33:17] local.INFO: Sessions updated for user 2242. {"count":0} 
[2025-07-17 04:33:18] local.INFO: Sessions updated for user 2243. {"count":0} 
[2025-07-17 04:33:19] local.INFO: Sessions updated for user 2244. {"count":0} 
[2025-07-17 04:33:19] local.INFO: Sessions updated for user 2245. {"count":0} 
[2025-07-17 04:33:20] local.INFO: Sessions updated for user 2246. {"count":0} 
[2025-07-17 04:33:21] local.INFO: Sessions updated for user 2247. {"count":0} 
[2025-07-17 04:33:21] local.INFO: Sessions updated for user 2248. {"count":0} 
[2025-07-17 04:33:22] local.INFO: Sessions updated for user 2249. {"count":0} 
[2025-07-17 04:33:23] local.INFO: Sessions updated for user 2250. {"count":0} 
[2025-07-17 04:33:23] local.INFO: Sessions updated for user 2251. {"count":0} 
[2025-07-17 04:33:24] local.INFO: Sessions updated for user 2253. {"count":0} 
[2025-07-17 04:33:25] local.INFO: Sessions updated for user 2254. {"count":0} 
[2025-07-17 04:33:26] local.INFO: Sessions updated for user 2255. {"count":0} 
[2025-07-17 04:33:26] local.INFO: Sessions updated for user 2256. {"count":0} 
[2025-07-17 04:33:27] local.INFO: Sessions updated for user 2257. {"count":0} 
[2025-07-17 04:33:27] local.INFO: Sessions updated for user 2258. {"count":0} 
[2025-07-17 04:33:28] local.INFO: Sessions updated for user 2259. {"count":0} 
[2025-07-17 04:33:29] local.INFO: Sessions updated for user 2260. {"count":0} 
[2025-07-17 04:33:30] local.INFO: Sessions updated for user 2261. {"count":0} 
[2025-07-17 04:33:30] local.INFO: Sessions updated for user 2262. {"count":0} 
[2025-07-17 04:33:31] local.INFO: Sessions updated for user 2263. {"count":0} 
[2025-07-17 04:33:32] local.INFO: Sessions updated for user 2264. {"count":0} 
[2025-07-17 04:33:32] local.INFO: Sessions updated for user 2265. {"count":0} 
[2025-07-17 04:33:33] local.INFO: Sessions updated for user 2266. {"count":0} 
[2025-07-17 04:33:34] local.INFO: Sessions updated for user 2267. {"count":0} 
[2025-07-17 04:33:35] local.INFO: Sessions updated for user 2268. {"count":0} 
[2025-07-17 04:33:37] local.INFO: Sessions updated for user 2269. {"count":0} 
[2025-07-17 04:33:38] local.INFO: Sessions updated for user 2270. {"count":0} 
[2025-07-17 04:33:39] local.INFO: Sessions updated for user 2272. {"count":0} 
[2025-07-17 04:33:40] local.INFO: Sessions updated for user 2273. {"count":0} 
[2025-07-17 04:33:40] local.INFO: Sessions updated for user 2274. {"count":0} 
[2025-07-17 04:33:41] local.INFO: Sessions updated for user 2275. {"count":0} 
[2025-07-17 04:33:42] local.INFO: Sessions updated for user 2277. {"count":0} 
[2025-07-17 04:33:43] local.INFO: Sessions updated for user 2279. {"count":0} 
[2025-07-17 04:33:44] local.INFO: Sessions updated for user 2280. {"count":0} 
[2025-07-17 04:33:45] local.INFO: Sessions updated for user 2281. {"count":0} 
[2025-07-17 04:33:45] local.INFO: Sessions updated for user 2284. {"count":0} 
[2025-07-17 04:33:46] local.INFO: Sessions updated for user 2288. {"count":0} 
[2025-07-17 04:33:47] local.INFO: Sessions updated for user 2289. {"count":0} 
[2025-07-17 04:33:47] local.INFO: Sessions updated for user 2290. {"count":0} 
[2025-07-17 04:33:48] local.INFO: Sessions updated for user 2291. {"count":0} 
[2025-07-17 04:33:49] local.INFO: Sessions updated for user 2292. {"count":0} 
[2025-07-17 04:33:50] local.INFO: Sessions updated for user 2294. {"count":0} 
[2025-07-17 04:33:51] local.INFO: Sessions updated for user 2295. {"count":0} 
[2025-07-17 04:33:51] local.INFO: Sessions updated for user 2296. {"count":0} 
[2025-07-17 04:33:52] local.INFO: Sessions updated for user 2297. {"count":0} 
[2025-07-17 04:33:53] local.INFO: Sessions updated for user 2299. {"count":0} 
[2025-07-17 04:33:54] local.INFO: Sessions updated for user 2300. {"count":0} 
[2025-07-17 04:33:54] local.INFO: Sessions updated for user 2301. {"count":0} 
[2025-07-17 04:33:55] local.INFO: Sessions updated for user 2302. {"count":0} 
[2025-07-17 04:33:56] local.INFO: Sessions updated for user 2304. {"count":0} 
[2025-07-17 04:33:56] local.INFO: Sessions updated for user 2305. {"count":0} 
[2025-07-17 04:33:57] local.INFO: Sessions updated for user 2307. {"count":0} 
[2025-07-17 04:33:58] local.INFO: Sessions updated for user 2308. {"count":0} 
[2025-07-17 04:33:59] local.INFO: Sessions updated for user 2309. {"count":0} 
[2025-07-17 04:34:00] local.INFO: Sessions updated for user 2310. {"count":0} 
[2025-07-17 04:34:01] local.INFO: Sessions updated for user 2311. {"count":0} 
[2025-07-17 04:34:01] local.INFO: Sessions updated for user 2312. {"count":0} 
[2025-07-17 04:34:02] local.INFO: Sessions updated for user 2313. {"count":0} 
[2025-07-17 04:34:04] local.INFO: Sessions updated for user 2314. {"count":0} 
[2025-07-17 04:34:05] local.INFO: Sessions updated for user 2315. {"count":0} 
[2025-07-17 04:34:06] local.INFO: Sessions updated for user 2317. {"count":0} 
[2025-07-17 04:34:06] local.INFO: Sessions updated for user 2318. {"count":0} 
[2025-07-17 04:34:07] local.INFO: Sessions updated for user 2319. {"count":0} 
[2025-07-17 04:34:08] local.INFO: Sessions updated for user 2320. {"count":0} 
[2025-07-17 04:34:09] local.INFO: Sessions updated for user 2321. {"count":0} 
[2025-07-17 04:34:09] local.INFO: Sessions updated for user 2322. {"count":0} 
[2025-07-17 04:34:10] local.INFO: Sessions updated for user 2323. {"count":0} 
[2025-07-17 04:34:11] local.INFO: Sessions updated for user 2324. {"count":0} 
[2025-07-17 04:34:12] local.INFO: Sessions updated for user 2325. {"count":0} 
[2025-07-17 04:34:13] local.INFO: Sessions updated for user 2326. {"count":0} 
[2025-07-17 04:34:15] local.INFO: Sessions updated for user 2327. {"count":0} 
[2025-07-17 04:34:15] local.INFO: Sessions updated for user 2328. {"count":0} 
[2025-07-17 04:34:16] local.INFO: Sessions updated for user 2329. {"count":0} 
[2025-07-17 04:34:17] local.INFO: Sessions updated for user 2330. {"count":0} 
[2025-07-17 04:34:18] local.INFO: Sessions updated for user 2331. {"count":0} 
[2025-07-17 04:34:19] local.INFO: Sessions updated for user 2332. {"count":0} 
[2025-07-17 04:34:20] local.INFO: Sessions updated for user 2333. {"count":0} 
[2025-07-17 04:34:21] local.INFO: Sessions updated for user 2334. {"count":0} 
[2025-07-17 04:34:22] local.INFO: Sessions updated for user 2335. {"count":0} 
[2025-07-17 04:34:22] local.INFO: Sessions updated for user 2336. {"count":0} 
[2025-07-17 04:34:23] local.INFO: Sessions updated for user 2338. {"count":0} 
[2025-07-17 04:34:24] local.INFO: Sessions updated for user 2339. {"count":0} 
[2025-07-17 04:34:25] local.INFO: Sessions updated for user 2340. {"count":0} 
[2025-07-17 04:34:26] local.INFO: Sessions updated for user 2341. {"count":0} 
[2025-07-17 04:34:27] local.INFO: Sessions updated for user 2342. {"count":0} 
[2025-07-17 04:34:28] local.INFO: Sessions updated for user 2343. {"count":0} 
[2025-07-17 04:34:28] local.INFO: Sessions updated for user 2344. {"count":0} 
[2025-07-17 04:34:29] local.INFO: Sessions updated for user 2345. {"count":0} 
[2025-07-17 04:34:30] local.INFO: Sessions updated for user 2346. {"count":0} 
[2025-07-17 04:34:31] local.INFO: Sessions updated for user 2347. {"count":0} 
[2025-07-17 04:34:32] local.INFO: Sessions updated for user 2348. {"count":0} 
[2025-07-17 04:34:33] local.INFO: Sessions updated for user 2349. {"count":0} 
[2025-07-17 04:34:34] local.INFO: Sessions updated for user 2351. {"count":0} 
[2025-07-17 04:34:35] local.INFO: Sessions updated for user 2352. {"count":0} 
[2025-07-17 04:34:35] local.INFO: Sessions updated for user 2354. {"count":0} 
[2025-07-17 04:34:36] local.INFO: Sessions updated for user 2355. {"count":0} 
[2025-07-17 04:34:37] local.INFO: Sessions updated for user 2356. {"count":0} 
[2025-07-17 04:34:37] local.INFO: Sessions updated for user 2357. {"count":0} 
[2025-07-17 04:34:38] local.INFO: Sessions updated for user 2358. {"count":0} 
[2025-07-17 04:34:39] local.INFO: Sessions updated for user 2360. {"count":0} 
[2025-07-17 04:34:39] local.INFO: Sessions updated for user 2361. {"count":0} 
[2025-07-17 04:34:40] local.INFO: Sessions updated for user 2362. {"count":0} 
[2025-07-17 04:34:41] local.INFO: Sessions updated for user 2364. {"count":0} 
[2025-07-17 04:34:41] local.INFO: Sessions updated for user 2365. {"count":0} 
[2025-07-17 04:34:42] local.INFO: Sessions updated for user 2366. {"count":0} 
[2025-07-17 04:34:43] local.INFO: Sessions updated for user 2370. {"count":0} 
[2025-07-17 04:34:43] local.INFO: Sessions updated for user 2371. {"count":0} 
[2025-07-17 04:34:44] local.INFO: Sessions updated for user 2373. {"count":0} 
[2025-07-17 04:34:45] local.INFO: Sessions updated for user 2374. {"count":0} 
[2025-07-17 04:34:46] local.INFO: Sessions updated for user 2375. {"count":0} 
[2025-07-17 04:34:46] local.INFO: Sessions updated for user 2376. {"count":0} 
[2025-07-17 04:34:47] local.INFO: Sessions updated for user 2378. {"count":0} 
[2025-07-17 04:34:48] local.INFO: Sessions updated for user 2379. {"count":0} 
[2025-07-17 04:34:49] local.INFO: Sessions updated for user 2380. {"count":0} 
[2025-07-17 04:34:49] local.INFO: Sessions updated for user 2381. {"count":0} 
[2025-07-17 04:34:50] local.INFO: Sessions updated for user 2382. {"count":0} 
[2025-07-17 04:34:51] local.INFO: Sessions updated for user 2383. {"count":0} 
[2025-07-17 04:34:51] local.INFO: Sessions updated for user 2384. {"count":0} 
[2025-07-17 04:34:52] local.INFO: Sessions updated for user 2385. {"count":0} 
[2025-07-17 04:34:53] local.INFO: Sessions updated for user 2387. {"count":0} 
[2025-07-17 04:34:53] local.INFO: Sessions updated for user 2388. {"count":0} 
[2025-07-17 04:34:54] local.INFO: Sessions updated for user 2389. {"count":0} 
[2025-07-17 04:34:55] local.INFO: Sessions updated for user 2391. {"count":0} 
[2025-07-17 04:34:56] local.INFO: Sessions updated for user 2392. {"count":0} 
[2025-07-17 04:34:57] local.INFO: Sessions updated for user 2393. {"count":0} 
[2025-07-17 04:34:58] local.INFO: Sessions updated for user 2394. {"count":0} 
[2025-07-17 04:34:59] local.INFO: Sessions updated for user 2395. {"count":0} 
[2025-07-17 04:34:59] local.INFO: Sessions updated for user 2396. {"count":0} 
[2025-07-17 04:35:00] local.INFO: Sessions updated for user 2397. {"count":0} 
[2025-07-17 04:35:01] local.INFO: Sessions updated for user 2398. {"count":0} 
[2025-07-17 04:35:01] local.INFO: Sessions updated for user 2399. {"count":0} 
[2025-07-17 04:35:02] local.INFO: Sessions updated for user 2400. {"count":0} 
[2025-07-17 04:35:03] local.INFO: Sessions updated for user 2402. {"count":0} 
[2025-07-17 04:35:03] local.INFO: Sessions updated for user 2403. {"count":0} 
[2025-07-17 04:35:04] local.INFO: Sessions updated for user 2404. {"count":0} 
[2025-07-17 04:35:05] local.INFO: Sessions updated for user 2405. {"count":0} 
[2025-07-17 04:35:05] local.INFO: Sessions updated for user 2406. {"count":0} 
[2025-07-17 04:35:06] local.INFO: Sessions updated for user 2407. {"count":0} 
[2025-07-17 04:35:07] local.INFO: Sessions updated for user 2408. {"count":0} 
[2025-07-17 04:35:07] local.INFO: Sessions updated for user 2410. {"count":0} 
[2025-07-17 04:35:08] local.INFO: Sessions updated for user 2412. {"count":0} 
[2025-07-17 04:35:09] local.INFO: Sessions updated for user 2413. {"count":0} 
[2025-07-17 04:35:09] local.INFO: Sessions updated for user 2414. {"count":0} 
[2025-07-17 04:35:10] local.INFO: Sessions updated for user 2415. {"count":0} 
[2025-07-17 04:35:11] local.INFO: Sessions updated for user 2416. {"count":0} 
[2025-07-17 04:35:11] local.INFO: Sessions updated for user 2417. {"count":0} 
[2025-07-17 04:35:12] local.INFO: Sessions updated for user 2418. {"count":0} 
[2025-07-17 04:35:13] local.INFO: Sessions updated for user 2419. {"count":0} 
[2025-07-17 04:35:13] local.INFO: Sessions updated for user 2420. {"count":0} 
[2025-07-17 04:35:14] local.INFO: Sessions updated for user 2421. {"count":0} 
[2025-07-17 04:35:15] local.INFO: Sessions updated for user 2422. {"count":0} 
[2025-07-17 04:35:15] local.INFO: Sessions updated for user 2424. {"count":0} 
[2025-07-17 04:35:16] local.INFO: Sessions updated for user 2425. {"count":0} 
[2025-07-17 04:35:17] local.INFO: Sessions updated for user 2426. {"count":0} 
[2025-07-17 04:35:17] local.INFO: Sessions updated for user 2427. {"count":0} 
[2025-07-17 04:35:18] local.INFO: Sessions updated for user 2428. {"count":0} 
[2025-07-17 04:35:19] local.INFO: Sessions updated for user 2430. {"count":0} 
[2025-07-17 04:35:19] local.INFO: Sessions updated for user 2431. {"count":0} 
[2025-07-17 04:35:20] local.INFO: Sessions updated for user 2432. {"count":0} 
[2025-07-17 04:35:21] local.INFO: Sessions updated for user 2433. {"count":0} 
[2025-07-17 04:35:22] local.INFO: Sessions updated for user 2435. {"count":0} 
[2025-07-17 04:35:22] local.INFO: Total Users processed for sessions. {"count":1972} 
[2025-07-17 04:35:26] local.ERROR: AmpecoApiService: RequestException for partners: HTTP request returned status code 404:
{
    "message": "The route public-api/resources/public-api/resources/partners/v2.0 could not be found."
}
 {"url":"https://cp.blulinc.com/public-api/resources/public-api/resources/partners/v2.0","status":404} 
[2025-07-17 04:35:30] local.ERROR: AmpecoApiService: RequestException for partner-invites: HTTP request returned status code 404:
{
    "message": "The route public-api/resources/public-api/resources/partner-invites/v1.0 could not be found."
}
 {"url":"https://cp.blulinc.com/public-api/resources/public-api/resources/partner-invites/v1.0","status":404} 
[2025-07-17 04:35:30] local.ERROR: AmpecoDataUpdater: Error during update. {"exception":"There is no active transaction","trace":"#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(204): PDO->commit()
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\DatabaseManager.php(495): Illuminate\\Database\\Connection->commit()
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Facades\\Facade.php(361): Illuminate\\Database\\DatabaseManager->__call('commit', Array)
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\AmpecoDataUpdater.php(402): Illuminate\\Support\\Facades\\Facade::__callStatic('commit', Array)
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\AmpecoDataUpdater->handle()
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\AmpecoDataUpdater), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#18 {main}"} 
[2025-07-17 04:39:13] local.INFO: AmpecoDataUpdater: Command started.  
[2025-07-17 04:39:13] local.INFO: AmpecoDataUpdater: DEBUG_USER_ID from .env is: Not Set  
[2025-07-17 04:39:13] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:17] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":100,"total":1972}} 
[2025-07-17 04:39:17] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:19] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"156\",\"email\":\"geertpennewaert@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Geert\",\"middleName\":null,\"lastName\":\"Pennewaert\",\"phone\":\"0476630591\",\"country\":\"BE\",\"state\":null,\"city\":\"Oudegem\",\"postCode\":\"9200\",\"address\":\"Ouburg 130\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":313,\"externalId\":null,\"lastUpdatedAt\":\"2022-06-01T15:29:58+00:00\",\"createdAt\":...","meta_data":{"current_page":2,"from":101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":200,"total":1972}} 
[2025-07-17 04:39:19] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:22] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"280\",\"email\":\"vavo@piso.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Wim\",\"middleName\":null,\"lastName\":\"Vrancken\",\"phone\":\"0478257802\",\"country\":\"BE\",\"state\":null,\"city\":\"St-Joris-Winge\",\"postCode\":\"3390\",\"address\":\"Wingerstraat 20\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":50.57,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2310,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-17T12:45:55+00:00\",\"createdA...","meta_data":{"current_page":3,"from":201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":300,"total":1972}} 
[2025-07-17 04:39:22] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:25] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"388\",\"email\":\"steven.deron@nippongases.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Steven\",\"middleName\":null,\"lastName\":\"De Ron\",\"phone\":\"0485686876\",\"country\":\"BE\",\"state\":null,\"city\":\"Boortmeerbeek\",\"postCode\":\"3191\",\"address\":\"Ravesteinstraat 96, Hever 3191 Boortmeerbeek, Belgium\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":148.3,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2720,\"externalId\":null,\"l...","meta_data":{"current_page":4,"from":301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":400,"total":1972}} 
[2025-07-17 04:39:25] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:28] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"497\",\"email\":\"sandra@capitalecars.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Edmond\",\"middleName\":null,\"lastName\":\"Plas\",\"phone\":\"+32475235296\",\"country\":\"BE\",\"state\":null,\"city\":\"Asse\",\"postCode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"fr\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":845,\"externalId\":null,\"lastUpdatedAt\":\"2023-06-06T13:06:44+00:00\",\"crea...","meta_data":{"current_page":5,"from":401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":500,"total":1972}} 
[2025-07-17 04:39:28] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:30] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"613\",\"email\":\"Kurt.fanton@madolex.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Kurt\",\"middleName\":null,\"lastName\":\"Fanton\",\"phone\":\"0484671968\",\"country\":\"BE\",\"state\":\"Ossendriesstraat 42\",\"city\":\"Zonhoven\",\"postCode\":\"3520\",\"address\":\"ossendriesstraat 42\",\"vehicleNo\":\"2-DUM-217\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2023-07-27T...","meta_data":{"current_page":6,"from":501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":600,"total":1972}} 
[2025-07-17 04:39:30] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:34] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"743\",\"email\":\"stijn.bogaerts@outlook.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Stijn\",\"middleName\":null,\"lastName\":\"Bogaerts\",\"phone\":\"+32 499 93 60 03\",\"country\":\"BE\",\"state\":null,\"city\":\"Edegem\",\"postCode\":\"2650\",\"address\":\"Pieter Van den Bemdenlaan 59\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":100,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-10T1...","meta_data":{"current_page":7,"from":601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":700,"total":1972}} 
[2025-07-17 04:39:34] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:36] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"858\",\"email\":\"nicobonnast@me.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Nico\",\"middleName\":null,\"lastName\":\"Bonnast\",\"phone\":\"+32477384279\",\"country\":\"BE\",\"state\":null,\"city\":\"Wetteren\",\"postCode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"vehicleNo\":\"2-ELT-630\",\"personal_id\":\"591-9330104-67\",\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2156,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-31T11...","meta_data":{"current_page":8,"from":701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":800,"total":1972}} 
[2025-07-17 04:39:36] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:38] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"974\",\"email\":\"tommie.van.mechgelen@centomedia.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Tommie\",\"middleName\":null,\"lastName\":\"Van Mechgelen\",\"phone\":\"+32496642889\",\"country\":\"BE\",\"state\":null,\"city\":\"Wommelgem\",\"postCode\":\"2160\",\"address\":\"Gullenrodestraat 7 unit 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-...","meta_data":{"current_page":9,"from":801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":900,"total":1972}} 
[2025-07-17 04:39:38] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:41] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1114\",\"email\":\"mike@brandnewoffice.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Mike\",\"middleName\":null,\"lastName\":\"De Koster\",\"phone\":\"0486 41 33 35\",\"country\":\"BE\",\"state\":null,\"city\":\"Herne\",\"postCode\":\"1540\",\"address\":\"Tweekapellenstraat 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-03-17T09:17:33+00:00\",...","meta_data":{"current_page":10,"from":901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1000,"total":1972}} 
[2025-07-17 04:39:41] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:43] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1272\",\"email\":\"gerritdevos@skynet.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Gerrit\",\"middleName\":null,\"lastName\":\"De Vos\",\"phone\":\"+32456310834\",\"country\":\"BE\",\"state\":null,\"city\":\"Lochristi\",\"postCode\":\"9080\",\"address\":\"Bosdreef 12C\",\"vehicleNo\":\"2fls641\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":438.05,\"status\":\"enabled\",\"userGroupIds\":[199],\"subscriptionId\":1319,\"externalId\":null,\"lastUpdatedAt\":\"2024-06-14T08:03:14+00:0...","meta_data":{"current_page":11,"from":1001,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1100,"total":1972}} 
[2025-07-17 04:39:43] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:46] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1387\",\"email\":\"bajetak586@albarulo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Bibro\",\"middleName\":null,\"lastName\":\"Antar\",\"phone\":\"+40721001950\",\"country\":\"SE\",\"state\":null,\"city\":\"Stockholm\",\"postCode\":\"11543\",\"address\":\"ahlessen nr. 44\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"disabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-09-30T07:49:51+00:00\",\"crea...","meta_data":{"current_page":12,"from":1101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1200,"total":1972}} 
[2025-07-17 04:39:46] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:48] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1515\",\"email\":\"yunotjeanbex@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Yunot\",\"middleName\":null,\"lastName\":\"Bex\",\"phone\":\"+32460940182\",\"country\":\"BE\",\"state\":null,\"city\":\"Hasselt\",\"postCode\":\"3511\",\"address\":\"Deken Habrakenstraat 8\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":16.22,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":1778,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T18:33:50+00:00\",\"...","meta_data":{"current_page":13,"from":1201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1300,"total":1972}} 
[2025-07-17 04:39:48] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:50] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1630\",\"email\":\"pascale.vanolst@everlam.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Pascale\",\"middleName\":null,\"lastName\":\"Vanolst\",\"phone\":\"0487 26 95 23\",\"country\":\"BE\",\"state\":null,\"city\":\"Mechelen\",\"postCode\":\"2800\",\"address\":\"Blokhuisstraat 47 J           B-2800 Mechelen\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2012,\"externalId\":null,\"lastUpdatedAt...","meta_data":{"current_page":14,"from":1301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1400,"total":1972}} 
[2025-07-17 04:39:50] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:52] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1735\",\"email\":\"christophe.leysen@live.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Christophe\",\"middleName\":null,\"lastName\":\"Leysen\",\"phone\":\"+32470868696\",\"country\":\"BE\",\"state\":\"Antwerpen\",\"city\":\"Kontich\",\"postCode\":\"2550\",\"address\":\"lijsterbolstraat 18\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-12-26T10:50...","meta_data":{"current_page":15,"from":1401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1500,"total":1972}} 
[2025-07-17 04:39:52] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:55] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1852\",\"email\":\"susanbaba73@yahoo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":null,\"middleName\":null,\"lastName\":null,\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"es-ES\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-31T19:51:30+00:00\",\"createdAt\":\"2025-01-31T19:51:30+00:00\",\"cre...","meta_data":{"current_page":16,"from":1501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1600,"total":1972}} 
[2025-07-17 04:39:55] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:57] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1957\",\"email\":\"Heidi.Goossens@sobi.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Heidi\",\"middleName\":null,\"lastName\":\"Goossens\",\"phone\":\"32497590918\",\"country\":\"BE\",\"state\":null,\"city\":\"Waanrode\",\"postCode\":\"3473\",\"address\":\"Oude Tiensestraat 40\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":192.86,\"status\":\"enabled\",\"userGroupIds\":[228],\"subscriptionId\":2412,\"externalId\":\"1957\",\"lastUpdatedAt\":\"2025-04-02T11:59:5...","meta_data":{"current_page":17,"from":1601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1700,"total":1972}} 
[2025-07-17 04:39:57] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:39:59] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2093\",\"email\":\"sbai.ayoub@hotmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Ayoub\",\"middleName\":null,\"lastName\":\"Sbai\",\"phone\":\"+33643202625\",\"country\":\"FR\",\"state\":null,\"city\":\"Paris\",\"postCode\":\"75019\",\"address\":\"16 all\\u00e9e de Fontainebelau\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":51.65,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T10:36:03+...","meta_data":{"current_page":18,"from":1701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1800,"total":1972}} 
[2025-07-17 04:40:00] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:40:02] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2228\",\"email\":\"brecht.van.camp@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Brecht\",\"middleName\":null,\"lastName\":\"Van Camp\",\"phone\":\"+32476 58 79 81\",\"country\":\"BE\",\"state\":null,\"city\":\"Oelegem\",\"postCode\":\"2520\",\"address\":\"Schransken 5a\\/001\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-25T11:14:32+00:0...","meta_data":{"current_page":19,"from":1801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1900,"total":1972}} 
[2025-07-17 04:40:02] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 04:40:04] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2347\",\"email\":\"sarah.jacobs@docitconsult.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Sarah\",\"middleName\":null,\"lastName\":\"Jacobs\",\"phone\":\"0472013387\",\"country\":\"BE\",\"state\":null,\"city\":\"Schoten\",\"postCode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2595,\"externalId\":\"2347\",\"lastUpdatedAt\":\"2025-06-30T11:38:38+00:00...","meta_data":{"current_page":20,"from":1901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1972,"total":1972}} 
[2025-07-17 04:40:05] local.INFO: AmpecoDataUpdater: Session API response for user 1 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:05] local.INFO: Sessions updated for user 1. {"count":0} 
[2025-07-17 04:40:05] local.INFO: AmpecoDataUpdater: Session API response for user 7 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:06] local.INFO: Sessions updated for user 7. {"count":0} 
[2025-07-17 04:40:06] local.INFO: AmpecoDataUpdater: Session API response for user 15 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=15&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:06] local.INFO: Sessions updated for user 15. {"count":0} 
[2025-07-17 04:40:07] local.INFO: AmpecoDataUpdater: Session API response for user 17 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:07] local.INFO: Sessions updated for user 17. {"count":0} 
[2025-07-17 04:40:08] local.INFO: AmpecoDataUpdater: Session API response for user 19 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=19&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:08] local.INFO: Sessions updated for user 19. {"count":0} 
[2025-07-17 04:40:09] local.INFO: AmpecoDataUpdater: Session API response for user 20 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=20&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:09] local.INFO: Sessions updated for user 20. {"count":0} 
[2025-07-17 04:40:10] local.INFO: AmpecoDataUpdater: Session API response for user 21 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:10] local.INFO: Sessions updated for user 21. {"count":0} 
[2025-07-17 04:40:12] local.INFO: AmpecoDataUpdater: Session API response for user 23 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:12] local.INFO: Sessions updated for user 23. {"count":0} 
[2025-07-17 04:40:13] local.INFO: AmpecoDataUpdater: Session API response for user 26 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=26&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:13] local.INFO: Sessions updated for user 26. {"count":0} 
[2025-07-17 04:40:14] local.INFO: AmpecoDataUpdater: Session API response for user 27 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=27&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:14] local.INFO: Sessions updated for user 27. {"count":0} 
[2025-07-17 04:40:16] local.INFO: AmpecoDataUpdater: Session API response for user 28 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:16] local.INFO: Sessions updated for user 28. {"count":0} 
[2025-07-17 04:40:17] local.INFO: AmpecoDataUpdater: Session API response for user 30 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:17] local.INFO: Sessions updated for user 30. {"count":0} 
[2025-07-17 04:40:18] local.INFO: AmpecoDataUpdater: Session API response for user 32 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:18] local.INFO: Sessions updated for user 32. {"count":0} 
[2025-07-17 04:40:19] local.INFO: AmpecoDataUpdater: Session API response for user 33 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=33&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:20] local.INFO: Sessions updated for user 33. {"count":0} 
[2025-07-17 04:40:21] local.INFO: AmpecoDataUpdater: Session API response for user 36 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=36&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:21] local.INFO: Sessions updated for user 36. {"count":0} 
[2025-07-17 04:40:22] local.INFO: AmpecoDataUpdater: Session API response for user 40 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=40&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:22] local.INFO: Sessions updated for user 40. {"count":0} 
[2025-07-17 04:40:23] local.INFO: AmpecoDataUpdater: Session API response for user 41 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=41&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:23] local.INFO: Sessions updated for user 41. {"count":0} 
[2025-07-17 04:40:24] local.INFO: AmpecoDataUpdater: Session API response for user 45 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=45&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:24] local.INFO: Sessions updated for user 45. {"count":0} 
[2025-07-17 04:40:25] local.INFO: AmpecoDataUpdater: Session API response for user 46 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:25] local.INFO: Sessions updated for user 46. {"count":0} 
[2025-07-17 04:40:26] local.INFO: AmpecoDataUpdater: Session API response for user 47 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:26] local.INFO: Sessions updated for user 47. {"count":0} 
[2025-07-17 04:40:27] local.INFO: AmpecoDataUpdater: Session API response for user 50 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=50&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:27] local.INFO: Sessions updated for user 50. {"count":0} 
[2025-07-17 04:40:28] local.INFO: AmpecoDataUpdater: Session API response for user 52 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=52&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:28] local.INFO: Sessions updated for user 52. {"count":0} 
[2025-07-17 04:40:29] local.INFO: AmpecoDataUpdater: Session API response for user 53 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=53&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:29] local.INFO: Sessions updated for user 53. {"count":0} 
[2025-07-17 04:40:30] local.INFO: AmpecoDataUpdater: Session API response for user 55 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:30] local.INFO: Sessions updated for user 55. {"count":0} 
[2025-07-17 04:40:31] local.INFO: AmpecoDataUpdater: Session API response for user 57 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:31] local.INFO: Sessions updated for user 57. {"count":0} 
[2025-07-17 04:40:32] local.INFO: AmpecoDataUpdater: Session API response for user 60 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=60&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:32] local.INFO: Sessions updated for user 60. {"count":0} 
[2025-07-17 04:40:33] local.INFO: AmpecoDataUpdater: Session API response for user 61 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=61&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:33] local.INFO: Sessions updated for user 61. {"count":0} 
[2025-07-17 04:40:34] local.INFO: AmpecoDataUpdater: Session API response for user 62 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:34] local.INFO: Sessions updated for user 62. {"count":0} 
[2025-07-17 04:40:35] local.INFO: AmpecoDataUpdater: Session API response for user 63 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=63&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:35] local.INFO: Sessions updated for user 63. {"count":0} 
[2025-07-17 04:40:36] local.INFO: AmpecoDataUpdater: Session API response for user 64 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:36] local.INFO: Sessions updated for user 64. {"count":0} 
[2025-07-17 04:40:37] local.INFO: AmpecoDataUpdater: Session API response for user 65 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=65&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:37] local.INFO: Sessions updated for user 65. {"count":0} 
[2025-07-17 04:40:38] local.INFO: AmpecoDataUpdater: Session API response for user 66 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=66&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:38] local.INFO: Sessions updated for user 66. {"count":0} 
[2025-07-17 04:40:39] local.INFO: AmpecoDataUpdater: Session API response for user 67 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=67&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:39] local.INFO: Sessions updated for user 67. {"count":0} 
[2025-07-17 04:40:40] local.INFO: AmpecoDataUpdater: Session API response for user 68 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:40] local.INFO: Sessions updated for user 68. {"count":0} 
[2025-07-17 04:40:41] local.INFO: AmpecoDataUpdater: Session API response for user 69 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:41] local.INFO: Sessions updated for user 69. {"count":0} 
[2025-07-17 04:40:42] local.INFO: AmpecoDataUpdater: Session API response for user 71 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=71&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:42] local.INFO: Sessions updated for user 71. {"count":0} 
[2025-07-17 04:40:43] local.INFO: AmpecoDataUpdater: Session API response for user 72 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=72&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:43] local.INFO: Sessions updated for user 72. {"count":0} 
[2025-07-17 04:40:44] local.INFO: AmpecoDataUpdater: Session API response for user 73 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=73&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:44] local.INFO: Sessions updated for user 73. {"count":0} 
[2025-07-17 04:40:45] local.INFO: AmpecoDataUpdater: Session API response for user 74 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:45] local.INFO: Sessions updated for user 74. {"count":0} 
[2025-07-17 04:40:46] local.INFO: AmpecoDataUpdater: Session API response for user 76 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:46] local.INFO: Sessions updated for user 76. {"count":0} 
[2025-07-17 04:40:47] local.INFO: AmpecoDataUpdater: Session API response for user 77 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=77&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:47] local.INFO: Sessions updated for user 77. {"count":0} 
[2025-07-17 04:40:48] local.INFO: AmpecoDataUpdater: Session API response for user 79 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=79&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:48] local.INFO: Sessions updated for user 79. {"count":0} 
[2025-07-17 04:40:49] local.INFO: AmpecoDataUpdater: Session API response for user 80 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:49] local.INFO: Sessions updated for user 80. {"count":0} 
[2025-07-17 04:40:50] local.INFO: AmpecoDataUpdater: Session API response for user 81 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:50] local.INFO: Sessions updated for user 81. {"count":0} 
[2025-07-17 04:40:51] local.INFO: AmpecoDataUpdater: Session API response for user 84 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:51] local.INFO: Sessions updated for user 84. {"count":0} 
[2025-07-17 04:40:51] local.INFO: AmpecoDataUpdater: Session API response for user 85 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=85&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:52] local.INFO: Sessions updated for user 85. {"count":0} 
[2025-07-17 04:40:52] local.INFO: AmpecoDataUpdater: Session API response for user 86 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:52] local.INFO: Sessions updated for user 86. {"count":0} 
[2025-07-17 04:40:53] local.INFO: AmpecoDataUpdater: Session API response for user 87 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:53] local.INFO: Sessions updated for user 87. {"count":0} 
[2025-07-17 04:40:54] local.INFO: AmpecoDataUpdater: Session API response for user 88 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:54] local.INFO: Sessions updated for user 88. {"count":0} 
[2025-07-17 04:40:55] local.INFO: AmpecoDataUpdater: Session API response for user 89 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=89&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:55] local.INFO: Sessions updated for user 89. {"count":0} 
[2025-07-17 04:40:56] local.INFO: AmpecoDataUpdater: Session API response for user 90 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:56] local.INFO: Sessions updated for user 90. {"count":0} 
[2025-07-17 04:40:57] local.INFO: AmpecoDataUpdater: Session API response for user 91 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=91&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:57] local.INFO: Sessions updated for user 91. {"count":0} 
[2025-07-17 04:40:59] local.INFO: AmpecoDataUpdater: Session API response for user 92 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=92&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:40:59] local.INFO: Sessions updated for user 92. {"count":0} 
[2025-07-17 04:41:00] local.INFO: AmpecoDataUpdater: Session API response for user 94 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:40:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A40%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:00] local.INFO: Sessions updated for user 94. {"count":0} 
[2025-07-17 04:41:02] local.INFO: AmpecoDataUpdater: Session API response for user 95 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=95&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:02] local.INFO: Sessions updated for user 95. {"count":0} 
[2025-07-17 04:41:03] local.INFO: AmpecoDataUpdater: Session API response for user 96 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=96&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:03] local.INFO: Sessions updated for user 96. {"count":0} 
[2025-07-17 04:41:04] local.INFO: AmpecoDataUpdater: Session API response for user 97 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=97&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:04] local.INFO: Sessions updated for user 97. {"count":0} 
[2025-07-17 04:41:05] local.INFO: AmpecoDataUpdater: Session API response for user 98 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=98&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:05] local.INFO: Sessions updated for user 98. {"count":0} 
[2025-07-17 04:41:06] local.INFO: AmpecoDataUpdater: Session API response for user 99 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=99&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:06] local.INFO: Sessions updated for user 99. {"count":0} 
[2025-07-17 04:41:07] local.INFO: AmpecoDataUpdater: Session API response for user 100 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=100&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:07] local.INFO: Sessions updated for user 100. {"count":0} 
[2025-07-17 04:41:08] local.INFO: AmpecoDataUpdater: Session API response for user 101 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=101&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:08] local.INFO: Sessions updated for user 101. {"count":0} 
[2025-07-17 04:41:08] local.INFO: AmpecoDataUpdater: Session API response for user 102 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:09] local.INFO: Sessions updated for user 102. {"count":0} 
[2025-07-17 04:41:09] local.INFO: AmpecoDataUpdater: Session API response for user 103 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=103&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:10] local.INFO: Sessions updated for user 103. {"count":0} 
[2025-07-17 04:41:10] local.INFO: AmpecoDataUpdater: Session API response for user 104 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=104&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:10] local.INFO: Sessions updated for user 104. {"count":0} 
[2025-07-17 04:41:11] local.INFO: AmpecoDataUpdater: Session API response for user 105 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=105&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:11] local.INFO: Sessions updated for user 105. {"count":0} 
[2025-07-17 04:41:12] local.INFO: AmpecoDataUpdater: Session API response for user 106 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=106&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:12] local.INFO: Sessions updated for user 106. {"count":0} 
[2025-07-17 04:41:13] local.INFO: AmpecoDataUpdater: Session API response for user 107 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=107&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:13] local.INFO: Sessions updated for user 107. {"count":0} 
[2025-07-17 04:41:14] local.INFO: AmpecoDataUpdater: Session API response for user 108 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=108&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:14] local.INFO: Sessions updated for user 108. {"count":0} 
[2025-07-17 04:41:15] local.INFO: AmpecoDataUpdater: Session API response for user 109 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=109&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:15] local.INFO: Sessions updated for user 109. {"count":0} 
[2025-07-17 04:41:17] local.INFO: AmpecoDataUpdater: Session API response for user 110 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=110&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:17] local.INFO: Sessions updated for user 110. {"count":0} 
[2025-07-17 04:41:18] local.INFO: AmpecoDataUpdater: Session API response for user 111 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=111&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:18] local.INFO: Sessions updated for user 111. {"count":0} 
[2025-07-17 04:41:19] local.INFO: AmpecoDataUpdater: Session API response for user 112 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=112&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:19] local.INFO: Sessions updated for user 112. {"count":0} 
[2025-07-17 04:41:20] local.INFO: AmpecoDataUpdater: Session API response for user 113 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=113&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:20] local.INFO: Sessions updated for user 113. {"count":0} 
[2025-07-17 04:41:21] local.INFO: AmpecoDataUpdater: Session API response for user 114 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=114&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:21] local.INFO: Sessions updated for user 114. {"count":0} 
[2025-07-17 04:41:22] local.INFO: AmpecoDataUpdater: Session API response for user 115 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=115&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:22] local.INFO: Sessions updated for user 115. {"count":0} 
[2025-07-17 04:41:23] local.INFO: AmpecoDataUpdater: Session API response for user 116 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=116&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:23] local.INFO: Sessions updated for user 116. {"count":0} 
[2025-07-17 04:41:24] local.INFO: AmpecoDataUpdater: Session API response for user 117 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:24] local.INFO: Sessions updated for user 117. {"count":0} 
[2025-07-17 04:41:25] local.INFO: AmpecoDataUpdater: Session API response for user 118 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=118&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:25] local.INFO: Sessions updated for user 118. {"count":0} 
[2025-07-17 04:41:26] local.INFO: AmpecoDataUpdater: Session API response for user 119 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=119&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:26] local.INFO: Sessions updated for user 119. {"count":0} 
[2025-07-17 04:41:27] local.INFO: AmpecoDataUpdater: Session API response for user 121 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=121&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:27] local.INFO: Sessions updated for user 121. {"count":0} 
[2025-07-17 04:41:28] local.INFO: AmpecoDataUpdater: Session API response for user 122 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=122&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:28] local.INFO: Sessions updated for user 122. {"count":0} 
[2025-07-17 04:41:28] local.INFO: AmpecoDataUpdater: Session API response for user 123 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=123&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:29] local.INFO: Sessions updated for user 123. {"count":0} 
[2025-07-17 04:41:29] local.INFO: AmpecoDataUpdater: Session API response for user 124 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=124&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:30] local.INFO: Sessions updated for user 124. {"count":0} 
[2025-07-17 04:41:30] local.INFO: AmpecoDataUpdater: Session API response for user 125 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=125&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:30] local.INFO: Sessions updated for user 125. {"count":0} 
[2025-07-17 04:41:31] local.INFO: AmpecoDataUpdater: Session API response for user 127 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=127&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:31] local.INFO: Sessions updated for user 127. {"count":0} 
[2025-07-17 04:41:32] local.INFO: AmpecoDataUpdater: Session API response for user 128 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=128&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:32] local.INFO: Sessions updated for user 128. {"count":0} 
[2025-07-17 04:41:33] local.INFO: AmpecoDataUpdater: Session API response for user 130 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=130&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:33] local.INFO: Sessions updated for user 130. {"count":0} 
[2025-07-17 04:41:34] local.INFO: AmpecoDataUpdater: Session API response for user 131 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=131&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:34] local.INFO: Sessions updated for user 131. {"count":0} 
[2025-07-17 04:41:35] local.INFO: AmpecoDataUpdater: Session API response for user 134 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=134&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:35] local.INFO: Sessions updated for user 134. {"count":0} 
[2025-07-17 04:41:36] local.INFO: AmpecoDataUpdater: Session API response for user 140 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=140&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:36] local.INFO: Sessions updated for user 140. {"count":0} 
[2025-07-17 04:41:37] local.INFO: AmpecoDataUpdater: Session API response for user 142 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:37] local.INFO: Sessions updated for user 142. {"count":0} 
[2025-07-17 04:41:38] local.INFO: AmpecoDataUpdater: Session API response for user 143 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=143&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:38] local.INFO: Sessions updated for user 143. {"count":0} 
[2025-07-17 04:41:39] local.INFO: AmpecoDataUpdater: Session API response for user 144 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=144&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:39] local.INFO: Sessions updated for user 144. {"count":0} 
[2025-07-17 04:41:40] local.INFO: AmpecoDataUpdater: Session API response for user 145 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=145&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:40] local.INFO: Sessions updated for user 145. {"count":0} 
[2025-07-17 04:41:41] local.INFO: AmpecoDataUpdater: Session API response for user 146 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=146&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:41] local.INFO: Sessions updated for user 146. {"count":0} 
[2025-07-17 04:41:42] local.INFO: AmpecoDataUpdater: Session API response for user 147 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=147&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:43] local.INFO: Sessions updated for user 147. {"count":0} 
[2025-07-17 04:41:45] local.INFO: AmpecoDataUpdater: Session API response for user 150 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=150&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:45] local.INFO: Sessions updated for user 150. {"count":0} 
[2025-07-17 04:41:45] local.INFO: AmpecoDataUpdater: Session API response for user 152 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=152&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:45] local.INFO: Sessions updated for user 152. {"count":0} 
[2025-07-17 04:41:46] local.INFO: AmpecoDataUpdater: Session API response for user 154 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=154&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:46] local.INFO: Sessions updated for user 154. {"count":0} 
[2025-07-17 04:41:47] local.INFO: AmpecoDataUpdater: Session API response for user 155 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=155&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:47] local.INFO: Sessions updated for user 155. {"count":0} 
[2025-07-17 04:41:48] local.INFO: AmpecoDataUpdater: Session API response for user 156 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=156&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:48] local.INFO: Sessions updated for user 156. {"count":0} 
[2025-07-17 04:41:49] local.INFO: AmpecoDataUpdater: Session API response for user 159 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=159&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:49] local.INFO: Sessions updated for user 159. {"count":0} 
[2025-07-17 04:41:50] local.INFO: AmpecoDataUpdater: Session API response for user 160 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=160&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:50] local.INFO: Sessions updated for user 160. {"count":0} 
[2025-07-17 04:41:51] local.INFO: AmpecoDataUpdater: Session API response for user 161 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=161&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:51] local.INFO: Sessions updated for user 161. {"count":0} 
[2025-07-17 04:41:52] local.INFO: AmpecoDataUpdater: Session API response for user 162 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=162&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:52] local.INFO: Sessions updated for user 162. {"count":0} 
[2025-07-17 04:41:53] local.INFO: AmpecoDataUpdater: Session API response for user 163 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=163&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:53] local.INFO: Sessions updated for user 163. {"count":0} 
[2025-07-17 04:41:54] local.INFO: AmpecoDataUpdater: Session API response for user 164 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=164&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:54] local.INFO: Sessions updated for user 164. {"count":0} 
[2025-07-17 04:41:55] local.INFO: AmpecoDataUpdater: Session API response for user 166 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=166&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:55] local.INFO: Sessions updated for user 166. {"count":0} 
[2025-07-17 04:41:56] local.INFO: AmpecoDataUpdater: Session API response for user 167 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=167&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:56] local.INFO: Sessions updated for user 167. {"count":0} 
[2025-07-17 04:41:57] local.INFO: AmpecoDataUpdater: Session API response for user 168 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=168&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:57] local.INFO: Sessions updated for user 168. {"count":0} 
[2025-07-17 04:41:58] local.INFO: AmpecoDataUpdater: Session API response for user 169 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=169&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:58] local.INFO: Sessions updated for user 169. {"count":0} 
[2025-07-17 04:41:59] local.INFO: AmpecoDataUpdater: Session API response for user 170 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=170&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:41:59] local.INFO: Sessions updated for user 170. {"count":0} 
[2025-07-17 04:42:00] local.INFO: AmpecoDataUpdater: Session API response for user 171 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:41:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=171&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A41%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:00] local.INFO: Sessions updated for user 171. {"count":0} 
[2025-07-17 04:42:01] local.INFO: AmpecoDataUpdater: Session API response for user 172 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=172&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:01] local.INFO: Sessions updated for user 172. {"count":0} 
[2025-07-17 04:42:02] local.INFO: AmpecoDataUpdater: Session API response for user 173 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=173&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:02] local.INFO: Sessions updated for user 173. {"count":0} 
[2025-07-17 04:42:03] local.INFO: AmpecoDataUpdater: Session API response for user 174 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=174&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:03] local.INFO: Sessions updated for user 174. {"count":0} 
[2025-07-17 04:42:04] local.INFO: AmpecoDataUpdater: Session API response for user 175 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=175&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:04] local.INFO: Sessions updated for user 175. {"count":0} 
[2025-07-17 04:42:05] local.INFO: AmpecoDataUpdater: Session API response for user 176 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=176&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:05] local.INFO: Sessions updated for user 176. {"count":0} 
[2025-07-17 04:42:06] local.INFO: AmpecoDataUpdater: Session API response for user 177 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=177&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:06] local.INFO: Sessions updated for user 177. {"count":0} 
[2025-07-17 04:42:07] local.INFO: AmpecoDataUpdater: Session API response for user 178 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=178&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:08] local.INFO: Sessions updated for user 178. {"count":0} 
[2025-07-17 04:42:09] local.INFO: AmpecoDataUpdater: Session API response for user 179 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=179&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:09] local.INFO: Sessions updated for user 179. {"count":0} 
[2025-07-17 04:42:10] local.INFO: AmpecoDataUpdater: Session API response for user 180 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=180&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:10] local.INFO: Sessions updated for user 180. {"count":0} 
[2025-07-17 04:42:11] local.INFO: AmpecoDataUpdater: Session API response for user 181 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=181&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:12] local.INFO: Sessions updated for user 181. {"count":0} 
[2025-07-17 04:42:13] local.INFO: AmpecoDataUpdater: Session API response for user 182 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=182&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:13] local.INFO: Sessions updated for user 182. {"count":0} 
[2025-07-17 04:42:14] local.INFO: AmpecoDataUpdater: Session API response for user 183 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:14] local.INFO: Sessions updated for user 183. {"count":0} 
[2025-07-17 04:42:15] local.INFO: AmpecoDataUpdater: Session API response for user 184 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=184&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:15] local.INFO: Sessions updated for user 184. {"count":0} 
[2025-07-17 04:42:16] local.INFO: AmpecoDataUpdater: Session API response for user 185 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=185&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:16] local.INFO: Sessions updated for user 185. {"count":0} 
[2025-07-17 04:42:17] local.INFO: AmpecoDataUpdater: Session API response for user 186 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=186&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:17] local.INFO: Sessions updated for user 186. {"count":0} 
[2025-07-17 04:42:18] local.INFO: AmpecoDataUpdater: Session API response for user 187 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=187&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:18] local.INFO: Sessions updated for user 187. {"count":0} 
[2025-07-17 04:42:19] local.INFO: AmpecoDataUpdater: Session API response for user 188 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=188&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:19] local.INFO: Sessions updated for user 188. {"count":0} 
[2025-07-17 04:42:20] local.INFO: AmpecoDataUpdater: Session API response for user 191 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=191&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:20] local.INFO: Sessions updated for user 191. {"count":0} 
[2025-07-17 04:42:21] local.INFO: AmpecoDataUpdater: Session API response for user 192 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=192&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:21] local.INFO: Sessions updated for user 192. {"count":0} 
[2025-07-17 04:42:22] local.INFO: AmpecoDataUpdater: Session API response for user 193 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:22] local.INFO: Sessions updated for user 193. {"count":0} 
[2025-07-17 04:42:24] local.INFO: AmpecoDataUpdater: Session API response for user 194 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=194&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:24] local.INFO: Sessions updated for user 194. {"count":0} 
[2025-07-17 04:42:26] local.INFO: AmpecoDataUpdater: Session API response for user 196 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=196&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:26] local.INFO: Sessions updated for user 196. {"count":0} 
[2025-07-17 04:42:28] local.INFO: AmpecoDataUpdater: Session API response for user 197 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=197&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:28] local.INFO: Sessions updated for user 197. {"count":0} 
[2025-07-17 04:42:29] local.INFO: AmpecoDataUpdater: Session API response for user 199 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=199&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:29] local.INFO: Sessions updated for user 199. {"count":0} 
[2025-07-17 04:42:30] local.INFO: AmpecoDataUpdater: Session API response for user 200 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=200&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:30] local.INFO: Sessions updated for user 200. {"count":0} 
[2025-07-17 04:42:31] local.INFO: AmpecoDataUpdater: Session API response for user 204 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=204&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:31] local.INFO: Sessions updated for user 204. {"count":0} 
[2025-07-17 04:42:32] local.INFO: AmpecoDataUpdater: Session API response for user 205 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=205&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:32] local.INFO: Sessions updated for user 205. {"count":0} 
[2025-07-17 04:42:34] local.INFO: AmpecoDataUpdater: Session API response for user 206 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=206&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:34] local.INFO: Sessions updated for user 206. {"count":0} 
[2025-07-17 04:42:35] local.INFO: AmpecoDataUpdater: Session API response for user 207 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=207&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:35] local.INFO: Sessions updated for user 207. {"count":0} 
[2025-07-17 04:42:36] local.INFO: AmpecoDataUpdater: Session API response for user 208 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=208&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:37] local.INFO: Sessions updated for user 208. {"count":0} 
[2025-07-17 04:42:38] local.INFO: AmpecoDataUpdater: Session API response for user 209 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=209&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:38] local.INFO: Sessions updated for user 209. {"count":0} 
[2025-07-17 04:42:39] local.INFO: AmpecoDataUpdater: Session API response for user 210 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=210&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:39] local.INFO: Sessions updated for user 210. {"count":0} 
[2025-07-17 04:42:41] local.INFO: AmpecoDataUpdater: Session API response for user 211 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=211&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:41] local.INFO: Sessions updated for user 211. {"count":0} 
[2025-07-17 04:42:43] local.INFO: AmpecoDataUpdater: Session API response for user 212 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=212&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:43] local.INFO: Sessions updated for user 212. {"count":0} 
[2025-07-17 04:42:45] local.INFO: AmpecoDataUpdater: Session API response for user 213 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=213&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:45] local.INFO: Sessions updated for user 213. {"count":0} 
[2025-07-17 04:42:46] local.INFO: AmpecoDataUpdater: Session API response for user 214 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=214&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:46] local.INFO: Sessions updated for user 214. {"count":0} 
[2025-07-17 04:42:47] local.INFO: AmpecoDataUpdater: Session API response for user 216 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=216&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:47] local.INFO: Sessions updated for user 216. {"count":0} 
[2025-07-17 04:42:48] local.INFO: AmpecoDataUpdater: Session API response for user 217 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=217&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:49] local.INFO: Sessions updated for user 217. {"count":0} 
[2025-07-17 04:42:49] local.INFO: AmpecoDataUpdater: Session API response for user 219 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=219&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:50] local.INFO: Sessions updated for user 219. {"count":0} 
[2025-07-17 04:42:51] local.INFO: AmpecoDataUpdater: Session API response for user 220 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=220&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:51] local.INFO: Sessions updated for user 220. {"count":0} 
[2025-07-17 04:42:52] local.INFO: AmpecoDataUpdater: Session API response for user 221 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=221&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:52] local.INFO: Sessions updated for user 221. {"count":0} 
[2025-07-17 04:42:53] local.INFO: AmpecoDataUpdater: Session API response for user 222 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=222&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:53] local.INFO: Sessions updated for user 222. {"count":0} 
[2025-07-17 04:42:54] local.INFO: AmpecoDataUpdater: Session API response for user 223 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=223&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:54] local.INFO: Sessions updated for user 223. {"count":0} 
[2025-07-17 04:42:55] local.INFO: AmpecoDataUpdater: Session API response for user 224 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=224&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:55] local.INFO: Sessions updated for user 224. {"count":0} 
[2025-07-17 04:42:57] local.INFO: AmpecoDataUpdater: Session API response for user 225 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=225&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:57] local.INFO: Sessions updated for user 225. {"count":0} 
[2025-07-17 04:42:58] local.INFO: AmpecoDataUpdater: Session API response for user 226 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=226&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:58] local.INFO: Sessions updated for user 226. {"count":0} 
[2025-07-17 04:42:59] local.INFO: AmpecoDataUpdater: Session API response for user 228 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=228&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:42:59] local.INFO: Sessions updated for user 228. {"count":0} 
[2025-07-17 04:43:00] local.INFO: AmpecoDataUpdater: Session API response for user 229 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:42:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=229&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A42%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:00] local.INFO: Sessions updated for user 229. {"count":0} 
[2025-07-17 04:43:01] local.INFO: AmpecoDataUpdater: Session API response for user 230 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=230&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:02] local.INFO: Sessions updated for user 230. {"count":0} 
[2025-07-17 04:43:03] local.INFO: AmpecoDataUpdater: Session API response for user 232 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=232&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:04] local.INFO: Sessions updated for user 232. {"count":0} 
[2025-07-17 04:43:05] local.INFO: AmpecoDataUpdater: Session API response for user 233 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=233&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:05] local.INFO: Sessions updated for user 233. {"count":0} 
[2025-07-17 04:43:07] local.INFO: AmpecoDataUpdater: Session API response for user 234 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=234&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:07] local.INFO: Sessions updated for user 234. {"count":0} 
[2025-07-17 04:43:08] local.INFO: AmpecoDataUpdater: Session API response for user 235 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=235&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:08] local.INFO: Sessions updated for user 235. {"count":0} 
[2025-07-17 04:43:09] local.INFO: AmpecoDataUpdater: Session API response for user 236 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=236&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:09] local.INFO: Sessions updated for user 236. {"count":0} 
[2025-07-17 04:43:10] local.INFO: AmpecoDataUpdater: Session API response for user 237 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=237&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:11] local.INFO: Sessions updated for user 237. {"count":0} 
[2025-07-17 04:43:12] local.INFO: AmpecoDataUpdater: Session API response for user 238 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=238&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:12] local.INFO: Sessions updated for user 238. {"count":0} 
[2025-07-17 04:43:13] local.INFO: AmpecoDataUpdater: Session API response for user 239 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=239&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:13] local.INFO: Sessions updated for user 239. {"count":0} 
[2025-07-17 04:43:15] local.INFO: AmpecoDataUpdater: Session API response for user 242 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=242&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:15] local.INFO: Sessions updated for user 242. {"count":0} 
[2025-07-17 04:43:17] local.INFO: AmpecoDataUpdater: Session API response for user 244 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=244&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:17] local.INFO: Sessions updated for user 244. {"count":0} 
[2025-07-17 04:43:18] local.INFO: AmpecoDataUpdater: Session API response for user 245 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=245&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:18] local.INFO: Sessions updated for user 245. {"count":0} 
[2025-07-17 04:43:19] local.INFO: AmpecoDataUpdater: Session API response for user 246 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=246&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:19] local.INFO: Sessions updated for user 246. {"count":0} 
[2025-07-17 04:43:20] local.INFO: AmpecoDataUpdater: Session API response for user 247 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=247&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:21] local.INFO: Sessions updated for user 247. {"count":0} 
[2025-07-17 04:43:22] local.INFO: AmpecoDataUpdater: Session API response for user 248 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=248&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:22] local.INFO: Sessions updated for user 248. {"count":0} 
[2025-07-17 04:43:23] local.INFO: AmpecoDataUpdater: Session API response for user 249 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=249&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:23] local.INFO: Sessions updated for user 249. {"count":0} 
[2025-07-17 04:43:24] local.INFO: AmpecoDataUpdater: Session API response for user 250 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=250&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:24] local.INFO: Sessions updated for user 250. {"count":0} 
[2025-07-17 04:43:25] local.INFO: AmpecoDataUpdater: Session API response for user 251 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=251&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:25] local.INFO: Sessions updated for user 251. {"count":0} 
[2025-07-17 04:43:26] local.INFO: AmpecoDataUpdater: Session API response for user 253 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=253&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:26] local.INFO: Sessions updated for user 253. {"count":0} 
[2025-07-17 04:43:27] local.INFO: AmpecoDataUpdater: Session API response for user 254 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=254&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:27] local.INFO: Sessions updated for user 254. {"count":0} 
[2025-07-17 04:43:28] local.INFO: AmpecoDataUpdater: Session API response for user 255 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=255&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:28] local.INFO: Sessions updated for user 255. {"count":0} 
[2025-07-17 04:43:29] local.INFO: AmpecoDataUpdater: Session API response for user 257 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=257&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:29] local.INFO: Sessions updated for user 257. {"count":0} 
[2025-07-17 04:43:30] local.INFO: AmpecoDataUpdater: Session API response for user 258 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=258&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:30] local.INFO: Sessions updated for user 258. {"count":0} 
[2025-07-17 04:43:31] local.INFO: AmpecoDataUpdater: Session API response for user 259 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=259&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:31] local.INFO: Sessions updated for user 259. {"count":0} 
[2025-07-17 04:43:32] local.INFO: AmpecoDataUpdater: Session API response for user 260 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:32] local.INFO: Sessions updated for user 260. {"count":0} 
[2025-07-17 04:43:33] local.INFO: AmpecoDataUpdater: Session API response for user 262 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=262&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:33] local.INFO: Sessions updated for user 262. {"count":0} 
[2025-07-17 04:43:35] local.INFO: AmpecoDataUpdater: Session API response for user 263 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=263&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:35] local.INFO: Sessions updated for user 263. {"count":0} 
[2025-07-17 04:43:36] local.INFO: AmpecoDataUpdater: Session API response for user 267 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=267&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:36] local.INFO: Sessions updated for user 267. {"count":0} 
[2025-07-17 04:43:37] local.INFO: AmpecoDataUpdater: Session API response for user 268 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=268&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:37] local.INFO: Sessions updated for user 268. {"count":0} 
[2025-07-17 04:43:38] local.INFO: AmpecoDataUpdater: Session API response for user 269 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=269&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:38] local.INFO: Sessions updated for user 269. {"count":0} 
[2025-07-17 04:43:39] local.INFO: AmpecoDataUpdater: Session API response for user 270 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=270&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:39] local.INFO: Sessions updated for user 270. {"count":0} 
[2025-07-17 04:43:40] local.INFO: AmpecoDataUpdater: Session API response for user 271 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=271&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:40] local.INFO: Sessions updated for user 271. {"count":0} 
[2025-07-17 04:43:41] local.INFO: AmpecoDataUpdater: Session API response for user 273 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=273&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:41] local.INFO: Sessions updated for user 273. {"count":0} 
[2025-07-17 04:43:42] local.INFO: AmpecoDataUpdater: Session API response for user 274 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=274&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:42] local.INFO: Sessions updated for user 274. {"count":0} 
[2025-07-17 04:43:43] local.INFO: AmpecoDataUpdater: Session API response for user 275 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=275&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:43] local.INFO: Sessions updated for user 275. {"count":0} 
[2025-07-17 04:43:44] local.INFO: AmpecoDataUpdater: Session API response for user 276 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=276&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:44] local.INFO: Sessions updated for user 276. {"count":0} 
[2025-07-17 04:43:45] local.INFO: AmpecoDataUpdater: Session API response for user 277 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=277&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:45] local.INFO: Sessions updated for user 277. {"count":0} 
[2025-07-17 04:43:46] local.INFO: AmpecoDataUpdater: Session API response for user 278 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=278&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:46] local.INFO: Sessions updated for user 278. {"count":0} 
[2025-07-17 04:43:47] local.INFO: AmpecoDataUpdater: Session API response for user 279 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=279&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:47] local.INFO: Sessions updated for user 279. {"count":0} 
[2025-07-17 04:43:48] local.INFO: AmpecoDataUpdater: Session API response for user 280 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=280&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:48] local.INFO: Sessions updated for user 280. {"count":0} 
[2025-07-17 04:43:49] local.INFO: AmpecoDataUpdater: Session API response for user 281 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=281&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:49] local.INFO: Sessions updated for user 281. {"count":0} 
[2025-07-17 04:43:50] local.INFO: AmpecoDataUpdater: Session API response for user 283 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:50] local.INFO: Sessions updated for user 283. {"count":0} 
[2025-07-17 04:43:51] local.INFO: AmpecoDataUpdater: Session API response for user 284 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=284&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:51] local.INFO: Sessions updated for user 284. {"count":0} 
[2025-07-17 04:43:52] local.INFO: AmpecoDataUpdater: Session API response for user 285 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=285&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:52] local.INFO: Sessions updated for user 285. {"count":0} 
[2025-07-17 04:43:53] local.INFO: AmpecoDataUpdater: Session API response for user 286 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=286&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:53] local.INFO: Sessions updated for user 286. {"count":0} 
[2025-07-17 04:43:54] local.INFO: AmpecoDataUpdater: Session API response for user 287 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=287&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:54] local.INFO: Sessions updated for user 287. {"count":0} 
[2025-07-17 04:43:54] local.INFO: AmpecoDataUpdater: Session API response for user 288 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=288&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:55] local.INFO: Sessions updated for user 288. {"count":0} 
[2025-07-17 04:43:55] local.INFO: AmpecoDataUpdater: Session API response for user 290 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=290&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:55] local.INFO: Sessions updated for user 290. {"count":0} 
[2025-07-17 04:43:56] local.INFO: AmpecoDataUpdater: Session API response for user 291 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=291&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:56] local.INFO: Sessions updated for user 291. {"count":0} 
[2025-07-17 04:43:58] local.INFO: AmpecoDataUpdater: Session API response for user 292 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=292&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:58] local.INFO: Sessions updated for user 292. {"count":0} 
[2025-07-17 04:43:58] local.INFO: AmpecoDataUpdater: Session API response for user 293 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=293&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:58] local.INFO: Sessions updated for user 293. {"count":0} 
[2025-07-17 04:43:59] local.INFO: AmpecoDataUpdater: Session API response for user 294 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=294&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:43:59] local.INFO: Sessions updated for user 294. {"count":0} 
[2025-07-17 04:44:00] local.INFO: AmpecoDataUpdater: Session API response for user 295 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:43:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=295&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A43%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:00] local.INFO: Sessions updated for user 295. {"count":0} 
[2025-07-17 04:44:01] local.INFO: AmpecoDataUpdater: Session API response for user 296 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=296&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:01] local.INFO: Sessions updated for user 296. {"count":0} 
[2025-07-17 04:44:03] local.INFO: AmpecoDataUpdater: Session API response for user 297 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=297&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:03] local.INFO: Sessions updated for user 297. {"count":0} 
[2025-07-17 04:44:04] local.INFO: AmpecoDataUpdater: Session API response for user 298 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=298&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:04] local.INFO: Sessions updated for user 298. {"count":0} 
[2025-07-17 04:44:05] local.INFO: AmpecoDataUpdater: Session API response for user 301 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=301&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:05] local.INFO: Sessions updated for user 301. {"count":0} 
[2025-07-17 04:44:05] local.INFO: AmpecoDataUpdater: Session API response for user 302 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=302&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:06] local.INFO: Sessions updated for user 302. {"count":0} 
[2025-07-17 04:44:06] local.INFO: AmpecoDataUpdater: Session API response for user 303 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=303&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:07] local.INFO: Sessions updated for user 303. {"count":0} 
[2025-07-17 04:44:07] local.INFO: AmpecoDataUpdater: Session API response for user 304 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=304&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:07] local.INFO: Sessions updated for user 304. {"count":0} 
[2025-07-17 04:44:08] local.INFO: AmpecoDataUpdater: Session API response for user 305 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=305&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:08] local.INFO: Sessions updated for user 305. {"count":0} 
[2025-07-17 04:44:09] local.INFO: AmpecoDataUpdater: Session API response for user 306 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=306&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:09] local.INFO: Sessions updated for user 306. {"count":0} 
[2025-07-17 04:44:10] local.INFO: AmpecoDataUpdater: Session API response for user 307 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=307&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:10] local.INFO: Sessions updated for user 307. {"count":0} 
[2025-07-17 04:44:11] local.INFO: AmpecoDataUpdater: Session API response for user 308 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:11] local.INFO: Sessions updated for user 308. {"count":0} 
[2025-07-17 04:44:12] local.INFO: AmpecoDataUpdater: Session API response for user 309 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=309&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:12] local.INFO: Sessions updated for user 309. {"count":0} 
[2025-07-17 04:44:13] local.INFO: AmpecoDataUpdater: Session API response for user 310 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:13] local.INFO: Sessions updated for user 310. {"count":0} 
[2025-07-17 04:44:15] local.INFO: AmpecoDataUpdater: Session API response for user 311 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=311&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:15] local.INFO: Sessions updated for user 311. {"count":0} 
[2025-07-17 04:44:15] local.INFO: AmpecoDataUpdater: Session API response for user 312 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=312&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:15] local.INFO: Sessions updated for user 312. {"count":0} 
[2025-07-17 04:44:16] local.INFO: AmpecoDataUpdater: Session API response for user 313 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:16] local.INFO: Sessions updated for user 313. {"count":0} 
[2025-07-17 04:44:17] local.INFO: AmpecoDataUpdater: Session API response for user 314 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=314&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:17] local.INFO: Sessions updated for user 314. {"count":0} 
[2025-07-17 04:44:18] local.INFO: AmpecoDataUpdater: Session API response for user 315 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=315&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:18] local.INFO: Sessions updated for user 315. {"count":0} 
[2025-07-17 04:44:19] local.INFO: AmpecoDataUpdater: Session API response for user 316 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:19] local.INFO: Sessions updated for user 316. {"count":0} 
[2025-07-17 04:44:20] local.INFO: AmpecoDataUpdater: Session API response for user 317 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=317&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:20] local.INFO: Sessions updated for user 317. {"count":0} 
[2025-07-17 04:44:21] local.INFO: AmpecoDataUpdater: Session API response for user 318 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=318&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:21] local.INFO: Sessions updated for user 318. {"count":0} 
[2025-07-17 04:44:22] local.INFO: AmpecoDataUpdater: Session API response for user 319 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=319&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:22] local.INFO: Sessions updated for user 319. {"count":0} 
[2025-07-17 04:44:24] local.INFO: AmpecoDataUpdater: Session API response for user 320 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=320&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:24] local.INFO: Sessions updated for user 320. {"count":0} 
[2025-07-17 04:44:25] local.INFO: AmpecoDataUpdater: Session API response for user 321 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=321&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:26] local.INFO: Sessions updated for user 321. {"count":0} 
[2025-07-17 04:44:27] local.INFO: AmpecoDataUpdater: Session API response for user 323 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=323&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:27] local.INFO: Sessions updated for user 323. {"count":0} 
[2025-07-17 04:44:28] local.INFO: AmpecoDataUpdater: Session API response for user 324 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=324&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:28] local.INFO: Sessions updated for user 324. {"count":0} 
[2025-07-17 04:44:29] local.INFO: AmpecoDataUpdater: Session API response for user 325 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=325&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:29] local.INFO: Sessions updated for user 325. {"count":0} 
[2025-07-17 04:44:30] local.INFO: AmpecoDataUpdater: Session API response for user 326 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=326&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:30] local.INFO: Sessions updated for user 326. {"count":0} 
[2025-07-17 04:44:31] local.INFO: AmpecoDataUpdater: Session API response for user 327 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=327&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:32] local.INFO: Sessions updated for user 327. {"count":0} 
[2025-07-17 04:44:32] local.INFO: AmpecoDataUpdater: Session API response for user 328 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=328&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:33] local.INFO: Sessions updated for user 328. {"count":0} 
[2025-07-17 04:44:34] local.INFO: AmpecoDataUpdater: Session API response for user 329 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=329&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:34] local.INFO: Sessions updated for user 329. {"count":0} 
[2025-07-17 04:44:35] local.INFO: AmpecoDataUpdater: Session API response for user 330 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=330&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:35] local.INFO: Sessions updated for user 330. {"count":0} 
[2025-07-17 04:44:35] local.INFO: AmpecoDataUpdater: Session API response for user 331 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=331&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:36] local.INFO: Sessions updated for user 331. {"count":0} 
[2025-07-17 04:44:36] local.INFO: AmpecoDataUpdater: Session API response for user 332 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=332&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:37] local.INFO: Sessions updated for user 332. {"count":0} 
[2025-07-17 04:44:38] local.INFO: AmpecoDataUpdater: Session API response for user 333 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=333&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:38] local.INFO: Sessions updated for user 333. {"count":0} 
[2025-07-17 04:44:39] local.INFO: AmpecoDataUpdater: Session API response for user 334 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=334&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:39] local.INFO: Sessions updated for user 334. {"count":0} 
[2025-07-17 04:44:40] local.INFO: AmpecoDataUpdater: Session API response for user 335 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=335&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:40] local.INFO: Sessions updated for user 335. {"count":0} 
[2025-07-17 04:44:41] local.INFO: AmpecoDataUpdater: Session API response for user 336 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=336&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:41] local.INFO: Sessions updated for user 336. {"count":0} 
[2025-07-17 04:44:42] local.INFO: AmpecoDataUpdater: Session API response for user 338 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:42] local.INFO: Sessions updated for user 338. {"count":0} 
[2025-07-17 04:44:43] local.INFO: AmpecoDataUpdater: Session API response for user 339 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=339&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:43] local.INFO: Sessions updated for user 339. {"count":0} 
[2025-07-17 04:44:44] local.INFO: AmpecoDataUpdater: Session API response for user 340 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:44] local.INFO: Sessions updated for user 340. {"count":0} 
[2025-07-17 04:44:45] local.INFO: AmpecoDataUpdater: Session API response for user 341 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=341&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:45] local.INFO: Sessions updated for user 341. {"count":0} 
[2025-07-17 04:44:46] local.INFO: AmpecoDataUpdater: Session API response for user 342 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=342&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:46] local.INFO: Sessions updated for user 342. {"count":0} 
[2025-07-17 04:44:47] local.INFO: AmpecoDataUpdater: Session API response for user 343 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=343&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:47] local.INFO: Sessions updated for user 343. {"count":0} 
[2025-07-17 04:44:48] local.INFO: AmpecoDataUpdater: Session API response for user 344 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=344&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:48] local.INFO: Sessions updated for user 344. {"count":0} 
[2025-07-17 04:44:49] local.INFO: AmpecoDataUpdater: Session API response for user 345 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=345&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:49] local.INFO: Sessions updated for user 345. {"count":0} 
[2025-07-17 04:44:50] local.INFO: AmpecoDataUpdater: Session API response for user 346 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=346&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:50] local.INFO: Sessions updated for user 346. {"count":0} 
[2025-07-17 04:44:50] local.INFO: AmpecoDataUpdater: Session API response for user 347 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=347&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:51] local.INFO: Sessions updated for user 347. {"count":0} 
[2025-07-17 04:44:51] local.INFO: AmpecoDataUpdater: Session API response for user 348 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=348&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:51] local.INFO: Sessions updated for user 348. {"count":0} 
[2025-07-17 04:44:52] local.INFO: AmpecoDataUpdater: Session API response for user 349 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=349&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:52] local.INFO: Sessions updated for user 349. {"count":0} 
[2025-07-17 04:44:53] local.INFO: AmpecoDataUpdater: Session API response for user 351 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=351&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:53] local.INFO: Sessions updated for user 351. {"count":0} 
[2025-07-17 04:44:54] local.INFO: AmpecoDataUpdater: Session API response for user 352 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=352&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:54] local.INFO: Sessions updated for user 352. {"count":0} 
[2025-07-17 04:44:55] local.INFO: AmpecoDataUpdater: Session API response for user 353 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=353&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:55] local.INFO: Sessions updated for user 353. {"count":0} 
[2025-07-17 04:44:56] local.INFO: AmpecoDataUpdater: Session API response for user 354 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=354&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:56] local.INFO: Sessions updated for user 354. {"count":0} 
[2025-07-17 04:44:57] local.INFO: AmpecoDataUpdater: Session API response for user 355 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=355&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:57] local.INFO: Sessions updated for user 355. {"count":0} 
[2025-07-17 04:44:57] local.INFO: AmpecoDataUpdater: Session API response for user 356 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=356&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:57] local.INFO: Sessions updated for user 356. {"count":0} 
[2025-07-17 04:44:58] local.INFO: AmpecoDataUpdater: Session API response for user 357 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=357&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:58] local.INFO: Sessions updated for user 357. {"count":0} 
[2025-07-17 04:44:59] local.INFO: AmpecoDataUpdater: Session API response for user 358 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=358&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:44:59] local.INFO: Sessions updated for user 358. {"count":0} 
[2025-07-17 04:45:00] local.INFO: AmpecoDataUpdater: Session API response for user 359 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:44:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=359&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A44%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:00] local.INFO: Sessions updated for user 359. {"count":0} 
[2025-07-17 04:45:01] local.INFO: AmpecoDataUpdater: Session API response for user 360 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=360&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:01] local.INFO: Sessions updated for user 360. {"count":0} 
[2025-07-17 04:45:02] local.INFO: AmpecoDataUpdater: Session API response for user 361 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=361&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:03] local.INFO: Sessions updated for user 361. {"count":0} 
[2025-07-17 04:45:04] local.INFO: AmpecoDataUpdater: Session API response for user 362 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=362&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:04] local.INFO: Sessions updated for user 362. {"count":0} 
[2025-07-17 04:45:04] local.INFO: AmpecoDataUpdater: Session API response for user 363 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=363&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:04] local.INFO: Sessions updated for user 363. {"count":0} 
[2025-07-17 04:45:05] local.INFO: AmpecoDataUpdater: Session API response for user 364 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=364&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:05] local.INFO: Sessions updated for user 364. {"count":0} 
[2025-07-17 04:45:06] local.INFO: AmpecoDataUpdater: Session API response for user 365 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=365&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:06] local.INFO: Sessions updated for user 365. {"count":0} 
[2025-07-17 04:45:07] local.INFO: AmpecoDataUpdater: Session API response for user 366 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=366&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:07] local.INFO: Sessions updated for user 366. {"count":0} 
[2025-07-17 04:45:08] local.INFO: AmpecoDataUpdater: Session API response for user 367 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=367&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:08] local.INFO: Sessions updated for user 367. {"count":0} 
[2025-07-17 04:45:08] local.INFO: AmpecoDataUpdater: Session API response for user 368 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=368&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:09] local.INFO: Sessions updated for user 368. {"count":0} 
[2025-07-17 04:45:09] local.INFO: AmpecoDataUpdater: Session API response for user 369 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=369&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:09] local.INFO: Sessions updated for user 369. {"count":0} 
[2025-07-17 04:45:10] local.INFO: AmpecoDataUpdater: Session API response for user 370 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=370&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:10] local.INFO: Sessions updated for user 370. {"count":0} 
[2025-07-17 04:45:11] local.INFO: AmpecoDataUpdater: Session API response for user 371 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=371&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:11] local.INFO: Sessions updated for user 371. {"count":0} 
[2025-07-17 04:45:12] local.INFO: AmpecoDataUpdater: Session API response for user 372 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=372&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:12] local.INFO: Sessions updated for user 372. {"count":0} 
[2025-07-17 04:45:13] local.INFO: AmpecoDataUpdater: Session API response for user 373 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=373&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:13] local.INFO: Sessions updated for user 373. {"count":0} 
[2025-07-17 04:45:14] local.INFO: AmpecoDataUpdater: Session API response for user 374 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=374&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:14] local.INFO: Sessions updated for user 374. {"count":0} 
[2025-07-17 04:45:15] local.INFO: AmpecoDataUpdater: Session API response for user 375 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=375&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:15] local.INFO: Sessions updated for user 375. {"count":0} 
[2025-07-17 04:45:16] local.INFO: AmpecoDataUpdater: Session API response for user 376 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=376&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:16] local.INFO: Sessions updated for user 376. {"count":0} 
[2025-07-17 04:45:16] local.INFO: AmpecoDataUpdater: Session API response for user 377 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=377&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:17] local.INFO: Sessions updated for user 377. {"count":0} 
[2025-07-17 04:45:17] local.INFO: AmpecoDataUpdater: Session API response for user 378 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:17] local.INFO: Sessions updated for user 378. {"count":0} 
[2025-07-17 04:45:18] local.INFO: AmpecoDataUpdater: Session API response for user 379 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=379&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:18] local.INFO: Sessions updated for user 379. {"count":0} 
[2025-07-17 04:45:19] local.INFO: AmpecoDataUpdater: Session API response for user 380 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=380&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:19] local.INFO: Sessions updated for user 380. {"count":0} 
[2025-07-17 04:45:20] local.INFO: AmpecoDataUpdater: Session API response for user 381 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=381&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:20] local.INFO: Sessions updated for user 381. {"count":0} 
[2025-07-17 04:45:21] local.INFO: AmpecoDataUpdater: Session API response for user 382 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=382&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:21] local.INFO: Sessions updated for user 382. {"count":0} 
[2025-07-17 04:45:22] local.INFO: AmpecoDataUpdater: Session API response for user 383 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=383&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:22] local.INFO: Sessions updated for user 383. {"count":0} 
[2025-07-17 04:45:22] local.INFO: AmpecoDataUpdater: Session API response for user 384 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=384&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:23] local.INFO: Sessions updated for user 384. {"count":0} 
[2025-07-17 04:45:23] local.INFO: AmpecoDataUpdater: Session API response for user 386 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=386&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:24] local.INFO: Sessions updated for user 386. {"count":0} 
[2025-07-17 04:45:24] local.INFO: AmpecoDataUpdater: Session API response for user 387 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=387&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:24] local.INFO: Sessions updated for user 387. {"count":0} 
[2025-07-17 04:45:25] local.INFO: AmpecoDataUpdater: Session API response for user 388 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=388&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:25] local.INFO: Sessions updated for user 388. {"count":0} 
[2025-07-17 04:45:26] local.INFO: AmpecoDataUpdater: Session API response for user 389 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=389&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:26] local.INFO: Sessions updated for user 389. {"count":0} 
[2025-07-17 04:45:27] local.INFO: AmpecoDataUpdater: Session API response for user 390 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=390&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:27] local.INFO: Sessions updated for user 390. {"count":0} 
[2025-07-17 04:45:28] local.INFO: AmpecoDataUpdater: Session API response for user 391 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=391&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:28] local.INFO: Sessions updated for user 391. {"count":0} 
[2025-07-17 04:45:29] local.INFO: AmpecoDataUpdater: Session API response for user 392 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=392&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:29] local.INFO: Sessions updated for user 392. {"count":0} 
[2025-07-17 04:45:29] local.INFO: AmpecoDataUpdater: Session API response for user 393 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=393&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:29] local.INFO: Sessions updated for user 393. {"count":0} 
[2025-07-17 04:45:30] local.INFO: AmpecoDataUpdater: Session API response for user 395 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=395&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:30] local.INFO: Sessions updated for user 395. {"count":0} 
[2025-07-17 04:45:31] local.INFO: AmpecoDataUpdater: Session API response for user 396 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=396&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:31] local.INFO: Sessions updated for user 396. {"count":0} 
[2025-07-17 04:45:32] local.INFO: AmpecoDataUpdater: Session API response for user 398 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=398&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:32] local.INFO: Sessions updated for user 398. {"count":0} 
[2025-07-17 04:45:33] local.INFO: AmpecoDataUpdater: Session API response for user 399 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=399&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:33] local.INFO: Sessions updated for user 399. {"count":0} 
[2025-07-17 04:45:33] local.INFO: AmpecoDataUpdater: Session API response for user 400 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=400&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:33] local.INFO: Sessions updated for user 400. {"count":0} 
[2025-07-17 04:45:34] local.INFO: AmpecoDataUpdater: Session API response for user 401 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=401&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:34] local.INFO: Sessions updated for user 401. {"count":0} 
[2025-07-17 04:45:36] local.INFO: AmpecoDataUpdater: Session API response for user 402 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=402&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:36] local.INFO: Sessions updated for user 402. {"count":0} 
[2025-07-17 04:45:38] local.INFO: AmpecoDataUpdater: Session API response for user 403 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=403&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:38] local.INFO: Sessions updated for user 403. {"count":0} 
[2025-07-17 04:45:39] local.INFO: AmpecoDataUpdater: Session API response for user 404 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=404&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:39] local.INFO: Sessions updated for user 404. {"count":0} 
[2025-07-17 04:45:40] local.INFO: AmpecoDataUpdater: Session API response for user 406 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=406&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:40] local.INFO: Sessions updated for user 406. {"count":0} 
[2025-07-17 04:45:41] local.INFO: AmpecoDataUpdater: Session API response for user 407 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=407&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:41] local.INFO: Sessions updated for user 407. {"count":0} 
[2025-07-17 04:45:42] local.INFO: AmpecoDataUpdater: Session API response for user 408 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=408&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:42] local.INFO: Sessions updated for user 408. {"count":0} 
[2025-07-17 04:45:43] local.INFO: AmpecoDataUpdater: Session API response for user 410 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=410&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:43] local.INFO: Sessions updated for user 410. {"count":0} 
[2025-07-17 04:45:44] local.INFO: AmpecoDataUpdater: Session API response for user 411 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=411&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:44] local.INFO: Sessions updated for user 411. {"count":0} 
[2025-07-17 04:45:44] local.INFO: AmpecoDataUpdater: Session API response for user 412 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=412&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:44] local.INFO: Sessions updated for user 412. {"count":0} 
[2025-07-17 04:45:45] local.INFO: AmpecoDataUpdater: Session API response for user 413 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=413&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:45] local.INFO: Sessions updated for user 413. {"count":0} 
[2025-07-17 04:45:46] local.INFO: AmpecoDataUpdater: Session API response for user 414 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=414&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:46] local.INFO: Sessions updated for user 414. {"count":0} 
[2025-07-17 04:45:47] local.INFO: AmpecoDataUpdater: Session API response for user 415 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=415&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:47] local.INFO: Sessions updated for user 415. {"count":0} 
[2025-07-17 04:45:48] local.INFO: AmpecoDataUpdater: Session API response for user 416 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=416&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:48] local.INFO: Sessions updated for user 416. {"count":0} 
[2025-07-17 04:45:49] local.INFO: AmpecoDataUpdater: Session API response for user 417 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=417&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:49] local.INFO: Sessions updated for user 417. {"count":0} 
[2025-07-17 04:45:50] local.INFO: AmpecoDataUpdater: Session API response for user 418 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=418&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:50] local.INFO: Sessions updated for user 418. {"count":0} 
[2025-07-17 04:45:51] local.INFO: AmpecoDataUpdater: Session API response for user 419 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=419&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:51] local.INFO: Sessions updated for user 419. {"count":0} 
[2025-07-17 04:45:52] local.INFO: AmpecoDataUpdater: Session API response for user 421 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=421&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:52] local.INFO: Sessions updated for user 421. {"count":0} 
[2025-07-17 04:45:53] local.INFO: AmpecoDataUpdater: Session API response for user 422 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=422&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:53] local.INFO: Sessions updated for user 422. {"count":0} 
[2025-07-17 04:45:53] local.INFO: AmpecoDataUpdater: Session API response for user 423 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=423&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:54] local.INFO: Sessions updated for user 423. {"count":0} 
[2025-07-17 04:45:54] local.INFO: AmpecoDataUpdater: Session API response for user 424 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=424&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:54] local.INFO: Sessions updated for user 424. {"count":0} 
[2025-07-17 04:45:55] local.INFO: AmpecoDataUpdater: Session API response for user 425 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=425&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:55] local.INFO: Sessions updated for user 425. {"count":0} 
[2025-07-17 04:45:56] local.INFO: AmpecoDataUpdater: Session API response for user 426 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=426&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:56] local.INFO: Sessions updated for user 426. {"count":0} 
[2025-07-17 04:45:57] local.INFO: AmpecoDataUpdater: Session API response for user 427 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:57] local.INFO: Sessions updated for user 427. {"count":0} 
[2025-07-17 04:45:58] local.INFO: AmpecoDataUpdater: Session API response for user 428 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=428&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:58] local.INFO: Sessions updated for user 428. {"count":0} 
[2025-07-17 04:45:58] local.INFO: AmpecoDataUpdater: Session API response for user 429 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:59] local.INFO: Sessions updated for user 429. {"count":0} 
[2025-07-17 04:45:59] local.INFO: AmpecoDataUpdater: Session API response for user 430 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=430&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:45:59] local.INFO: Sessions updated for user 430. {"count":0} 
[2025-07-17 04:46:00] local.INFO: AmpecoDataUpdater: Session API response for user 431 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:45:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=431&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A45%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:00] local.INFO: Sessions updated for user 431. {"count":0} 
[2025-07-17 04:46:01] local.INFO: AmpecoDataUpdater: Session API response for user 432 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=432&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:01] local.INFO: Sessions updated for user 432. {"count":0} 
[2025-07-17 04:46:02] local.INFO: AmpecoDataUpdater: Session API response for user 433 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=433&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:02] local.INFO: Sessions updated for user 433. {"count":0} 
[2025-07-17 04:46:03] local.INFO: AmpecoDataUpdater: Session API response for user 434 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=434&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:03] local.INFO: Sessions updated for user 434. {"count":0} 
[2025-07-17 04:46:04] local.INFO: AmpecoDataUpdater: Session API response for user 435 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=435&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:04] local.INFO: Sessions updated for user 435. {"count":0} 
[2025-07-17 04:46:05] local.INFO: AmpecoDataUpdater: Session API response for user 436 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=436&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:05] local.INFO: Sessions updated for user 436. {"count":0} 
[2025-07-17 04:46:06] local.INFO: AmpecoDataUpdater: Session API response for user 437 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=437&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:06] local.INFO: Sessions updated for user 437. {"count":0} 
[2025-07-17 04:46:06] local.INFO: AmpecoDataUpdater: Session API response for user 438 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=438&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:07] local.INFO: Sessions updated for user 438. {"count":0} 
[2025-07-17 04:46:07] local.INFO: AmpecoDataUpdater: Session API response for user 439 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=439&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:07] local.INFO: Sessions updated for user 439. {"count":0} 
[2025-07-17 04:46:08] local.INFO: AmpecoDataUpdater: Session API response for user 440 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:08] local.INFO: Sessions updated for user 440. {"count":0} 
[2025-07-17 04:46:09] local.INFO: AmpecoDataUpdater: Session API response for user 442 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:09] local.INFO: Sessions updated for user 442. {"count":0} 
[2025-07-17 04:46:10] local.INFO: AmpecoDataUpdater: Session API response for user 443 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=443&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:10] local.INFO: Sessions updated for user 443. {"count":0} 
[2025-07-17 04:46:12] local.INFO: AmpecoDataUpdater: Session API response for user 445 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=445&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:12] local.INFO: Sessions updated for user 445. {"count":0} 
[2025-07-17 04:46:13] local.INFO: AmpecoDataUpdater: Session API response for user 446 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=446&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:13] local.INFO: Sessions updated for user 446. {"count":0} 
[2025-07-17 04:46:13] local.INFO: AmpecoDataUpdater: Session API response for user 447 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=447&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:13] local.INFO: Sessions updated for user 447. {"count":0} 
[2025-07-17 04:46:14] local.INFO: AmpecoDataUpdater: Session API response for user 448 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=448&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:14] local.INFO: Sessions updated for user 448. {"count":0} 
[2025-07-17 04:46:15] local.INFO: AmpecoDataUpdater: Session API response for user 449 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=449&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:15] local.INFO: Sessions updated for user 449. {"count":0} 
[2025-07-17 04:46:16] local.INFO: AmpecoDataUpdater: Session API response for user 450 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=450&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:16] local.INFO: Sessions updated for user 450. {"count":0} 
[2025-07-17 04:46:17] local.INFO: AmpecoDataUpdater: Session API response for user 451 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=451&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:17] local.INFO: Sessions updated for user 451. {"count":0} 
[2025-07-17 04:46:18] local.INFO: AmpecoDataUpdater: Session API response for user 452 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=452&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:18] local.INFO: Sessions updated for user 452. {"count":0} 
[2025-07-17 04:46:19] local.INFO: AmpecoDataUpdater: Session API response for user 453 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=453&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:19] local.INFO: Sessions updated for user 453. {"count":0} 
[2025-07-17 04:46:20] local.INFO: AmpecoDataUpdater: Session API response for user 454 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=454&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:20] local.INFO: Sessions updated for user 454. {"count":0} 
[2025-07-17 04:46:21] local.INFO: AmpecoDataUpdater: Session API response for user 455 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=455&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:21] local.INFO: Sessions updated for user 455. {"count":0} 
[2025-07-17 04:46:22] local.INFO: AmpecoDataUpdater: Session API response for user 456 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=456&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:22] local.INFO: Sessions updated for user 456. {"count":0} 
[2025-07-17 04:46:22] local.INFO: AmpecoDataUpdater: Session API response for user 457 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=457&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:22] local.INFO: Sessions updated for user 457. {"count":0} 
[2025-07-17 04:46:23] local.INFO: AmpecoDataUpdater: Session API response for user 458 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=458&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:23] local.INFO: Sessions updated for user 458. {"count":0} 
[2025-07-17 04:46:24] local.INFO: AmpecoDataUpdater: Session API response for user 459 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=459&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:24] local.INFO: Sessions updated for user 459. {"count":0} 
[2025-07-17 04:46:25] local.INFO: AmpecoDataUpdater: Session API response for user 460 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=460&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:25] local.INFO: Sessions updated for user 460. {"count":0} 
[2025-07-17 04:46:26] local.INFO: AmpecoDataUpdater: Session API response for user 461 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=461&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:26] local.INFO: Sessions updated for user 461. {"count":0} 
[2025-07-17 04:46:27] local.INFO: AmpecoDataUpdater: Session API response for user 462 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=462&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:27] local.INFO: Sessions updated for user 462. {"count":0} 
[2025-07-17 04:46:27] local.INFO: AmpecoDataUpdater: Session API response for user 463 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=463&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:27] local.INFO: Sessions updated for user 463. {"count":0} 
[2025-07-17 04:46:28] local.INFO: AmpecoDataUpdater: Session API response for user 464 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=464&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:28] local.INFO: Sessions updated for user 464. {"count":0} 
[2025-07-17 04:46:29] local.INFO: AmpecoDataUpdater: Session API response for user 466 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=466&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:29] local.INFO: Sessions updated for user 466. {"count":0} 
[2025-07-17 04:46:30] local.INFO: AmpecoDataUpdater: Session API response for user 467 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=467&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:30] local.INFO: Sessions updated for user 467. {"count":0} 
[2025-07-17 04:46:31] local.INFO: AmpecoDataUpdater: Session API response for user 469 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=469&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:31] local.INFO: Sessions updated for user 469. {"count":0} 
[2025-07-17 04:46:31] local.INFO: AmpecoDataUpdater: Session API response for user 470 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=470&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:32] local.INFO: Sessions updated for user 470. {"count":0} 
[2025-07-17 04:46:32] local.INFO: AmpecoDataUpdater: Session API response for user 471 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=471&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:32] local.INFO: Sessions updated for user 471. {"count":0} 
[2025-07-17 04:46:33] local.INFO: AmpecoDataUpdater: Session API response for user 472 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=472&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:33] local.INFO: Sessions updated for user 472. {"count":0} 
[2025-07-17 04:46:34] local.INFO: AmpecoDataUpdater: Session API response for user 473 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=473&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:34] local.INFO: Sessions updated for user 473. {"count":0} 
[2025-07-17 04:46:35] local.INFO: AmpecoDataUpdater: Session API response for user 474 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=474&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:35] local.INFO: Sessions updated for user 474. {"count":0} 
[2025-07-17 04:46:36] local.INFO: AmpecoDataUpdater: Session API response for user 475 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=475&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:36] local.INFO: Sessions updated for user 475. {"count":0} 
[2025-07-17 04:46:36] local.INFO: AmpecoDataUpdater: Session API response for user 476 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=476&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:36] local.INFO: Sessions updated for user 476. {"count":0} 
[2025-07-17 04:46:37] local.INFO: AmpecoDataUpdater: Session API response for user 477 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=477&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:37] local.INFO: Sessions updated for user 477. {"count":0} 
[2025-07-17 04:46:38] local.INFO: AmpecoDataUpdater: Session API response for user 478 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=478&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:38] local.INFO: Sessions updated for user 478. {"count":0} 
[2025-07-17 04:46:39] local.INFO: AmpecoDataUpdater: Session API response for user 479 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=479&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:39] local.INFO: Sessions updated for user 479. {"count":0} 
[2025-07-17 04:46:40] local.INFO: AmpecoDataUpdater: Session API response for user 480 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=480&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:40] local.INFO: Sessions updated for user 480. {"count":0} 
[2025-07-17 04:46:41] local.INFO: AmpecoDataUpdater: Session API response for user 481 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=481&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:41] local.INFO: Sessions updated for user 481. {"count":0} 
[2025-07-17 04:46:41] local.INFO: AmpecoDataUpdater: Session API response for user 482 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:41] local.INFO: Sessions updated for user 482. {"count":0} 
[2025-07-17 04:46:42] local.INFO: AmpecoDataUpdater: Session API response for user 483 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=483&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:42] local.INFO: Sessions updated for user 483. {"count":0} 
[2025-07-17 04:46:43] local.INFO: AmpecoDataUpdater: Session API response for user 484 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=484&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:43] local.INFO: Sessions updated for user 484. {"count":0} 
[2025-07-17 04:46:44] local.INFO: AmpecoDataUpdater: Session API response for user 485 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=485&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:44] local.INFO: Sessions updated for user 485. {"count":0} 
[2025-07-17 04:46:46] local.INFO: AmpecoDataUpdater: Session API response for user 486 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=486&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:46] local.INFO: Sessions updated for user 486. {"count":0} 
[2025-07-17 04:46:46] local.INFO: AmpecoDataUpdater: Session API response for user 487 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=487&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:46] local.INFO: Sessions updated for user 487. {"count":0} 
[2025-07-17 04:46:47] local.INFO: AmpecoDataUpdater: Session API response for user 488 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=488&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:47] local.INFO: Sessions updated for user 488. {"count":0} 
[2025-07-17 04:46:48] local.INFO: AmpecoDataUpdater: Session API response for user 489 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=489&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:49] local.INFO: Sessions updated for user 489. {"count":0} 
[2025-07-17 04:46:49] local.INFO: AmpecoDataUpdater: Session API response for user 490 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=490&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:49] local.INFO: Sessions updated for user 490. {"count":0} 
[2025-07-17 04:46:50] local.INFO: AmpecoDataUpdater: Session API response for user 491 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=491&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:50] local.INFO: Sessions updated for user 491. {"count":0} 
[2025-07-17 04:46:51] local.INFO: AmpecoDataUpdater: Session API response for user 492 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=492&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:51] local.INFO: Sessions updated for user 492. {"count":0} 
[2025-07-17 04:46:52] local.INFO: AmpecoDataUpdater: Session API response for user 493 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=493&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:52] local.INFO: Sessions updated for user 493. {"count":0} 
[2025-07-17 04:46:52] local.INFO: AmpecoDataUpdater: Session API response for user 494 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=494&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:53] local.INFO: Sessions updated for user 494. {"count":0} 
[2025-07-17 04:46:54] local.INFO: AmpecoDataUpdater: Session API response for user 495 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=495&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:54] local.INFO: Sessions updated for user 495. {"count":0} 
[2025-07-17 04:46:55] local.INFO: AmpecoDataUpdater: Session API response for user 496 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=496&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:55] local.INFO: Sessions updated for user 496. {"count":0} 
[2025-07-17 04:46:56] local.INFO: AmpecoDataUpdater: Session API response for user 497 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=497&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:56] local.INFO: Sessions updated for user 497. {"count":0} 
[2025-07-17 04:46:57] local.INFO: AmpecoDataUpdater: Session API response for user 498 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=498&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:57] local.INFO: Sessions updated for user 498. {"count":0} 
[2025-07-17 04:46:58] local.INFO: AmpecoDataUpdater: Session API response for user 500 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=500&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:58] local.INFO: Sessions updated for user 500. {"count":0} 
[2025-07-17 04:46:59] local.INFO: AmpecoDataUpdater: Session API response for user 501 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=501&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:46:59] local.INFO: Sessions updated for user 501. {"count":0} 
[2025-07-17 04:47:00] local.INFO: AmpecoDataUpdater: Session API response for user 503 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:46:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=503&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A46%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:00] local.INFO: Sessions updated for user 503. {"count":0} 
[2025-07-17 04:47:01] local.INFO: AmpecoDataUpdater: Session API response for user 504 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=504&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:01] local.INFO: Sessions updated for user 504. {"count":0} 
[2025-07-17 04:47:02] local.INFO: AmpecoDataUpdater: Session API response for user 506 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=506&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:02] local.INFO: Sessions updated for user 506. {"count":0} 
[2025-07-17 04:47:03] local.INFO: AmpecoDataUpdater: Session API response for user 507 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=507&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:03] local.INFO: Sessions updated for user 507. {"count":0} 
[2025-07-17 04:47:04] local.INFO: AmpecoDataUpdater: Session API response for user 508 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=508&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:04] local.INFO: Sessions updated for user 508. {"count":0} 
[2025-07-17 04:47:05] local.INFO: AmpecoDataUpdater: Session API response for user 509 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:05] local.INFO: Sessions updated for user 509. {"count":0} 
[2025-07-17 04:47:06] local.INFO: AmpecoDataUpdater: Session API response for user 510 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=510&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:06] local.INFO: Sessions updated for user 510. {"count":0} 
[2025-07-17 04:47:07] local.INFO: AmpecoDataUpdater: Session API response for user 511 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=511&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:07] local.INFO: Sessions updated for user 511. {"count":0} 
[2025-07-17 04:47:07] local.INFO: AmpecoDataUpdater: Session API response for user 512 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=512&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:08] local.INFO: Sessions updated for user 512. {"count":0} 
[2025-07-17 04:47:08] local.INFO: AmpecoDataUpdater: Session API response for user 513 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=513&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:09] local.INFO: Sessions updated for user 513. {"count":0} 
[2025-07-17 04:47:09] local.INFO: AmpecoDataUpdater: Session API response for user 515 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=515&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:09] local.INFO: Sessions updated for user 515. {"count":0} 
[2025-07-17 04:47:10] local.INFO: AmpecoDataUpdater: Session API response for user 516 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=516&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:10] local.INFO: Sessions updated for user 516. {"count":0} 
[2025-07-17 04:47:11] local.INFO: AmpecoDataUpdater: Session API response for user 517 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=517&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:11] local.INFO: Sessions updated for user 517. {"count":0} 
[2025-07-17 04:47:12] local.INFO: AmpecoDataUpdater: Session API response for user 518 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=518&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:12] local.INFO: Sessions updated for user 518. {"count":0} 
[2025-07-17 04:47:13] local.INFO: AmpecoDataUpdater: Session API response for user 519 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=519&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:13] local.INFO: Sessions updated for user 519. {"count":0} 
[2025-07-17 04:47:13] local.INFO: AmpecoDataUpdater: Session API response for user 520 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=520&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:13] local.INFO: Sessions updated for user 520. {"count":0} 
[2025-07-17 04:47:14] local.INFO: AmpecoDataUpdater: Session API response for user 521 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=521&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:14] local.INFO: Sessions updated for user 521. {"count":0} 
[2025-07-17 04:47:15] local.INFO: AmpecoDataUpdater: Session API response for user 524 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=524&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:15] local.INFO: Sessions updated for user 524. {"count":0} 
[2025-07-17 04:47:16] local.INFO: AmpecoDataUpdater: Session API response for user 525 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=525&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:16] local.INFO: Sessions updated for user 525. {"count":0} 
[2025-07-17 04:47:17] local.INFO: AmpecoDataUpdater: Session API response for user 526 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=526&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:17] local.INFO: Sessions updated for user 526. {"count":0} 
[2025-07-17 04:47:18] local.INFO: AmpecoDataUpdater: Session API response for user 527 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=527&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:18] local.INFO: Sessions updated for user 527. {"count":0} 
[2025-07-17 04:47:19] local.INFO: AmpecoDataUpdater: Session API response for user 528 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=528&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:19] local.INFO: Sessions updated for user 528. {"count":0} 
[2025-07-17 04:47:20] local.INFO: AmpecoDataUpdater: Session API response for user 529 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=529&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:20] local.INFO: Sessions updated for user 529. {"count":0} 
[2025-07-17 04:47:20] local.INFO: AmpecoDataUpdater: Session API response for user 530 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=530&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:20] local.INFO: Sessions updated for user 530. {"count":0} 
[2025-07-17 04:47:21] local.INFO: AmpecoDataUpdater: Session API response for user 531 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=531&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:21] local.INFO: Sessions updated for user 531. {"count":0} 
[2025-07-17 04:47:22] local.INFO: AmpecoDataUpdater: Session API response for user 532 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=532&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:22] local.INFO: Sessions updated for user 532. {"count":0} 
[2025-07-17 04:47:23] local.INFO: AmpecoDataUpdater: Session API response for user 533 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=533&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:23] local.INFO: Sessions updated for user 533. {"count":0} 
[2025-07-17 04:47:24] local.INFO: AmpecoDataUpdater: Session API response for user 534 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=534&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:24] local.INFO: Sessions updated for user 534. {"count":0} 
[2025-07-17 04:47:25] local.INFO: AmpecoDataUpdater: Session API response for user 535 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=535&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:25] local.INFO: Sessions updated for user 535. {"count":0} 
[2025-07-17 04:47:25] local.INFO: AmpecoDataUpdater: Session API response for user 536 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=536&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:25] local.INFO: Sessions updated for user 536. {"count":0} 
[2025-07-17 04:47:26] local.INFO: AmpecoDataUpdater: Session API response for user 537 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=537&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:26] local.INFO: Sessions updated for user 537. {"count":0} 
[2025-07-17 04:47:27] local.INFO: AmpecoDataUpdater: Session API response for user 538 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=538&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:27] local.INFO: Sessions updated for user 538. {"count":0} 
[2025-07-17 04:47:28] local.INFO: AmpecoDataUpdater: Session API response for user 539 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=539&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:28] local.INFO: Sessions updated for user 539. {"count":0} 
[2025-07-17 04:47:29] local.INFO: AmpecoDataUpdater: Session API response for user 541 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=541&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:29] local.INFO: Sessions updated for user 541. {"count":0} 
[2025-07-17 04:47:30] local.INFO: AmpecoDataUpdater: Session API response for user 542 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=542&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:30] local.INFO: Sessions updated for user 542. {"count":0} 
[2025-07-17 04:47:31] local.INFO: AmpecoDataUpdater: Session API response for user 544 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=544&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:31] local.INFO: Sessions updated for user 544. {"count":0} 
[2025-07-17 04:47:32] local.INFO: AmpecoDataUpdater: Session API response for user 546 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:32] local.INFO: Sessions updated for user 546. {"count":0} 
[2025-07-17 04:47:34] local.INFO: AmpecoDataUpdater: Session API response for user 547 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=547&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:34] local.INFO: Sessions updated for user 547. {"count":0} 
[2025-07-17 04:47:35] local.INFO: AmpecoDataUpdater: Session API response for user 548 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=548&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:35] local.INFO: Sessions updated for user 548. {"count":0} 
[2025-07-17 04:47:36] local.INFO: AmpecoDataUpdater: Session API response for user 549 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=549&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:36] local.INFO: Sessions updated for user 549. {"count":0} 
[2025-07-17 04:47:37] local.INFO: AmpecoDataUpdater: Session API response for user 550 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=550&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:37] local.INFO: Sessions updated for user 550. {"count":0} 
[2025-07-17 04:47:38] local.INFO: AmpecoDataUpdater: Session API response for user 552 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=552&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:38] local.INFO: Sessions updated for user 552. {"count":0} 
[2025-07-17 04:47:39] local.INFO: AmpecoDataUpdater: Session API response for user 553 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=553&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:39] local.INFO: Sessions updated for user 553. {"count":0} 
[2025-07-17 04:47:39] local.INFO: AmpecoDataUpdater: Session API response for user 554 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=554&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:40] local.INFO: Sessions updated for user 554. {"count":0} 
[2025-07-17 04:47:40] local.INFO: AmpecoDataUpdater: Session API response for user 555 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=555&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:40] local.INFO: Sessions updated for user 555. {"count":0} 
[2025-07-17 04:47:41] local.INFO: AmpecoDataUpdater: Session API response for user 557 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=557&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:41] local.INFO: Sessions updated for user 557. {"count":0} 
[2025-07-17 04:47:42] local.INFO: AmpecoDataUpdater: Session API response for user 558 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:42] local.INFO: Sessions updated for user 558. {"count":0} 
[2025-07-17 04:47:43] local.INFO: AmpecoDataUpdater: Session API response for user 559 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=559&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:43] local.INFO: Sessions updated for user 559. {"count":0} 
[2025-07-17 04:47:44] local.INFO: AmpecoDataUpdater: Session API response for user 560 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=560&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:44] local.INFO: Sessions updated for user 560. {"count":0} 
[2025-07-17 04:47:44] local.INFO: AmpecoDataUpdater: Session API response for user 561 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=561&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:44] local.INFO: Sessions updated for user 561. {"count":0} 
[2025-07-17 04:47:45] local.INFO: AmpecoDataUpdater: Session API response for user 562 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=562&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:45] local.INFO: Sessions updated for user 562. {"count":0} 
[2025-07-17 04:47:46] local.INFO: AmpecoDataUpdater: Session API response for user 563 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=563&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:46] local.INFO: Sessions updated for user 563. {"count":0} 
[2025-07-17 04:47:47] local.INFO: AmpecoDataUpdater: Session API response for user 564 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=564&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:47] local.INFO: Sessions updated for user 564. {"count":0} 
[2025-07-17 04:47:48] local.INFO: AmpecoDataUpdater: Session API response for user 565 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=565&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:48] local.INFO: Sessions updated for user 565. {"count":0} 
[2025-07-17 04:47:49] local.INFO: AmpecoDataUpdater: Session API response for user 566 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=566&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:49] local.INFO: Sessions updated for user 566. {"count":0} 
[2025-07-17 04:47:50] local.INFO: AmpecoDataUpdater: Session API response for user 567 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=567&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:50] local.INFO: Sessions updated for user 567. {"count":0} 
[2025-07-17 04:47:51] local.INFO: AmpecoDataUpdater: Session API response for user 568 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=568&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:51] local.INFO: Sessions updated for user 568. {"count":0} 
[2025-07-17 04:47:51] local.INFO: AmpecoDataUpdater: Session API response for user 569 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:52] local.INFO: Sessions updated for user 569. {"count":0} 
[2025-07-17 04:47:52] local.INFO: AmpecoDataUpdater: Session API response for user 570 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=570&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:52] local.INFO: Sessions updated for user 570. {"count":0} 
[2025-07-17 04:47:53] local.INFO: AmpecoDataUpdater: Session API response for user 572 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:53] local.INFO: Sessions updated for user 572. {"count":0} 
[2025-07-17 04:47:54] local.INFO: AmpecoDataUpdater: Session API response for user 573 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=573&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:54] local.INFO: Sessions updated for user 573. {"count":0} 
[2025-07-17 04:47:55] local.INFO: AmpecoDataUpdater: Session API response for user 574 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=574&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:55] local.INFO: Sessions updated for user 574. {"count":0} 
[2025-07-17 04:47:55] local.INFO: AmpecoDataUpdater: Session API response for user 575 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=575&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:55] local.INFO: Sessions updated for user 575. {"count":0} 
[2025-07-17 04:47:56] local.INFO: AmpecoDataUpdater: Session API response for user 576 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=576&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:56] local.INFO: Sessions updated for user 576. {"count":0} 
[2025-07-17 04:47:57] local.INFO: AmpecoDataUpdater: Session API response for user 577 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=577&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:57] local.INFO: Sessions updated for user 577. {"count":0} 
[2025-07-17 04:47:58] local.INFO: AmpecoDataUpdater: Session API response for user 578 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=578&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:58] local.INFO: Sessions updated for user 578. {"count":0} 
[2025-07-17 04:47:59] local.INFO: AmpecoDataUpdater: Session API response for user 579 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=579&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:47:59] local.INFO: Sessions updated for user 579. {"count":0} 
[2025-07-17 04:48:00] local.INFO: AmpecoDataUpdater: Session API response for user 580 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:47:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=580&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A47%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:00] local.INFO: Sessions updated for user 580. {"count":0} 
[2025-07-17 04:48:00] local.INFO: AmpecoDataUpdater: Session API response for user 581 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=581&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:00] local.INFO: Sessions updated for user 581. {"count":0} 
[2025-07-17 04:48:01] local.INFO: AmpecoDataUpdater: Session API response for user 582 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=582&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:01] local.INFO: Sessions updated for user 582. {"count":0} 
[2025-07-17 04:48:02] local.INFO: AmpecoDataUpdater: Session API response for user 584 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=584&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:02] local.INFO: Sessions updated for user 584. {"count":0} 
[2025-07-17 04:48:03] local.INFO: AmpecoDataUpdater: Session API response for user 585 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=585&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:03] local.INFO: Sessions updated for user 585. {"count":0} 
[2025-07-17 04:48:04] local.INFO: AmpecoDataUpdater: Session API response for user 586 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=586&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:04] local.INFO: Sessions updated for user 586. {"count":0} 
[2025-07-17 04:48:05] local.INFO: AmpecoDataUpdater: Session API response for user 587 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=587&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:05] local.INFO: Sessions updated for user 587. {"count":0} 
[2025-07-17 04:48:06] local.INFO: AmpecoDataUpdater: Session API response for user 588 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=588&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:06] local.INFO: Sessions updated for user 588. {"count":0} 
[2025-07-17 04:48:07] local.INFO: AmpecoDataUpdater: Session API response for user 589 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=589&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:07] local.INFO: Sessions updated for user 589. {"count":0} 
[2025-07-17 04:48:08] local.INFO: AmpecoDataUpdater: Session API response for user 590 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=590&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:08] local.INFO: Sessions updated for user 590. {"count":0} 
[2025-07-17 04:48:09] local.INFO: AmpecoDataUpdater: Session API response for user 591 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=591&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:09] local.INFO: Sessions updated for user 591. {"count":0} 
[2025-07-17 04:48:10] local.INFO: AmpecoDataUpdater: Session API response for user 593 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=593&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:10] local.INFO: Sessions updated for user 593. {"count":0} 
[2025-07-17 04:48:11] local.INFO: AmpecoDataUpdater: Session API response for user 594 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=594&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:11] local.INFO: Sessions updated for user 594. {"count":0} 
[2025-07-17 04:48:12] local.INFO: AmpecoDataUpdater: Session API response for user 595 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=595&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:12] local.INFO: Sessions updated for user 595. {"count":0} 
[2025-07-17 04:48:12] local.INFO: AmpecoDataUpdater: Session API response for user 596 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=596&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:13] local.INFO: Sessions updated for user 596. {"count":0} 
[2025-07-17 04:48:13] local.INFO: AmpecoDataUpdater: Session API response for user 597 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=597&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:13] local.INFO: Sessions updated for user 597. {"count":0} 
[2025-07-17 04:48:14] local.INFO: AmpecoDataUpdater: Session API response for user 598 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=598&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:14] local.INFO: Sessions updated for user 598. {"count":0} 
[2025-07-17 04:48:15] local.INFO: AmpecoDataUpdater: Session API response for user 599 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=599&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:16] local.INFO: Sessions updated for user 599. {"count":0} 
[2025-07-17 04:48:17] local.INFO: AmpecoDataUpdater: Session API response for user 600 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=600&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:17] local.INFO: Sessions updated for user 600. {"count":0} 
[2025-07-17 04:48:18] local.INFO: AmpecoDataUpdater: Session API response for user 601 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=601&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:18] local.INFO: Sessions updated for user 601. {"count":0} 
[2025-07-17 04:48:18] local.INFO: AmpecoDataUpdater: Session API response for user 602 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:18] local.INFO: Sessions updated for user 602. {"count":0} 
[2025-07-17 04:48:19] local.INFO: AmpecoDataUpdater: Session API response for user 603 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=603&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:19] local.INFO: Sessions updated for user 603. {"count":0} 
[2025-07-17 04:48:20] local.INFO: AmpecoDataUpdater: Session API response for user 604 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=604&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:20] local.INFO: Sessions updated for user 604. {"count":0} 
[2025-07-17 04:48:21] local.INFO: AmpecoDataUpdater: Session API response for user 605 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=605&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:21] local.INFO: Sessions updated for user 605. {"count":0} 
[2025-07-17 04:48:22] local.INFO: AmpecoDataUpdater: Session API response for user 607 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:22] local.INFO: Sessions updated for user 607. {"count":0} 
[2025-07-17 04:48:23] local.INFO: AmpecoDataUpdater: Session API response for user 609 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=609&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:23] local.INFO: Sessions updated for user 609. {"count":0} 
[2025-07-17 04:48:24] local.INFO: AmpecoDataUpdater: Session API response for user 610 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=610&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:24] local.INFO: Sessions updated for user 610. {"count":0} 
[2025-07-17 04:48:25] local.INFO: AmpecoDataUpdater: Session API response for user 611 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=611&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:25] local.INFO: Sessions updated for user 611. {"count":0} 
[2025-07-17 04:48:26] local.INFO: AmpecoDataUpdater: Session API response for user 612 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=612&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:26] local.INFO: Sessions updated for user 612. {"count":0} 
[2025-07-17 04:48:26] local.INFO: AmpecoDataUpdater: Session API response for user 613 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=613&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:27] local.INFO: Sessions updated for user 613. {"count":0} 
[2025-07-17 04:48:27] local.INFO: AmpecoDataUpdater: Session API response for user 614 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:27] local.INFO: Sessions updated for user 614. {"count":0} 
[2025-07-17 04:48:28] local.INFO: AmpecoDataUpdater: Session API response for user 616 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=616&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:28] local.INFO: Sessions updated for user 616. {"count":0} 
[2025-07-17 04:48:29] local.INFO: AmpecoDataUpdater: Session API response for user 617 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=617&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:29] local.INFO: Sessions updated for user 617. {"count":0} 
[2025-07-17 04:48:30] local.INFO: AmpecoDataUpdater: Session API response for user 618 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=618&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:30] local.INFO: Sessions updated for user 618. {"count":0} 
[2025-07-17 04:48:31] local.INFO: AmpecoDataUpdater: Session API response for user 619 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=619&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:31] local.INFO: Sessions updated for user 619. {"count":0} 
[2025-07-17 04:48:32] local.INFO: AmpecoDataUpdater: Session API response for user 620 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=620&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:32] local.INFO: Sessions updated for user 620. {"count":0} 
[2025-07-17 04:48:33] local.INFO: AmpecoDataUpdater: Session API response for user 621 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=621&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:33] local.INFO: Sessions updated for user 621. {"count":0} 
[2025-07-17 04:48:34] local.INFO: AmpecoDataUpdater: Session API response for user 622 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=622&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:34] local.INFO: Sessions updated for user 622. {"count":0} 
[2025-07-17 04:48:35] local.INFO: AmpecoDataUpdater: Session API response for user 623 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=623&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:35] local.INFO: Sessions updated for user 623. {"count":0} 
[2025-07-17 04:48:36] local.INFO: AmpecoDataUpdater: Session API response for user 624 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=624&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:36] local.INFO: Sessions updated for user 624. {"count":0} 
[2025-07-17 04:48:37] local.INFO: AmpecoDataUpdater: Session API response for user 625 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=625&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:37] local.INFO: Sessions updated for user 625. {"count":0} 
[2025-07-17 04:48:38] local.INFO: AmpecoDataUpdater: Session API response for user 626 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=626&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:38] local.INFO: Sessions updated for user 626. {"count":0} 
[2025-07-17 04:48:39] local.INFO: AmpecoDataUpdater: Session API response for user 627 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=627&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:39] local.INFO: Sessions updated for user 627. {"count":0} 
[2025-07-17 04:48:39] local.INFO: AmpecoDataUpdater: Session API response for user 628 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=628&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:40] local.INFO: Sessions updated for user 628. {"count":0} 
[2025-07-17 04:48:40] local.INFO: AmpecoDataUpdater: Session API response for user 630 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=630&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:41] local.INFO: Sessions updated for user 630. {"count":0} 
[2025-07-17 04:48:41] local.INFO: AmpecoDataUpdater: Session API response for user 632 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=632&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:42] local.INFO: Sessions updated for user 632. {"count":0} 
[2025-07-17 04:48:43] local.INFO: AmpecoDataUpdater: Session API response for user 633 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=633&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:43] local.INFO: Sessions updated for user 633. {"count":0} 
[2025-07-17 04:48:44] local.INFO: AmpecoDataUpdater: Session API response for user 635 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=635&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:44] local.INFO: Sessions updated for user 635. {"count":0} 
[2025-07-17 04:48:45] local.INFO: AmpecoDataUpdater: Session API response for user 637 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=637&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:45] local.INFO: Sessions updated for user 637. {"count":0} 
[2025-07-17 04:48:46] local.INFO: AmpecoDataUpdater: Session API response for user 638 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=638&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:46] local.INFO: Sessions updated for user 638. {"count":0} 
[2025-07-17 04:48:47] local.INFO: AmpecoDataUpdater: Session API response for user 639 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:47] local.INFO: Sessions updated for user 639. {"count":0} 
[2025-07-17 04:48:48] local.INFO: AmpecoDataUpdater: Session API response for user 640 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=640&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:48] local.INFO: Sessions updated for user 640. {"count":0} 
[2025-07-17 04:48:49] local.INFO: AmpecoDataUpdater: Session API response for user 641 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=641&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:49] local.INFO: Sessions updated for user 641. {"count":0} 
[2025-07-17 04:48:50] local.INFO: AmpecoDataUpdater: Session API response for user 642 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=642&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:50] local.INFO: Sessions updated for user 642. {"count":0} 
[2025-07-17 04:48:50] local.INFO: AmpecoDataUpdater: Session API response for user 643 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=643&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:50] local.INFO: Sessions updated for user 643. {"count":0} 
[2025-07-17 04:48:51] local.INFO: AmpecoDataUpdater: Session API response for user 645 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=645&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:51] local.INFO: Sessions updated for user 645. {"count":0} 
[2025-07-17 04:48:52] local.INFO: AmpecoDataUpdater: Session API response for user 646 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=646&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:52] local.INFO: Sessions updated for user 646. {"count":0} 
[2025-07-17 04:48:53] local.INFO: AmpecoDataUpdater: Session API response for user 647 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=647&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:53] local.INFO: Sessions updated for user 647. {"count":0} 
[2025-07-17 04:48:55] local.INFO: AmpecoDataUpdater: Session API response for user 648 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=648&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:55] local.INFO: Sessions updated for user 648. {"count":0} 
[2025-07-17 04:48:56] local.INFO: AmpecoDataUpdater: Session API response for user 650 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=650&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:56] local.INFO: Sessions updated for user 650. {"count":0} 
[2025-07-17 04:48:57] local.INFO: AmpecoDataUpdater: Session API response for user 652 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=652&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:57] local.INFO: Sessions updated for user 652. {"count":0} 
[2025-07-17 04:48:58] local.INFO: AmpecoDataUpdater: Session API response for user 653 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=653&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:58] local.INFO: Sessions updated for user 653. {"count":0} 
[2025-07-17 04:48:59] local.INFO: AmpecoDataUpdater: Session API response for user 655 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:48:59] local.INFO: Sessions updated for user 655. {"count":0} 
[2025-07-17 04:49:00] local.INFO: AmpecoDataUpdater: Session API response for user 656 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:48:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=656&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A48%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:00] local.INFO: Sessions updated for user 656. {"count":0} 
[2025-07-17 04:49:01] local.INFO: AmpecoDataUpdater: Session API response for user 657 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:01] local.INFO: Sessions updated for user 657. {"count":0} 
[2025-07-17 04:49:02] local.INFO: AmpecoDataUpdater: Session API response for user 658 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=658&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:02] local.INFO: Sessions updated for user 658. {"count":0} 
[2025-07-17 04:49:03] local.INFO: AmpecoDataUpdater: Session API response for user 660 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=660&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:03] local.INFO: Sessions updated for user 660. {"count":0} 
[2025-07-17 04:49:04] local.INFO: AmpecoDataUpdater: Session API response for user 661 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=661&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:04] local.INFO: Sessions updated for user 661. {"count":0} 
[2025-07-17 04:49:06] local.INFO: AmpecoDataUpdater: Session API response for user 662 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=662&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:06] local.INFO: Sessions updated for user 662. {"count":0} 
[2025-07-17 04:49:07] local.INFO: AmpecoDataUpdater: Session API response for user 665 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=665&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:07] local.INFO: Sessions updated for user 665. {"count":0} 
[2025-07-17 04:49:08] local.INFO: AmpecoDataUpdater: Session API response for user 666 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:08] local.INFO: Sessions updated for user 666. {"count":0} 
[2025-07-17 04:49:09] local.INFO: AmpecoDataUpdater: Session API response for user 667 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=667&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:09] local.INFO: Sessions updated for user 667. {"count":0} 
[2025-07-17 04:49:10] local.INFO: AmpecoDataUpdater: Session API response for user 668 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=668&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:10] local.INFO: Sessions updated for user 668. {"count":0} 
[2025-07-17 04:49:11] local.INFO: AmpecoDataUpdater: Session API response for user 669 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=669&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:11] local.INFO: Sessions updated for user 669. {"count":0} 
[2025-07-17 04:49:12] local.INFO: AmpecoDataUpdater: Session API response for user 670 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=670&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:12] local.INFO: Sessions updated for user 670. {"count":0} 
[2025-07-17 04:49:13] local.INFO: AmpecoDataUpdater: Session API response for user 671 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=671&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:13] local.INFO: Sessions updated for user 671. {"count":0} 
[2025-07-17 04:49:14] local.INFO: AmpecoDataUpdater: Session API response for user 672 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=672&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:14] local.INFO: Sessions updated for user 672. {"count":0} 
[2025-07-17 04:49:15] local.INFO: AmpecoDataUpdater: Session API response for user 673 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=673&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:15] local.INFO: Sessions updated for user 673. {"count":0} 
[2025-07-17 04:49:16] local.INFO: AmpecoDataUpdater: Session API response for user 674 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=674&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:16] local.INFO: Sessions updated for user 674. {"count":0} 
[2025-07-17 04:49:17] local.INFO: AmpecoDataUpdater: Session API response for user 675 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=675&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:17] local.INFO: Sessions updated for user 675. {"count":0} 
[2025-07-17 04:49:18] local.INFO: AmpecoDataUpdater: Session API response for user 677 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=677&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:18] local.INFO: Sessions updated for user 677. {"count":0} 
[2025-07-17 04:49:19] local.INFO: AmpecoDataUpdater: Session API response for user 680 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=680&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:19] local.INFO: Sessions updated for user 680. {"count":0} 
[2025-07-17 04:49:20] local.INFO: AmpecoDataUpdater: Session API response for user 681 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=681&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:20] local.INFO: Sessions updated for user 681. {"count":0} 
[2025-07-17 04:49:21] local.INFO: AmpecoDataUpdater: Session API response for user 682 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=682&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:21] local.INFO: Sessions updated for user 682. {"count":0} 
[2025-07-17 04:49:22] local.INFO: AmpecoDataUpdater: Session API response for user 683 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=683&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:22] local.INFO: Sessions updated for user 683. {"count":0} 
[2025-07-17 04:49:23] local.INFO: AmpecoDataUpdater: Session API response for user 684 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=684&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:23] local.INFO: Sessions updated for user 684. {"count":0} 
[2025-07-17 04:49:24] local.INFO: AmpecoDataUpdater: Session API response for user 686 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=686&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:24] local.INFO: Sessions updated for user 686. {"count":0} 
[2025-07-17 04:49:25] local.INFO: AmpecoDataUpdater: Session API response for user 688 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=688&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:25] local.INFO: Sessions updated for user 688. {"count":0} 
[2025-07-17 04:49:26] local.INFO: AmpecoDataUpdater: Session API response for user 689 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=689&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:26] local.INFO: Sessions updated for user 689. {"count":0} 
[2025-07-17 04:49:27] local.INFO: AmpecoDataUpdater: Session API response for user 690 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=690&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:27] local.INFO: Sessions updated for user 690. {"count":0} 
[2025-07-17 04:49:28] local.INFO: AmpecoDataUpdater: Session API response for user 691 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=691&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:28] local.INFO: Sessions updated for user 691. {"count":0} 
[2025-07-17 04:49:29] local.INFO: AmpecoDataUpdater: Session API response for user 692 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=692&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:29] local.INFO: Sessions updated for user 692. {"count":0} 
[2025-07-17 04:49:29] local.INFO: AmpecoDataUpdater: Session API response for user 693 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=693&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:30] local.INFO: Sessions updated for user 693. {"count":0} 
[2025-07-17 04:49:30] local.INFO: AmpecoDataUpdater: Session API response for user 694 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=694&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:30] local.INFO: Sessions updated for user 694. {"count":0} 
[2025-07-17 04:49:31] local.INFO: AmpecoDataUpdater: Session API response for user 695 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=695&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:31] local.INFO: Sessions updated for user 695. {"count":0} 
[2025-07-17 04:49:32] local.INFO: AmpecoDataUpdater: Session API response for user 696 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=696&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:32] local.INFO: Sessions updated for user 696. {"count":0} 
[2025-07-17 04:49:33] local.INFO: AmpecoDataUpdater: Session API response for user 697 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=697&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:33] local.INFO: Sessions updated for user 697. {"count":0} 
[2025-07-17 04:49:34] local.INFO: AmpecoDataUpdater: Session API response for user 698 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=698&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:34] local.INFO: Sessions updated for user 698. {"count":0} 
[2025-07-17 04:49:35] local.INFO: AmpecoDataUpdater: Session API response for user 699 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=699&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:35] local.INFO: Sessions updated for user 699. {"count":0} 
[2025-07-17 04:49:36] local.INFO: AmpecoDataUpdater: Session API response for user 700 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=700&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:36] local.INFO: Sessions updated for user 700. {"count":0} 
[2025-07-17 04:49:37] local.INFO: AmpecoDataUpdater: Session API response for user 702 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=702&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:37] local.INFO: Sessions updated for user 702. {"count":0} 
[2025-07-17 04:49:37] local.INFO: AmpecoDataUpdater: Session API response for user 703 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=703&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:38] local.INFO: Sessions updated for user 703. {"count":0} 
[2025-07-17 04:49:38] local.INFO: AmpecoDataUpdater: Session API response for user 705 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=705&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:38] local.INFO: Sessions updated for user 705. {"count":0} 
[2025-07-17 04:49:39] local.INFO: AmpecoDataUpdater: Session API response for user 706 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=706&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:39] local.INFO: Sessions updated for user 706. {"count":0} 
[2025-07-17 04:49:40] local.INFO: AmpecoDataUpdater: Session API response for user 707 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=707&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:40] local.INFO: Sessions updated for user 707. {"count":0} 
[2025-07-17 04:49:41] local.INFO: AmpecoDataUpdater: Session API response for user 708 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=708&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:41] local.INFO: Sessions updated for user 708. {"count":0} 
[2025-07-17 04:49:42] local.INFO: AmpecoDataUpdater: Session API response for user 711 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=711&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:42] local.INFO: Sessions updated for user 711. {"count":0} 
[2025-07-17 04:49:44] local.INFO: AmpecoDataUpdater: Session API response for user 713 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=713&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:44] local.INFO: Sessions updated for user 713. {"count":0} 
[2025-07-17 04:49:45] local.INFO: AmpecoDataUpdater: Session API response for user 714 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=714&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:45] local.INFO: Sessions updated for user 714. {"count":0} 
[2025-07-17 04:49:46] local.INFO: AmpecoDataUpdater: Session API response for user 715 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=715&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:46] local.INFO: Sessions updated for user 715. {"count":0} 
[2025-07-17 04:49:47] local.INFO: AmpecoDataUpdater: Session API response for user 716 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=716&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:47] local.INFO: Sessions updated for user 716. {"count":0} 
[2025-07-17 04:49:48] local.INFO: AmpecoDataUpdater: Session API response for user 717 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=717&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:48] local.INFO: Sessions updated for user 717. {"count":0} 
[2025-07-17 04:49:49] local.INFO: AmpecoDataUpdater: Session API response for user 719 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=719&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:49] local.INFO: Sessions updated for user 719. {"count":0} 
[2025-07-17 04:49:49] local.INFO: AmpecoDataUpdater: Session API response for user 720 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=720&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:50] local.INFO: Sessions updated for user 720. {"count":0} 
[2025-07-17 04:49:50] local.INFO: AmpecoDataUpdater: Session API response for user 721 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=721&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:50] local.INFO: Sessions updated for user 721. {"count":0} 
[2025-07-17 04:49:51] local.INFO: AmpecoDataUpdater: Session API response for user 723 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=723&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:51] local.INFO: Sessions updated for user 723. {"count":0} 
[2025-07-17 04:49:52] local.INFO: AmpecoDataUpdater: Session API response for user 725 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=725&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:52] local.INFO: Sessions updated for user 725. {"count":0} 
[2025-07-17 04:49:53] local.INFO: AmpecoDataUpdater: Session API response for user 726 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=726&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:53] local.INFO: Sessions updated for user 726. {"count":0} 
[2025-07-17 04:49:54] local.INFO: AmpecoDataUpdater: Session API response for user 727 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=727&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:54] local.INFO: Sessions updated for user 727. {"count":0} 
[2025-07-17 04:49:55] local.INFO: AmpecoDataUpdater: Session API response for user 728 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=728&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:55] local.INFO: Sessions updated for user 728. {"count":0} 
[2025-07-17 04:49:56] local.INFO: AmpecoDataUpdater: Session API response for user 729 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=729&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:56] local.INFO: Sessions updated for user 729. {"count":0} 
[2025-07-17 04:49:57] local.INFO: AmpecoDataUpdater: Session API response for user 730 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=730&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:57] local.INFO: Sessions updated for user 730. {"count":0} 
[2025-07-17 04:49:58] local.INFO: AmpecoDataUpdater: Session API response for user 731 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=731&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:58] local.INFO: Sessions updated for user 731. {"count":0} 
[2025-07-17 04:49:59] local.INFO: AmpecoDataUpdater: Session API response for user 734 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=734&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:49:59] local.INFO: Sessions updated for user 734. {"count":0} 
[2025-07-17 04:50:00] local.INFO: AmpecoDataUpdater: Session API response for user 737 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:49:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=737&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A49%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:00] local.INFO: Sessions updated for user 737. {"count":0} 
[2025-07-17 04:50:00] local.INFO: AmpecoDataUpdater: Session API response for user 739 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=739&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:01] local.INFO: Sessions updated for user 739. {"count":0} 
[2025-07-17 04:50:02] local.INFO: AmpecoDataUpdater: Session API response for user 740 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=740&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:02] local.INFO: Sessions updated for user 740. {"count":0} 
[2025-07-17 04:50:03] local.INFO: AmpecoDataUpdater: Session API response for user 741 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=741&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:03] local.INFO: Sessions updated for user 741. {"count":0} 
[2025-07-17 04:50:04] local.INFO: AmpecoDataUpdater: Session API response for user 742 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=742&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:04] local.INFO: Sessions updated for user 742. {"count":0} 
[2025-07-17 04:50:04] local.INFO: AmpecoDataUpdater: Session API response for user 743 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=743&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:05] local.INFO: Sessions updated for user 743. {"count":0} 
[2025-07-17 04:50:05] local.INFO: AmpecoDataUpdater: Session API response for user 744 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=744&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:05] local.INFO: Sessions updated for user 744. {"count":0} 
[2025-07-17 04:50:06] local.INFO: AmpecoDataUpdater: Session API response for user 745 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=745&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:06] local.INFO: Sessions updated for user 745. {"count":0} 
[2025-07-17 04:50:07] local.INFO: AmpecoDataUpdater: Session API response for user 746 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=746&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:07] local.INFO: Sessions updated for user 746. {"count":0} 
[2025-07-17 04:50:08] local.INFO: AmpecoDataUpdater: Session API response for user 747 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=747&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:08] local.INFO: Sessions updated for user 747. {"count":0} 
[2025-07-17 04:50:09] local.INFO: AmpecoDataUpdater: Session API response for user 748 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=748&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:09] local.INFO: Sessions updated for user 748. {"count":0} 
[2025-07-17 04:50:10] local.INFO: AmpecoDataUpdater: Session API response for user 749 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=749&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:11] local.INFO: Sessions updated for user 749. {"count":0} 
[2025-07-17 04:50:11] local.INFO: AmpecoDataUpdater: Session API response for user 750 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=750&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:12] local.INFO: Sessions updated for user 750. {"count":0} 
[2025-07-17 04:50:12] local.INFO: AmpecoDataUpdater: Session API response for user 751 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=751&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:13] local.INFO: Sessions updated for user 751. {"count":0} 
[2025-07-17 04:50:14] local.INFO: AmpecoDataUpdater: Session API response for user 752 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=752&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:14] local.INFO: Sessions updated for user 752. {"count":0} 
[2025-07-17 04:50:15] local.INFO: AmpecoDataUpdater: Session API response for user 753 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=753&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:16] local.INFO: Sessions updated for user 753. {"count":0} 
[2025-07-17 04:50:17] local.INFO: AmpecoDataUpdater: Session API response for user 754 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=754&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:17] local.INFO: Sessions updated for user 754. {"count":0} 
[2025-07-17 04:50:18] local.INFO: AmpecoDataUpdater: Session API response for user 755 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=755&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:18] local.INFO: Sessions updated for user 755. {"count":0} 
[2025-07-17 04:50:19] local.INFO: AmpecoDataUpdater: Session API response for user 756 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=756&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:19] local.INFO: Sessions updated for user 756. {"count":0} 
[2025-07-17 04:50:20] local.INFO: AmpecoDataUpdater: Session API response for user 757 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=757&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:20] local.INFO: Sessions updated for user 757. {"count":0} 
[2025-07-17 04:50:21] local.INFO: AmpecoDataUpdater: Session API response for user 758 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=758&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:21] local.INFO: Sessions updated for user 758. {"count":0} 
[2025-07-17 04:50:22] local.INFO: AmpecoDataUpdater: Session API response for user 759 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=759&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:22] local.INFO: Sessions updated for user 759. {"count":0} 
[2025-07-17 04:50:23] local.INFO: AmpecoDataUpdater: Session API response for user 760 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=760&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:23] local.INFO: Sessions updated for user 760. {"count":0} 
[2025-07-17 04:50:24] local.INFO: AmpecoDataUpdater: Session API response for user 761 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=761&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:24] local.INFO: Sessions updated for user 761. {"count":0} 
[2025-07-17 04:50:25] local.INFO: AmpecoDataUpdater: Session API response for user 762 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=762&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:25] local.INFO: Sessions updated for user 762. {"count":0} 
[2025-07-17 04:50:25] local.INFO: AmpecoDataUpdater: Session API response for user 763 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=763&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:26] local.INFO: Sessions updated for user 763. {"count":0} 
[2025-07-17 04:50:26] local.INFO: AmpecoDataUpdater: Session API response for user 764 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=764&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:26] local.INFO: Sessions updated for user 764. {"count":0} 
[2025-07-17 04:50:28] local.INFO: AmpecoDataUpdater: Session API response for user 765 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=765&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:28] local.INFO: Sessions updated for user 765. {"count":0} 
[2025-07-17 04:50:29] local.INFO: AmpecoDataUpdater: Session API response for user 766 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=766&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:29] local.INFO: Sessions updated for user 766. {"count":0} 
[2025-07-17 04:50:30] local.INFO: AmpecoDataUpdater: Session API response for user 767 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=767&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:30] local.INFO: Sessions updated for user 767. {"count":0} 
[2025-07-17 04:50:30] local.INFO: AmpecoDataUpdater: Session API response for user 768 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=768&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:31] local.INFO: Sessions updated for user 768. {"count":0} 
[2025-07-17 04:50:31] local.INFO: AmpecoDataUpdater: Session API response for user 769 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=769&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:31] local.INFO: Sessions updated for user 769. {"count":0} 
[2025-07-17 04:50:32] local.INFO: AmpecoDataUpdater: Session API response for user 770 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=770&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:32] local.INFO: Sessions updated for user 770. {"count":0} 
[2025-07-17 04:50:33] local.INFO: AmpecoDataUpdater: Session API response for user 771 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=771&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:33] local.INFO: Sessions updated for user 771. {"count":0} 
[2025-07-17 04:50:34] local.INFO: AmpecoDataUpdater: Session API response for user 772 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=772&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:34] local.INFO: Sessions updated for user 772. {"count":0} 
[2025-07-17 04:50:35] local.INFO: AmpecoDataUpdater: Session API response for user 773 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=773&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:35] local.INFO: Sessions updated for user 773. {"count":0} 
[2025-07-17 04:50:36] local.INFO: AmpecoDataUpdater: Session API response for user 774 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=774&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:36] local.INFO: Sessions updated for user 774. {"count":0} 
[2025-07-17 04:50:37] local.INFO: AmpecoDataUpdater: Session API response for user 776 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=776&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:37] local.INFO: Sessions updated for user 776. {"count":0} 
[2025-07-17 04:50:38] local.INFO: AmpecoDataUpdater: Session API response for user 777 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=777&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:38] local.INFO: Sessions updated for user 777. {"count":0} 
[2025-07-17 04:50:39] local.INFO: AmpecoDataUpdater: Session API response for user 778 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=778&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:39] local.INFO: Sessions updated for user 778. {"count":0} 
[2025-07-17 04:50:40] local.INFO: AmpecoDataUpdater: Session API response for user 779 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=779&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:40] local.INFO: Sessions updated for user 779. {"count":0} 
[2025-07-17 04:50:41] local.INFO: AmpecoDataUpdater: Session API response for user 780 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=780&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:41] local.INFO: Sessions updated for user 780. {"count":0} 
[2025-07-17 04:50:41] local.INFO: AmpecoDataUpdater: Session API response for user 781 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=781&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:42] local.INFO: Sessions updated for user 781. {"count":0} 
[2025-07-17 04:50:42] local.INFO: AmpecoDataUpdater: Session API response for user 782 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=782&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:43] local.INFO: Sessions updated for user 782. {"count":0} 
[2025-07-17 04:50:43] local.INFO: AmpecoDataUpdater: Session API response for user 783 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=783&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:43] local.INFO: Sessions updated for user 783. {"count":0} 
[2025-07-17 04:50:44] local.INFO: AmpecoDataUpdater: Session API response for user 784 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=784&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:44] local.INFO: Sessions updated for user 784. {"count":0} 
[2025-07-17 04:50:45] local.INFO: AmpecoDataUpdater: Session API response for user 785 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=785&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:45] local.INFO: Sessions updated for user 785. {"count":0} 
[2025-07-17 04:50:46] local.INFO: AmpecoDataUpdater: Session API response for user 786 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=786&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:46] local.INFO: Sessions updated for user 786. {"count":0} 
[2025-07-17 04:50:47] local.INFO: AmpecoDataUpdater: Session API response for user 787 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=787&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:47] local.INFO: Sessions updated for user 787. {"count":0} 
[2025-07-17 04:50:48] local.INFO: AmpecoDataUpdater: Session API response for user 788 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=788&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:48] local.INFO: Sessions updated for user 788. {"count":0} 
[2025-07-17 04:50:49] local.INFO: AmpecoDataUpdater: Session API response for user 789 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=789&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:49] local.INFO: Sessions updated for user 789. {"count":0} 
[2025-07-17 04:50:50] local.INFO: AmpecoDataUpdater: Session API response for user 790 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=790&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:50] local.INFO: Sessions updated for user 790. {"count":0} 
[2025-07-17 04:50:51] local.INFO: AmpecoDataUpdater: Session API response for user 791 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=791&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:51] local.INFO: Sessions updated for user 791. {"count":0} 
[2025-07-17 04:50:52] local.INFO: AmpecoDataUpdater: Session API response for user 792 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=792&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:52] local.INFO: Sessions updated for user 792. {"count":0} 
[2025-07-17 04:50:53] local.INFO: AmpecoDataUpdater: Session API response for user 793 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=793&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:53] local.INFO: Sessions updated for user 793. {"count":0} 
[2025-07-17 04:50:55] local.INFO: AmpecoDataUpdater: Session API response for user 795 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=795&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:55] local.INFO: Sessions updated for user 795. {"count":0} 
[2025-07-17 04:50:56] local.INFO: AmpecoDataUpdater: Session API response for user 796 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=796&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:56] local.INFO: Sessions updated for user 796. {"count":0} 
[2025-07-17 04:50:57] local.INFO: AmpecoDataUpdater: Session API response for user 798 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=798&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:57] local.INFO: Sessions updated for user 798. {"count":0} 
[2025-07-17 04:50:58] local.INFO: AmpecoDataUpdater: Session API response for user 799 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=799&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:58] local.INFO: Sessions updated for user 799. {"count":0} 
[2025-07-17 04:50:59] local.INFO: AmpecoDataUpdater: Session API response for user 802 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=802&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:50:59] local.INFO: Sessions updated for user 802. {"count":0} 
[2025-07-17 04:51:00] local.INFO: AmpecoDataUpdater: Session API response for user 803 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:50:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=803&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A50%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:00] local.INFO: Sessions updated for user 803. {"count":0} 
[2025-07-17 04:51:01] local.INFO: AmpecoDataUpdater: Session API response for user 804 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=804&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:01] local.INFO: Sessions updated for user 804. {"count":0} 
[2025-07-17 04:51:02] local.INFO: AmpecoDataUpdater: Session API response for user 805 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=805&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:02] local.INFO: Sessions updated for user 805. {"count":0} 
[2025-07-17 04:51:03] local.INFO: AmpecoDataUpdater: Session API response for user 806 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=806&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:03] local.INFO: Sessions updated for user 806. {"count":0} 
[2025-07-17 04:51:04] local.INFO: AmpecoDataUpdater: Session API response for user 807 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=807&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:04] local.INFO: Sessions updated for user 807. {"count":0} 
[2025-07-17 04:51:05] local.INFO: AmpecoDataUpdater: Session API response for user 808 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=808&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:05] local.INFO: Sessions updated for user 808. {"count":0} 
[2025-07-17 04:51:06] local.INFO: AmpecoDataUpdater: Session API response for user 809 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=809&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:06] local.INFO: Sessions updated for user 809. {"count":0} 
[2025-07-17 04:51:07] local.INFO: AmpecoDataUpdater: Session API response for user 810 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=810&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:07] local.INFO: Sessions updated for user 810. {"count":0} 
[2025-07-17 04:51:08] local.INFO: AmpecoDataUpdater: Session API response for user 811 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=811&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:08] local.INFO: Sessions updated for user 811. {"count":0} 
[2025-07-17 04:51:09] local.INFO: AmpecoDataUpdater: Session API response for user 812 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=812&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:09] local.INFO: Sessions updated for user 812. {"count":0} 
[2025-07-17 04:51:10] local.INFO: AmpecoDataUpdater: Session API response for user 813 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=813&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:10] local.INFO: Sessions updated for user 813. {"count":0} 
[2025-07-17 04:51:11] local.INFO: AmpecoDataUpdater: Session API response for user 814 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=814&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:11] local.INFO: Sessions updated for user 814. {"count":0} 
[2025-07-17 04:51:12] local.INFO: AmpecoDataUpdater: Session API response for user 816 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=816&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:12] local.INFO: Sessions updated for user 816. {"count":0} 
[2025-07-17 04:51:13] local.INFO: AmpecoDataUpdater: Session API response for user 817 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=817&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:13] local.INFO: Sessions updated for user 817. {"count":0} 
[2025-07-17 04:51:14] local.INFO: AmpecoDataUpdater: Session API response for user 818 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=818&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:14] local.INFO: Sessions updated for user 818. {"count":0} 
[2025-07-17 04:51:16] local.INFO: AmpecoDataUpdater: Session API response for user 819 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=819&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:16] local.INFO: Sessions updated for user 819. {"count":0} 
[2025-07-17 04:51:17] local.INFO: AmpecoDataUpdater: Session API response for user 822 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=822&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:17] local.INFO: Sessions updated for user 822. {"count":0} 
[2025-07-17 04:51:19] local.INFO: AmpecoDataUpdater: Session API response for user 823 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=823&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:19] local.INFO: Sessions updated for user 823. {"count":0} 
[2025-07-17 04:51:20] local.INFO: AmpecoDataUpdater: Session API response for user 824 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=824&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:20] local.INFO: Sessions updated for user 824. {"count":0} 
[2025-07-17 04:51:21] local.INFO: AmpecoDataUpdater: Session API response for user 828 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=828&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:22] local.INFO: Sessions updated for user 828. {"count":0} 
[2025-07-17 04:51:23] local.INFO: AmpecoDataUpdater: Session API response for user 829 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=829&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:23] local.INFO: Sessions updated for user 829. {"count":0} 
[2025-07-17 04:51:24] local.INFO: AmpecoDataUpdater: Session API response for user 830 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=830&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:24] local.INFO: Sessions updated for user 830. {"count":0} 
[2025-07-17 04:51:26] local.INFO: AmpecoDataUpdater: Session API response for user 831 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=831&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:26] local.INFO: Sessions updated for user 831. {"count":0} 
[2025-07-17 04:51:27] local.INFO: AmpecoDataUpdater: Session API response for user 832 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=832&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:27] local.INFO: Sessions updated for user 832. {"count":0} 
[2025-07-17 04:51:28] local.INFO: AmpecoDataUpdater: Session API response for user 833 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=833&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:29] local.INFO: Sessions updated for user 833. {"count":0} 
[2025-07-17 04:51:30] local.INFO: AmpecoDataUpdater: Session API response for user 834 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=834&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:30] local.INFO: Sessions updated for user 834. {"count":0} 
[2025-07-17 04:51:31] local.INFO: AmpecoDataUpdater: Session API response for user 835 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=835&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:31] local.INFO: Sessions updated for user 835. {"count":0} 
[2025-07-17 04:51:32] local.INFO: AmpecoDataUpdater: Session API response for user 836 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=836&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:32] local.INFO: Sessions updated for user 836. {"count":0} 
[2025-07-17 04:51:33] local.INFO: AmpecoDataUpdater: Session API response for user 837 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=837&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:33] local.INFO: Sessions updated for user 837. {"count":0} 
[2025-07-17 04:51:34] local.INFO: AmpecoDataUpdater: Session API response for user 838 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=838&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:34] local.INFO: Sessions updated for user 838. {"count":0} 
[2025-07-17 04:51:35] local.INFO: AmpecoDataUpdater: Session API response for user 840 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=840&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:35] local.INFO: Sessions updated for user 840. {"count":0} 
[2025-07-17 04:51:35] local.INFO: AmpecoDataUpdater: Session API response for user 842 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=842&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:36] local.INFO: Sessions updated for user 842. {"count":0} 
[2025-07-17 04:51:36] local.INFO: AmpecoDataUpdater: Session API response for user 843 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=843&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:37] local.INFO: Sessions updated for user 843. {"count":0} 
[2025-07-17 04:51:37] local.INFO: AmpecoDataUpdater: Session API response for user 844 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=844&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:38] local.INFO: Sessions updated for user 844. {"count":0} 
[2025-07-17 04:51:38] local.INFO: AmpecoDataUpdater: Session API response for user 845 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=845&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:38] local.INFO: Sessions updated for user 845. {"count":0} 
[2025-07-17 04:51:39] local.INFO: AmpecoDataUpdater: Session API response for user 846 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=846&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:39] local.INFO: Sessions updated for user 846. {"count":0} 
[2025-07-17 04:51:40] local.INFO: AmpecoDataUpdater: Session API response for user 847 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=847&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:41] local.INFO: Sessions updated for user 847. {"count":0} 
[2025-07-17 04:51:41] local.INFO: AmpecoDataUpdater: Session API response for user 848 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=848&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:42] local.INFO: Sessions updated for user 848. {"count":0} 
[2025-07-17 04:51:42] local.INFO: AmpecoDataUpdater: Session API response for user 849 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=849&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:43] local.INFO: Sessions updated for user 849. {"count":0} 
[2025-07-17 04:51:43] local.INFO: AmpecoDataUpdater: Session API response for user 850 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=850&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:43] local.INFO: Sessions updated for user 850. {"count":0} 
[2025-07-17 04:51:44] local.INFO: AmpecoDataUpdater: Session API response for user 851 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=851&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:44] local.INFO: Sessions updated for user 851. {"count":0} 
[2025-07-17 04:51:45] local.INFO: AmpecoDataUpdater: Session API response for user 853 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=853&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:45] local.INFO: Sessions updated for user 853. {"count":0} 
[2025-07-17 04:51:45] local.INFO: AmpecoDataUpdater: Session API response for user 854 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=854&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:46] local.INFO: Sessions updated for user 854. {"count":0} 
[2025-07-17 04:51:46] local.INFO: AmpecoDataUpdater: Session API response for user 855 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=855&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:46] local.INFO: Sessions updated for user 855. {"count":0} 
[2025-07-17 04:51:47] local.INFO: AmpecoDataUpdater: Session API response for user 856 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=856&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:47] local.INFO: Sessions updated for user 856. {"count":0} 
[2025-07-17 04:51:48] local.INFO: AmpecoDataUpdater: Session API response for user 858 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=858&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:48] local.INFO: Sessions updated for user 858. {"count":0} 
[2025-07-17 04:51:48] local.INFO: AmpecoDataUpdater: Session API response for user 859 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=859&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:49] local.INFO: Sessions updated for user 859. {"count":0} 
[2025-07-17 04:51:49] local.INFO: AmpecoDataUpdater: Session API response for user 860 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=860&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:49] local.INFO: Sessions updated for user 860. {"count":0} 
[2025-07-17 04:51:50] local.INFO: AmpecoDataUpdater: Session API response for user 861 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=861&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:50] local.INFO: Sessions updated for user 861. {"count":0} 
[2025-07-17 04:51:51] local.INFO: AmpecoDataUpdater: Session API response for user 862 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=862&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:51] local.INFO: Sessions updated for user 862. {"count":0} 
[2025-07-17 04:51:51] local.INFO: AmpecoDataUpdater: Session API response for user 863 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=863&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:52] local.INFO: Sessions updated for user 863. {"count":0} 
[2025-07-17 04:51:52] local.INFO: AmpecoDataUpdater: Session API response for user 864 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=864&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:52] local.INFO: Sessions updated for user 864. {"count":0} 
[2025-07-17 04:51:53] local.INFO: AmpecoDataUpdater: Session API response for user 865 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=865&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:53] local.INFO: Sessions updated for user 865. {"count":0} 
[2025-07-17 04:51:54] local.INFO: AmpecoDataUpdater: Session API response for user 870 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=870&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:54] local.INFO: Sessions updated for user 870. {"count":0} 
[2025-07-17 04:51:55] local.INFO: AmpecoDataUpdater: Session API response for user 871 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=871&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:56] local.INFO: Sessions updated for user 871. {"count":0} 
[2025-07-17 04:51:56] local.INFO: AmpecoDataUpdater: Session API response for user 874 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=874&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:57] local.INFO: Sessions updated for user 874. {"count":0} 
[2025-07-17 04:51:58] local.INFO: AmpecoDataUpdater: Session API response for user 875 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=875&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:58] local.INFO: Sessions updated for user 875. {"count":0} 
[2025-07-17 04:51:59] local.INFO: AmpecoDataUpdater: Session API response for user 876 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=876&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:51:59] local.INFO: Sessions updated for user 876. {"count":0} 
[2025-07-17 04:52:00] local.INFO: AmpecoDataUpdater: Session API response for user 879 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:51:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=879&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A51%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:00] local.INFO: Sessions updated for user 879. {"count":0} 
[2025-07-17 04:52:01] local.INFO: AmpecoDataUpdater: Session API response for user 880 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=880&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:01] local.INFO: Sessions updated for user 880. {"count":0} 
[2025-07-17 04:52:02] local.INFO: AmpecoDataUpdater: Session API response for user 881 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=881&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:02] local.INFO: Sessions updated for user 881. {"count":0} 
[2025-07-17 04:52:03] local.INFO: AmpecoDataUpdater: Session API response for user 882 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=882&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:03] local.INFO: Sessions updated for user 882. {"count":0} 
[2025-07-17 04:52:04] local.INFO: AmpecoDataUpdater: Session API response for user 884 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=884&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:04] local.INFO: Sessions updated for user 884. {"count":0} 
[2025-07-17 04:52:06] local.INFO: AmpecoDataUpdater: Session API response for user 885 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=885&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:06] local.INFO: Sessions updated for user 885. {"count":0} 
[2025-07-17 04:52:07] local.INFO: AmpecoDataUpdater: Session API response for user 886 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=886&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:07] local.INFO: Sessions updated for user 886. {"count":0} 
[2025-07-17 04:52:08] local.INFO: AmpecoDataUpdater: Session API response for user 887 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=887&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:08] local.INFO: Sessions updated for user 887. {"count":0} 
[2025-07-17 04:52:09] local.INFO: AmpecoDataUpdater: Session API response for user 889 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=889&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:09] local.INFO: Sessions updated for user 889. {"count":0} 
[2025-07-17 04:52:10] local.INFO: AmpecoDataUpdater: Session API response for user 890 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=890&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:10] local.INFO: Sessions updated for user 890. {"count":0} 
[2025-07-17 04:52:11] local.INFO: AmpecoDataUpdater: Session API response for user 891 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=891&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:11] local.INFO: Sessions updated for user 891. {"count":0} 
[2025-07-17 04:52:11] local.INFO: AmpecoDataUpdater: Session API response for user 893 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=893&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:11] local.INFO: Sessions updated for user 893. {"count":0} 
[2025-07-17 04:52:12] local.INFO: AmpecoDataUpdater: Session API response for user 894 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=894&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:12] local.INFO: Sessions updated for user 894. {"count":0} 
[2025-07-17 04:52:13] local.INFO: AmpecoDataUpdater: Session API response for user 896 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=896&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:13] local.INFO: Sessions updated for user 896. {"count":0} 
[2025-07-17 04:52:14] local.INFO: AmpecoDataUpdater: Session API response for user 897 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=897&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:14] local.INFO: Sessions updated for user 897. {"count":0} 
[2025-07-17 04:52:15] local.INFO: AmpecoDataUpdater: Session API response for user 898 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=898&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:15] local.INFO: Sessions updated for user 898. {"count":0} 
[2025-07-17 04:52:15] local.INFO: AmpecoDataUpdater: Session API response for user 899 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=899&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:15] local.INFO: Sessions updated for user 899. {"count":0} 
[2025-07-17 04:52:16] local.INFO: AmpecoDataUpdater: Session API response for user 900 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=900&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:16] local.INFO: Sessions updated for user 900. {"count":0} 
[2025-07-17 04:52:17] local.INFO: AmpecoDataUpdater: Session API response for user 901 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=901&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:17] local.INFO: Sessions updated for user 901. {"count":0} 
[2025-07-17 04:52:18] local.INFO: AmpecoDataUpdater: Session API response for user 903 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=903&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:18] local.INFO: Sessions updated for user 903. {"count":0} 
[2025-07-17 04:52:19] local.INFO: AmpecoDataUpdater: Session API response for user 904 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=904&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:19] local.INFO: Sessions updated for user 904. {"count":0} 
[2025-07-17 04:52:20] local.INFO: AmpecoDataUpdater: Session API response for user 905 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=905&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:20] local.INFO: Sessions updated for user 905. {"count":0} 
[2025-07-17 04:52:20] local.INFO: AmpecoDataUpdater: Session API response for user 906 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=906&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:20] local.INFO: Sessions updated for user 906. {"count":0} 
[2025-07-17 04:52:21] local.INFO: AmpecoDataUpdater: Session API response for user 907 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=907&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:21] local.INFO: Sessions updated for user 907. {"count":0} 
[2025-07-17 04:52:22] local.INFO: AmpecoDataUpdater: Session API response for user 908 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=908&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:22] local.INFO: Sessions updated for user 908. {"count":0} 
[2025-07-17 04:52:23] local.INFO: AmpecoDataUpdater: Session API response for user 909 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=909&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:23] local.INFO: Sessions updated for user 909. {"count":0} 
[2025-07-17 04:52:23] local.INFO: AmpecoDataUpdater: Session API response for user 910 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=910&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:23] local.INFO: Sessions updated for user 910. {"count":0} 
[2025-07-17 04:52:24] local.INFO: AmpecoDataUpdater: Session API response for user 911 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=911&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:24] local.INFO: Sessions updated for user 911. {"count":0} 
[2025-07-17 04:52:25] local.INFO: AmpecoDataUpdater: Session API response for user 912 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=912&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:25] local.INFO: Sessions updated for user 912. {"count":0} 
[2025-07-17 04:52:26] local.INFO: AmpecoDataUpdater: Session API response for user 914 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=914&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:26] local.INFO: Sessions updated for user 914. {"count":0} 
[2025-07-17 04:52:27] local.INFO: AmpecoDataUpdater: Session API response for user 916 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=916&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:27] local.INFO: Sessions updated for user 916. {"count":0} 
[2025-07-17 04:52:28] local.INFO: AmpecoDataUpdater: Session API response for user 917 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=917&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:28] local.INFO: Sessions updated for user 917. {"count":0} 
[2025-07-17 04:52:29] local.INFO: AmpecoDataUpdater: Session API response for user 918 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=918&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:29] local.INFO: Sessions updated for user 918. {"count":0} 
[2025-07-17 04:52:30] local.INFO: AmpecoDataUpdater: Session API response for user 920 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=920&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:30] local.INFO: Sessions updated for user 920. {"count":0} 
[2025-07-17 04:52:31] local.INFO: AmpecoDataUpdater: Session API response for user 921 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=921&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:31] local.INFO: Sessions updated for user 921. {"count":0} 
[2025-07-17 04:52:32] local.INFO: AmpecoDataUpdater: Session API response for user 922 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=922&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:32] local.INFO: Sessions updated for user 922. {"count":0} 
[2025-07-17 04:52:33] local.INFO: AmpecoDataUpdater: Session API response for user 923 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=923&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:33] local.INFO: Sessions updated for user 923. {"count":0} 
[2025-07-17 04:52:33] local.INFO: AmpecoDataUpdater: Session API response for user 924 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=924&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:33] local.INFO: Sessions updated for user 924. {"count":0} 
[2025-07-17 04:52:35] local.INFO: AmpecoDataUpdater: Session API response for user 925 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=925&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:35] local.INFO: Sessions updated for user 925. {"count":0} 
[2025-07-17 04:52:36] local.INFO: AmpecoDataUpdater: Session API response for user 926 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=926&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:36] local.INFO: Sessions updated for user 926. {"count":0} 
[2025-07-17 04:52:36] local.INFO: AmpecoDataUpdater: Session API response for user 927 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=927&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:36] local.INFO: Sessions updated for user 927. {"count":0} 
[2025-07-17 04:52:37] local.INFO: AmpecoDataUpdater: Session API response for user 928 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=928&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:37] local.INFO: Sessions updated for user 928. {"count":0} 
[2025-07-17 04:52:38] local.INFO: AmpecoDataUpdater: Session API response for user 929 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=929&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:38] local.INFO: Sessions updated for user 929. {"count":0} 
[2025-07-17 04:52:39] local.INFO: AmpecoDataUpdater: Session API response for user 930 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=930&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:39] local.INFO: Sessions updated for user 930. {"count":0} 
[2025-07-17 04:52:40] local.INFO: AmpecoDataUpdater: Session API response for user 931 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=931&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:40] local.INFO: Sessions updated for user 931. {"count":0} 
[2025-07-17 04:52:41] local.INFO: AmpecoDataUpdater: Session API response for user 932 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=932&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:41] local.INFO: Sessions updated for user 932. {"count":0} 
[2025-07-17 04:52:43] local.INFO: AmpecoDataUpdater: Session API response for user 933 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=933&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:43] local.INFO: Sessions updated for user 933. {"count":0} 
[2025-07-17 04:52:44] local.INFO: AmpecoDataUpdater: Session API response for user 934 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=934&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:44] local.INFO: Sessions updated for user 934. {"count":0} 
[2025-07-17 04:52:45] local.INFO: AmpecoDataUpdater: Session API response for user 935 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=935&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:45] local.INFO: Sessions updated for user 935. {"count":0} 
[2025-07-17 04:52:46] local.INFO: AmpecoDataUpdater: Session API response for user 936 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=936&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:46] local.INFO: Sessions updated for user 936. {"count":0} 
[2025-07-17 04:52:47] local.INFO: AmpecoDataUpdater: Session API response for user 937 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=937&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:47] local.INFO: Sessions updated for user 937. {"count":0} 
[2025-07-17 04:52:48] local.INFO: AmpecoDataUpdater: Session API response for user 938 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=938&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:48] local.INFO: Sessions updated for user 938. {"count":0} 
[2025-07-17 04:52:49] local.INFO: AmpecoDataUpdater: Session API response for user 939 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=939&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:49] local.INFO: Sessions updated for user 939. {"count":0} 
[2025-07-17 04:52:50] local.INFO: AmpecoDataUpdater: Session API response for user 940 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=940&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:50] local.INFO: Sessions updated for user 940. {"count":0} 
[2025-07-17 04:52:50] local.INFO: AmpecoDataUpdater: Session API response for user 941 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=941&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:50] local.INFO: Sessions updated for user 941. {"count":0} 
[2025-07-17 04:52:51] local.INFO: AmpecoDataUpdater: Session API response for user 942 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=942&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:51] local.INFO: Sessions updated for user 942. {"count":0} 
[2025-07-17 04:52:52] local.INFO: AmpecoDataUpdater: Session API response for user 943 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=943&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:52] local.INFO: Sessions updated for user 943. {"count":0} 
[2025-07-17 04:52:52] local.INFO: AmpecoDataUpdater: Session API response for user 944 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=944&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:52] local.INFO: Sessions updated for user 944. {"count":0} 
[2025-07-17 04:52:53] local.INFO: AmpecoDataUpdater: Session API response for user 945 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=945&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:53] local.INFO: Sessions updated for user 945. {"count":0} 
[2025-07-17 04:52:54] local.INFO: AmpecoDataUpdater: Session API response for user 946 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=946&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:54] local.INFO: Sessions updated for user 946. {"count":0} 
[2025-07-17 04:52:54] local.INFO: AmpecoDataUpdater: Session API response for user 947 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=947&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:54] local.INFO: Sessions updated for user 947. {"count":0} 
[2025-07-17 04:52:55] local.INFO: AmpecoDataUpdater: Session API response for user 948 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=948&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:55] local.INFO: Sessions updated for user 948. {"count":0} 
[2025-07-17 04:52:56] local.INFO: AmpecoDataUpdater: Session API response for user 949 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=949&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:56] local.INFO: Sessions updated for user 949. {"count":0} 
[2025-07-17 04:52:56] local.INFO: AmpecoDataUpdater: Session API response for user 950 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=950&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:56] local.INFO: Sessions updated for user 950. {"count":0} 
[2025-07-17 04:52:57] local.INFO: AmpecoDataUpdater: Session API response for user 951 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=951&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:57] local.INFO: Sessions updated for user 951. {"count":0} 
[2025-07-17 04:52:58] local.INFO: AmpecoDataUpdater: Session API response for user 952 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=952&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:58] local.INFO: Sessions updated for user 952. {"count":0} 
[2025-07-17 04:52:58] local.INFO: AmpecoDataUpdater: Session API response for user 953 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=953&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:58] local.INFO: Sessions updated for user 953. {"count":0} 
[2025-07-17 04:52:59] local.INFO: AmpecoDataUpdater: Session API response for user 954 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=954&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:52:59] local.INFO: Sessions updated for user 954. {"count":0} 
[2025-07-17 04:53:00] local.INFO: AmpecoDataUpdater: Session API response for user 955 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:52:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=955&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A52%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:00] local.INFO: Sessions updated for user 955. {"count":0} 
[2025-07-17 04:53:01] local.INFO: AmpecoDataUpdater: Session API response for user 956 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=956&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:01] local.INFO: Sessions updated for user 956. {"count":0} 
[2025-07-17 04:53:01] local.INFO: AmpecoDataUpdater: Session API response for user 957 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=957&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:01] local.INFO: Sessions updated for user 957. {"count":0} 
[2025-07-17 04:53:02] local.INFO: AmpecoDataUpdater: Session API response for user 958 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=958&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:02] local.INFO: Sessions updated for user 958. {"count":0} 
[2025-07-17 04:53:03] local.INFO: AmpecoDataUpdater: Session API response for user 959 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=959&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:03] local.INFO: Sessions updated for user 959. {"count":0} 
[2025-07-17 04:53:03] local.INFO: AmpecoDataUpdater: Session API response for user 960 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=960&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:03] local.INFO: Sessions updated for user 960. {"count":0} 
[2025-07-17 04:53:04] local.INFO: AmpecoDataUpdater: Session API response for user 961 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=961&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:04] local.INFO: Sessions updated for user 961. {"count":0} 
[2025-07-17 04:53:05] local.INFO: AmpecoDataUpdater: Session API response for user 962 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=962&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:05] local.INFO: Sessions updated for user 962. {"count":0} 
[2025-07-17 04:53:05] local.INFO: AmpecoDataUpdater: Session API response for user 963 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=963&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:05] local.INFO: Sessions updated for user 963. {"count":0} 
[2025-07-17 04:53:06] local.INFO: AmpecoDataUpdater: Session API response for user 964 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=964&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:06] local.INFO: Sessions updated for user 964. {"count":0} 
[2025-07-17 04:53:07] local.INFO: AmpecoDataUpdater: Session API response for user 965 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=965&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:07] local.INFO: Sessions updated for user 965. {"count":0} 
[2025-07-17 04:53:07] local.INFO: AmpecoDataUpdater: Session API response for user 966 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=966&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:07] local.INFO: Sessions updated for user 966. {"count":0} 
[2025-07-17 04:53:08] local.INFO: AmpecoDataUpdater: Session API response for user 967 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=967&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:08] local.INFO: Sessions updated for user 967. {"count":0} 
[2025-07-17 04:53:09] local.INFO: AmpecoDataUpdater: Session API response for user 968 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=968&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:09] local.INFO: Sessions updated for user 968. {"count":0} 
[2025-07-17 04:53:09] local.INFO: AmpecoDataUpdater: Session API response for user 969 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=969&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:09] local.INFO: Sessions updated for user 969. {"count":0} 
[2025-07-17 04:53:10] local.INFO: AmpecoDataUpdater: Session API response for user 970 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=970&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:10] local.INFO: Sessions updated for user 970. {"count":0} 
[2025-07-17 04:53:11] local.INFO: AmpecoDataUpdater: Session API response for user 971 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=971&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:11] local.INFO: Sessions updated for user 971. {"count":0} 
[2025-07-17 04:53:12] local.INFO: AmpecoDataUpdater: Session API response for user 972 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=972&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:12] local.INFO: Sessions updated for user 972. {"count":0} 
[2025-07-17 04:53:13] local.INFO: AmpecoDataUpdater: Session API response for user 973 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=973&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:13] local.INFO: Sessions updated for user 973. {"count":0} 
[2025-07-17 04:53:14] local.INFO: AmpecoDataUpdater: Session API response for user 974 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=974&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:14] local.INFO: Sessions updated for user 974. {"count":0} 
[2025-07-17 04:53:14] local.INFO: AmpecoDataUpdater: Session API response for user 975 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=975&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:15] local.INFO: Sessions updated for user 975. {"count":0} 
[2025-07-17 04:53:15] local.INFO: AmpecoDataUpdater: Session API response for user 976 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=976&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:15] local.INFO: Sessions updated for user 976. {"count":0} 
[2025-07-17 04:53:16] local.INFO: AmpecoDataUpdater: Session API response for user 977 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=977&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:16] local.INFO: Sessions updated for user 977. {"count":0} 
[2025-07-17 04:53:16] local.INFO: AmpecoDataUpdater: Session API response for user 978 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=978&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:16] local.INFO: Sessions updated for user 978. {"count":0} 
[2025-07-17 04:53:17] local.INFO: AmpecoDataUpdater: Session API response for user 979 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=979&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:17] local.INFO: Sessions updated for user 979. {"count":0} 
[2025-07-17 04:53:18] local.INFO: AmpecoDataUpdater: Session API response for user 980 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=980&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:18] local.INFO: Sessions updated for user 980. {"count":0} 
[2025-07-17 04:53:19] local.INFO: AmpecoDataUpdater: Session API response for user 981 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=981&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:19] local.INFO: Sessions updated for user 981. {"count":0} 
[2025-07-17 04:53:20] local.INFO: AmpecoDataUpdater: Session API response for user 982 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=982&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:20] local.INFO: Sessions updated for user 982. {"count":0} 
[2025-07-17 04:53:21] local.INFO: AmpecoDataUpdater: Session API response for user 983 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=983&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:21] local.INFO: Sessions updated for user 983. {"count":0} 
[2025-07-17 04:53:22] local.INFO: AmpecoDataUpdater: Session API response for user 984 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=984&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:22] local.INFO: Sessions updated for user 984. {"count":0} 
[2025-07-17 04:53:23] local.INFO: AmpecoDataUpdater: Session API response for user 985 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=985&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:23] local.INFO: Sessions updated for user 985. {"count":0} 
[2025-07-17 04:53:24] local.INFO: AmpecoDataUpdater: Session API response for user 986 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=986&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:24] local.INFO: Sessions updated for user 986. {"count":0} 
[2025-07-17 04:53:25] local.INFO: AmpecoDataUpdater: Session API response for user 987 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=987&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:25] local.INFO: Sessions updated for user 987. {"count":0} 
[2025-07-17 04:53:25] local.INFO: AmpecoDataUpdater: Session API response for user 988 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=988&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:26] local.INFO: Sessions updated for user 988. {"count":0} 
[2025-07-17 04:53:26] local.INFO: AmpecoDataUpdater: Session API response for user 989 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=989&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:26] local.INFO: Sessions updated for user 989. {"count":0} 
[2025-07-17 04:53:27] local.INFO: AmpecoDataUpdater: Session API response for user 990 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=990&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:27] local.INFO: Sessions updated for user 990. {"count":0} 
[2025-07-17 04:53:28] local.INFO: AmpecoDataUpdater: Session API response for user 991 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=991&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:28] local.INFO: Sessions updated for user 991. {"count":0} 
[2025-07-17 04:53:29] local.INFO: AmpecoDataUpdater: Session API response for user 992 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=992&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:29] local.INFO: Sessions updated for user 992. {"count":0} 
[2025-07-17 04:53:29] local.INFO: AmpecoDataUpdater: Session API response for user 994 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=994&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:30] local.INFO: Sessions updated for user 994. {"count":0} 
[2025-07-17 04:53:30] local.INFO: AmpecoDataUpdater: Session API response for user 995 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=995&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:30] local.INFO: Sessions updated for user 995. {"count":0} 
[2025-07-17 04:53:31] local.INFO: AmpecoDataUpdater: Session API response for user 996 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=996&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:31] local.INFO: Sessions updated for user 996. {"count":0} 
[2025-07-17 04:53:32] local.INFO: AmpecoDataUpdater: Session API response for user 997 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=997&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:32] local.INFO: Sessions updated for user 997. {"count":0} 
[2025-07-17 04:53:32] local.INFO: AmpecoDataUpdater: Session API response for user 998 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=998&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:32] local.INFO: Sessions updated for user 998. {"count":0} 
[2025-07-17 04:53:33] local.INFO: AmpecoDataUpdater: Session API response for user 999 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=999&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:33] local.INFO: Sessions updated for user 999. {"count":0} 
[2025-07-17 04:53:34] local.INFO: AmpecoDataUpdater: Session API response for user 1000 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1000&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:34] local.INFO: Sessions updated for user 1000. {"count":0} 
[2025-07-17 04:53:34] local.INFO: AmpecoDataUpdater: Session API response for user 1001 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1001&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:34] local.INFO: Sessions updated for user 1001. {"count":0} 
[2025-07-17 04:53:35] local.INFO: AmpecoDataUpdater: Session API response for user 1003 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1003&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:35] local.INFO: Sessions updated for user 1003. {"count":0} 
[2025-07-17 04:53:36] local.INFO: AmpecoDataUpdater: Session API response for user 1004 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1004&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:36] local.INFO: Sessions updated for user 1004. {"count":0} 
[2025-07-17 04:53:36] local.INFO: AmpecoDataUpdater: Session API response for user 1006 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1006&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:36] local.INFO: Sessions updated for user 1006. {"count":0} 
[2025-07-17 04:53:37] local.INFO: AmpecoDataUpdater: Session API response for user 1007 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1007&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:37] local.INFO: Sessions updated for user 1007. {"count":0} 
[2025-07-17 04:53:38] local.INFO: AmpecoDataUpdater: Session API response for user 1008 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1008&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:38] local.INFO: Sessions updated for user 1008. {"count":0} 
[2025-07-17 04:53:38] local.INFO: AmpecoDataUpdater: Session API response for user 1009 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1009&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:39] local.INFO: Sessions updated for user 1009. {"count":0} 
[2025-07-17 04:53:39] local.INFO: AmpecoDataUpdater: Session API response for user 1010 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1010&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:39] local.INFO: Sessions updated for user 1010. {"count":0} 
[2025-07-17 04:53:40] local.INFO: AmpecoDataUpdater: Session API response for user 1011 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1011&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:40] local.INFO: Sessions updated for user 1011. {"count":0} 
[2025-07-17 04:53:40] local.INFO: AmpecoDataUpdater: Session API response for user 1013 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1013&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:40] local.INFO: Sessions updated for user 1013. {"count":0} 
[2025-07-17 04:53:41] local.INFO: AmpecoDataUpdater: Session API response for user 1014 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1014&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:41] local.INFO: Sessions updated for user 1014. {"count":0} 
[2025-07-17 04:53:42] local.INFO: AmpecoDataUpdater: Session API response for user 1015 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1015&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:42] local.INFO: Sessions updated for user 1015. {"count":0} 
[2025-07-17 04:53:43] local.INFO: AmpecoDataUpdater: Session API response for user 1016 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1016&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:43] local.INFO: Sessions updated for user 1016. {"count":0} 
[2025-07-17 04:53:43] local.INFO: AmpecoDataUpdater: Session API response for user 1017 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1017&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:44] local.INFO: Sessions updated for user 1017. {"count":0} 
[2025-07-17 04:53:44] local.INFO: AmpecoDataUpdater: Session API response for user 1018 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1018&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:44] local.INFO: Sessions updated for user 1018. {"count":0} 
[2025-07-17 04:53:45] local.INFO: AmpecoDataUpdater: Session API response for user 1019 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1019&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:45] local.INFO: Sessions updated for user 1019. {"count":0} 
[2025-07-17 04:53:46] local.INFO: AmpecoDataUpdater: Session API response for user 1020 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1020&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:46] local.INFO: Sessions updated for user 1020. {"count":0} 
[2025-07-17 04:53:46] local.INFO: AmpecoDataUpdater: Session API response for user 1021 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1021&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:46] local.INFO: Sessions updated for user 1021. {"count":0} 
[2025-07-17 04:53:47] local.INFO: AmpecoDataUpdater: Session API response for user 1022 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1022&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:47] local.INFO: Sessions updated for user 1022. {"count":0} 
[2025-07-17 04:53:48] local.INFO: AmpecoDataUpdater: Session API response for user 1023 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1023&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:48] local.INFO: Sessions updated for user 1023. {"count":0} 
[2025-07-17 04:53:49] local.INFO: AmpecoDataUpdater: Session API response for user 1024 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1024&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:49] local.INFO: Sessions updated for user 1024. {"count":0} 
[2025-07-17 04:53:49] local.INFO: AmpecoDataUpdater: Session API response for user 1026 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1026&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:49] local.INFO: Sessions updated for user 1026. {"count":0} 
[2025-07-17 04:53:50] local.INFO: AmpecoDataUpdater: Session API response for user 1029 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1029&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:50] local.INFO: Sessions updated for user 1029. {"count":0} 
[2025-07-17 04:53:51] local.INFO: AmpecoDataUpdater: Session API response for user 1030 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1030&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:51] local.INFO: Sessions updated for user 1030. {"count":0} 
[2025-07-17 04:53:52] local.INFO: AmpecoDataUpdater: Session API response for user 1031 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1031&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:52] local.INFO: Sessions updated for user 1031. {"count":0} 
[2025-07-17 04:53:53] local.INFO: AmpecoDataUpdater: Session API response for user 1032 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1032&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:53] local.INFO: Sessions updated for user 1032. {"count":0} 
[2025-07-17 04:53:54] local.INFO: AmpecoDataUpdater: Session API response for user 1033 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1033&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:54] local.INFO: Sessions updated for user 1033. {"count":0} 
[2025-07-17 04:53:56] local.INFO: AmpecoDataUpdater: Session API response for user 1034 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1034&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:56] local.INFO: Sessions updated for user 1034. {"count":0} 
[2025-07-17 04:53:57] local.INFO: AmpecoDataUpdater: Session API response for user 1035 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1035&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:57] local.INFO: Sessions updated for user 1035. {"count":0} 
[2025-07-17 04:53:58] local.INFO: AmpecoDataUpdater: Session API response for user 1036 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1036&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:58] local.INFO: Sessions updated for user 1036. {"count":0} 
[2025-07-17 04:53:58] local.INFO: AmpecoDataUpdater: Session API response for user 1037 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1037&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:59] local.INFO: Sessions updated for user 1037. {"count":0} 
[2025-07-17 04:53:59] local.INFO: AmpecoDataUpdater: Session API response for user 1038 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1038&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:53:59] local.INFO: Sessions updated for user 1038. {"count":0} 
[2025-07-17 04:54:00] local.INFO: AmpecoDataUpdater: Session API response for user 1039 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:53:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1039&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A53%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:00] local.INFO: Sessions updated for user 1039. {"count":0} 
[2025-07-17 04:54:01] local.INFO: AmpecoDataUpdater: Session API response for user 1040 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1040&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:01] local.INFO: Sessions updated for user 1040. {"count":0} 
[2025-07-17 04:54:01] local.INFO: AmpecoDataUpdater: Session API response for user 1041 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1041&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:01] local.INFO: Sessions updated for user 1041. {"count":0} 
[2025-07-17 04:54:02] local.INFO: AmpecoDataUpdater: Session API response for user 1042 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1042&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:02] local.INFO: Sessions updated for user 1042. {"count":0} 
[2025-07-17 04:54:03] local.INFO: AmpecoDataUpdater: Session API response for user 1043 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1043&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:03] local.INFO: Sessions updated for user 1043. {"count":0} 
[2025-07-17 04:54:04] local.INFO: AmpecoDataUpdater: Session API response for user 1044 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1044&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:04] local.INFO: Sessions updated for user 1044. {"count":0} 
[2025-07-17 04:54:04] local.INFO: AmpecoDataUpdater: Session API response for user 1045 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1045&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:04] local.INFO: Sessions updated for user 1045. {"count":0} 
[2025-07-17 04:54:05] local.INFO: AmpecoDataUpdater: Session API response for user 1046 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1046&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:05] local.INFO: Sessions updated for user 1046. {"count":0} 
[2025-07-17 04:54:06] local.INFO: AmpecoDataUpdater: Session API response for user 1049 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1049&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:06] local.INFO: Sessions updated for user 1049. {"count":0} 
[2025-07-17 04:54:06] local.INFO: AmpecoDataUpdater: Session API response for user 1050 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1050&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:06] local.INFO: Sessions updated for user 1050. {"count":0} 
[2025-07-17 04:54:07] local.INFO: AmpecoDataUpdater: Session API response for user 1052 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1052&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:07] local.INFO: Sessions updated for user 1052. {"count":0} 
[2025-07-17 04:54:08] local.INFO: AmpecoDataUpdater: Session API response for user 1053 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1053&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:08] local.INFO: Sessions updated for user 1053. {"count":0} 
[2025-07-17 04:54:08] local.INFO: AmpecoDataUpdater: Session API response for user 1055 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1055&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:08] local.INFO: Sessions updated for user 1055. {"count":0} 
[2025-07-17 04:54:09] local.INFO: AmpecoDataUpdater: Session API response for user 1056 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1056&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:09] local.INFO: Sessions updated for user 1056. {"count":0} 
[2025-07-17 04:54:10] local.INFO: AmpecoDataUpdater: Session API response for user 1058 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1058&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:10] local.INFO: Sessions updated for user 1058. {"count":0} 
[2025-07-17 04:54:10] local.INFO: AmpecoDataUpdater: Session API response for user 1060 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1060&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:10] local.INFO: Sessions updated for user 1060. {"count":0} 
[2025-07-17 04:54:11] local.INFO: AmpecoDataUpdater: Session API response for user 1061 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1061&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:11] local.INFO: Sessions updated for user 1061. {"count":0} 
[2025-07-17 04:54:12] local.INFO: AmpecoDataUpdater: Session API response for user 1062 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1062&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:12] local.INFO: Sessions updated for user 1062. {"count":0} 
[2025-07-17 04:54:12] local.INFO: AmpecoDataUpdater: Session API response for user 1064 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1064&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:13] local.INFO: Sessions updated for user 1064. {"count":0} 
[2025-07-17 04:54:13] local.INFO: AmpecoDataUpdater: Session API response for user 1067 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1067&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:13] local.INFO: Sessions updated for user 1067. {"count":0} 
[2025-07-17 04:54:14] local.INFO: AmpecoDataUpdater: Session API response for user 1068 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1068&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:14] local.INFO: Sessions updated for user 1068. {"count":0} 
[2025-07-17 04:54:15] local.INFO: AmpecoDataUpdater: Session API response for user 1069 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1069&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:15] local.INFO: Sessions updated for user 1069. {"count":0} 
[2025-07-17 04:54:15] local.INFO: AmpecoDataUpdater: Session API response for user 1070 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1070&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:15] local.INFO: Sessions updated for user 1070. {"count":0} 
[2025-07-17 04:54:16] local.INFO: AmpecoDataUpdater: Session API response for user 1072 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1072&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:16] local.INFO: Sessions updated for user 1072. {"count":0} 
[2025-07-17 04:54:17] local.INFO: AmpecoDataUpdater: Session API response for user 1073 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1073&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:17] local.INFO: Sessions updated for user 1073. {"count":0} 
[2025-07-17 04:54:18] local.INFO: AmpecoDataUpdater: Session API response for user 1074 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1074&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:18] local.INFO: Sessions updated for user 1074. {"count":0} 
[2025-07-17 04:54:18] local.INFO: AmpecoDataUpdater: Session API response for user 1075 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1075&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:18] local.INFO: Sessions updated for user 1075. {"count":0} 
[2025-07-17 04:54:19] local.INFO: AmpecoDataUpdater: Session API response for user 1076 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1076&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:19] local.INFO: Sessions updated for user 1076. {"count":0} 
[2025-07-17 04:54:20] local.INFO: AmpecoDataUpdater: Session API response for user 1083 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1083&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:20] local.INFO: Sessions updated for user 1083. {"count":0} 
[2025-07-17 04:54:20] local.INFO: AmpecoDataUpdater: Session API response for user 1084 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1084&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:20] local.INFO: Sessions updated for user 1084. {"count":0} 
[2025-07-17 04:54:21] local.INFO: AmpecoDataUpdater: Session API response for user 1085 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1085&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:21] local.INFO: Sessions updated for user 1085. {"count":0} 
[2025-07-17 04:54:22] local.INFO: AmpecoDataUpdater: Session API response for user 1087 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1087&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:22] local.INFO: Sessions updated for user 1087. {"count":0} 
[2025-07-17 04:54:22] local.INFO: AmpecoDataUpdater: Session API response for user 1088 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1088&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:22] local.INFO: Sessions updated for user 1088. {"count":0} 
[2025-07-17 04:54:23] local.INFO: AmpecoDataUpdater: Session API response for user 1090 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1090&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:23] local.INFO: Sessions updated for user 1090. {"count":0} 
[2025-07-17 04:54:24] local.INFO: AmpecoDataUpdater: Session API response for user 1093 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1093&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:24] local.INFO: Sessions updated for user 1093. {"count":0} 
[2025-07-17 04:54:24] local.INFO: AmpecoDataUpdater: Session API response for user 1094 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1094&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:24] local.INFO: Sessions updated for user 1094. {"count":0} 
[2025-07-17 04:54:25] local.INFO: AmpecoDataUpdater: Session API response for user 1096 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1096&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:25] local.INFO: Sessions updated for user 1096. {"count":0} 
[2025-07-17 04:54:26] local.INFO: AmpecoDataUpdater: Session API response for user 1099 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1099&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:26] local.INFO: Sessions updated for user 1099. {"count":0} 
[2025-07-17 04:54:26] local.INFO: AmpecoDataUpdater: Session API response for user 1104 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1104&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:27] local.INFO: Sessions updated for user 1104. {"count":0} 
[2025-07-17 04:54:28] local.INFO: AmpecoDataUpdater: Session API response for user 1106 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1106&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:28] local.INFO: Sessions updated for user 1106. {"count":0} 
[2025-07-17 04:54:29] local.INFO: AmpecoDataUpdater: Session API response for user 1108 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1108&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:29] local.INFO: Sessions updated for user 1108. {"count":0} 
[2025-07-17 04:54:30] local.INFO: AmpecoDataUpdater: Session API response for user 1113 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1113&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:30] local.INFO: Sessions updated for user 1113. {"count":0} 
[2025-07-17 04:54:31] local.INFO: AmpecoDataUpdater: Session API response for user 1114 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1114&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:31] local.INFO: Sessions updated for user 1114. {"count":0} 
[2025-07-17 04:54:31] local.INFO: AmpecoDataUpdater: Session API response for user 1115 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1115&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:31] local.INFO: Sessions updated for user 1115. {"count":0} 
[2025-07-17 04:54:32] local.INFO: AmpecoDataUpdater: Session API response for user 1116 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1116&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:32] local.INFO: Sessions updated for user 1116. {"count":0} 
[2025-07-17 04:54:33] local.INFO: AmpecoDataUpdater: Session API response for user 1117 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:33] local.INFO: Sessions updated for user 1117. {"count":0} 
[2025-07-17 04:54:33] local.INFO: AmpecoDataUpdater: Session API response for user 1122 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1122&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:33] local.INFO: Sessions updated for user 1122. {"count":0} 
[2025-07-17 04:54:34] local.INFO: AmpecoDataUpdater: Session API response for user 1123 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1123&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:34] local.INFO: Sessions updated for user 1123. {"count":0} 
[2025-07-17 04:54:35] local.INFO: AmpecoDataUpdater: Session API response for user 1124 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1124&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:35] local.INFO: Sessions updated for user 1124. {"count":0} 
[2025-07-17 04:54:35] local.INFO: AmpecoDataUpdater: Session API response for user 1125 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1125&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:35] local.INFO: Sessions updated for user 1125. {"count":0} 
[2025-07-17 04:54:36] local.INFO: AmpecoDataUpdater: Session API response for user 1130 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1130&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:36] local.INFO: Sessions updated for user 1130. {"count":0} 
[2025-07-17 04:54:37] local.INFO: AmpecoDataUpdater: Session API response for user 1133 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1133&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:37] local.INFO: Sessions updated for user 1133. {"count":0} 
[2025-07-17 04:54:37] local.INFO: AmpecoDataUpdater: Session API response for user 1138 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1138&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:37] local.INFO: Sessions updated for user 1138. {"count":0} 
[2025-07-17 04:54:38] local.INFO: AmpecoDataUpdater: Session API response for user 1152 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1152&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:38] local.INFO: Sessions updated for user 1152. {"count":0} 
[2025-07-17 04:54:39] local.INFO: AmpecoDataUpdater: Session API response for user 1154 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1154&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:39] local.INFO: Sessions updated for user 1154. {"count":0} 
[2025-07-17 04:54:39] local.INFO: AmpecoDataUpdater: Session API response for user 1159 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1159&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:39] local.INFO: Sessions updated for user 1159. {"count":0} 
[2025-07-17 04:54:40] local.INFO: AmpecoDataUpdater: Session API response for user 1161 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1161&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:40] local.INFO: Sessions updated for user 1161. {"count":0} 
[2025-07-17 04:54:41] local.INFO: AmpecoDataUpdater: Session API response for user 1163 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1163&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:41] local.INFO: Sessions updated for user 1163. {"count":0} 
[2025-07-17 04:54:41] local.INFO: AmpecoDataUpdater: Session API response for user 1164 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1164&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:41] local.INFO: Sessions updated for user 1164. {"count":0} 
[2025-07-17 04:54:42] local.INFO: AmpecoDataUpdater: Session API response for user 1165 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1165&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:42] local.INFO: Sessions updated for user 1165. {"count":0} 
[2025-07-17 04:54:43] local.INFO: AmpecoDataUpdater: Session API response for user 1168 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1168&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:43] local.INFO: Sessions updated for user 1168. {"count":0} 
[2025-07-17 04:54:43] local.INFO: AmpecoDataUpdater: Session API response for user 1169 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1169&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:43] local.INFO: Sessions updated for user 1169. {"count":0} 
[2025-07-17 04:54:44] local.INFO: AmpecoDataUpdater: Session API response for user 1170 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1170&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:44] local.INFO: Sessions updated for user 1170. {"count":0} 
[2025-07-17 04:54:45] local.INFO: AmpecoDataUpdater: Session API response for user 1171 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1171&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:45] local.INFO: Sessions updated for user 1171. {"count":0} 
[2025-07-17 04:54:46] local.INFO: AmpecoDataUpdater: Session API response for user 1172 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1172&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:46] local.INFO: Sessions updated for user 1172. {"count":0} 
[2025-07-17 04:54:46] local.INFO: AmpecoDataUpdater: Session API response for user 1175 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1175&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:46] local.INFO: Sessions updated for user 1175. {"count":0} 
[2025-07-17 04:54:47] local.INFO: AmpecoDataUpdater: Session API response for user 1180 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1180&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:47] local.INFO: Sessions updated for user 1180. {"count":0} 
[2025-07-17 04:54:48] local.INFO: AmpecoDataUpdater: Session API response for user 1181 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1181&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:48] local.INFO: Sessions updated for user 1181. {"count":0} 
[2025-07-17 04:54:48] local.INFO: AmpecoDataUpdater: Session API response for user 1185 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1185&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:48] local.INFO: Sessions updated for user 1185. {"count":0} 
[2025-07-17 04:54:49] local.INFO: AmpecoDataUpdater: Session API response for user 1187 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1187&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:49] local.INFO: Sessions updated for user 1187. {"count":0} 
[2025-07-17 04:54:50] local.INFO: AmpecoDataUpdater: Session API response for user 1188 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1188&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:50] local.INFO: Sessions updated for user 1188. {"count":0} 
[2025-07-17 04:54:50] local.INFO: AmpecoDataUpdater: Session API response for user 1189 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1189&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:50] local.INFO: Sessions updated for user 1189. {"count":0} 
[2025-07-17 04:54:51] local.INFO: AmpecoDataUpdater: Session API response for user 1191 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1191&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:51] local.INFO: Sessions updated for user 1191. {"count":0} 
[2025-07-17 04:54:52] local.INFO: AmpecoDataUpdater: Session API response for user 1194 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1194&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:52] local.INFO: Sessions updated for user 1194. {"count":0} 
[2025-07-17 04:54:52] local.INFO: AmpecoDataUpdater: Session API response for user 1195 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1195&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:52] local.INFO: Sessions updated for user 1195. {"count":0} 
[2025-07-17 04:54:53] local.INFO: AmpecoDataUpdater: Session API response for user 1196 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1196&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:53] local.INFO: Sessions updated for user 1196. {"count":0} 
[2025-07-17 04:54:54] local.INFO: AmpecoDataUpdater: Session API response for user 1197 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1197&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:54] local.INFO: Sessions updated for user 1197. {"count":0} 
[2025-07-17 04:54:54] local.INFO: AmpecoDataUpdater: Session API response for user 1198 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1198&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:54] local.INFO: Sessions updated for user 1198. {"count":0} 
[2025-07-17 04:54:55] local.INFO: AmpecoDataUpdater: Session API response for user 1199 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1199&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:55] local.INFO: Sessions updated for user 1199. {"count":0} 
[2025-07-17 04:54:56] local.INFO: AmpecoDataUpdater: Session API response for user 1200 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1200&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:56] local.INFO: Sessions updated for user 1200. {"count":0} 
[2025-07-17 04:54:56] local.INFO: AmpecoDataUpdater: Session API response for user 1201 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1201&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:56] local.INFO: Sessions updated for user 1201. {"count":0} 
[2025-07-17 04:54:57] local.INFO: AmpecoDataUpdater: Session API response for user 1202 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1202&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:57] local.INFO: Sessions updated for user 1202. {"count":0} 
[2025-07-17 04:54:58] local.INFO: AmpecoDataUpdater: Session API response for user 1203 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1203&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:58] local.INFO: Sessions updated for user 1203. {"count":0} 
[2025-07-17 04:54:59] local.INFO: AmpecoDataUpdater: Session API response for user 1204 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1204&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:59] local.INFO: Sessions updated for user 1204. {"count":0} 
[2025-07-17 04:54:59] local.INFO: AmpecoDataUpdater: Session API response for user 1205 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1205&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:54:59] local.INFO: Sessions updated for user 1205. {"count":0} 
[2025-07-17 04:55:00] local.INFO: AmpecoDataUpdater: Session API response for user 1206 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:54:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1206&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A54%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:00] local.INFO: Sessions updated for user 1206. {"count":0} 
[2025-07-17 04:55:01] local.INFO: AmpecoDataUpdater: Session API response for user 1207 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1207&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:01] local.INFO: Sessions updated for user 1207. {"count":0} 
[2025-07-17 04:55:02] local.INFO: AmpecoDataUpdater: Session API response for user 1210 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1210&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:02] local.INFO: Sessions updated for user 1210. {"count":0} 
[2025-07-17 04:55:03] local.INFO: AmpecoDataUpdater: Session API response for user 1211 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1211&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:03] local.INFO: Sessions updated for user 1211. {"count":0} 
[2025-07-17 04:55:04] local.INFO: AmpecoDataUpdater: Session API response for user 1212 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1212&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:04] local.INFO: Sessions updated for user 1212. {"count":0} 
[2025-07-17 04:55:04] local.INFO: AmpecoDataUpdater: Session API response for user 1213 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1213&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:04] local.INFO: Sessions updated for user 1213. {"count":0} 
[2025-07-17 04:55:05] local.INFO: AmpecoDataUpdater: Session API response for user 1214 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1214&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:05] local.INFO: Sessions updated for user 1214. {"count":0} 
[2025-07-17 04:55:06] local.INFO: AmpecoDataUpdater: Session API response for user 1215 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1215&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:06] local.INFO: Sessions updated for user 1215. {"count":0} 
[2025-07-17 04:55:07] local.INFO: AmpecoDataUpdater: Session API response for user 1216 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1216&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:07] local.INFO: Sessions updated for user 1216. {"count":0} 
[2025-07-17 04:55:08] local.INFO: AmpecoDataUpdater: Session API response for user 1217 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1217&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:08] local.INFO: Sessions updated for user 1217. {"count":0} 
[2025-07-17 04:55:09] local.INFO: AmpecoDataUpdater: Session API response for user 1218 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1218&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:09] local.INFO: Sessions updated for user 1218. {"count":0} 
[2025-07-17 04:55:09] local.INFO: AmpecoDataUpdater: Session API response for user 1219 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1219&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:10] local.INFO: Sessions updated for user 1219. {"count":0} 
[2025-07-17 04:55:10] local.INFO: AmpecoDataUpdater: Session API response for user 1220 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1220&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:10] local.INFO: Sessions updated for user 1220. {"count":0} 
[2025-07-17 04:55:11] local.INFO: AmpecoDataUpdater: Session API response for user 1221 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1221&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:11] local.INFO: Sessions updated for user 1221. {"count":0} 
[2025-07-17 04:55:11] local.INFO: AmpecoDataUpdater: Session API response for user 1222 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1222&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:11] local.INFO: Sessions updated for user 1222. {"count":0} 
[2025-07-17 04:55:12] local.INFO: AmpecoDataUpdater: Session API response for user 1223 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1223&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:12] local.INFO: Sessions updated for user 1223. {"count":0} 
[2025-07-17 04:55:13] local.INFO: AmpecoDataUpdater: Session API response for user 1224 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1224&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:13] local.INFO: Sessions updated for user 1224. {"count":0} 
[2025-07-17 04:55:13] local.INFO: AmpecoDataUpdater: Session API response for user 1225 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1225&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:14] local.INFO: Sessions updated for user 1225. {"count":0} 
[2025-07-17 04:55:14] local.INFO: AmpecoDataUpdater: Session API response for user 1226 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1226&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:14] local.INFO: Sessions updated for user 1226. {"count":0} 
[2025-07-17 04:55:15] local.INFO: AmpecoDataUpdater: Session API response for user 1227 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1227&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:15] local.INFO: Sessions updated for user 1227. {"count":0} 
[2025-07-17 04:55:16] local.INFO: AmpecoDataUpdater: Session API response for user 1228 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1228&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:16] local.INFO: Sessions updated for user 1228. {"count":0} 
[2025-07-17 04:55:16] local.INFO: AmpecoDataUpdater: Session API response for user 1231 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1231&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:17] local.INFO: Sessions updated for user 1231. {"count":0} 
[2025-07-17 04:55:17] local.INFO: AmpecoDataUpdater: Session API response for user 1232 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1232&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:17] local.INFO: Sessions updated for user 1232. {"count":0} 
[2025-07-17 04:55:18] local.INFO: AmpecoDataUpdater: Session API response for user 1233 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1233&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:18] local.INFO: Sessions updated for user 1233. {"count":0} 
[2025-07-17 04:55:19] local.INFO: AmpecoDataUpdater: Session API response for user 1234 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1234&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:19] local.INFO: Sessions updated for user 1234. {"count":0} 
[2025-07-17 04:55:19] local.INFO: AmpecoDataUpdater: Session API response for user 1235 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1235&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:19] local.INFO: Sessions updated for user 1235. {"count":0} 
[2025-07-17 04:55:20] local.INFO: AmpecoDataUpdater: Session API response for user 1236 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1236&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:20] local.INFO: Sessions updated for user 1236. {"count":0} 
[2025-07-17 04:55:21] local.INFO: AmpecoDataUpdater: Session API response for user 1237 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1237&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:21] local.INFO: Sessions updated for user 1237. {"count":0} 
[2025-07-17 04:55:21] local.INFO: AmpecoDataUpdater: Session API response for user 1238 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1238&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:22] local.INFO: Sessions updated for user 1238. {"count":0} 
[2025-07-17 04:55:22] local.INFO: AmpecoDataUpdater: Session API response for user 1239 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1239&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:22] local.INFO: Sessions updated for user 1239. {"count":0} 
[2025-07-17 04:55:23] local.INFO: AmpecoDataUpdater: Session API response for user 1241 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1241&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:23] local.INFO: Sessions updated for user 1241. {"count":0} 
[2025-07-17 04:55:24] local.INFO: AmpecoDataUpdater: Session API response for user 1242 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1242&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:24] local.INFO: Sessions updated for user 1242. {"count":0} 
[2025-07-17 04:55:24] local.INFO: AmpecoDataUpdater: Session API response for user 1243 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1243&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:24] local.INFO: Sessions updated for user 1243. {"count":0} 
[2025-07-17 04:55:25] local.INFO: AmpecoDataUpdater: Session API response for user 1244 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1244&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:25] local.INFO: Sessions updated for user 1244. {"count":0} 
[2025-07-17 04:55:26] local.INFO: AmpecoDataUpdater: Session API response for user 1245 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1245&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:26] local.INFO: Sessions updated for user 1245. {"count":0} 
[2025-07-17 04:55:26] local.INFO: AmpecoDataUpdater: Session API response for user 1246 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1246&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:26] local.INFO: Sessions updated for user 1246. {"count":0} 
[2025-07-17 04:55:27] local.INFO: AmpecoDataUpdater: Session API response for user 1247 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1247&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:27] local.INFO: Sessions updated for user 1247. {"count":0} 
[2025-07-17 04:55:28] local.INFO: AmpecoDataUpdater: Session API response for user 1248 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1248&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:28] local.INFO: Sessions updated for user 1248. {"count":0} 
[2025-07-17 04:55:28] local.INFO: AmpecoDataUpdater: Session API response for user 1249 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1249&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:28] local.INFO: Sessions updated for user 1249. {"count":0} 
[2025-07-17 04:55:29] local.INFO: AmpecoDataUpdater: Session API response for user 1250 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1250&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:29] local.INFO: Sessions updated for user 1250. {"count":0} 
[2025-07-17 04:55:30] local.INFO: AmpecoDataUpdater: Session API response for user 1251 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1251&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:30] local.INFO: Sessions updated for user 1251. {"count":0} 
[2025-07-17 04:55:30] local.INFO: AmpecoDataUpdater: Session API response for user 1252 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1252&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:30] local.INFO: Sessions updated for user 1252. {"count":0} 
[2025-07-17 04:55:31] local.INFO: AmpecoDataUpdater: Session API response for user 1253 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1253&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:31] local.INFO: Sessions updated for user 1253. {"count":0} 
[2025-07-17 04:55:32] local.INFO: AmpecoDataUpdater: Session API response for user 1254 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1254&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:32] local.INFO: Sessions updated for user 1254. {"count":0} 
[2025-07-17 04:55:33] local.INFO: AmpecoDataUpdater: Session API response for user 1255 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1255&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:33] local.INFO: Sessions updated for user 1255. {"count":0} 
[2025-07-17 04:55:33] local.INFO: AmpecoDataUpdater: Session API response for user 1258 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1258&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:33] local.INFO: Sessions updated for user 1258. {"count":0} 
[2025-07-17 04:55:34] local.INFO: AmpecoDataUpdater: Session API response for user 1259 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1259&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:34] local.INFO: Sessions updated for user 1259. {"count":0} 
[2025-07-17 04:55:35] local.INFO: AmpecoDataUpdater: Session API response for user 1260 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:35] local.INFO: Sessions updated for user 1260. {"count":0} 
[2025-07-17 04:55:36] local.INFO: AmpecoDataUpdater: Session API response for user 1261 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1261&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:36] local.INFO: Sessions updated for user 1261. {"count":0} 
[2025-07-17 04:55:36] local.INFO: AmpecoDataUpdater: Session API response for user 1262 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1262&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:36] local.INFO: Sessions updated for user 1262. {"count":0} 
[2025-07-17 04:55:37] local.INFO: AmpecoDataUpdater: Session API response for user 1263 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1263&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:37] local.INFO: Sessions updated for user 1263. {"count":0} 
[2025-07-17 04:55:38] local.INFO: AmpecoDataUpdater: Session API response for user 1265 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1265&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:38] local.INFO: Sessions updated for user 1265. {"count":0} 
[2025-07-17 04:55:39] local.INFO: AmpecoDataUpdater: Session API response for user 1267 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1267&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:39] local.INFO: Sessions updated for user 1267. {"count":0} 
[2025-07-17 04:55:39] local.INFO: AmpecoDataUpdater: Session API response for user 1268 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1268&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:39] local.INFO: Sessions updated for user 1268. {"count":0} 
[2025-07-17 04:55:40] local.INFO: AmpecoDataUpdater: Session API response for user 1269 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1269&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:40] local.INFO: Sessions updated for user 1269. {"count":0} 
[2025-07-17 04:55:41] local.INFO: AmpecoDataUpdater: Session API response for user 1270 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1270&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:41] local.INFO: Sessions updated for user 1270. {"count":0} 
[2025-07-17 04:55:41] local.INFO: AmpecoDataUpdater: Session API response for user 1271 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1271&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:41] local.INFO: Sessions updated for user 1271. {"count":0} 
[2025-07-17 04:55:42] local.INFO: AmpecoDataUpdater: Session API response for user 1272 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1272&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:42] local.INFO: Sessions updated for user 1272. {"count":0} 
[2025-07-17 04:55:43] local.INFO: AmpecoDataUpdater: Session API response for user 1273 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1273&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:43] local.INFO: Sessions updated for user 1273. {"count":0} 
[2025-07-17 04:55:44] local.INFO: AmpecoDataUpdater: Session API response for user 1275 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1275&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:44] local.INFO: Sessions updated for user 1275. {"count":0} 
[2025-07-17 04:55:45] local.INFO: AmpecoDataUpdater: Session API response for user 1276 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1276&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:45] local.INFO: Sessions updated for user 1276. {"count":0} 
[2025-07-17 04:55:47] local.INFO: AmpecoDataUpdater: Session API response for user 1277 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1277&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:47] local.INFO: Sessions updated for user 1277. {"count":0} 
[2025-07-17 04:55:48] local.INFO: AmpecoDataUpdater: Session API response for user 1279 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1279&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:48] local.INFO: Sessions updated for user 1279. {"count":0} 
[2025-07-17 04:55:49] local.INFO: AmpecoDataUpdater: Session API response for user 1282 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1282&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:49] local.INFO: Sessions updated for user 1282. {"count":0} 
[2025-07-17 04:55:49] local.INFO: AmpecoDataUpdater: Session API response for user 1283 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:50] local.INFO: Sessions updated for user 1283. {"count":0} 
[2025-07-17 04:55:50] local.INFO: AmpecoDataUpdater: Session API response for user 1284 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1284&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:50] local.INFO: Sessions updated for user 1284. {"count":0} 
[2025-07-17 04:55:51] local.INFO: AmpecoDataUpdater: Session API response for user 1285 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1285&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:51] local.INFO: Sessions updated for user 1285. {"count":0} 
[2025-07-17 04:55:52] local.INFO: AmpecoDataUpdater: Session API response for user 1286 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1286&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:52] local.INFO: Sessions updated for user 1286. {"count":0} 
[2025-07-17 04:55:53] local.INFO: AmpecoDataUpdater: Session API response for user 1287 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1287&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:53] local.INFO: Sessions updated for user 1287. {"count":0} 
[2025-07-17 04:55:54] local.INFO: AmpecoDataUpdater: Session API response for user 1288 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1288&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:54] local.INFO: Sessions updated for user 1288. {"count":0} 
[2025-07-17 04:55:54] local.INFO: AmpecoDataUpdater: Session API response for user 1289 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1289&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:55] local.INFO: Sessions updated for user 1289. {"count":0} 
[2025-07-17 04:55:55] local.INFO: AmpecoDataUpdater: Session API response for user 1290 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1290&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:55] local.INFO: Sessions updated for user 1290. {"count":0} 
[2025-07-17 04:55:56] local.INFO: AmpecoDataUpdater: Session API response for user 1291 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1291&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:56] local.INFO: Sessions updated for user 1291. {"count":0} 
[2025-07-17 04:55:57] local.INFO: AmpecoDataUpdater: Session API response for user 1292 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1292&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:57] local.INFO: Sessions updated for user 1292. {"count":0} 
[2025-07-17 04:55:58] local.INFO: AmpecoDataUpdater: Session API response for user 1293 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1293&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:58] local.INFO: Sessions updated for user 1293. {"count":0} 
[2025-07-17 04:55:59] local.INFO: AmpecoDataUpdater: Session API response for user 1294 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1294&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:55:59] local.INFO: Sessions updated for user 1294. {"count":0} 
[2025-07-17 04:56:00] local.INFO: AmpecoDataUpdater: Session API response for user 1295 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:55:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1295&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A55%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:00] local.INFO: Sessions updated for user 1295. {"count":0} 
[2025-07-17 04:56:01] local.INFO: AmpecoDataUpdater: Session API response for user 1296 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1296&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:01] local.INFO: Sessions updated for user 1296. {"count":0} 
[2025-07-17 04:56:02] local.INFO: AmpecoDataUpdater: Session API response for user 1297 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1297&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:02] local.INFO: Sessions updated for user 1297. {"count":0} 
[2025-07-17 04:56:03] local.INFO: AmpecoDataUpdater: Session API response for user 1299 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1299&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:03] local.INFO: Sessions updated for user 1299. {"count":0} 
[2025-07-17 04:56:04] local.INFO: AmpecoDataUpdater: Session API response for user 1300 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1300&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:04] local.INFO: Sessions updated for user 1300. {"count":0} 
[2025-07-17 04:56:04] local.INFO: AmpecoDataUpdater: Session API response for user 1303 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1303&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:04] local.INFO: Sessions updated for user 1303. {"count":0} 
[2025-07-17 04:56:05] local.INFO: AmpecoDataUpdater: Session API response for user 1304 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1304&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:05] local.INFO: Sessions updated for user 1304. {"count":0} 
[2025-07-17 04:56:06] local.INFO: AmpecoDataUpdater: Session API response for user 1305 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1305&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:06] local.INFO: Sessions updated for user 1305. {"count":0} 
[2025-07-17 04:56:07] local.INFO: AmpecoDataUpdater: Session API response for user 1310 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:07] local.INFO: Sessions updated for user 1310. {"count":0} 
[2025-07-17 04:56:08] local.INFO: AmpecoDataUpdater: Session API response for user 1311 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1311&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:08] local.INFO: Sessions updated for user 1311. {"count":0} 
[2025-07-17 04:56:09] local.INFO: AmpecoDataUpdater: Session API response for user 1312 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1312&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:09] local.INFO: Sessions updated for user 1312. {"count":0} 
[2025-07-17 04:56:09] local.INFO: AmpecoDataUpdater: Session API response for user 1313 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:09] local.INFO: Sessions updated for user 1313. {"count":0} 
[2025-07-17 04:56:10] local.INFO: AmpecoDataUpdater: Session API response for user 1314 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1314&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:10] local.INFO: Sessions updated for user 1314. {"count":0} 
[2025-07-17 04:56:11] local.INFO: AmpecoDataUpdater: Session API response for user 1315 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1315&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:11] local.INFO: Sessions updated for user 1315. {"count":0} 
[2025-07-17 04:56:12] local.INFO: AmpecoDataUpdater: Session API response for user 1316 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:12] local.INFO: Sessions updated for user 1316. {"count":0} 
[2025-07-17 04:56:13] local.INFO: AmpecoDataUpdater: Session API response for user 1317 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1317&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:13] local.INFO: Sessions updated for user 1317. {"count":0} 
[2025-07-17 04:56:14] local.INFO: AmpecoDataUpdater: Session API response for user 1318 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1318&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:14] local.INFO: Sessions updated for user 1318. {"count":0} 
[2025-07-17 04:56:14] local.INFO: AmpecoDataUpdater: Session API response for user 1319 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1319&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:14] local.INFO: Sessions updated for user 1319. {"count":0} 
[2025-07-17 04:56:15] local.INFO: AmpecoDataUpdater: Session API response for user 1320 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1320&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:15] local.INFO: Sessions updated for user 1320. {"count":0} 
[2025-07-17 04:56:16] local.INFO: AmpecoDataUpdater: Session API response for user 1321 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1321&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:16] local.INFO: Sessions updated for user 1321. {"count":0} 
[2025-07-17 04:56:16] local.INFO: AmpecoDataUpdater: Session API response for user 1322 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1322&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:16] local.INFO: Sessions updated for user 1322. {"count":0} 
[2025-07-17 04:56:17] local.INFO: AmpecoDataUpdater: Session API response for user 1323 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1323&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:17] local.INFO: Sessions updated for user 1323. {"count":0} 
[2025-07-17 04:56:18] local.INFO: AmpecoDataUpdater: Session API response for user 1324 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1324&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:18] local.INFO: Sessions updated for user 1324. {"count":0} 
[2025-07-17 04:56:18] local.INFO: AmpecoDataUpdater: Session API response for user 1325 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1325&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:19] local.INFO: Sessions updated for user 1325. {"count":0} 
[2025-07-17 04:56:19] local.INFO: AmpecoDataUpdater: Session API response for user 1326 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1326&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:19] local.INFO: Sessions updated for user 1326. {"count":0} 
[2025-07-17 04:56:20] local.INFO: AmpecoDataUpdater: Session API response for user 1327 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1327&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:20] local.INFO: Sessions updated for user 1327. {"count":0} 
[2025-07-17 04:56:21] local.INFO: AmpecoDataUpdater: Session API response for user 1328 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1328&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:21] local.INFO: Sessions updated for user 1328. {"count":0} 
[2025-07-17 04:56:21] local.INFO: AmpecoDataUpdater: Session API response for user 1329 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1329&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:21] local.INFO: Sessions updated for user 1329. {"count":0} 
[2025-07-17 04:56:22] local.INFO: AmpecoDataUpdater: Session API response for user 1331 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1331&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:22] local.INFO: Sessions updated for user 1331. {"count":0} 
[2025-07-17 04:56:22] local.INFO: AmpecoDataUpdater: Session API response for user 1332 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1332&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:23] local.INFO: Sessions updated for user 1332. {"count":0} 
[2025-07-17 04:56:23] local.INFO: AmpecoDataUpdater: Session API response for user 1333 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1333&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:23] local.INFO: Sessions updated for user 1333. {"count":0} 
[2025-07-17 04:56:24] local.INFO: AmpecoDataUpdater: Session API response for user 1334 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1334&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:24] local.INFO: Sessions updated for user 1334. {"count":0} 
[2025-07-17 04:56:25] local.INFO: AmpecoDataUpdater: Session API response for user 1335 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1335&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:25] local.INFO: Sessions updated for user 1335. {"count":0} 
[2025-07-17 04:56:26] local.INFO: AmpecoDataUpdater: Session API response for user 1336 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1336&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:26] local.INFO: Sessions updated for user 1336. {"count":0} 
[2025-07-17 04:56:27] local.INFO: AmpecoDataUpdater: Session API response for user 1337 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1337&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:27] local.INFO: Sessions updated for user 1337. {"count":0} 
[2025-07-17 04:56:27] local.INFO: AmpecoDataUpdater: Session API response for user 1338 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:28] local.INFO: Sessions updated for user 1338. {"count":0} 
[2025-07-17 04:56:28] local.INFO: AmpecoDataUpdater: Session API response for user 1339 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1339&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:28] local.INFO: Sessions updated for user 1339. {"count":0} 
[2025-07-17 04:56:29] local.INFO: AmpecoDataUpdater: Session API response for user 1340 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:29] local.INFO: Sessions updated for user 1340. {"count":0} 
[2025-07-17 04:56:30] local.INFO: AmpecoDataUpdater: Session API response for user 1341 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1341&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:30] local.INFO: Sessions updated for user 1341. {"count":0} 
[2025-07-17 04:56:30] local.INFO: AmpecoDataUpdater: Session API response for user 1342 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1342&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:30] local.INFO: Sessions updated for user 1342. {"count":0} 
[2025-07-17 04:56:31] local.INFO: AmpecoDataUpdater: Session API response for user 1343 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1343&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:31] local.INFO: Sessions updated for user 1343. {"count":0} 
[2025-07-17 04:56:32] local.INFO: AmpecoDataUpdater: Session API response for user 1344 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1344&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:32] local.INFO: Sessions updated for user 1344. {"count":0} 
[2025-07-17 04:56:32] local.INFO: AmpecoDataUpdater: Session API response for user 1345 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1345&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:33] local.INFO: Sessions updated for user 1345. {"count":0} 
[2025-07-17 04:56:33] local.INFO: AmpecoDataUpdater: Session API response for user 1346 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1346&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:33] local.INFO: Sessions updated for user 1346. {"count":0} 
[2025-07-17 04:56:34] local.INFO: AmpecoDataUpdater: Session API response for user 1347 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1347&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:34] local.INFO: Sessions updated for user 1347. {"count":0} 
[2025-07-17 04:56:34] local.INFO: AmpecoDataUpdater: Session API response for user 1348 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1348&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:34] local.INFO: Sessions updated for user 1348. {"count":0} 
[2025-07-17 04:56:35] local.INFO: AmpecoDataUpdater: Session API response for user 1349 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1349&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:35] local.INFO: Sessions updated for user 1349. {"count":0} 
[2025-07-17 04:56:36] local.INFO: AmpecoDataUpdater: Session API response for user 1350 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1350&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:36] local.INFO: Sessions updated for user 1350. {"count":0} 
[2025-07-17 04:56:36] local.INFO: AmpecoDataUpdater: Session API response for user 1351 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1351&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:36] local.INFO: Sessions updated for user 1351. {"count":0} 
[2025-07-17 04:56:37] local.INFO: AmpecoDataUpdater: Session API response for user 1352 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1352&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:37] local.INFO: Sessions updated for user 1352. {"count":0} 
[2025-07-17 04:56:38] local.INFO: AmpecoDataUpdater: Session API response for user 1353 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1353&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:38] local.INFO: Sessions updated for user 1353. {"count":0} 
[2025-07-17 04:56:39] local.INFO: AmpecoDataUpdater: Session API response for user 1354 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1354&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:39] local.INFO: Sessions updated for user 1354. {"count":0} 
[2025-07-17 04:56:39] local.INFO: AmpecoDataUpdater: Session API response for user 1357 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1357&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:39] local.INFO: Sessions updated for user 1357. {"count":0} 
[2025-07-17 04:56:40] local.INFO: AmpecoDataUpdater: Session API response for user 1359 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1359&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:40] local.INFO: Sessions updated for user 1359. {"count":0} 
[2025-07-17 04:56:41] local.INFO: AmpecoDataUpdater: Session API response for user 1360 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1360&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:41] local.INFO: Sessions updated for user 1360. {"count":0} 
[2025-07-17 04:56:41] local.INFO: AmpecoDataUpdater: Session API response for user 1361 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1361&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:41] local.INFO: Sessions updated for user 1361. {"count":0} 
[2025-07-17 04:56:42] local.INFO: AmpecoDataUpdater: Session API response for user 1362 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1362&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:42] local.INFO: Sessions updated for user 1362. {"count":0} 
[2025-07-17 04:56:43] local.INFO: AmpecoDataUpdater: Session API response for user 1363 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1363&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:43] local.INFO: Sessions updated for user 1363. {"count":0} 
[2025-07-17 04:56:43] local.INFO: AmpecoDataUpdater: Session API response for user 1364 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1364&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:43] local.INFO: Sessions updated for user 1364. {"count":0} 
[2025-07-17 04:56:44] local.INFO: AmpecoDataUpdater: Session API response for user 1365 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1365&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:44] local.INFO: Sessions updated for user 1365. {"count":0} 
[2025-07-17 04:56:45] local.INFO: AmpecoDataUpdater: Session API response for user 1366 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1366&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:45] local.INFO: Sessions updated for user 1366. {"count":0} 
[2025-07-17 04:56:45] local.INFO: AmpecoDataUpdater: Session API response for user 1367 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1367&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:45] local.INFO: Sessions updated for user 1367. {"count":0} 
[2025-07-17 04:56:46] local.INFO: AmpecoDataUpdater: Session API response for user 1368 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1368&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:46] local.INFO: Sessions updated for user 1368. {"count":0} 
[2025-07-17 04:56:47] local.INFO: AmpecoDataUpdater: Session API response for user 1369 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1369&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:47] local.INFO: Sessions updated for user 1369. {"count":0} 
[2025-07-17 04:56:47] local.INFO: AmpecoDataUpdater: Session API response for user 1370 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1370&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:47] local.INFO: Sessions updated for user 1370. {"count":0} 
[2025-07-17 04:56:48] local.INFO: AmpecoDataUpdater: Session API response for user 1371 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1371&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:48] local.INFO: Sessions updated for user 1371. {"count":0} 
[2025-07-17 04:56:49] local.INFO: AmpecoDataUpdater: Session API response for user 1372 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1372&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:49] local.INFO: Sessions updated for user 1372. {"count":0} 
[2025-07-17 04:56:49] local.INFO: AmpecoDataUpdater: Session API response for user 1373 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1373&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:50] local.INFO: Sessions updated for user 1373. {"count":0} 
[2025-07-17 04:56:50] local.INFO: AmpecoDataUpdater: Session API response for user 1374 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1374&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:50] local.INFO: Sessions updated for user 1374. {"count":0} 
[2025-07-17 04:56:51] local.INFO: AmpecoDataUpdater: Session API response for user 1375 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1375&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:51] local.INFO: Sessions updated for user 1375. {"count":0} 
[2025-07-17 04:56:52] local.INFO: AmpecoDataUpdater: Session API response for user 1376 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1376&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:52] local.INFO: Sessions updated for user 1376. {"count":0} 
[2025-07-17 04:56:52] local.INFO: AmpecoDataUpdater: Session API response for user 1377 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1377&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:52] local.INFO: Sessions updated for user 1377. {"count":0} 
[2025-07-17 04:56:53] local.INFO: AmpecoDataUpdater: Session API response for user 1378 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:53] local.INFO: Sessions updated for user 1378. {"count":0} 
[2025-07-17 04:56:54] local.INFO: AmpecoDataUpdater: Session API response for user 1379 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1379&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:54] local.INFO: Sessions updated for user 1379. {"count":0} 
[2025-07-17 04:56:54] local.INFO: AmpecoDataUpdater: Session API response for user 1380 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1380&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:54] local.INFO: Sessions updated for user 1380. {"count":0} 
[2025-07-17 04:56:55] local.INFO: AmpecoDataUpdater: Session API response for user 1381 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1381&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:55] local.INFO: Sessions updated for user 1381. {"count":0} 
[2025-07-17 04:56:56] local.INFO: AmpecoDataUpdater: Session API response for user 1382 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1382&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:56] local.INFO: Sessions updated for user 1382. {"count":0} 
[2025-07-17 04:56:57] local.INFO: AmpecoDataUpdater: Session API response for user 1383 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1383&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:57] local.INFO: Sessions updated for user 1383. {"count":0} 
[2025-07-17 04:56:57] local.INFO: AmpecoDataUpdater: Session API response for user 1384 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1384&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:57] local.INFO: Sessions updated for user 1384. {"count":0} 
[2025-07-17 04:56:58] local.INFO: AmpecoDataUpdater: Session API response for user 1385 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1385&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:58] local.INFO: Sessions updated for user 1385. {"count":0} 
[2025-07-17 04:56:59] local.INFO: AmpecoDataUpdater: Session API response for user 1386 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1386&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:56:59] local.INFO: Sessions updated for user 1386. {"count":0} 
[2025-07-17 04:57:00] local.INFO: AmpecoDataUpdater: Session API response for user 1387 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:56:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1387&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A56%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:00] local.INFO: Sessions updated for user 1387. {"count":0} 
[2025-07-17 04:57:01] local.INFO: AmpecoDataUpdater: Session API response for user 1388 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1388&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:01] local.INFO: Sessions updated for user 1388. {"count":0} 
[2025-07-17 04:57:01] local.INFO: AmpecoDataUpdater: Session API response for user 1389 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1389&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:01] local.INFO: Sessions updated for user 1389. {"count":0} 
[2025-07-17 04:57:02] local.INFO: AmpecoDataUpdater: Session API response for user 1390 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1390&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:02] local.INFO: Sessions updated for user 1390. {"count":0} 
[2025-07-17 04:57:03] local.INFO: AmpecoDataUpdater: Session API response for user 1391 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1391&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:03] local.INFO: Sessions updated for user 1391. {"count":0} 
[2025-07-17 04:57:04] local.INFO: AmpecoDataUpdater: Session API response for user 1392 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1392&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:04] local.INFO: Sessions updated for user 1392. {"count":0} 
[2025-07-17 04:57:05] local.INFO: AmpecoDataUpdater: Session API response for user 1397 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1397&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:05] local.INFO: Sessions updated for user 1397. {"count":0} 
[2025-07-17 04:57:05] local.INFO: AmpecoDataUpdater: Session API response for user 1399 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1399&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:05] local.INFO: Sessions updated for user 1399. {"count":0} 
[2025-07-17 04:57:06] local.INFO: AmpecoDataUpdater: Session API response for user 1402 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1402&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:06] local.INFO: Sessions updated for user 1402. {"count":0} 
[2025-07-17 04:57:07] local.INFO: AmpecoDataUpdater: Session API response for user 1404 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1404&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:07] local.INFO: Sessions updated for user 1404. {"count":0} 
[2025-07-17 04:57:07] local.INFO: AmpecoDataUpdater: Session API response for user 1405 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1405&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:07] local.INFO: Sessions updated for user 1405. {"count":0} 
[2025-07-17 04:57:08] local.INFO: AmpecoDataUpdater: Session API response for user 1406 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1406&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:08] local.INFO: Sessions updated for user 1406. {"count":0} 
[2025-07-17 04:57:09] local.INFO: AmpecoDataUpdater: Session API response for user 1407 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1407&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:09] local.INFO: Sessions updated for user 1407. {"count":0} 
[2025-07-17 04:57:09] local.INFO: AmpecoDataUpdater: Session API response for user 1408 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1408&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:09] local.INFO: Sessions updated for user 1408. {"count":0} 
[2025-07-17 04:57:10] local.INFO: AmpecoDataUpdater: Session API response for user 1409 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1409&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:10] local.INFO: Sessions updated for user 1409. {"count":0} 
[2025-07-17 04:57:11] local.INFO: AmpecoDataUpdater: Session API response for user 1410 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1410&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:11] local.INFO: Sessions updated for user 1410. {"count":0} 
[2025-07-17 04:57:11] local.INFO: AmpecoDataUpdater: Session API response for user 1411 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1411&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:11] local.INFO: Sessions updated for user 1411. {"count":0} 
[2025-07-17 04:57:12] local.INFO: AmpecoDataUpdater: Session API response for user 1412 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1412&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:12] local.INFO: Sessions updated for user 1412. {"count":0} 
[2025-07-17 04:57:13] local.INFO: AmpecoDataUpdater: Session API response for user 1413 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1413&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:13] local.INFO: Sessions updated for user 1413. {"count":0} 
[2025-07-17 04:57:14] local.INFO: AmpecoDataUpdater: Session API response for user 1414 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1414&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:14] local.INFO: Sessions updated for user 1414. {"count":0} 
[2025-07-17 04:57:14] local.INFO: AmpecoDataUpdater: Session API response for user 1415 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1415&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:14] local.INFO: Sessions updated for user 1415. {"count":0} 
[2025-07-17 04:57:15] local.INFO: AmpecoDataUpdater: Session API response for user 1416 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1416&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:15] local.INFO: Sessions updated for user 1416. {"count":0} 
[2025-07-17 04:57:16] local.INFO: AmpecoDataUpdater: Session API response for user 1417 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1417&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:16] local.INFO: Sessions updated for user 1417. {"count":0} 
[2025-07-17 04:57:17] local.INFO: AmpecoDataUpdater: Session API response for user 1418 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1418&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:17] local.INFO: Sessions updated for user 1418. {"count":0} 
[2025-07-17 04:57:17] local.INFO: AmpecoDataUpdater: Session API response for user 1419 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1419&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:18] local.INFO: Sessions updated for user 1419. {"count":0} 
[2025-07-17 04:57:18] local.INFO: AmpecoDataUpdater: Session API response for user 1420 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1420&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:18] local.INFO: Sessions updated for user 1420. {"count":0} 
[2025-07-17 04:57:19] local.INFO: AmpecoDataUpdater: Session API response for user 1422 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1422&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:19] local.INFO: Sessions updated for user 1422. {"count":0} 
[2025-07-17 04:57:20] local.INFO: AmpecoDataUpdater: Session API response for user 1425 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1425&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:20] local.INFO: Sessions updated for user 1425. {"count":0} 
[2025-07-17 04:57:20] local.INFO: AmpecoDataUpdater: Session API response for user 1429 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:20] local.INFO: Sessions updated for user 1429. {"count":0} 
[2025-07-17 04:57:21] local.INFO: AmpecoDataUpdater: Session API response for user 1430 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1430&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:21] local.INFO: Sessions updated for user 1430. {"count":0} 
[2025-07-17 04:57:22] local.INFO: AmpecoDataUpdater: Session API response for user 1432 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1432&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:22] local.INFO: Sessions updated for user 1432. {"count":0} 
[2025-07-17 04:57:22] local.INFO: AmpecoDataUpdater: Session API response for user 1433 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1433&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:22] local.INFO: Sessions updated for user 1433. {"count":0} 
[2025-07-17 04:57:23] local.INFO: AmpecoDataUpdater: Session API response for user 1434 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1434&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:23] local.INFO: Sessions updated for user 1434. {"count":0} 
[2025-07-17 04:57:24] local.INFO: AmpecoDataUpdater: Session API response for user 1435 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1435&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:24] local.INFO: Sessions updated for user 1435. {"count":0} 
[2025-07-17 04:57:24] local.INFO: AmpecoDataUpdater: Session API response for user 1436 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1436&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:24] local.INFO: Sessions updated for user 1436. {"count":0} 
[2025-07-17 04:57:25] local.INFO: AmpecoDataUpdater: Session API response for user 1437 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1437&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:25] local.INFO: Sessions updated for user 1437. {"count":0} 
[2025-07-17 04:57:26] local.INFO: AmpecoDataUpdater: Session API response for user 1438 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1438&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:26] local.INFO: Sessions updated for user 1438. {"count":0} 
[2025-07-17 04:57:27] local.INFO: AmpecoDataUpdater: Session API response for user 1439 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1439&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:27] local.INFO: Sessions updated for user 1439. {"count":0} 
[2025-07-17 04:57:28] local.INFO: AmpecoDataUpdater: Session API response for user 1440 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:28] local.INFO: Sessions updated for user 1440. {"count":0} 
[2025-07-17 04:57:28] local.INFO: AmpecoDataUpdater: Session API response for user 1441 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1441&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:28] local.INFO: Sessions updated for user 1441. {"count":0} 
[2025-07-17 04:57:29] local.INFO: AmpecoDataUpdater: Session API response for user 1442 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:29] local.INFO: Sessions updated for user 1442. {"count":0} 
[2025-07-17 04:57:30] local.INFO: AmpecoDataUpdater: Session API response for user 1443 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1443&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:30] local.INFO: Sessions updated for user 1443. {"count":0} 
[2025-07-17 04:57:31] local.INFO: AmpecoDataUpdater: Session API response for user 1444 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1444&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:31] local.INFO: Sessions updated for user 1444. {"count":0} 
[2025-07-17 04:57:32] local.INFO: AmpecoDataUpdater: Session API response for user 1445 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1445&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:32] local.INFO: Sessions updated for user 1445. {"count":0} 
[2025-07-17 04:57:33] local.INFO: AmpecoDataUpdater: Session API response for user 1446 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1446&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:33] local.INFO: Sessions updated for user 1446. {"count":0} 
[2025-07-17 04:57:33] local.INFO: AmpecoDataUpdater: Session API response for user 1447 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1447&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:33] local.INFO: Sessions updated for user 1447. {"count":0} 
[2025-07-17 04:57:34] local.INFO: AmpecoDataUpdater: Session API response for user 1449 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1449&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:34] local.INFO: Sessions updated for user 1449. {"count":0} 
[2025-07-17 04:57:35] local.INFO: AmpecoDataUpdater: Session API response for user 1450 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1450&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:35] local.INFO: Sessions updated for user 1450. {"count":0} 
[2025-07-17 04:57:36] local.INFO: AmpecoDataUpdater: Session API response for user 1451 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1451&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:36] local.INFO: Sessions updated for user 1451. {"count":0} 
[2025-07-17 04:57:37] local.INFO: AmpecoDataUpdater: Session API response for user 1452 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1452&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:37] local.INFO: Sessions updated for user 1452. {"count":0} 
[2025-07-17 04:57:37] local.INFO: AmpecoDataUpdater: Session API response for user 1453 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1453&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:37] local.INFO: Sessions updated for user 1453. {"count":0} 
[2025-07-17 04:57:38] local.INFO: AmpecoDataUpdater: Session API response for user 1454 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1454&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:38] local.INFO: Sessions updated for user 1454. {"count":0} 
[2025-07-17 04:57:39] local.INFO: AmpecoDataUpdater: Session API response for user 1455 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1455&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:39] local.INFO: Sessions updated for user 1455. {"count":0} 
[2025-07-17 04:57:39] local.INFO: AmpecoDataUpdater: Session API response for user 1456 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1456&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:39] local.INFO: Sessions updated for user 1456. {"count":0} 
[2025-07-17 04:57:40] local.INFO: AmpecoDataUpdater: Session API response for user 1457 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1457&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:40] local.INFO: Sessions updated for user 1457. {"count":0} 
[2025-07-17 04:57:41] local.INFO: AmpecoDataUpdater: Session API response for user 1458 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1458&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:41] local.INFO: Sessions updated for user 1458. {"count":0} 
[2025-07-17 04:57:41] local.INFO: AmpecoDataUpdater: Session API response for user 1459 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1459&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:41] local.INFO: Sessions updated for user 1459. {"count":0} 
[2025-07-17 04:57:42] local.INFO: AmpecoDataUpdater: Session API response for user 1460 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1460&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:42] local.INFO: Sessions updated for user 1460. {"count":0} 
[2025-07-17 04:57:43] local.INFO: AmpecoDataUpdater: Session API response for user 1461 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1461&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:43] local.INFO: Sessions updated for user 1461. {"count":0} 
[2025-07-17 04:57:43] local.INFO: AmpecoDataUpdater: Session API response for user 1465 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1465&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:43] local.INFO: Sessions updated for user 1465. {"count":0} 
[2025-07-17 04:57:44] local.INFO: AmpecoDataUpdater: Session API response for user 1466 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1466&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:44] local.INFO: Sessions updated for user 1466. {"count":0} 
[2025-07-17 04:57:45] local.INFO: AmpecoDataUpdater: Session API response for user 1467 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1467&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:45] local.INFO: Sessions updated for user 1467. {"count":0} 
[2025-07-17 04:57:46] local.INFO: AmpecoDataUpdater: Session API response for user 1468 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1468&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:46] local.INFO: Sessions updated for user 1468. {"count":0} 
[2025-07-17 04:57:46] local.INFO: AmpecoDataUpdater: Session API response for user 1469 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1469&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:46] local.INFO: Sessions updated for user 1469. {"count":0} 
[2025-07-17 04:57:47] local.INFO: AmpecoDataUpdater: Session API response for user 1470 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1470&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:47] local.INFO: Sessions updated for user 1470. {"count":0} 
[2025-07-17 04:57:48] local.INFO: AmpecoDataUpdater: Session API response for user 1471 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1471&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:48] local.INFO: Sessions updated for user 1471. {"count":0} 
[2025-07-17 04:57:49] local.INFO: AmpecoDataUpdater: Session API response for user 1472 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1472&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:49] local.INFO: Sessions updated for user 1472. {"count":0} 
[2025-07-17 04:57:50] local.INFO: AmpecoDataUpdater: Session API response for user 1473 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1473&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:50] local.INFO: Sessions updated for user 1473. {"count":0} 
[2025-07-17 04:57:51] local.INFO: AmpecoDataUpdater: Session API response for user 1474 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1474&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:51] local.INFO: Sessions updated for user 1474. {"count":0} 
[2025-07-17 04:57:51] local.INFO: AmpecoDataUpdater: Session API response for user 1475 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1475&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:51] local.INFO: Sessions updated for user 1475. {"count":0} 
[2025-07-17 04:57:52] local.INFO: AmpecoDataUpdater: Session API response for user 1476 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1476&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:52] local.INFO: Sessions updated for user 1476. {"count":0} 
[2025-07-17 04:57:53] local.INFO: AmpecoDataUpdater: Session API response for user 1477 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1477&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:53] local.INFO: Sessions updated for user 1477. {"count":0} 
[2025-07-17 04:57:53] local.INFO: AmpecoDataUpdater: Session API response for user 1478 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1478&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:53] local.INFO: Sessions updated for user 1478. {"count":0} 
[2025-07-17 04:57:54] local.INFO: AmpecoDataUpdater: Session API response for user 1479 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1479&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:54] local.INFO: Sessions updated for user 1479. {"count":0} 
[2025-07-17 04:57:55] local.INFO: AmpecoDataUpdater: Session API response for user 1480 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1480&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:55] local.INFO: Sessions updated for user 1480. {"count":0} 
[2025-07-17 04:57:55] local.INFO: AmpecoDataUpdater: Session API response for user 1481 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1481&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:55] local.INFO: Sessions updated for user 1481. {"count":0} 
[2025-07-17 04:57:56] local.INFO: AmpecoDataUpdater: Session API response for user 1482 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:56] local.INFO: Sessions updated for user 1482. {"count":0} 
[2025-07-17 04:57:57] local.INFO: AmpecoDataUpdater: Session API response for user 1483 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1483&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:57] local.INFO: Sessions updated for user 1483. {"count":0} 
[2025-07-17 04:57:58] local.INFO: AmpecoDataUpdater: Session API response for user 1484 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1484&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:58] local.INFO: Sessions updated for user 1484. {"count":0} 
[2025-07-17 04:57:59] local.INFO: AmpecoDataUpdater: Session API response for user 1485 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1485&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:57:59] local.INFO: Sessions updated for user 1485. {"count":0} 
[2025-07-17 04:58:00] local.INFO: AmpecoDataUpdater: Session API response for user 1486 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:57:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1486&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A57%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:01] local.INFO: Sessions updated for user 1486. {"count":0} 
[2025-07-17 04:58:02] local.INFO: AmpecoDataUpdater: Session API response for user 1487 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1487&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:02] local.INFO: Sessions updated for user 1487. {"count":0} 
[2025-07-17 04:58:05] local.INFO: AmpecoDataUpdater: Session API response for user 1488 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1488&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:05] local.INFO: Sessions updated for user 1488. {"count":0} 
[2025-07-17 04:58:07] local.INFO: AmpecoDataUpdater: Session API response for user 1489 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1489&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:07] local.INFO: Sessions updated for user 1489. {"count":0} 
[2025-07-17 04:58:09] local.INFO: AmpecoDataUpdater: Session API response for user 1491 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1491&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:09] local.INFO: Sessions updated for user 1491. {"count":0} 
[2025-07-17 04:58:11] local.INFO: AmpecoDataUpdater: Session API response for user 1492 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1492&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:11] local.INFO: Sessions updated for user 1492. {"count":0} 
[2025-07-17 04:58:13] local.INFO: AmpecoDataUpdater: Session API response for user 1494 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1494&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:13] local.INFO: Sessions updated for user 1494. {"count":0} 
[2025-07-17 04:58:14] local.INFO: AmpecoDataUpdater: Session API response for user 1495 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1495&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:15] local.INFO: Sessions updated for user 1495. {"count":0} 
[2025-07-17 04:58:16] local.INFO: AmpecoDataUpdater: Session API response for user 1496 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1496&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:16] local.INFO: Sessions updated for user 1496. {"count":0} 
[2025-07-17 04:58:18] local.INFO: AmpecoDataUpdater: Session API response for user 1497 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1497&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:18] local.INFO: Sessions updated for user 1497. {"count":0} 
[2025-07-17 04:58:19] local.INFO: AmpecoDataUpdater: Session API response for user 1499 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1499&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:19] local.INFO: Sessions updated for user 1499. {"count":0} 
[2025-07-17 04:58:21] local.INFO: AmpecoDataUpdater: Session API response for user 1500 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1500&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:21] local.INFO: Sessions updated for user 1500. {"count":0} 
[2025-07-17 04:58:22] local.INFO: AmpecoDataUpdater: Session API response for user 1501 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1501&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:22] local.INFO: Sessions updated for user 1501. {"count":0} 
[2025-07-17 04:58:23] local.INFO: AmpecoDataUpdater: Session API response for user 1502 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1502&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:23] local.INFO: Sessions updated for user 1502. {"count":0} 
[2025-07-17 04:58:25] local.INFO: AmpecoDataUpdater: Session API response for user 1503 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1503&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:25] local.INFO: Sessions updated for user 1503. {"count":0} 
[2025-07-17 04:58:26] local.INFO: AmpecoDataUpdater: Session API response for user 1504 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1504&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:26] local.INFO: Sessions updated for user 1504. {"count":0} 
[2025-07-17 04:58:27] local.INFO: AmpecoDataUpdater: Session API response for user 1505 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1505&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:27] local.INFO: Sessions updated for user 1505. {"count":0} 
[2025-07-17 04:58:29] local.INFO: AmpecoDataUpdater: Session API response for user 1506 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1506&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:29] local.INFO: Sessions updated for user 1506. {"count":0} 
[2025-07-17 04:58:30] local.INFO: AmpecoDataUpdater: Session API response for user 1507 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1507&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:30] local.INFO: Sessions updated for user 1507. {"count":0} 
[2025-07-17 04:58:31] local.INFO: AmpecoDataUpdater: Session API response for user 1513 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1513&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:31] local.INFO: Sessions updated for user 1513. {"count":0} 
[2025-07-17 04:58:32] local.INFO: AmpecoDataUpdater: Session API response for user 1515 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1515&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:32] local.INFO: Sessions updated for user 1515. {"count":0} 
[2025-07-17 04:58:33] local.INFO: AmpecoDataUpdater: Session API response for user 1516 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1516&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:34] local.INFO: Sessions updated for user 1516. {"count":0} 
[2025-07-17 04:58:35] local.INFO: AmpecoDataUpdater: Session API response for user 1517 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1517&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:35] local.INFO: Sessions updated for user 1517. {"count":0} 
[2025-07-17 04:58:36] local.INFO: AmpecoDataUpdater: Session API response for user 1518 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1518&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:36] local.INFO: Sessions updated for user 1518. {"count":0} 
[2025-07-17 04:58:37] local.INFO: AmpecoDataUpdater: Session API response for user 1522 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1522&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:37] local.INFO: Sessions updated for user 1522. {"count":0} 
[2025-07-17 04:58:38] local.INFO: AmpecoDataUpdater: Session API response for user 1523 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1523&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:38] local.INFO: Sessions updated for user 1523. {"count":0} 
[2025-07-17 04:58:39] local.INFO: AmpecoDataUpdater: Session API response for user 1524 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1524&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:40] local.INFO: Sessions updated for user 1524. {"count":0} 
[2025-07-17 04:58:41] local.INFO: AmpecoDataUpdater: Session API response for user 1525 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1525&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:41] local.INFO: Sessions updated for user 1525. {"count":0} 
[2025-07-17 04:58:42] local.INFO: AmpecoDataUpdater: Session API response for user 1526 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1526&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:42] local.INFO: Sessions updated for user 1526. {"count":0} 
[2025-07-17 04:58:43] local.INFO: AmpecoDataUpdater: Session API response for user 1527 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1527&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:43] local.INFO: Sessions updated for user 1527. {"count":0} 
[2025-07-17 04:58:44] local.INFO: AmpecoDataUpdater: Session API response for user 1528 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1528&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:45] local.INFO: Sessions updated for user 1528. {"count":0} 
[2025-07-17 04:58:46] local.INFO: AmpecoDataUpdater: Session API response for user 1529 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1529&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:46] local.INFO: Sessions updated for user 1529. {"count":0} 
[2025-07-17 04:58:47] local.INFO: AmpecoDataUpdater: Session API response for user 1530 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1530&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:47] local.INFO: Sessions updated for user 1530. {"count":0} 
[2025-07-17 04:58:48] local.INFO: AmpecoDataUpdater: Session API response for user 1531 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1531&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:48] local.INFO: Sessions updated for user 1531. {"count":0} 
[2025-07-17 04:58:49] local.INFO: AmpecoDataUpdater: Session API response for user 1532 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1532&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:49] local.INFO: Sessions updated for user 1532. {"count":0} 
[2025-07-17 04:58:50] local.INFO: AmpecoDataUpdater: Session API response for user 1533 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1533&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:50] local.INFO: Sessions updated for user 1533. {"count":0} 
[2025-07-17 04:58:51] local.INFO: AmpecoDataUpdater: Session API response for user 1534 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1534&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:51] local.INFO: Sessions updated for user 1534. {"count":0} 
[2025-07-17 04:58:52] local.INFO: AmpecoDataUpdater: Session API response for user 1535 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1535&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:52] local.INFO: Sessions updated for user 1535. {"count":0} 
[2025-07-17 04:58:53] local.INFO: AmpecoDataUpdater: Session API response for user 1536 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1536&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:53] local.INFO: Sessions updated for user 1536. {"count":0} 
[2025-07-17 04:58:54] local.INFO: AmpecoDataUpdater: Session API response for user 1538 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1538&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:54] local.INFO: Sessions updated for user 1538. {"count":0} 
[2025-07-17 04:58:55] local.INFO: AmpecoDataUpdater: Session API response for user 1539 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1539&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:56] local.INFO: Sessions updated for user 1539. {"count":0} 
[2025-07-17 04:58:57] local.INFO: AmpecoDataUpdater: Session API response for user 1540 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1540&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:57] local.INFO: Sessions updated for user 1540. {"count":0} 
[2025-07-17 04:58:58] local.INFO: AmpecoDataUpdater: Session API response for user 1541 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1541&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:58] local.INFO: Sessions updated for user 1541. {"count":0} 
[2025-07-17 04:58:59] local.INFO: AmpecoDataUpdater: Session API response for user 1543 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1543&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:58:59] local.INFO: Sessions updated for user 1543. {"count":0} 
[2025-07-17 04:59:01] local.INFO: AmpecoDataUpdater: Session API response for user 1544 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:58:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1544&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A58%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:01] local.INFO: Sessions updated for user 1544. {"count":0} 
[2025-07-17 04:59:02] local.INFO: AmpecoDataUpdater: Session API response for user 1545 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1545&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:02] local.INFO: Sessions updated for user 1545. {"count":0} 
[2025-07-17 04:59:04] local.INFO: AmpecoDataUpdater: Session API response for user 1546 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:04] local.INFO: Sessions updated for user 1546. {"count":0} 
[2025-07-17 04:59:05] local.INFO: AmpecoDataUpdater: Session API response for user 1548 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1548&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:06] local.INFO: Sessions updated for user 1548. {"count":0} 
[2025-07-17 04:59:07] local.INFO: AmpecoDataUpdater: Session API response for user 1549 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1549&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:07] local.INFO: Sessions updated for user 1549. {"count":0} 
[2025-07-17 04:59:08] local.INFO: AmpecoDataUpdater: Session API response for user 1550 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1550&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:09] local.INFO: Sessions updated for user 1550. {"count":0} 
[2025-07-17 04:59:10] local.INFO: AmpecoDataUpdater: Session API response for user 1551 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1551&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:10] local.INFO: Sessions updated for user 1551. {"count":0} 
[2025-07-17 04:59:11] local.INFO: AmpecoDataUpdater: Session API response for user 1552 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1552&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:12] local.INFO: Sessions updated for user 1552. {"count":0} 
[2025-07-17 04:59:13] local.INFO: AmpecoDataUpdater: Session API response for user 1553 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1553&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:13] local.INFO: Sessions updated for user 1553. {"count":0} 
[2025-07-17 04:59:14] local.INFO: AmpecoDataUpdater: Session API response for user 1554 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1554&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:14] local.INFO: Sessions updated for user 1554. {"count":0} 
[2025-07-17 04:59:15] local.INFO: AmpecoDataUpdater: Session API response for user 1555 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1555&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:15] local.INFO: Sessions updated for user 1555. {"count":0} 
[2025-07-17 04:59:16] local.INFO: AmpecoDataUpdater: Session API response for user 1556 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1556&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:17] local.INFO: Sessions updated for user 1556. {"count":0} 
[2025-07-17 04:59:18] local.INFO: AmpecoDataUpdater: Session API response for user 1557 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1557&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:18] local.INFO: Sessions updated for user 1557. {"count":0} 
[2025-07-17 04:59:19] local.INFO: AmpecoDataUpdater: Session API response for user 1558 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:19] local.INFO: Sessions updated for user 1558. {"count":0} 
[2025-07-17 04:59:20] local.INFO: AmpecoDataUpdater: Session API response for user 1559 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1559&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:20] local.INFO: Sessions updated for user 1559. {"count":0} 
[2025-07-17 04:59:21] local.INFO: AmpecoDataUpdater: Session API response for user 1560 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1560&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:21] local.INFO: Sessions updated for user 1560. {"count":0} 
[2025-07-17 04:59:22] local.INFO: AmpecoDataUpdater: Session API response for user 1561 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1561&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:22] local.INFO: Sessions updated for user 1561. {"count":0} 
[2025-07-17 04:59:23] local.INFO: AmpecoDataUpdater: Session API response for user 1562 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1562&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:23] local.INFO: Sessions updated for user 1562. {"count":0} 
[2025-07-17 04:59:24] local.INFO: AmpecoDataUpdater: Session API response for user 1563 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1563&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:24] local.INFO: Sessions updated for user 1563. {"count":0} 
[2025-07-17 04:59:25] local.INFO: AmpecoDataUpdater: Session API response for user 1564 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1564&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:25] local.INFO: Sessions updated for user 1564. {"count":0} 
[2025-07-17 04:59:26] local.INFO: AmpecoDataUpdater: Session API response for user 1565 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1565&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:26] local.INFO: Sessions updated for user 1565. {"count":0} 
[2025-07-17 04:59:27] local.INFO: AmpecoDataUpdater: Session API response for user 1566 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1566&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:27] local.INFO: Sessions updated for user 1566. {"count":0} 
[2025-07-17 04:59:27] local.INFO: AmpecoDataUpdater: Session API response for user 1567 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1567&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:28] local.INFO: Sessions updated for user 1567. {"count":0} 
[2025-07-17 04:59:29] local.INFO: AmpecoDataUpdater: Session API response for user 1568 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1568&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:29] local.INFO: Sessions updated for user 1568. {"count":0} 
[2025-07-17 04:59:29] local.INFO: AmpecoDataUpdater: Session API response for user 1569 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:30] local.INFO: Sessions updated for user 1569. {"count":0} 
[2025-07-17 04:59:30] local.INFO: AmpecoDataUpdater: Session API response for user 1570 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1570&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:31] local.INFO: Sessions updated for user 1570. {"count":0} 
[2025-07-17 04:59:31] local.INFO: AmpecoDataUpdater: Session API response for user 1572 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:31] local.INFO: Sessions updated for user 1572. {"count":0} 
[2025-07-17 04:59:32] local.INFO: AmpecoDataUpdater: Session API response for user 1573 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1573&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:32] local.INFO: Sessions updated for user 1573. {"count":0} 
[2025-07-17 04:59:33] local.INFO: AmpecoDataUpdater: Session API response for user 1574 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1574&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:33] local.INFO: Sessions updated for user 1574. {"count":0} 
[2025-07-17 04:59:34] local.INFO: AmpecoDataUpdater: Session API response for user 1575 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1575&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:35] local.INFO: Sessions updated for user 1575. {"count":0} 
[2025-07-17 04:59:36] local.INFO: AmpecoDataUpdater: Session API response for user 1576 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1576&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:36] local.INFO: Sessions updated for user 1576. {"count":0} 
[2025-07-17 04:59:37] local.INFO: AmpecoDataUpdater: Session API response for user 1577 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1577&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:37] local.INFO: Sessions updated for user 1577. {"count":0} 
[2025-07-17 04:59:38] local.INFO: AmpecoDataUpdater: Session API response for user 1578 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1578&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:38] local.INFO: Sessions updated for user 1578. {"count":0} 
[2025-07-17 04:59:39] local.INFO: AmpecoDataUpdater: Session API response for user 1579 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1579&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:39] local.INFO: Sessions updated for user 1579. {"count":0} 
[2025-07-17 04:59:40] local.INFO: AmpecoDataUpdater: Session API response for user 1580 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1580&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:40] local.INFO: Sessions updated for user 1580. {"count":0} 
[2025-07-17 04:59:41] local.INFO: AmpecoDataUpdater: Session API response for user 1581 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1581&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:41] local.INFO: Sessions updated for user 1581. {"count":0} 
[2025-07-17 04:59:42] local.INFO: AmpecoDataUpdater: Session API response for user 1582 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1582&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:42] local.INFO: Sessions updated for user 1582. {"count":0} 
[2025-07-17 04:59:43] local.INFO: AmpecoDataUpdater: Session API response for user 1583 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1583&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:43] local.INFO: Sessions updated for user 1583. {"count":0} 
[2025-07-17 04:59:44] local.INFO: AmpecoDataUpdater: Session API response for user 1584 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1584&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:44] local.INFO: Sessions updated for user 1584. {"count":0} 
[2025-07-17 04:59:45] local.INFO: AmpecoDataUpdater: Session API response for user 1585 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1585&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:45] local.INFO: Sessions updated for user 1585. {"count":0} 
[2025-07-17 04:59:46] local.INFO: AmpecoDataUpdater: Session API response for user 1587 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1587&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:46] local.INFO: Sessions updated for user 1587. {"count":0} 
[2025-07-17 04:59:47] local.INFO: AmpecoDataUpdater: Session API response for user 1588 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1588&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:47] local.INFO: Sessions updated for user 1588. {"count":0} 
[2025-07-17 04:59:48] local.INFO: AmpecoDataUpdater: Session API response for user 1589 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1589&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:48] local.INFO: Sessions updated for user 1589. {"count":0} 
[2025-07-17 04:59:49] local.INFO: AmpecoDataUpdater: Session API response for user 1590 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1590&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:49] local.INFO: Sessions updated for user 1590. {"count":0} 
[2025-07-17 04:59:50] local.INFO: AmpecoDataUpdater: Session API response for user 1591 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1591&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:50] local.INFO: Sessions updated for user 1591. {"count":0} 
[2025-07-17 04:59:51] local.INFO: AmpecoDataUpdater: Session API response for user 1592 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1592&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:51] local.INFO: Sessions updated for user 1592. {"count":0} 
[2025-07-17 04:59:52] local.INFO: AmpecoDataUpdater: Session API response for user 1593 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1593&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:52] local.INFO: Sessions updated for user 1593. {"count":0} 
[2025-07-17 04:59:53] local.INFO: AmpecoDataUpdater: Session API response for user 1594 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1594&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:53] local.INFO: Sessions updated for user 1594. {"count":0} 
[2025-07-17 04:59:54] local.INFO: AmpecoDataUpdater: Session API response for user 1595 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1595&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:54] local.INFO: Sessions updated for user 1595. {"count":0} 
[2025-07-17 04:59:55] local.INFO: AmpecoDataUpdater: Session API response for user 1596 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1596&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:55] local.INFO: Sessions updated for user 1596. {"count":0} 
[2025-07-17 04:59:56] local.INFO: AmpecoDataUpdater: Session API response for user 1597 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1597&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:56] local.INFO: Sessions updated for user 1597. {"count":0} 
[2025-07-17 04:59:57] local.INFO: AmpecoDataUpdater: Session API response for user 1598 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1598&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:57] local.INFO: Sessions updated for user 1598. {"count":0} 
[2025-07-17 04:59:58] local.INFO: AmpecoDataUpdater: Session API response for user 1599 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1599&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:58] local.INFO: Sessions updated for user 1599. {"count":0} 
[2025-07-17 04:59:58] local.INFO: AmpecoDataUpdater: Session API response for user 1600 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1600&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 04:59:59] local.INFO: Sessions updated for user 1600. {"count":0} 
[2025-07-17 04:59:59] local.INFO: AmpecoDataUpdater: Session API response for user 1602 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T04:59:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T04%3A59%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:00] local.INFO: Sessions updated for user 1602. {"count":0} 
[2025-07-17 05:00:00] local.INFO: AmpecoDataUpdater: Session API response for user 1603 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1603&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:01] local.INFO: Sessions updated for user 1603. {"count":0} 
[2025-07-17 05:00:02] local.INFO: AmpecoDataUpdater: Session API response for user 1604 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1604&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:02] local.INFO: Sessions updated for user 1604. {"count":0} 
[2025-07-17 05:00:04] local.INFO: AmpecoDataUpdater: Session API response for user 1605 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1605&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:04] local.INFO: Sessions updated for user 1605. {"count":0} 
[2025-07-17 05:00:05] local.INFO: AmpecoDataUpdater: Session API response for user 1606 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1606&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:06] local.INFO: Sessions updated for user 1606. {"count":0} 
[2025-07-17 05:00:07] local.INFO: AmpecoDataUpdater: Session API response for user 1607 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:07] local.INFO: Sessions updated for user 1607. {"count":0} 
[2025-07-17 05:00:08] local.INFO: AmpecoDataUpdater: Session API response for user 1608 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1608&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:09] local.INFO: Sessions updated for user 1608. {"count":0} 
[2025-07-17 05:00:10] local.INFO: AmpecoDataUpdater: Session API response for user 1609 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1609&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:10] local.INFO: Sessions updated for user 1609. {"count":0} 
[2025-07-17 05:00:11] local.INFO: AmpecoDataUpdater: Session API response for user 1610 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1610&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:11] local.INFO: Sessions updated for user 1610. {"count":0} 
[2025-07-17 05:00:12] local.INFO: AmpecoDataUpdater: Session API response for user 1616 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1616&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:12] local.INFO: Sessions updated for user 1616. {"count":0} 
[2025-07-17 05:00:14] local.INFO: AmpecoDataUpdater: Session API response for user 1617 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1617&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:14] local.INFO: Sessions updated for user 1617. {"count":0} 
[2025-07-17 05:00:15] local.INFO: AmpecoDataUpdater: Session API response for user 1618 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1618&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:15] local.INFO: Sessions updated for user 1618. {"count":0} 
[2025-07-17 05:00:16] local.INFO: AmpecoDataUpdater: Session API response for user 1620 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1620&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:16] local.INFO: Sessions updated for user 1620. {"count":0} 
[2025-07-17 05:00:18] local.INFO: AmpecoDataUpdater: Session API response for user 1621 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1621&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:18] local.INFO: Sessions updated for user 1621. {"count":0} 
[2025-07-17 05:00:19] local.INFO: AmpecoDataUpdater: Session API response for user 1622 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1622&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:20] local.INFO: Sessions updated for user 1622. {"count":0} 
[2025-07-17 05:00:21] local.INFO: AmpecoDataUpdater: Session API response for user 1623 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1623&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:22] local.INFO: Sessions updated for user 1623. {"count":0} 
[2025-07-17 05:00:26] local.INFO: AmpecoDataUpdater: Session API response for user 1624 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1624&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:28] local.INFO: Sessions updated for user 1624. {"count":0} 
[2025-07-17 05:00:37] local.INFO: AmpecoDataUpdater: Session API response for user 1625 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1625&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:37] local.INFO: Sessions updated for user 1625. {"count":0} 
[2025-07-17 05:00:40] local.INFO: AmpecoDataUpdater: Session API response for user 1626 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1626&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:40] local.INFO: Sessions updated for user 1626. {"count":0} 
[2025-07-17 05:00:42] local.INFO: AmpecoDataUpdater: Session API response for user 1627 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1627&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:42] local.INFO: Sessions updated for user 1627. {"count":0} 
[2025-07-17 05:00:44] local.INFO: AmpecoDataUpdater: Session API response for user 1628 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1628&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:45] local.INFO: Sessions updated for user 1628. {"count":0} 
[2025-07-17 05:00:47] local.INFO: AmpecoDataUpdater: Session API response for user 1629 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1629&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:48] local.INFO: Sessions updated for user 1629. {"count":0} 
[2025-07-17 05:00:51] local.INFO: AmpecoDataUpdater: Session API response for user 1630 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1630&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:52] local.INFO: Sessions updated for user 1630. {"count":0} 
[2025-07-17 05:00:54] local.INFO: AmpecoDataUpdater: Session API response for user 1631 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1631&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:54] local.INFO: Sessions updated for user 1631. {"count":0} 
[2025-07-17 05:00:56] local.INFO: AmpecoDataUpdater: Session API response for user 1632 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1632&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:00:56] local.INFO: Sessions updated for user 1632. {"count":0} 
[2025-07-17 05:01:00] local.INFO: AmpecoDataUpdater: Session API response for user 1634 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:00:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1634&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A00%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:00] local.INFO: Sessions updated for user 1634. {"count":0} 
[2025-07-17 05:01:02] local.INFO: AmpecoDataUpdater: Session API response for user 1635 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1635&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:02] local.INFO: Sessions updated for user 1635. {"count":0} 
[2025-07-17 05:01:04] local.INFO: AmpecoDataUpdater: Session API response for user 1636 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1636&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:04] local.INFO: Sessions updated for user 1636. {"count":0} 
[2025-07-17 05:01:06] local.INFO: AmpecoDataUpdater: Session API response for user 1637 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1637&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:07] local.INFO: Sessions updated for user 1637. {"count":0} 
[2025-07-17 05:01:08] local.INFO: AmpecoDataUpdater: Session API response for user 1638 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1638&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:09] local.INFO: Sessions updated for user 1638. {"count":0} 
[2025-07-17 05:01:10] local.INFO: AmpecoDataUpdater: Session API response for user 1639 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:11] local.INFO: Sessions updated for user 1639. {"count":0} 
[2025-07-17 05:01:12] local.INFO: AmpecoDataUpdater: Session API response for user 1640 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1640&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:12] local.INFO: Sessions updated for user 1640. {"count":0} 
[2025-07-17 05:01:14] local.INFO: AmpecoDataUpdater: Session API response for user 1641 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1641&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:14] local.INFO: Sessions updated for user 1641. {"count":0} 
[2025-07-17 05:01:16] local.INFO: AmpecoDataUpdater: Session API response for user 1642 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1642&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:16] local.INFO: Sessions updated for user 1642. {"count":0} 
[2025-07-17 05:01:18] local.INFO: AmpecoDataUpdater: Session API response for user 1643 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1643&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:18] local.INFO: Sessions updated for user 1643. {"count":0} 
[2025-07-17 05:01:20] local.INFO: AmpecoDataUpdater: Session API response for user 1644 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1644&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:20] local.INFO: Sessions updated for user 1644. {"count":0} 
[2025-07-17 05:01:21] local.INFO: AmpecoDataUpdater: Session API response for user 1645 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1645&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:21] local.INFO: Sessions updated for user 1645. {"count":0} 
[2025-07-17 05:01:22] local.INFO: AmpecoDataUpdater: Session API response for user 1646 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1646&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:22] local.INFO: Sessions updated for user 1646. {"count":0} 
[2025-07-17 05:01:23] local.INFO: AmpecoDataUpdater: Session API response for user 1648 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1648&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:23] local.INFO: Sessions updated for user 1648. {"count":0} 
[2025-07-17 05:01:24] local.INFO: AmpecoDataUpdater: Session API response for user 1649 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1649&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:24] local.INFO: Sessions updated for user 1649. {"count":0} 
[2025-07-17 05:01:25] local.INFO: AmpecoDataUpdater: Session API response for user 1650 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1650&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:25] local.INFO: Sessions updated for user 1650. {"count":0} 
[2025-07-17 05:01:26] local.INFO: AmpecoDataUpdater: Session API response for user 1651 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1651&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:26] local.INFO: Sessions updated for user 1651. {"count":0} 
[2025-07-17 05:01:27] local.INFO: AmpecoDataUpdater: Session API response for user 1652 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1652&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:27] local.INFO: Sessions updated for user 1652. {"count":0} 
[2025-07-17 05:01:28] local.INFO: AmpecoDataUpdater: Session API response for user 1654 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1654&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:28] local.INFO: Sessions updated for user 1654. {"count":0} 
[2025-07-17 05:01:29] local.INFO: AmpecoDataUpdater: Session API response for user 1655 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:29] local.INFO: Sessions updated for user 1655. {"count":0} 
[2025-07-17 05:01:30] local.INFO: AmpecoDataUpdater: Session API response for user 1656 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1656&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:31] local.INFO: Sessions updated for user 1656. {"count":0} 
[2025-07-17 05:01:32] local.INFO: AmpecoDataUpdater: Session API response for user 1657 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:32] local.INFO: Sessions updated for user 1657. {"count":0} 
[2025-07-17 05:01:33] local.INFO: AmpecoDataUpdater: Session API response for user 1658 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1658&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:33] local.INFO: Sessions updated for user 1658. {"count":0} 
[2025-07-17 05:01:34] local.INFO: AmpecoDataUpdater: Session API response for user 1659 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1659&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:34] local.INFO: Sessions updated for user 1659. {"count":0} 
[2025-07-17 05:01:35] local.INFO: AmpecoDataUpdater: Session API response for user 1660 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1660&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:35] local.INFO: Sessions updated for user 1660. {"count":0} 
[2025-07-17 05:01:36] local.INFO: AmpecoDataUpdater: Session API response for user 1661 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1661&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:36] local.INFO: Sessions updated for user 1661. {"count":0} 
[2025-07-17 05:01:37] local.INFO: AmpecoDataUpdater: Session API response for user 1662 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1662&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:37] local.INFO: Sessions updated for user 1662. {"count":0} 
[2025-07-17 05:01:38] local.INFO: AmpecoDataUpdater: Session API response for user 1663 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1663&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:38] local.INFO: Sessions updated for user 1663. {"count":0} 
[2025-07-17 05:01:39] local.INFO: AmpecoDataUpdater: Session API response for user 1664 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1664&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:39] local.INFO: Sessions updated for user 1664. {"count":0} 
[2025-07-17 05:01:41] local.INFO: AmpecoDataUpdater: Session API response for user 1665 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1665&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:41] local.INFO: Sessions updated for user 1665. {"count":0} 
[2025-07-17 05:01:42] local.INFO: AmpecoDataUpdater: Session API response for user 1666 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:42] local.INFO: Sessions updated for user 1666. {"count":0} 
[2025-07-17 05:01:44] local.INFO: AmpecoDataUpdater: Session API response for user 1667 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1667&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:44] local.INFO: Sessions updated for user 1667. {"count":0} 
[2025-07-17 05:01:45] local.INFO: AmpecoDataUpdater: Session API response for user 1668 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1668&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:45] local.INFO: Sessions updated for user 1668. {"count":0} 
[2025-07-17 05:01:46] local.INFO: AmpecoDataUpdater: Session API response for user 1669 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1669&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:46] local.INFO: Sessions updated for user 1669. {"count":0} 
[2025-07-17 05:01:48] local.INFO: AmpecoDataUpdater: Session API response for user 1670 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1670&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:48] local.INFO: Sessions updated for user 1670. {"count":0} 
[2025-07-17 05:01:49] local.INFO: AmpecoDataUpdater: Session API response for user 1671 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1671&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:49] local.INFO: Sessions updated for user 1671. {"count":0} 
[2025-07-17 05:01:50] local.INFO: AmpecoDataUpdater: Session API response for user 1672 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1672&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:51] local.INFO: Sessions updated for user 1672. {"count":0} 
[2025-07-17 05:01:52] local.INFO: AmpecoDataUpdater: Session API response for user 1673 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1673&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:52] local.INFO: Sessions updated for user 1673. {"count":0} 
[2025-07-17 05:01:54] local.INFO: AmpecoDataUpdater: Session API response for user 1674 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1674&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:54] local.INFO: Sessions updated for user 1674. {"count":0} 
[2025-07-17 05:01:55] local.INFO: AmpecoDataUpdater: Session API response for user 1675 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1675&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:55] local.INFO: Sessions updated for user 1675. {"count":0} 
[2025-07-17 05:01:56] local.INFO: AmpecoDataUpdater: Session API response for user 1676 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1676&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:57] local.INFO: Sessions updated for user 1676. {"count":0} 
[2025-07-17 05:01:58] local.INFO: AmpecoDataUpdater: Session API response for user 1677 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1677&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:58] local.INFO: Sessions updated for user 1677. {"count":0} 
[2025-07-17 05:01:59] local.INFO: AmpecoDataUpdater: Session API response for user 1678 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1678&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:01:59] local.INFO: Sessions updated for user 1678. {"count":0} 
[2025-07-17 05:02:01] local.INFO: AmpecoDataUpdater: Session API response for user 1679 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:01:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1679&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A01%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:01] local.INFO: Sessions updated for user 1679. {"count":0} 
[2025-07-17 05:02:02] local.INFO: AmpecoDataUpdater: Session API response for user 1680 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1680&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:02] local.INFO: Sessions updated for user 1680. {"count":0} 
[2025-07-17 05:02:04] local.INFO: AmpecoDataUpdater: Session API response for user 1681 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1681&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:04] local.INFO: Sessions updated for user 1681. {"count":0} 
[2025-07-17 05:02:05] local.INFO: AmpecoDataUpdater: Session API response for user 1682 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1682&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:05] local.INFO: Sessions updated for user 1682. {"count":0} 
[2025-07-17 05:02:07] local.INFO: AmpecoDataUpdater: Session API response for user 1683 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1683&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:07] local.INFO: Sessions updated for user 1683. {"count":0} 
[2025-07-17 05:02:08] local.INFO: AmpecoDataUpdater: Session API response for user 1684 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1684&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:09] local.INFO: Sessions updated for user 1684. {"count":0} 
[2025-07-17 05:02:10] local.INFO: AmpecoDataUpdater: Session API response for user 1685 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1685&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:10] local.INFO: Sessions updated for user 1685. {"count":0} 
[2025-07-17 05:02:11] local.INFO: AmpecoDataUpdater: Session API response for user 1686 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1686&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:11] local.INFO: Sessions updated for user 1686. {"count":0} 
[2025-07-17 05:02:13] local.INFO: AmpecoDataUpdater: Session API response for user 1687 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1687&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:13] local.INFO: Sessions updated for user 1687. {"count":0} 
[2025-07-17 05:02:14] local.INFO: AmpecoDataUpdater: Session API response for user 1688 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1688&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:14] local.INFO: Sessions updated for user 1688. {"count":0} 
[2025-07-17 05:02:15] local.INFO: AmpecoDataUpdater: Session API response for user 1689 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1689&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:15] local.INFO: Sessions updated for user 1689. {"count":0} 
[2025-07-17 05:02:16] local.INFO: AmpecoDataUpdater: Session API response for user 1690 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1690&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:16] local.INFO: Sessions updated for user 1690. {"count":0} 
[2025-07-17 05:02:17] local.INFO: AmpecoDataUpdater: Session API response for user 1691 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1691&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:17] local.INFO: Sessions updated for user 1691. {"count":0} 
[2025-07-17 05:02:18] local.INFO: AmpecoDataUpdater: Session API response for user 1692 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1692&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:19] local.INFO: Sessions updated for user 1692. {"count":0} 
[2025-07-17 05:02:20] local.INFO: AmpecoDataUpdater: Session API response for user 1693 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1693&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:20] local.INFO: Sessions updated for user 1693. {"count":0} 
[2025-07-17 05:02:21] local.INFO: AmpecoDataUpdater: Session API response for user 1694 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1694&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:21] local.INFO: Sessions updated for user 1694. {"count":0} 
[2025-07-17 05:02:23] local.INFO: AmpecoDataUpdater: Session API response for user 1695 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1695&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:23] local.INFO: Sessions updated for user 1695. {"count":0} 
[2025-07-17 05:02:24] local.INFO: AmpecoDataUpdater: Session API response for user 1696 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1696&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:24] local.INFO: Sessions updated for user 1696. {"count":0} 
[2025-07-17 05:02:25] local.INFO: AmpecoDataUpdater: Session API response for user 1697 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1697&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:25] local.INFO: Sessions updated for user 1697. {"count":0} 
[2025-07-17 05:02:27] local.INFO: AmpecoDataUpdater: Session API response for user 1698 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1698&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:27] local.INFO: Sessions updated for user 1698. {"count":0} 
[2025-07-17 05:02:28] local.INFO: AmpecoDataUpdater: Session API response for user 1699 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1699&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:28] local.INFO: Sessions updated for user 1699. {"count":0} 
[2025-07-17 05:02:30] local.INFO: AmpecoDataUpdater: Session API response for user 1700 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1700&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:30] local.INFO: Sessions updated for user 1700. {"count":0} 
[2025-07-17 05:02:31] local.INFO: AmpecoDataUpdater: Session API response for user 1702 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1702&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:31] local.INFO: Sessions updated for user 1702. {"count":0} 
[2025-07-17 05:02:32] local.INFO: AmpecoDataUpdater: Session API response for user 1703 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1703&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:32] local.INFO: Sessions updated for user 1703. {"count":0} 
[2025-07-17 05:02:33] local.INFO: AmpecoDataUpdater: Session API response for user 1704 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1704&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:33] local.INFO: Sessions updated for user 1704. {"count":0} 
[2025-07-17 05:02:34] local.INFO: AmpecoDataUpdater: Session API response for user 1705 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1705&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:35] local.INFO: Sessions updated for user 1705. {"count":0} 
[2025-07-17 05:02:36] local.INFO: AmpecoDataUpdater: Session API response for user 1706 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1706&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:36] local.INFO: Sessions updated for user 1706. {"count":0} 
[2025-07-17 05:02:37] local.INFO: AmpecoDataUpdater: Session API response for user 1707 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1707&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:37] local.INFO: Sessions updated for user 1707. {"count":0} 
[2025-07-17 05:02:39] local.INFO: AmpecoDataUpdater: Session API response for user 1708 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1708&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:39] local.INFO: Sessions updated for user 1708. {"count":0} 
[2025-07-17 05:02:41] local.INFO: AmpecoDataUpdater: Session API response for user 1709 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1709&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:41] local.INFO: Sessions updated for user 1709. {"count":0} 
[2025-07-17 05:02:42] local.INFO: AmpecoDataUpdater: Session API response for user 1710 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1710&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:43] local.INFO: Sessions updated for user 1710. {"count":0} 
[2025-07-17 05:02:44] local.INFO: AmpecoDataUpdater: Session API response for user 1711 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1711&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:44] local.INFO: Sessions updated for user 1711. {"count":0} 
[2025-07-17 05:02:45] local.INFO: AmpecoDataUpdater: Session API response for user 1712 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1712&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:45] local.INFO: Sessions updated for user 1712. {"count":0} 
[2025-07-17 05:02:47] local.INFO: AmpecoDataUpdater: Session API response for user 1713 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1713&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:47] local.INFO: Sessions updated for user 1713. {"count":0} 
[2025-07-17 05:02:48] local.INFO: AmpecoDataUpdater: Session API response for user 1714 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1714&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:48] local.INFO: Sessions updated for user 1714. {"count":0} 
[2025-07-17 05:02:49] local.INFO: AmpecoDataUpdater: Session API response for user 1715 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1715&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:50] local.INFO: Sessions updated for user 1715. {"count":0} 
[2025-07-17 05:02:51] local.INFO: AmpecoDataUpdater: Session API response for user 1716 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1716&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:51] local.INFO: Sessions updated for user 1716. {"count":0} 
[2025-07-17 05:02:52] local.INFO: AmpecoDataUpdater: Session API response for user 1717 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1717&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:52] local.INFO: Sessions updated for user 1717. {"count":0} 
[2025-07-17 05:02:53] local.INFO: AmpecoDataUpdater: Session API response for user 1718 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1718&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:53] local.INFO: Sessions updated for user 1718. {"count":0} 
[2025-07-17 05:02:54] local.INFO: AmpecoDataUpdater: Session API response for user 1719 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1719&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:54] local.INFO: Sessions updated for user 1719. {"count":0} 
[2025-07-17 05:02:55] local.INFO: AmpecoDataUpdater: Session API response for user 1720 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1720&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:55] local.INFO: Sessions updated for user 1720. {"count":0} 
[2025-07-17 05:02:56] local.INFO: AmpecoDataUpdater: Session API response for user 1721 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1721&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:57] local.INFO: Sessions updated for user 1721. {"count":0} 
[2025-07-17 05:02:58] local.INFO: AmpecoDataUpdater: Session API response for user 1722 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1722&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:58] local.INFO: Sessions updated for user 1722. {"count":0} 
[2025-07-17 05:02:59] local.INFO: AmpecoDataUpdater: Session API response for user 1724 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1724&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:02:59] local.INFO: Sessions updated for user 1724. {"count":0} 
[2025-07-17 05:03:00] local.INFO: AmpecoDataUpdater: Session API response for user 1725 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:02:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1725&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A02%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:00] local.INFO: Sessions updated for user 1725. {"count":0} 
[2025-07-17 05:03:02] local.INFO: AmpecoDataUpdater: Session API response for user 1726 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1726&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:02] local.INFO: Sessions updated for user 1726. {"count":0} 
[2025-07-17 05:03:03] local.INFO: AmpecoDataUpdater: Session API response for user 1727 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1727&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:03] local.INFO: Sessions updated for user 1727. {"count":0} 
[2025-07-17 05:03:04] local.INFO: AmpecoDataUpdater: Session API response for user 1728 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1728&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:04] local.INFO: Sessions updated for user 1728. {"count":0} 
[2025-07-17 05:03:05] local.INFO: AmpecoDataUpdater: Session API response for user 1729 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1729&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:05] local.INFO: Sessions updated for user 1729. {"count":0} 
[2025-07-17 05:03:06] local.INFO: AmpecoDataUpdater: Session API response for user 1730 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1730&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:06] local.INFO: Sessions updated for user 1730. {"count":0} 
[2025-07-17 05:03:08] local.INFO: AmpecoDataUpdater: Session API response for user 1731 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1731&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:08] local.INFO: Sessions updated for user 1731. {"count":0} 
[2025-07-17 05:03:09] local.INFO: AmpecoDataUpdater: Session API response for user 1732 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1732&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:09] local.INFO: Sessions updated for user 1732. {"count":0} 
[2025-07-17 05:03:10] local.INFO: AmpecoDataUpdater: Session API response for user 1733 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1733&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:10] local.INFO: Sessions updated for user 1733. {"count":0} 
[2025-07-17 05:03:11] local.INFO: AmpecoDataUpdater: Session API response for user 1734 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1734&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:11] local.INFO: Sessions updated for user 1734. {"count":0} 
[2025-07-17 05:03:13] local.INFO: AmpecoDataUpdater: Session API response for user 1735 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1735&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:13] local.INFO: Sessions updated for user 1735. {"count":0} 
[2025-07-17 05:03:15] local.INFO: AmpecoDataUpdater: Session API response for user 1736 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1736&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:15] local.INFO: Sessions updated for user 1736. {"count":0} 
[2025-07-17 05:03:17] local.INFO: AmpecoDataUpdater: Session API response for user 1737 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1737&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:17] local.INFO: Sessions updated for user 1737. {"count":0} 
[2025-07-17 05:03:18] local.INFO: AmpecoDataUpdater: Session API response for user 1738 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1738&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:18] local.INFO: Sessions updated for user 1738. {"count":0} 
[2025-07-17 05:03:20] local.INFO: AmpecoDataUpdater: Session API response for user 1739 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1739&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:20] local.INFO: Sessions updated for user 1739. {"count":0} 
[2025-07-17 05:03:22] local.INFO: AmpecoDataUpdater: Session API response for user 1740 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1740&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:22] local.INFO: Sessions updated for user 1740. {"count":0} 
[2025-07-17 05:03:23] local.INFO: AmpecoDataUpdater: Session API response for user 1741 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1741&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:23] local.INFO: Sessions updated for user 1741. {"count":0} 
[2025-07-17 05:03:24] local.INFO: AmpecoDataUpdater: Session API response for user 1742 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1742&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:24] local.INFO: Sessions updated for user 1742. {"count":0} 
[2025-07-17 05:03:25] local.INFO: AmpecoDataUpdater: Session API response for user 1743 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1743&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:25] local.INFO: Sessions updated for user 1743. {"count":0} 
[2025-07-17 05:03:26] local.INFO: AmpecoDataUpdater: Session API response for user 1744 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1744&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:26] local.INFO: Sessions updated for user 1744. {"count":0} 
[2025-07-17 05:03:27] local.INFO: AmpecoDataUpdater: Session API response for user 1745 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1745&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:27] local.INFO: Sessions updated for user 1745. {"count":0} 
[2025-07-17 05:03:28] local.INFO: AmpecoDataUpdater: Session API response for user 1746 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1746&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:28] local.INFO: Sessions updated for user 1746. {"count":0} 
[2025-07-17 05:03:29] local.INFO: AmpecoDataUpdater: Session API response for user 1747 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1747&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:29] local.INFO: Sessions updated for user 1747. {"count":0} 
[2025-07-17 05:03:31] local.INFO: AmpecoDataUpdater: Session API response for user 1748 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1748&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:31] local.INFO: Sessions updated for user 1748. {"count":0} 
[2025-07-17 05:03:32] local.INFO: AmpecoDataUpdater: Session API response for user 1749 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1749&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:32] local.INFO: Sessions updated for user 1749. {"count":0} 
[2025-07-17 05:03:33] local.INFO: AmpecoDataUpdater: Session API response for user 1750 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1750&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:33] local.INFO: Sessions updated for user 1750. {"count":0} 
[2025-07-17 05:03:35] local.INFO: AmpecoDataUpdater: Session API response for user 1754 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1754&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:35] local.INFO: Sessions updated for user 1754. {"count":0} 
[2025-07-17 05:03:36] local.INFO: AmpecoDataUpdater: Session API response for user 1755 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1755&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:36] local.INFO: Sessions updated for user 1755. {"count":0} 
[2025-07-17 05:03:38] local.INFO: AmpecoDataUpdater: Session API response for user 1757 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1757&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:38] local.INFO: Sessions updated for user 1757. {"count":0} 
[2025-07-17 05:03:39] local.INFO: AmpecoDataUpdater: Session API response for user 1758 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1758&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:39] local.INFO: Sessions updated for user 1758. {"count":0} 
[2025-07-17 05:03:40] local.INFO: AmpecoDataUpdater: Session API response for user 1759 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1759&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:40] local.INFO: Sessions updated for user 1759. {"count":0} 
[2025-07-17 05:03:41] local.INFO: AmpecoDataUpdater: Session API response for user 1760 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1760&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:41] local.INFO: Sessions updated for user 1760. {"count":0} 
[2025-07-17 05:03:42] local.INFO: AmpecoDataUpdater: Session API response for user 1761 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1761&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:42] local.INFO: Sessions updated for user 1761. {"count":0} 
[2025-07-17 05:03:43] local.INFO: AmpecoDataUpdater: Session API response for user 1762 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1762&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:43] local.INFO: Sessions updated for user 1762. {"count":0} 
[2025-07-17 05:03:45] local.INFO: AmpecoDataUpdater: Session API response for user 1763 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1763&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:45] local.INFO: Sessions updated for user 1763. {"count":0} 
[2025-07-17 05:03:46] local.INFO: AmpecoDataUpdater: Session API response for user 1765 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1765&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:46] local.INFO: Sessions updated for user 1765. {"count":0} 
[2025-07-17 05:03:47] local.INFO: AmpecoDataUpdater: Session API response for user 1766 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1766&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:47] local.INFO: Sessions updated for user 1766. {"count":0} 
[2025-07-17 05:03:48] local.INFO: AmpecoDataUpdater: Session API response for user 1767 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1767&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:49] local.INFO: Sessions updated for user 1767. {"count":0} 
[2025-07-17 05:03:50] local.INFO: AmpecoDataUpdater: Session API response for user 1768 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1768&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:50] local.INFO: Sessions updated for user 1768. {"count":0} 
[2025-07-17 05:03:51] local.INFO: AmpecoDataUpdater: Session API response for user 1770 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1770&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:51] local.INFO: Sessions updated for user 1770. {"count":0} 
[2025-07-17 05:03:52] local.INFO: AmpecoDataUpdater: Session API response for user 1776 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1776&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:52] local.INFO: Sessions updated for user 1776. {"count":0} 
[2025-07-17 05:03:53] local.INFO: AmpecoDataUpdater: Session API response for user 1777 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1777&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:53] local.INFO: Sessions updated for user 1777. {"count":0} 
[2025-07-17 05:03:54] local.INFO: AmpecoDataUpdater: Session API response for user 1778 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1778&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:54] local.INFO: Sessions updated for user 1778. {"count":0} 
[2025-07-17 05:03:55] local.INFO: AmpecoDataUpdater: Session API response for user 1779 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1779&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:56] local.INFO: Sessions updated for user 1779. {"count":0} 
[2025-07-17 05:03:57] local.INFO: AmpecoDataUpdater: Session API response for user 1780 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1780&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:57] local.INFO: Sessions updated for user 1780. {"count":0} 
[2025-07-17 05:03:58] local.INFO: AmpecoDataUpdater: Session API response for user 1781 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1781&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:58] local.INFO: Sessions updated for user 1781. {"count":0} 
[2025-07-17 05:03:59] local.INFO: AmpecoDataUpdater: Session API response for user 1783 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1783&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:03:59] local.INFO: Sessions updated for user 1783. {"count":0} 
[2025-07-17 05:04:00] local.INFO: AmpecoDataUpdater: Session API response for user 1784 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:03:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1784&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A03%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:00] local.INFO: Sessions updated for user 1784. {"count":0} 
[2025-07-17 05:04:02] local.INFO: AmpecoDataUpdater: Session API response for user 1785 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1785&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:02] local.INFO: Sessions updated for user 1785. {"count":0} 
[2025-07-17 05:04:03] local.INFO: AmpecoDataUpdater: Session API response for user 1786 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1786&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:03] local.INFO: Sessions updated for user 1786. {"count":0} 
[2025-07-17 05:04:04] local.INFO: AmpecoDataUpdater: Session API response for user 1787 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1787&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:04] local.INFO: Sessions updated for user 1787. {"count":0} 
[2025-07-17 05:04:05] local.INFO: AmpecoDataUpdater: Session API response for user 1788 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1788&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:05] local.INFO: Sessions updated for user 1788. {"count":0} 
[2025-07-17 05:04:06] local.INFO: AmpecoDataUpdater: Session API response for user 1789 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1789&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:06] local.INFO: Sessions updated for user 1789. {"count":0} 
[2025-07-17 05:04:08] local.INFO: AmpecoDataUpdater: Session API response for user 1790 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1790&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:08] local.INFO: Sessions updated for user 1790. {"count":0} 
[2025-07-17 05:04:09] local.INFO: AmpecoDataUpdater: Session API response for user 1791 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1791&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:09] local.INFO: Sessions updated for user 1791. {"count":0} 
[2025-07-17 05:04:11] local.INFO: AmpecoDataUpdater: Session API response for user 1792 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1792&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:11] local.INFO: Sessions updated for user 1792. {"count":0} 
[2025-07-17 05:04:12] local.INFO: AmpecoDataUpdater: Session API response for user 1793 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1793&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:12] local.INFO: Sessions updated for user 1793. {"count":0} 
[2025-07-17 05:04:13] local.INFO: AmpecoDataUpdater: Session API response for user 1794 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1794&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:13] local.INFO: Sessions updated for user 1794. {"count":0} 
[2025-07-17 05:04:14] local.INFO: AmpecoDataUpdater: Session API response for user 1795 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1795&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:14] local.INFO: Sessions updated for user 1795. {"count":0} 
[2025-07-17 05:04:16] local.INFO: AmpecoDataUpdater: Session API response for user 1796 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1796&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:16] local.INFO: Sessions updated for user 1796. {"count":0} 
[2025-07-17 05:04:18] local.INFO: AmpecoDataUpdater: Session API response for user 1797 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1797&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:18] local.INFO: Sessions updated for user 1797. {"count":0} 
[2025-07-17 05:04:20] local.INFO: AmpecoDataUpdater: Session API response for user 1798 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1798&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:20] local.INFO: Sessions updated for user 1798. {"count":0} 
[2025-07-17 05:04:22] local.INFO: AmpecoDataUpdater: Session API response for user 1799 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1799&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:22] local.INFO: Sessions updated for user 1799. {"count":0} 
[2025-07-17 05:04:23] local.INFO: AmpecoDataUpdater: Session API response for user 1800 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1800&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:23] local.INFO: Sessions updated for user 1800. {"count":0} 
[2025-07-17 05:04:25] local.INFO: AmpecoDataUpdater: Session API response for user 1801 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1801&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:25] local.INFO: Sessions updated for user 1801. {"count":0} 
[2025-07-17 05:04:26] local.INFO: AmpecoDataUpdater: Session API response for user 1802 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1802&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:26] local.INFO: Sessions updated for user 1802. {"count":0} 
[2025-07-17 05:04:28] local.INFO: AmpecoDataUpdater: Session API response for user 1803 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1803&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:28] local.INFO: Sessions updated for user 1803. {"count":0} 
[2025-07-17 05:04:29] local.INFO: AmpecoDataUpdater: Session API response for user 1804 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1804&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:30] local.INFO: Sessions updated for user 1804. {"count":0} 
[2025-07-17 05:04:31] local.INFO: AmpecoDataUpdater: Session API response for user 1805 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1805&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:31] local.INFO: Sessions updated for user 1805. {"count":0} 
[2025-07-17 05:04:32] local.INFO: AmpecoDataUpdater: Session API response for user 1807 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1807&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:33] local.INFO: Sessions updated for user 1807. {"count":0} 
[2025-07-17 05:04:34] local.INFO: AmpecoDataUpdater: Session API response for user 1808 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1808&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:34] local.INFO: Sessions updated for user 1808. {"count":0} 
[2025-07-17 05:04:36] local.INFO: AmpecoDataUpdater: Session API response for user 1810 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1810&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:36] local.INFO: Sessions updated for user 1810. {"count":0} 
[2025-07-17 05:04:37] local.INFO: AmpecoDataUpdater: Session API response for user 1812 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1812&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:37] local.INFO: Sessions updated for user 1812. {"count":0} 
[2025-07-17 05:04:38] local.INFO: AmpecoDataUpdater: Session API response for user 1813 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1813&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:38] local.INFO: Sessions updated for user 1813. {"count":0} 
[2025-07-17 05:04:39] local.INFO: AmpecoDataUpdater: Session API response for user 1814 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1814&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:39] local.INFO: Sessions updated for user 1814. {"count":0} 
[2025-07-17 05:04:40] local.INFO: AmpecoDataUpdater: Session API response for user 1815 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1815&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:40] local.INFO: Sessions updated for user 1815. {"count":0} 
[2025-07-17 05:04:41] local.INFO: AmpecoDataUpdater: Session API response for user 1816 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1816&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:42] local.INFO: Sessions updated for user 1816. {"count":0} 
[2025-07-17 05:04:43] local.INFO: AmpecoDataUpdater: Session API response for user 1817 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1817&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:43] local.INFO: Sessions updated for user 1817. {"count":0} 
[2025-07-17 05:04:45] local.INFO: AmpecoDataUpdater: Session API response for user 1818 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1818&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:45] local.INFO: Sessions updated for user 1818. {"count":0} 
[2025-07-17 05:04:46] local.INFO: AmpecoDataUpdater: Session API response for user 1819 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1819&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:46] local.INFO: Sessions updated for user 1819. {"count":0} 
[2025-07-17 05:04:47] local.INFO: AmpecoDataUpdater: Session API response for user 1820 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1820&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:47] local.INFO: Sessions updated for user 1820. {"count":0} 
[2025-07-17 05:04:48] local.INFO: AmpecoDataUpdater: Session API response for user 1821 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1821&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:48] local.INFO: Sessions updated for user 1821. {"count":0} 
[2025-07-17 05:04:50] local.INFO: AmpecoDataUpdater: Session API response for user 1822 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1822&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:50] local.INFO: Sessions updated for user 1822. {"count":0} 
[2025-07-17 05:04:51] local.INFO: AmpecoDataUpdater: Session API response for user 1823 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1823&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:51] local.INFO: Sessions updated for user 1823. {"count":0} 
[2025-07-17 05:04:52] local.INFO: AmpecoDataUpdater: Session API response for user 1824 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1824&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:52] local.INFO: Sessions updated for user 1824. {"count":0} 
[2025-07-17 05:04:53] local.INFO: AmpecoDataUpdater: Session API response for user 1825 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1825&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:53] local.INFO: Sessions updated for user 1825. {"count":0} 
[2025-07-17 05:04:54] local.INFO: AmpecoDataUpdater: Session API response for user 1826 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1826&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:54] local.INFO: Sessions updated for user 1826. {"count":0} 
[2025-07-17 05:04:55] local.INFO: AmpecoDataUpdater: Session API response for user 1827 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1827&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:55] local.INFO: Sessions updated for user 1827. {"count":0} 
[2025-07-17 05:04:56] local.INFO: AmpecoDataUpdater: Session API response for user 1829 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1829&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:56] local.INFO: Sessions updated for user 1829. {"count":0} 
[2025-07-17 05:04:57] local.INFO: AmpecoDataUpdater: Session API response for user 1830 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1830&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:58] local.INFO: Sessions updated for user 1830. {"count":0} 
[2025-07-17 05:04:58] local.INFO: AmpecoDataUpdater: Session API response for user 1831 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1831&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:04:59] local.INFO: Sessions updated for user 1831. {"count":0} 
[2025-07-17 05:04:59] local.INFO: AmpecoDataUpdater: Session API response for user 1832 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:04:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1832&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A04%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:00] local.INFO: Sessions updated for user 1832. {"count":0} 
[2025-07-17 05:05:00] local.INFO: AmpecoDataUpdater: Session API response for user 1833 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1833&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:01] local.INFO: Sessions updated for user 1833. {"count":0} 
[2025-07-17 05:05:02] local.INFO: AmpecoDataUpdater: Session API response for user 1834 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1834&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:02] local.INFO: Sessions updated for user 1834. {"count":0} 
[2025-07-17 05:05:03] local.INFO: AmpecoDataUpdater: Session API response for user 1835 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1835&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:03] local.INFO: Sessions updated for user 1835. {"count":0} 
[2025-07-17 05:05:04] local.INFO: AmpecoDataUpdater: Session API response for user 1836 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1836&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:05] local.INFO: Sessions updated for user 1836. {"count":0} 
[2025-07-17 05:05:06] local.INFO: AmpecoDataUpdater: Session API response for user 1837 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1837&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:06] local.INFO: Sessions updated for user 1837. {"count":0} 
[2025-07-17 05:05:07] local.INFO: AmpecoDataUpdater: Session API response for user 1838 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1838&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:07] local.INFO: Sessions updated for user 1838. {"count":0} 
[2025-07-17 05:05:09] local.INFO: AmpecoDataUpdater: Session API response for user 1839 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1839&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:09] local.INFO: Sessions updated for user 1839. {"count":0} 
[2025-07-17 05:05:10] local.INFO: AmpecoDataUpdater: Session API response for user 1841 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1841&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:10] local.INFO: Sessions updated for user 1841. {"count":0} 
[2025-07-17 05:05:11] local.INFO: AmpecoDataUpdater: Session API response for user 1842 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1842&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:11] local.INFO: Sessions updated for user 1842. {"count":0} 
[2025-07-17 05:05:12] local.INFO: AmpecoDataUpdater: Session API response for user 1843 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1843&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:12] local.INFO: Sessions updated for user 1843. {"count":0} 
[2025-07-17 05:05:13] local.INFO: AmpecoDataUpdater: Session API response for user 1844 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1844&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:13] local.INFO: Sessions updated for user 1844. {"count":0} 
[2025-07-17 05:05:15] local.INFO: AmpecoDataUpdater: Session API response for user 1845 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1845&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:15] local.INFO: Sessions updated for user 1845. {"count":0} 
[2025-07-17 05:05:16] local.INFO: AmpecoDataUpdater: Session API response for user 1846 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1846&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:16] local.INFO: Sessions updated for user 1846. {"count":0} 
[2025-07-17 05:05:19] local.INFO: AmpecoDataUpdater: Session API response for user 1847 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1847&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:19] local.INFO: Sessions updated for user 1847. {"count":0} 
[2025-07-17 05:05:21] local.INFO: AmpecoDataUpdater: Session API response for user 1848 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1848&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:21] local.INFO: Sessions updated for user 1848. {"count":0} 
[2025-07-17 05:05:22] local.INFO: AmpecoDataUpdater: Session API response for user 1849 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1849&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:22] local.INFO: Sessions updated for user 1849. {"count":0} 
[2025-07-17 05:05:23] local.INFO: AmpecoDataUpdater: Session API response for user 1850 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1850&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:23] local.INFO: Sessions updated for user 1850. {"count":0} 
[2025-07-17 05:05:24] local.INFO: AmpecoDataUpdater: Session API response for user 1851 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1851&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:24] local.INFO: Sessions updated for user 1851. {"count":0} 
[2025-07-17 05:05:25] local.INFO: AmpecoDataUpdater: Session API response for user 1852 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1852&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:25] local.INFO: Sessions updated for user 1852. {"count":0} 
[2025-07-17 05:05:26] local.INFO: AmpecoDataUpdater: Session API response for user 1854 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1854&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:26] local.INFO: Sessions updated for user 1854. {"count":0} 
[2025-07-17 05:05:27] local.INFO: AmpecoDataUpdater: Session API response for user 1855 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1855&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:27] local.INFO: Sessions updated for user 1855. {"count":0} 
[2025-07-17 05:05:29] local.INFO: AmpecoDataUpdater: Session API response for user 1856 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1856&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:29] local.INFO: Sessions updated for user 1856. {"count":0} 
[2025-07-17 05:05:30] local.INFO: AmpecoDataUpdater: Session API response for user 1857 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1857&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:31] local.INFO: Sessions updated for user 1857. {"count":0} 
[2025-07-17 05:05:32] local.INFO: AmpecoDataUpdater: Session API response for user 1858 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1858&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:32] local.INFO: Sessions updated for user 1858. {"count":0} 
[2025-07-17 05:05:33] local.INFO: AmpecoDataUpdater: Session API response for user 1859 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1859&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:33] local.INFO: Sessions updated for user 1859. {"count":0} 
[2025-07-17 05:05:34] local.INFO: AmpecoDataUpdater: Session API response for user 1860 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1860&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:34] local.INFO: Sessions updated for user 1860. {"count":0} 
[2025-07-17 05:05:35] local.INFO: AmpecoDataUpdater: Session API response for user 1861 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1861&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:36] local.INFO: Sessions updated for user 1861. {"count":0} 
[2025-07-17 05:05:37] local.INFO: AmpecoDataUpdater: Session API response for user 1862 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1862&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:37] local.INFO: Sessions updated for user 1862. {"count":0} 
[2025-07-17 05:05:38] local.INFO: AmpecoDataUpdater: Session API response for user 1863 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1863&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:38] local.INFO: Sessions updated for user 1863. {"count":0} 
[2025-07-17 05:05:39] local.INFO: AmpecoDataUpdater: Session API response for user 1864 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1864&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:39] local.INFO: Sessions updated for user 1864. {"count":0} 
[2025-07-17 05:05:39] local.INFO: AmpecoDataUpdater: Session API response for user 1865 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1865&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:39] local.INFO: Sessions updated for user 1865. {"count":0} 
[2025-07-17 05:05:40] local.INFO: AmpecoDataUpdater: Session API response for user 1866 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1866&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:40] local.INFO: Sessions updated for user 1866. {"count":0} 
[2025-07-17 05:05:41] local.INFO: AmpecoDataUpdater: Session API response for user 1867 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1867&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:41] local.INFO: Sessions updated for user 1867. {"count":0} 
[2025-07-17 05:05:42] local.INFO: AmpecoDataUpdater: Session API response for user 1868 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1868&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:42] local.INFO: Sessions updated for user 1868. {"count":0} 
[2025-07-17 05:05:42] local.INFO: AmpecoDataUpdater: Session API response for user 1869 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1869&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:43] local.INFO: Sessions updated for user 1869. {"count":0} 
[2025-07-17 05:05:43] local.INFO: AmpecoDataUpdater: Session API response for user 1870 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1870&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:43] local.INFO: Sessions updated for user 1870. {"count":0} 
[2025-07-17 05:05:44] local.INFO: AmpecoDataUpdater: Session API response for user 1871 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1871&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:44] local.INFO: Sessions updated for user 1871. {"count":0} 
[2025-07-17 05:05:45] local.INFO: AmpecoDataUpdater: Session API response for user 1872 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1872&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:45] local.INFO: Sessions updated for user 1872. {"count":0} 
[2025-07-17 05:05:46] local.INFO: AmpecoDataUpdater: Session API response for user 1875 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1875&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:46] local.INFO: Sessions updated for user 1875. {"count":0} 
[2025-07-17 05:05:46] local.INFO: AmpecoDataUpdater: Session API response for user 1876 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1876&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:46] local.INFO: Sessions updated for user 1876. {"count":0} 
[2025-07-17 05:05:47] local.INFO: AmpecoDataUpdater: Session API response for user 1877 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1877&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:47] local.INFO: Sessions updated for user 1877. {"count":0} 
[2025-07-17 05:05:48] local.INFO: AmpecoDataUpdater: Session API response for user 1878 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1878&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:48] local.INFO: Sessions updated for user 1878. {"count":0} 
[2025-07-17 05:05:49] local.INFO: AmpecoDataUpdater: Session API response for user 1879 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1879&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:49] local.INFO: Sessions updated for user 1879. {"count":0} 
[2025-07-17 05:05:50] local.INFO: AmpecoDataUpdater: Session API response for user 1880 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1880&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:50] local.INFO: Sessions updated for user 1880. {"count":0} 
[2025-07-17 05:05:51] local.INFO: AmpecoDataUpdater: Session API response for user 1881 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1881&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:51] local.INFO: Sessions updated for user 1881. {"count":0} 
[2025-07-17 05:05:52] local.INFO: AmpecoDataUpdater: Session API response for user 1882 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1882&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:52] local.INFO: Sessions updated for user 1882. {"count":0} 
[2025-07-17 05:05:53] local.INFO: AmpecoDataUpdater: Session API response for user 1883 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1883&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:53] local.INFO: Sessions updated for user 1883. {"count":0} 
[2025-07-17 05:05:54] local.INFO: AmpecoDataUpdater: Session API response for user 1884 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1884&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:54] local.INFO: Sessions updated for user 1884. {"count":0} 
[2025-07-17 05:05:55] local.INFO: AmpecoDataUpdater: Session API response for user 1885 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1885&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:55] local.INFO: Sessions updated for user 1885. {"count":0} 
[2025-07-17 05:05:55] local.INFO: AmpecoDataUpdater: Session API response for user 1886 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1886&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:55] local.INFO: Sessions updated for user 1886. {"count":0} 
[2025-07-17 05:05:56] local.INFO: AmpecoDataUpdater: Session API response for user 1887 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1887&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:56] local.INFO: Sessions updated for user 1887. {"count":0} 
[2025-07-17 05:05:57] local.INFO: AmpecoDataUpdater: Session API response for user 1888 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1888&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:57] local.INFO: Sessions updated for user 1888. {"count":0} 
[2025-07-17 05:05:58] local.INFO: AmpecoDataUpdater: Session API response for user 1889 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1889&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:58] local.INFO: Sessions updated for user 1889. {"count":0} 
[2025-07-17 05:05:59] local.INFO: AmpecoDataUpdater: Session API response for user 1891 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1891&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:05:59] local.INFO: Sessions updated for user 1891. {"count":0} 
[2025-07-17 05:05:59] local.INFO: AmpecoDataUpdater: Session API response for user 1892 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:05:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1892&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A05%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:00] local.INFO: Sessions updated for user 1892. {"count":0} 
[2025-07-17 05:06:00] local.INFO: AmpecoDataUpdater: Session API response for user 1893 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1893&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:00] local.INFO: Sessions updated for user 1893. {"count":0} 
[2025-07-17 05:06:01] local.INFO: AmpecoDataUpdater: Session API response for user 1894 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1894&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:01] local.INFO: Sessions updated for user 1894. {"count":0} 
[2025-07-17 05:06:02] local.INFO: AmpecoDataUpdater: Session API response for user 1895 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1895&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:02] local.INFO: Sessions updated for user 1895. {"count":0} 
[2025-07-17 05:06:03] local.INFO: AmpecoDataUpdater: Session API response for user 1896 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1896&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:03] local.INFO: Sessions updated for user 1896. {"count":0} 
[2025-07-17 05:06:04] local.INFO: AmpecoDataUpdater: Session API response for user 1897 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1897&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:04] local.INFO: Sessions updated for user 1897. {"count":0} 
[2025-07-17 05:06:05] local.INFO: AmpecoDataUpdater: Session API response for user 1898 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1898&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:05] local.INFO: Sessions updated for user 1898. {"count":0} 
[2025-07-17 05:06:07] local.INFO: AmpecoDataUpdater: Session API response for user 1899 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1899&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:07] local.INFO: Sessions updated for user 1899. {"count":0} 
[2025-07-17 05:06:08] local.INFO: AmpecoDataUpdater: Session API response for user 1900 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1900&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:08] local.INFO: Sessions updated for user 1900. {"count":0} 
[2025-07-17 05:06:09] local.INFO: AmpecoDataUpdater: Session API response for user 1901 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1901&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:10] local.INFO: Sessions updated for user 1901. {"count":0} 
[2025-07-17 05:06:10] local.INFO: AmpecoDataUpdater: Session API response for user 1902 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1902&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:11] local.INFO: Sessions updated for user 1902. {"count":0} 
[2025-07-17 05:06:11] local.INFO: AmpecoDataUpdater: Session API response for user 1903 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1903&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:11] local.INFO: Sessions updated for user 1903. {"count":0} 
[2025-07-17 05:06:12] local.INFO: AmpecoDataUpdater: Session API response for user 1904 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1904&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:12] local.INFO: Sessions updated for user 1904. {"count":0} 
[2025-07-17 05:06:13] local.INFO: AmpecoDataUpdater: Session API response for user 1905 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1905&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:13] local.INFO: Sessions updated for user 1905. {"count":0} 
[2025-07-17 05:06:14] local.INFO: AmpecoDataUpdater: Session API response for user 1906 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1906&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:14] local.INFO: Sessions updated for user 1906. {"count":0} 
[2025-07-17 05:06:16] local.INFO: AmpecoDataUpdater: Session API response for user 1907 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1907&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:16] local.INFO: Sessions updated for user 1907. {"count":0} 
[2025-07-17 05:06:17] local.INFO: AmpecoDataUpdater: Session API response for user 1908 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1908&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:17] local.INFO: Sessions updated for user 1908. {"count":0} 
[2025-07-17 05:06:18] local.INFO: AmpecoDataUpdater: Session API response for user 1909 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1909&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:18] local.INFO: Sessions updated for user 1909. {"count":0} 
[2025-07-17 05:06:19] local.INFO: AmpecoDataUpdater: Session API response for user 1910 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1910&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:19] local.INFO: Sessions updated for user 1910. {"count":0} 
[2025-07-17 05:06:20] local.INFO: AmpecoDataUpdater: Session API response for user 1911 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1911&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:20] local.INFO: Sessions updated for user 1911. {"count":0} 
[2025-07-17 05:06:21] local.INFO: AmpecoDataUpdater: Session API response for user 1913 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1913&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:21] local.INFO: Sessions updated for user 1913. {"count":0} 
[2025-07-17 05:06:23] local.INFO: AmpecoDataUpdater: Session API response for user 1914 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1914&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:23] local.INFO: Sessions updated for user 1914. {"count":0} 
[2025-07-17 05:06:23] local.INFO: AmpecoDataUpdater: Session API response for user 1915 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1915&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:24] local.INFO: Sessions updated for user 1915. {"count":0} 
[2025-07-17 05:06:25] local.INFO: AmpecoDataUpdater: Session API response for user 1916 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1916&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:25] local.INFO: Sessions updated for user 1916. {"count":0} 
[2025-07-17 05:06:26] local.INFO: AmpecoDataUpdater: Session API response for user 1917 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1917&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:26] local.INFO: Sessions updated for user 1917. {"count":0} 
[2025-07-17 05:06:27] local.INFO: AmpecoDataUpdater: Session API response for user 1918 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1918&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:27] local.INFO: Sessions updated for user 1918. {"count":0} 
[2025-07-17 05:06:28] local.INFO: AmpecoDataUpdater: Session API response for user 1919 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1919&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:28] local.INFO: Sessions updated for user 1919. {"count":0} 
[2025-07-17 05:06:29] local.INFO: AmpecoDataUpdater: Session API response for user 1920 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1920&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:29] local.INFO: Sessions updated for user 1920. {"count":0} 
[2025-07-17 05:06:30] local.INFO: AmpecoDataUpdater: Session API response for user 1921 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1921&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:30] local.INFO: Sessions updated for user 1921. {"count":0} 
[2025-07-17 05:06:31] local.INFO: AmpecoDataUpdater: Session API response for user 1922 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1922&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:31] local.INFO: Sessions updated for user 1922. {"count":0} 
[2025-07-17 05:06:31] local.INFO: AmpecoDataUpdater: Session API response for user 1923 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1923&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:31] local.INFO: Sessions updated for user 1923. {"count":0} 
[2025-07-17 05:06:32] local.INFO: AmpecoDataUpdater: Session API response for user 1924 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1924&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:32] local.INFO: Sessions updated for user 1924. {"count":0} 
[2025-07-17 05:06:33] local.INFO: AmpecoDataUpdater: Session API response for user 1925 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1925&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:33] local.INFO: Sessions updated for user 1925. {"count":0} 
[2025-07-17 05:06:34] local.INFO: AmpecoDataUpdater: Session API response for user 1926 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1926&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:34] local.INFO: Sessions updated for user 1926. {"count":0} 
[2025-07-17 05:06:35] local.INFO: AmpecoDataUpdater: Session API response for user 1927 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1927&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:35] local.INFO: Sessions updated for user 1927. {"count":0} 
[2025-07-17 05:06:36] local.INFO: AmpecoDataUpdater: Session API response for user 1928 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1928&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:36] local.INFO: Sessions updated for user 1928. {"count":0} 
[2025-07-17 05:06:37] local.INFO: AmpecoDataUpdater: Session API response for user 1929 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1929&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:37] local.INFO: Sessions updated for user 1929. {"count":0} 
[2025-07-17 05:06:37] local.INFO: AmpecoDataUpdater: Session API response for user 1930 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1930&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:37] local.INFO: Sessions updated for user 1930. {"count":0} 
[2025-07-17 05:06:38] local.INFO: AmpecoDataUpdater: Session API response for user 1931 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1931&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:38] local.INFO: Sessions updated for user 1931. {"count":0} 
[2025-07-17 05:06:39] local.INFO: AmpecoDataUpdater: Session API response for user 1932 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1932&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:39] local.INFO: Sessions updated for user 1932. {"count":0} 
[2025-07-17 05:06:40] local.INFO: AmpecoDataUpdater: Session API response for user 1933 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1933&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:40] local.INFO: Sessions updated for user 1933. {"count":0} 
[2025-07-17 05:06:41] local.INFO: AmpecoDataUpdater: Session API response for user 1934 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1934&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:41] local.INFO: Sessions updated for user 1934. {"count":0} 
[2025-07-17 05:06:42] local.INFO: AmpecoDataUpdater: Session API response for user 1935 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1935&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:42] local.INFO: Sessions updated for user 1935. {"count":0} 
[2025-07-17 05:06:43] local.INFO: AmpecoDataUpdater: Session API response for user 1936 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1936&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:43] local.INFO: Sessions updated for user 1936. {"count":0} 
[2025-07-17 05:06:44] local.INFO: AmpecoDataUpdater: Session API response for user 1937 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1937&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:44] local.INFO: Sessions updated for user 1937. {"count":0} 
[2025-07-17 05:06:44] local.INFO: AmpecoDataUpdater: Session API response for user 1938 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1938&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:45] local.INFO: Sessions updated for user 1938. {"count":0} 
[2025-07-17 05:06:45] local.INFO: AmpecoDataUpdater: Session API response for user 1939 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1939&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:45] local.INFO: Sessions updated for user 1939. {"count":0} 
[2025-07-17 05:06:46] local.INFO: AmpecoDataUpdater: Session API response for user 1940 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1940&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:46] local.INFO: Sessions updated for user 1940. {"count":0} 
[2025-07-17 05:06:47] local.INFO: AmpecoDataUpdater: Session API response for user 1941 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1941&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:47] local.INFO: Sessions updated for user 1941. {"count":0} 
[2025-07-17 05:06:48] local.INFO: AmpecoDataUpdater: Session API response for user 1942 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1942&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:48] local.INFO: Sessions updated for user 1942. {"count":0} 
[2025-07-17 05:06:49] local.INFO: AmpecoDataUpdater: Session API response for user 1943 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1943&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:49] local.INFO: Sessions updated for user 1943. {"count":0} 
[2025-07-17 05:06:50] local.INFO: AmpecoDataUpdater: Session API response for user 1944 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1944&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:50] local.INFO: Sessions updated for user 1944. {"count":0} 
[2025-07-17 05:06:51] local.INFO: AmpecoDataUpdater: Session API response for user 1945 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1945&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:51] local.INFO: Sessions updated for user 1945. {"count":0} 
[2025-07-17 05:06:52] local.INFO: AmpecoDataUpdater: Session API response for user 1946 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1946&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:52] local.INFO: Sessions updated for user 1946. {"count":0} 
[2025-07-17 05:06:53] local.INFO: AmpecoDataUpdater: Session API response for user 1947 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1947&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:53] local.INFO: Sessions updated for user 1947. {"count":0} 
[2025-07-17 05:06:53] local.INFO: AmpecoDataUpdater: Session API response for user 1948 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1948&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:54] local.INFO: Sessions updated for user 1948. {"count":0} 
[2025-07-17 05:06:54] local.INFO: AmpecoDataUpdater: Session API response for user 1949 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1949&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:54] local.INFO: Sessions updated for user 1949. {"count":0} 
[2025-07-17 05:06:55] local.INFO: AmpecoDataUpdater: Session API response for user 1950 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1950&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:55] local.INFO: Sessions updated for user 1950. {"count":0} 
[2025-07-17 05:06:56] local.INFO: AmpecoDataUpdater: Session API response for user 1951 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1951&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:56] local.INFO: Sessions updated for user 1951. {"count":0} 
[2025-07-17 05:06:57] local.INFO: AmpecoDataUpdater: Session API response for user 1952 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1952&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:57] local.INFO: Sessions updated for user 1952. {"count":0} 
[2025-07-17 05:06:58] local.INFO: AmpecoDataUpdater: Session API response for user 1953 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1953&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:58] local.INFO: Sessions updated for user 1953. {"count":0} 
[2025-07-17 05:06:59] local.INFO: AmpecoDataUpdater: Session API response for user 1954 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1954&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:06:59] local.INFO: Sessions updated for user 1954. {"count":0} 
[2025-07-17 05:07:01] local.INFO: AmpecoDataUpdater: Session API response for user 1955 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:06:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1955&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A06%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:01] local.INFO: Sessions updated for user 1955. {"count":0} 
[2025-07-17 05:07:02] local.INFO: AmpecoDataUpdater: Session API response for user 1956 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1956&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:02] local.INFO: Sessions updated for user 1956. {"count":0} 
[2025-07-17 05:07:02] local.INFO: AmpecoDataUpdater: Session API response for user 1957 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1957&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:02] local.INFO: Sessions updated for user 1957. {"count":0} 
[2025-07-17 05:07:03] local.INFO: AmpecoDataUpdater: Session API response for user 1958 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1958&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:03] local.INFO: Sessions updated for user 1958. {"count":0} 
[2025-07-17 05:07:04] local.INFO: AmpecoDataUpdater: Session API response for user 1959 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1959&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:04] local.INFO: Sessions updated for user 1959. {"count":0} 
[2025-07-17 05:07:05] local.INFO: AmpecoDataUpdater: Session API response for user 1960 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1960&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:05] local.INFO: Sessions updated for user 1960. {"count":0} 
[2025-07-17 05:07:06] local.INFO: AmpecoDataUpdater: Session API response for user 1961 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1961&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:06] local.INFO: Sessions updated for user 1961. {"count":0} 
[2025-07-17 05:07:07] local.INFO: AmpecoDataUpdater: Session API response for user 1962 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1962&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:07] local.INFO: Sessions updated for user 1962. {"count":0} 
[2025-07-17 05:07:08] local.INFO: AmpecoDataUpdater: Session API response for user 1963 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1963&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:08] local.INFO: Sessions updated for user 1963. {"count":0} 
[2025-07-17 05:07:09] local.INFO: AmpecoDataUpdater: Session API response for user 1965 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1965&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:09] local.INFO: Sessions updated for user 1965. {"count":0} 
[2025-07-17 05:07:10] local.INFO: AmpecoDataUpdater: Session API response for user 1966 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1966&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:10] local.INFO: Sessions updated for user 1966. {"count":0} 
[2025-07-17 05:07:11] local.INFO: AmpecoDataUpdater: Session API response for user 1967 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1967&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:11] local.INFO: Sessions updated for user 1967. {"count":0} 
[2025-07-17 05:07:12] local.INFO: AmpecoDataUpdater: Session API response for user 1968 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1968&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:12] local.INFO: Sessions updated for user 1968. {"count":0} 
[2025-07-17 05:07:13] local.INFO: AmpecoDataUpdater: Session API response for user 1969 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1969&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:13] local.INFO: Sessions updated for user 1969. {"count":0} 
[2025-07-17 05:07:14] local.INFO: AmpecoDataUpdater: Session API response for user 1970 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1970&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:14] local.INFO: Sessions updated for user 1970. {"count":0} 
[2025-07-17 05:07:15] local.INFO: AmpecoDataUpdater: Session API response for user 1971 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1971&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:15] local.INFO: Sessions updated for user 1971. {"count":0} 
[2025-07-17 05:07:16] local.INFO: AmpecoDataUpdater: Session API response for user 1973 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1973&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:16] local.INFO: Sessions updated for user 1973. {"count":0} 
[2025-07-17 05:07:17] local.INFO: AmpecoDataUpdater: Session API response for user 1974 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1974&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:17] local.INFO: Sessions updated for user 1974. {"count":0} 
[2025-07-17 05:07:18] local.INFO: AmpecoDataUpdater: Session API response for user 1975 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1975&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:19] local.INFO: Sessions updated for user 1975. {"count":0} 
[2025-07-17 05:07:19] local.INFO: AmpecoDataUpdater: Session API response for user 1976 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1976&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:20] local.INFO: Sessions updated for user 1976. {"count":0} 
[2025-07-17 05:07:20] local.INFO: AmpecoDataUpdater: Session API response for user 1977 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1977&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:21] local.INFO: Sessions updated for user 1977. {"count":0} 
[2025-07-17 05:07:22] local.INFO: AmpecoDataUpdater: Session API response for user 1978 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1978&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:22] local.INFO: Sessions updated for user 1978. {"count":0} 
[2025-07-17 05:07:23] local.INFO: AmpecoDataUpdater: Session API response for user 1979 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1979&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:23] local.INFO: Sessions updated for user 1979. {"count":0} 
[2025-07-17 05:07:24] local.INFO: AmpecoDataUpdater: Session API response for user 1980 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1980&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:24] local.INFO: Sessions updated for user 1980. {"count":0} 
[2025-07-17 05:07:25] local.INFO: AmpecoDataUpdater: Session API response for user 1981 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1981&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:25] local.INFO: Sessions updated for user 1981. {"count":0} 
[2025-07-17 05:07:26] local.INFO: AmpecoDataUpdater: Session API response for user 1982 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1982&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:26] local.INFO: Sessions updated for user 1982. {"count":0} 
[2025-07-17 05:07:27] local.INFO: AmpecoDataUpdater: Session API response for user 1983 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1983&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:27] local.INFO: Sessions updated for user 1983. {"count":0} 
[2025-07-17 05:07:28] local.INFO: AmpecoDataUpdater: Session API response for user 1985 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1985&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:28] local.INFO: Sessions updated for user 1985. {"count":0} 
[2025-07-17 05:07:29] local.INFO: AmpecoDataUpdater: Session API response for user 1986 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1986&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:29] local.INFO: Sessions updated for user 1986. {"count":0} 
[2025-07-17 05:07:30] local.INFO: AmpecoDataUpdater: Session API response for user 1987 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1987&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:30] local.INFO: Sessions updated for user 1987. {"count":0} 
[2025-07-17 05:07:31] local.INFO: AmpecoDataUpdater: Session API response for user 1988 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1988&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:31] local.INFO: Sessions updated for user 1988. {"count":0} 
[2025-07-17 05:07:32] local.INFO: AmpecoDataUpdater: Session API response for user 1993 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1993&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:32] local.INFO: Sessions updated for user 1993. {"count":0} 
[2025-07-17 05:07:34] local.INFO: AmpecoDataUpdater: Session API response for user 1994 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1994&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:34] local.INFO: Sessions updated for user 1994. {"count":0} 
[2025-07-17 05:07:35] local.INFO: AmpecoDataUpdater: Session API response for user 1995 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1995&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:35] local.INFO: Sessions updated for user 1995. {"count":0} 
[2025-07-17 05:07:36] local.INFO: AmpecoDataUpdater: Session API response for user 1997 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1997&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:36] local.INFO: Sessions updated for user 1997. {"count":0} 
[2025-07-17 05:07:37] local.INFO: AmpecoDataUpdater: Session API response for user 1998 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1998&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:37] local.INFO: Sessions updated for user 1998. {"count":0} 
[2025-07-17 05:07:38] local.INFO: AmpecoDataUpdater: Session API response for user 1999 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1999&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:38] local.INFO: Sessions updated for user 1999. {"count":0} 
[2025-07-17 05:07:39] local.INFO: AmpecoDataUpdater: Session API response for user 2000 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2000&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:39] local.INFO: Sessions updated for user 2000. {"count":0} 
[2025-07-17 05:07:40] local.INFO: AmpecoDataUpdater: Session API response for user 2001 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2001&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:40] local.INFO: Sessions updated for user 2001. {"count":0} 
[2025-07-17 05:07:40] local.INFO: AmpecoDataUpdater: Session API response for user 2002 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2002&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:40] local.INFO: Sessions updated for user 2002. {"count":0} 
[2025-07-17 05:07:41] local.INFO: AmpecoDataUpdater: Session API response for user 2003 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2003&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:41] local.INFO: Sessions updated for user 2003. {"count":0} 
[2025-07-17 05:07:42] local.INFO: AmpecoDataUpdater: Session API response for user 2004 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2004&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:42] local.INFO: Sessions updated for user 2004. {"count":0} 
[2025-07-17 05:07:43] local.INFO: AmpecoDataUpdater: Session API response for user 2005 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2005&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:43] local.INFO: Sessions updated for user 2005. {"count":0} 
[2025-07-17 05:07:44] local.INFO: AmpecoDataUpdater: Session API response for user 2006 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2006&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:44] local.INFO: Sessions updated for user 2006. {"count":0} 
[2025-07-17 05:07:44] local.INFO: AmpecoDataUpdater: Session API response for user 2007 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2007&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:44] local.INFO: Sessions updated for user 2007. {"count":0} 
[2025-07-17 05:07:45] local.INFO: AmpecoDataUpdater: Session API response for user 2008 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2008&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:45] local.INFO: Sessions updated for user 2008. {"count":0} 
[2025-07-17 05:07:46] local.INFO: AmpecoDataUpdater: Session API response for user 2009 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2009&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:46] local.INFO: Sessions updated for user 2009. {"count":0} 
[2025-07-17 05:07:47] local.INFO: AmpecoDataUpdater: Session API response for user 2010 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2010&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:47] local.INFO: Sessions updated for user 2010. {"count":0} 
[2025-07-17 05:07:48] local.INFO: AmpecoDataUpdater: Session API response for user 2011 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2011&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:48] local.INFO: Sessions updated for user 2011. {"count":0} 
[2025-07-17 05:07:48] local.INFO: AmpecoDataUpdater: Session API response for user 2012 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2012&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:49] local.INFO: Sessions updated for user 2012. {"count":0} 
[2025-07-17 05:07:49] local.INFO: AmpecoDataUpdater: Session API response for user 2013 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2013&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:50] local.INFO: Sessions updated for user 2013. {"count":0} 
[2025-07-17 05:07:50] local.INFO: AmpecoDataUpdater: Session API response for user 2014 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2014&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:51] local.INFO: Sessions updated for user 2014. {"count":0} 
[2025-07-17 05:07:51] local.INFO: AmpecoDataUpdater: Session API response for user 2015 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2015&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:51] local.INFO: Sessions updated for user 2015. {"count":0} 
[2025-07-17 05:07:52] local.INFO: AmpecoDataUpdater: Session API response for user 2016 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2016&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:52] local.INFO: Sessions updated for user 2016. {"count":0} 
[2025-07-17 05:07:53] local.INFO: AmpecoDataUpdater: Session API response for user 2017 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2017&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:53] local.INFO: Sessions updated for user 2017. {"count":0} 
[2025-07-17 05:07:54] local.INFO: AmpecoDataUpdater: Session API response for user 2018 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2018&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:54] local.INFO: Sessions updated for user 2018. {"count":0} 
[2025-07-17 05:07:55] local.INFO: AmpecoDataUpdater: Session API response for user 2019 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2019&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:55] local.INFO: Sessions updated for user 2019. {"count":0} 
[2025-07-17 05:07:55] local.INFO: AmpecoDataUpdater: Session API response for user 2020 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2020&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:55] local.INFO: Sessions updated for user 2020. {"count":0} 
[2025-07-17 05:07:56] local.INFO: AmpecoDataUpdater: Session API response for user 2021 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2021&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:56] local.INFO: Sessions updated for user 2021. {"count":0} 
[2025-07-17 05:07:57] local.INFO: AmpecoDataUpdater: Session API response for user 2022 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2022&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:57] local.INFO: Sessions updated for user 2022. {"count":0} 
[2025-07-17 05:07:58] local.INFO: AmpecoDataUpdater: Session API response for user 2023 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2023&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:58] local.INFO: Sessions updated for user 2023. {"count":0} 
[2025-07-17 05:07:59] local.INFO: AmpecoDataUpdater: Session API response for user 2024 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2024&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:07:59] local.INFO: Sessions updated for user 2024. {"count":0} 
[2025-07-17 05:08:00] local.INFO: AmpecoDataUpdater: Session API response for user 2025 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:07:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2025&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A07%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:00] local.INFO: Sessions updated for user 2025. {"count":0} 
[2025-07-17 05:08:01] local.INFO: AmpecoDataUpdater: Session API response for user 2026 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2026&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:01] local.INFO: Sessions updated for user 2026. {"count":0} 
[2025-07-17 05:08:02] local.INFO: AmpecoDataUpdater: Session API response for user 2027 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2027&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:02] local.INFO: Sessions updated for user 2027. {"count":0} 
[2025-07-17 05:08:03] local.INFO: AmpecoDataUpdater: Session API response for user 2028 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2028&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:03] local.INFO: Sessions updated for user 2028. {"count":0} 
[2025-07-17 05:08:03] local.INFO: AmpecoDataUpdater: Session API response for user 2029 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2029&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:04] local.INFO: Sessions updated for user 2029. {"count":0} 
[2025-07-17 05:08:04] local.INFO: AmpecoDataUpdater: Session API response for user 2031 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2031&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:04] local.INFO: Sessions updated for user 2031. {"count":0} 
[2025-07-17 05:08:05] local.INFO: AmpecoDataUpdater: Session API response for user 2033 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2033&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:05] local.INFO: Sessions updated for user 2033. {"count":0} 
[2025-07-17 05:08:08] local.INFO: AmpecoDataUpdater: Session API response for user 2034 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2034&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:08] local.INFO: Sessions updated for user 2034. {"count":0} 
[2025-07-17 05:08:09] local.INFO: AmpecoDataUpdater: Session API response for user 2035 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2035&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:09] local.INFO: Sessions updated for user 2035. {"count":0} 
[2025-07-17 05:08:10] local.INFO: AmpecoDataUpdater: Session API response for user 2036 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2036&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:10] local.INFO: Sessions updated for user 2036. {"count":0} 
[2025-07-17 05:08:11] local.INFO: AmpecoDataUpdater: Session API response for user 2037 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2037&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:11] local.INFO: Sessions updated for user 2037. {"count":0} 
[2025-07-17 05:08:11] local.INFO: AmpecoDataUpdater: Session API response for user 2038 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2038&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:11] local.INFO: Sessions updated for user 2038. {"count":0} 
[2025-07-17 05:08:12] local.INFO: AmpecoDataUpdater: Session API response for user 2040 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2040&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:12] local.INFO: Sessions updated for user 2040. {"count":0} 
[2025-07-17 05:08:13] local.INFO: AmpecoDataUpdater: Session API response for user 2041 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2041&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:13] local.INFO: Sessions updated for user 2041. {"count":0} 
[2025-07-17 05:08:14] local.INFO: AmpecoDataUpdater: Session API response for user 2042 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2042&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:14] local.INFO: Sessions updated for user 2042. {"count":0} 
[2025-07-17 05:08:15] local.INFO: AmpecoDataUpdater: Session API response for user 2043 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2043&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:15] local.INFO: Sessions updated for user 2043. {"count":0} 
[2025-07-17 05:08:16] local.INFO: AmpecoDataUpdater: Session API response for user 2044 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2044&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:16] local.INFO: Sessions updated for user 2044. {"count":0} 
[2025-07-17 05:08:16] local.INFO: AmpecoDataUpdater: Session API response for user 2045 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2045&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:16] local.INFO: Sessions updated for user 2045. {"count":0} 
[2025-07-17 05:08:17] local.INFO: AmpecoDataUpdater: Session API response for user 2046 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2046&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:17] local.INFO: Sessions updated for user 2046. {"count":0} 
[2025-07-17 05:08:18] local.INFO: AmpecoDataUpdater: Session API response for user 2048 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2048&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:18] local.INFO: Sessions updated for user 2048. {"count":0} 
[2025-07-17 05:08:19] local.INFO: AmpecoDataUpdater: Session API response for user 2049 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2049&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:19] local.INFO: Sessions updated for user 2049. {"count":0} 
[2025-07-17 05:08:20] local.INFO: AmpecoDataUpdater: Session API response for user 2050 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2050&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:20] local.INFO: Sessions updated for user 2050. {"count":0} 
[2025-07-17 05:08:21] local.INFO: AmpecoDataUpdater: Session API response for user 2052 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2052&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:21] local.INFO: Sessions updated for user 2052. {"count":0} 
[2025-07-17 05:08:22] local.INFO: AmpecoDataUpdater: Session API response for user 2053 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2053&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:22] local.INFO: Sessions updated for user 2053. {"count":0} 
[2025-07-17 05:08:23] local.INFO: AmpecoDataUpdater: Session API response for user 2054 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2054&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:23] local.INFO: Sessions updated for user 2054. {"count":0} 
[2025-07-17 05:08:24] local.INFO: AmpecoDataUpdater: Session API response for user 2055 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2055&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:24] local.INFO: Sessions updated for user 2055. {"count":0} 
[2025-07-17 05:08:25] local.INFO: AmpecoDataUpdater: Session API response for user 2056 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2056&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:25] local.INFO: Sessions updated for user 2056. {"count":0} 
[2025-07-17 05:08:26] local.INFO: AmpecoDataUpdater: Session API response for user 2057 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2057&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:26] local.INFO: Sessions updated for user 2057. {"count":0} 
[2025-07-17 05:08:27] local.INFO: AmpecoDataUpdater: Session API response for user 2058 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2058&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:27] local.INFO: Sessions updated for user 2058. {"count":0} 
[2025-07-17 05:08:28] local.INFO: AmpecoDataUpdater: Session API response for user 2062 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2062&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:28] local.INFO: Sessions updated for user 2062. {"count":0} 
[2025-07-17 05:08:28] local.INFO: AmpecoDataUpdater: Session API response for user 2067 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2067&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:28] local.INFO: Sessions updated for user 2067. {"count":0} 
[2025-07-17 05:08:29] local.INFO: AmpecoDataUpdater: Session API response for user 2069 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2069&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:29] local.INFO: Sessions updated for user 2069. {"count":0} 
[2025-07-17 05:08:30] local.INFO: AmpecoDataUpdater: Session API response for user 2070 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2070&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:30] local.INFO: Sessions updated for user 2070. {"count":0} 
[2025-07-17 05:08:31] local.INFO: AmpecoDataUpdater: Session API response for user 2072 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2072&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:31] local.INFO: Sessions updated for user 2072. {"count":0} 
[2025-07-17 05:08:32] local.INFO: AmpecoDataUpdater: Session API response for user 2077 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2077&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:32] local.INFO: Sessions updated for user 2077. {"count":0} 
[2025-07-17 05:08:33] local.INFO: AmpecoDataUpdater: Session API response for user 2078 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2078&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:33] local.INFO: Sessions updated for user 2078. {"count":0} 
[2025-07-17 05:08:34] local.INFO: AmpecoDataUpdater: Session API response for user 2083 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2083&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:34] local.INFO: Sessions updated for user 2083. {"count":0} 
[2025-07-17 05:08:35] local.INFO: AmpecoDataUpdater: Session API response for user 2084 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2084&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:35] local.INFO: Sessions updated for user 2084. {"count":0} 
[2025-07-17 05:08:35] local.INFO: AmpecoDataUpdater: Session API response for user 2090 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2090&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:35] local.INFO: Sessions updated for user 2090. {"count":0} 
[2025-07-17 05:08:36] local.INFO: AmpecoDataUpdater: Session API response for user 2092 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2092&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:36] local.INFO: Sessions updated for user 2092. {"count":0} 
[2025-07-17 05:08:37] local.INFO: AmpecoDataUpdater: Session API response for user 2093 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2093&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:37] local.INFO: Sessions updated for user 2093. {"count":0} 
[2025-07-17 05:08:38] local.INFO: AmpecoDataUpdater: Session API response for user 2094 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2094&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:38] local.INFO: Sessions updated for user 2094. {"count":0} 
[2025-07-17 05:08:39] local.INFO: AmpecoDataUpdater: Session API response for user 2096 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2096&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:39] local.INFO: Sessions updated for user 2096. {"count":0} 
[2025-07-17 05:08:40] local.INFO: AmpecoDataUpdater: Session API response for user 2097 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2097&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:40] local.INFO: Sessions updated for user 2097. {"count":0} 
[2025-07-17 05:08:41] local.INFO: AmpecoDataUpdater: Session API response for user 2098 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2098&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:41] local.INFO: Sessions updated for user 2098. {"count":0} 
[2025-07-17 05:08:42] local.INFO: AmpecoDataUpdater: Session API response for user 2099 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2099&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:42] local.INFO: Sessions updated for user 2099. {"count":0} 
[2025-07-17 05:08:44] local.INFO: AmpecoDataUpdater: Session API response for user 2100 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2100&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:44] local.INFO: Sessions updated for user 2100. {"count":0} 
[2025-07-17 05:08:45] local.INFO: AmpecoDataUpdater: Session API response for user 2101 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2101&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:45] local.INFO: Sessions updated for user 2101. {"count":0} 
[2025-07-17 05:08:46] local.INFO: AmpecoDataUpdater: Session API response for user 2103 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2103&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:46] local.INFO: Sessions updated for user 2103. {"count":0} 
[2025-07-17 05:08:47] local.INFO: AmpecoDataUpdater: Session API response for user 2108 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2108&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:48] local.INFO: Sessions updated for user 2108. {"count":0} 
[2025-07-17 05:08:49] local.INFO: AmpecoDataUpdater: Session API response for user 2110 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2110&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:49] local.INFO: Sessions updated for user 2110. {"count":0} 
[2025-07-17 05:08:50] local.INFO: AmpecoDataUpdater: Session API response for user 2113 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2113&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:50] local.INFO: Sessions updated for user 2113. {"count":0} 
[2025-07-17 05:08:51] local.INFO: AmpecoDataUpdater: Session API response for user 2114 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2114&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:51] local.INFO: Sessions updated for user 2114. {"count":0} 
[2025-07-17 05:08:52] local.INFO: AmpecoDataUpdater: Session API response for user 2115 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2115&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:52] local.INFO: Sessions updated for user 2115. {"count":0} 
[2025-07-17 05:08:53] local.INFO: AmpecoDataUpdater: Session API response for user 2116 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2116&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:53] local.INFO: Sessions updated for user 2116. {"count":0} 
[2025-07-17 05:08:54] local.INFO: AmpecoDataUpdater: Session API response for user 2117 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:54] local.INFO: Sessions updated for user 2117. {"count":0} 
[2025-07-17 05:08:55] local.INFO: AmpecoDataUpdater: Session API response for user 2118 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2118&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:56] local.INFO: Sessions updated for user 2118. {"count":0} 
[2025-07-17 05:08:56] local.INFO: AmpecoDataUpdater: Session API response for user 2120 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2120&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:57] local.INFO: Sessions updated for user 2120. {"count":0} 
[2025-07-17 05:08:58] local.INFO: AmpecoDataUpdater: Session API response for user 2121 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2121&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:58] local.INFO: Sessions updated for user 2121. {"count":0} 
[2025-07-17 05:08:59] local.INFO: AmpecoDataUpdater: Session API response for user 2122 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2122&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:08:59] local.INFO: Sessions updated for user 2122. {"count":0} 
[2025-07-17 05:09:00] local.INFO: AmpecoDataUpdater: Session API response for user 2123 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:08:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2123&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A08%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:00] local.INFO: Sessions updated for user 2123. {"count":0} 
[2025-07-17 05:09:01] local.INFO: AmpecoDataUpdater: Session API response for user 2124 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2124&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:01] local.INFO: Sessions updated for user 2124. {"count":0} 
[2025-07-17 05:09:02] local.INFO: AmpecoDataUpdater: Session API response for user 2125 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2125&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:02] local.INFO: Sessions updated for user 2125. {"count":0} 
[2025-07-17 05:09:03] local.INFO: AmpecoDataUpdater: Session API response for user 2126 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2126&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:03] local.INFO: Sessions updated for user 2126. {"count":0} 
[2025-07-17 05:09:03] local.INFO: AmpecoDataUpdater: Session API response for user 2127 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2127&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:03] local.INFO: Sessions updated for user 2127. {"count":0} 
[2025-07-17 05:09:04] local.INFO: AmpecoDataUpdater: Session API response for user 2130 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2130&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:04] local.INFO: Sessions updated for user 2130. {"count":0} 
[2025-07-17 05:09:05] local.INFO: AmpecoDataUpdater: Session API response for user 2131 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2131&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:05] local.INFO: Sessions updated for user 2131. {"count":0} 
[2025-07-17 05:09:06] local.INFO: AmpecoDataUpdater: Session API response for user 2132 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2132&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:06] local.INFO: Sessions updated for user 2132. {"count":0} 
[2025-07-17 05:09:07] local.INFO: AmpecoDataUpdater: Session API response for user 2134 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2134&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:07] local.INFO: Sessions updated for user 2134. {"count":0} 
[2025-07-17 05:09:08] local.INFO: AmpecoDataUpdater: Session API response for user 2135 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2135&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:08] local.INFO: Sessions updated for user 2135. {"count":0} 
[2025-07-17 05:09:09] local.INFO: AmpecoDataUpdater: Session API response for user 2136 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2136&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:09] local.INFO: Sessions updated for user 2136. {"count":0} 
[2025-07-17 05:09:09] local.INFO: AmpecoDataUpdater: Session API response for user 2139 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2139&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:09] local.INFO: Sessions updated for user 2139. {"count":0} 
[2025-07-17 05:09:10] local.INFO: AmpecoDataUpdater: Session API response for user 2140 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2140&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:10] local.INFO: Sessions updated for user 2140. {"count":0} 
[2025-07-17 05:09:11] local.INFO: AmpecoDataUpdater: Session API response for user 2141 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2141&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:11] local.INFO: Sessions updated for user 2141. {"count":0} 
[2025-07-17 05:09:12] local.INFO: AmpecoDataUpdater: Session API response for user 2142 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:12] local.INFO: Sessions updated for user 2142. {"count":0} 
[2025-07-17 05:09:13] local.INFO: AmpecoDataUpdater: Session API response for user 2146 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2146&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:13] local.INFO: Sessions updated for user 2146. {"count":0} 
[2025-07-17 05:09:13] local.INFO: AmpecoDataUpdater: Session API response for user 2147 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2147&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:13] local.INFO: Sessions updated for user 2147. {"count":0} 
[2025-07-17 05:09:14] local.INFO: AmpecoDataUpdater: Session API response for user 2149 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2149&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:15] local.INFO: Sessions updated for user 2149. {"count":0} 
[2025-07-17 05:09:16] local.INFO: AmpecoDataUpdater: Session API response for user 2152 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2152&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:16] local.INFO: Sessions updated for user 2152. {"count":0} 
[2025-07-17 05:09:17] local.INFO: AmpecoDataUpdater: Session API response for user 2153 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2153&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:17] local.INFO: Sessions updated for user 2153. {"count":0} 
[2025-07-17 05:09:18] local.INFO: AmpecoDataUpdater: Session API response for user 2154 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2154&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:18] local.INFO: Sessions updated for user 2154. {"count":0} 
[2025-07-17 05:09:19] local.INFO: AmpecoDataUpdater: Session API response for user 2155 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2155&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:19] local.INFO: Sessions updated for user 2155. {"count":0} 
[2025-07-17 05:09:20] local.INFO: AmpecoDataUpdater: Session API response for user 2156 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2156&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:20] local.INFO: Sessions updated for user 2156. {"count":0} 
[2025-07-17 05:09:21] local.INFO: AmpecoDataUpdater: Session API response for user 2157 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2157&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:21] local.INFO: Sessions updated for user 2157. {"count":0} 
[2025-07-17 05:09:22] local.INFO: AmpecoDataUpdater: Session API response for user 2159 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2159&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:22] local.INFO: Sessions updated for user 2159. {"count":0} 
[2025-07-17 05:09:23] local.INFO: AmpecoDataUpdater: Session API response for user 2161 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2161&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:23] local.INFO: Sessions updated for user 2161. {"count":0} 
[2025-07-17 05:09:23] local.INFO: AmpecoDataUpdater: Session API response for user 2162 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2162&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:24] local.INFO: Sessions updated for user 2162. {"count":0} 
[2025-07-17 05:09:24] local.INFO: AmpecoDataUpdater: Session API response for user 2163 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2163&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:24] local.INFO: Sessions updated for user 2163. {"count":0} 
[2025-07-17 05:09:25] local.INFO: AmpecoDataUpdater: Session API response for user 2164 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2164&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:25] local.INFO: Sessions updated for user 2164. {"count":0} 
[2025-07-17 05:09:26] local.INFO: AmpecoDataUpdater: Session API response for user 2165 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2165&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:26] local.INFO: Sessions updated for user 2165. {"count":0} 
[2025-07-17 05:09:27] local.INFO: AmpecoDataUpdater: Session API response for user 2166 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2166&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:27] local.INFO: Sessions updated for user 2166. {"count":0} 
[2025-07-17 05:09:28] local.INFO: AmpecoDataUpdater: Session API response for user 2167 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2167&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:28] local.INFO: Sessions updated for user 2167. {"count":0} 
[2025-07-17 05:09:29] local.INFO: AmpecoDataUpdater: Session API response for user 2168 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2168&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:29] local.INFO: Sessions updated for user 2168. {"count":0} 
[2025-07-17 05:09:30] local.INFO: AmpecoDataUpdater: Session API response for user 2169 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2169&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:30] local.INFO: Sessions updated for user 2169. {"count":0} 
[2025-07-17 05:09:30] local.INFO: AmpecoDataUpdater: Session API response for user 2170 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2170&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:30] local.INFO: Sessions updated for user 2170. {"count":0} 
[2025-07-17 05:09:31] local.INFO: AmpecoDataUpdater: Session API response for user 2171 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2171&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:31] local.INFO: Sessions updated for user 2171. {"count":0} 
[2025-07-17 05:09:32] local.INFO: AmpecoDataUpdater: Session API response for user 2172 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2172&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:32] local.INFO: Sessions updated for user 2172. {"count":0} 
[2025-07-17 05:09:33] local.INFO: AmpecoDataUpdater: Session API response for user 2173 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2173&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:33] local.INFO: Sessions updated for user 2173. {"count":0} 
[2025-07-17 05:09:34] local.INFO: AmpecoDataUpdater: Session API response for user 2174 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2174&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:34] local.INFO: Sessions updated for user 2174. {"count":0} 
[2025-07-17 05:09:34] local.INFO: AmpecoDataUpdater: Session API response for user 2175 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2175&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:35] local.INFO: Sessions updated for user 2175. {"count":0} 
[2025-07-17 05:09:35] local.INFO: AmpecoDataUpdater: Session API response for user 2177 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2177&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:35] local.INFO: Sessions updated for user 2177. {"count":0} 
[2025-07-17 05:09:36] local.INFO: AmpecoDataUpdater: Session API response for user 2178 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2178&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:36] local.INFO: Sessions updated for user 2178. {"count":0} 
[2025-07-17 05:09:37] local.INFO: AmpecoDataUpdater: Session API response for user 2179 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2179&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:37] local.INFO: Sessions updated for user 2179. {"count":0} 
[2025-07-17 05:09:38] local.INFO: AmpecoDataUpdater: Session API response for user 2180 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2180&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:38] local.INFO: Sessions updated for user 2180. {"count":0} 
[2025-07-17 05:09:39] local.INFO: AmpecoDataUpdater: Session API response for user 2181 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2181&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:39] local.INFO: Sessions updated for user 2181. {"count":0} 
[2025-07-17 05:09:40] local.INFO: AmpecoDataUpdater: Session API response for user 2182 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2182&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:40] local.INFO: Sessions updated for user 2182. {"count":0} 
[2025-07-17 05:09:40] local.INFO: AmpecoDataUpdater: Session API response for user 2183 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:40] local.INFO: Sessions updated for user 2183. {"count":0} 
[2025-07-17 05:09:41] local.INFO: AmpecoDataUpdater: Session API response for user 2184 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2184&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:41] local.INFO: Sessions updated for user 2184. {"count":0} 
[2025-07-17 05:09:42] local.INFO: AmpecoDataUpdater: Session API response for user 2185 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2185&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:42] local.INFO: Sessions updated for user 2185. {"count":0} 
[2025-07-17 05:09:43] local.INFO: AmpecoDataUpdater: Session API response for user 2186 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2186&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:43] local.INFO: Sessions updated for user 2186. {"count":0} 
[2025-07-17 05:09:44] local.INFO: AmpecoDataUpdater: Session API response for user 2187 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2187&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:44] local.INFO: Sessions updated for user 2187. {"count":0} 
[2025-07-17 05:09:45] local.INFO: AmpecoDataUpdater: Session API response for user 2188 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2188&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:45] local.INFO: Sessions updated for user 2188. {"count":0} 
[2025-07-17 05:09:46] local.INFO: AmpecoDataUpdater: Session API response for user 2190 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2190&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:46] local.INFO: Sessions updated for user 2190. {"count":0} 
[2025-07-17 05:09:46] local.INFO: AmpecoDataUpdater: Session API response for user 2191 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2191&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:46] local.INFO: Sessions updated for user 2191. {"count":0} 
[2025-07-17 05:09:47] local.INFO: AmpecoDataUpdater: Session API response for user 2192 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2192&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:47] local.INFO: Sessions updated for user 2192. {"count":0} 
[2025-07-17 05:09:48] local.INFO: AmpecoDataUpdater: Session API response for user 2193 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:48] local.INFO: Sessions updated for user 2193. {"count":0} 
[2025-07-17 05:09:49] local.INFO: AmpecoDataUpdater: Session API response for user 2196 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2196&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:49] local.INFO: Sessions updated for user 2196. {"count":0} 
[2025-07-17 05:09:50] local.INFO: AmpecoDataUpdater: Session API response for user 2198 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2198&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:50] local.INFO: Sessions updated for user 2198. {"count":0} 
[2025-07-17 05:09:51] local.INFO: AmpecoDataUpdater: Session API response for user 2199 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2199&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:51] local.INFO: Sessions updated for user 2199. {"count":0} 
[2025-07-17 05:09:52] local.INFO: AmpecoDataUpdater: Session API response for user 2200 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2200&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:52] local.INFO: Sessions updated for user 2200. {"count":0} 
[2025-07-17 05:09:53] local.INFO: AmpecoDataUpdater: Session API response for user 2201 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2201&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:53] local.INFO: Sessions updated for user 2201. {"count":0} 
[2025-07-17 05:09:54] local.INFO: AmpecoDataUpdater: Session API response for user 2202 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2202&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:54] local.INFO: Sessions updated for user 2202. {"count":0} 
[2025-07-17 05:09:54] local.INFO: AmpecoDataUpdater: Session API response for user 2203 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2203&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:55] local.INFO: Sessions updated for user 2203. {"count":0} 
[2025-07-17 05:09:55] local.INFO: AmpecoDataUpdater: Session API response for user 2204 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2204&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:55] local.INFO: Sessions updated for user 2204. {"count":0} 
[2025-07-17 05:09:56] local.INFO: AmpecoDataUpdater: Session API response for user 2205 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2205&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:57] local.INFO: Sessions updated for user 2205. {"count":0} 
[2025-07-17 05:09:58] local.INFO: AmpecoDataUpdater: Session API response for user 2206 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2206&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:58] local.INFO: Sessions updated for user 2206. {"count":0} 
[2025-07-17 05:09:59] local.INFO: AmpecoDataUpdater: Session API response for user 2207 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2207&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:09:59] local.INFO: Sessions updated for user 2207. {"count":0} 
[2025-07-17 05:10:00] local.INFO: AmpecoDataUpdater: Session API response for user 2208 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:09:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2208&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A09%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:00] local.INFO: Sessions updated for user 2208. {"count":0} 
[2025-07-17 05:10:01] local.INFO: AmpecoDataUpdater: Session API response for user 2209 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2209&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:01] local.INFO: Sessions updated for user 2209. {"count":0} 
[2025-07-17 05:10:01] local.INFO: AmpecoDataUpdater: Session API response for user 2210 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2210&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:01] local.INFO: Sessions updated for user 2210. {"count":0} 
[2025-07-17 05:10:02] local.INFO: AmpecoDataUpdater: Session API response for user 2213 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2213&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:02] local.INFO: Sessions updated for user 2213. {"count":0} 
[2025-07-17 05:10:03] local.INFO: AmpecoDataUpdater: Session API response for user 2214 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2214&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:03] local.INFO: Sessions updated for user 2214. {"count":0} 
[2025-07-17 05:10:04] local.INFO: AmpecoDataUpdater: Session API response for user 2215 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2215&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:04] local.INFO: Sessions updated for user 2215. {"count":0} 
[2025-07-17 05:10:05] local.INFO: AmpecoDataUpdater: Session API response for user 2216 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2216&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:05] local.INFO: Sessions updated for user 2216. {"count":0} 
[2025-07-17 05:10:06] local.INFO: AmpecoDataUpdater: Session API response for user 2217 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2217&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:06] local.INFO: Sessions updated for user 2217. {"count":0} 
[2025-07-17 05:10:07] local.INFO: AmpecoDataUpdater: Session API response for user 2218 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2218&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:07] local.INFO: Sessions updated for user 2218. {"count":0} 
[2025-07-17 05:10:07] local.INFO: AmpecoDataUpdater: Session API response for user 2221 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2221&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:07] local.INFO: Sessions updated for user 2221. {"count":0} 
[2025-07-17 05:10:08] local.INFO: AmpecoDataUpdater: Session API response for user 2224 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2224&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:08] local.INFO: Sessions updated for user 2224. {"count":0} 
[2025-07-17 05:10:09] local.INFO: AmpecoDataUpdater: Session API response for user 2226 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2226&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:09] local.INFO: Sessions updated for user 2226. {"count":0} 
[2025-07-17 05:10:10] local.INFO: AmpecoDataUpdater: Session API response for user 2227 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2227&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:10] local.INFO: Sessions updated for user 2227. {"count":0} 
[2025-07-17 05:10:11] local.INFO: AmpecoDataUpdater: Session API response for user 2228 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2228&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:11] local.INFO: Sessions updated for user 2228. {"count":0} 
[2025-07-17 05:10:12] local.INFO: AmpecoDataUpdater: Session API response for user 2229 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2229&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:12] local.INFO: Sessions updated for user 2229. {"count":0} 
[2025-07-17 05:10:12] local.INFO: AmpecoDataUpdater: Session API response for user 2232 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2232&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:12] local.INFO: Sessions updated for user 2232. {"count":0} 
[2025-07-17 05:10:13] local.INFO: AmpecoDataUpdater: Session API response for user 2233 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2233&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:13] local.INFO: Sessions updated for user 2233. {"count":0} 
[2025-07-17 05:10:14] local.INFO: AmpecoDataUpdater: Session API response for user 2234 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2234&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:14] local.INFO: Sessions updated for user 2234. {"count":0} 
[2025-07-17 05:10:15] local.INFO: AmpecoDataUpdater: Session API response for user 2236 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2236&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:15] local.INFO: Sessions updated for user 2236. {"count":0} 
[2025-07-17 05:10:16] local.INFO: AmpecoDataUpdater: Session API response for user 2237 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2237&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:16] local.INFO: Sessions updated for user 2237. {"count":0} 
[2025-07-17 05:10:17] local.INFO: AmpecoDataUpdater: Session API response for user 2238 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2238&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:17] local.INFO: Sessions updated for user 2238. {"count":0} 
[2025-07-17 05:10:18] local.INFO: AmpecoDataUpdater: Session API response for user 2239 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2239&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:18] local.INFO: Sessions updated for user 2239. {"count":0} 
[2025-07-17 05:10:18] local.INFO: AmpecoDataUpdater: Session API response for user 2240 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2240&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:19] local.INFO: Sessions updated for user 2240. {"count":0} 
[2025-07-17 05:10:19] local.INFO: AmpecoDataUpdater: Session API response for user 2242 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2242&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:19] local.INFO: Sessions updated for user 2242. {"count":0} 
[2025-07-17 05:10:20] local.INFO: AmpecoDataUpdater: Session API response for user 2243 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2243&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:20] local.INFO: Sessions updated for user 2243. {"count":0} 
[2025-07-17 05:10:21] local.INFO: AmpecoDataUpdater: Session API response for user 2244 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2244&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:21] local.INFO: Sessions updated for user 2244. {"count":0} 
[2025-07-17 05:10:23] local.INFO: AmpecoDataUpdater: Session API response for user 2245 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2245&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:23] local.INFO: Sessions updated for user 2245. {"count":0} 
[2025-07-17 05:10:24] local.INFO: AmpecoDataUpdater: Session API response for user 2246 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2246&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:24] local.INFO: Sessions updated for user 2246. {"count":0} 
[2025-07-17 05:10:25] local.INFO: AmpecoDataUpdater: Session API response for user 2247 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2247&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:25] local.INFO: Sessions updated for user 2247. {"count":0} 
[2025-07-17 05:10:26] local.INFO: AmpecoDataUpdater: Session API response for user 2248 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2248&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:26] local.INFO: Sessions updated for user 2248. {"count":0} 
[2025-07-17 05:10:27] local.INFO: AmpecoDataUpdater: Session API response for user 2249 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2249&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:27] local.INFO: Sessions updated for user 2249. {"count":0} 
[2025-07-17 05:10:28] local.INFO: AmpecoDataUpdater: Session API response for user 2250 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2250&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:28] local.INFO: Sessions updated for user 2250. {"count":0} 
[2025-07-17 05:10:28] local.INFO: AmpecoDataUpdater: Session API response for user 2251 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2251&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:29] local.INFO: Sessions updated for user 2251. {"count":0} 
[2025-07-17 05:10:29] local.INFO: AmpecoDataUpdater: Session API response for user 2253 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2253&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:29] local.INFO: Sessions updated for user 2253. {"count":0} 
[2025-07-17 05:10:30] local.INFO: AmpecoDataUpdater: Session API response for user 2254 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2254&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:30] local.INFO: Sessions updated for user 2254. {"count":0} 
[2025-07-17 05:10:31] local.INFO: AmpecoDataUpdater: Session API response for user 2255 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2255&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:31] local.INFO: Sessions updated for user 2255. {"count":0} 
[2025-07-17 05:10:32] local.INFO: AmpecoDataUpdater: Session API response for user 2256 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2256&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:32] local.INFO: Sessions updated for user 2256. {"count":0} 
[2025-07-17 05:10:33] local.INFO: AmpecoDataUpdater: Session API response for user 2257 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2257&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:33] local.INFO: Sessions updated for user 2257. {"count":0} 
[2025-07-17 05:10:33] local.INFO: AmpecoDataUpdater: Session API response for user 2258 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2258&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:34] local.INFO: Sessions updated for user 2258. {"count":0} 
[2025-07-17 05:10:34] local.INFO: AmpecoDataUpdater: Session API response for user 2259 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2259&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:34] local.INFO: Sessions updated for user 2259. {"count":0} 
[2025-07-17 05:10:35] local.INFO: AmpecoDataUpdater: Session API response for user 2260 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:35] local.INFO: Sessions updated for user 2260. {"count":0} 
[2025-07-17 05:10:36] local.INFO: AmpecoDataUpdater: Session API response for user 2261 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2261&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:36] local.INFO: Sessions updated for user 2261. {"count":0} 
[2025-07-17 05:10:37] local.INFO: AmpecoDataUpdater: Session API response for user 2262 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2262&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:37] local.INFO: Sessions updated for user 2262. {"count":0} 
[2025-07-17 05:10:38] local.INFO: AmpecoDataUpdater: Session API response for user 2263 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2263&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:38] local.INFO: Sessions updated for user 2263. {"count":0} 
[2025-07-17 05:10:38] local.INFO: AmpecoDataUpdater: Session API response for user 2264 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2264&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:38] local.INFO: Sessions updated for user 2264. {"count":0} 
[2025-07-17 05:10:39] local.INFO: AmpecoDataUpdater: Session API response for user 2265 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2265&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:39] local.INFO: Sessions updated for user 2265. {"count":0} 
[2025-07-17 05:10:40] local.INFO: AmpecoDataUpdater: Session API response for user 2266 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2266&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:40] local.INFO: Sessions updated for user 2266. {"count":0} 
[2025-07-17 05:10:41] local.INFO: AmpecoDataUpdater: Session API response for user 2267 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2267&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:41] local.INFO: Sessions updated for user 2267. {"count":0} 
[2025-07-17 05:10:42] local.INFO: AmpecoDataUpdater: Session API response for user 2268 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2268&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:42] local.INFO: Sessions updated for user 2268. {"count":0} 
[2025-07-17 05:10:43] local.INFO: AmpecoDataUpdater: Session API response for user 2269 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2269&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:43] local.INFO: Sessions updated for user 2269. {"count":0} 
[2025-07-17 05:10:44] local.INFO: AmpecoDataUpdater: Session API response for user 2270 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2270&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:44] local.INFO: Sessions updated for user 2270. {"count":0} 
[2025-07-17 05:10:44] local.INFO: AmpecoDataUpdater: Session API response for user 2272 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2272&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:44] local.INFO: Sessions updated for user 2272. {"count":0} 
[2025-07-17 05:10:45] local.INFO: AmpecoDataUpdater: Session API response for user 2273 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2273&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:45] local.INFO: Sessions updated for user 2273. {"count":0} 
[2025-07-17 05:10:46] local.INFO: AmpecoDataUpdater: Session API response for user 2274 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2274&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:46] local.INFO: Sessions updated for user 2274. {"count":0} 
[2025-07-17 05:10:47] local.INFO: AmpecoDataUpdater: Session API response for user 2275 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2275&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:47] local.INFO: Sessions updated for user 2275. {"count":0} 
[2025-07-17 05:10:48] local.INFO: AmpecoDataUpdater: Session API response for user 2277 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2277&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:48] local.INFO: Sessions updated for user 2277. {"count":0} 
[2025-07-17 05:10:49] local.INFO: AmpecoDataUpdater: Session API response for user 2279 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2279&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:49] local.INFO: Sessions updated for user 2279. {"count":0} 
[2025-07-17 05:10:49] local.INFO: AmpecoDataUpdater: Session API response for user 2280 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2280&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:50] local.INFO: Sessions updated for user 2280. {"count":0} 
[2025-07-17 05:10:50] local.INFO: AmpecoDataUpdater: Session API response for user 2281 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2281&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:50] local.INFO: Sessions updated for user 2281. {"count":0} 
[2025-07-17 05:10:51] local.INFO: AmpecoDataUpdater: Session API response for user 2284 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2284&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:51] local.INFO: Sessions updated for user 2284. {"count":0} 
[2025-07-17 05:10:52] local.INFO: AmpecoDataUpdater: Session API response for user 2288 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2288&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:52] local.INFO: Sessions updated for user 2288. {"count":0} 
[2025-07-17 05:10:53] local.INFO: AmpecoDataUpdater: Session API response for user 2289 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2289&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:53] local.INFO: Sessions updated for user 2289. {"count":0} 
[2025-07-17 05:10:54] local.INFO: AmpecoDataUpdater: Session API response for user 2290 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2290&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:54] local.INFO: Sessions updated for user 2290. {"count":0} 
[2025-07-17 05:10:55] local.INFO: AmpecoDataUpdater: Session API response for user 2291 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2291&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:55] local.INFO: Sessions updated for user 2291. {"count":0} 
[2025-07-17 05:10:55] local.INFO: AmpecoDataUpdater: Session API response for user 2292 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2292&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:56] local.INFO: Sessions updated for user 2292. {"count":0} 
[2025-07-17 05:10:56] local.INFO: AmpecoDataUpdater: Session API response for user 2294 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2294&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:57] local.INFO: Sessions updated for user 2294. {"count":0} 
[2025-07-17 05:10:58] local.INFO: AmpecoDataUpdater: Session API response for user 2295 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2295&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:10:58] local.INFO: Sessions updated for user 2295. {"count":0} 
[2025-07-17 05:10:59] local.INFO: AmpecoDataUpdater: Session API response for user 2296 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:10:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2296&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A10%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:00] local.INFO: Sessions updated for user 2296. {"count":0} 
[2025-07-17 05:11:01] local.INFO: AmpecoDataUpdater: Session API response for user 2297 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2297&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:01] local.INFO: Sessions updated for user 2297. {"count":0} 
[2025-07-17 05:11:03] local.INFO: AmpecoDataUpdater: Session API response for user 2299 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2299&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:03] local.INFO: Sessions updated for user 2299. {"count":0} 
[2025-07-17 05:11:04] local.INFO: AmpecoDataUpdater: Session API response for user 2300 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2300&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:04] local.INFO: Sessions updated for user 2300. {"count":0} 
[2025-07-17 05:11:05] local.INFO: AmpecoDataUpdater: Session API response for user 2301 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2301&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:05] local.INFO: Sessions updated for user 2301. {"count":0} 
[2025-07-17 05:11:06] local.INFO: AmpecoDataUpdater: Session API response for user 2302 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2302&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:06] local.INFO: Sessions updated for user 2302. {"count":0} 
[2025-07-17 05:11:07] local.INFO: AmpecoDataUpdater: Session API response for user 2304 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2304&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:07] local.INFO: Sessions updated for user 2304. {"count":0} 
[2025-07-17 05:11:08] local.INFO: AmpecoDataUpdater: Session API response for user 2305 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2305&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:08] local.INFO: Sessions updated for user 2305. {"count":0} 
[2025-07-17 05:11:09] local.INFO: AmpecoDataUpdater: Session API response for user 2307 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2307&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:09] local.INFO: Sessions updated for user 2307. {"count":0} 
[2025-07-17 05:11:10] local.INFO: AmpecoDataUpdater: Session API response for user 2308 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:10] local.INFO: Sessions updated for user 2308. {"count":0} 
[2025-07-17 05:11:11] local.INFO: AmpecoDataUpdater: Session API response for user 2309 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2309&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:11] local.INFO: Sessions updated for user 2309. {"count":0} 
[2025-07-17 05:11:11] local.INFO: AmpecoDataUpdater: Session API response for user 2310 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:11] local.INFO: Sessions updated for user 2310. {"count":0} 
[2025-07-17 05:11:12] local.INFO: AmpecoDataUpdater: Session API response for user 2311 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2311&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:12] local.INFO: Sessions updated for user 2311. {"count":0} 
[2025-07-17 05:11:13] local.INFO: AmpecoDataUpdater: Session API response for user 2312 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2312&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:13] local.INFO: Sessions updated for user 2312. {"count":0} 
[2025-07-17 05:11:14] local.INFO: AmpecoDataUpdater: Session API response for user 2313 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:14] local.INFO: Sessions updated for user 2313. {"count":0} 
[2025-07-17 05:11:15] local.INFO: AmpecoDataUpdater: Session API response for user 2314 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2314&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:15] local.INFO: Sessions updated for user 2314. {"count":0} 
[2025-07-17 05:11:16] local.INFO: AmpecoDataUpdater: Session API response for user 2315 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2315&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:16] local.INFO: Sessions updated for user 2315. {"count":0} 
[2025-07-17 05:11:17] local.INFO: AmpecoDataUpdater: Session API response for user 2317 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2317&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:17] local.INFO: Sessions updated for user 2317. {"count":0} 
[2025-07-17 05:11:17] local.INFO: AmpecoDataUpdater: Session API response for user 2318 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2318&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:18] local.INFO: Sessions updated for user 2318. {"count":0} 
[2025-07-17 05:11:18] local.INFO: AmpecoDataUpdater: Session API response for user 2319 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2319&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:18] local.INFO: Sessions updated for user 2319. {"count":0} 
[2025-07-17 05:11:19] local.INFO: AmpecoDataUpdater: Session API response for user 2320 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2320&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:19] local.INFO: Sessions updated for user 2320. {"count":0} 
[2025-07-17 05:11:20] local.INFO: AmpecoDataUpdater: Session API response for user 2321 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2321&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:20] local.INFO: Sessions updated for user 2321. {"count":0} 
[2025-07-17 05:11:21] local.INFO: AmpecoDataUpdater: Session API response for user 2322 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2322&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:21] local.INFO: Sessions updated for user 2322. {"count":0} 
[2025-07-17 05:11:22] local.INFO: AmpecoDataUpdater: Session API response for user 2323 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2323&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:22] local.INFO: Sessions updated for user 2323. {"count":0} 
[2025-07-17 05:11:23] local.INFO: AmpecoDataUpdater: Session API response for user 2324 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2324&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:23] local.INFO: Sessions updated for user 2324. {"count":0} 
[2025-07-17 05:11:24] local.INFO: AmpecoDataUpdater: Session API response for user 2325 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2325&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:24] local.INFO: Sessions updated for user 2325. {"count":0} 
[2025-07-17 05:11:25] local.INFO: AmpecoDataUpdater: Session API response for user 2326 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2326&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:25] local.INFO: Sessions updated for user 2326. {"count":0} 
[2025-07-17 05:11:25] local.INFO: AmpecoDataUpdater: Session API response for user 2327 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2327&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:26] local.INFO: Sessions updated for user 2327. {"count":0} 
[2025-07-17 05:11:26] local.INFO: AmpecoDataUpdater: Session API response for user 2328 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2328&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:26] local.INFO: Sessions updated for user 2328. {"count":0} 
[2025-07-17 05:11:27] local.INFO: AmpecoDataUpdater: Session API response for user 2329 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2329&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:27] local.INFO: Sessions updated for user 2329. {"count":0} 
[2025-07-17 05:11:28] local.INFO: AmpecoDataUpdater: Session API response for user 2330 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2330&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:28] local.INFO: Sessions updated for user 2330. {"count":0} 
[2025-07-17 05:11:29] local.INFO: AmpecoDataUpdater: Session API response for user 2331 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2331&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:29] local.INFO: Sessions updated for user 2331. {"count":0} 
[2025-07-17 05:11:30] local.INFO: AmpecoDataUpdater: Session API response for user 2332 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2332&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:30] local.INFO: Sessions updated for user 2332. {"count":0} 
[2025-07-17 05:11:31] local.INFO: AmpecoDataUpdater: Session API response for user 2333 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2333&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:31] local.INFO: Sessions updated for user 2333. {"count":0} 
[2025-07-17 05:11:32] local.INFO: AmpecoDataUpdater: Session API response for user 2334 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2334&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:33] local.INFO: Sessions updated for user 2334. {"count":0} 
[2025-07-17 05:11:34] local.INFO: AmpecoDataUpdater: Session API response for user 2335 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2335&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:34] local.INFO: Sessions updated for user 2335. {"count":0} 
[2025-07-17 05:11:35] local.INFO: AmpecoDataUpdater: Session API response for user 2336 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2336&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:36] local.INFO: Sessions updated for user 2336. {"count":0} 
[2025-07-17 05:11:37] local.INFO: AmpecoDataUpdater: Session API response for user 2338 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:37] local.INFO: Sessions updated for user 2338. {"count":0} 
[2025-07-17 05:11:38] local.INFO: AmpecoDataUpdater: Session API response for user 2339 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2339&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:38] local.INFO: Sessions updated for user 2339. {"count":0} 
[2025-07-17 05:11:39] local.INFO: AmpecoDataUpdater: Session API response for user 2340 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:39] local.INFO: Sessions updated for user 2340. {"count":0} 
[2025-07-17 05:11:40] local.INFO: AmpecoDataUpdater: Session API response for user 2341 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2341&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:40] local.INFO: Sessions updated for user 2341. {"count":0} 
[2025-07-17 05:11:41] local.INFO: AmpecoDataUpdater: Session API response for user 2342 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2342&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:41] local.INFO: Sessions updated for user 2342. {"count":0} 
[2025-07-17 05:11:42] local.INFO: AmpecoDataUpdater: Session API response for user 2343 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2343&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:42] local.INFO: Sessions updated for user 2343. {"count":0} 
[2025-07-17 05:11:43] local.INFO: AmpecoDataUpdater: Session API response for user 2344 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2344&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:43] local.INFO: Sessions updated for user 2344. {"count":0} 
[2025-07-17 05:11:44] local.INFO: AmpecoDataUpdater: Session API response for user 2345 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2345&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:44] local.INFO: Sessions updated for user 2345. {"count":0} 
[2025-07-17 05:11:45] local.INFO: AmpecoDataUpdater: Session API response for user 2346 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2346&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:45] local.INFO: Sessions updated for user 2346. {"count":0} 
[2025-07-17 05:11:47] local.INFO: AmpecoDataUpdater: Session API response for user 2347 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2347&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:47] local.INFO: Sessions updated for user 2347. {"count":0} 
[2025-07-17 05:11:48] local.INFO: AmpecoDataUpdater: Session API response for user 2348 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2348&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:48] local.INFO: Sessions updated for user 2348. {"count":0} 
[2025-07-17 05:11:49] local.INFO: AmpecoDataUpdater: Session API response for user 2349 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2349&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:49] local.INFO: Sessions updated for user 2349. {"count":0} 
[2025-07-17 05:11:51] local.INFO: AmpecoDataUpdater: Session API response for user 2351 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2351&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:51] local.INFO: Sessions updated for user 2351. {"count":0} 
[2025-07-17 05:11:52] local.INFO: AmpecoDataUpdater: Session API response for user 2352 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2352&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:52] local.INFO: Sessions updated for user 2352. {"count":0} 
[2025-07-17 05:11:53] local.INFO: AmpecoDataUpdater: Session API response for user 2354 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2354&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:53] local.INFO: Sessions updated for user 2354. {"count":0} 
[2025-07-17 05:11:54] local.INFO: AmpecoDataUpdater: Session API response for user 2355 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2355&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:54] local.INFO: Sessions updated for user 2355. {"count":0} 
[2025-07-17 05:11:55] local.INFO: AmpecoDataUpdater: Session API response for user 2356 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2356&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:55] local.INFO: Sessions updated for user 2356. {"count":0} 
[2025-07-17 05:11:56] local.INFO: AmpecoDataUpdater: Session API response for user 2357 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2357&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:56] local.INFO: Sessions updated for user 2357. {"count":0} 
[2025-07-17 05:11:57] local.INFO: AmpecoDataUpdater: Session API response for user 2358 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2358&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:57] local.INFO: Sessions updated for user 2358. {"count":0} 
[2025-07-17 05:11:58] local.INFO: AmpecoDataUpdater: Session API response for user 2360 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2360&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:58] local.INFO: Sessions updated for user 2360. {"count":0} 
[2025-07-17 05:11:59] local.INFO: AmpecoDataUpdater: Session API response for user 2361 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2361&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:11:59] local.INFO: Sessions updated for user 2361. {"count":0} 
[2025-07-17 05:12:00] local.INFO: AmpecoDataUpdater: Session API response for user 2362 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:11:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2362&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A11%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:00] local.INFO: Sessions updated for user 2362. {"count":0} 
[2025-07-17 05:12:01] local.INFO: AmpecoDataUpdater: Session API response for user 2364 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2364&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:01] local.INFO: Sessions updated for user 2364. {"count":0} 
[2025-07-17 05:12:02] local.INFO: AmpecoDataUpdater: Session API response for user 2365 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2365&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:02] local.INFO: Sessions updated for user 2365. {"count":0} 
[2025-07-17 05:12:03] local.INFO: AmpecoDataUpdater: Session API response for user 2366 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2366&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:03] local.INFO: Sessions updated for user 2366. {"count":0} 
[2025-07-17 05:12:04] local.INFO: AmpecoDataUpdater: Session API response for user 2370 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2370&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:04] local.INFO: Sessions updated for user 2370. {"count":0} 
[2025-07-17 05:12:05] local.INFO: AmpecoDataUpdater: Session API response for user 2371 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2371&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:05] local.INFO: Sessions updated for user 2371. {"count":0} 
[2025-07-17 05:12:06] local.INFO: AmpecoDataUpdater: Session API response for user 2373 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2373&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:06] local.INFO: Sessions updated for user 2373. {"count":0} 
[2025-07-17 05:12:07] local.INFO: AmpecoDataUpdater: Session API response for user 2374 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2374&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:07] local.INFO: Sessions updated for user 2374. {"count":0} 
[2025-07-17 05:12:09] local.INFO: AmpecoDataUpdater: Session API response for user 2375 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2375&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:09] local.INFO: Sessions updated for user 2375. {"count":0} 
[2025-07-17 05:12:10] local.INFO: AmpecoDataUpdater: Session API response for user 2376 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2376&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:10] local.INFO: Sessions updated for user 2376. {"count":0} 
[2025-07-17 05:12:12] local.INFO: AmpecoDataUpdater: Session API response for user 2378 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:12] local.INFO: Sessions updated for user 2378. {"count":0} 
[2025-07-17 05:12:13] local.INFO: AmpecoDataUpdater: Session API response for user 2379 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2379&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:13] local.INFO: Sessions updated for user 2379. {"count":0} 
[2025-07-17 05:12:14] local.INFO: AmpecoDataUpdater: Session API response for user 2380 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2380&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:14] local.INFO: Sessions updated for user 2380. {"count":0} 
[2025-07-17 05:12:15] local.INFO: AmpecoDataUpdater: Session API response for user 2381 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2381&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:15] local.INFO: Sessions updated for user 2381. {"count":0} 
[2025-07-17 05:12:16] local.INFO: AmpecoDataUpdater: Session API response for user 2382 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2382&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:17] local.INFO: Sessions updated for user 2382. {"count":0} 
[2025-07-17 05:12:18] local.INFO: AmpecoDataUpdater: Session API response for user 2383 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2383&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:18] local.INFO: Sessions updated for user 2383. {"count":0} 
[2025-07-17 05:12:19] local.INFO: AmpecoDataUpdater: Session API response for user 2384 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2384&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:19] local.INFO: Sessions updated for user 2384. {"count":0} 
[2025-07-17 05:12:20] local.INFO: AmpecoDataUpdater: Session API response for user 2385 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2385&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:20] local.INFO: Sessions updated for user 2385. {"count":0} 
[2025-07-17 05:12:21] local.INFO: AmpecoDataUpdater: Session API response for user 2387 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2387&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:21] local.INFO: Sessions updated for user 2387. {"count":0} 
[2025-07-17 05:12:22] local.INFO: AmpecoDataUpdater: Session API response for user 2388 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2388&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:23] local.INFO: Sessions updated for user 2388. {"count":0} 
[2025-07-17 05:12:24] local.INFO: AmpecoDataUpdater: Session API response for user 2389 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2389&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:24] local.INFO: Sessions updated for user 2389. {"count":0} 
[2025-07-17 05:12:25] local.INFO: AmpecoDataUpdater: Session API response for user 2391 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2391&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:25] local.INFO: Sessions updated for user 2391. {"count":0} 
[2025-07-17 05:12:26] local.INFO: AmpecoDataUpdater: Session API response for user 2392 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2392&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:26] local.INFO: Sessions updated for user 2392. {"count":0} 
[2025-07-17 05:12:27] local.INFO: AmpecoDataUpdater: Session API response for user 2393 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2393&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:27] local.INFO: Sessions updated for user 2393. {"count":0} 
[2025-07-17 05:12:28] local.INFO: AmpecoDataUpdater: Session API response for user 2394 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2394&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:28] local.INFO: Sessions updated for user 2394. {"count":0} 
[2025-07-17 05:12:29] local.INFO: AmpecoDataUpdater: Session API response for user 2395 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2395&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:29] local.INFO: Sessions updated for user 2395. {"count":0} 
[2025-07-17 05:12:30] local.INFO: AmpecoDataUpdater: Session API response for user 2396 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2396&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:30] local.INFO: Sessions updated for user 2396. {"count":0} 
[2025-07-17 05:12:31] local.INFO: AmpecoDataUpdater: Session API response for user 2397 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2397&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:31] local.INFO: Sessions updated for user 2397. {"count":0} 
[2025-07-17 05:12:32] local.INFO: AmpecoDataUpdater: Session API response for user 2398 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2398&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:32] local.INFO: Sessions updated for user 2398. {"count":0} 
[2025-07-17 05:12:32] local.INFO: AmpecoDataUpdater: Session API response for user 2399 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2399&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:32] local.INFO: Sessions updated for user 2399. {"count":0} 
[2025-07-17 05:12:33] local.INFO: AmpecoDataUpdater: Session API response for user 2400 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2400&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:33] local.INFO: Sessions updated for user 2400. {"count":0} 
[2025-07-17 05:12:34] local.INFO: AmpecoDataUpdater: Session API response for user 2402 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2402&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:34] local.INFO: Sessions updated for user 2402. {"count":0} 
[2025-07-17 05:12:35] local.INFO: AmpecoDataUpdater: Session API response for user 2403 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2403&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:35] local.INFO: Sessions updated for user 2403. {"count":0} 
[2025-07-17 05:12:36] local.INFO: AmpecoDataUpdater: Session API response for user 2404 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2404&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:36] local.INFO: Sessions updated for user 2404. {"count":0} 
[2025-07-17 05:12:37] local.INFO: AmpecoDataUpdater: Session API response for user 2405 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2405&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:37] local.INFO: Sessions updated for user 2405. {"count":0} 
[2025-07-17 05:12:38] local.INFO: AmpecoDataUpdater: Session API response for user 2406 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2406&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:38] local.INFO: Sessions updated for user 2406. {"count":0} 
[2025-07-17 05:12:38] local.INFO: AmpecoDataUpdater: Session API response for user 2407 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2407&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:38] local.INFO: Sessions updated for user 2407. {"count":0} 
[2025-07-17 05:12:39] local.INFO: AmpecoDataUpdater: Session API response for user 2408 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2408&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:39] local.INFO: Sessions updated for user 2408. {"count":0} 
[2025-07-17 05:12:40] local.INFO: AmpecoDataUpdater: Session API response for user 2410 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2410&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:40] local.INFO: Sessions updated for user 2410. {"count":0} 
[2025-07-17 05:12:41] local.INFO: AmpecoDataUpdater: Session API response for user 2412 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2412&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:42] local.INFO: Sessions updated for user 2412. {"count":0} 
[2025-07-17 05:12:43] local.INFO: AmpecoDataUpdater: Session API response for user 2413 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2413&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:43] local.INFO: Sessions updated for user 2413. {"count":0} 
[2025-07-17 05:12:43] local.INFO: AmpecoDataUpdater: Session API response for user 2414 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2414&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:44] local.INFO: Sessions updated for user 2414. {"count":0} 
[2025-07-17 05:12:44] local.INFO: AmpecoDataUpdater: Session API response for user 2415 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2415&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:44] local.INFO: Sessions updated for user 2415. {"count":0} 
[2025-07-17 05:12:45] local.INFO: AmpecoDataUpdater: Session API response for user 2416 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2416&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:45] local.INFO: Sessions updated for user 2416. {"count":0} 
[2025-07-17 05:12:46] local.INFO: AmpecoDataUpdater: Session API response for user 2417 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2417&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:46] local.INFO: Sessions updated for user 2417. {"count":0} 
[2025-07-17 05:12:47] local.INFO: AmpecoDataUpdater: Session API response for user 2418 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2418&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:47] local.INFO: Sessions updated for user 2418. {"count":0} 
[2025-07-17 05:12:47] local.INFO: AmpecoDataUpdater: Session API response for user 2419 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2419&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:48] local.INFO: Sessions updated for user 2419. {"count":0} 
[2025-07-17 05:12:48] local.INFO: AmpecoDataUpdater: Session API response for user 2420 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2420&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:48] local.INFO: Sessions updated for user 2420. {"count":0} 
[2025-07-17 05:12:49] local.INFO: AmpecoDataUpdater: Session API response for user 2421 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2421&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:49] local.INFO: Sessions updated for user 2421. {"count":0} 
[2025-07-17 05:12:50] local.INFO: AmpecoDataUpdater: Session API response for user 2422 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2422&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:50] local.INFO: Sessions updated for user 2422. {"count":0} 
[2025-07-17 05:12:51] local.INFO: AmpecoDataUpdater: Session API response for user 2424 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2424&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:51] local.INFO: Sessions updated for user 2424. {"count":0} 
[2025-07-17 05:12:52] local.INFO: AmpecoDataUpdater: Session API response for user 2425 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2425&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:52] local.INFO: Sessions updated for user 2425. {"count":0} 
[2025-07-17 05:12:52] local.INFO: AmpecoDataUpdater: Session API response for user 2426 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2426&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:52] local.INFO: Sessions updated for user 2426. {"count":0} 
[2025-07-17 05:12:53] local.INFO: AmpecoDataUpdater: Session API response for user 2427 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:53] local.INFO: Sessions updated for user 2427. {"count":0} 
[2025-07-17 05:12:54] local.INFO: AmpecoDataUpdater: Session API response for user 2428 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2428&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:54] local.INFO: Sessions updated for user 2428. {"count":0} 
[2025-07-17 05:12:55] local.INFO: AmpecoDataUpdater: Session API response for user 2430 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2430&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:55] local.INFO: Sessions updated for user 2430. {"count":0} 
[2025-07-17 05:12:56] local.INFO: AmpecoDataUpdater: Session API response for user 2431 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2431&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:56] local.INFO: Sessions updated for user 2431. {"count":0} 
[2025-07-17 05:12:56] local.INFO: AmpecoDataUpdater: Session API response for user 2432 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2432&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:56] local.INFO: Sessions updated for user 2432. {"count":0} 
[2025-07-17 05:12:57] local.INFO: AmpecoDataUpdater: Session API response for user 2433 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2433&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:57] local.INFO: Sessions updated for user 2433. {"count":0} 
[2025-07-17 05:12:58] local.INFO: AmpecoDataUpdater: Session API response for user 2435 {"start_date":"2025-07-17T04:35:22+00:00","end_date":"2025-07-17T05:12:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=2435&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T04%3A35%3A22%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A12%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:12:58] local.INFO: Sessions updated for user 2435. {"count":0} 
[2025-07-17 05:12:58] local.INFO: Total Users processed for sessions. {"count":1972} 
[2025-07-17 05:13:03] local.ERROR: AmpecoApiService: RequestException for partners: HTTP request returned status code 404:
{
    "message": "The route public-api/resources/public-api/resources/partners/v2.0 could not be found."
}
 {"url":"https://cp.blulinc.com/public-api/resources/public-api/resources/partners/v2.0","status":404} 
[2025-07-17 05:13:07] local.ERROR: AmpecoApiService: RequestException for partner-invites: HTTP request returned status code 404:
{
    "message": "The route public-api/resources/public-api/resources/partner-invites/v1.0 could not be found."
}
 {"url":"https://cp.blulinc.com/public-api/resources/public-api/resources/partner-invites/v1.0","status":404} 
[2025-07-17 05:13:07] local.INFO: Ampeco data update completed successfully!  
[2025-07-17 05:14:25] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:14:28] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":395,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=394","label":"394","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=395","label":"395","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":5,"to":5,"total":1972}} 
[2025-07-17 05:15:34] local.INFO: AmpecoDataUpdater: Command started.  
[2025-07-17 05:15:34] local.INFO: AmpecoDataUpdater: DEBUG_USER_ID from .env is: Not Set  
[2025-07-17 05:15:34] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:15:38] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":100,"total":1972}} 
[2025-07-17 05:15:38] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:15:41] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"156\",\"email\":\"geertpennewaert@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Geert\",\"middleName\":null,\"lastName\":\"Pennewaert\",\"phone\":\"0476630591\",\"country\":\"BE\",\"state\":null,\"city\":\"Oudegem\",\"postCode\":\"9200\",\"address\":\"Ouburg 130\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":313,\"externalId\":null,\"lastUpdatedAt\":\"2022-06-01T15:29:58+00:00\",\"createdAt\":...","meta_data":{"current_page":2,"from":101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":200,"total":1972}} 
[2025-07-17 05:15:41] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:15:44] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"280\",\"email\":\"vavo@piso.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Wim\",\"middleName\":null,\"lastName\":\"Vrancken\",\"phone\":\"0478257802\",\"country\":\"BE\",\"state\":null,\"city\":\"St-Joris-Winge\",\"postCode\":\"3390\",\"address\":\"Wingerstraat 20\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":50.57,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2310,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-17T12:45:55+00:00\",\"createdA...","meta_data":{"current_page":3,"from":201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":300,"total":1972}} 
[2025-07-17 05:15:44] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:15:46] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"388\",\"email\":\"steven.deron@nippongases.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Steven\",\"middleName\":null,\"lastName\":\"De Ron\",\"phone\":\"0485686876\",\"country\":\"BE\",\"state\":null,\"city\":\"Boortmeerbeek\",\"postCode\":\"3191\",\"address\":\"Ravesteinstraat 96, Hever 3191 Boortmeerbeek, Belgium\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":148.3,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2720,\"externalId\":null,\"l...","meta_data":{"current_page":4,"from":301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":400,"total":1972}} 
[2025-07-17 05:15:46] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:15:49] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"497\",\"email\":\"sandra@capitalecars.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Edmond\",\"middleName\":null,\"lastName\":\"Plas\",\"phone\":\"+32475235296\",\"country\":\"BE\",\"state\":null,\"city\":\"Asse\",\"postCode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"fr\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":845,\"externalId\":null,\"lastUpdatedAt\":\"2023-06-06T13:06:44+00:00\",\"crea...","meta_data":{"current_page":5,"from":401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":500,"total":1972}} 
[2025-07-17 05:15:49] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:15:52] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"613\",\"email\":\"Kurt.fanton@madolex.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Kurt\",\"middleName\":null,\"lastName\":\"Fanton\",\"phone\":\"0484671968\",\"country\":\"BE\",\"state\":\"Ossendriesstraat 42\",\"city\":\"Zonhoven\",\"postCode\":\"3520\",\"address\":\"ossendriesstraat 42\",\"vehicleNo\":\"2-DUM-217\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2023-07-27T...","meta_data":{"current_page":6,"from":501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":600,"total":1972}} 
[2025-07-17 05:15:52] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:15:54] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"743\",\"email\":\"stijn.bogaerts@outlook.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Stijn\",\"middleName\":null,\"lastName\":\"Bogaerts\",\"phone\":\"+32 499 93 60 03\",\"country\":\"BE\",\"state\":null,\"city\":\"Edegem\",\"postCode\":\"2650\",\"address\":\"Pieter Van den Bemdenlaan 59\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":100,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-10T1...","meta_data":{"current_page":7,"from":601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":700,"total":1972}} 
[2025-07-17 05:15:54] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:15:56] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"858\",\"email\":\"nicobonnast@me.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Nico\",\"middleName\":null,\"lastName\":\"Bonnast\",\"phone\":\"+32477384279\",\"country\":\"BE\",\"state\":null,\"city\":\"Wetteren\",\"postCode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"vehicleNo\":\"2-ELT-630\",\"personal_id\":\"591-9330104-67\",\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2156,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-31T11...","meta_data":{"current_page":8,"from":701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":800,"total":1972}} 
[2025-07-17 05:15:56] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:15:59] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"974\",\"email\":\"tommie.van.mechgelen@centomedia.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Tommie\",\"middleName\":null,\"lastName\":\"Van Mechgelen\",\"phone\":\"+32496642889\",\"country\":\"BE\",\"state\":null,\"city\":\"Wommelgem\",\"postCode\":\"2160\",\"address\":\"Gullenrodestraat 7 unit 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-...","meta_data":{"current_page":9,"from":801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":900,"total":1972}} 
[2025-07-17 05:15:59] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:16:03] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1114\",\"email\":\"mike@brandnewoffice.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Mike\",\"middleName\":null,\"lastName\":\"De Koster\",\"phone\":\"0486 41 33 35\",\"country\":\"BE\",\"state\":null,\"city\":\"Herne\",\"postCode\":\"1540\",\"address\":\"Tweekapellenstraat 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-03-17T09:17:33+00:00\",...","meta_data":{"current_page":10,"from":901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1000,"total":1972}} 
[2025-07-17 05:16:03] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:16:05] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1272\",\"email\":\"gerritdevos@skynet.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Gerrit\",\"middleName\":null,\"lastName\":\"De Vos\",\"phone\":\"+32456310834\",\"country\":\"BE\",\"state\":null,\"city\":\"Lochristi\",\"postCode\":\"9080\",\"address\":\"Bosdreef 12C\",\"vehicleNo\":\"2fls641\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":438.05,\"status\":\"enabled\",\"userGroupIds\":[199],\"subscriptionId\":1319,\"externalId\":null,\"lastUpdatedAt\":\"2024-06-14T08:03:14+00:0...","meta_data":{"current_page":11,"from":1001,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1100,"total":1972}} 
[2025-07-17 05:16:05] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:16:08] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1387\",\"email\":\"bajetak586@albarulo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Bibro\",\"middleName\":null,\"lastName\":\"Antar\",\"phone\":\"+40721001950\",\"country\":\"SE\",\"state\":null,\"city\":\"Stockholm\",\"postCode\":\"11543\",\"address\":\"ahlessen nr. 44\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"disabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-09-30T07:49:51+00:00\",\"crea...","meta_data":{"current_page":12,"from":1101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1200,"total":1972}} 
[2025-07-17 05:16:08] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:16:11] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1515\",\"email\":\"yunotjeanbex@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Yunot\",\"middleName\":null,\"lastName\":\"Bex\",\"phone\":\"+32460940182\",\"country\":\"BE\",\"state\":null,\"city\":\"Hasselt\",\"postCode\":\"3511\",\"address\":\"Deken Habrakenstraat 8\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":16.22,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":1778,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T18:33:50+00:00\",\"...","meta_data":{"current_page":13,"from":1201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1300,"total":1972}} 
[2025-07-17 05:16:11] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:16:14] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1630\",\"email\":\"pascale.vanolst@everlam.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Pascale\",\"middleName\":null,\"lastName\":\"Vanolst\",\"phone\":\"0487 26 95 23\",\"country\":\"BE\",\"state\":null,\"city\":\"Mechelen\",\"postCode\":\"2800\",\"address\":\"Blokhuisstraat 47 J           B-2800 Mechelen\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2012,\"externalId\":null,\"lastUpdatedAt...","meta_data":{"current_page":14,"from":1301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1400,"total":1972}} 
[2025-07-17 05:16:14] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:16:16] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1735\",\"email\":\"christophe.leysen@live.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Christophe\",\"middleName\":null,\"lastName\":\"Leysen\",\"phone\":\"+32470868696\",\"country\":\"BE\",\"state\":\"Antwerpen\",\"city\":\"Kontich\",\"postCode\":\"2550\",\"address\":\"lijsterbolstraat 18\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-12-26T10:50...","meta_data":{"current_page":15,"from":1401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1500,"total":1972}} 
[2025-07-17 05:16:16] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:16:19] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1852\",\"email\":\"susanbaba73@yahoo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":null,\"middleName\":null,\"lastName\":null,\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"es-ES\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-31T19:51:30+00:00\",\"createdAt\":\"2025-01-31T19:51:30+00:00\",\"cre...","meta_data":{"current_page":16,"from":1501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1600,"total":1972}} 
[2025-07-17 05:16:19] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:16:22] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1957\",\"email\":\"Heidi.Goossens@sobi.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Heidi\",\"middleName\":null,\"lastName\":\"Goossens\",\"phone\":\"32497590918\",\"country\":\"BE\",\"state\":null,\"city\":\"Waanrode\",\"postCode\":\"3473\",\"address\":\"Oude Tiensestraat 40\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":192.86,\"status\":\"enabled\",\"userGroupIds\":[228],\"subscriptionId\":2412,\"externalId\":\"1957\",\"lastUpdatedAt\":\"2025-04-02T11:59:5...","meta_data":{"current_page":17,"from":1601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1700,"total":1972}} 
[2025-07-17 05:16:22] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:16:25] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2093\",\"email\":\"sbai.ayoub@hotmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Ayoub\",\"middleName\":null,\"lastName\":\"Sbai\",\"phone\":\"+33643202625\",\"country\":\"FR\",\"state\":null,\"city\":\"Paris\",\"postCode\":\"75019\",\"address\":\"16 all\\u00e9e de Fontainebelau\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":51.65,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T10:36:03+...","meta_data":{"current_page":18,"from":1701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1800,"total":1972}} 
[2025-07-17 05:16:25] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:16:28] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2228\",\"email\":\"brecht.van.camp@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Brecht\",\"middleName\":null,\"lastName\":\"Van Camp\",\"phone\":\"+32476 58 79 81\",\"country\":\"BE\",\"state\":null,\"city\":\"Oelegem\",\"postCode\":\"2520\",\"address\":\"Schransken 5a\\/001\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-25T11:14:32+00:0...","meta_data":{"current_page":19,"from":1801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1900,"total":1972}} 
[2025-07-17 05:16:28] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:16:30] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2347\",\"email\":\"sarah.jacobs@docitconsult.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Sarah\",\"middleName\":null,\"lastName\":\"Jacobs\",\"phone\":\"0472013387\",\"country\":\"BE\",\"state\":null,\"city\":\"Schoten\",\"postCode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2595,\"externalId\":\"2347\",\"lastUpdatedAt\":\"2025-06-30T11:38:38+00:00...","meta_data":{"current_page":20,"from":1901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1972,"total":1972}} 
[2025-07-17 05:16:32] local.INFO: AmpecoDataUpdater: Session API response for user 1 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:32] local.INFO: Sessions updated for user 1. {"count":0} 
[2025-07-17 05:16:33] local.INFO: AmpecoDataUpdater: Session API response for user 7 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:33] local.INFO: Sessions updated for user 7. {"count":0} 
[2025-07-17 05:16:34] local.INFO: AmpecoDataUpdater: Session API response for user 15 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=15&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:34] local.INFO: Sessions updated for user 15. {"count":0} 
[2025-07-17 05:16:36] local.INFO: AmpecoDataUpdater: Session API response for user 17 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:36] local.INFO: Sessions updated for user 17. {"count":0} 
[2025-07-17 05:16:37] local.INFO: AmpecoDataUpdater: Session API response for user 19 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=19&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:37] local.INFO: Sessions updated for user 19. {"count":0} 
[2025-07-17 05:16:39] local.INFO: AmpecoDataUpdater: Session API response for user 20 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=20&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:39] local.INFO: Sessions updated for user 20. {"count":0} 
[2025-07-17 05:16:40] local.INFO: AmpecoDataUpdater: Session API response for user 21 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:40] local.INFO: Sessions updated for user 21. {"count":0} 
[2025-07-17 05:16:41] local.INFO: AmpecoDataUpdater: Session API response for user 23 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:42] local.INFO: Sessions updated for user 23. {"count":0} 
[2025-07-17 05:16:43] local.INFO: AmpecoDataUpdater: Session API response for user 26 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=26&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:43] local.INFO: Sessions updated for user 26. {"count":0} 
[2025-07-17 05:16:44] local.INFO: AmpecoDataUpdater: Session API response for user 27 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:43+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=27&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:44] local.INFO: Sessions updated for user 27. {"count":0} 
[2025-07-17 05:16:46] local.INFO: AmpecoDataUpdater: Session API response for user 28 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:44+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:46] local.INFO: Sessions updated for user 28. {"count":0} 
[2025-07-17 05:16:47] local.INFO: AmpecoDataUpdater: Session API response for user 30 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:47] local.INFO: Sessions updated for user 30. {"count":0} 
[2025-07-17 05:16:48] local.INFO: AmpecoDataUpdater: Session API response for user 32 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:48] local.INFO: Sessions updated for user 32. {"count":0} 
[2025-07-17 05:16:49] local.INFO: AmpecoDataUpdater: Session API response for user 33 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=33&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:49] local.INFO: Sessions updated for user 33. {"count":0} 
[2025-07-17 05:16:50] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:16:51] local.INFO: AmpecoDataUpdater: Session API response for user 36 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=36&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:51] local.INFO: Sessions updated for user 36. {"count":0} 
[2025-07-17 05:16:51] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":395,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=394","label":"394","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=395","label":"395","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=5&perPage=5&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":5,"to":5,"total":1972}} 
[2025-07-17 05:16:53] local.INFO: AmpecoDataUpdater: Session API response for user 40 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=40&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:53] local.INFO: Sessions updated for user 40. {"count":0} 
[2025-07-17 05:16:54] local.INFO: AmpecoDataUpdater: Session API response for user 41 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=41&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:54] local.INFO: Sessions updated for user 41. {"count":0} 
[2025-07-17 05:16:55] local.INFO: AmpecoDataUpdater: Session API response for user 45 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=45&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:56] local.INFO: Sessions updated for user 45. {"count":0} 
[2025-07-17 05:16:57] local.INFO: AmpecoDataUpdater: Session API response for user 46 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:58] local.INFO: Sessions updated for user 46. {"count":0} 
[2025-07-17 05:16:59] local.INFO: AmpecoDataUpdater: Session API response for user 47 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:16:59] local.INFO: Sessions updated for user 47. {"count":0} 
[2025-07-17 05:16:59] local.INFO: AmpecoDataUpdater: Session API response for user 50 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:16:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=50&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A16%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:00] local.INFO: Sessions updated for user 50. {"count":0} 
[2025-07-17 05:17:00] local.INFO: AmpecoDataUpdater: Session API response for user 52 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=52&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:00] local.INFO: Sessions updated for user 52. {"count":0} 
[2025-07-17 05:17:01] local.INFO: AmpecoDataUpdater: Session API response for user 53 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=53&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:01] local.INFO: Sessions updated for user 53. {"count":0} 
[2025-07-17 05:17:03] local.INFO: AmpecoDataUpdater: Session API response for user 55 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:03] local.INFO: Sessions updated for user 55. {"count":0} 
[2025-07-17 05:17:04] local.INFO: AmpecoDataUpdater: Session API response for user 57 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:05] local.INFO: Sessions updated for user 57. {"count":0} 
[2025-07-17 05:17:06] local.INFO: AmpecoDataUpdater: Session API response for user 60 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=60&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:06] local.INFO: Sessions updated for user 60. {"count":0} 
[2025-07-17 05:17:07] local.INFO: AmpecoDataUpdater: Session API response for user 61 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=61&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:08] local.INFO: Sessions updated for user 61. {"count":0} 
[2025-07-17 05:17:09] local.INFO: AmpecoDataUpdater: Session API response for user 62 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:09] local.INFO: Sessions updated for user 62. {"count":0} 
[2025-07-17 05:17:10] local.INFO: AmpecoDataUpdater: Session API response for user 63 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=63&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:10] local.INFO: Sessions updated for user 63. {"count":0} 
[2025-07-17 05:17:11] local.INFO: AmpecoDataUpdater: Session API response for user 64 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:11] local.INFO: Sessions updated for user 64. {"count":0} 
[2025-07-17 05:17:12] local.INFO: AmpecoDataUpdater: Session API response for user 65 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=65&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:12] local.INFO: Sessions updated for user 65. {"count":0} 
[2025-07-17 05:17:13] local.INFO: AmpecoDataUpdater: Session API response for user 66 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=66&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:13] local.INFO: Sessions updated for user 66. {"count":0} 
[2025-07-17 05:17:13] local.INFO: AmpecoDataUpdater: Session API response for user 67 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=67&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:14] local.INFO: Sessions updated for user 67. {"count":0} 
[2025-07-17 05:17:15] local.INFO: AmpecoDataUpdater: Session API response for user 68 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:15] local.INFO: Sessions updated for user 68. {"count":0} 
[2025-07-17 05:17:16] local.INFO: AmpecoDataUpdater: Session API response for user 69 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:16] local.INFO: Sessions updated for user 69. {"count":0} 
[2025-07-17 05:17:17] local.INFO: AmpecoDataUpdater: Session API response for user 71 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=71&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:17] local.INFO: Sessions updated for user 71. {"count":0} 
[2025-07-17 05:17:18] local.INFO: AmpecoDataUpdater: Session API response for user 72 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=72&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:18] local.INFO: Sessions updated for user 72. {"count":0} 
[2025-07-17 05:17:19] local.INFO: AmpecoDataUpdater: Session API response for user 73 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=73&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:19] local.INFO: Sessions updated for user 73. {"count":0} 
[2025-07-17 05:17:20] local.INFO: AmpecoDataUpdater: Session API response for user 74 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:20] local.INFO: Sessions updated for user 74. {"count":0} 
[2025-07-17 05:17:21] local.INFO: AmpecoDataUpdater: Session API response for user 76 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:21] local.INFO: Sessions updated for user 76. {"count":0} 
[2025-07-17 05:17:22] local.INFO: AmpecoDataUpdater: Session API response for user 77 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=77&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:22] local.INFO: Sessions updated for user 77. {"count":0} 
[2025-07-17 05:17:23] local.INFO: AmpecoDataUpdater: Session API response for user 79 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:22+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=79&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:23] local.INFO: Sessions updated for user 79. {"count":0} 
[2025-07-17 05:17:24] local.INFO: AmpecoDataUpdater: Session API response for user 80 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:25] local.INFO: Sessions updated for user 80. {"count":0} 
[2025-07-17 05:17:26] local.INFO: AmpecoDataUpdater: Session API response for user 81 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:26] local.INFO: Sessions updated for user 81. {"count":0} 
[2025-07-17 05:17:26] local.INFO: AmpecoDataUpdater: Session API response for user 84 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:27] local.INFO: Sessions updated for user 84. {"count":0} 
[2025-07-17 05:17:27] local.INFO: AmpecoDataUpdater: Session API response for user 85 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=85&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:28] local.INFO: Sessions updated for user 85. {"count":0} 
[2025-07-17 05:17:28] local.INFO: AmpecoDataUpdater: Session API response for user 86 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:28] local.INFO: Sessions updated for user 86. {"count":0} 
[2025-07-17 05:17:29] local.INFO: AmpecoDataUpdater: Session API response for user 87 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:29] local.INFO: Sessions updated for user 87. {"count":0} 
[2025-07-17 05:17:30] local.INFO: AmpecoDataUpdater: Session API response for user 88 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:30] local.INFO: Sessions updated for user 88. {"count":0} 
[2025-07-17 05:17:31] local.INFO: AmpecoDataUpdater: Session API response for user 89 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=89&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:31] local.INFO: Sessions updated for user 89. {"count":0} 
[2025-07-17 05:17:32] local.INFO: AmpecoDataUpdater: Session API response for user 90 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:32] local.INFO: Sessions updated for user 90. {"count":0} 
[2025-07-17 05:17:33] local.INFO: AmpecoDataUpdater: Session API response for user 91 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=91&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:33] local.INFO: Sessions updated for user 91. {"count":0} 
[2025-07-17 05:17:34] local.INFO: AmpecoDataUpdater: Session API response for user 92 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=92&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:34] local.INFO: Sessions updated for user 92. {"count":0} 
[2025-07-17 05:17:35] local.INFO: AmpecoDataUpdater: Session API response for user 94 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:35] local.INFO: Sessions updated for user 94. {"count":0} 
[2025-07-17 05:17:36] local.INFO: AmpecoDataUpdater: Session API response for user 95 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:17:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=95&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2025-07-17T05%3A12%3A58%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A17%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:17:36] local.INFO: Sessions updated for user 95. {"count":0} 
[2025-07-17 05:17:52] local.INFO: AmpecoDataUpdater: Command started.  
[2025-07-17 05:17:52] local.INFO: AmpecoDataUpdater: DEBUG_USER_ID from .env is: Not Set  
[2025-07-17 05:17:53] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:17:55] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":100,"total":1972}} 
[2025-07-17 05:17:56] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:17:58] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"156\",\"email\":\"geertpennewaert@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Geert\",\"middleName\":null,\"lastName\":\"Pennewaert\",\"phone\":\"0476630591\",\"country\":\"BE\",\"state\":null,\"city\":\"Oudegem\",\"postCode\":\"9200\",\"address\":\"Ouburg 130\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":313,\"externalId\":null,\"lastUpdatedAt\":\"2022-06-01T15:29:58+00:00\",\"createdAt\":...","meta_data":{"current_page":2,"from":101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":200,"total":1972}} 
[2025-07-17 05:17:58] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:01] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"280\",\"email\":\"vavo@piso.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Wim\",\"middleName\":null,\"lastName\":\"Vrancken\",\"phone\":\"0478257802\",\"country\":\"BE\",\"state\":null,\"city\":\"St-Joris-Winge\",\"postCode\":\"3390\",\"address\":\"Wingerstraat 20\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":50.57,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2310,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-17T12:45:55+00:00\",\"createdA...","meta_data":{"current_page":3,"from":201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":300,"total":1972}} 
[2025-07-17 05:18:01] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:03] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"388\",\"email\":\"steven.deron@nippongases.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Steven\",\"middleName\":null,\"lastName\":\"De Ron\",\"phone\":\"0485686876\",\"country\":\"BE\",\"state\":null,\"city\":\"Boortmeerbeek\",\"postCode\":\"3191\",\"address\":\"Ravesteinstraat 96, Hever 3191 Boortmeerbeek, Belgium\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":148.3,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2720,\"externalId\":null,\"l...","meta_data":{"current_page":4,"from":301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":400,"total":1972}} 
[2025-07-17 05:18:03] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:05] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"497\",\"email\":\"sandra@capitalecars.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Edmond\",\"middleName\":null,\"lastName\":\"Plas\",\"phone\":\"+32475235296\",\"country\":\"BE\",\"state\":null,\"city\":\"Asse\",\"postCode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"fr\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":845,\"externalId\":null,\"lastUpdatedAt\":\"2023-06-06T13:06:44+00:00\",\"crea...","meta_data":{"current_page":5,"from":401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":500,"total":1972}} 
[2025-07-17 05:18:05] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:08] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"613\",\"email\":\"Kurt.fanton@madolex.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Kurt\",\"middleName\":null,\"lastName\":\"Fanton\",\"phone\":\"0484671968\",\"country\":\"BE\",\"state\":\"Ossendriesstraat 42\",\"city\":\"Zonhoven\",\"postCode\":\"3520\",\"address\":\"ossendriesstraat 42\",\"vehicleNo\":\"2-DUM-217\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2023-07-27T...","meta_data":{"current_page":6,"from":501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":600,"total":1972}} 
[2025-07-17 05:18:08] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:11] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"743\",\"email\":\"stijn.bogaerts@outlook.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Stijn\",\"middleName\":null,\"lastName\":\"Bogaerts\",\"phone\":\"+32 499 93 60 03\",\"country\":\"BE\",\"state\":null,\"city\":\"Edegem\",\"postCode\":\"2650\",\"address\":\"Pieter Van den Bemdenlaan 59\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":100,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-10T1...","meta_data":{"current_page":7,"from":601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":700,"total":1972}} 
[2025-07-17 05:18:11] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:13] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"858\",\"email\":\"nicobonnast@me.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Nico\",\"middleName\":null,\"lastName\":\"Bonnast\",\"phone\":\"+32477384279\",\"country\":\"BE\",\"state\":null,\"city\":\"Wetteren\",\"postCode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"vehicleNo\":\"2-ELT-630\",\"personal_id\":\"591-9330104-67\",\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2156,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-31T11...","meta_data":{"current_page":8,"from":701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":800,"total":1972}} 
[2025-07-17 05:18:13] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:16] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"974\",\"email\":\"tommie.van.mechgelen@centomedia.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Tommie\",\"middleName\":null,\"lastName\":\"Van Mechgelen\",\"phone\":\"+32496642889\",\"country\":\"BE\",\"state\":null,\"city\":\"Wommelgem\",\"postCode\":\"2160\",\"address\":\"Gullenrodestraat 7 unit 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-...","meta_data":{"current_page":9,"from":801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":900,"total":1972}} 
[2025-07-17 05:18:16] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:18] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1114\",\"email\":\"mike@brandnewoffice.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Mike\",\"middleName\":null,\"lastName\":\"De Koster\",\"phone\":\"0486 41 33 35\",\"country\":\"BE\",\"state\":null,\"city\":\"Herne\",\"postCode\":\"1540\",\"address\":\"Tweekapellenstraat 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-03-17T09:17:33+00:00\",...","meta_data":{"current_page":10,"from":901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1000,"total":1972}} 
[2025-07-17 05:18:18] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:20] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1272\",\"email\":\"gerritdevos@skynet.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Gerrit\",\"middleName\":null,\"lastName\":\"De Vos\",\"phone\":\"+32456310834\",\"country\":\"BE\",\"state\":null,\"city\":\"Lochristi\",\"postCode\":\"9080\",\"address\":\"Bosdreef 12C\",\"vehicleNo\":\"2fls641\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":438.05,\"status\":\"enabled\",\"userGroupIds\":[199],\"subscriptionId\":1319,\"externalId\":null,\"lastUpdatedAt\":\"2024-06-14T08:03:14+00:0...","meta_data":{"current_page":11,"from":1001,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1100,"total":1972}} 
[2025-07-17 05:18:20] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:22] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1387\",\"email\":\"bajetak586@albarulo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Bibro\",\"middleName\":null,\"lastName\":\"Antar\",\"phone\":\"+40721001950\",\"country\":\"SE\",\"state\":null,\"city\":\"Stockholm\",\"postCode\":\"11543\",\"address\":\"ahlessen nr. 44\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"disabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-09-30T07:49:51+00:00\",\"crea...","meta_data":{"current_page":12,"from":1101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1200,"total":1972}} 
[2025-07-17 05:18:22] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:25] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1515\",\"email\":\"yunotjeanbex@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Yunot\",\"middleName\":null,\"lastName\":\"Bex\",\"phone\":\"+32460940182\",\"country\":\"BE\",\"state\":null,\"city\":\"Hasselt\",\"postCode\":\"3511\",\"address\":\"Deken Habrakenstraat 8\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":16.22,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":1778,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T18:33:50+00:00\",\"...","meta_data":{"current_page":13,"from":1201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1300,"total":1972}} 
[2025-07-17 05:18:25] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:28] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1630\",\"email\":\"pascale.vanolst@everlam.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Pascale\",\"middleName\":null,\"lastName\":\"Vanolst\",\"phone\":\"0487 26 95 23\",\"country\":\"BE\",\"state\":null,\"city\":\"Mechelen\",\"postCode\":\"2800\",\"address\":\"Blokhuisstraat 47 J           B-2800 Mechelen\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2012,\"externalId\":null,\"lastUpdatedAt...","meta_data":{"current_page":14,"from":1301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1400,"total":1972}} 
[2025-07-17 05:18:28] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:30] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1735\",\"email\":\"christophe.leysen@live.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Christophe\",\"middleName\":null,\"lastName\":\"Leysen\",\"phone\":\"+32470868696\",\"country\":\"BE\",\"state\":\"Antwerpen\",\"city\":\"Kontich\",\"postCode\":\"2550\",\"address\":\"lijsterbolstraat 18\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-12-26T10:50...","meta_data":{"current_page":15,"from":1401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1500,"total":1972}} 
[2025-07-17 05:18:30] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:32] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1852\",\"email\":\"susanbaba73@yahoo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":null,\"middleName\":null,\"lastName\":null,\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"es-ES\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-31T19:51:30+00:00\",\"createdAt\":\"2025-01-31T19:51:30+00:00\",\"cre...","meta_data":{"current_page":16,"from":1501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1600,"total":1972}} 
[2025-07-17 05:18:32] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:34] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1957\",\"email\":\"Heidi.Goossens@sobi.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Heidi\",\"middleName\":null,\"lastName\":\"Goossens\",\"phone\":\"32497590918\",\"country\":\"BE\",\"state\":null,\"city\":\"Waanrode\",\"postCode\":\"3473\",\"address\":\"Oude Tiensestraat 40\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":192.86,\"status\":\"enabled\",\"userGroupIds\":[228],\"subscriptionId\":2412,\"externalId\":\"1957\",\"lastUpdatedAt\":\"2025-04-02T11:59:5...","meta_data":{"current_page":17,"from":1601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1700,"total":1972}} 
[2025-07-17 05:18:34] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:36] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2093\",\"email\":\"sbai.ayoub@hotmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Ayoub\",\"middleName\":null,\"lastName\":\"Sbai\",\"phone\":\"+33643202625\",\"country\":\"FR\",\"state\":null,\"city\":\"Paris\",\"postCode\":\"75019\",\"address\":\"16 all\\u00e9e de Fontainebelau\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":51.65,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T10:36:03+...","meta_data":{"current_page":18,"from":1701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1800,"total":1972}} 
[2025-07-17 05:18:36] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:39] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2228\",\"email\":\"brecht.van.camp@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Brecht\",\"middleName\":null,\"lastName\":\"Van Camp\",\"phone\":\"+32476 58 79 81\",\"country\":\"BE\",\"state\":null,\"city\":\"Oelegem\",\"postCode\":\"2520\",\"address\":\"Schransken 5a\\/001\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-25T11:14:32+00:0...","meta_data":{"current_page":19,"from":1801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1900,"total":1972}} 
[2025-07-17 05:18:39] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:18:41] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2347\",\"email\":\"sarah.jacobs@docitconsult.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Sarah\",\"middleName\":null,\"lastName\":\"Jacobs\",\"phone\":\"0472013387\",\"country\":\"BE\",\"state\":null,\"city\":\"Schoten\",\"postCode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2595,\"externalId\":\"2347\",\"lastUpdatedAt\":\"2025-06-30T11:38:38+00:00...","meta_data":{"current_page":20,"from":1901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1972,"total":1972}} 
[2025-07-17 05:18:41] local.INFO: AmpecoDataUpdater: Session API response for user 1 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:18:41+00:00","sessions_count":7,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":7,"total":7}} 
[2025-07-17 05:18:46] local.INFO: Sessions updated for user 1. {"count":7} 
[2025-07-17 05:18:47] local.INFO: AmpecoDataUpdater: Session API response for user 7 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:18:46+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":11,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":528}} 
[2025-07-17 05:19:05] local.INFO: Sessions updated for user 7. {"count":528} 
[2025-07-17 05:19:06] local.INFO: AmpecoDataUpdater: Session API response for user 15 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:19:05+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=15&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=15&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=15&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=15&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":130}} 
[2025-07-17 05:19:10] local.INFO: Sessions updated for user 15. {"count":130} 
[2025-07-17 05:19:11] local.INFO: AmpecoDataUpdater: Session API response for user 17 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:19:10+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":26,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=25","label":"25","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=26","label":"26","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":1256}} 
[2025-07-17 05:19:49] local.INFO: Sessions updated for user 17. {"count":1256} 
[2025-07-17 05:19:50] local.INFO: AmpecoDataUpdater: Session API response for user 19 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:19:49+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=19&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=19&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=19&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=19&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":132}} 
[2025-07-17 05:19:53] local.INFO: Sessions updated for user 19. {"count":132} 
[2025-07-17 05:19:54] local.INFO: AmpecoDataUpdater: Session API response for user 20 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:19:53+00:00","sessions_count":24,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=20&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":24,"total":24}} 
[2025-07-17 05:19:54] local.INFO: Sessions updated for user 20. {"count":24} 
[2025-07-17 05:19:56] local.INFO: AmpecoDataUpdater: Session API response for user 21 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:19:54+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":17,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":849}} 
[2025-07-17 05:20:22] local.ERROR: AmpecoApiService: RequestException for CP ID 12934: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 12934"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/12934","status":404} 
[2025-07-17 05:20:22] local.WARNING: AmpecoDataUpdater: Charge Point ID 12934 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:20:25] local.ERROR: AmpecoApiService: RequestException for CP ID 12826: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 12826"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/12826","status":404} 
[2025-07-17 05:20:25] local.WARNING: AmpecoDataUpdater: Charge Point ID 12826 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:20:29] local.ERROR: AmpecoApiService: RequestException for CP ID 54010: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 54010"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/54010","status":404} 
[2025-07-17 05:20:29] local.WARNING: AmpecoDataUpdater: Charge Point ID 54010 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:20:33] local.ERROR: AmpecoApiService: RequestException for CP ID 13: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 13"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/13","status":404} 
[2025-07-17 05:20:33] local.WARNING: AmpecoDataUpdater: Charge Point ID 13 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:20:37] local.ERROR: AmpecoApiService: RequestException for CP ID 60517: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 60517"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/60517","status":404} 
[2025-07-17 05:20:37] local.WARNING: AmpecoDataUpdater: Charge Point ID 60517 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:20:55] local.ERROR: AmpecoApiService: RequestException for CP ID 23463: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 23463"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/23463","status":404} 
[2025-07-17 05:20:55] local.WARNING: AmpecoDataUpdater: Charge Point ID 23463 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:21:00] local.ERROR: AmpecoApiService: RequestException for CP ID 150772: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 150772"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/150772","status":404} 
[2025-07-17 05:21:00] local.WARNING: AmpecoDataUpdater: Charge Point ID 150772 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:21:13] local.ERROR: AmpecoApiService: RequestException for CP ID 339337: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 339337"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/339337","status":404} 
[2025-07-17 05:21:13] local.WARNING: AmpecoDataUpdater: Charge Point ID 339337 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:21:18] local.ERROR: AmpecoApiService: RequestException for CP ID 235728: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 235728"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/235728","status":404} 
[2025-07-17 05:21:18] local.WARNING: AmpecoDataUpdater: Charge Point ID 235728 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:21:22] local.ERROR: AmpecoApiService: RequestException for CP ID 355045: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 355045"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/355045","status":404} 
[2025-07-17 05:21:22] local.WARNING: AmpecoDataUpdater: Charge Point ID 355045 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:21:28] local.INFO: Sessions updated for user 21. {"count":849} 
[2025-07-17 05:21:30] local.INFO: AmpecoDataUpdater: Session API response for user 23 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:21:28+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":29,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=28","label":"28","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=29","label":"29","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":1416}} 
[2025-07-17 05:22:13] local.ERROR: AmpecoApiService: RequestException for CP ID 47041: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 47041"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/47041","status":404} 
[2025-07-17 05:22:13] local.WARNING: AmpecoDataUpdater: Charge Point ID 47041 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:22:26] local.ERROR: AmpecoApiService: RequestException for CP ID 32865: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 32865"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/32865","status":404} 
[2025-07-17 05:22:26] local.WARNING: AmpecoDataUpdater: Charge Point ID 32865 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:22:30] local.ERROR: AmpecoApiService: RequestException for CP ID 37183: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 37183"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/37183","status":404} 
[2025-07-17 05:22:30] local.WARNING: AmpecoDataUpdater: Charge Point ID 37183 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:22:59] local.ERROR: AmpecoApiService: RequestException for CP ID 341606: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 341606"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/341606","status":404} 
[2025-07-17 05:22:59] local.WARNING: AmpecoDataUpdater: Charge Point ID 341606 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:23:05] local.ERROR: AmpecoApiService: RequestException for CP ID 353754: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 353754"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/353754","status":404} 
[2025-07-17 05:23:05] local.WARNING: AmpecoDataUpdater: Charge Point ID 353754 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:23:19] local.ERROR: AmpecoApiService: RequestException for CP ID 321374: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 321374"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/321374","status":404} 
[2025-07-17 05:23:19] local.WARNING: AmpecoDataUpdater: Charge Point ID 321374 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:23:25] local.ERROR: AmpecoApiService: RequestException for CP ID 391040: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 391040"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/391040","status":404} 
[2025-07-17 05:23:25] local.WARNING: AmpecoDataUpdater: Charge Point ID 391040 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:23:42] local.ERROR: AmpecoApiService: RequestException for CP ID 422459: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 422459"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/422459","status":404} 
[2025-07-17 05:23:42] local.WARNING: AmpecoDataUpdater: Charge Point ID 422459 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:23:59] local.ERROR: AmpecoApiService: RequestException for CP ID 391253: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 391253"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/391253","status":404} 
[2025-07-17 05:23:59] local.WARNING: AmpecoDataUpdater: Charge Point ID 391253 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:24:14] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 05:24:14] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:24:28] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-17 05:24:28] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:24:52] local.INFO: Sessions updated for user 23. {"count":1416} 
[2025-07-17 05:24:54] local.INFO: AmpecoDataUpdater: Session API response for user 26 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:24:52+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=26&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=26&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=26&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":75}} 
[2025-07-17 05:25:00] local.ERROR: AmpecoApiService: RequestException for CP ID 272677: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 272677"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/272677","status":404} 
[2025-07-17 05:25:00] local.WARNING: AmpecoDataUpdater: Charge Point ID 272677 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:25:00] local.INFO: Sessions updated for user 26. {"count":75} 
[2025-07-17 05:25:01] local.INFO: AmpecoDataUpdater: Session API response for user 27 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:25:00+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=27&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=27&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=27&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=27&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":118}} 
[2025-07-17 05:25:05] local.INFO: Sessions updated for user 27. {"count":118} 
[2025-07-17 05:25:07] local.INFO: AmpecoDataUpdater: Session API response for user 28 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:25:05+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":10,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":497}} 
[2025-07-17 05:25:26] local.INFO: Sessions updated for user 28. {"count":497} 
[2025-07-17 05:25:27] local.INFO: AmpecoDataUpdater: Session API response for user 30 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:25:26+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":37,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=36","label":"36","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=37","label":"37","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":1831}} 
[2025-07-17 05:26:18] local.INFO: Sessions updated for user 30. {"count":1831} 
[2025-07-17 05:26:20] local.INFO: AmpecoDataUpdater: Session API response for user 32 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:26:18+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":13,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":634}} 
[2025-07-17 05:26:38] local.INFO: Sessions updated for user 32. {"count":634} 
[2025-07-17 05:26:38] local.INFO: AmpecoDataUpdater: Session API response for user 33 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:26:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=33&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:26:38] local.INFO: Sessions updated for user 33. {"count":0} 
[2025-07-17 05:26:39] local.INFO: AmpecoDataUpdater: Session API response for user 36 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:26:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=36&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:26:39] local.INFO: Sessions updated for user 36. {"count":0} 
[2025-07-17 05:26:41] local.INFO: AmpecoDataUpdater: Session API response for user 40 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:26:39+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=40&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=40&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=40&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=40&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=40&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=40&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=40&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=40&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":338}} 
[2025-07-17 05:26:52] local.ERROR: AmpecoApiService: RequestException for CP ID 255946: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 255946"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/255946","status":404} 
[2025-07-17 05:26:52] local.WARNING: AmpecoDataUpdater: Charge Point ID 255946 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:26:53] local.INFO: Sessions updated for user 40. {"count":338} 
[2025-07-17 05:26:54] local.INFO: AmpecoDataUpdater: Session API response for user 41 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:26:53+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=41&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=41&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=41&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=41&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":143}} 
[2025-07-17 05:27:02] local.ERROR: AmpecoApiService: RequestException for CP ID 595390: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595390","status":403} 
[2025-07-17 05:27:02] local.WARNING: AmpecoDataUpdater: Charge Point ID 595390 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:27:02] local.INFO: Sessions updated for user 41. {"count":143} 
[2025-07-17 05:27:06] local.INFO: AmpecoDataUpdater: Session API response for user 45 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:27:02+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=45&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=45&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=45&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=45&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=45&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=45&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":208}} 
[2025-07-17 05:27:11] local.INFO: Sessions updated for user 45. {"count":208} 
[2025-07-17 05:27:12] local.INFO: AmpecoDataUpdater: Session API response for user 46 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:27:11+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":17,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":849}} 
[2025-07-17 05:27:35] local.INFO: Sessions updated for user 46. {"count":849} 
[2025-07-17 05:27:36] local.INFO: AmpecoDataUpdater: Session API response for user 47 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:27:35+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":21,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=21","label":"21","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":1034}} 
[2025-07-17 05:28:07] local.ERROR: AmpecoApiService: RequestException for CP ID 13: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 13"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/13","status":404} 
[2025-07-17 05:28:07] local.WARNING: AmpecoDataUpdater: Charge Point ID 13 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:28:08] local.INFO: Sessions updated for user 47. {"count":1034} 
[2025-07-17 05:28:10] local.INFO: AmpecoDataUpdater: Session API response for user 50 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:28:08+00:00","sessions_count":49,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=50&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":49,"total":49}} 
[2025-07-17 05:28:11] local.INFO: Sessions updated for user 50. {"count":49} 
[2025-07-17 05:28:12] local.INFO: AmpecoDataUpdater: Session API response for user 52 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:28:11+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=52&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=52&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=52&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":56}} 
[2025-07-17 05:28:18] local.ERROR: AmpecoApiService: RequestException for CP ID 336222: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 336222"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/336222","status":404} 
[2025-07-17 05:28:18] local.WARNING: AmpecoDataUpdater: Charge Point ID 336222 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:28:26] local.ERROR: AmpecoApiService: RequestException for CP ID 336756: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 336756"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/336756","status":404} 
[2025-07-17 05:28:26] local.WARNING: AmpecoDataUpdater: Charge Point ID 336756 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:28:33] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 05:28:33] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:28:33] local.INFO: Sessions updated for user 52. {"count":56} 
[2025-07-17 05:28:34] local.INFO: AmpecoDataUpdater: Session API response for user 53 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:28:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=53&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:28:35] local.INFO: Sessions updated for user 53. {"count":0} 
[2025-07-17 05:28:36] local.INFO: AmpecoDataUpdater: Session API response for user 55 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:28:35+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":317}} 
[2025-07-17 05:28:46] local.INFO: Sessions updated for user 55. {"count":317} 
[2025-07-17 05:28:48] local.INFO: AmpecoDataUpdater: Session API response for user 57 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:28:46+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":218}} 
[2025-07-17 05:29:02] local.INFO: Sessions updated for user 57. {"count":218} 
[2025-07-17 05:29:03] local.INFO: AmpecoDataUpdater: Session API response for user 60 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:29:02+00:00","sessions_count":1,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=60&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":1,"total":1}} 
[2025-07-17 05:29:03] local.INFO: Sessions updated for user 60. {"count":1} 
[2025-07-17 05:29:04] local.INFO: AmpecoDataUpdater: Session API response for user 61 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:29:03+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=61&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=61&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=61&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=61&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=61&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=61&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":216}} 
[2025-07-17 05:29:14] local.INFO: Sessions updated for user 61. {"count":216} 
[2025-07-17 05:29:15] local.INFO: AmpecoDataUpdater: Session API response for user 62 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:29:14+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":19,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":901}} 
[2025-07-17 05:29:39] local.INFO: Sessions updated for user 62. {"count":901} 
[2025-07-17 05:29:41] local.INFO: AmpecoDataUpdater: Session API response for user 63 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:29:39+00:00","sessions_count":32,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=63&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":32,"total":32}} 
[2025-07-17 05:29:41] local.INFO: Sessions updated for user 63. {"count":32} 
[2025-07-17 05:29:43] local.INFO: AmpecoDataUpdater: Session API response for user 64 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:29:41+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":11,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":534}} 
[2025-07-17 05:30:05] local.ERROR: AmpecoApiService: RequestException for CP ID 34060: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 34060"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/34060","status":404} 
[2025-07-17 05:30:05] local.WARNING: AmpecoDataUpdater: Charge Point ID 34060 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:30:06] local.INFO: Sessions updated for user 64. {"count":534} 
[2025-07-17 05:30:06] local.INFO: AmpecoDataUpdater: Session API response for user 65 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:30:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=65&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:30:06] local.INFO: Sessions updated for user 65. {"count":0} 
[2025-07-17 05:30:07] local.INFO: AmpecoDataUpdater: Session API response for user 66 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:30:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=66&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:30:07] local.INFO: Sessions updated for user 66. {"count":0} 
[2025-07-17 05:30:08] local.INFO: AmpecoDataUpdater: Session API response for user 67 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:30:07+00:00","sessions_count":3,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=67&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":3,"total":3}} 
[2025-07-17 05:30:12] local.ERROR: AmpecoApiService: RequestException for CP ID 59257: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59257"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59257","status":404} 
[2025-07-17 05:30:12] local.WARNING: AmpecoDataUpdater: Charge Point ID 59257 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:30:16] local.ERROR: AmpecoApiService: RequestException for CP ID 88270: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 88270"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/88270","status":404} 
[2025-07-17 05:30:16] local.WARNING: AmpecoDataUpdater: Charge Point ID 88270 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:30:16] local.INFO: Sessions updated for user 67. {"count":3} 
[2025-07-17 05:30:18] local.INFO: AmpecoDataUpdater: Session API response for user 68 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:30:16+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":10,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":486}} 
[2025-07-17 05:30:33] local.ERROR: AmpecoApiService: RequestException for CP ID 59257: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59257"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59257","status":404} 
[2025-07-17 05:30:33] local.WARNING: AmpecoDataUpdater: Charge Point ID 59257 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:30:39] local.ERROR: AmpecoApiService: RequestException for CP ID 59255: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59255"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59255","status":404} 
[2025-07-17 05:30:39] local.WARNING: AmpecoDataUpdater: Charge Point ID 59255 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:30:40] local.INFO: Sessions updated for user 68. {"count":486} 
[2025-07-17 05:30:41] local.INFO: AmpecoDataUpdater: Session API response for user 69 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:30:40+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":359}} 
[2025-07-17 05:30:54] local.ERROR: AmpecoApiService: RequestException for CP ID 47041: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 47041"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/47041","status":404} 
[2025-07-17 05:30:54] local.WARNING: AmpecoDataUpdater: Charge Point ID 47041 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:31:04] local.INFO: Sessions updated for user 69. {"count":359} 
[2025-07-17 05:31:04] local.INFO: AmpecoDataUpdater: Session API response for user 71 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:31:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=71&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:31:04] local.INFO: Sessions updated for user 71. {"count":0} 
[2025-07-17 05:31:05] local.INFO: AmpecoDataUpdater: Session API response for user 72 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:31:04+00:00","sessions_count":11,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=72&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":11,"total":11}} 
[2025-07-17 05:31:05] local.INFO: Sessions updated for user 72. {"count":11} 
[2025-07-17 05:31:06] local.INFO: AmpecoDataUpdater: Session API response for user 73 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:31:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=73&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:31:06] local.INFO: Sessions updated for user 73. {"count":0} 
[2025-07-17 05:31:07] local.INFO: AmpecoDataUpdater: Session API response for user 74 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:31:06+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":10,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":459}} 
[2025-07-17 05:31:26] local.ERROR: AmpecoApiService: RequestException for CP ID 30756: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 30756"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/30756","status":404} 
[2025-07-17 05:31:26] local.WARNING: AmpecoDataUpdater: Charge Point ID 30756 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:31:28] local.INFO: Sessions updated for user 74. {"count":459} 
[2025-07-17 05:31:30] local.INFO: AmpecoDataUpdater: Session API response for user 76 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:31:28+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":12,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":596}} 
[2025-07-17 05:31:46] local.INFO: Sessions updated for user 76. {"count":596} 
[2025-07-17 05:31:46] local.INFO: AmpecoDataUpdater: Session API response for user 77 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:31:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=77&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:31:46] local.INFO: Sessions updated for user 77. {"count":0} 
[2025-07-17 05:31:48] local.INFO: AmpecoDataUpdater: Session API response for user 79 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:31:46+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=79&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=79&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=79&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":73}} 
[2025-07-17 05:31:56] local.ERROR: AmpecoApiService: RequestException for CP ID 13060: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 13060"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/13060","status":404} 
[2025-07-17 05:31:56] local.WARNING: AmpecoDataUpdater: Charge Point ID 13060 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:32:02] local.ERROR: AmpecoApiService: RequestException for CP ID 22105: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 22105"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/22105","status":404} 
[2025-07-17 05:32:02] local.WARNING: AmpecoDataUpdater: Charge Point ID 22105 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:32:06] local.ERROR: AmpecoApiService: RequestException for CP ID 19250: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 19250"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/19250","status":404} 
[2025-07-17 05:32:06] local.WARNING: AmpecoDataUpdater: Charge Point ID 19250 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:32:09] local.INFO: Sessions updated for user 79. {"count":73} 
[2025-07-17 05:32:11] local.INFO: AmpecoDataUpdater: Session API response for user 80 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:32:09+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":26,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=25","label":"25","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=26","label":"26","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":1262}} 
[2025-07-17 05:32:56] local.INFO: Sessions updated for user 80. {"count":1262} 
[2025-07-17 05:32:57] local.INFO: AmpecoDataUpdater: Session API response for user 81 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:32:56+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":367}} 
[2025-07-17 05:33:11] local.INFO: Sessions updated for user 81. {"count":367} 
[2025-07-17 05:33:12] local.INFO: AmpecoDataUpdater: Session API response for user 84 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:33:11+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":17,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":806}} 
[2025-07-17 05:33:41] local.INFO: Sessions updated for user 84. {"count":806} 
[2025-07-17 05:33:42] local.INFO: AmpecoDataUpdater: Session API response for user 85 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:33:41+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=85&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=85&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=85&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":99}} 
[2025-07-17 05:33:44] local.INFO: Sessions updated for user 85. {"count":99} 
[2025-07-17 05:33:45] local.INFO: AmpecoDataUpdater: Session API response for user 86 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:33:44+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":974}} 
[2025-07-17 05:34:12] local.INFO: Sessions updated for user 86. {"count":974} 
[2025-07-17 05:34:13] local.INFO: AmpecoDataUpdater: Session API response for user 87 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:34:12+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":396}} 
[2025-07-17 05:34:23] local.INFO: Sessions updated for user 87. {"count":396} 
[2025-07-17 05:34:25] local.INFO: AmpecoDataUpdater: Session API response for user 88 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:34:23+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":19,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":908}} 
[2025-07-17 05:34:59] local.ERROR: AmpecoApiService: RequestException for CP ID 56501: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 56501"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/56501","status":404} 
[2025-07-17 05:34:59] local.WARNING: AmpecoDataUpdater: Charge Point ID 56501 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:35:07] local.ERROR: AmpecoApiService: RequestException for CP ID 47213: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 47213"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/47213","status":404} 
[2025-07-17 05:35:07] local.WARNING: AmpecoDataUpdater: Charge Point ID 47213 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:35:13] local.ERROR: AmpecoApiService: RequestException for CP ID 28678: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 28678"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/28678","status":404} 
[2025-07-17 05:35:13] local.WARNING: AmpecoDataUpdater: Charge Point ID 28678 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:35:21] local.ERROR: AmpecoApiService: RequestException for CP ID 19250: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 19250"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/19250","status":404} 
[2025-07-17 05:35:21] local.WARNING: AmpecoDataUpdater: Charge Point ID 19250 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:35:25] local.ERROR: AmpecoApiService: RequestException for CP ID 29802: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 29802"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/29802","status":404} 
[2025-07-17 05:35:25] local.WARNING: AmpecoDataUpdater: Charge Point ID 29802 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:35:29] local.ERROR: AmpecoApiService: RequestException for CP ID 56519: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 56519"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/56519","status":404} 
[2025-07-17 05:35:29] local.WARNING: AmpecoDataUpdater: Charge Point ID 56519 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:35:34] local.ERROR: AmpecoApiService: RequestException for CP ID 1311: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 1311"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/1311","status":404} 
[2025-07-17 05:35:34] local.WARNING: AmpecoDataUpdater: Charge Point ID 1311 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:35:38] local.ERROR: AmpecoApiService: RequestException for CP ID 246181: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 246181"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/246181","status":404} 
[2025-07-17 05:35:38] local.WARNING: AmpecoDataUpdater: Charge Point ID 246181 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:35:42] local.ERROR: AmpecoApiService: RequestException for CP ID 13064: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 13064"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/13064","status":404} 
[2025-07-17 05:35:42] local.WARNING: AmpecoDataUpdater: Charge Point ID 13064 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:35:51] local.ERROR: AmpecoApiService: RequestException for CP ID 52878: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 52878"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/52878","status":404} 
[2025-07-17 05:35:51] local.WARNING: AmpecoDataUpdater: Charge Point ID 52878 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:35:55] local.ERROR: AmpecoApiService: RequestException for CP ID 22179: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 22179"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/22179","status":404} 
[2025-07-17 05:35:55] local.WARNING: AmpecoDataUpdater: Charge Point ID 22179 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:35:59] local.ERROR: AmpecoApiService: RequestException for CP ID 245948: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 245948"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/245948","status":404} 
[2025-07-17 05:35:59] local.WARNING: AmpecoDataUpdater: Charge Point ID 245948 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:03] local.ERROR: AmpecoApiService: RequestException for CP ID 18661: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 18661"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/18661","status":404} 
[2025-07-17 05:36:03] local.WARNING: AmpecoDataUpdater: Charge Point ID 18661 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:07] local.ERROR: AmpecoApiService: RequestException for CP ID 247486: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 247486"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/247486","status":404} 
[2025-07-17 05:36:07] local.WARNING: AmpecoDataUpdater: Charge Point ID 247486 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:10] local.ERROR: AmpecoApiService: RequestException for CP ID 59257: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59257"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59257","status":404} 
[2025-07-17 05:36:10] local.WARNING: AmpecoDataUpdater: Charge Point ID 59257 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:14] local.ERROR: AmpecoApiService: RequestException for CP ID 18537: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 18537"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/18537","status":404} 
[2025-07-17 05:36:14] local.WARNING: AmpecoDataUpdater: Charge Point ID 18537 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:18] local.ERROR: AmpecoApiService: RequestException for CP ID 34527: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 34527"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/34527","status":404} 
[2025-07-17 05:36:18] local.WARNING: AmpecoDataUpdater: Charge Point ID 34527 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:24] local.ERROR: AmpecoApiService: RequestException for CP ID 59679: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59679"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59679","status":404} 
[2025-07-17 05:36:24] local.WARNING: AmpecoDataUpdater: Charge Point ID 59679 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:28] local.ERROR: AmpecoApiService: RequestException for CP ID 22841: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 22841"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/22841","status":404} 
[2025-07-17 05:36:28] local.WARNING: AmpecoDataUpdater: Charge Point ID 22841 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:31] local.ERROR: AmpecoApiService: RequestException for CP ID 207203: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 207203"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/207203","status":404} 
[2025-07-17 05:36:31] local.WARNING: AmpecoDataUpdater: Charge Point ID 207203 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:35] local.ERROR: AmpecoApiService: RequestException for CP ID 64671: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 64671"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/64671","status":404} 
[2025-07-17 05:36:35] local.WARNING: AmpecoDataUpdater: Charge Point ID 64671 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:39] local.ERROR: AmpecoApiService: RequestException for CP ID 233979: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 233979"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/233979","status":404} 
[2025-07-17 05:36:39] local.WARNING: AmpecoDataUpdater: Charge Point ID 233979 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:43] local.ERROR: AmpecoApiService: RequestException for CP ID 147754: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 147754"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/147754","status":404} 
[2025-07-17 05:36:43] local.WARNING: AmpecoDataUpdater: Charge Point ID 147754 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:49] local.ERROR: AmpecoApiService: RequestException for CP ID 13667: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 13667"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/13667","status":404} 
[2025-07-17 05:36:49] local.WARNING: AmpecoDataUpdater: Charge Point ID 13667 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:53] local.ERROR: AmpecoApiService: RequestException for CP ID 238590: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 238590"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/238590","status":404} 
[2025-07-17 05:36:53] local.WARNING: AmpecoDataUpdater: Charge Point ID 238590 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:36:57] local.ERROR: AmpecoApiService: RequestException for CP ID 250271: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 250271"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/250271","status":404} 
[2025-07-17 05:36:57] local.WARNING: AmpecoDataUpdater: Charge Point ID 250271 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:37:01] local.ERROR: AmpecoApiService: RequestException for CP ID 22691: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 22691"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/22691","status":404} 
[2025-07-17 05:37:01] local.WARNING: AmpecoDataUpdater: Charge Point ID 22691 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:37:06] local.ERROR: AmpecoApiService: RequestException for CP ID 223355: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 223355"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/223355","status":404} 
[2025-07-17 05:37:06] local.WARNING: AmpecoDataUpdater: Charge Point ID 223355 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:37:12] local.ERROR: AmpecoApiService: RequestException for CP ID 279487: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 279487"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/279487","status":404} 
[2025-07-17 05:37:12] local.WARNING: AmpecoDataUpdater: Charge Point ID 279487 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:37:16] local.ERROR: AmpecoApiService: RequestException for CP ID 267037: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 267037"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/267037","status":404} 
[2025-07-17 05:37:16] local.WARNING: AmpecoDataUpdater: Charge Point ID 267037 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:37:22] local.ERROR: AmpecoApiService: RequestException for CP ID 330818: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 330818"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/330818","status":404} 
[2025-07-17 05:37:22] local.WARNING: AmpecoDataUpdater: Charge Point ID 330818 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:37:30] local.ERROR: AmpecoApiService: RequestException for CP ID 339336: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 339336"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/339336","status":404} 
[2025-07-17 05:37:30] local.WARNING: AmpecoDataUpdater: Charge Point ID 339336 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:37:37] local.ERROR: AmpecoApiService: RequestException for CP ID 339323: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 339323"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/339323","status":404} 
[2025-07-17 05:37:37] local.WARNING: AmpecoDataUpdater: Charge Point ID 339323 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:37:43] local.ERROR: AmpecoApiService: RequestException for CP ID 363088: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 363088"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/363088","status":404} 
[2025-07-17 05:37:43] local.WARNING: AmpecoDataUpdater: Charge Point ID 363088 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:37:47] local.ERROR: AmpecoApiService: RequestException for CP ID 360505: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 360505"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/360505","status":404} 
[2025-07-17 05:37:47] local.WARNING: AmpecoDataUpdater: Charge Point ID 360505 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:38:13] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-17 05:38:13] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:38:18] local.ERROR: AmpecoApiService: RequestException for CP ID 421469: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 421469"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/421469","status":404} 
[2025-07-17 05:38:18] local.WARNING: AmpecoDataUpdater: Charge Point ID 421469 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:38:24] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 05:38:24] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:38:31] local.INFO: Sessions updated for user 88. {"count":908} 
[2025-07-17 05:38:32] local.INFO: AmpecoDataUpdater: Session API response for user 89 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:38:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=89&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:38:32] local.INFO: Sessions updated for user 89. {"count":0} 
[2025-07-17 05:38:33] local.INFO: AmpecoDataUpdater: Session API response for user 90 {"start_date":"2025-07-17T05:12:58+00:00","end_date":"2025-07-17T05:38:32+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":398}} 
[2025-07-17 05:50:13] local.ERROR: Command "app:ampeco-data-update" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-ampeco-api
    app:test-maintenance
    app:test-sessions-api
    app:update-ampeco-data {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"app:ampeco-data-update\" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-ampeco-api
    app:test-maintenance
    app:test-sessions-api
    app:update-ampeco-data at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php:725)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('app:ampeco-data...')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-07-17 05:50:41] local.ERROR: Command "app:ampeco-data-updater" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-ampeco-api
    app:test-maintenance
    app:test-sessions-api
    app:update-ampeco-data {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"app:ampeco-data-updater\" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-ampeco-api
    app:test-maintenance
    app:test-sessions-api
    app:update-ampeco-data at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php:725)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('app:ampeco-data...')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-07-17 05:51:22] local.INFO: AmpecoDataUpdater: Command started.  
[2025-07-17 05:51:22] local.INFO: AmpecoDataUpdater: DEBUG_USER_ID from .env is: Not Set  
[2025-07-17 05:51:22] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:25] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":100,"total":1972}} 
[2025-07-17 05:51:25] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:28] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"156\",\"email\":\"geertpennewaert@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Geert\",\"middleName\":null,\"lastName\":\"Pennewaert\",\"phone\":\"0476630591\",\"country\":\"BE\",\"state\":null,\"city\":\"Oudegem\",\"postCode\":\"9200\",\"address\":\"Ouburg 130\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":313,\"externalId\":null,\"lastUpdatedAt\":\"2022-06-01T15:29:58+00:00\",\"createdAt\":...","meta_data":{"current_page":2,"from":101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":200,"total":1972}} 
[2025-07-17 05:51:28] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:30] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"280\",\"email\":\"vavo@piso.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Wim\",\"middleName\":null,\"lastName\":\"Vrancken\",\"phone\":\"0478257802\",\"country\":\"BE\",\"state\":null,\"city\":\"St-Joris-Winge\",\"postCode\":\"3390\",\"address\":\"Wingerstraat 20\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":50.57,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2310,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-17T12:45:55+00:00\",\"createdA...","meta_data":{"current_page":3,"from":201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":300,"total":1972}} 
[2025-07-17 05:51:30] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:33] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"388\",\"email\":\"steven.deron@nippongases.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Steven\",\"middleName\":null,\"lastName\":\"De Ron\",\"phone\":\"0485686876\",\"country\":\"BE\",\"state\":null,\"city\":\"Boortmeerbeek\",\"postCode\":\"3191\",\"address\":\"Ravesteinstraat 96, Hever 3191 Boortmeerbeek, Belgium\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":148.3,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2720,\"externalId\":null,\"l...","meta_data":{"current_page":4,"from":301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":400,"total":1972}} 
[2025-07-17 05:51:33] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:35] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"497\",\"email\":\"sandra@capitalecars.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Edmond\",\"middleName\":null,\"lastName\":\"Plas\",\"phone\":\"+32475235296\",\"country\":\"BE\",\"state\":null,\"city\":\"Asse\",\"postCode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"fr\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":845,\"externalId\":null,\"lastUpdatedAt\":\"2023-06-06T13:06:44+00:00\",\"crea...","meta_data":{"current_page":5,"from":401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":500,"total":1972}} 
[2025-07-17 05:51:35] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:38] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"613\",\"email\":\"Kurt.fanton@madolex.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Kurt\",\"middleName\":null,\"lastName\":\"Fanton\",\"phone\":\"0484671968\",\"country\":\"BE\",\"state\":\"Ossendriesstraat 42\",\"city\":\"Zonhoven\",\"postCode\":\"3520\",\"address\":\"ossendriesstraat 42\",\"vehicleNo\":\"2-DUM-217\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2023-07-27T...","meta_data":{"current_page":6,"from":501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":600,"total":1972}} 
[2025-07-17 05:51:38] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:40] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"743\",\"email\":\"stijn.bogaerts@outlook.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Stijn\",\"middleName\":null,\"lastName\":\"Bogaerts\",\"phone\":\"+32 499 93 60 03\",\"country\":\"BE\",\"state\":null,\"city\":\"Edegem\",\"postCode\":\"2650\",\"address\":\"Pieter Van den Bemdenlaan 59\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":100,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-10T1...","meta_data":{"current_page":7,"from":601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":700,"total":1972}} 
[2025-07-17 05:51:40] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:42] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"858\",\"email\":\"nicobonnast@me.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Nico\",\"middleName\":null,\"lastName\":\"Bonnast\",\"phone\":\"+32477384279\",\"country\":\"BE\",\"state\":null,\"city\":\"Wetteren\",\"postCode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"vehicleNo\":\"2-ELT-630\",\"personal_id\":\"591-9330104-67\",\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2156,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-31T11...","meta_data":{"current_page":8,"from":701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":800,"total":1972}} 
[2025-07-17 05:51:42] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:45] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"974\",\"email\":\"tommie.van.mechgelen@centomedia.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Tommie\",\"middleName\":null,\"lastName\":\"Van Mechgelen\",\"phone\":\"+32496642889\",\"country\":\"BE\",\"state\":null,\"city\":\"Wommelgem\",\"postCode\":\"2160\",\"address\":\"Gullenrodestraat 7 unit 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-...","meta_data":{"current_page":9,"from":801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":900,"total":1972}} 
[2025-07-17 05:51:45] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:47] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1114\",\"email\":\"mike@brandnewoffice.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Mike\",\"middleName\":null,\"lastName\":\"De Koster\",\"phone\":\"0486 41 33 35\",\"country\":\"BE\",\"state\":null,\"city\":\"Herne\",\"postCode\":\"1540\",\"address\":\"Tweekapellenstraat 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-03-17T09:17:33+00:00\",...","meta_data":{"current_page":10,"from":901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1000,"total":1972}} 
[2025-07-17 05:51:47] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:50] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1272\",\"email\":\"gerritdevos@skynet.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Gerrit\",\"middleName\":null,\"lastName\":\"De Vos\",\"phone\":\"+32456310834\",\"country\":\"BE\",\"state\":null,\"city\":\"Lochristi\",\"postCode\":\"9080\",\"address\":\"Bosdreef 12C\",\"vehicleNo\":\"2fls641\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":438.05,\"status\":\"enabled\",\"userGroupIds\":[199],\"subscriptionId\":1319,\"externalId\":null,\"lastUpdatedAt\":\"2024-06-14T08:03:14+00:0...","meta_data":{"current_page":11,"from":1001,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1100,"total":1972}} 
[2025-07-17 05:51:50] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:52] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1387\",\"email\":\"bajetak586@albarulo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Bibro\",\"middleName\":null,\"lastName\":\"Antar\",\"phone\":\"+40721001950\",\"country\":\"SE\",\"state\":null,\"city\":\"Stockholm\",\"postCode\":\"11543\",\"address\":\"ahlessen nr. 44\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"disabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-09-30T07:49:51+00:00\",\"crea...","meta_data":{"current_page":12,"from":1101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1200,"total":1972}} 
[2025-07-17 05:51:52] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:55] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1515\",\"email\":\"yunotjeanbex@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Yunot\",\"middleName\":null,\"lastName\":\"Bex\",\"phone\":\"+32460940182\",\"country\":\"BE\",\"state\":null,\"city\":\"Hasselt\",\"postCode\":\"3511\",\"address\":\"Deken Habrakenstraat 8\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":16.22,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":1778,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T18:33:50+00:00\",\"...","meta_data":{"current_page":13,"from":1201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1300,"total":1972}} 
[2025-07-17 05:51:55] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:57] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1630\",\"email\":\"pascale.vanolst@everlam.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Pascale\",\"middleName\":null,\"lastName\":\"Vanolst\",\"phone\":\"0487 26 95 23\",\"country\":\"BE\",\"state\":null,\"city\":\"Mechelen\",\"postCode\":\"2800\",\"address\":\"Blokhuisstraat 47 J           B-2800 Mechelen\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2012,\"externalId\":null,\"lastUpdatedAt...","meta_data":{"current_page":14,"from":1301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1400,"total":1972}} 
[2025-07-17 05:51:57] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:51:59] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1735\",\"email\":\"christophe.leysen@live.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Christophe\",\"middleName\":null,\"lastName\":\"Leysen\",\"phone\":\"+32470868696\",\"country\":\"BE\",\"state\":\"Antwerpen\",\"city\":\"Kontich\",\"postCode\":\"2550\",\"address\":\"lijsterbolstraat 18\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-12-26T10:50...","meta_data":{"current_page":15,"from":1401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1500,"total":1972}} 
[2025-07-17 05:51:59] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:52:02] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1852\",\"email\":\"susanbaba73@yahoo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":null,\"middleName\":null,\"lastName\":null,\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"es-ES\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-31T19:51:30+00:00\",\"createdAt\":\"2025-01-31T19:51:30+00:00\",\"cre...","meta_data":{"current_page":16,"from":1501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1600,"total":1972}} 
[2025-07-17 05:52:02] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:52:04] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1957\",\"email\":\"Heidi.Goossens@sobi.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Heidi\",\"middleName\":null,\"lastName\":\"Goossens\",\"phone\":\"32497590918\",\"country\":\"BE\",\"state\":null,\"city\":\"Waanrode\",\"postCode\":\"3473\",\"address\":\"Oude Tiensestraat 40\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":192.86,\"status\":\"enabled\",\"userGroupIds\":[228],\"subscriptionId\":2412,\"externalId\":\"1957\",\"lastUpdatedAt\":\"2025-04-02T11:59:5...","meta_data":{"current_page":17,"from":1601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1700,"total":1972}} 
[2025-07-17 05:52:04] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:52:07] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2093\",\"email\":\"sbai.ayoub@hotmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Ayoub\",\"middleName\":null,\"lastName\":\"Sbai\",\"phone\":\"+33643202625\",\"country\":\"FR\",\"state\":null,\"city\":\"Paris\",\"postCode\":\"75019\",\"address\":\"16 all\\u00e9e de Fontainebelau\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":51.65,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T10:36:03+...","meta_data":{"current_page":18,"from":1701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1800,"total":1972}} 
[2025-07-17 05:52:07] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:52:09] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2228\",\"email\":\"brecht.van.camp@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Brecht\",\"middleName\":null,\"lastName\":\"Van Camp\",\"phone\":\"+32476 58 79 81\",\"country\":\"BE\",\"state\":null,\"city\":\"Oelegem\",\"postCode\":\"2520\",\"address\":\"Schransken 5a\\/001\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-25T11:14:32+00:0...","meta_data":{"current_page":19,"from":1801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1900,"total":1972}} 
[2025-07-17 05:52:09] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 05:52:11] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2347\",\"email\":\"sarah.jacobs@docitconsult.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Sarah\",\"middleName\":null,\"lastName\":\"Jacobs\",\"phone\":\"0472013387\",\"country\":\"BE\",\"state\":null,\"city\":\"Schoten\",\"postCode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2595,\"externalId\":\"2347\",\"lastUpdatedAt\":\"2025-06-30T11:38:38+00:00...","meta_data":{"current_page":20,"from":1901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1972,"total":1972}} 
[2025-07-17 05:52:12] local.INFO: AmpecoDataUpdater: Session API response for user 1 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:52:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=1&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:52:12] local.INFO: Sessions updated for user 1. {"count":0} 
[2025-07-17 05:52:13] local.INFO: AmpecoDataUpdater: Session API response for user 7 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:52:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=7&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:52:13] local.INFO: Sessions updated for user 7. {"count":0} 
[2025-07-17 05:52:13] local.INFO: AmpecoDataUpdater: Session API response for user 15 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:52:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=15&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:52:13] local.INFO: Sessions updated for user 15. {"count":0} 
[2025-07-17 05:52:15] local.INFO: AmpecoDataUpdater: Session API response for user 17 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:52:13+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=17&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":377}} 
[2025-07-17 05:52:26] local.INFO: Sessions updated for user 17. {"count":377} 
[2025-07-17 05:52:27] local.INFO: AmpecoDataUpdater: Session API response for user 19 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:52:26+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=19&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=19&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=19&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":71}} 
[2025-07-17 05:52:29] local.INFO: Sessions updated for user 19. {"count":71} 
[2025-07-17 05:52:30] local.INFO: AmpecoDataUpdater: Session API response for user 20 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:52:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=20&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:52:30] local.INFO: Sessions updated for user 20. {"count":0} 
[2025-07-17 05:52:31] local.INFO: AmpecoDataUpdater: Session API response for user 21 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:52:30+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=21&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A52%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":325}} 
[2025-07-17 05:52:52] local.ERROR: AmpecoApiService: RequestException for CP ID 235728: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 235728"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/235728","status":404} 
[2025-07-17 05:52:52] local.WARNING: AmpecoDataUpdater: Charge Point ID 235728 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:52:56] local.ERROR: AmpecoApiService: RequestException for CP ID 355045: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 355045"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/355045","status":404} 
[2025-07-17 05:52:56] local.WARNING: AmpecoDataUpdater: Charge Point ID 355045 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:53:09] local.INFO: Sessions updated for user 21. {"count":325} 
[2025-07-17 05:53:11] local.INFO: AmpecoDataUpdater: Session API response for user 23 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:53:09+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":16,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=23&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A53%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":757}} 
[2025-07-17 05:53:39] local.ERROR: AmpecoApiService: RequestException for CP ID 353754: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 353754"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/353754","status":404} 
[2025-07-17 05:53:39] local.WARNING: AmpecoDataUpdater: Charge Point ID 353754 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:54:01] local.ERROR: AmpecoApiService: RequestException for CP ID 321374: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 321374"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/321374","status":404} 
[2025-07-17 05:54:01] local.WARNING: AmpecoDataUpdater: Charge Point ID 321374 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:54:10] local.ERROR: AmpecoApiService: RequestException for CP ID 391040: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 391040"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/391040","status":404} 
[2025-07-17 05:54:10] local.WARNING: AmpecoDataUpdater: Charge Point ID 391040 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:54:27] local.ERROR: AmpecoApiService: RequestException for CP ID 422459: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 422459"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/422459","status":404} 
[2025-07-17 05:54:27] local.WARNING: AmpecoDataUpdater: Charge Point ID 422459 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:54:41] local.ERROR: AmpecoApiService: RequestException for CP ID 391253: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 391253"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/391253","status":404} 
[2025-07-17 05:54:41] local.WARNING: AmpecoDataUpdater: Charge Point ID 391253 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:54:56] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 05:54:56] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:55:10] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-17 05:55:10] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:55:47] local.INFO: Sessions updated for user 23. {"count":757} 
[2025-07-17 05:55:48] local.INFO: AmpecoDataUpdater: Session API response for user 26 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:55:47+00:00","sessions_count":45,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=26&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A55%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":45,"total":45}} 
[2025-07-17 05:55:53] local.ERROR: AmpecoApiService: RequestException for CP ID 272677: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 272677"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/272677","status":404} 
[2025-07-17 05:55:53] local.WARNING: AmpecoDataUpdater: Charge Point ID 272677 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:55:53] local.INFO: Sessions updated for user 26. {"count":45} 
[2025-07-17 05:55:54] local.INFO: AmpecoDataUpdater: Session API response for user 27 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:55:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=27&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A55%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:55:54] local.INFO: Sessions updated for user 27. {"count":0} 
[2025-07-17 05:55:56] local.INFO: AmpecoDataUpdater: Session API response for user 28 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:55:54+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A55%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A55%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A55%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A55%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A55%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=28&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A55%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":244}} 
[2025-07-17 05:56:03] local.INFO: Sessions updated for user 28. {"count":244} 
[2025-07-17 05:56:05] local.INFO: AmpecoDataUpdater: Session API response for user 30 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:56:03+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":15,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=30&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":723}} 
[2025-07-17 05:56:26] local.INFO: Sessions updated for user 30. {"count":723} 
[2025-07-17 05:56:27] local.INFO: AmpecoDataUpdater: Session API response for user 32 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:56:26+00:00","sessions_count":2,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=32&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":2,"total":2}} 
[2025-07-17 05:56:28] local.INFO: Sessions updated for user 32. {"count":2} 
[2025-07-17 05:56:28] local.INFO: AmpecoDataUpdater: Session API response for user 33 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:56:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=33&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:56:28] local.INFO: Sessions updated for user 33. {"count":0} 
[2025-07-17 05:56:29] local.INFO: AmpecoDataUpdater: Session API response for user 36 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:56:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=36&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:56:29] local.INFO: Sessions updated for user 36. {"count":0} 
[2025-07-17 05:56:30] local.INFO: AmpecoDataUpdater: Session API response for user 40 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:56:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=40&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:56:30] local.INFO: Sessions updated for user 40. {"count":0} 
[2025-07-17 05:56:31] local.INFO: AmpecoDataUpdater: Session API response for user 41 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:56:30+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=41&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=41&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=41&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":80}} 
[2025-07-17 05:56:37] local.ERROR: AmpecoApiService: RequestException for CP ID 595390: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595390","status":403} 
[2025-07-17 05:56:37] local.WARNING: AmpecoDataUpdater: Charge Point ID 595390 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:56:38] local.INFO: Sessions updated for user 41. {"count":80} 
[2025-07-17 05:56:39] local.INFO: AmpecoDataUpdater: Session API response for user 45 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:56:38+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=45&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=45&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=45&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=45&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":137}} 
[2025-07-17 05:56:43] local.INFO: Sessions updated for user 45. {"count":137} 
[2025-07-17 05:56:45] local.INFO: AmpecoDataUpdater: Session API response for user 46 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:56:43+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=46&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":348}} 
[2025-07-17 05:56:54] local.INFO: Sessions updated for user 46. {"count":348} 
[2025-07-17 05:56:55] local.INFO: AmpecoDataUpdater: Session API response for user 47 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:56:54+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":15,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=47&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A56%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":725}} 
[2025-07-17 05:57:15] local.INFO: Sessions updated for user 47. {"count":725} 
[2025-07-17 05:57:16] local.INFO: AmpecoDataUpdater: Session API response for user 50 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:57:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=50&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A57%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:57:16] local.INFO: Sessions updated for user 50. {"count":0} 
[2025-07-17 05:57:18] local.INFO: AmpecoDataUpdater: Session API response for user 52 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:57:16+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=52&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A57%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=52&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A57%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=52&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A57%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":53}} 
[2025-07-17 05:57:22] local.ERROR: AmpecoApiService: RequestException for CP ID 336222: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 336222"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/336222","status":404} 
[2025-07-17 05:57:22] local.WARNING: AmpecoDataUpdater: Charge Point ID 336222 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:57:35] local.ERROR: AmpecoApiService: RequestException for CP ID 336756: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 336756"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/336756","status":404} 
[2025-07-17 05:57:35] local.WARNING: AmpecoDataUpdater: Charge Point ID 336756 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:58:13] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 05:58:13] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 05:58:13] local.INFO: Sessions updated for user 52. {"count":53} 
[2025-07-17 05:58:13] local.INFO: AmpecoDataUpdater: Session API response for user 53 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:58:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=53&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:58:14] local.INFO: Sessions updated for user 53. {"count":0} 
[2025-07-17 05:58:15] local.INFO: AmpecoDataUpdater: Session API response for user 55 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:58:14+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=55&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":60}} 
[2025-07-17 05:58:17] local.INFO: Sessions updated for user 55. {"count":60} 
[2025-07-17 05:58:19] local.INFO: AmpecoDataUpdater: Session API response for user 57 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:58:17+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=57&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":188}} 
[2025-07-17 05:58:34] local.INFO: Sessions updated for user 57. {"count":188} 
[2025-07-17 05:58:35] local.INFO: AmpecoDataUpdater: Session API response for user 60 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:58:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=60&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:58:35] local.INFO: Sessions updated for user 60. {"count":0} 
[2025-07-17 05:58:36] local.INFO: AmpecoDataUpdater: Session API response for user 61 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:58:35+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=61&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=61&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=61&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=61&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":106}} 
[2025-07-17 05:58:46] local.INFO: Sessions updated for user 61. {"count":106} 
[2025-07-17 05:58:47] local.INFO: AmpecoDataUpdater: Session API response for user 62 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:58:46+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=62&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":157}} 
[2025-07-17 05:58:52] local.INFO: Sessions updated for user 62. {"count":157} 
[2025-07-17 05:58:52] local.INFO: AmpecoDataUpdater: Session API response for user 63 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:58:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=63&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:58:52] local.INFO: Sessions updated for user 63. {"count":0} 
[2025-07-17 05:58:53] local.INFO: AmpecoDataUpdater: Session API response for user 64 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:58:52+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=64&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A58%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":228}} 
[2025-07-17 05:59:01] local.INFO: Sessions updated for user 64. {"count":228} 
[2025-07-17 05:59:01] local.INFO: AmpecoDataUpdater: Session API response for user 65 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=65&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:59:01] local.INFO: Sessions updated for user 65. {"count":0} 
[2025-07-17 05:59:02] local.INFO: AmpecoDataUpdater: Session API response for user 66 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=66&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:59:02] local.INFO: Sessions updated for user 66. {"count":0} 
[2025-07-17 05:59:03] local.INFO: AmpecoDataUpdater: Session API response for user 67 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=67&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:59:03] local.INFO: Sessions updated for user 67. {"count":0} 
[2025-07-17 05:59:04] local.INFO: AmpecoDataUpdater: Session API response for user 68 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:03+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=68&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":211}} 
[2025-07-17 05:59:13] local.INFO: Sessions updated for user 68. {"count":211} 
[2025-07-17 05:59:14] local.INFO: AmpecoDataUpdater: Session API response for user 69 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:13+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=69&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":75}} 
[2025-07-17 05:59:15] local.INFO: Sessions updated for user 69. {"count":75} 
[2025-07-17 05:59:16] local.INFO: AmpecoDataUpdater: Session API response for user 71 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:15+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=71&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:59:16] local.INFO: Sessions updated for user 71. {"count":0} 
[2025-07-17 05:59:16] local.INFO: AmpecoDataUpdater: Session API response for user 72 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=72&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:59:16] local.INFO: Sessions updated for user 72. {"count":0} 
[2025-07-17 05:59:17] local.INFO: AmpecoDataUpdater: Session API response for user 73 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=73&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:59:17] local.INFO: Sessions updated for user 73. {"count":0} 
[2025-07-17 05:59:18] local.INFO: AmpecoDataUpdater: Session API response for user 74 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:17+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=74&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":206}} 
[2025-07-17 05:59:24] local.INFO: Sessions updated for user 74. {"count":206} 
[2025-07-17 05:59:26] local.INFO: AmpecoDataUpdater: Session API response for user 76 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:24+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=76&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":187}} 
[2025-07-17 05:59:31] local.INFO: Sessions updated for user 76. {"count":187} 
[2025-07-17 05:59:32] local.INFO: AmpecoDataUpdater: Session API response for user 77 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=77&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:59:32] local.INFO: Sessions updated for user 77. {"count":0} 
[2025-07-17 05:59:32] local.INFO: AmpecoDataUpdater: Session API response for user 79 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=79&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 05:59:32] local.INFO: Sessions updated for user 79. {"count":0} 
[2025-07-17 05:59:34] local.INFO: AmpecoDataUpdater: Session API response for user 80 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:32+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=80&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":375}} 
[2025-07-17 05:59:47] local.INFO: Sessions updated for user 80. {"count":375} 
[2025-07-17 05:59:48] local.INFO: AmpecoDataUpdater: Session API response for user 81 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:47+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=81&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":154}} 
[2025-07-17 05:59:59] local.INFO: Sessions updated for user 81. {"count":154} 
[2025-07-17 06:00:01] local.INFO: AmpecoDataUpdater: Session API response for user 84 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T05:59:59+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=84&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T05%3A59%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":291}} 
[2025-07-17 06:00:16] local.INFO: Sessions updated for user 84. {"count":291} 
[2025-07-17 06:00:17] local.INFO: AmpecoDataUpdater: Session API response for user 85 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:00:16+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=85&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=85&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=85&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":95}} 
[2025-07-17 06:00:20] local.INFO: Sessions updated for user 85. {"count":95} 
[2025-07-17 06:00:22] local.INFO: AmpecoDataUpdater: Session API response for user 86 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:00:20+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":10,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=86&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":453}} 
[2025-07-17 06:00:34] local.INFO: Sessions updated for user 86. {"count":453} 
[2025-07-17 06:00:36] local.INFO: AmpecoDataUpdater: Session API response for user 87 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:00:34+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=87&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":211}} 
[2025-07-17 06:00:42] local.INFO: Sessions updated for user 87. {"count":211} 
[2025-07-17 06:00:43] local.INFO: AmpecoDataUpdater: Session API response for user 88 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:00:42+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=88&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A00%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":337}} 
[2025-07-17 06:01:05] local.ERROR: AmpecoApiService: RequestException for CP ID 339323: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 339323"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/339323","status":404} 
[2025-07-17 06:01:05] local.WARNING: AmpecoDataUpdater: Charge Point ID 339323 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:01:14] local.ERROR: AmpecoApiService: RequestException for CP ID 363088: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 363088"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/363088","status":404} 
[2025-07-17 06:01:14] local.WARNING: AmpecoDataUpdater: Charge Point ID 363088 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:01:18] local.ERROR: AmpecoApiService: RequestException for CP ID 360505: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 360505"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/360505","status":404} 
[2025-07-17 06:01:18] local.WARNING: AmpecoDataUpdater: Charge Point ID 360505 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:01:52] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-17 06:01:52] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:02:00] local.ERROR: AmpecoApiService: RequestException for CP ID 421469: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 421469"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/421469","status":404} 
[2025-07-17 06:02:00] local.WARNING: AmpecoDataUpdater: Charge Point ID 421469 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:02:06] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 06:02:06] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:02:26] local.INFO: Sessions updated for user 88. {"count":337} 
[2025-07-17 06:02:27] local.INFO: AmpecoDataUpdater: Session API response for user 89 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:02:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=89&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:02:27] local.INFO: Sessions updated for user 89. {"count":0} 
[2025-07-17 06:02:28] local.INFO: AmpecoDataUpdater: Session API response for user 90 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:02:27+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=90&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":224}} 
[2025-07-17 06:02:51] local.INFO: Sessions updated for user 90. {"count":224} 
[2025-07-17 06:02:53] local.INFO: AmpecoDataUpdater: Session API response for user 91 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:02:51+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=91&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=91&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=91&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=91&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=91&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=91&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=91&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A02%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":256}} 
[2025-07-17 06:03:01] local.INFO: Sessions updated for user 91. {"count":256} 
[2025-07-17 06:03:02] local.INFO: AmpecoDataUpdater: Session API response for user 92 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:03:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=92&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:03:02] local.INFO: Sessions updated for user 92. {"count":0} 
[2025-07-17 06:03:04] local.INFO: AmpecoDataUpdater: Session API response for user 94 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:03:02+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":12,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=94&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":557}} 
[2025-07-17 06:03:21] local.INFO: Sessions updated for user 94. {"count":557} 
[2025-07-17 06:03:23] local.INFO: AmpecoDataUpdater: Session API response for user 95 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:03:21+00:00","sessions_count":42,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=95&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":42,"total":42}} 
[2025-07-17 06:03:24] local.INFO: Sessions updated for user 95. {"count":42} 
[2025-07-17 06:03:25] local.INFO: AmpecoDataUpdater: Session API response for user 96 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:03:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=96&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:03:25] local.INFO: Sessions updated for user 96. {"count":0} 
[2025-07-17 06:03:26] local.INFO: AmpecoDataUpdater: Session API response for user 97 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:03:25+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=97&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:03:26] local.INFO: Sessions updated for user 97. {"count":0} 
[2025-07-17 06:03:27] local.INFO: AmpecoDataUpdater: Session API response for user 98 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:03:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=98&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:03:27] local.INFO: Sessions updated for user 98. {"count":0} 
[2025-07-17 06:03:28] local.INFO: AmpecoDataUpdater: Session API response for user 99 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:03:27+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=99&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=99&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=99&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":56}} 
[2025-07-17 06:03:37] local.ERROR: AmpecoApiService: RequestException for CP ID 248861: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 248861"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/248861","status":404} 
[2025-07-17 06:03:37] local.WARNING: AmpecoDataUpdater: Charge Point ID 248861 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:03:42] local.INFO: Sessions updated for user 99. {"count":56} 
[2025-07-17 06:03:44] local.INFO: AmpecoDataUpdater: Session API response for user 100 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:03:42+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=100&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=100&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=100&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=100&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=100&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=100&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":212}} 
[2025-07-17 06:03:59] local.INFO: Sessions updated for user 100. {"count":212} 
[2025-07-17 06:04:01] local.INFO: AmpecoDataUpdater: Session API response for user 101 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:03:59+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=101&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=101&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=101&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=101&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A03%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":130}} 
[2025-07-17 06:04:06] local.INFO: Sessions updated for user 101. {"count":130} 
[2025-07-17 06:04:07] local.INFO: AmpecoDataUpdater: Session API response for user 102 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:04:06+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":11,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=102&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":501}} 
[2025-07-17 06:04:23] local.INFO: Sessions updated for user 102. {"count":501} 
[2025-07-17 06:04:24] local.INFO: AmpecoDataUpdater: Session API response for user 103 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:04:23+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=103&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=103&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=103&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=103&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=103&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=103&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":247}} 
[2025-07-17 06:04:36] local.INFO: Sessions updated for user 103. {"count":247} 
[2025-07-17 06:04:38] local.INFO: AmpecoDataUpdater: Session API response for user 104 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:04:36+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=104&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=104&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=104&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=104&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A04%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":146}} 
[2025-07-17 06:05:01] local.ERROR: AmpecoApiService: RequestException for CP ID 363177: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 363177"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/363177","status":404} 
[2025-07-17 06:05:01] local.WARNING: AmpecoDataUpdater: Charge Point ID 363177 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:05:07] local.ERROR: AmpecoApiService: RequestException for CP ID 360260: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 360260"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/360260","status":404} 
[2025-07-17 06:05:07] local.WARNING: AmpecoDataUpdater: Charge Point ID 360260 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:05:17] local.ERROR: AmpecoApiService: RequestException for CP ID 343985: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 343985"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/343985","status":404} 
[2025-07-17 06:05:17] local.WARNING: AmpecoDataUpdater: Charge Point ID 343985 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:05:21] local.ERROR: AmpecoApiService: RequestException for CP ID 363095: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 363095"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/363095","status":404} 
[2025-07-17 06:05:21] local.WARNING: AmpecoDataUpdater: Charge Point ID 363095 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:05:25] local.ERROR: AmpecoApiService: RequestException for CP ID 371397: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 371397"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/371397","status":404} 
[2025-07-17 06:05:25] local.WARNING: AmpecoDataUpdater: Charge Point ID 371397 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:06:05] local.INFO: Sessions updated for user 104. {"count":146} 
[2025-07-17 06:06:06] local.INFO: AmpecoDataUpdater: Session API response for user 105 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:06:05+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=105&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A06%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=105&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A06%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=105&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A06%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=105&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A06%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=105&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A06%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":199}} 
[2025-07-17 06:06:20] local.INFO: Sessions updated for user 105. {"count":199} 
[2025-07-17 06:06:21] local.INFO: AmpecoDataUpdater: Session API response for user 106 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:06:20+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=106&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A06%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=106&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A06%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=106&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A06%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=106&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A06%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=106&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A06%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=106&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A06%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=106&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A06%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":274}} 
[2025-07-17 06:06:33] local.ERROR: AmpecoApiService: RequestException for CP ID 335332: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 335332"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/335332","status":404} 
[2025-07-17 06:06:33] local.WARNING: AmpecoDataUpdater: Charge Point ID 335332 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:06:37] local.ERROR: AmpecoApiService: RequestException for CP ID 238590: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 238590"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/238590","status":404} 
[2025-07-17 06:06:37] local.WARNING: AmpecoDataUpdater: Charge Point ID 238590 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:06:48] local.ERROR: AmpecoApiService: RequestException for CP ID 273965: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 273965"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/273965","status":404} 
[2025-07-17 06:06:48] local.WARNING: AmpecoDataUpdater: Charge Point ID 273965 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:07:13] local.INFO: Sessions updated for user 106. {"count":274} 
[2025-07-17 06:07:15] local.INFO: AmpecoDataUpdater: Session API response for user 107 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:07:13+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":9,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=107&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=107&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=107&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=107&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=107&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=107&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=107&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=107&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=107&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=107&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":426}} 
[2025-07-17 06:07:34] local.ERROR: AmpecoApiService: RequestException for CP ID 330924: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 330924"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/330924","status":404} 
[2025-07-17 06:07:34] local.WARNING: AmpecoDataUpdater: Charge Point ID 330924 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:07:56] local.INFO: Sessions updated for user 107. {"count":426} 
[2025-07-17 06:07:56] local.INFO: AmpecoDataUpdater: Session API response for user 108 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:07:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=108&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:07:56] local.INFO: Sessions updated for user 108. {"count":0} 
[2025-07-17 06:07:58] local.INFO: AmpecoDataUpdater: Session API response for user 109 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:07:56+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=109&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=109&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=109&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=109&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=109&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=109&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=109&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=109&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A07%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":306}} 
[2025-07-17 06:08:14] local.INFO: Sessions updated for user 109. {"count":306} 
[2025-07-17 06:08:16] local.INFO: AmpecoDataUpdater: Session API response for user 110 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:08:14+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=110&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=110&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=110&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":68}} 
[2025-07-17 06:08:18] local.INFO: Sessions updated for user 110. {"count":68} 
[2025-07-17 06:08:19] local.INFO: AmpecoDataUpdater: Session API response for user 111 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:08:18+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=111&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=111&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=111&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=111&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=111&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=111&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=111&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=111&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":316}} 
[2025-07-17 06:08:29] local.INFO: Sessions updated for user 111. {"count":316} 
[2025-07-17 06:08:29] local.INFO: AmpecoDataUpdater: Session API response for user 112 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:08:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=112&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:08:29] local.INFO: Sessions updated for user 112. {"count":0} 
[2025-07-17 06:08:31] local.INFO: AmpecoDataUpdater: Session API response for user 113 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:08:29+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=113&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=113&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=113&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=113&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=113&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=113&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=113&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=113&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":340}} 
[2025-07-17 06:08:58] local.INFO: Sessions updated for user 113. {"count":340} 
[2025-07-17 06:08:59] local.INFO: AmpecoDataUpdater: Session API response for user 114 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:08:58+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=114&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:08:59] local.INFO: Sessions updated for user 114. {"count":0} 
[2025-07-17 06:09:00] local.INFO: AmpecoDataUpdater: Session API response for user 115 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:08:59+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=115&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=115&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=115&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A08%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":51}} 
[2025-07-17 06:09:04] local.INFO: Sessions updated for user 115. {"count":51} 
[2025-07-17 06:09:06] local.INFO: AmpecoDataUpdater: Session API response for user 116 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:09:04+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=116&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=116&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=116&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=116&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=116&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=116&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":207}} 
[2025-07-17 06:09:13] local.INFO: Sessions updated for user 116. {"count":207} 
[2025-07-17 06:09:15] local.INFO: AmpecoDataUpdater: Session API response for user 117 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:09:13+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":11,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=117&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A09%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":535}} 
[2025-07-17 06:09:44] local.ERROR: AmpecoApiService: RequestException for CP ID 339306: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 339306"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/339306","status":404} 
[2025-07-17 06:09:44] local.WARNING: AmpecoDataUpdater: Charge Point ID 339306 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:09:49] local.ERROR: AmpecoApiService: RequestException for CP ID 339307: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 339307"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/339307","status":404} 
[2025-07-17 06:09:49] local.WARNING: AmpecoDataUpdater: Charge Point ID 339307 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:10:29] local.ERROR: AmpecoApiService: RequestException for CP ID 410057: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 410057"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/410057","status":404} 
[2025-07-17 06:10:29] local.WARNING: AmpecoDataUpdater: Charge Point ID 410057 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:10:43] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 06:10:43] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:10:53] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-17 06:10:53] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:11:09] local.INFO: Sessions updated for user 117. {"count":535} 
[2025-07-17 06:11:09] local.INFO: AmpecoDataUpdater: Session API response for user 118 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:11:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=118&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:11:09] local.INFO: Sessions updated for user 118. {"count":0} 
[2025-07-17 06:11:10] local.INFO: AmpecoDataUpdater: Session API response for user 119 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:11:09+00:00","sessions_count":4,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=119&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":4,"total":4}} 
[2025-07-17 06:11:10] local.INFO: Sessions updated for user 119. {"count":4} 
[2025-07-17 06:11:11] local.INFO: AmpecoDataUpdater: Session API response for user 121 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:11:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=121&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:11:11] local.INFO: Sessions updated for user 121. {"count":0} 
[2025-07-17 06:11:11] local.INFO: AmpecoDataUpdater: Session API response for user 122 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:11:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=122&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:11:11] local.INFO: Sessions updated for user 122. {"count":0} 
[2025-07-17 06:11:12] local.INFO: AmpecoDataUpdater: Session API response for user 123 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:11:11+00:00","sessions_count":28,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=123&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":28,"total":28}} 
[2025-07-17 06:11:13] local.INFO: Sessions updated for user 123. {"count":28} 
[2025-07-17 06:11:13] local.INFO: AmpecoDataUpdater: Session API response for user 124 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:11:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=124&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:11:13] local.INFO: Sessions updated for user 124. {"count":0} 
[2025-07-17 06:11:15] local.INFO: AmpecoDataUpdater: Session API response for user 125 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:11:13+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=125&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=125&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=125&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=125&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=125&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":200}} 
[2025-07-17 06:11:31] local.ERROR: AmpecoApiService: RequestException for CP ID 372465: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 372465"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/372465","status":404} 
[2025-07-17 06:11:31] local.WARNING: AmpecoDataUpdater: Charge Point ID 372465 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:11:53] local.INFO: Sessions updated for user 125. {"count":200} 
[2025-07-17 06:11:54] local.INFO: AmpecoDataUpdater: Session API response for user 127 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:11:53+00:00","sessions_count":2,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=127&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":2,"total":2}} 
[2025-07-17 06:11:55] local.INFO: Sessions updated for user 127. {"count":2} 
[2025-07-17 06:11:56] local.INFO: AmpecoDataUpdater: Session API response for user 128 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:11:55+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=128&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=128&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=128&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=128&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A11%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":146}} 
[2025-07-17 06:12:00] local.INFO: Sessions updated for user 128. {"count":146} 
[2025-07-17 06:12:01] local.INFO: AmpecoDataUpdater: Session API response for user 130 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:12:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=130&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:12:01] local.INFO: Sessions updated for user 130. {"count":0} 
[2025-07-17 06:12:02] local.INFO: AmpecoDataUpdater: Session API response for user 131 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:12:01+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=131&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=131&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=131&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":81}} 
[2025-07-17 06:12:03] local.INFO: Sessions updated for user 131. {"count":81} 
[2025-07-17 06:12:05] local.INFO: AmpecoDataUpdater: Session API response for user 134 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:12:03+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=134&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=134&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=134&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=134&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=134&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=134&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":248}} 
[2025-07-17 06:12:12] local.INFO: Sessions updated for user 134. {"count":248} 
[2025-07-17 06:12:12] local.INFO: AmpecoDataUpdater: Session API response for user 140 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:12:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=140&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:12:12] local.INFO: Sessions updated for user 140. {"count":0} 
[2025-07-17 06:12:14] local.INFO: AmpecoDataUpdater: Session API response for user 142 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:12:12+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":12,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=142&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":566}} 
[2025-07-17 06:12:30] local.INFO: Sessions updated for user 142. {"count":566} 
[2025-07-17 06:12:32] local.INFO: AmpecoDataUpdater: Session API response for user 143 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:12:30+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=143&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=143&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=143&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=143&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=143&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":169}} 
[2025-07-17 06:12:38] local.INFO: Sessions updated for user 143. {"count":169} 
[2025-07-17 06:12:39] local.INFO: AmpecoDataUpdater: Session API response for user 144 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:12:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=144&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:12:39] local.INFO: Sessions updated for user 144. {"count":0} 
[2025-07-17 06:12:40] local.INFO: AmpecoDataUpdater: Session API response for user 145 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:12:39+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=145&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=145&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=145&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=145&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=145&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=145&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=145&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=145&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=145&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":372}} 
[2025-07-17 06:12:55] local.INFO: Sessions updated for user 145. {"count":372} 
[2025-07-17 06:12:56] local.INFO: AmpecoDataUpdater: Session API response for user 146 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:12:55+00:00","sessions_count":36,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=146&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":36,"total":36}} 
[2025-07-17 06:12:58] local.INFO: Sessions updated for user 146. {"count":36} 
[2025-07-17 06:13:00] local.INFO: AmpecoDataUpdater: Session API response for user 147 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:12:58+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=147&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=147&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=147&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=147&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=147&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=147&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=147&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A12%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":275}} 
[2025-07-17 06:13:21] local.ERROR: AmpecoApiService: RequestException for CP ID 385640: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 385640"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/385640","status":404} 
[2025-07-17 06:13:21] local.WARNING: AmpecoDataUpdater: Charge Point ID 385640 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:13:25] local.ERROR: AmpecoApiService: RequestException for CP ID 279340: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 279340"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/279340","status":404} 
[2025-07-17 06:13:25] local.WARNING: AmpecoDataUpdater: Charge Point ID 279340 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:13:31] local.ERROR: AmpecoApiService: RequestException for CP ID 268673: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 268673"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/268673","status":404} 
[2025-07-17 06:13:31] local.WARNING: AmpecoDataUpdater: Charge Point ID 268673 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:13:37] local.ERROR: AmpecoApiService: RequestException for CP ID 59255: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59255"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59255","status":404} 
[2025-07-17 06:13:37] local.WARNING: AmpecoDataUpdater: Charge Point ID 59255 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:13:48] local.INFO: Sessions updated for user 147. {"count":275} 
[2025-07-17 06:13:49] local.INFO: AmpecoDataUpdater: Session API response for user 150 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:13:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=150&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:13:49] local.INFO: Sessions updated for user 150. {"count":0} 
[2025-07-17 06:13:50] local.INFO: AmpecoDataUpdater: Session API response for user 152 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:13:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=152&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:13:50] local.INFO: Sessions updated for user 152. {"count":0} 
[2025-07-17 06:13:51] local.INFO: AmpecoDataUpdater: Session API response for user 154 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:13:50+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=154&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=154&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=154&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=154&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=154&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":199}} 
[2025-07-17 06:13:58] local.INFO: Sessions updated for user 154. {"count":199} 
[2025-07-17 06:14:00] local.INFO: AmpecoDataUpdater: Session API response for user 155 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:13:58+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=155&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=155&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=155&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=155&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=155&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=155&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=155&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=155&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A13%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":304}} 
[2025-07-17 06:14:09] local.INFO: Sessions updated for user 155. {"count":304} 
[2025-07-17 06:14:11] local.INFO: AmpecoDataUpdater: Session API response for user 156 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:14:09+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=156&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=156&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=156&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=156&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=156&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=156&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=156&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=156&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":306}} 
[2025-07-17 06:14:19] local.INFO: Sessions updated for user 156. {"count":306} 
[2025-07-17 06:14:19] local.INFO: AmpecoDataUpdater: Session API response for user 159 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:14:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=159&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:14:19] local.INFO: Sessions updated for user 159. {"count":0} 
[2025-07-17 06:14:21] local.INFO: AmpecoDataUpdater: Session API response for user 160 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:14:19+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=160&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=160&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=160&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=160&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=160&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=160&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=160&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A14%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":281}} 
[2025-07-17 06:14:34] local.ERROR: AmpecoApiService: RequestException for CP ID 360505: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 360505"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/360505","status":404} 
[2025-07-17 06:14:34] local.WARNING: AmpecoDataUpdater: Charge Point ID 360505 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:14:39] local.ERROR: AmpecoApiService: RequestException for CP ID 371483: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 371483"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/371483","status":404} 
[2025-07-17 06:14:39] local.WARNING: AmpecoDataUpdater: Charge Point ID 371483 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:14:47] local.ERROR: AmpecoApiService: RequestException for CP ID 381505: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 381505"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/381505","status":404} 
[2025-07-17 06:14:47] local.WARNING: AmpecoDataUpdater: Charge Point ID 381505 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:14:54] local.ERROR: AmpecoApiService: RequestException for CP ID 395919: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 395919"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/395919","status":404} 
[2025-07-17 06:14:54] local.WARNING: AmpecoDataUpdater: Charge Point ID 395919 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:15:01] local.ERROR: AmpecoApiService: RequestException for CP ID 399483: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 399483"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/399483","status":404} 
[2025-07-17 06:15:01] local.WARNING: AmpecoDataUpdater: Charge Point ID 399483 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:15:04] local.INFO: Sessions updated for user 160. {"count":281} 
[2025-07-17 06:15:06] local.INFO: AmpecoDataUpdater: Session API response for user 161 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:15:04+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=161&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A15%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=161&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A15%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=161&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A15%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=161&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A15%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=161&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A15%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=161&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A15%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=161&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A15%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=161&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A15%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=161&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A15%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":387}} 
[2025-07-17 06:15:24] local.ERROR: AmpecoApiService: RequestException for CP ID 102767: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 102767"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/102767","status":404} 
[2025-07-17 06:15:24] local.WARNING: AmpecoDataUpdater: Charge Point ID 102767 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:16:14] local.INFO: Sessions updated for user 161. {"count":387} 
[2025-07-17 06:16:15] local.INFO: AmpecoDataUpdater: Session API response for user 162 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:16:14+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=162&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=162&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=162&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=162&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=162&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=162&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":217}} 
[2025-07-17 06:16:26] local.INFO: Sessions updated for user 162. {"count":217} 
[2025-07-17 06:16:27] local.INFO: AmpecoDataUpdater: Session API response for user 163 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:16:26+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=163&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=163&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=163&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=163&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=163&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=163&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=163&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=163&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":318}} 
[2025-07-17 06:16:37] local.INFO: Sessions updated for user 163. {"count":318} 
[2025-07-17 06:16:38] local.INFO: AmpecoDataUpdater: Session API response for user 164 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:16:37+00:00","sessions_count":1,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=164&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":1,"total":1}} 
[2025-07-17 06:16:40] local.INFO: Sessions updated for user 164. {"count":1} 
[2025-07-17 06:16:42] local.INFO: AmpecoDataUpdater: Session API response for user 166 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:16:40+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=166&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=166&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=166&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=166&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=166&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=166&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=166&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":277}} 
[2025-07-17 06:16:50] local.INFO: Sessions updated for user 166. {"count":277} 
[2025-07-17 06:16:51] local.INFO: AmpecoDataUpdater: Session API response for user 167 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:16:50+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=167&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=167&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=167&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=167&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=167&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=167&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":232}} 
[2025-07-17 06:16:58] local.INFO: Sessions updated for user 167. {"count":232} 
[2025-07-17 06:16:59] local.INFO: AmpecoDataUpdater: Session API response for user 168 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:16:58+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=168&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=168&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=168&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=168&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A16%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":138}} 
[2025-07-17 06:17:05] local.INFO: Sessions updated for user 168. {"count":138} 
[2025-07-17 06:17:06] local.INFO: AmpecoDataUpdater: Session API response for user 169 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:17:05+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=169&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=169&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=169&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=169&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":134}} 
[2025-07-17 06:17:18] local.INFO: Sessions updated for user 169. {"count":134} 
[2025-07-17 06:17:19] local.INFO: AmpecoDataUpdater: Session API response for user 170 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:17:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=170&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:17:19] local.INFO: Sessions updated for user 170. {"count":0} 
[2025-07-17 06:17:20] local.INFO: AmpecoDataUpdater: Session API response for user 171 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:17:19+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=171&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=171&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=171&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=171&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=171&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=171&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=171&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=171&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A17%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":337}} 
[2025-07-17 06:18:00] local.INFO: Sessions updated for user 171. {"count":337} 
[2025-07-17 06:18:01] local.INFO: AmpecoDataUpdater: Session API response for user 172 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:18:00+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=172&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=172&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=172&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=172&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=172&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=172&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":231}} 
[2025-07-17 06:18:18] local.INFO: Sessions updated for user 172. {"count":231} 
[2025-07-17 06:18:20] local.INFO: AmpecoDataUpdater: Session API response for user 173 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:18:18+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=173&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=173&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=173&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=173&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=173&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":156}} 
[2025-07-17 06:18:35] local.ERROR: AmpecoApiService: RequestException for CP ID 59254: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59254"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59254","status":404} 
[2025-07-17 06:18:35] local.WARNING: AmpecoDataUpdater: Charge Point ID 59254 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:18:40] local.ERROR: AmpecoApiService: RequestException for CP ID 267314: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 267314"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/267314","status":404} 
[2025-07-17 06:18:40] local.WARNING: AmpecoDataUpdater: Charge Point ID 267314 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:18:48] local.INFO: Sessions updated for user 173. {"count":156} 
[2025-07-17 06:18:49] local.INFO: AmpecoDataUpdater: Session API response for user 174 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:18:48+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=174&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=174&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=174&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=174&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=174&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=174&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=174&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A18%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":262}} 
[2025-07-17 06:19:01] local.INFO: Sessions updated for user 174. {"count":262} 
[2025-07-17 06:19:02] local.INFO: AmpecoDataUpdater: Session API response for user 175 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:19:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=175&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:19:02] local.INFO: Sessions updated for user 175. {"count":0} 
[2025-07-17 06:19:03] local.INFO: AmpecoDataUpdater: Session API response for user 176 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:19:02+00:00","sessions_count":3,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=176&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":3,"total":3}} 
[2025-07-17 06:19:04] local.INFO: Sessions updated for user 176. {"count":3} 
[2025-07-17 06:19:05] local.INFO: AmpecoDataUpdater: Session API response for user 177 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:19:04+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=177&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=177&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=177&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=177&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=177&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=177&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":221}} 
[2025-07-17 06:19:12] local.INFO: Sessions updated for user 177. {"count":221} 
[2025-07-17 06:19:13] local.INFO: AmpecoDataUpdater: Session API response for user 178 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:19:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=178&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:19:13] local.INFO: Sessions updated for user 178. {"count":0} 
[2025-07-17 06:19:13] local.INFO: AmpecoDataUpdater: Session API response for user 179 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:19:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=179&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:19:13] local.INFO: Sessions updated for user 179. {"count":0} 
[2025-07-17 06:19:15] local.INFO: AmpecoDataUpdater: Session API response for user 180 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:19:13+00:00","sessions_count":41,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=180&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":41,"total":41}} 
[2025-07-17 06:19:17] local.INFO: Sessions updated for user 180. {"count":41} 
[2025-07-17 06:19:18] local.INFO: AmpecoDataUpdater: Session API response for user 181 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:19:17+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=181&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=181&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=181&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=181&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=181&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=181&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=181&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":296}} 
[2025-07-17 06:19:40] local.INFO: Sessions updated for user 181. {"count":296} 
[2025-07-17 06:19:41] local.INFO: AmpecoDataUpdater: Session API response for user 182 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:19:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=182&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:19:41] local.INFO: Sessions updated for user 182. {"count":0} 
[2025-07-17 06:19:42] local.INFO: AmpecoDataUpdater: Session API response for user 183 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:19:41+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":11,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=183&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":540}} 
[2025-07-17 06:19:57] local.INFO: Sessions updated for user 183. {"count":540} 
[2025-07-17 06:19:58] local.INFO: AmpecoDataUpdater: Session API response for user 184 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:19:57+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=184&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=184&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=184&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=184&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=184&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=184&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=184&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=184&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A19%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":316}} 
[2025-07-17 06:20:07] local.INFO: Sessions updated for user 184. {"count":316} 
[2025-07-17 06:20:08] local.INFO: AmpecoDataUpdater: Session API response for user 185 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:20:07+00:00","sessions_count":39,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=185&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":39,"total":39}} 
[2025-07-17 06:20:10] local.INFO: Sessions updated for user 185. {"count":39} 
[2025-07-17 06:20:11] local.INFO: AmpecoDataUpdater: Session API response for user 186 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:20:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=186&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:20:11] local.INFO: Sessions updated for user 186. {"count":0} 
[2025-07-17 06:20:11] local.INFO: AmpecoDataUpdater: Session API response for user 187 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:20:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=187&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:20:11] local.INFO: Sessions updated for user 187. {"count":0} 
[2025-07-17 06:20:12] local.INFO: AmpecoDataUpdater: Session API response for user 188 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:20:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=188&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:20:12] local.INFO: Sessions updated for user 188. {"count":0} 
[2025-07-17 06:20:14] local.INFO: AmpecoDataUpdater: Session API response for user 191 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:20:12+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=191&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=191&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=191&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=191&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=191&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":176}} 
[2025-07-17 06:20:31] local.INFO: Sessions updated for user 191. {"count":176} 
[2025-07-17 06:20:32] local.INFO: AmpecoDataUpdater: Session API response for user 192 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:20:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=192&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:20:32] local.INFO: Sessions updated for user 192. {"count":0} 
[2025-07-17 06:20:33] local.INFO: AmpecoDataUpdater: Session API response for user 193 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:20:32+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":11,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=193&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":550}} 
[2025-07-17 06:20:49] local.INFO: Sessions updated for user 193. {"count":550} 
[2025-07-17 06:20:51] local.INFO: AmpecoDataUpdater: Session API response for user 194 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:20:49+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":9,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=194&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=194&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=194&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=194&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=194&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=194&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=194&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=194&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=194&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=194&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A20%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":415}} 
[2025-07-17 06:21:26] local.ERROR: AmpecoApiService: RequestException for CP ID 207203: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 207203"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/207203","status":404} 
[2025-07-17 06:21:26] local.WARNING: AmpecoDataUpdater: Charge Point ID 207203 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:21:40] local.ERROR: AmpecoApiService: RequestException for CP ID 341599: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 341599"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/341599","status":404} 
[2025-07-17 06:21:40] local.WARNING: AmpecoDataUpdater: Charge Point ID 341599 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:22:13] local.INFO: Sessions updated for user 194. {"count":415} 
[2025-07-17 06:22:13] local.INFO: AmpecoDataUpdater: Session API response for user 196 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:22:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=196&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:22:13] local.INFO: Sessions updated for user 196. {"count":0} 
[2025-07-17 06:22:14] local.INFO: AmpecoDataUpdater: Session API response for user 197 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:22:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=197&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:22:14] local.INFO: Sessions updated for user 197. {"count":0} 
[2025-07-17 06:22:15] local.INFO: AmpecoDataUpdater: Session API response for user 199 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:22:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=199&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:22:15] local.INFO: Sessions updated for user 199. {"count":0} 
[2025-07-17 06:22:17] local.INFO: AmpecoDataUpdater: Session API response for user 200 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:22:15+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=200&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=200&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=200&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=200&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":101}} 
[2025-07-17 06:22:21] local.INFO: Sessions updated for user 200. {"count":101} 
[2025-07-17 06:22:21] local.INFO: AmpecoDataUpdater: Session API response for user 204 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:22:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=204&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:22:21] local.INFO: Sessions updated for user 204. {"count":0} 
[2025-07-17 06:22:23] local.INFO: AmpecoDataUpdater: Session API response for user 205 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:22:21+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=205&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=205&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=205&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=205&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=205&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=205&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=205&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":257}} 
[2025-07-17 06:22:40] local.INFO: Sessions updated for user 205. {"count":257} 
[2025-07-17 06:22:41] local.INFO: AmpecoDataUpdater: Session API response for user 206 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:22:40+00:00","sessions_count":23,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=206&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":23,"total":23}} 
[2025-07-17 06:22:45] local.INFO: Sessions updated for user 206. {"count":23} 
[2025-07-17 06:22:46] local.INFO: AmpecoDataUpdater: Session API response for user 207 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:22:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=207&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:22:46] local.INFO: Sessions updated for user 207. {"count":0} 
[2025-07-17 06:22:47] local.INFO: AmpecoDataUpdater: Session API response for user 208 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:22:46+00:00","sessions_count":40,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=208&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":40,"total":40}} 
[2025-07-17 06:22:47] local.INFO: Sessions updated for user 208. {"count":40} 
[2025-07-17 06:22:48] local.INFO: AmpecoDataUpdater: Session API response for user 209 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:22:47+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=209&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:22:48] local.INFO: Sessions updated for user 209. {"count":0} 
[2025-07-17 06:22:49] local.INFO: AmpecoDataUpdater: Session API response for user 210 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:22:48+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=210&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A48%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:22:49] local.INFO: Sessions updated for user 210. {"count":0} 
[2025-07-17 06:22:50] local.INFO: AmpecoDataUpdater: Session API response for user 211 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:22:49+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=211&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=211&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=211&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=211&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=211&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A22%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":199}} 
[2025-07-17 06:22:59] local.ERROR: AmpecoApiService: RequestException for CP ID 291517: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 291517"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/291517","status":404} 
[2025-07-17 06:22:59] local.WARNING: AmpecoDataUpdater: Charge Point ID 291517 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:23:04] local.INFO: Sessions updated for user 211. {"count":199} 
[2025-07-17 06:23:06] local.INFO: AmpecoDataUpdater: Session API response for user 212 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:23:04+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=212&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=212&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=212&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":74}} 
[2025-07-17 06:23:18] local.INFO: Sessions updated for user 212. {"count":74} 
[2025-07-17 06:23:18] local.INFO: AmpecoDataUpdater: Session API response for user 213 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:23:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=213&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:23:18] local.INFO: Sessions updated for user 213. {"count":0} 
[2025-07-17 06:23:19] local.INFO: AmpecoDataUpdater: Session API response for user 214 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:23:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=214&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:23:19] local.INFO: Sessions updated for user 214. {"count":0} 
[2025-07-17 06:23:20] local.INFO: AmpecoDataUpdater: Session API response for user 216 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:23:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=216&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:23:20] local.INFO: Sessions updated for user 216. {"count":0} 
[2025-07-17 06:23:21] local.INFO: AmpecoDataUpdater: Session API response for user 217 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:23:20+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=217&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=217&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=217&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=217&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=217&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=217&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=217&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":260}} 
[2025-07-17 06:23:30] local.INFO: Sessions updated for user 217. {"count":260} 
[2025-07-17 06:23:32] local.INFO: AmpecoDataUpdater: Session API response for user 219 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:23:30+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=219&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=219&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=219&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=219&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":123}} 
[2025-07-17 06:23:40] local.INFO: Sessions updated for user 219. {"count":123} 
[2025-07-17 06:23:41] local.INFO: AmpecoDataUpdater: Session API response for user 220 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:23:40+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=220&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=220&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=220&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=220&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=220&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=220&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=220&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=220&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=220&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":396}} 
[2025-07-17 06:23:55] local.INFO: Sessions updated for user 220. {"count":396} 
[2025-07-17 06:23:56] local.INFO: AmpecoDataUpdater: Session API response for user 221 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:23:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=221&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:23:56] local.INFO: Sessions updated for user 221. {"count":0} 
[2025-07-17 06:23:57] local.INFO: AmpecoDataUpdater: Session API response for user 222 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:23:56+00:00","sessions_count":18,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=222&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":18,"total":18}} 
[2025-07-17 06:23:59] local.INFO: Sessions updated for user 222. {"count":18} 
[2025-07-17 06:23:59] local.INFO: AmpecoDataUpdater: Session API response for user 223 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:23:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=223&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:23:59] local.INFO: Sessions updated for user 223. {"count":0} 
[2025-07-17 06:24:01] local.INFO: AmpecoDataUpdater: Session API response for user 224 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:23:59+00:00","sessions_count":17,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=224&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A23%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":17,"total":17}} 
[2025-07-17 06:24:01] local.INFO: Sessions updated for user 224. {"count":17} 
[2025-07-17 06:24:02] local.INFO: AmpecoDataUpdater: Session API response for user 225 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:24:01+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=225&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=225&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=225&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=225&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=225&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":183}} 
[2025-07-17 06:24:07] local.INFO: Sessions updated for user 225. {"count":183} 
[2025-07-17 06:24:08] local.INFO: AmpecoDataUpdater: Session API response for user 226 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:24:07+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=226&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=226&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=226&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=226&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=226&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=226&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=226&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":276}} 
[2025-07-17 06:24:21] local.INFO: Sessions updated for user 226. {"count":276} 
[2025-07-17 06:24:22] local.INFO: AmpecoDataUpdater: Session API response for user 228 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:24:21+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=228&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=228&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=228&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=228&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=228&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=228&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A24%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":201}} 
[2025-07-17 06:24:39] local.ERROR: AmpecoApiService: RequestException for CP ID 240057: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 240057"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/240057","status":404} 
[2025-07-17 06:24:39] local.WARNING: AmpecoDataUpdater: Charge Point ID 240057 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:24:47] local.ERROR: AmpecoApiService: RequestException for CP ID 40874: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 40874"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/40874","status":404} 
[2025-07-17 06:24:47] local.WARNING: AmpecoDataUpdater: Charge Point ID 40874 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:25:00] local.INFO: Sessions updated for user 228. {"count":201} 
[2025-07-17 06:25:01] local.INFO: AmpecoDataUpdater: Session API response for user 229 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:25:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=229&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:25:01] local.INFO: Sessions updated for user 229. {"count":0} 
[2025-07-17 06:25:03] local.INFO: AmpecoDataUpdater: Session API response for user 230 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:25:01+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":9,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=230&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=230&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=230&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=230&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=230&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=230&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=230&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=230&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=230&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=230&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":438}} 
[2025-07-17 06:25:17] local.ERROR: AmpecoApiService: RequestException for CP ID 254515: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 254515"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/254515","status":404} 
[2025-07-17 06:25:17] local.WARNING: AmpecoDataUpdater: Charge Point ID 254515 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:25:23] local.ERROR: AmpecoApiService: RequestException for CP ID 150863: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 150863"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/150863","status":404} 
[2025-07-17 06:25:23] local.WARNING: AmpecoDataUpdater: Charge Point ID 150863 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:25:28] local.ERROR: AmpecoApiService: RequestException for CP ID 207225: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 207225"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/207225","status":404} 
[2025-07-17 06:25:28] local.WARNING: AmpecoDataUpdater: Charge Point ID 207225 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:25:32] local.ERROR: AmpecoApiService: RequestException for CP ID 291774: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 291774"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/291774","status":404} 
[2025-07-17 06:25:32] local.WARNING: AmpecoDataUpdater: Charge Point ID 291774 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:25:39] local.INFO: Sessions updated for user 230. {"count":438} 
[2025-07-17 06:25:39] local.INFO: AmpecoDataUpdater: Session API response for user 232 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:25:39+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=232&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:25:39] local.INFO: Sessions updated for user 232. {"count":0} 
[2025-07-17 06:25:41] local.INFO: AmpecoDataUpdater: Session API response for user 233 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:25:39+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=233&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=233&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=233&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=233&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":148}} 
[2025-07-17 06:25:46] local.INFO: Sessions updated for user 233. {"count":148} 
[2025-07-17 06:25:48] local.INFO: AmpecoDataUpdater: Session API response for user 234 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:25:46+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=234&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=234&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=234&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=234&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=234&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A25%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":171}} 
[2025-07-17 06:25:59] local.ERROR: AmpecoApiService: RequestException for CP ID 412450: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 412450"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/412450","status":404} 
[2025-07-17 06:25:59] local.WARNING: AmpecoDataUpdater: Charge Point ID 412450 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:26:02] local.INFO: Sessions updated for user 234. {"count":171} 
[2025-07-17 06:26:03] local.INFO: AmpecoDataUpdater: Session API response for user 235 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:26:02+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=235&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A26%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=235&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A26%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=235&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A26%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=235&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A26%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=235&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A26%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=235&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A26%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":233}} 
[2025-07-17 06:26:14] local.ERROR: AmpecoApiService: RequestException for CP ID 355028: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 355028"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/355028","status":404} 
[2025-07-17 06:26:14] local.WARNING: AmpecoDataUpdater: Charge Point ID 355028 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:26:24] local.ERROR: AmpecoApiService: RequestException for CP ID 17935: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 17935"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/17935","status":404} 
[2025-07-17 06:26:24] local.WARNING: AmpecoDataUpdater: Charge Point ID 17935 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:26:30] local.ERROR: AmpecoApiService: RequestException for CP ID 338644: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 338644"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/338644","status":404} 
[2025-07-17 06:26:30] local.WARNING: AmpecoDataUpdater: Charge Point ID 338644 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:26:41] local.ERROR: AmpecoApiService: RequestException for CP ID 393062: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 393062"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/393062","status":404} 
[2025-07-17 06:26:41] local.WARNING: AmpecoDataUpdater: Charge Point ID 393062 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:26:46] local.ERROR: AmpecoApiService: RequestException for CP ID 59783: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59783"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59783","status":404} 
[2025-07-17 06:26:46] local.WARNING: AmpecoDataUpdater: Charge Point ID 59783 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:27:01] local.INFO: Sessions updated for user 235. {"count":233} 
[2025-07-17 06:27:02] local.INFO: AmpecoDataUpdater: Session API response for user 236 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:27:01+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=236&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=236&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=236&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=236&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=236&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":172}} 
[2025-07-17 06:27:06] local.INFO: Sessions updated for user 236. {"count":172} 
[2025-07-17 06:27:07] local.INFO: AmpecoDataUpdater: Session API response for user 237 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:27:06+00:00","sessions_count":8,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=237&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":8,"total":8}} 
[2025-07-17 06:27:09] local.INFO: Sessions updated for user 237. {"count":8} 
[2025-07-17 06:27:10] local.INFO: AmpecoDataUpdater: Session API response for user 238 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:27:09+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=238&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=238&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=238&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=238&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=238&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=238&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=238&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":262}} 
[2025-07-17 06:27:18] local.INFO: Sessions updated for user 238. {"count":262} 
[2025-07-17 06:27:20] local.INFO: AmpecoDataUpdater: Session API response for user 239 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:27:18+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=239&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=239&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=239&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=239&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=239&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=239&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":223}} 
[2025-07-17 06:27:30] local.ERROR: AmpecoApiService: RequestException for CP ID 272294: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 272294"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/272294","status":404} 
[2025-07-17 06:27:30] local.WARNING: AmpecoDataUpdater: Charge Point ID 272294 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:27:34] local.ERROR: AmpecoApiService: RequestException for CP ID 410212: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 410212"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/410212","status":404} 
[2025-07-17 06:27:34] local.WARNING: AmpecoDataUpdater: Charge Point ID 410212 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:27:42] local.INFO: Sessions updated for user 239. {"count":223} 
[2025-07-17 06:27:43] local.INFO: AmpecoDataUpdater: Session API response for user 242 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:27:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=242&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:27:43] local.INFO: Sessions updated for user 242. {"count":0} 
[2025-07-17 06:27:44] local.INFO: AmpecoDataUpdater: Session API response for user 244 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:27:43+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=244&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=244&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=244&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=244&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":118}} 
[2025-07-17 06:27:53] local.ERROR: AmpecoApiService: RequestException for CP ID 571505: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 571505"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/571505","status":404} 
[2025-07-17 06:27:53] local.WARNING: AmpecoDataUpdater: Charge Point ID 571505 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:27:56] local.INFO: Sessions updated for user 244. {"count":118} 
[2025-07-17 06:27:57] local.INFO: AmpecoDataUpdater: Session API response for user 245 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:27:56+00:00","sessions_count":10,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=245&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":10,"total":10}} 
[2025-07-17 06:27:57] local.INFO: Sessions updated for user 245. {"count":10} 
[2025-07-17 06:27:58] local.INFO: AmpecoDataUpdater: Session API response for user 246 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:27:57+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=246&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=246&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=246&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A27%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":68}} 
[2025-07-17 06:28:01] local.INFO: Sessions updated for user 246. {"count":68} 
[2025-07-17 06:28:02] local.INFO: AmpecoDataUpdater: Session API response for user 247 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:28:01+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=247&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=247&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=247&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=247&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=247&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=247&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=247&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":262}} 
[2025-07-17 06:28:11] local.INFO: Sessions updated for user 247. {"count":262} 
[2025-07-17 06:28:12] local.INFO: AmpecoDataUpdater: Session API response for user 248 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:28:11+00:00","sessions_count":18,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=248&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":18,"total":18}} 
[2025-07-17 06:28:12] local.INFO: Sessions updated for user 248. {"count":18} 
[2025-07-17 06:28:14] local.INFO: AmpecoDataUpdater: Session API response for user 249 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:28:12+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=249&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=249&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=249&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=249&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":104}} 
[2025-07-17 06:28:17] local.INFO: Sessions updated for user 249. {"count":104} 
[2025-07-17 06:28:18] local.INFO: AmpecoDataUpdater: Session API response for user 250 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:28:17+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=250&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:28:18] local.INFO: Sessions updated for user 250. {"count":0} 
[2025-07-17 06:28:19] local.INFO: AmpecoDataUpdater: Session API response for user 251 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:28:18+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=251&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:28:19] local.INFO: Sessions updated for user 251. {"count":0} 
[2025-07-17 06:28:19] local.INFO: AmpecoDataUpdater: Session API response for user 253 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:28:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=253&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:28:19] local.INFO: Sessions updated for user 253. {"count":0} 
[2025-07-17 06:28:20] local.INFO: AmpecoDataUpdater: Session API response for user 254 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:28:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=254&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:28:20] local.INFO: Sessions updated for user 254. {"count":0} 
[2025-07-17 06:28:21] local.INFO: AmpecoDataUpdater: Session API response for user 255 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:28:20+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=255&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=255&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=255&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=255&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":105}} 
[2025-07-17 06:28:25] local.INFO: Sessions updated for user 255. {"count":105} 
[2025-07-17 06:28:26] local.INFO: AmpecoDataUpdater: Session API response for user 257 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:28:25+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=257&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=257&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=257&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=257&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=257&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A28%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":157}} 
[2025-07-17 06:28:39] local.ERROR: AmpecoApiService: RequestException for CP ID 297445: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 297445"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/297445","status":404} 
[2025-07-17 06:28:39] local.WARNING: AmpecoDataUpdater: Charge Point ID 297445 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:28:53] local.ERROR: AmpecoApiService: RequestException for CP ID 337383: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 337383"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/337383","status":404} 
[2025-07-17 06:28:53] local.WARNING: AmpecoDataUpdater: Charge Point ID 337383 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:29:01] local.ERROR: AmpecoApiService: RequestException for CP ID 296506: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 296506"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/296506","status":404} 
[2025-07-17 06:29:01] local.WARNING: AmpecoDataUpdater: Charge Point ID 296506 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:29:05] local.ERROR: AmpecoApiService: RequestException for CP ID 327075: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 327075"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/327075","status":404} 
[2025-07-17 06:29:05] local.WARNING: AmpecoDataUpdater: Charge Point ID 327075 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:29:08] local.INFO: Sessions updated for user 257. {"count":157} 
[2025-07-17 06:29:09] local.INFO: AmpecoDataUpdater: Session API response for user 258 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:29:08+00:00","sessions_count":38,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=258&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":38,"total":38}} 
[2025-07-17 06:29:10] local.INFO: Sessions updated for user 258. {"count":38} 
[2025-07-17 06:29:10] local.INFO: AmpecoDataUpdater: Session API response for user 259 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:29:10+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=259&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:29:10] local.INFO: Sessions updated for user 259. {"count":0} 
[2025-07-17 06:29:12] local.INFO: AmpecoDataUpdater: Session API response for user 260 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:29:10+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":25,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=24","label":"24","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=25","label":"25","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=260&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A29%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":1213}} 
[2025-07-17 06:29:50] local.ERROR: AmpecoApiService: RequestException for CP ID 274095: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 274095"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/274095","status":404} 
[2025-07-17 06:29:50] local.WARNING: AmpecoDataUpdater: Charge Point ID 274095 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:30:00] local.ERROR: AmpecoApiService: RequestException for CP ID 254489: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 254489"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/254489","status":404} 
[2025-07-17 06:30:00] local.WARNING: AmpecoDataUpdater: Charge Point ID 254489 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:30:06] local.ERROR: AmpecoApiService: RequestException for CP ID 274096: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 274096"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/274096","status":404} 
[2025-07-17 06:30:06] local.WARNING: AmpecoDataUpdater: Charge Point ID 274096 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:30:13] local.ERROR: AmpecoApiService: RequestException for CP ID 59252: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59252"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59252","status":404} 
[2025-07-17 06:30:14] local.WARNING: AmpecoDataUpdater: Charge Point ID 59252 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:30:33] local.INFO: Sessions updated for user 260. {"count":1213} 
[2025-07-17 06:30:35] local.INFO: AmpecoDataUpdater: Session API response for user 262 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:30:33+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=262&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=262&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=262&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=262&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":112}} 
[2025-07-17 06:30:38] local.INFO: Sessions updated for user 262. {"count":112} 
[2025-07-17 06:30:38] local.INFO: AmpecoDataUpdater: Session API response for user 263 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:30:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=263&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:30:38] local.INFO: Sessions updated for user 263. {"count":0} 
[2025-07-17 06:30:40] local.INFO: AmpecoDataUpdater: Session API response for user 267 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:30:38+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=267&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=267&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=267&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=267&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":129}} 
[2025-07-17 06:30:42] local.INFO: Sessions updated for user 267. {"count":129} 
[2025-07-17 06:30:43] local.INFO: AmpecoDataUpdater: Session API response for user 268 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:30:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=268&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:30:43] local.INFO: Sessions updated for user 268. {"count":0} 
[2025-07-17 06:30:44] local.INFO: AmpecoDataUpdater: Session API response for user 269 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:30:43+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=269&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=269&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=269&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=269&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":142}} 
[2025-07-17 06:30:51] local.ERROR: AmpecoApiService: RequestException for CP ID 342874: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 342874"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/342874","status":404} 
[2025-07-17 06:30:51] local.WARNING: AmpecoDataUpdater: Charge Point ID 342874 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:30:57] local.INFO: Sessions updated for user 269. {"count":142} 
[2025-07-17 06:30:57] local.INFO: AmpecoDataUpdater: Session API response for user 270 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:30:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=270&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:30:57] local.INFO: Sessions updated for user 270. {"count":0} 
[2025-07-17 06:30:58] local.INFO: AmpecoDataUpdater: Session API response for user 271 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:30:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=271&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:30:58] local.INFO: Sessions updated for user 271. {"count":0} 
[2025-07-17 06:31:00] local.INFO: AmpecoDataUpdater: Session API response for user 273 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:30:58+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=273&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=273&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=273&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=273&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=273&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=273&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A30%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":215}} 
[2025-07-17 06:31:10] local.ERROR: AmpecoApiService: RequestException for CP ID 242521: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 242521"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/242521","status":404} 
[2025-07-17 06:31:10] local.WARNING: AmpecoDataUpdater: Charge Point ID 242521 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:31:17] local.INFO: Sessions updated for user 273. {"count":215} 
[2025-07-17 06:31:19] local.INFO: AmpecoDataUpdater: Session API response for user 274 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:31:17+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=274&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=274&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=274&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=274&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=274&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":161}} 
[2025-07-17 06:31:29] local.ERROR: AmpecoApiService: RequestException for CP ID 294179: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 294179"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/294179","status":404} 
[2025-07-17 06:31:29] local.WARNING: AmpecoDataUpdater: Charge Point ID 294179 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:31:40] local.INFO: Sessions updated for user 274. {"count":161} 
[2025-07-17 06:31:41] local.INFO: AmpecoDataUpdater: Session API response for user 275 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:31:40+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=275&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=275&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=275&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=275&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=275&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":160}} 
[2025-07-17 06:31:46] local.INFO: Sessions updated for user 275. {"count":160} 
[2025-07-17 06:31:46] local.INFO: AmpecoDataUpdater: Session API response for user 276 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:31:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=276&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:31:46] local.INFO: Sessions updated for user 276. {"count":0} 
[2025-07-17 06:31:47] local.INFO: AmpecoDataUpdater: Session API response for user 277 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:31:46+00:00","sessions_count":14,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=277&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":14,"total":14}} 
[2025-07-17 06:31:53] local.INFO: Sessions updated for user 277. {"count":14} 
[2025-07-17 06:31:54] local.INFO: AmpecoDataUpdater: Session API response for user 278 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:31:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=278&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:31:54] local.INFO: Sessions updated for user 278. {"count":0} 
[2025-07-17 06:31:55] local.INFO: AmpecoDataUpdater: Session API response for user 279 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:31:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=279&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:31:55] local.INFO: Sessions updated for user 279. {"count":0} 
[2025-07-17 06:31:56] local.INFO: AmpecoDataUpdater: Session API response for user 280 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:31:55+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":9,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=280&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=280&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=280&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=280&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=280&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=280&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=280&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=280&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=280&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=280&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A31%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":404}} 
[2025-07-17 06:32:13] local.ERROR: AmpecoApiService: RequestException for CP ID 242521: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 242521"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/242521","status":404} 
[2025-07-17 06:32:13] local.WARNING: AmpecoDataUpdater: Charge Point ID 242521 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:32:13] local.INFO: Sessions updated for user 280. {"count":404} 
[2025-07-17 06:32:14] local.INFO: AmpecoDataUpdater: Session API response for user 281 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:32:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=281&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:32:14] local.INFO: Sessions updated for user 281. {"count":0} 
[2025-07-17 06:32:16] local.INFO: AmpecoDataUpdater: Session API response for user 283 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:32:14+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":10,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=283&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":471}} 
[2025-07-17 06:32:36] local.ERROR: AmpecoApiService: RequestException for CP ID 368133: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 368133"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/368133","status":404} 
[2025-07-17 06:32:36] local.WARNING: AmpecoDataUpdater: Charge Point ID 368133 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:32:40] local.INFO: Sessions updated for user 283. {"count":471} 
[2025-07-17 06:32:42] local.INFO: AmpecoDataUpdater: Session API response for user 284 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:32:40+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=284&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=284&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=284&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=284&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":122}} 
[2025-07-17 06:32:47] local.INFO: Sessions updated for user 284. {"count":122} 
[2025-07-17 06:32:49] local.INFO: AmpecoDataUpdater: Session API response for user 285 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:32:47+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":9,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=285&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=285&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=285&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=285&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=285&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=285&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=285&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=285&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=285&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=285&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A32%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":450}} 
[2025-07-17 06:33:02] local.INFO: Sessions updated for user 285. {"count":450} 
[2025-07-17 06:33:02] local.INFO: AmpecoDataUpdater: Session API response for user 286 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=286&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:33:02] local.INFO: Sessions updated for user 286. {"count":0} 
[2025-07-17 06:33:03] local.INFO: AmpecoDataUpdater: Session API response for user 287 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=287&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:33:03] local.INFO: Sessions updated for user 287. {"count":0} 
[2025-07-17 06:33:04] local.INFO: AmpecoDataUpdater: Session API response for user 288 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:03+00:00","sessions_count":20,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=288&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":20,"total":20}} 
[2025-07-17 06:33:08] local.INFO: Sessions updated for user 288. {"count":20} 
[2025-07-17 06:33:09] local.INFO: AmpecoDataUpdater: Session API response for user 290 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:08+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=290&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=290&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=290&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=290&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=290&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=290&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":244}} 
[2025-07-17 06:33:19] local.INFO: Sessions updated for user 290. {"count":244} 
[2025-07-17 06:33:20] local.INFO: AmpecoDataUpdater: Session API response for user 291 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:19+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=291&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:33:20] local.INFO: Sessions updated for user 291. {"count":0} 
[2025-07-17 06:33:22] local.INFO: AmpecoDataUpdater: Session API response for user 292 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:20+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=292&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=292&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=292&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":91}} 
[2025-07-17 06:33:23] local.INFO: Sessions updated for user 292. {"count":91} 
[2025-07-17 06:33:24] local.INFO: AmpecoDataUpdater: Session API response for user 293 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=293&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:33:24] local.INFO: Sessions updated for user 293. {"count":0} 
[2025-07-17 06:33:24] local.INFO: AmpecoDataUpdater: Session API response for user 294 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=294&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:33:24] local.INFO: Sessions updated for user 294. {"count":0} 
[2025-07-17 06:33:26] local.INFO: AmpecoDataUpdater: Session API response for user 295 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:24+00:00","sessions_count":43,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=295&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":43,"total":43}} 
[2025-07-17 06:33:29] local.INFO: Sessions updated for user 295. {"count":43} 
[2025-07-17 06:33:30] local.INFO: AmpecoDataUpdater: Session API response for user 296 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:29+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=296&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=296&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=296&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=296&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=296&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=296&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=296&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":269}} 
[2025-07-17 06:33:40] local.INFO: Sessions updated for user 296. {"count":269} 
[2025-07-17 06:33:41] local.INFO: AmpecoDataUpdater: Session API response for user 297 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=297&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:33:41] local.INFO: Sessions updated for user 297. {"count":0} 
[2025-07-17 06:33:41] local.INFO: AmpecoDataUpdater: Session API response for user 298 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=298&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:33:41] local.INFO: Sessions updated for user 298. {"count":0} 
[2025-07-17 06:33:43] local.INFO: AmpecoDataUpdater: Session API response for user 301 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:42+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=301&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=301&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=301&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":76}} 
[2025-07-17 06:33:45] local.INFO: Sessions updated for user 301. {"count":76} 
[2025-07-17 06:33:47] local.INFO: AmpecoDataUpdater: Session API response for user 302 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:45+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=302&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=302&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=302&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":100}} 
[2025-07-17 06:33:50] local.INFO: Sessions updated for user 302. {"count":100} 
[2025-07-17 06:33:50] local.INFO: AmpecoDataUpdater: Session API response for user 303 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=303&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:33:50] local.INFO: Sessions updated for user 303. {"count":0} 
[2025-07-17 06:33:51] local.INFO: AmpecoDataUpdater: Session API response for user 304 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:50+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=304&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:33:51] local.INFO: Sessions updated for user 304. {"count":0} 
[2025-07-17 06:33:53] local.INFO: AmpecoDataUpdater: Session API response for user 305 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:33:51+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=305&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=305&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=305&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=305&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=305&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=305&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=305&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=305&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A33%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":317}} 
[2025-07-17 06:34:05] local.INFO: Sessions updated for user 305. {"count":317} 
[2025-07-17 06:34:06] local.INFO: AmpecoDataUpdater: Session API response for user 306 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:34:05+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=306&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=306&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=306&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=306&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=306&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":188}} 
[2025-07-17 06:34:11] local.INFO: Sessions updated for user 306. {"count":188} 
[2025-07-17 06:34:12] local.INFO: AmpecoDataUpdater: Session API response for user 307 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:34:11+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=307&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=307&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=307&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=307&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=307&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=307&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=307&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=307&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":309}} 
[2025-07-17 06:34:25] local.ERROR: AmpecoApiService: RequestException for CP ID 339296: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 339296"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/339296","status":404} 
[2025-07-17 06:34:25] local.WARNING: AmpecoDataUpdater: Charge Point ID 339296 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:34:26] local.INFO: Sessions updated for user 307. {"count":309} 
[2025-07-17 06:34:27] local.INFO: AmpecoDataUpdater: Session API response for user 308 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:34:26+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=308&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":968}} 
[2025-07-17 06:34:56] local.INFO: Sessions updated for user 308. {"count":968} 
[2025-07-17 06:34:57] local.INFO: AmpecoDataUpdater: Session API response for user 309 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:34:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=309&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:34:57] local.INFO: Sessions updated for user 309. {"count":0} 
[2025-07-17 06:34:59] local.INFO: AmpecoDataUpdater: Session API response for user 310 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:34:57+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":9,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=310&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A34%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":438}} 
[2025-07-17 06:35:14] local.ERROR: AmpecoApiService: RequestException for CP ID 338636: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 338636"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/338636","status":404} 
[2025-07-17 06:35:14] local.WARNING: AmpecoDataUpdater: Charge Point ID 338636 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:35:18] local.ERROR: AmpecoApiService: RequestException for CP ID 297634: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 297634"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/297634","status":404} 
[2025-07-17 06:35:18] local.WARNING: AmpecoDataUpdater: Charge Point ID 297634 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:35:26] local.ERROR: AmpecoApiService: RequestException for CP ID 59252: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59252"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59252","status":404} 
[2025-07-17 06:35:26] local.WARNING: AmpecoDataUpdater: Charge Point ID 59252 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:35:31] local.ERROR: AmpecoApiService: RequestException for CP ID 267314: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 267314"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/267314","status":404} 
[2025-07-17 06:35:31] local.WARNING: AmpecoDataUpdater: Charge Point ID 267314 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:35:35] local.ERROR: AmpecoApiService: RequestException for CP ID 291345: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 291345"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/291345","status":404} 
[2025-07-17 06:35:35] local.WARNING: AmpecoDataUpdater: Charge Point ID 291345 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:35:42] local.INFO: Sessions updated for user 310. {"count":438} 
[2025-07-17 06:35:43] local.INFO: AmpecoDataUpdater: Session API response for user 311 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:35:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=311&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:35:43] local.INFO: Sessions updated for user 311. {"count":0} 
[2025-07-17 06:35:44] local.INFO: AmpecoDataUpdater: Session API response for user 312 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:35:43+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=312&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=312&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=312&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=312&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=312&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=312&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":205}} 
[2025-07-17 06:35:53] local.INFO: Sessions updated for user 312. {"count":205} 
[2025-07-17 06:35:54] local.INFO: AmpecoDataUpdater: Session API response for user 313 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:35:53+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":11,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=313&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A35%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":509}} 
[2025-07-17 06:36:13] local.ERROR: AmpecoApiService: RequestException for CP ID 272294: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 272294"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/272294","status":404} 
[2025-07-17 06:36:13] local.WARNING: AmpecoDataUpdater: Charge Point ID 272294 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:36:20] local.ERROR: AmpecoApiService: RequestException for CP ID 59257: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59257"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59257","status":404} 
[2025-07-17 06:36:20] local.WARNING: AmpecoDataUpdater: Charge Point ID 59257 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:36:28] local.ERROR: AmpecoApiService: RequestException for CP ID 279714: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 279714"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/279714","status":404} 
[2025-07-17 06:36:28] local.WARNING: AmpecoDataUpdater: Charge Point ID 279714 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:36:34] local.ERROR: AmpecoApiService: RequestException for CP ID 277591: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 277591"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/277591","status":404} 
[2025-07-17 06:36:34] local.WARNING: AmpecoDataUpdater: Charge Point ID 277591 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:36:42] local.ERROR: AmpecoApiService: RequestException for CP ID 245053: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 245053"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/245053","status":404} 
[2025-07-17 06:36:42] local.WARNING: AmpecoDataUpdater: Charge Point ID 245053 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:36:46] local.ERROR: AmpecoApiService: RequestException for CP ID 296506: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 296506"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/296506","status":404} 
[2025-07-17 06:36:46] local.WARNING: AmpecoDataUpdater: Charge Point ID 296506 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:36:57] local.ERROR: AmpecoApiService: RequestException for CP ID 267314: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 267314"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/267314","status":404} 
[2025-07-17 06:36:57] local.WARNING: AmpecoDataUpdater: Charge Point ID 267314 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:37:02] local.ERROR: AmpecoApiService: RequestException for CP ID 238590: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 238590"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/238590","status":404} 
[2025-07-17 06:37:02] local.WARNING: AmpecoDataUpdater: Charge Point ID 238590 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:37:11] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-17 06:37:11] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:37:15] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 06:37:15] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:37:19] local.ERROR: AmpecoApiService: RequestException for CP ID 595390: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595390","status":403} 
[2025-07-17 06:37:19] local.WARNING: AmpecoDataUpdater: Charge Point ID 595390 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:37:34] local.INFO: Sessions updated for user 313. {"count":509} 
[2025-07-17 06:37:35] local.INFO: AmpecoDataUpdater: Session API response for user 314 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:37:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=314&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:37:35] local.INFO: Sessions updated for user 314. {"count":0} 
[2025-07-17 06:37:36] local.INFO: AmpecoDataUpdater: Session API response for user 315 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:37:35+00:00","sessions_count":13,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=315&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":13,"total":13}} 
[2025-07-17 06:37:40] local.ERROR: AmpecoApiService: RequestException for CP ID 321659: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 321659"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/321659","status":404} 
[2025-07-17 06:37:40] local.WARNING: AmpecoDataUpdater: Charge Point ID 321659 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:37:43] local.INFO: Sessions updated for user 315. {"count":13} 
[2025-07-17 06:37:45] local.INFO: AmpecoDataUpdater: Session API response for user 316 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:37:43+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":19,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=316&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A37%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":902}} 
[2025-07-17 06:38:13] local.INFO: Sessions updated for user 316. {"count":902} 
[2025-07-17 06:38:13] local.INFO: AmpecoDataUpdater: Session API response for user 317 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:38:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=317&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:38:13] local.INFO: Sessions updated for user 317. {"count":0} 
[2025-07-17 06:38:15] local.INFO: AmpecoDataUpdater: Session API response for user 318 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:38:13+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=318&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=318&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=318&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=318&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=318&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=318&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=318&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=318&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":319}} 
[2025-07-17 06:38:26] local.INFO: Sessions updated for user 318. {"count":319} 
[2025-07-17 06:38:27] local.INFO: AmpecoDataUpdater: Session API response for user 319 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:38:26+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=319&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:38:27] local.INFO: Sessions updated for user 319. {"count":0} 
[2025-07-17 06:38:28] local.INFO: AmpecoDataUpdater: Session API response for user 320 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:38:27+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=320&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=320&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=320&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=320&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=320&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=320&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=320&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":264}} 
[2025-07-17 06:38:41] local.ERROR: AmpecoApiService: RequestException for CP ID 59251: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59251"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59251","status":404} 
[2025-07-17 06:38:41] local.WARNING: AmpecoDataUpdater: Charge Point ID 59251 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:38:45] local.ERROR: AmpecoApiService: RequestException for CP ID 141119: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 141119"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/141119","status":404} 
[2025-07-17 06:38:45] local.WARNING: AmpecoDataUpdater: Charge Point ID 141119 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:38:46] local.INFO: Sessions updated for user 320. {"count":264} 
[2025-07-17 06:38:47] local.INFO: AmpecoDataUpdater: Session API response for user 321 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:38:46+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=321&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:38:47] local.INFO: Sessions updated for user 321. {"count":0} 
[2025-07-17 06:38:48] local.INFO: AmpecoDataUpdater: Session API response for user 323 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:38:47+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=323&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=323&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=323&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":98}} 
[2025-07-17 06:38:51] local.INFO: Sessions updated for user 323. {"count":98} 
[2025-07-17 06:38:52] local.INFO: AmpecoDataUpdater: Session API response for user 324 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:38:51+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=324&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:38:52] local.INFO: Sessions updated for user 324. {"count":0} 
[2025-07-17 06:38:53] local.INFO: AmpecoDataUpdater: Session API response for user 325 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:38:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=325&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:38:53] local.INFO: Sessions updated for user 325. {"count":0} 
[2025-07-17 06:38:53] local.INFO: AmpecoDataUpdater: Session API response for user 326 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:38:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=326&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:38:53] local.INFO: Sessions updated for user 326. {"count":0} 
[2025-07-17 06:38:55] local.INFO: AmpecoDataUpdater: Session API response for user 327 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:38:53+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=327&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=327&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=327&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=327&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=327&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=327&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A38%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":204}} 
[2025-07-17 06:39:04] local.INFO: Sessions updated for user 327. {"count":204} 
[2025-07-17 06:39:05] local.INFO: AmpecoDataUpdater: Session API response for user 328 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:39:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=328&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A39%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:39:05] local.INFO: Sessions updated for user 328. {"count":0} 
[2025-07-17 06:39:06] local.INFO: AmpecoDataUpdater: Session API response for user 329 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:39:05+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=329&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A39%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:39:06] local.INFO: Sessions updated for user 329. {"count":0} 
[2025-07-17 06:39:07] local.INFO: AmpecoDataUpdater: Session API response for user 330 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:39:06+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=330&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A39%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=330&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A39%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=330&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A39%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=330&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A39%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":110}} 
[2025-07-17 06:39:11] local.INFO: Sessions updated for user 330. {"count":110} 
[2025-07-17 06:39:13] local.INFO: AmpecoDataUpdater: Session API response for user 331 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:39:11+00:00","sessions_count":10,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=331&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A39%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":10,"total":10}} 
[2025-07-17 06:39:13] local.INFO: Sessions updated for user 331. {"count":10} 
[2025-07-17 06:39:14] local.INFO: AmpecoDataUpdater: Session API response for user 332 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:39:13+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=332&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A39%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=332&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A39%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=332&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A39%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":86}} 
[2025-07-17 06:39:28] local.ERROR: AmpecoApiService: RequestException for CP ID 410212: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 410212"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/410212","status":404} 
[2025-07-17 06:39:28] local.WARNING: AmpecoDataUpdater: Charge Point ID 410212 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:39:32] local.INFO: Sessions updated for user 332. {"count":86} 
[2025-07-17 06:39:33] local.INFO: AmpecoDataUpdater: Session API response for user 333 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:39:32+00:00","sessions_count":41,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=333&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A39%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":41,"total":41}} 
[2025-07-17 06:39:44] local.ERROR: AmpecoApiService: RequestException for CP ID 59257: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59257"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59257","status":404} 
[2025-07-17 06:39:44] local.WARNING: AmpecoDataUpdater: Charge Point ID 59257 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:39:59] local.INFO: Sessions updated for user 333. {"count":41} 
[2025-07-17 06:40:00] local.INFO: AmpecoDataUpdater: Session API response for user 334 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:39:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=334&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A39%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:40:00] local.INFO: Sessions updated for user 334. {"count":0} 
[2025-07-17 06:40:01] local.INFO: AmpecoDataUpdater: Session API response for user 335 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:40:00+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=335&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=335&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=335&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=335&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=335&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=335&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=335&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=335&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":316}} 
[2025-07-17 06:40:12] local.INFO: Sessions updated for user 335. {"count":316} 
[2025-07-17 06:40:14] local.INFO: AmpecoDataUpdater: Session API response for user 336 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:40:12+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=336&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=336&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=336&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=336&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":117}} 
[2025-07-17 06:40:18] local.INFO: Sessions updated for user 336. {"count":117} 
[2025-07-17 06:40:19] local.INFO: AmpecoDataUpdater: Session API response for user 338 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:40:18+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":16,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=338&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":789}} 
[2025-07-17 06:40:45] local.INFO: Sessions updated for user 338. {"count":789} 
[2025-07-17 06:40:46] local.INFO: AmpecoDataUpdater: Session API response for user 339 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:40:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=339&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:40:46] local.INFO: Sessions updated for user 339. {"count":0} 
[2025-07-17 06:40:48] local.INFO: AmpecoDataUpdater: Session API response for user 340 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:40:46+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":9,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=340&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A40%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":401}} 
[2025-07-17 06:41:12] local.INFO: Sessions updated for user 340. {"count":401} 
[2025-07-17 06:41:13] local.INFO: AmpecoDataUpdater: Session API response for user 341 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:41:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=341&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:41:13] local.INFO: Sessions updated for user 341. {"count":0} 
[2025-07-17 06:41:14] local.INFO: AmpecoDataUpdater: Session API response for user 342 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:41:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=342&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:41:14] local.INFO: Sessions updated for user 342. {"count":0} 
[2025-07-17 06:41:15] local.INFO: AmpecoDataUpdater: Session API response for user 343 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:41:14+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=343&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=343&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=343&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=343&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=343&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":175}} 
[2025-07-17 06:41:21] local.INFO: Sessions updated for user 343. {"count":175} 
[2025-07-17 06:41:22] local.INFO: AmpecoDataUpdater: Session API response for user 344 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:41:21+00:00","sessions_count":2,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=344&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":2,"total":2}} 
[2025-07-17 06:41:23] local.INFO: Sessions updated for user 344. {"count":2} 
[2025-07-17 06:41:24] local.INFO: AmpecoDataUpdater: Session API response for user 345 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:41:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=345&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:41:24] local.INFO: Sessions updated for user 345. {"count":0} 
[2025-07-17 06:41:24] local.INFO: AmpecoDataUpdater: Session API response for user 346 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:41:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=346&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:41:24] local.INFO: Sessions updated for user 346. {"count":0} 
[2025-07-17 06:41:25] local.INFO: AmpecoDataUpdater: Session API response for user 347 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:41:24+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=347&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:41:25] local.INFO: Sessions updated for user 347. {"count":0} 
[2025-07-17 06:41:26] local.INFO: AmpecoDataUpdater: Session API response for user 348 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:41:25+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=348&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=348&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=348&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=348&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=348&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":200}} 
[2025-07-17 06:41:32] local.INFO: Sessions updated for user 348. {"count":200} 
[2025-07-17 06:41:33] local.INFO: AmpecoDataUpdater: Session API response for user 349 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:41:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=349&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:41:33] local.INFO: Sessions updated for user 349. {"count":0} 
[2025-07-17 06:41:34] local.INFO: AmpecoDataUpdater: Session API response for user 351 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:41:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=351&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:41:34] local.INFO: Sessions updated for user 351. {"count":0} 
[2025-07-17 06:41:35] local.INFO: AmpecoDataUpdater: Session API response for user 352 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:41:34+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=352&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=352&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=352&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=352&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=352&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=352&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A41%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":238}} 
[2025-07-17 06:41:45] local.ERROR: AmpecoApiService: RequestException for CP ID 407206: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 407206"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/407206","status":404} 
[2025-07-17 06:41:45] local.WARNING: AmpecoDataUpdater: Charge Point ID 407206 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:42:01] local.INFO: Sessions updated for user 352. {"count":238} 
[2025-07-17 06:42:03] local.INFO: AmpecoDataUpdater: Session API response for user 353 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:42:01+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=353&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=353&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=353&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=353&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=353&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=353&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":207}} 
[2025-07-17 06:42:09] local.INFO: Sessions updated for user 353. {"count":207} 
[2025-07-17 06:42:10] local.INFO: AmpecoDataUpdater: Session API response for user 354 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:42:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=354&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:42:10] local.INFO: Sessions updated for user 354. {"count":0} 
[2025-07-17 06:42:12] local.INFO: AmpecoDataUpdater: Session API response for user 355 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:42:10+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=355&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=355&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=355&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":96}} 
[2025-07-17 06:42:19] local.ERROR: AmpecoApiService: RequestException for CP ID 309071: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 309071"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/309071","status":404} 
[2025-07-17 06:42:19] local.WARNING: AmpecoDataUpdater: Charge Point ID 309071 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:42:21] local.INFO: Sessions updated for user 355. {"count":96} 
[2025-07-17 06:42:22] local.INFO: AmpecoDataUpdater: Session API response for user 356 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:42:21+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=356&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=356&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=356&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=356&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=356&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=356&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=356&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A42%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":258}} 
[2025-07-17 06:42:40] local.ERROR: AmpecoApiService: RequestException for CP ID 339431: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 339431"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/339431","status":404} 
[2025-07-17 06:42:40] local.WARNING: AmpecoDataUpdater: Charge Point ID 339431 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:42:44] local.ERROR: AmpecoApiService: RequestException for CP ID 241127: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 241127"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/241127","status":404} 
[2025-07-17 06:42:44] local.WARNING: AmpecoDataUpdater: Charge Point ID 241127 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:42:49] local.ERROR: AmpecoApiService: RequestException for CP ID 40155: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 40155"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/40155","status":404} 
[2025-07-17 06:42:49] local.WARNING: AmpecoDataUpdater: Charge Point ID 40155 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:42:59] local.ERROR: AmpecoApiService: RequestException for CP ID 339345: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 339345"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/339345","status":404} 
[2025-07-17 06:42:59] local.WARNING: AmpecoDataUpdater: Charge Point ID 339345 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:43:08] local.ERROR: AmpecoApiService: RequestException for CP ID 367986: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 367986"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/367986","status":404} 
[2025-07-17 06:43:08] local.WARNING: AmpecoDataUpdater: Charge Point ID 367986 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:43:26] local.ERROR: AmpecoApiService: RequestException for CP ID 363171: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 363171"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/363171","status":404} 
[2025-07-17 06:43:26] local.WARNING: AmpecoDataUpdater: Charge Point ID 363171 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:43:41] local.INFO: Sessions updated for user 356. {"count":258} 
[2025-07-17 06:43:42] local.INFO: AmpecoDataUpdater: Session API response for user 357 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:43:41+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=357&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:43:42] local.INFO: Sessions updated for user 357. {"count":0} 
[2025-07-17 06:43:43] local.INFO: AmpecoDataUpdater: Session API response for user 358 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:43:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=358&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:43:43] local.INFO: Sessions updated for user 358. {"count":0} 
[2025-07-17 06:43:43] local.INFO: AmpecoDataUpdater: Session API response for user 359 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:43:43+00:00","sessions_count":8,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=359&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":8,"total":8}} 
[2025-07-17 06:43:45] local.INFO: Sessions updated for user 359. {"count":8} 
[2025-07-17 06:43:47] local.INFO: AmpecoDataUpdater: Session API response for user 360 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:43:45+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=360&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=360&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=360&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=360&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=360&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=360&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":248}} 
[2025-07-17 06:43:54] local.INFO: Sessions updated for user 360. {"count":248} 
[2025-07-17 06:43:55] local.INFO: AmpecoDataUpdater: Session API response for user 361 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:43:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=361&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:43:55] local.INFO: Sessions updated for user 361. {"count":0} 
[2025-07-17 06:43:56] local.INFO: AmpecoDataUpdater: Session API response for user 362 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:43:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=362&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:43:56] local.INFO: Sessions updated for user 362. {"count":0} 
[2025-07-17 06:43:56] local.INFO: AmpecoDataUpdater: Session API response for user 363 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:43:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=363&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:43:56] local.INFO: Sessions updated for user 363. {"count":0} 
[2025-07-17 06:43:58] local.INFO: AmpecoDataUpdater: Session API response for user 364 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:43:56+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=364&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=364&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=364&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=364&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=364&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=364&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=364&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A43%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":300}} 
[2025-07-17 06:44:07] local.INFO: Sessions updated for user 364. {"count":300} 
[2025-07-17 06:44:08] local.INFO: AmpecoDataUpdater: Session API response for user 365 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:44:07+00:00","sessions_count":32,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=365&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A44%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":32,"total":32}} 
[2025-07-17 06:44:09] local.INFO: Sessions updated for user 365. {"count":32} 
[2025-07-17 06:44:11] local.INFO: AmpecoDataUpdater: Session API response for user 366 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:44:09+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=366&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A44%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=366&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A44%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=366&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A44%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=366&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A44%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=366&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A44%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=366&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A44%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=366&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A44%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=366&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A44%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=366&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A44%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":390}} 
[2025-07-17 06:44:32] local.ERROR: AmpecoApiService: RequestException for CP ID 360673: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 360673"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/360673","status":404} 
[2025-07-17 06:44:32] local.WARNING: AmpecoDataUpdater: Charge Point ID 360673 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:44:39] local.ERROR: AmpecoApiService: RequestException for CP ID 575837: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 575837"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/575837","status":404} 
[2025-07-17 06:44:39] local.WARNING: AmpecoDataUpdater: Charge Point ID 575837 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:44:59] local.INFO: Sessions updated for user 366. {"count":390} 
[2025-07-17 06:45:01] local.INFO: AmpecoDataUpdater: Session API response for user 367 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:44:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=367&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A44%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:45:01] local.INFO: Sessions updated for user 367. {"count":0} 
[2025-07-17 06:45:01] local.INFO: AmpecoDataUpdater: Session API response for user 368 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:45:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=368&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:45:01] local.INFO: Sessions updated for user 368. {"count":0} 
[2025-07-17 06:45:02] local.INFO: AmpecoDataUpdater: Session API response for user 369 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:45:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=369&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:45:02] local.INFO: Sessions updated for user 369. {"count":0} 
[2025-07-17 06:45:03] local.INFO: AmpecoDataUpdater: Session API response for user 370 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:45:02+00:00","sessions_count":27,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=370&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":27,"total":27}} 
[2025-07-17 06:45:06] local.INFO: Sessions updated for user 370. {"count":27} 
[2025-07-17 06:45:07] local.INFO: AmpecoDataUpdater: Session API response for user 371 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:45:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=371&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:45:07] local.INFO: Sessions updated for user 371. {"count":0} 
[2025-07-17 06:45:07] local.INFO: AmpecoDataUpdater: Session API response for user 372 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:45:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=372&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:45:07] local.INFO: Sessions updated for user 372. {"count":0} 
[2025-07-17 06:45:09] local.INFO: AmpecoDataUpdater: Session API response for user 373 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:45:07+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=373&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=373&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=373&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=373&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=373&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=373&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":249}} 
[2025-07-17 06:45:22] local.ERROR: AmpecoApiService: RequestException for CP ID 59257: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59257"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59257","status":404} 
[2025-07-17 06:45:22] local.WARNING: AmpecoDataUpdater: Charge Point ID 59257 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:45:29] local.ERROR: AmpecoApiService: RequestException for CP ID 235728: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 235728"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/235728","status":404} 
[2025-07-17 06:45:29] local.WARNING: AmpecoDataUpdater: Charge Point ID 235728 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:45:46] local.ERROR: AmpecoApiService: RequestException for CP ID 376634: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 376634"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/376634","status":404} 
[2025-07-17 06:45:46] local.WARNING: AmpecoDataUpdater: Charge Point ID 376634 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:45:52] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-17 06:45:52] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:45:56] local.INFO: Sessions updated for user 373. {"count":249} 
[2025-07-17 06:45:57] local.INFO: AmpecoDataUpdater: Session API response for user 374 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:45:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=374&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:45:57] local.INFO: Sessions updated for user 374. {"count":0} 
[2025-07-17 06:45:57] local.INFO: AmpecoDataUpdater: Session API response for user 375 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:45:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=375&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:45:57] local.INFO: Sessions updated for user 375. {"count":0} 
[2025-07-17 06:45:59] local.INFO: AmpecoDataUpdater: Session API response for user 376 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:45:57+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=376&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=376&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=376&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A45%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":91}} 
[2025-07-17 06:46:01] local.INFO: Sessions updated for user 376. {"count":91} 
[2025-07-17 06:46:02] local.INFO: AmpecoDataUpdater: Session API response for user 377 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:46:01+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=377&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=377&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=377&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=377&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=377&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":190}} 
[2025-07-17 06:46:08] local.INFO: Sessions updated for user 377. {"count":190} 
[2025-07-17 06:46:09] local.INFO: AmpecoDataUpdater: Session API response for user 378 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:46:08+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":11,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=378&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":539}} 
[2025-07-17 06:46:34] local.INFO: Sessions updated for user 378. {"count":539} 
[2025-07-17 06:46:35] local.INFO: AmpecoDataUpdater: Session API response for user 379 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:46:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=379&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:46:35] local.INFO: Sessions updated for user 379. {"count":0} 
[2025-07-17 06:46:36] local.INFO: AmpecoDataUpdater: Session API response for user 380 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:46:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=380&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:46:36] local.INFO: Sessions updated for user 380. {"count":0} 
[2025-07-17 06:46:36] local.INFO: AmpecoDataUpdater: Session API response for user 381 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:46:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=381&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:46:36] local.INFO: Sessions updated for user 381. {"count":0} 
[2025-07-17 06:46:37] local.INFO: AmpecoDataUpdater: Session API response for user 382 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:46:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=382&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:46:37] local.INFO: Sessions updated for user 382. {"count":0} 
[2025-07-17 06:46:39] local.INFO: AmpecoDataUpdater: Session API response for user 383 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:46:37+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=383&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=383&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=383&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=383&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A46%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":144}} 
[2025-07-17 06:46:48] local.ERROR: AmpecoApiService: RequestException for CP ID 330603: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 330603"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/330603","status":404} 
[2025-07-17 06:46:48] local.WARNING: AmpecoDataUpdater: Charge Point ID 330603 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:46:54] local.ERROR: AmpecoApiService: RequestException for CP ID 330599: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 330599"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/330599","status":404} 
[2025-07-17 06:46:54] local.WARNING: AmpecoDataUpdater: Charge Point ID 330599 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:47:01] local.INFO: Sessions updated for user 383. {"count":144} 
[2025-07-17 06:47:02] local.INFO: AmpecoDataUpdater: Session API response for user 384 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:01+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=384&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=384&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=384&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=384&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=384&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=384&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=384&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":300}} 
[2025-07-17 06:47:12] local.INFO: Sessions updated for user 384. {"count":300} 
[2025-07-17 06:47:13] local.INFO: AmpecoDataUpdater: Session API response for user 386 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:12+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=386&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=386&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=386&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=386&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=386&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=386&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":221}} 
[2025-07-17 06:47:21] local.INFO: Sessions updated for user 386. {"count":221} 
[2025-07-17 06:47:23] local.INFO: AmpecoDataUpdater: Session API response for user 387 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:21+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=387&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=387&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=387&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":82}} 
[2025-07-17 06:47:24] local.INFO: Sessions updated for user 387. {"count":82} 
[2025-07-17 06:47:26] local.INFO: AmpecoDataUpdater: Session API response for user 388 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:24+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=388&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=388&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=388&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=388&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":118}} 
[2025-07-17 06:47:29] local.INFO: Sessions updated for user 388. {"count":118} 
[2025-07-17 06:47:30] local.INFO: AmpecoDataUpdater: Session API response for user 389 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=389&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:47:30] local.INFO: Sessions updated for user 389. {"count":0} 
[2025-07-17 06:47:31] local.INFO: AmpecoDataUpdater: Session API response for user 390 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:30+00:00","sessions_count":37,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=390&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":37,"total":37}} 
[2025-07-17 06:47:33] local.INFO: Sessions updated for user 390. {"count":37} 
[2025-07-17 06:47:34] local.INFO: AmpecoDataUpdater: Session API response for user 391 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:33+00:00","sessions_count":16,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=391&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":16,"total":16}} 
[2025-07-17 06:47:39] local.INFO: Sessions updated for user 391. {"count":16} 
[2025-07-17 06:47:40] local.INFO: AmpecoDataUpdater: Session API response for user 392 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:39+00:00","sessions_count":1,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=392&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":1,"total":1}} 
[2025-07-17 06:47:41] local.INFO: Sessions updated for user 392. {"count":1} 
[2025-07-17 06:47:43] local.INFO: AmpecoDataUpdater: Session API response for user 393 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:41+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=393&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=393&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=393&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=393&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=393&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=393&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=393&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=393&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":315}} 
[2025-07-17 06:47:52] local.INFO: Sessions updated for user 393. {"count":315} 
[2025-07-17 06:47:52] local.INFO: AmpecoDataUpdater: Session API response for user 395 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=395&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:47:52] local.INFO: Sessions updated for user 395. {"count":0} 
[2025-07-17 06:47:53] local.INFO: AmpecoDataUpdater: Session API response for user 396 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=396&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:47:53] local.INFO: Sessions updated for user 396. {"count":0} 
[2025-07-17 06:47:54] local.INFO: AmpecoDataUpdater: Session API response for user 398 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:53+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=398&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:47:54] local.INFO: Sessions updated for user 398. {"count":0} 
[2025-07-17 06:47:54] local.INFO: AmpecoDataUpdater: Session API response for user 399 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=399&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:47:55] local.INFO: Sessions updated for user 399. {"count":0} 
[2025-07-17 06:47:55] local.INFO: AmpecoDataUpdater: Session API response for user 400 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=400&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:47:55] local.INFO: Sessions updated for user 400. {"count":0} 
[2025-07-17 06:47:56] local.INFO: AmpecoDataUpdater: Session API response for user 401 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=401&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:47:56] local.INFO: Sessions updated for user 401. {"count":0} 
[2025-07-17 06:47:57] local.INFO: AmpecoDataUpdater: Session API response for user 402 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=402&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:47:57] local.INFO: Sessions updated for user 402. {"count":0} 
[2025-07-17 06:47:57] local.INFO: AmpecoDataUpdater: Session API response for user 403 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=403&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:47:58] local.INFO: Sessions updated for user 403. {"count":0} 
[2025-07-17 06:47:59] local.INFO: AmpecoDataUpdater: Session API response for user 404 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:47:58+00:00","sessions_count":23,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=404&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A47%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":23,"total":23}} 
[2025-07-17 06:48:02] local.INFO: Sessions updated for user 404. {"count":23} 
[2025-07-17 06:48:04] local.INFO: AmpecoDataUpdater: Session API response for user 406 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:02+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=406&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=406&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=406&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=406&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=406&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=406&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":208}} 
[2025-07-17 06:48:12] local.INFO: Sessions updated for user 406. {"count":208} 
[2025-07-17 06:48:14] local.INFO: AmpecoDataUpdater: Session API response for user 407 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:12+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=407&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=407&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=407&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=407&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=407&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=407&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=407&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=407&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":301}} 
[2025-07-17 06:48:22] local.INFO: Sessions updated for user 407. {"count":301} 
[2025-07-17 06:48:24] local.INFO: AmpecoDataUpdater: Session API response for user 408 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:22+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=408&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=408&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=408&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=408&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=408&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=408&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=408&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=408&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=408&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":384}} 
[2025-07-17 06:48:35] local.INFO: Sessions updated for user 408. {"count":384} 
[2025-07-17 06:48:36] local.INFO: AmpecoDataUpdater: Session API response for user 410 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=410&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:48:36] local.INFO: Sessions updated for user 410. {"count":0} 
[2025-07-17 06:48:36] local.INFO: AmpecoDataUpdater: Session API response for user 411 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=411&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:48:36] local.INFO: Sessions updated for user 411. {"count":0} 
[2025-07-17 06:48:37] local.INFO: AmpecoDataUpdater: Session API response for user 412 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:36+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=412&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:48:37] local.INFO: Sessions updated for user 412. {"count":0} 
[2025-07-17 06:48:39] local.INFO: AmpecoDataUpdater: Session API response for user 413 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:37+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=413&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=413&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=413&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=413&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":125}} 
[2025-07-17 06:48:42] local.INFO: Sessions updated for user 413. {"count":125} 
[2025-07-17 06:48:43] local.INFO: AmpecoDataUpdater: Session API response for user 414 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:42+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=414&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=414&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=414&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=414&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":132}} 
[2025-07-17 06:48:47] local.INFO: Sessions updated for user 414. {"count":132} 
[2025-07-17 06:48:49] local.INFO: AmpecoDataUpdater: Session API response for user 415 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:47+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=415&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=415&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=415&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=415&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":112}} 
[2025-07-17 06:48:53] local.INFO: Sessions updated for user 415. {"count":112} 
[2025-07-17 06:48:54] local.INFO: AmpecoDataUpdater: Session API response for user 416 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:53+00:00","sessions_count":46,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=416&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":46,"total":46}} 
[2025-07-17 06:48:54] local.INFO: Sessions updated for user 416. {"count":46} 
[2025-07-17 06:48:55] local.INFO: AmpecoDataUpdater: Session API response for user 417 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=417&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:48:55] local.INFO: Sessions updated for user 417. {"count":0} 
[2025-07-17 06:48:56] local.INFO: AmpecoDataUpdater: Session API response for user 418 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:55+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=418&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:48:56] local.INFO: Sessions updated for user 418. {"count":0} 
[2025-07-17 06:48:56] local.INFO: AmpecoDataUpdater: Session API response for user 419 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:56+00:00","sessions_count":2,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=419&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":2,"total":2}} 
[2025-07-17 06:48:58] local.INFO: Sessions updated for user 419. {"count":2} 
[2025-07-17 06:48:59] local.INFO: AmpecoDataUpdater: Session API response for user 421 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:48:58+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=421&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=421&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=421&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=421&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=421&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=421&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=421&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=421&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=421&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A48%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":376}} 
[2025-07-17 06:49:19] local.INFO: Sessions updated for user 421. {"count":376} 
[2025-07-17 06:49:20] local.INFO: AmpecoDataUpdater: Session API response for user 422 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:49:19+00:00","sessions_count":6,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=422&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A19%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":6,"total":6}} 
[2025-07-17 06:49:22] local.INFO: Sessions updated for user 422. {"count":6} 
[2025-07-17 06:49:23] local.INFO: AmpecoDataUpdater: Session API response for user 423 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:49:22+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=423&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=423&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=423&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=423&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=423&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=423&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=423&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=423&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":316}} 
[2025-07-17 06:49:33] local.INFO: Sessions updated for user 423. {"count":316} 
[2025-07-17 06:49:34] local.INFO: AmpecoDataUpdater: Session API response for user 424 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:49:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=424&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:49:34] local.INFO: Sessions updated for user 424. {"count":0} 
[2025-07-17 06:49:35] local.INFO: AmpecoDataUpdater: Session API response for user 425 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:49:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=425&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:49:35] local.INFO: Sessions updated for user 425. {"count":0} 
[2025-07-17 06:49:36] local.INFO: AmpecoDataUpdater: Session API response for user 426 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:49:35+00:00","sessions_count":38,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=426&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":38,"total":38}} 
[2025-07-17 06:49:37] local.INFO: Sessions updated for user 426. {"count":38} 
[2025-07-17 06:49:39] local.INFO: AmpecoDataUpdater: Session API response for user 427 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:49:37+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":10,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=427&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A49%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":489}} 
[2025-07-17 06:50:00] local.INFO: Sessions updated for user 427. {"count":489} 
[2025-07-17 06:50:01] local.INFO: AmpecoDataUpdater: Session API response for user 428 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:50:00+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=428&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=428&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=428&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=428&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=428&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":153}} 
[2025-07-17 06:50:08] local.INFO: Sessions updated for user 428. {"count":153} 
[2025-07-17 06:50:09] local.INFO: AmpecoDataUpdater: Session API response for user 429 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:50:08+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":11,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=429&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":522}} 
[2025-07-17 06:50:26] local.INFO: Sessions updated for user 429. {"count":522} 
[2025-07-17 06:50:27] local.INFO: AmpecoDataUpdater: Session API response for user 430 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:50:26+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=430&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=430&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=430&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":69}} 
[2025-07-17 06:50:31] local.INFO: Sessions updated for user 430. {"count":69} 
[2025-07-17 06:50:33] local.INFO: AmpecoDataUpdater: Session API response for user 431 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:50:31+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=431&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=431&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=431&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=431&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=431&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=431&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":220}} 
[2025-07-17 06:50:40] local.INFO: Sessions updated for user 431. {"count":220} 
[2025-07-17 06:50:41] local.INFO: AmpecoDataUpdater: Session API response for user 432 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:50:40+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=432&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A40%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:50:41] local.INFO: Sessions updated for user 432. {"count":0} 
[2025-07-17 06:50:42] local.INFO: AmpecoDataUpdater: Session API response for user 433 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:50:41+00:00","sessions_count":18,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=433&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":18,"total":18}} 
[2025-07-17 06:50:43] local.INFO: Sessions updated for user 433. {"count":18} 
[2025-07-17 06:50:43] local.INFO: AmpecoDataUpdater: Session API response for user 434 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:50:43+00:00","sessions_count":3,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=434&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":3,"total":3}} 
[2025-07-17 06:50:43] local.INFO: Sessions updated for user 434. {"count":3} 
[2025-07-17 06:50:44] local.INFO: AmpecoDataUpdater: Session API response for user 435 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:50:43+00:00","sessions_count":12,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=435&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":12,"total":12}} 
[2025-07-17 06:50:47] local.INFO: Sessions updated for user 435. {"count":12} 
[2025-07-17 06:50:48] local.INFO: AmpecoDataUpdater: Session API response for user 436 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:50:47+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=436&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=436&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=436&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=436&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=436&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":187}} 
[2025-07-17 06:50:53] local.INFO: Sessions updated for user 436. {"count":187} 
[2025-07-17 06:50:55] local.INFO: AmpecoDataUpdater: Session API response for user 437 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:50:53+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=437&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=437&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=437&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=437&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":122}} 
[2025-07-17 06:50:59] local.INFO: Sessions updated for user 437. {"count":122} 
[2025-07-17 06:51:00] local.INFO: AmpecoDataUpdater: Session API response for user 438 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:50:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=438&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A50%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:51:00] local.INFO: Sessions updated for user 438. {"count":0} 
[2025-07-17 06:51:02] local.INFO: AmpecoDataUpdater: Session API response for user 439 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:51:00+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":9,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=439&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=439&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=439&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=439&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=439&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=439&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=439&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=439&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=439&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=439&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":445}} 
[2025-07-17 06:51:19] local.ERROR: AmpecoApiService: RequestException for CP ID 353799: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 353799"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/353799","status":404} 
[2025-07-17 06:51:19] local.WARNING: AmpecoDataUpdater: Charge Point ID 353799 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:51:25] local.ERROR: AmpecoApiService: RequestException for CP ID 419802: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 419802"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/419802","status":404} 
[2025-07-17 06:51:25] local.WARNING: AmpecoDataUpdater: Charge Point ID 419802 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:51:36] local.INFO: Sessions updated for user 439. {"count":445} 
[2025-07-17 06:51:38] local.INFO: AmpecoDataUpdater: Session API response for user 440 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:51:36+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":13,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=440&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A51%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":646}} 
[2025-07-17 06:51:59] local.ERROR: AmpecoApiService: RequestException for CP ID 308837: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 308837"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/308837","status":404} 
[2025-07-17 06:51:59] local.WARNING: AmpecoDataUpdater: Charge Point ID 308837 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:52:03] local.ERROR: AmpecoApiService: RequestException for CP ID 391063: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 391063"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/391063","status":404} 
[2025-07-17 06:52:03] local.WARNING: AmpecoDataUpdater: Charge Point ID 391063 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:52:08] local.INFO: Sessions updated for user 440. {"count":646} 
[2025-07-17 06:52:09] local.INFO: AmpecoDataUpdater: Session API response for user 442 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:52:08+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":12,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=442&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":573}} 
[2025-07-17 06:52:27] local.INFO: Sessions updated for user 442. {"count":573} 
[2025-07-17 06:52:28] local.INFO: AmpecoDataUpdater: Session API response for user 443 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:52:27+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=443&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:52:28] local.INFO: Sessions updated for user 443. {"count":0} 
[2025-07-17 06:52:29] local.INFO: AmpecoDataUpdater: Session API response for user 445 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:52:28+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=445&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A28%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:52:29] local.INFO: Sessions updated for user 445. {"count":0} 
[2025-07-17 06:52:30] local.INFO: AmpecoDataUpdater: Session API response for user 446 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:52:29+00:00","sessions_count":22,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=446&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":22,"total":22}} 
[2025-07-17 06:52:30] local.INFO: Sessions updated for user 446. {"count":22} 
[2025-07-17 06:52:31] local.INFO: AmpecoDataUpdater: Session API response for user 447 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:52:30+00:00","sessions_count":3,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=447&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":3,"total":3}} 
[2025-07-17 06:52:31] local.INFO: Sessions updated for user 447. {"count":3} 
[2025-07-17 06:52:31] local.INFO: AmpecoDataUpdater: Session API response for user 448 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:52:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=448&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:52:31] local.INFO: Sessions updated for user 448. {"count":0} 
[2025-07-17 06:52:33] local.INFO: AmpecoDataUpdater: Session API response for user 449 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:52:31+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=449&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=449&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=449&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=449&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=449&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=449&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=449&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=449&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":343}} 
[2025-07-17 06:52:50] local.INFO: Sessions updated for user 449. {"count":343} 
[2025-07-17 06:52:52] local.INFO: AmpecoDataUpdater: Session API response for user 450 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:52:50+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=450&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=450&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=450&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=450&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=450&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=450&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=450&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A52%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":295}} 
[2025-07-17 06:53:09] local.ERROR: AmpecoApiService: RequestException for CP ID 330710: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 330710"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/330710","status":404} 
[2025-07-17 06:53:09] local.WARNING: AmpecoDataUpdater: Charge Point ID 330710 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:53:21] local.INFO: Sessions updated for user 450. {"count":295} 
[2025-07-17 06:53:21] local.INFO: AmpecoDataUpdater: Session API response for user 451 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:53:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=451&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:53:21] local.INFO: Sessions updated for user 451. {"count":0} 
[2025-07-17 06:53:22] local.INFO: AmpecoDataUpdater: Session API response for user 452 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:53:21+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=452&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:53:22] local.INFO: Sessions updated for user 452. {"count":0} 
[2025-07-17 06:53:23] local.INFO: AmpecoDataUpdater: Session API response for user 453 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:53:22+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=453&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=453&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=453&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=453&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=453&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=453&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=453&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=453&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":328}} 
[2025-07-17 06:53:33] local.INFO: Sessions updated for user 453. {"count":328} 
[2025-07-17 06:53:34] local.INFO: AmpecoDataUpdater: Session API response for user 454 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:53:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=454&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:53:34] local.INFO: Sessions updated for user 454. {"count":0} 
[2025-07-17 06:53:35] local.INFO: AmpecoDataUpdater: Session API response for user 455 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:53:34+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=455&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=455&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=455&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=455&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=455&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=455&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":201}} 
[2025-07-17 06:53:41] local.INFO: Sessions updated for user 455. {"count":201} 
[2025-07-17 06:53:42] local.INFO: AmpecoDataUpdater: Session API response for user 456 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:53:41+00:00","sessions_count":43,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=456&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":43,"total":43}} 
[2025-07-17 06:53:44] local.INFO: Sessions updated for user 456. {"count":43} 
[2025-07-17 06:53:45] local.INFO: AmpecoDataUpdater: Session API response for user 457 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:53:44+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=457&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=457&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=457&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=457&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=457&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=457&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":232}} 
[2025-07-17 06:53:52] local.INFO: Sessions updated for user 457. {"count":232} 
[2025-07-17 06:53:54] local.INFO: AmpecoDataUpdater: Session API response for user 458 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:53:53+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=458&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=458&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=458&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":90}} 
[2025-07-17 06:53:59] local.INFO: Sessions updated for user 458. {"count":90} 
[2025-07-17 06:54:00] local.INFO: AmpecoDataUpdater: Session API response for user 459 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:53:59+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=459&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=459&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=459&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=459&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A53%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":127}} 
[2025-07-17 06:54:04] local.INFO: Sessions updated for user 459. {"count":127} 
[2025-07-17 06:54:05] local.INFO: AmpecoDataUpdater: Session API response for user 460 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:54:04+00:00","sessions_count":12,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=460&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":12,"total":12}} 
[2025-07-17 06:54:05] local.INFO: Sessions updated for user 460. {"count":12} 
[2025-07-17 06:54:07] local.INFO: AmpecoDataUpdater: Session API response for user 461 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:54:05+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":9,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=461&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=461&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=461&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=461&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=461&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=461&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=461&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=461&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=461&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=461&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":411}} 
[2025-07-17 06:54:21] local.INFO: Sessions updated for user 461. {"count":411} 
[2025-07-17 06:54:22] local.INFO: AmpecoDataUpdater: Session API response for user 462 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:54:21+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=462&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=462&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=462&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=462&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":125}} 
[2025-07-17 06:54:26] local.INFO: Sessions updated for user 462. {"count":125} 
[2025-07-17 06:54:28] local.INFO: AmpecoDataUpdater: Session API response for user 463 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:54:26+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=463&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=463&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=463&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=463&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=463&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":156}} 
[2025-07-17 06:54:33] local.INFO: Sessions updated for user 463. {"count":156} 
[2025-07-17 06:54:34] local.INFO: AmpecoDataUpdater: Session API response for user 464 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:54:33+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=464&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:54:34] local.INFO: Sessions updated for user 464. {"count":0} 
[2025-07-17 06:54:35] local.INFO: AmpecoDataUpdater: Session API response for user 466 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:54:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=466&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:54:35] local.INFO: Sessions updated for user 466. {"count":0} 
[2025-07-17 06:54:36] local.INFO: AmpecoDataUpdater: Session API response for user 467 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:54:35+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=467&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=467&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=467&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=467&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=467&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=467&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":221}} 
[2025-07-17 06:54:42] local.INFO: Sessions updated for user 467. {"count":221} 
[2025-07-17 06:54:44] local.INFO: AmpecoDataUpdater: Session API response for user 469 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:54:42+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=469&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=469&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=469&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=469&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=469&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=469&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=469&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=469&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=469&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A54%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":367}} 
[2025-07-17 06:55:20] local.INFO: Sessions updated for user 469. {"count":367} 
[2025-07-17 06:55:21] local.INFO: AmpecoDataUpdater: Session API response for user 470 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:55:20+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=470&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:55:21] local.INFO: Sessions updated for user 470. {"count":0} 
[2025-07-17 06:55:23] local.INFO: AmpecoDataUpdater: Session API response for user 471 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:55:21+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=471&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=471&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=471&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=471&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=471&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":155}} 
[2025-07-17 06:55:30] local.INFO: Sessions updated for user 471. {"count":155} 
[2025-07-17 06:55:30] local.INFO: AmpecoDataUpdater: Session API response for user 472 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:55:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=472&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:55:31] local.INFO: Sessions updated for user 472. {"count":0} 
[2025-07-17 06:55:31] local.INFO: AmpecoDataUpdater: Session API response for user 473 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:55:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=473&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:55:31] local.INFO: Sessions updated for user 473. {"count":0} 
[2025-07-17 06:55:33] local.INFO: AmpecoDataUpdater: Session API response for user 474 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:55:31+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=474&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=474&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=474&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=474&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=474&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=474&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A55%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":208}} 
[2025-07-17 06:55:51] local.ERROR: AmpecoApiService: RequestException for CP ID 243085: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 243085"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/243085","status":404} 
[2025-07-17 06:55:51] local.WARNING: AmpecoDataUpdater: Charge Point ID 243085 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:55:55] local.ERROR: AmpecoApiService: RequestException for CP ID 240493: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 240493"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/240493","status":404} 
[2025-07-17 06:55:55] local.WARNING: AmpecoDataUpdater: Charge Point ID 240493 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:56:05] local.ERROR: AmpecoApiService: RequestException for CP ID 367513: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 367513"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/367513","status":404} 
[2025-07-17 06:56:05] local.WARNING: AmpecoDataUpdater: Charge Point ID 367513 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:56:20] local.INFO: Sessions updated for user 474. {"count":208} 
[2025-07-17 06:56:21] local.INFO: AmpecoDataUpdater: Session API response for user 475 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:56:20+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=475&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=475&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=475&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A20%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":54}} 
[2025-07-17 06:56:22] local.INFO: Sessions updated for user 475. {"count":54} 
[2025-07-17 06:56:22] local.INFO: AmpecoDataUpdater: Session API response for user 476 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:56:22+00:00","sessions_count":1,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=476&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A22%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":1,"total":1}} 
[2025-07-17 06:56:23] local.INFO: Sessions updated for user 476. {"count":1} 
[2025-07-17 06:56:24] local.INFO: AmpecoDataUpdater: Session API response for user 477 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:56:23+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=477&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=477&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=477&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=477&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=477&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=477&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=477&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=477&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":313}} 
[2025-07-17 06:56:34] local.INFO: Sessions updated for user 477. {"count":313} 
[2025-07-17 06:56:36] local.INFO: AmpecoDataUpdater: Session API response for user 478 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:56:34+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=478&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=478&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=478&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=478&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=478&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=478&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=478&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":252}} 
[2025-07-17 06:56:48] local.ERROR: AmpecoApiService: RequestException for CP ID 291516: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 291516"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/291516","status":404} 
[2025-07-17 06:56:48] local.WARNING: AmpecoDataUpdater: Charge Point ID 291516 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:56:56] local.INFO: Sessions updated for user 478. {"count":252} 
[2025-07-17 06:56:56] local.INFO: AmpecoDataUpdater: Session API response for user 479 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:56:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=479&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:56:56] local.INFO: Sessions updated for user 479. {"count":0} 
[2025-07-17 06:56:57] local.INFO: AmpecoDataUpdater: Session API response for user 480 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:56:56+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=480&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:56:57] local.INFO: Sessions updated for user 480. {"count":0} 
[2025-07-17 06:56:58] local.INFO: AmpecoDataUpdater: Session API response for user 481 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:56:57+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=481&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A57%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:56:58] local.INFO: Sessions updated for user 481. {"count":0} 
[2025-07-17 06:57:00] local.INFO: AmpecoDataUpdater: Session API response for user 482 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:56:58+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":10,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=482&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A56%3A58%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":489}} 
[2025-07-17 06:57:23] local.INFO: Sessions updated for user 482. {"count":489} 
[2025-07-17 06:57:24] local.INFO: AmpecoDataUpdater: Session API response for user 483 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:57:23+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=483&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:57:24] local.INFO: Sessions updated for user 483. {"count":0} 
[2025-07-17 06:57:26] local.INFO: AmpecoDataUpdater: Session API response for user 484 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:57:24+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=484&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=484&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=484&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=484&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=484&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=484&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=484&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":283}} 
[2025-07-17 06:57:37] local.ERROR: AmpecoApiService: RequestException for CP ID 395029: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 395029"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/395029","status":404} 
[2025-07-17 06:57:37] local.WARNING: AmpecoDataUpdater: Charge Point ID 395029 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:57:42] local.INFO: Sessions updated for user 484. {"count":283} 
[2025-07-17 06:57:43] local.INFO: AmpecoDataUpdater: Session API response for user 485 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:57:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=485&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:57:43] local.INFO: Sessions updated for user 485. {"count":0} 
[2025-07-17 06:57:45] local.INFO: AmpecoDataUpdater: Session API response for user 486 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:57:43+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=486&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=486&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=486&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=486&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":139}} 
[2025-07-17 06:57:52] local.INFO: Sessions updated for user 486. {"count":139} 
[2025-07-17 06:57:53] local.INFO: AmpecoDataUpdater: Session API response for user 487 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:57:52+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=487&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=487&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=487&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=487&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=487&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=487&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A57%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":217}} 
[2025-07-17 06:58:00] local.INFO: Sessions updated for user 487. {"count":217} 
[2025-07-17 06:58:01] local.INFO: AmpecoDataUpdater: Session API response for user 488 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:00+00:00","sessions_count":13,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=488&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":13,"total":13}} 
[2025-07-17 06:58:04] local.INFO: Sessions updated for user 488. {"count":13} 
[2025-07-17 06:58:04] local.INFO: AmpecoDataUpdater: Session API response for user 489 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:04+00:00","sessions_count":8,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=489&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":8,"total":8}} 
[2025-07-17 06:58:05] local.INFO: Sessions updated for user 489. {"count":8} 
[2025-07-17 06:58:05] local.INFO: AmpecoDataUpdater: Session API response for user 490 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:05+00:00","sessions_count":1,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=490&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":1,"total":1}} 
[2025-07-17 06:58:06] local.INFO: Sessions updated for user 490. {"count":1} 
[2025-07-17 06:58:06] local.INFO: AmpecoDataUpdater: Session API response for user 491 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:06+00:00","sessions_count":2,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=491&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":2,"total":2}} 
[2025-07-17 06:58:06] local.INFO: Sessions updated for user 491. {"count":2} 
[2025-07-17 06:58:07] local.INFO: AmpecoDataUpdater: Session API response for user 492 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:06+00:00","sessions_count":2,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=492&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":2,"total":2}} 
[2025-07-17 06:58:07] local.INFO: Sessions updated for user 492. {"count":2} 
[2025-07-17 06:58:09] local.INFO: AmpecoDataUpdater: Session API response for user 493 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:07+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":10,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=493&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=493&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=493&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=493&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=493&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=493&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=493&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=493&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=493&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=493&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=493&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":498}} 
[2025-07-17 06:58:24] local.INFO: Sessions updated for user 493. {"count":498} 
[2025-07-17 06:58:26] local.INFO: AmpecoDataUpdater: Session API response for user 494 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:24+00:00","sessions_count":49,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=494&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":49,"total":49}} 
[2025-07-17 06:58:29] local.INFO: Sessions updated for user 494. {"count":49} 
[2025-07-17 06:58:30] local.INFO: AmpecoDataUpdater: Session API response for user 495 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:29+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=495&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=495&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=495&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=495&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=495&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=495&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":217}} 
[2025-07-17 06:58:37] local.INFO: Sessions updated for user 495. {"count":217} 
[2025-07-17 06:58:37] local.INFO: AmpecoDataUpdater: Session API response for user 496 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=496&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:58:37] local.INFO: Sessions updated for user 496. {"count":0} 
[2025-07-17 06:58:38] local.INFO: AmpecoDataUpdater: Session API response for user 497 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:37+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=497&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A37%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:58:38] local.INFO: Sessions updated for user 497. {"count":0} 
[2025-07-17 06:58:39] local.INFO: AmpecoDataUpdater: Session API response for user 498 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:38+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=498&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:58:39] local.INFO: Sessions updated for user 498. {"count":0} 
[2025-07-17 06:58:40] local.INFO: AmpecoDataUpdater: Session API response for user 500 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:39+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=500&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=500&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=500&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=500&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=500&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":161}} 
[2025-07-17 06:58:51] local.INFO: Sessions updated for user 500. {"count":161} 
[2025-07-17 06:58:53] local.INFO: AmpecoDataUpdater: Session API response for user 501 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:58:51+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=501&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=501&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=501&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=501&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=501&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A58%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":154}} 
[2025-07-17 06:59:05] local.ERROR: AmpecoApiService: RequestException for CP ID 284360: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 284360"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/284360","status":404} 
[2025-07-17 06:59:05] local.WARNING: AmpecoDataUpdater: Charge Point ID 284360 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:59:15] local.ERROR: AmpecoApiService: RequestException for CP ID 54886: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 54886"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/54886","status":404} 
[2025-07-17 06:59:15] local.WARNING: AmpecoDataUpdater: Charge Point ID 54886 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:59:19] local.ERROR: AmpecoApiService: RequestException for CP ID 63245: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 63245"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/63245","status":404} 
[2025-07-17 06:59:19] local.WARNING: AmpecoDataUpdater: Charge Point ID 63245 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:59:23] local.ERROR: AmpecoApiService: RequestException for CP ID 264969: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 264969"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/264969","status":404} 
[2025-07-17 06:59:23] local.WARNING: AmpecoDataUpdater: Charge Point ID 264969 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:59:27] local.ERROR: AmpecoApiService: RequestException for CP ID 39923: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 39923"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/39923","status":404} 
[2025-07-17 06:59:27] local.WARNING: AmpecoDataUpdater: Charge Point ID 39923 not found or inaccessible in API. Storing marker.  
[2025-07-17 06:59:29] local.INFO: Sessions updated for user 501. {"count":154} 
[2025-07-17 06:59:31] local.INFO: AmpecoDataUpdater: Session API response for user 503 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:59:29+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=503&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=503&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=503&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":82}} 
[2025-07-17 06:59:34] local.INFO: Sessions updated for user 503. {"count":82} 
[2025-07-17 06:59:35] local.INFO: AmpecoDataUpdater: Session API response for user 504 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:59:34+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=504&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A34%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 06:59:35] local.INFO: Sessions updated for user 504. {"count":0} 
[2025-07-17 06:59:36] local.INFO: AmpecoDataUpdater: Session API response for user 506 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:59:35+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=506&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=506&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=506&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=506&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=506&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=506&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":214}} 
[2025-07-17 06:59:42] local.INFO: Sessions updated for user 506. {"count":214} 
[2025-07-17 06:59:44] local.INFO: AmpecoDataUpdater: Session API response for user 507 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T06:59:42+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=507&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=507&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=507&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=507&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=507&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=507&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=507&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T06%3A59%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":269}} 
[2025-07-17 07:00:03] local.ERROR: AmpecoApiService: RequestException for CP ID 386964: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 386964"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/386964","status":404} 
[2025-07-17 07:00:03] local.WARNING: AmpecoDataUpdater: Charge Point ID 386964 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:00:14] local.ERROR: AmpecoApiService: RequestException for CP ID 372663: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 372663"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/372663","status":404} 
[2025-07-17 07:00:14] local.WARNING: AmpecoDataUpdater: Charge Point ID 372663 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:00:18] local.ERROR: AmpecoApiService: RequestException for CP ID 575837: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 575837"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/575837","status":404} 
[2025-07-17 07:00:18] local.WARNING: AmpecoDataUpdater: Charge Point ID 575837 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:00:41] local.INFO: Sessions updated for user 507. {"count":269} 
[2025-07-17 07:00:43] local.INFO: AmpecoDataUpdater: Session API response for user 508 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:00:41+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=508&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=508&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=508&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=508&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=508&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=508&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=508&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A41%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":256}} 
[2025-07-17 07:00:51] local.INFO: Sessions updated for user 508. {"count":256} 
[2025-07-17 07:00:53] local.INFO: AmpecoDataUpdater: Session API response for user 509 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:00:51+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":12,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=509&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A00%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":565}} 
[2025-07-17 07:01:11] local.ERROR: AmpecoApiService: RequestException for CP ID 38764: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 38764"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/38764","status":404} 
[2025-07-17 07:01:11] local.WARNING: AmpecoDataUpdater: Charge Point ID 38764 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:01:18] local.ERROR: AmpecoApiService: RequestException for CP ID 24583: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 24583"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/24583","status":404} 
[2025-07-17 07:01:18] local.WARNING: AmpecoDataUpdater: Charge Point ID 24583 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:01:28] local.ERROR: AmpecoApiService: RequestException for CP ID 27208: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 27208"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/27208","status":404} 
[2025-07-17 07:01:28] local.WARNING: AmpecoDataUpdater: Charge Point ID 27208 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:01:32] local.ERROR: AmpecoApiService: RequestException for CP ID 372955: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 372955"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/372955","status":404} 
[2025-07-17 07:01:32] local.WARNING: AmpecoDataUpdater: Charge Point ID 372955 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:01:45] local.INFO: Sessions updated for user 509. {"count":565} 
[2025-07-17 07:01:47] local.INFO: AmpecoDataUpdater: Session API response for user 510 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:01:45+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=510&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=510&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=510&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":80}} 
[2025-07-17 07:01:49] local.INFO: Sessions updated for user 510. {"count":80} 
[2025-07-17 07:01:50] local.INFO: AmpecoDataUpdater: Session API response for user 511 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:01:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=511&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:01:50] local.INFO: Sessions updated for user 511. {"count":0} 
[2025-07-17 07:01:51] local.INFO: AmpecoDataUpdater: Session API response for user 512 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:01:50+00:00","sessions_count":41,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=512&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":41,"total":41}} 
[2025-07-17 07:01:52] local.INFO: Sessions updated for user 512. {"count":41} 
[2025-07-17 07:01:54] local.INFO: AmpecoDataUpdater: Session API response for user 513 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:01:52+00:00","sessions_count":46,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=513&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":46,"total":46}} 
[2025-07-17 07:01:55] local.INFO: Sessions updated for user 513. {"count":46} 
[2025-07-17 07:01:56] local.INFO: AmpecoDataUpdater: Session API response for user 515 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:01:55+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=515&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=515&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=515&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=515&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=515&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=515&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=515&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=515&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A01%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":330}} 
[2025-07-17 07:02:07] local.INFO: Sessions updated for user 515. {"count":330} 
[2025-07-17 07:02:08] local.INFO: AmpecoDataUpdater: Session API response for user 516 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:07+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=516&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=516&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=516&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=516&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=516&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=516&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":208}} 
[2025-07-17 07:02:14] local.INFO: Sessions updated for user 516. {"count":208} 
[2025-07-17 07:02:15] local.INFO: AmpecoDataUpdater: Session API response for user 517 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:14+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=517&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:02:15] local.INFO: Sessions updated for user 517. {"count":0} 
[2025-07-17 07:02:17] local.INFO: AmpecoDataUpdater: Session API response for user 518 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:15+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=518&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=518&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=518&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=518&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=518&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=518&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=518&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":251}} 
[2025-07-17 07:02:26] local.INFO: Sessions updated for user 518. {"count":251} 
[2025-07-17 07:02:27] local.INFO: AmpecoDataUpdater: Session API response for user 519 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:26+00:00","sessions_count":7,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=519&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A26%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":7,"total":7}} 
[2025-07-17 07:02:31] local.INFO: Sessions updated for user 519. {"count":7} 
[2025-07-17 07:02:31] local.INFO: AmpecoDataUpdater: Session API response for user 520 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:31+00:00","sessions_count":3,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=520&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":3,"total":3}} 
[2025-07-17 07:02:32] local.INFO: Sessions updated for user 520. {"count":3} 
[2025-07-17 07:02:32] local.INFO: AmpecoDataUpdater: Session API response for user 521 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=521&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:02:32] local.INFO: Sessions updated for user 521. {"count":0} 
[2025-07-17 07:02:33] local.INFO: AmpecoDataUpdater: Session API response for user 524 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=524&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:02:33] local.INFO: Sessions updated for user 524. {"count":0} 
[2025-07-17 07:02:35] local.INFO: AmpecoDataUpdater: Session API response for user 525 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:33+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=525&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=525&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=525&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=525&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=525&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":189}} 
[2025-07-17 07:02:45] local.ERROR: AmpecoApiService: RequestException for CP ID 326797: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 326797"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/326797","status":404} 
[2025-07-17 07:02:45] local.WARNING: AmpecoDataUpdater: Charge Point ID 326797 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:02:45] local.INFO: Sessions updated for user 525. {"count":189} 
[2025-07-17 07:02:46] local.INFO: AmpecoDataUpdater: Session API response for user 526 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=526&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:02:46] local.INFO: Sessions updated for user 526. {"count":0} 
[2025-07-17 07:02:48] local.INFO: AmpecoDataUpdater: Session API response for user 527 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:46+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=527&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=527&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=527&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=527&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=527&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=527&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":206}} 
[2025-07-17 07:02:53] local.INFO: Sessions updated for user 527. {"count":206} 
[2025-07-17 07:02:54] local.INFO: AmpecoDataUpdater: Session API response for user 528 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:53+00:00","sessions_count":4,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=528&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":4,"total":4}} 
[2025-07-17 07:02:54] local.INFO: Sessions updated for user 528. {"count":4} 
[2025-07-17 07:02:55] local.INFO: AmpecoDataUpdater: Session API response for user 529 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=529&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:02:55] local.INFO: Sessions updated for user 529. {"count":0} 
[2025-07-17 07:02:57] local.INFO: AmpecoDataUpdater: Session API response for user 530 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:02:55+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=530&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=530&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=530&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=530&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=530&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=530&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=530&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A02%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":275}} 
[2025-07-17 07:03:07] local.INFO: Sessions updated for user 530. {"count":275} 
[2025-07-17 07:03:08] local.INFO: AmpecoDataUpdater: Session API response for user 531 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:03:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=531&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:03:08] local.INFO: Sessions updated for user 531. {"count":0} 
[2025-07-17 07:03:09] local.INFO: AmpecoDataUpdater: Session API response for user 532 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:03:08+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=532&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:03:09] local.INFO: Sessions updated for user 532. {"count":0} 
[2025-07-17 07:03:10] local.INFO: AmpecoDataUpdater: Session API response for user 533 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:03:09+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=533&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:03:10] local.INFO: Sessions updated for user 533. {"count":0} 
[2025-07-17 07:03:11] local.INFO: AmpecoDataUpdater: Session API response for user 534 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:03:10+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=534&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=534&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=534&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=534&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=534&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=534&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=534&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A10%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":287}} 
[2025-07-17 07:03:32] local.INFO: Sessions updated for user 534. {"count":287} 
[2025-07-17 07:03:33] local.INFO: AmpecoDataUpdater: Session API response for user 535 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:03:32+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=535&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=535&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=535&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=535&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":130}} 
[2025-07-17 07:03:42] local.INFO: Sessions updated for user 535. {"count":130} 
[2025-07-17 07:03:43] local.INFO: AmpecoDataUpdater: Session API response for user 536 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:03:42+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=536&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=536&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=536&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=536&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=536&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=536&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=536&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=536&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=536&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":376}} 
[2025-07-17 07:03:54] local.INFO: Sessions updated for user 536. {"count":376} 
[2025-07-17 07:03:56] local.INFO: AmpecoDataUpdater: Session API response for user 537 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:03:54+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=537&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=537&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=537&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=537&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":149}} 
[2025-07-17 07:03:59] local.INFO: Sessions updated for user 537. {"count":149} 
[2025-07-17 07:04:00] local.INFO: AmpecoDataUpdater: Session API response for user 538 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:03:59+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=538&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A03%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:04:00] local.INFO: Sessions updated for user 538. {"count":0} 
[2025-07-17 07:04:02] local.INFO: AmpecoDataUpdater: Session API response for user 539 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:04:00+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=539&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=539&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=539&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":79}} 
[2025-07-17 07:04:06] local.INFO: Sessions updated for user 539. {"count":79} 
[2025-07-17 07:04:07] local.INFO: AmpecoDataUpdater: Session API response for user 541 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:04:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=541&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:04:07] local.INFO: Sessions updated for user 541. {"count":0} 
[2025-07-17 07:04:08] local.INFO: AmpecoDataUpdater: Session API response for user 542 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:04:07+00:00","sessions_count":4,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=542&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":4,"total":4}} 
[2025-07-17 07:04:08] local.INFO: Sessions updated for user 542. {"count":4} 
[2025-07-17 07:04:09] local.INFO: AmpecoDataUpdater: Session API response for user 544 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:04:08+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=544&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=544&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=544&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=544&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=544&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=544&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=544&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=544&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":334}} 
[2025-07-17 07:04:38] local.INFO: Sessions updated for user 544. {"count":334} 
[2025-07-17 07:04:41] local.INFO: AmpecoDataUpdater: Session API response for user 546 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:04:38+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":14,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=546&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A04%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":653}} 
[2025-07-17 07:05:00] local.INFO: Sessions updated for user 546. {"count":653} 
[2025-07-17 07:05:01] local.INFO: AmpecoDataUpdater: Session API response for user 547 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:05:00+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=547&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A00%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:05:01] local.INFO: Sessions updated for user 547. {"count":0} 
[2025-07-17 07:05:02] local.INFO: AmpecoDataUpdater: Session API response for user 548 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:05:01+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=548&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:05:02] local.INFO: Sessions updated for user 548. {"count":0} 
[2025-07-17 07:05:03] local.INFO: AmpecoDataUpdater: Session API response for user 549 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:05:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=549&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:05:03] local.INFO: Sessions updated for user 549. {"count":0} 
[2025-07-17 07:05:04] local.INFO: AmpecoDataUpdater: Session API response for user 550 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:05:03+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=550&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=550&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=550&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":81}} 
[2025-07-17 07:05:10] local.ERROR: AmpecoApiService: RequestException for CP ID 354593: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 354593"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/354593","status":404} 
[2025-07-17 07:05:10] local.WARNING: AmpecoDataUpdater: Charge Point ID 354593 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:05:12] local.INFO: Sessions updated for user 550. {"count":81} 
[2025-07-17 07:05:13] local.INFO: AmpecoDataUpdater: Session API response for user 552 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:05:12+00:00","sessions_count":2,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=552&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":2,"total":2}} 
[2025-07-17 07:05:13] local.INFO: Sessions updated for user 552. {"count":2} 
[2025-07-17 07:05:15] local.INFO: AmpecoDataUpdater: Session API response for user 553 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:05:13+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=553&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=553&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=553&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=553&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=553&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=553&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=553&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=553&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":341}} 
[2025-07-17 07:05:25] local.INFO: Sessions updated for user 553. {"count":341} 
[2025-07-17 07:05:27] local.INFO: AmpecoDataUpdater: Session API response for user 554 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:05:25+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=554&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=554&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=554&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":91}} 
[2025-07-17 07:05:29] local.INFO: Sessions updated for user 554. {"count":91} 
[2025-07-17 07:05:30] local.INFO: AmpecoDataUpdater: Session API response for user 555 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:05:29+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=555&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A29%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:05:30] local.INFO: Sessions updated for user 555. {"count":0} 
[2025-07-17 07:05:31] local.INFO: AmpecoDataUpdater: Session API response for user 557 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:05:30+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=557&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=557&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=557&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":56}} 
[2025-07-17 07:05:33] local.INFO: Sessions updated for user 557. {"count":56} 
[2025-07-17 07:05:34] local.INFO: AmpecoDataUpdater: Session API response for user 558 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:05:33+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":14,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=558&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":680}} 
[2025-07-17 07:05:59] local.INFO: Sessions updated for user 558. {"count":680} 
[2025-07-17 07:06:01] local.INFO: AmpecoDataUpdater: Session API response for user 559 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:05:59+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=559&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=559&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=559&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A05%3A59%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":75}} 
[2025-07-17 07:06:06] local.ERROR: AmpecoApiService: RequestException for CP ID 275180: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 275180"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/275180","status":404} 
[2025-07-17 07:06:06] local.WARNING: AmpecoDataUpdater: Charge Point ID 275180 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:06:07] local.INFO: Sessions updated for user 559. {"count":75} 
[2025-07-17 07:06:07] local.INFO: AmpecoDataUpdater: Session API response for user 560 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:06:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=560&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:06:07] local.INFO: Sessions updated for user 560. {"count":0} 
[2025-07-17 07:06:09] local.INFO: AmpecoDataUpdater: Session API response for user 561 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:06:07+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=561&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=561&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=561&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":54}} 
[2025-07-17 07:06:11] local.INFO: Sessions updated for user 561. {"count":54} 
[2025-07-17 07:06:12] local.INFO: AmpecoDataUpdater: Session API response for user 562 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:06:11+00:00","sessions_count":19,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=562&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":19,"total":19}} 
[2025-07-17 07:06:16] local.ERROR: AmpecoApiService: RequestException for CP ID 384938: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 384938"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/384938","status":404} 
[2025-07-17 07:06:16] local.WARNING: AmpecoDataUpdater: Charge Point ID 384938 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:06:17] local.INFO: Sessions updated for user 562. {"count":19} 
[2025-07-17 07:06:18] local.INFO: AmpecoDataUpdater: Session API response for user 563 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:06:17+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=563&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=563&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=563&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=563&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=563&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=563&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=563&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=563&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=563&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":362}} 
[2025-07-17 07:06:32] local.ERROR: AmpecoApiService: RequestException for CP ID 373902: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 373902"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/373902","status":404} 
[2025-07-17 07:06:32] local.WARNING: AmpecoDataUpdater: Charge Point ID 373902 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:06:33] local.INFO: Sessions updated for user 563. {"count":362} 
[2025-07-17 07:06:35] local.INFO: AmpecoDataUpdater: Session API response for user 564 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:06:33+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=564&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=564&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=564&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=564&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=564&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=564&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=564&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=564&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=564&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":374}} 
[2025-07-17 07:06:46] local.INFO: Sessions updated for user 564. {"count":374} 
[2025-07-17 07:06:47] local.INFO: AmpecoDataUpdater: Session API response for user 565 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:06:46+00:00","sessions_count":2,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=565&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":2,"total":2}} 
[2025-07-17 07:06:47] local.INFO: Sessions updated for user 565. {"count":2} 
[2025-07-17 07:06:48] local.INFO: AmpecoDataUpdater: Session API response for user 566 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:06:47+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=566&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=566&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=566&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=566&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=566&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A06%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":185}} 
[2025-07-17 07:07:02] local.ERROR: AmpecoApiService: RequestException for CP ID 298941: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 298941"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/298941","status":404} 
[2025-07-17 07:07:02] local.WARNING: AmpecoDataUpdater: Charge Point ID 298941 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:07:03] local.INFO: Sessions updated for user 566. {"count":185} 
[2025-07-17 07:07:04] local.INFO: AmpecoDataUpdater: Session API response for user 567 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:07:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=567&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:07:04] local.INFO: Sessions updated for user 567. {"count":0} 
[2025-07-17 07:07:06] local.INFO: AmpecoDataUpdater: Session API response for user 568 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:07:04+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=568&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=568&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=568&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":59}} 
[2025-07-17 07:07:08] local.INFO: Sessions updated for user 568. {"count":59} 
[2025-07-17 07:07:09] local.INFO: AmpecoDataUpdater: Session API response for user 569 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:07:08+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":10,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=569&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":484}} 
[2025-07-17 07:07:27] local.INFO: Sessions updated for user 569. {"count":484} 
[2025-07-17 07:07:29] local.INFO: AmpecoDataUpdater: Session API response for user 570 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:07:27+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=570&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=570&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=570&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=570&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=570&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A27%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":187}} 
[2025-07-17 07:07:35] local.INFO: Sessions updated for user 570. {"count":187} 
[2025-07-17 07:07:37] local.INFO: AmpecoDataUpdater: Session API response for user 572 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:07:35+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":17,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=572&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A07%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":831}} 
[2025-07-17 07:08:06] local.INFO: Sessions updated for user 572. {"count":831} 
[2025-07-17 07:08:07] local.INFO: AmpecoDataUpdater: Session API response for user 573 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:06+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=573&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:08:07] local.INFO: Sessions updated for user 573. {"count":0} 
[2025-07-17 07:08:08] local.INFO: AmpecoDataUpdater: Session API response for user 574 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:07+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=574&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A07%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:08:08] local.INFO: Sessions updated for user 574. {"count":0} 
[2025-07-17 07:08:09] local.INFO: AmpecoDataUpdater: Session API response for user 575 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:08+00:00","sessions_count":24,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=575&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A08%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":24,"total":24}} 
[2025-07-17 07:08:11] local.INFO: Sessions updated for user 575. {"count":24} 
[2025-07-17 07:08:12] local.INFO: AmpecoDataUpdater: Session API response for user 576 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=576&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:08:12] local.INFO: Sessions updated for user 576. {"count":0} 
[2025-07-17 07:08:13] local.INFO: AmpecoDataUpdater: Session API response for user 577 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=577&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:08:13] local.INFO: Sessions updated for user 577. {"count":0} 
[2025-07-17 07:08:13] local.INFO: AmpecoDataUpdater: Session API response for user 578 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=578&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:08:13] local.INFO: Sessions updated for user 578. {"count":0} 
[2025-07-17 07:08:14] local.INFO: AmpecoDataUpdater: Session API response for user 579 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:13+00:00","sessions_count":3,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=579&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":3,"total":3}} 
[2025-07-17 07:08:18] local.INFO: Sessions updated for user 579. {"count":3} 
[2025-07-17 07:08:20] local.INFO: AmpecoDataUpdater: Session API response for user 580 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:18+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=580&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=580&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=580&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=580&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=580&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":156}} 
[2025-07-17 07:08:25] local.INFO: Sessions updated for user 580. {"count":156} 
[2025-07-17 07:08:27] local.INFO: AmpecoDataUpdater: Session API response for user 581 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:25+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=581&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=581&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=581&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=581&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=581&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A25%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":200}} 
[2025-07-17 07:08:32] local.INFO: Sessions updated for user 581. {"count":200} 
[2025-07-17 07:08:33] local.INFO: AmpecoDataUpdater: Session API response for user 582 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:32+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=582&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:08:33] local.INFO: Sessions updated for user 582. {"count":0} 
[2025-07-17 07:08:34] local.INFO: AmpecoDataUpdater: Session API response for user 584 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:33+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=584&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=584&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=584&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=584&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=584&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=584&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=584&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A33%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":274}} 
[2025-07-17 07:08:43] local.INFO: Sessions updated for user 584. {"count":274} 
[2025-07-17 07:08:45] local.INFO: AmpecoDataUpdater: Session API response for user 585 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:43+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=585&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=585&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=585&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=585&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=585&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=585&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=585&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":280}} 
[2025-07-17 07:08:54] local.INFO: Sessions updated for user 585. {"count":280} 
[2025-07-17 07:08:56] local.INFO: AmpecoDataUpdater: Session API response for user 586 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:08:54+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=586&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=586&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=586&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=586&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A08%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":128}} 
[2025-07-17 07:09:03] local.INFO: Sessions updated for user 586. {"count":128} 
[2025-07-17 07:09:03] local.INFO: AmpecoDataUpdater: Session API response for user 587 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:09:03+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=587&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:09:03] local.INFO: Sessions updated for user 587. {"count":0} 
[2025-07-17 07:09:05] local.INFO: AmpecoDataUpdater: Session API response for user 588 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:09:03+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=588&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=588&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=588&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=588&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=588&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=588&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=588&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=588&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=588&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":377}} 
[2025-07-17 07:09:17] local.INFO: Sessions updated for user 588. {"count":377} 
[2025-07-17 07:09:19] local.INFO: AmpecoDataUpdater: Session API response for user 589 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:09:17+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=589&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=589&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=589&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=589&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=589&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=589&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=589&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=589&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":306}} 
[2025-07-17 07:09:30] local.INFO: Sessions updated for user 589. {"count":306} 
[2025-07-17 07:09:31] local.INFO: AmpecoDataUpdater: Session API response for user 590 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:09:30+00:00","sessions_count":22,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=590&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A09%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":22,"total":22}} 
[2025-07-17 07:09:35] local.ERROR: AmpecoApiService: RequestException for CP ID 305293: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 305293"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/305293","status":404} 
[2025-07-17 07:09:35] local.WARNING: AmpecoDataUpdater: Charge Point ID 305293 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:09:54] local.ERROR: AmpecoApiService: RequestException for CP ID 930: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 930"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/930","status":404} 
[2025-07-17 07:09:54] local.WARNING: AmpecoDataUpdater: Charge Point ID 930 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:09:58] local.ERROR: AmpecoApiService: RequestException for CP ID 51988: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 51988"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/51988","status":404} 
[2025-07-17 07:09:58] local.WARNING: AmpecoDataUpdater: Charge Point ID 51988 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:10:01] local.INFO: Sessions updated for user 590. {"count":22} 
[2025-07-17 07:10:02] local.INFO: AmpecoDataUpdater: Session API response for user 591 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:10:01+00:00","sessions_count":44,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=591&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A01%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":44,"total":44}} 
[2025-07-17 07:10:05] local.INFO: Sessions updated for user 591. {"count":44} 
[2025-07-17 07:10:06] local.INFO: AmpecoDataUpdater: Session API response for user 593 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:10:05+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=593&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=593&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=593&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=593&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=593&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=593&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":209}} 
[2025-07-17 07:10:22] local.ERROR: AmpecoApiService: RequestException for CP ID 12809: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 12809"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/12809","status":404} 
[2025-07-17 07:10:22] local.WARNING: AmpecoDataUpdater: Charge Point ID 12809 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:10:31] local.INFO: Sessions updated for user 593. {"count":209} 
[2025-07-17 07:10:32] local.INFO: AmpecoDataUpdater: Session API response for user 594 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:10:31+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=594&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=594&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=594&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=594&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=594&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":182}} 
[2025-07-17 07:10:38] local.INFO: Sessions updated for user 594. {"count":182} 
[2025-07-17 07:10:39] local.INFO: AmpecoDataUpdater: Session API response for user 595 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:10:38+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=595&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=595&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=595&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=595&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A38%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":114}} 
[2025-07-17 07:10:42] local.INFO: Sessions updated for user 595. {"count":114} 
[2025-07-17 07:10:44] local.INFO: AmpecoDataUpdater: Session API response for user 596 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:10:42+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=596&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=596&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=596&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=596&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":108}} 
[2025-07-17 07:10:47] local.INFO: Sessions updated for user 596. {"count":108} 
[2025-07-17 07:10:48] local.INFO: AmpecoDataUpdater: Session API response for user 597 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:10:47+00:00","sessions_count":1,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=597&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":1,"total":1}} 
[2025-07-17 07:10:49] local.INFO: Sessions updated for user 597. {"count":1} 
[2025-07-17 07:10:50] local.INFO: AmpecoDataUpdater: Session API response for user 598 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:10:49+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=598&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:10:50] local.INFO: Sessions updated for user 598. {"count":0} 
[2025-07-17 07:10:51] local.INFO: AmpecoDataUpdater: Session API response for user 599 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:10:50+00:00","sessions_count":37,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=599&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A50%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":37,"total":37}} 
[2025-07-17 07:10:52] local.INFO: Sessions updated for user 599. {"count":37} 
[2025-07-17 07:10:53] local.INFO: AmpecoDataUpdater: Session API response for user 600 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:10:52+00:00","sessions_count":19,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=600&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":19,"total":19}} 
[2025-07-17 07:10:55] local.INFO: Sessions updated for user 600. {"count":19} 
[2025-07-17 07:10:56] local.INFO: AmpecoDataUpdater: Session API response for user 601 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:10:55+00:00","sessions_count":1,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=601&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":1,"total":1}} 
[2025-07-17 07:10:56] local.INFO: Sessions updated for user 601. {"count":1} 
[2025-07-17 07:10:58] local.INFO: AmpecoDataUpdater: Session API response for user 602 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:10:56+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":12,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=602&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A10%3A56%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":582}} 
[2025-07-17 07:11:18] local.INFO: Sessions updated for user 602. {"count":582} 
[2025-07-17 07:11:19] local.INFO: AmpecoDataUpdater: Session API response for user 603 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:11:18+00:00","sessions_count":40,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=603&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A18%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":40,"total":40}} 
[2025-07-17 07:11:23] local.INFO: Sessions updated for user 603. {"count":40} 
[2025-07-17 07:11:24] local.INFO: AmpecoDataUpdater: Session API response for user 604 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:11:23+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=604&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=604&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=604&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=604&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=604&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=604&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=604&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=604&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=604&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A23%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":359}} 
[2025-07-17 07:11:52] local.INFO: Sessions updated for user 604. {"count":359} 
[2025-07-17 07:11:53] local.INFO: AmpecoDataUpdater: Session API response for user 605 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:11:52+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=605&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A52%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:11:53] local.INFO: Sessions updated for user 605. {"count":0} 
[2025-07-17 07:11:54] local.INFO: AmpecoDataUpdater: Session API response for user 607 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:11:53+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":12,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=607&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A11%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":555}} 
[2025-07-17 07:12:16] local.ERROR: AmpecoApiService: RequestException for CP ID 339299: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 339299"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/339299","status":404} 
[2025-07-17 07:12:16] local.WARNING: AmpecoDataUpdater: Charge Point ID 339299 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:12:20] local.ERROR: AmpecoApiService: RequestException for CP ID 338644: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 338644"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/338644","status":404} 
[2025-07-17 07:12:20] local.WARNING: AmpecoDataUpdater: Charge Point ID 338644 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:12:24] local.ERROR: AmpecoApiService: RequestException for CP ID 339395: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 339395"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/339395","status":404} 
[2025-07-17 07:12:24] local.WARNING: AmpecoDataUpdater: Charge Point ID 339395 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:12:32] local.ERROR: AmpecoApiService: RequestException for CP ID 273508: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 273508"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/273508","status":404} 
[2025-07-17 07:12:32] local.WARNING: AmpecoDataUpdater: Charge Point ID 273508 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:12:36] local.ERROR: AmpecoApiService: RequestException for CP ID 338646: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 338646"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/338646","status":404} 
[2025-07-17 07:12:36] local.WARNING: AmpecoDataUpdater: Charge Point ID 338646 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:12:44] local.INFO: Sessions updated for user 607. {"count":555} 
[2025-07-17 07:12:46] local.INFO: AmpecoDataUpdater: Session API response for user 609 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:12:44+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=609&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A12%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=609&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A12%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=609&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A12%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=609&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A12%3A44%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":103}} 
[2025-07-17 07:12:49] local.INFO: Sessions updated for user 609. {"count":103} 
[2025-07-17 07:12:51] local.INFO: AmpecoDataUpdater: Session API response for user 610 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:12:49+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=610&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A12%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=610&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A12%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=610&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A12%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=610&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A12%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":101}} 
[2025-07-17 07:12:55] local.INFO: Sessions updated for user 610. {"count":101} 
[2025-07-17 07:12:56] local.INFO: AmpecoDataUpdater: Session API response for user 611 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:12:55+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=611&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A12%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=611&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A12%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=611&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A12%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":57}} 
[2025-07-17 07:13:02] local.ERROR: AmpecoApiService: RequestException for CP ID 59253: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 59253"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/59253","status":404} 
[2025-07-17 07:13:02] local.WARNING: AmpecoDataUpdater: Charge Point ID 59253 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:13:02] local.INFO: Sessions updated for user 611. {"count":57} 
[2025-07-17 07:13:04] local.INFO: AmpecoDataUpdater: Session API response for user 612 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:13:02+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=612&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=612&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=612&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=612&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=612&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=612&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":215}} 
[2025-07-17 07:13:13] local.INFO: Sessions updated for user 612. {"count":215} 
[2025-07-17 07:13:14] local.INFO: AmpecoDataUpdater: Session API response for user 613 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:13:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=613&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:13:14] local.INFO: Sessions updated for user 613. {"count":0} 
[2025-07-17 07:13:15] local.INFO: AmpecoDataUpdater: Session API response for user 614 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:13:14+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":11,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=614&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":549}} 
[2025-07-17 07:13:32] local.INFO: Sessions updated for user 614. {"count":549} 
[2025-07-17 07:13:34] local.INFO: AmpecoDataUpdater: Session API response for user 616 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:13:32+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=616&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=616&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=616&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=616&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":139}} 
[2025-07-17 07:13:42] local.INFO: Sessions updated for user 616. {"count":139} 
[2025-07-17 07:13:42] local.INFO: AmpecoDataUpdater: Session API response for user 617 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:13:42+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=617&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:13:42] local.INFO: Sessions updated for user 617. {"count":0} 
[2025-07-17 07:13:43] local.INFO: AmpecoDataUpdater: Session API response for user 618 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:13:42+00:00","sessions_count":9,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=618&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A42%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":9,"total":9}} 
[2025-07-17 07:13:43] local.INFO: Sessions updated for user 618. {"count":9} 
[2025-07-17 07:13:45] local.INFO: AmpecoDataUpdater: Session API response for user 619 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:13:43+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=619&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=619&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=619&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=619&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A43%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":109}} 
[2025-07-17 07:13:51] local.INFO: Sessions updated for user 619. {"count":109} 
[2025-07-17 07:13:52] local.INFO: AmpecoDataUpdater: Session API response for user 620 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:13:51+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=620&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=620&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=620&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A51%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":82}} 
[2025-07-17 07:13:54] local.INFO: Sessions updated for user 620. {"count":82} 
[2025-07-17 07:13:56] local.INFO: AmpecoDataUpdater: Session API response for user 621 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:13:54+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":3,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=621&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=621&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=621&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=621&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A13%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":135}} 
[2025-07-17 07:14:04] local.INFO: Sessions updated for user 621. {"count":135} 
[2025-07-17 07:14:05] local.INFO: AmpecoDataUpdater: Session API response for user 622 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:14:04+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=622&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:14:05] local.INFO: Sessions updated for user 622. {"count":0} 
[2025-07-17 07:14:07] local.INFO: AmpecoDataUpdater: Session API response for user 623 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:14:05+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=623&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=623&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=623&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A05%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":51}} 
[2025-07-17 07:14:09] local.INFO: Sessions updated for user 623. {"count":51} 
[2025-07-17 07:14:11] local.INFO: AmpecoDataUpdater: Session API response for user 624 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:14:09+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=624&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=624&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=624&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=624&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=624&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=624&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=624&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=624&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A09%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":342}} 
[2025-07-17 07:14:21] local.INFO: Sessions updated for user 624. {"count":342} 
[2025-07-17 07:14:23] local.INFO: AmpecoDataUpdater: Session API response for user 625 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:14:21+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=625&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=625&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=625&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=625&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=625&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=625&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=625&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A21%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":292}} 
[2025-07-17 07:14:39] local.INFO: Sessions updated for user 625. {"count":292} 
[2025-07-17 07:14:41] local.INFO: AmpecoDataUpdater: Session API response for user 626 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:14:39+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=626&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=626&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=626&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=626&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=626&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A39%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":161}} 
[2025-07-17 07:14:49] local.INFO: Sessions updated for user 626. {"count":161} 
[2025-07-17 07:14:50] local.INFO: AmpecoDataUpdater: Session API response for user 627 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:14:49+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":2,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=627&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=627&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=627&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":84}} 
[2025-07-17 07:14:53] local.INFO: Sessions updated for user 627. {"count":84} 
[2025-07-17 07:14:54] local.INFO: AmpecoDataUpdater: Session API response for user 628 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:14:53+00:00","sessions_count":2,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=628&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A53%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":2,"total":2}} 
[2025-07-17 07:14:54] local.INFO: Sessions updated for user 628. {"count":2} 
[2025-07-17 07:14:55] local.INFO: AmpecoDataUpdater: Session API response for user 630 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:14:54+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=630&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A54%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:14:55] local.INFO: Sessions updated for user 630. {"count":0} 
[2025-07-17 07:14:56] local.INFO: AmpecoDataUpdater: Session API response for user 632 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:14:55+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=632&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=632&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=632&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=632&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=632&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=632&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=632&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=632&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A14%3A55%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":338}} 
[2025-07-17 07:15:11] local.ERROR: AmpecoApiService: RequestException for CP ID 337382: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 337382"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/337382","status":404} 
[2025-07-17 07:15:11] local.WARNING: AmpecoDataUpdater: Charge Point ID 337382 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:15:13] local.INFO: Sessions updated for user 632. {"count":338} 
[2025-07-17 07:15:15] local.INFO: AmpecoDataUpdater: Session API response for user 633 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:15:13+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=633&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=633&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=633&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=633&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=633&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=633&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":246}} 
[2025-07-17 07:15:30] local.INFO: Sessions updated for user 633. {"count":246} 
[2025-07-17 07:15:31] local.INFO: AmpecoDataUpdater: Session API response for user 635 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:15:30+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=635&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A30%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:15:31] local.INFO: Sessions updated for user 635. {"count":0} 
[2025-07-17 07:15:32] local.INFO: AmpecoDataUpdater: Session API response for user 637 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:15:31+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=637&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A31%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:15:32] local.INFO: Sessions updated for user 637. {"count":0} 
[2025-07-17 07:15:33] local.INFO: AmpecoDataUpdater: Session API response for user 638 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:15:32+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=638&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=638&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=638&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=638&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=638&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=638&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=638&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=638&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A32%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":327}} 
[2025-07-17 07:15:49] local.INFO: Sessions updated for user 638. {"count":327} 
[2025-07-17 07:15:50] local.INFO: AmpecoDataUpdater: Session API response for user 639 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:15:49+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":10,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=639&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A15%3A49%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":492}} 
[2025-07-17 07:16:06] local.INFO: Sessions updated for user 639. {"count":492} 
[2025-07-17 07:16:07] local.INFO: AmpecoDataUpdater: Session API response for user 640 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:16:06+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":5,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=640&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=640&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=640&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=640&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=640&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=640&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A06%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":201}} 
[2025-07-17 07:16:14] local.INFO: Sessions updated for user 640. {"count":201} 
[2025-07-17 07:16:15] local.INFO: AmpecoDataUpdater: Session API response for user 641 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:16:14+00:00","sessions_count":15,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=641&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A14%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":15,"total":15}} 
[2025-07-17 07:16:15] local.INFO: Sessions updated for user 641. {"count":15} 
[2025-07-17 07:16:16] local.INFO: AmpecoDataUpdater: Session API response for user 642 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:16:15+00:00","sessions_count":16,"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=642&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A15%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":16,"total":16}} 
[2025-07-17 07:16:17] local.INFO: Sessions updated for user 642. {"count":16} 
[2025-07-17 07:16:18] local.INFO: AmpecoDataUpdater: Session API response for user 643 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:16:17+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":7,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=643&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=643&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=643&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=643&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=643&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=643&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=643&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=643&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":315}} 
[2025-07-17 07:16:35] local.INFO: Sessions updated for user 643. {"count":315} 
[2025-07-17 07:16:36] local.INFO: AmpecoDataUpdater: Session API response for user 645 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:16:35+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=645&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A35%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:16:36] local.INFO: Sessions updated for user 645. {"count":0} 
[2025-07-17 07:16:37] local.INFO: AmpecoDataUpdater: Session API response for user 646 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:16:36+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":6,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=646&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=646&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=646&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=646&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=646&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=646&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=646&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A36%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":271}} 
[2025-07-17 07:16:47] local.INFO: Sessions updated for user 646. {"count":271} 
[2025-07-17 07:16:49] local.INFO: AmpecoDataUpdater: Session API response for user 647 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:16:47+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":8,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=647&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=647&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=647&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=647&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=647&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=647&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=647&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=647&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=647&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A16%3A47%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":373}} 
[2025-07-17 07:17:02] local.INFO: Sessions updated for user 647. {"count":373} 
[2025-07-17 07:17:03] local.INFO: AmpecoDataUpdater: Session API response for user 648 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:17:02+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=648&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A02%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:17:03] local.INFO: Sessions updated for user 648. {"count":0} 
[2025-07-17 07:17:04] local.INFO: AmpecoDataUpdater: Session API response for user 650 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:17:03+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=650&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=650&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=650&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=650&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=650&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A03%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":158}} 
[2025-07-17 07:17:16] local.INFO: Sessions updated for user 650. {"count":158} 
[2025-07-17 07:17:17] local.INFO: AmpecoDataUpdater: Session API response for user 652 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:17:16+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=652&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A16%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:17:17] local.INFO: Sessions updated for user 652. {"count":0} 
[2025-07-17 07:17:18] local.INFO: AmpecoDataUpdater: Session API response for user 653 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:17:17+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=653&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=653&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=653&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=653&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=653&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A17%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":161}} 
[2025-07-17 07:17:24] local.INFO: Sessions updated for user 653. {"count":161} 
[2025-07-17 07:17:25] local.INFO: AmpecoDataUpdater: Session API response for user 655 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:17:24+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":10,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=655&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A24%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":477}} 
[2025-07-17 07:17:45] local.INFO: Sessions updated for user 655. {"count":477} 
[2025-07-17 07:17:46] local.INFO: AmpecoDataUpdater: Session API response for user 656 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:17:45+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=656&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A45%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:17:46] local.INFO: Sessions updated for user 656. {"count":0} 
[2025-07-17 07:17:47] local.INFO: AmpecoDataUpdater: Session API response for user 657 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:17:46+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":11,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=657&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A17%3A46%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":542}} 
[2025-07-17 07:18:04] local.INFO: Sessions updated for user 657. {"count":542} 
[2025-07-17 07:18:06] local.INFO: AmpecoDataUpdater: Session API response for user 658 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:18:04+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":4,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=658&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=658&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=658&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=658&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=658&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A04%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":186}} 
[2025-07-17 07:18:11] local.INFO: Sessions updated for user 658. {"count":186} 
[2025-07-17 07:18:11] local.INFO: AmpecoDataUpdater: Session API response for user 660 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:18:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=660&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:18:11] local.INFO: Sessions updated for user 660. {"count":0} 
[2025-07-17 07:18:12] local.INFO: AmpecoDataUpdater: Session API response for user 661 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:18:11+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=661&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A11%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:18:12] local.INFO: Sessions updated for user 661. {"count":0} 
[2025-07-17 07:18:13] local.INFO: AmpecoDataUpdater: Session API response for user 662 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:18:12+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=662&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A12%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:18:13] local.INFO: Sessions updated for user 662. {"count":0} 
[2025-07-17 07:18:13] local.INFO: AmpecoDataUpdater: Session API response for user 665 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:18:13+00:00","sessions_count":0,"meta":{"current_page":1,"from":null,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=665&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":null,"total":0}} 
[2025-07-17 07:18:13] local.INFO: Sessions updated for user 665. {"count":0} 
[2025-07-17 07:18:15] local.INFO: AmpecoDataUpdater: Session API response for user 666 {"start_date":"2024-01-01T00:00:00+00:00","end_date":"2025-07-17T07:18:13+00:00","sessions_count":50,"meta":{"current_page":1,"from":1,"last_page":12,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0?filter%5BuserId%5D=666&filter%5Bstatus%5D=finished&filter%5BstartedAfter%5D=2024-01-01T00%3A00%3A00%2B00%3A00&filter%5BstartedAt%5D%5B%24lte%5D=2025-07-17T07%3A18%3A13%2B00%3A00&per_page=50&sort=-startedAt&perPage=50&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","per_page":50,"to":50,"total":566}} 
[2025-07-17 07:22:04] local.INFO: AmpecoDataUpdater: Command started.  
[2025-07-17 07:22:04] local.INFO: AmpecoDataUpdater: DEBUG_USER_ID from .env is: Not Set  
[2025-07-17 07:22:04] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:24] local.INFO: AmpecoDataUpdater: Command started.  
[2025-07-17 07:22:24] local.INFO: AmpecoDataUpdater: DEBUG_USER_ID from .env is: Not Set  
[2025-07-17 07:22:24] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:26] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1\",\"email\":\"John.appleseed@ampeco.global\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"DO NOT DELETE\",\"middleName\":null,\"lastName\":\"- For App Store Approval\",\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":50,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2022-10-27T03:27:26+00:00\",\"createdAt...","meta_data":{"current_page":1,"from":1,"last_page":20,"links":[{"url":null,"label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":100,"total":1972}} 
[2025-07-17 07:22:26] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:29] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"156\",\"email\":\"geertpennewaert@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Geert\",\"middleName\":null,\"lastName\":\"Pennewaert\",\"phone\":\"0476630591\",\"country\":\"BE\",\"state\":null,\"city\":\"Oudegem\",\"postCode\":\"9200\",\"address\":\"Ouburg 130\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":313,\"externalId\":null,\"lastUpdatedAt\":\"2022-06-01T15:29:58+00:00\",\"createdAt\":...","meta_data":{"current_page":2,"from":101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":200,"total":1972}} 
[2025-07-17 07:22:29] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:31] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"280\",\"email\":\"vavo@piso.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Wim\",\"middleName\":null,\"lastName\":\"Vrancken\",\"phone\":\"0478257802\",\"country\":\"BE\",\"state\":null,\"city\":\"St-Joris-Winge\",\"postCode\":\"3390\",\"address\":\"Wingerstraat 20\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":50.57,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2310,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-17T12:45:55+00:00\",\"createdA...","meta_data":{"current_page":3,"from":201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":300,"total":1972}} 
[2025-07-17 07:22:31] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:34] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"388\",\"email\":\"steven.deron@nippongases.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Steven\",\"middleName\":null,\"lastName\":\"De Ron\",\"phone\":\"0485686876\",\"country\":\"BE\",\"state\":null,\"city\":\"Boortmeerbeek\",\"postCode\":\"3191\",\"address\":\"Ravesteinstraat 96, Hever 3191 Boortmeerbeek, Belgium\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"en\",\"balance\":148.3,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2720,\"externalId\":null,\"l...","meta_data":{"current_page":4,"from":301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":400,"total":1972}} 
[2025-07-17 07:22:34] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:36] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"497\",\"email\":\"sandra@capitalecars.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Edmond\",\"middleName\":null,\"lastName\":\"Plas\",\"phone\":\"+32475235296\",\"country\":\"BE\",\"state\":null,\"city\":\"Asse\",\"postCode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"fr\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":845,\"externalId\":null,\"lastUpdatedAt\":\"2023-06-06T13:06:44+00:00\",\"crea...","meta_data":{"current_page":5,"from":401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":500,"total":1972}} 
[2025-07-17 07:22:36] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:38] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"613\",\"email\":\"Kurt.fanton@madolex.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Kurt\",\"middleName\":null,\"lastName\":\"Fanton\",\"phone\":\"0484671968\",\"country\":\"BE\",\"state\":\"Ossendriesstraat 42\",\"city\":\"Zonhoven\",\"postCode\":\"3520\",\"address\":\"ossendriesstraat 42\",\"vehicleNo\":\"2-DUM-217\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2023-07-27T...","meta_data":{"current_page":6,"from":501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":600,"total":1972}} 
[2025-07-17 07:22:38] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:41] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"743\",\"email\":\"stijn.bogaerts@outlook.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Stijn\",\"middleName\":null,\"lastName\":\"Bogaerts\",\"phone\":\"+32 499 93 60 03\",\"country\":\"BE\",\"state\":null,\"city\":\"Edegem\",\"postCode\":\"2650\",\"address\":\"Pieter Van den Bemdenlaan 59\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":100,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-10T1...","meta_data":{"current_page":7,"from":601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=3","label":"3","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=4","label":"4","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":700,"total":1972}} 
[2025-07-17 07:22:41] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:43] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"858\",\"email\":\"nicobonnast@me.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Nico\",\"middleName\":null,\"lastName\":\"Bonnast\",\"phone\":\"+32477384279\",\"country\":\"BE\",\"state\":null,\"city\":\"Wetteren\",\"postCode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"vehicleNo\":\"2-ELT-630\",\"personal_id\":\"591-9330104-67\",\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[219],\"subscriptionId\":2156,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-31T11...","meta_data":{"current_page":8,"from":701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=5","label":"5","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":800,"total":1972}} 
[2025-07-17 07:22:43] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:46] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"974\",\"email\":\"tommie.van.mechgelen@centomedia.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Tommie\",\"middleName\":null,\"lastName\":\"Van Mechgelen\",\"phone\":\"+32496642889\",\"country\":\"BE\",\"state\":null,\"city\":\"Wommelgem\",\"postCode\":\"2160\",\"address\":\"Gullenrodestraat 7 unit 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-...","meta_data":{"current_page":9,"from":801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=6","label":"6","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":900,"total":1972}} 
[2025-07-17 07:22:46] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:48] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1114\",\"email\":\"mike@brandnewoffice.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Mike\",\"middleName\":null,\"lastName\":\"De Koster\",\"phone\":\"0486 41 33 35\",\"country\":\"BE\",\"state\":null,\"city\":\"Herne\",\"postCode\":\"1540\",\"address\":\"Tweekapellenstraat 10\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":\"nl\",\"balance\":5,\"status\":\"enabled\",\"userGroupIds\":[59],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-03-17T09:17:33+00:00\",...","meta_data":{"current_page":10,"from":901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=7","label":"7","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1000,"total":1972}} 
[2025-07-17 07:22:48] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:50] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1272\",\"email\":\"gerritdevos@skynet.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Gerrit\",\"middleName\":null,\"lastName\":\"De Vos\",\"phone\":\"+32456310834\",\"country\":\"BE\",\"state\":null,\"city\":\"Lochristi\",\"postCode\":\"9080\",\"address\":\"Bosdreef 12C\",\"vehicleNo\":\"2fls641\",\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":438.05,\"status\":\"enabled\",\"userGroupIds\":[199],\"subscriptionId\":1319,\"externalId\":null,\"lastUpdatedAt\":\"2024-06-14T08:03:14+00:0...","meta_data":{"current_page":11,"from":1001,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=8","label":"8","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1100,"total":1972}} 
[2025-07-17 07:22:50] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:52] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1387\",\"email\":\"bajetak586@albarulo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Bibro\",\"middleName\":null,\"lastName\":\"Antar\",\"phone\":\"+40721001950\",\"country\":\"SE\",\"state\":null,\"city\":\"Stockholm\",\"postCode\":\"11543\",\"address\":\"ahlessen nr. 44\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"disabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-09-30T07:49:51+00:00\",\"crea...","meta_data":{"current_page":12,"from":1101,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=9","label":"9","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1200,"total":1972}} 
[2025-07-17 07:22:52] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:55] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1515\",\"email\":\"yunotjeanbex@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Yunot\",\"middleName\":null,\"lastName\":\"Bex\",\"phone\":\"+32460940182\",\"country\":\"BE\",\"state\":null,\"city\":\"Hasselt\",\"postCode\":\"3511\",\"address\":\"Deken Habrakenstraat 8\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":16.22,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":1778,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T18:33:50+00:00\",\"...","meta_data":{"current_page":13,"from":1201,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=10","label":"10","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1300,"total":1972}} 
[2025-07-17 07:22:55] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:57] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1630\",\"email\":\"pascale.vanolst@everlam.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Pascale\",\"middleName\":null,\"lastName\":\"Vanolst\",\"phone\":\"0487 26 95 23\",\"country\":\"BE\",\"state\":null,\"city\":\"Mechelen\",\"postCode\":\"2800\",\"address\":\"Blokhuisstraat 47 J           B-2800 Mechelen\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":true,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2012,\"externalId\":null,\"lastUpdatedAt...","meta_data":{"current_page":14,"from":1301,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1400,"total":1972}} 
[2025-07-17 07:22:57] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:22:59] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1735\",\"email\":\"christophe.leysen@live.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Christophe\",\"middleName\":null,\"lastName\":\"Leysen\",\"phone\":\"+32470868696\",\"country\":\"BE\",\"state\":\"Antwerpen\",\"city\":\"Kontich\",\"postCode\":\"2550\",\"address\":\"lijsterbolstraat 18\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"nl\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2024-12-26T10:50...","meta_data":{"current_page":15,"from":1401,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1500,"total":1972}} 
[2025-07-17 07:22:59] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:23:02] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1852\",\"email\":\"susanbaba73@yahoo.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":null,\"middleName\":null,\"lastName\":null,\"phone\":null,\"country\":null,\"state\":null,\"city\":null,\"postCode\":null,\"address\":null,\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"es-ES\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-01-31T19:51:30+00:00\",\"createdAt\":\"2025-01-31T19:51:30+00:00\",\"cre...","meta_data":{"current_page":16,"from":1501,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1600,"total":1972}} 
[2025-07-17 07:23:02] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:23:04] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"1957\",\"email\":\"Heidi.Goossens@sobi.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Heidi\",\"middleName\":null,\"lastName\":\"Goossens\",\"phone\":\"32497590918\",\"country\":\"BE\",\"state\":null,\"city\":\"Waanrode\",\"postCode\":\"3473\",\"address\":\"Oude Tiensestraat 40\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":192.86,\"status\":\"enabled\",\"userGroupIds\":[228],\"subscriptionId\":2412,\"externalId\":\"1957\",\"lastUpdatedAt\":\"2025-04-02T11:59:5...","meta_data":{"current_page":17,"from":1601,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1700,"total":1972}} 
[2025-07-17 07:23:04] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:23:06] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2093\",\"email\":\"sbai.ayoub@hotmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Ayoub\",\"middleName\":null,\"lastName\":\"Sbai\",\"phone\":\"+33643202625\",\"country\":\"FR\",\"state\":null,\"city\":\"Paris\",\"postCode\":\"75019\",\"address\":\"16 all\\u00e9e de Fontainebelau\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":51.65,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-04-28T10:36:03+...","meta_data":{"current_page":18,"from":1701,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1800,"total":1972}} 
[2025-07-17 07:23:06] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:23:09] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2228\",\"email\":\"brecht.van.camp@gmail.com\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Brecht\",\"middleName\":null,\"lastName\":\"Van Camp\",\"phone\":\"+32476 58 79 81\",\"country\":\"BE\",\"state\":null,\"city\":\"Oelegem\",\"postCode\":\"2520\",\"address\":\"Schransken 5a\\/001\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":\"en\",\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":null,\"externalId\":null,\"lastUpdatedAt\":\"2025-05-25T11:14:32+00:0...","meta_data":{"current_page":19,"from":1801,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":true},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1900,"total":1972}} 
[2025-07-17 07:23:09] local.INFO: AmpecoApiService: Requesting users from API. {"full_url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","headers":{"Authorization":"Bearer e1d23b4f-a9f3-40ac-b055-ffcd58b5b74e","Accept":"application/json"}} 
[2025-07-17 07:23:11] local.INFO: AmpecoApiService: API Response for users. {"status":200,"body_sample":"{\"data\":[{\"id\":\"2347\",\"email\":\"sarah.jacobs@docitconsult.be\",\"requirePasswordReset\":false,\"emailVerified\":\"\",\"firstName\":\"Sarah\",\"middleName\":null,\"lastName\":\"Jacobs\",\"phone\":\"0472013387\",\"country\":\"BE\",\"state\":null,\"city\":\"Schoten\",\"postCode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"vehicleNo\":null,\"personal_id\":null,\"receiveNewsAndPromotions\":false,\"locale\":null,\"balance\":0,\"status\":\"enabled\",\"userGroupIds\":[],\"subscriptionId\":2595,\"externalId\":\"2347\",\"lastUpdatedAt\":\"2025-06-30T11:38:38+00:00...","meta_data":{"current_page":20,"from":1901,"last_page":20,"links":[{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"« Previous","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=1","label":"1","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=2","label":"2","active":false},{"url":null,"label":"...","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=11","label":"11","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=12","label":"12","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=13","label":"13","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=14","label":"14","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=15","label":"15","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=16","label":"16","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=17","label":"17","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=18","label":"18","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=19","label":"19","active":false},{"url":"https://cp.blulinc.com/public-api/resources/users/v1.0?include%5B0%5D=userGroups&per_page=100&page=20","label":"20","active":true},{"url":null,"label":"Next »","active":false}],"path":"https://cp.blulinc.com/public-api/resources/users/v1.0","per_page":100,"to":1972,"total":1972}} 
[2025-07-17 07:23:12] local.INFO: Sessions updated for user 1. {"count":0} 
[2025-07-17 07:23:12] local.INFO: Sessions updated for user 7. {"count":0} 
[2025-07-17 07:23:13] local.INFO: Sessions updated for user 15. {"count":0} 
[2025-07-17 07:23:13] local.INFO: Sessions updated for user 17. {"count":0} 
[2025-07-17 07:23:16] local.INFO: Sessions updated for user 19. {"count":3} 
[2025-07-17 07:23:16] local.INFO: Sessions updated for user 20. {"count":0} 
[2025-07-17 07:23:22] local.INFO: Sessions updated for user 21. {"count":18} 
[2025-07-17 07:23:41] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-17 07:23:41] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:23:52] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 07:23:52] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:23:55] local.INFO: Sessions updated for user 23. {"count":54} 
[2025-07-17 07:23:56] local.INFO: Sessions updated for user 26. {"count":7} 
[2025-07-17 07:23:57] local.INFO: Sessions updated for user 27. {"count":0} 
[2025-07-17 07:23:59] local.INFO: Sessions updated for user 28. {"count":30} 
[2025-07-17 07:24:02] local.INFO: Sessions updated for user 30. {"count":65} 
[2025-07-17 07:24:03] local.INFO: Sessions updated for user 32. {"count":0} 
[2025-07-17 07:24:03] local.INFO: Sessions updated for user 33. {"count":0} 
[2025-07-17 07:24:04] local.INFO: Sessions updated for user 36. {"count":0} 
[2025-07-17 07:24:05] local.INFO: Sessions updated for user 40. {"count":0} 
[2025-07-17 07:24:09] local.INFO: Sessions updated for user 41. {"count":49} 
[2025-07-17 07:24:12] local.INFO: Sessions updated for user 45. {"count":26} 
[2025-07-17 07:24:14] local.INFO: Sessions updated for user 46. {"count":6} 
[2025-07-17 07:24:19] local.INFO: Sessions updated for user 47. {"count":115} 
[2025-07-17 07:24:19] local.INFO: Sessions updated for user 50. {"count":0} 
[2025-07-17 07:24:51] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 07:24:51] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:24:51] local.INFO: Sessions updated for user 52. {"count":27} 
[2025-07-17 07:24:52] local.INFO: Sessions updated for user 53. {"count":0} 
[2025-07-17 07:24:52] local.INFO: Sessions updated for user 55. {"count":0} 
[2025-07-17 07:24:55] local.INFO: Sessions updated for user 57. {"count":7} 
[2025-07-17 07:24:56] local.INFO: Sessions updated for user 60. {"count":0} 
[2025-07-17 07:24:57] local.INFO: Sessions updated for user 61. {"count":4} 
[2025-07-17 07:24:59] local.INFO: Sessions updated for user 62. {"count":18} 
[2025-07-17 07:25:00] local.INFO: Sessions updated for user 63. {"count":0} 
[2025-07-17 07:25:01] local.INFO: Sessions updated for user 64. {"count":10} 
[2025-07-17 07:25:02] local.INFO: Sessions updated for user 65. {"count":0} 
[2025-07-17 07:25:02] local.INFO: Sessions updated for user 66. {"count":0} 
[2025-07-17 07:25:03] local.INFO: Sessions updated for user 67. {"count":0} 
[2025-07-17 07:25:07] local.INFO: Sessions updated for user 68. {"count":25} 
[2025-07-17 07:25:07] local.INFO: Sessions updated for user 69. {"count":0} 
[2025-07-17 07:25:08] local.INFO: Sessions updated for user 71. {"count":0} 
[2025-07-17 07:25:09] local.INFO: Sessions updated for user 72. {"count":0} 
[2025-07-17 07:25:10] local.INFO: Sessions updated for user 73. {"count":0} 
[2025-07-17 07:25:12] local.INFO: Sessions updated for user 74. {"count":2} 
[2025-07-17 07:25:14] local.INFO: Sessions updated for user 76. {"count":28} 
[2025-07-17 07:25:15] local.INFO: Sessions updated for user 77. {"count":0} 
[2025-07-17 07:25:16] local.INFO: Sessions updated for user 79. {"count":0} 
[2025-07-17 07:25:20] local.INFO: Sessions updated for user 80. {"count":41} 
[2025-07-17 07:25:25] local.INFO: Sessions updated for user 81. {"count":14} 
[2025-07-17 07:25:28] local.INFO: Sessions updated for user 84. {"count":44} 
[2025-07-17 07:25:30] local.INFO: Sessions updated for user 85. {"count":26} 
[2025-07-17 07:25:32] local.INFO: Sessions updated for user 86. {"count":54} 
[2025-07-17 07:25:34] local.INFO: Sessions updated for user 87. {"count":7} 
[2025-07-17 07:25:45] local.INFO: Sessions updated for user 88. {"count":32} 
[2025-07-17 07:25:45] local.INFO: Sessions updated for user 89. {"count":0} 
[2025-07-17 07:25:59] local.INFO: Sessions updated for user 90. {"count":33} 
[2025-07-17 07:26:01] local.INFO: Sessions updated for user 91. {"count":21} 
[2025-07-17 07:26:02] local.INFO: Sessions updated for user 92. {"count":0} 
[2025-07-17 07:26:05] local.INFO: Sessions updated for user 94. {"count":73} 
[2025-07-17 07:26:06] local.INFO: Sessions updated for user 95. {"count":2} 
[2025-07-17 07:26:07] local.INFO: Sessions updated for user 96. {"count":0} 
[2025-07-17 07:26:07] local.INFO: Sessions updated for user 97. {"count":0} 
[2025-07-17 07:26:08] local.INFO: Sessions updated for user 98. {"count":0} 
[2025-07-17 07:26:08] local.INFO: Sessions updated for user 99. {"count":0} 
[2025-07-17 07:26:11] local.INFO: Sessions updated for user 100. {"count":20} 
[2025-07-17 07:26:13] local.INFO: Sessions updated for user 101. {"count":4} 
[2025-07-17 07:26:16] local.INFO: Sessions updated for user 102. {"count":75} 
[2025-07-17 07:26:23] local.INFO: Sessions updated for user 103. {"count":37} 
[2025-07-17 07:26:52] local.INFO: Sessions updated for user 104. {"count":46} 
[2025-07-17 07:27:02] local.INFO: Sessions updated for user 105. {"count":23} 
[2025-07-17 07:27:13] local.INFO: Sessions updated for user 106. {"count":27} 
[2025-07-17 07:27:20] local.INFO: Sessions updated for user 107. {"count":41} 
[2025-07-17 07:27:21] local.INFO: Sessions updated for user 108. {"count":0} 
[2025-07-17 07:27:29] local.INFO: Sessions updated for user 109. {"count":41} 
[2025-07-17 07:27:31] local.INFO: Sessions updated for user 110. {"count":10} 
[2025-07-17 07:27:32] local.INFO: Sessions updated for user 111. {"count":37} 
[2025-07-17 07:27:33] local.INFO: Sessions updated for user 112. {"count":0} 
[2025-07-17 07:27:43] local.INFO: Sessions updated for user 113. {"count":39} 
[2025-07-17 07:27:43] local.INFO: Sessions updated for user 114. {"count":0} 
[2025-07-17 07:27:48] local.INFO: Sessions updated for user 115. {"count":28} 
[2025-07-17 07:27:50] local.INFO: Sessions updated for user 116. {"count":25} 
[2025-07-17 07:27:59] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 07:27:59] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:28:07] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-17 07:28:07] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:28:10] local.INFO: Sessions updated for user 117. {"count":72} 
[2025-07-17 07:28:11] local.INFO: Sessions updated for user 118. {"count":0} 
[2025-07-17 07:28:12] local.INFO: Sessions updated for user 119. {"count":0} 
[2025-07-17 07:28:13] local.INFO: Sessions updated for user 121. {"count":0} 
[2025-07-17 07:28:14] local.INFO: Sessions updated for user 122. {"count":0} 
[2025-07-17 07:28:14] local.INFO: Sessions updated for user 123. {"count":0} 
[2025-07-17 07:28:15] local.INFO: Sessions updated for user 124. {"count":0} 
[2025-07-17 07:28:21] local.INFO: Sessions updated for user 125. {"count":26} 
[2025-07-17 07:28:22] local.INFO: Sessions updated for user 127. {"count":0} 
[2025-07-17 07:28:23] local.INFO: Sessions updated for user 128. {"count":16} 
[2025-07-17 07:28:24] local.INFO: Sessions updated for user 130. {"count":0} 
[2025-07-17 07:28:26] local.INFO: Sessions updated for user 131. {"count":4} 
[2025-07-17 07:28:26] local.INFO: Sessions updated for user 134. {"count":0} 
[2025-07-17 07:28:27] local.INFO: Sessions updated for user 140. {"count":0} 
[2025-07-17 07:28:30] local.INFO: Sessions updated for user 142. {"count":51} 
[2025-07-17 07:28:32] local.INFO: Sessions updated for user 143. {"count":19} 
[2025-07-17 07:28:33] local.INFO: Sessions updated for user 144. {"count":0} 
[2025-07-17 07:28:34] local.INFO: Sessions updated for user 145. {"count":0} 
[2025-07-17 07:28:36] local.INFO: Sessions updated for user 146. {"count":3} 
[2025-07-17 07:28:40] local.INFO: Sessions updated for user 147. {"count":34} 
[2025-07-17 07:28:40] local.INFO: Sessions updated for user 150. {"count":0} 
[2025-07-17 07:28:41] local.INFO: Sessions updated for user 152. {"count":0} 
[2025-07-17 07:28:44] local.INFO: Sessions updated for user 154. {"count":38} 
[2025-07-17 07:28:47] local.INFO: Sessions updated for user 155. {"count":41} 
[2025-07-17 07:28:49] local.INFO: Sessions updated for user 156. {"count":43} 
[2025-07-17 07:28:49] local.INFO: Sessions updated for user 159. {"count":0} 
[2025-07-17 07:28:55] local.INFO: Sessions updated for user 160. {"count":36} 
[2025-07-17 07:29:10] local.INFO: Sessions updated for user 161. {"count":50} 
[2025-07-17 07:29:14] local.INFO: Sessions updated for user 162. {"count":55} 
[2025-07-17 07:29:17] local.INFO: Sessions updated for user 163. {"count":24} 
[2025-07-17 07:29:17] local.INFO: Sessions updated for user 164. {"count":0} 
[2025-07-17 07:29:21] local.INFO: Sessions updated for user 166. {"count":46} 
[2025-07-17 07:29:22] local.INFO: Sessions updated for user 167. {"count":29} 
[2025-07-17 07:29:24] local.INFO: Sessions updated for user 168. {"count":12} 
[2025-07-17 07:29:26] local.INFO: Sessions updated for user 169. {"count":23} 
[2025-07-17 07:29:26] local.INFO: Sessions updated for user 170. {"count":0} 
[2025-07-17 07:29:34] local.INFO: Sessions updated for user 171. {"count":53} 
[2025-07-17 07:29:46] local.INFO: Sessions updated for user 172. {"count":44} 
[2025-07-17 07:29:51] local.INFO: Sessions updated for user 173. {"count":25} 
[2025-07-17 07:29:54] local.INFO: Sessions updated for user 174. {"count":30} 
[2025-07-17 07:29:55] local.INFO: Sessions updated for user 175. {"count":0} 
[2025-07-17 07:29:55] local.INFO: Sessions updated for user 176. {"count":0} 
[2025-07-17 07:29:56] local.INFO: Sessions updated for user 177. {"count":0} 
[2025-07-17 07:29:57] local.INFO: Sessions updated for user 178. {"count":0} 
[2025-07-17 07:29:57] local.INFO: Sessions updated for user 179. {"count":0} 
[2025-07-17 07:29:58] local.INFO: Sessions updated for user 180. {"count":0} 
[2025-07-17 07:30:04] local.INFO: Sessions updated for user 181. {"count":53} 
[2025-07-17 07:30:04] local.INFO: Sessions updated for user 182. {"count":0} 
[2025-07-17 07:30:07] local.INFO: Sessions updated for user 183. {"count":66} 
[2025-07-17 07:30:09] local.INFO: Sessions updated for user 184. {"count":21} 
[2025-07-17 07:30:12] local.INFO: Sessions updated for user 185. {"count":10} 
[2025-07-17 07:30:12] local.INFO: Sessions updated for user 186. {"count":0} 
[2025-07-17 07:30:13] local.INFO: Sessions updated for user 187. {"count":0} 
[2025-07-17 07:30:14] local.INFO: Sessions updated for user 188. {"count":0} 
[2025-07-17 07:30:20] local.INFO: Sessions updated for user 191. {"count":23} 
[2025-07-17 07:30:21] local.INFO: Sessions updated for user 192. {"count":0} 
[2025-07-17 07:30:24] local.INFO: Sessions updated for user 193. {"count":84} 
[2025-07-17 07:30:47] local.INFO: Sessions updated for user 194. {"count":48} 
[2025-07-17 07:30:48] local.INFO: Sessions updated for user 196. {"count":0} 
[2025-07-17 07:30:49] local.INFO: Sessions updated for user 197. {"count":0} 
[2025-07-17 07:30:49] local.INFO: Sessions updated for user 199. {"count":0} 
[2025-07-17 07:30:52] local.INFO: Sessions updated for user 200. {"count":13} 
[2025-07-17 07:30:53] local.INFO: Sessions updated for user 204. {"count":0} 
[2025-07-17 07:30:56] local.INFO: Sessions updated for user 205. {"count":14} 
[2025-07-17 07:31:01] local.INFO: Sessions updated for user 206. {"count":7} 
[2025-07-17 07:31:01] local.INFO: Sessions updated for user 207. {"count":0} 
[2025-07-17 07:31:02] local.INFO: Sessions updated for user 208. {"count":0} 
[2025-07-17 07:31:03] local.INFO: Sessions updated for user 209. {"count":0} 
[2025-07-17 07:31:03] local.INFO: Sessions updated for user 210. {"count":0} 
[2025-07-17 07:31:07] local.INFO: Sessions updated for user 211. {"count":34} 
[2025-07-17 07:31:13] local.INFO: Sessions updated for user 212. {"count":7} 
[2025-07-17 07:31:14] local.INFO: Sessions updated for user 213. {"count":0} 
[2025-07-17 07:31:15] local.INFO: Sessions updated for user 214. {"count":0} 
[2025-07-17 07:31:15] local.INFO: Sessions updated for user 216. {"count":0} 
[2025-07-17 07:31:19] local.INFO: Sessions updated for user 217. {"count":31} 
[2025-07-17 07:31:24] local.INFO: Sessions updated for user 219. {"count":17} 
[2025-07-17 07:31:27] local.INFO: Sessions updated for user 220. {"count":56} 
[2025-07-17 07:31:28] local.INFO: Sessions updated for user 221. {"count":0} 
[2025-07-17 07:31:29] local.INFO: Sessions updated for user 222. {"count":0} 
[2025-07-17 07:31:29] local.INFO: Sessions updated for user 223. {"count":0} 
[2025-07-17 07:31:30] local.INFO: Sessions updated for user 224. {"count":1} 
[2025-07-17 07:31:31] local.INFO: Sessions updated for user 225. {"count":0} 
[2025-07-17 07:31:31] local.INFO: Sessions updated for user 226. {"count":0} 
[2025-07-17 07:31:41] local.INFO: Sessions updated for user 228. {"count":28} 
[2025-07-17 07:31:42] local.INFO: Sessions updated for user 229. {"count":0} 
[2025-07-17 07:31:48] local.INFO: Sessions updated for user 230. {"count":45} 
[2025-07-17 07:31:48] local.INFO: Sessions updated for user 232. {"count":0} 
[2025-07-17 07:31:53] local.INFO: Sessions updated for user 233. {"count":48} 
[2025-07-17 07:31:57] local.INFO: Sessions updated for user 234. {"count":9} 
[2025-07-17 07:32:03] local.INFO: Sessions updated for user 235. {"count":28} 
[2025-07-17 07:32:04] local.INFO: Sessions updated for user 236. {"count":41} 
[2025-07-17 07:32:06] local.INFO: Sessions updated for user 237. {"count":1} 
[2025-07-17 07:32:09] local.INFO: Sessions updated for user 238. {"count":21} 
[2025-07-17 07:32:11] local.INFO: Sessions updated for user 239. {"count":6} 
[2025-07-17 07:32:11] local.INFO: Sessions updated for user 242. {"count":0} 
[2025-07-17 07:32:12] local.INFO: Sessions updated for user 244. {"count":11} 
[2025-07-17 07:32:13] local.INFO: Sessions updated for user 245. {"count":0} 
[2025-07-17 07:32:15] local.INFO: Sessions updated for user 246. {"count":8} 
[2025-07-17 07:32:19] local.INFO: Sessions updated for user 247. {"count":11} 
[2025-07-17 07:32:19] local.INFO: Sessions updated for user 248. {"count":0} 
[2025-07-17 07:32:20] local.INFO: Sessions updated for user 249. {"count":4} 
[2025-07-17 07:32:21] local.INFO: Sessions updated for user 250. {"count":0} 
[2025-07-17 07:32:22] local.INFO: Sessions updated for user 251. {"count":0} 
[2025-07-17 07:32:22] local.INFO: Sessions updated for user 253. {"count":0} 
[2025-07-17 07:32:23] local.INFO: Sessions updated for user 254. {"count":0} 
[2025-07-17 07:32:25] local.INFO: Sessions updated for user 255. {"count":11} 
[2025-07-17 07:32:26] local.INFO: Sessions updated for user 257. {"count":0} 
[2025-07-17 07:32:28] local.INFO: Sessions updated for user 258. {"count":31} 
[2025-07-17 07:32:28] local.INFO: Sessions updated for user 259. {"count":0} 
[2025-07-17 07:32:56] local.INFO: Sessions updated for user 260. {"count":165} 
[2025-07-17 07:32:57] local.INFO: Sessions updated for user 262. {"count":0} 
[2025-07-17 07:32:57] local.INFO: Sessions updated for user 263. {"count":0} 
[2025-07-17 07:32:58] local.INFO: Sessions updated for user 267. {"count":0} 
[2025-07-17 07:32:59] local.INFO: Sessions updated for user 268. {"count":0} 
[2025-07-17 07:33:00] local.INFO: Sessions updated for user 269. {"count":11} 
[2025-07-17 07:33:01] local.INFO: Sessions updated for user 270. {"count":0} 
[2025-07-17 07:33:01] local.INFO: Sessions updated for user 271. {"count":0} 
[2025-07-17 07:33:07] local.INFO: Sessions updated for user 273. {"count":32} 
[2025-07-17 07:33:13] local.INFO: Sessions updated for user 274. {"count":20} 
[2025-07-17 07:33:14] local.INFO: Sessions updated for user 275. {"count":24} 
[2025-07-17 07:33:15] local.INFO: Sessions updated for user 276. {"count":0} 
[2025-07-17 07:33:21] local.INFO: Sessions updated for user 277. {"count":9} 
[2025-07-17 07:33:22] local.INFO: Sessions updated for user 278. {"count":0} 
[2025-07-17 07:33:23] local.INFO: Sessions updated for user 279. {"count":0} 
[2025-07-17 07:33:26] local.INFO: Sessions updated for user 280. {"count":71} 
[2025-07-17 07:33:27] local.INFO: Sessions updated for user 281. {"count":0} 
[2025-07-17 07:33:30] local.INFO: Sessions updated for user 283. {"count":9} 
[2025-07-17 07:33:33] local.INFO: Sessions updated for user 284. {"count":15} 
[2025-07-17 07:33:36] local.INFO: Sessions updated for user 285. {"count":52} 
[2025-07-17 07:33:37] local.INFO: Sessions updated for user 286. {"count":0} 
[2025-07-17 07:33:37] local.INFO: Sessions updated for user 287. {"count":0} 
[2025-07-17 07:33:38] local.INFO: Sessions updated for user 288. {"count":0} 
[2025-07-17 07:33:40] local.INFO: Sessions updated for user 290. {"count":28} 
[2025-07-17 07:33:41] local.INFO: Sessions updated for user 291. {"count":0} 
[2025-07-17 07:33:42] local.INFO: Sessions updated for user 292. {"count":11} 
[2025-07-17 07:33:43] local.INFO: Sessions updated for user 293. {"count":0} 
[2025-07-17 07:33:44] local.INFO: Sessions updated for user 294. {"count":0} 
[2025-07-17 07:33:45] local.INFO: Sessions updated for user 295. {"count":0} 
[2025-07-17 07:33:49] local.INFO: Sessions updated for user 296. {"count":57} 
[2025-07-17 07:33:50] local.INFO: Sessions updated for user 297. {"count":0} 
[2025-07-17 07:33:50] local.INFO: Sessions updated for user 298. {"count":0} 
[2025-07-17 07:33:53] local.INFO: Sessions updated for user 301. {"count":23} 
[2025-07-17 07:33:55] local.INFO: Sessions updated for user 302. {"count":32} 
[2025-07-17 07:33:56] local.INFO: Sessions updated for user 303. {"count":0} 
[2025-07-17 07:33:56] local.INFO: Sessions updated for user 304. {"count":0} 
[2025-07-17 07:33:59] local.INFO: Sessions updated for user 305. {"count":35} 
[2025-07-17 07:34:01] local.INFO: Sessions updated for user 306. {"count":14} 
[2025-07-17 07:34:04] local.INFO: Sessions updated for user 307. {"count":39} 
[2025-07-17 07:34:08] local.INFO: Sessions updated for user 308. {"count":104} 
[2025-07-17 07:34:08] local.INFO: Sessions updated for user 309. {"count":0} 
[2025-07-17 07:34:12] local.INFO: Sessions updated for user 310. {"count":55} 
[2025-07-17 07:34:12] local.INFO: Sessions updated for user 311. {"count":0} 
[2025-07-17 07:34:14] local.INFO: Sessions updated for user 312. {"count":12} 
[2025-07-17 07:34:28] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 07:34:28] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:34:34] local.INFO: Sessions updated for user 313. {"count":88} 
[2025-07-17 07:34:35] local.INFO: Sessions updated for user 314. {"count":0} 
[2025-07-17 07:34:37] local.INFO: Sessions updated for user 315. {"count":4} 
[2025-07-17 07:34:41] local.INFO: Sessions updated for user 316. {"count":82} 
[2025-07-17 07:34:41] local.INFO: Sessions updated for user 317. {"count":0} 
[2025-07-17 07:34:44] local.INFO: Sessions updated for user 318. {"count":42} 
[2025-07-17 07:34:45] local.INFO: Sessions updated for user 319. {"count":0} 
[2025-07-17 07:34:46] local.INFO: Sessions updated for user 320. {"count":10} 
[2025-07-17 07:34:47] local.INFO: Sessions updated for user 321. {"count":0} 
[2025-07-17 07:34:51] local.INFO: Sessions updated for user 323. {"count":14} 
[2025-07-17 07:34:52] local.INFO: Sessions updated for user 324. {"count":0} 
[2025-07-17 07:34:52] local.INFO: Sessions updated for user 325. {"count":0} 
[2025-07-17 07:34:53] local.INFO: Sessions updated for user 326. {"count":0} 
[2025-07-17 07:34:55] local.INFO: Sessions updated for user 327. {"count":16} 
[2025-07-17 07:34:56] local.INFO: Sessions updated for user 328. {"count":0} 
[2025-07-17 07:34:57] local.INFO: Sessions updated for user 329. {"count":0} 
[2025-07-17 07:34:57] local.INFO: Sessions updated for user 330. {"count":0} 
[2025-07-17 07:34:58] local.INFO: Sessions updated for user 331. {"count":0} 
[2025-07-17 07:34:59] local.INFO: Sessions updated for user 332. {"count":5} 
[2025-07-17 07:35:00] local.INFO: Sessions updated for user 333. {"count":0} 
[2025-07-17 07:35:01] local.INFO: Sessions updated for user 334. {"count":0} 
[2025-07-17 07:35:01] local.INFO: Sessions updated for user 335. {"count":0} 
[2025-07-17 07:35:03] local.INFO: Sessions updated for user 336. {"count":13} 
[2025-07-17 07:35:10] local.INFO: Sessions updated for user 338. {"count":102} 
[2025-07-17 07:35:11] local.INFO: Sessions updated for user 339. {"count":0} 
[2025-07-17 07:35:14] local.INFO: Sessions updated for user 340. {"count":55} 
[2025-07-17 07:35:15] local.INFO: Sessions updated for user 341. {"count":0} 
[2025-07-17 07:35:16] local.INFO: Sessions updated for user 342. {"count":0} 
[2025-07-17 07:35:18] local.INFO: Sessions updated for user 343. {"count":19} 
[2025-07-17 07:35:19] local.INFO: Sessions updated for user 344. {"count":0} 
[2025-07-17 07:35:20] local.INFO: Sessions updated for user 345. {"count":0} 
[2025-07-17 07:35:20] local.INFO: Sessions updated for user 346. {"count":0} 
[2025-07-17 07:35:21] local.INFO: Sessions updated for user 347. {"count":0} 
[2025-07-17 07:35:22] local.INFO: Sessions updated for user 348. {"count":0} 
[2025-07-17 07:35:22] local.INFO: Sessions updated for user 349. {"count":0} 
[2025-07-17 07:35:23] local.INFO: Sessions updated for user 351. {"count":0} 
[2025-07-17 07:35:39] local.INFO: Sessions updated for user 352. {"count":95} 
[2025-07-17 07:35:42] local.INFO: Sessions updated for user 353. {"count":60} 
[2025-07-17 07:35:43] local.INFO: Sessions updated for user 354. {"count":0} 
[2025-07-17 07:35:44] local.INFO: Sessions updated for user 355. {"count":0} 
[2025-07-17 07:35:56] local.INFO: Sessions updated for user 356. {"count":28} 
[2025-07-17 07:35:57] local.INFO: Sessions updated for user 357. {"count":0} 
[2025-07-17 07:35:58] local.INFO: Sessions updated for user 358. {"count":0} 
[2025-07-17 07:35:58] local.INFO: Sessions updated for user 359. {"count":0} 
[2025-07-17 07:35:59] local.INFO: Sessions updated for user 360. {"count":0} 
[2025-07-17 07:36:00] local.INFO: Sessions updated for user 361. {"count":0} 
[2025-07-17 07:36:01] local.INFO: Sessions updated for user 362. {"count":0} 
[2025-07-17 07:36:01] local.INFO: Sessions updated for user 363. {"count":0} 
[2025-07-17 07:36:04] local.INFO: Sessions updated for user 364. {"count":42} 
[2025-07-17 07:36:05] local.INFO: Sessions updated for user 365. {"count":11} 
[2025-07-17 07:36:22] local.INFO: Sessions updated for user 366. {"count":63} 
[2025-07-17 07:36:23] local.INFO: Sessions updated for user 367. {"count":0} 
[2025-07-17 07:36:23] local.INFO: Sessions updated for user 368. {"count":0} 
[2025-07-17 07:36:24] local.INFO: Sessions updated for user 369. {"count":0} 
[2025-07-17 07:36:24] local.INFO: Sessions updated for user 370. {"count":0} 
[2025-07-17 07:36:25] local.INFO: Sessions updated for user 371. {"count":0} 
[2025-07-17 07:36:26] local.INFO: Sessions updated for user 372. {"count":0} 
[2025-07-17 07:36:27] local.INFO: Sessions updated for user 373. {"count":6} 
[2025-07-17 07:36:28] local.INFO: Sessions updated for user 374. {"count":0} 
[2025-07-17 07:36:29] local.INFO: Sessions updated for user 375. {"count":0} 
[2025-07-17 07:36:29] local.INFO: Sessions updated for user 376. {"count":10} 
[2025-07-17 07:36:32] local.INFO: Sessions updated for user 377. {"count":10} 
[2025-07-17 07:36:36] local.INFO: Sessions updated for user 378. {"count":74} 
[2025-07-17 07:36:37] local.INFO: Sessions updated for user 379. {"count":0} 
[2025-07-17 07:36:37] local.INFO: Sessions updated for user 380. {"count":0} 
[2025-07-17 07:36:38] local.INFO: Sessions updated for user 381. {"count":0} 
[2025-07-17 07:36:38] local.INFO: Sessions updated for user 382. {"count":0} 
[2025-07-17 07:36:43] local.INFO: Sessions updated for user 383. {"count":16} 
[2025-07-17 07:36:44] local.INFO: Sessions updated for user 384. {"count":34} 
[2025-07-17 07:36:45] local.INFO: Sessions updated for user 386. {"count":31} 
[2025-07-17 07:36:46] local.INFO: Sessions updated for user 387. {"count":9} 
[2025-07-17 07:36:47] local.INFO: Sessions updated for user 388. {"count":2} 
[2025-07-17 07:36:48] local.INFO: Sessions updated for user 389. {"count":0} 
[2025-07-17 07:36:48] local.INFO: Sessions updated for user 390. {"count":0} 
[2025-07-17 07:36:50] local.INFO: Sessions updated for user 391. {"count":1} 
[2025-07-17 07:36:51] local.INFO: Sessions updated for user 392. {"count":0} 
[2025-07-17 07:36:53] local.INFO: Sessions updated for user 393. {"count":34} 
[2025-07-17 07:36:53] local.INFO: Sessions updated for user 395. {"count":0} 
[2025-07-17 07:36:54] local.INFO: Sessions updated for user 396. {"count":0} 
[2025-07-17 07:36:54] local.INFO: Sessions updated for user 398. {"count":0} 
[2025-07-17 07:36:55] local.INFO: Sessions updated for user 399. {"count":0} 
[2025-07-17 07:36:56] local.INFO: Sessions updated for user 400. {"count":0} 
[2025-07-17 07:36:56] local.INFO: Sessions updated for user 401. {"count":0} 
[2025-07-17 07:36:57] local.INFO: Sessions updated for user 402. {"count":0} 
[2025-07-17 07:36:58] local.INFO: Sessions updated for user 403. {"count":0} 
[2025-07-17 07:36:58] local.INFO: Sessions updated for user 404. {"count":0} 
[2025-07-17 07:37:02] local.INFO: Sessions updated for user 406. {"count":19} 
[2025-07-17 07:37:03] local.INFO: Sessions updated for user 407. {"count":39} 
[2025-07-17 07:37:06] local.INFO: Sessions updated for user 408. {"count":49} 
[2025-07-17 07:37:06] local.INFO: Sessions updated for user 410. {"count":0} 
[2025-07-17 07:37:07] local.INFO: Sessions updated for user 411. {"count":0} 
[2025-07-17 07:37:08] local.INFO: Sessions updated for user 412. {"count":0} 
[2025-07-17 07:37:09] local.INFO: Sessions updated for user 413. {"count":15} 
[2025-07-17 07:37:12] local.INFO: Sessions updated for user 414. {"count":6} 
[2025-07-17 07:37:14] local.INFO: Sessions updated for user 415. {"count":16} 
[2025-07-17 07:37:15] local.INFO: Sessions updated for user 416. {"count":4} 
[2025-07-17 07:37:16] local.INFO: Sessions updated for user 417. {"count":0} 
[2025-07-17 07:37:17] local.INFO: Sessions updated for user 418. {"count":0} 
[2025-07-17 07:37:18] local.INFO: Sessions updated for user 419. {"count":0} 
[2025-07-17 07:37:23] local.INFO: Sessions updated for user 421. {"count":33} 
[2025-07-17 07:37:24] local.INFO: Sessions updated for user 422. {"count":0} 
[2025-07-17 07:37:26] local.INFO: Sessions updated for user 423. {"count":33} 
[2025-07-17 07:37:26] local.INFO: Sessions updated for user 424. {"count":0} 
[2025-07-17 07:37:27] local.INFO: Sessions updated for user 425. {"count":0} 
[2025-07-17 07:37:28] local.INFO: Sessions updated for user 426. {"count":0} 
[2025-07-17 07:37:36] local.INFO: Sessions updated for user 427. {"count":55} 
[2025-07-17 07:37:37] local.INFO: Sessions updated for user 428. {"count":0} 
[2025-07-17 07:37:40] local.INFO: Sessions updated for user 429. {"count":26} 
[2025-07-17 07:37:43] local.INFO: Sessions updated for user 430. {"count":7} 
[2025-07-17 07:37:45] local.INFO: Sessions updated for user 431. {"count":18} 
[2025-07-17 07:37:46] local.INFO: Sessions updated for user 432. {"count":0} 
[2025-07-17 07:37:50] local.INFO: Sessions updated for user 433. {"count":6} 
[2025-07-17 07:37:51] local.INFO: Sessions updated for user 434. {"count":0} 
[2025-07-17 07:37:55] local.INFO: Sessions updated for user 435. {"count":6} 
[2025-07-17 07:37:57] local.INFO: Sessions updated for user 436. {"count":27} 
[2025-07-17 07:37:59] local.INFO: Sessions updated for user 437. {"count":13} 
[2025-07-17 07:38:00] local.INFO: Sessions updated for user 438. {"count":0} 
[2025-07-17 07:38:05] local.INFO: Sessions updated for user 439. {"count":50} 
[2025-07-17 07:38:12] local.INFO: Sessions updated for user 440. {"count":64} 
[2025-07-17 07:38:15] local.INFO: Sessions updated for user 442. {"count":33} 
[2025-07-17 07:38:16] local.INFO: Sessions updated for user 443. {"count":0} 
[2025-07-17 07:38:17] local.INFO: Sessions updated for user 445. {"count":0} 
[2025-07-17 07:38:17] local.INFO: Sessions updated for user 446. {"count":0} 
[2025-07-17 07:38:20] local.INFO: Sessions updated for user 447. {"count":3} 
[2025-07-17 07:38:20] local.INFO: Sessions updated for user 448. {"count":0} 
[2025-07-17 07:38:26] local.INFO: Sessions updated for user 449. {"count":63} 
[2025-07-17 07:38:31] local.INFO: Sessions updated for user 450. {"count":37} 
[2025-07-17 07:38:32] local.INFO: Sessions updated for user 451. {"count":0} 
[2025-07-17 07:38:32] local.INFO: Sessions updated for user 452. {"count":0} 
[2025-07-17 07:38:34] local.INFO: Sessions updated for user 453. {"count":42} 
[2025-07-17 07:38:34] local.INFO: Sessions updated for user 454. {"count":0} 
[2025-07-17 07:38:35] local.INFO: Sessions updated for user 455. {"count":23} 
[2025-07-17 07:38:36] local.INFO: Sessions updated for user 456. {"count":0} 
[2025-07-17 07:38:36] local.INFO: Sessions updated for user 457. {"count":0} 
[2025-07-17 07:38:38] local.INFO: Sessions updated for user 458. {"count":8} 
[2025-07-17 07:38:39] local.INFO: Sessions updated for user 459. {"count":0} 
[2025-07-17 07:38:39] local.INFO: Sessions updated for user 460. {"count":0} 
[2025-07-17 07:38:43] local.INFO: Sessions updated for user 461. {"count":55} 
[2025-07-17 07:38:44] local.INFO: Sessions updated for user 462. {"count":0} 
[2025-07-17 07:38:46] local.INFO: Sessions updated for user 463. {"count":8} 
[2025-07-17 07:38:47] local.INFO: Sessions updated for user 464. {"count":0} 
[2025-07-17 07:38:47] local.INFO: Sessions updated for user 466. {"count":0} 
[2025-07-17 07:38:50] local.INFO: Sessions updated for user 467. {"count":43} 
[2025-07-17 07:38:57] local.INFO: Sessions updated for user 469. {"count":53} 
[2025-07-17 07:38:57] local.INFO: Sessions updated for user 470. {"count":0} 
[2025-07-17 07:39:00] local.INFO: Sessions updated for user 471. {"count":15} 
[2025-07-17 07:39:01] local.INFO: Sessions updated for user 472. {"count":0} 
[2025-07-17 07:39:01] local.INFO: Sessions updated for user 473. {"count":0} 
[2025-07-17 07:39:09] local.INFO: Sessions updated for user 474. {"count":25} 
[2025-07-17 07:39:10] local.INFO: Sessions updated for user 475. {"count":8} 
[2025-07-17 07:39:11] local.INFO: Sessions updated for user 476. {"count":0} 
[2025-07-17 07:39:13] local.INFO: Sessions updated for user 477. {"count":37} 
[2025-07-17 07:39:15] local.INFO: Sessions updated for user 478. {"count":35} 
[2025-07-17 07:39:16] local.INFO: Sessions updated for user 479. {"count":0} 
[2025-07-17 07:39:16] local.INFO: Sessions updated for user 480. {"count":0} 
[2025-07-17 07:39:17] local.INFO: Sessions updated for user 481. {"count":0} 
[2025-07-17 07:39:25] local.INFO: Sessions updated for user 482. {"count":77} 
[2025-07-17 07:39:26] local.INFO: Sessions updated for user 483. {"count":0} 
[2025-07-17 07:39:29] local.INFO: Sessions updated for user 484. {"count":46} 
[2025-07-17 07:39:30] local.INFO: Sessions updated for user 485. {"count":0} 
[2025-07-17 07:39:36] local.INFO: Sessions updated for user 486. {"count":22} 
[2025-07-17 07:39:39] local.INFO: Sessions updated for user 487. {"count":36} 
[2025-07-17 07:39:39] local.INFO: Sessions updated for user 488. {"count":0} 
[2025-07-17 07:39:40] local.INFO: Sessions updated for user 489. {"count":2} 
[2025-07-17 07:39:41] local.INFO: Sessions updated for user 490. {"count":0} 
[2025-07-17 07:39:41] local.INFO: Sessions updated for user 491. {"count":0} 
[2025-07-17 07:39:42] local.INFO: Sessions updated for user 492. {"count":0} 
[2025-07-17 07:39:45] local.INFO: Sessions updated for user 493. {"count":76} 
[2025-07-17 07:39:51] local.INFO: Sessions updated for user 494. {"count":9} 
[2025-07-17 07:39:52] local.INFO: Sessions updated for user 495. {"count":24} 
[2025-07-17 07:39:52] local.INFO: Sessions updated for user 496. {"count":0} 
[2025-07-17 07:39:53] local.INFO: Sessions updated for user 497. {"count":0} 
[2025-07-17 07:39:54] local.INFO: Sessions updated for user 498. {"count":0} 
[2025-07-17 07:39:55] local.INFO: Sessions updated for user 500. {"count":14} 
[2025-07-17 07:39:57] local.INFO: Sessions updated for user 501. {"count":7} 
[2025-07-17 07:39:59] local.INFO: Sessions updated for user 503. {"count":2} 
[2025-07-17 07:40:00] local.INFO: Sessions updated for user 504. {"count":0} 
[2025-07-17 07:40:02] local.INFO: Sessions updated for user 506. {"count":22} 
[2025-07-17 07:40:12] local.INFO: Sessions updated for user 507. {"count":22} 
[2025-07-17 07:40:14] local.INFO: Sessions updated for user 508. {"count":24} 
[2025-07-17 07:40:24] local.INFO: Sessions updated for user 509. {"count":64} 
[2025-07-17 07:40:25] local.INFO: Sessions updated for user 510. {"count":16} 
[2025-07-17 07:40:26] local.INFO: Sessions updated for user 511. {"count":0} 
[2025-07-17 07:40:28] local.INFO: Sessions updated for user 512. {"count":20} 
[2025-07-17 07:40:28] local.INFO: Sessions updated for user 513. {"count":0} 
[2025-07-17 07:40:30] local.INFO: Sessions updated for user 515. {"count":30} 
[2025-07-17 07:40:32] local.INFO: Sessions updated for user 516. {"count":16} 
[2025-07-17 07:40:32] local.INFO: Sessions updated for user 517. {"count":0} 
[2025-07-17 07:40:33] local.INFO: Sessions updated for user 518. {"count":20} 
[2025-07-17 07:40:34] local.INFO: Sessions updated for user 519. {"count":0} 
[2025-07-17 07:40:35] local.INFO: Sessions updated for user 520. {"count":1} 
[2025-07-17 07:40:36] local.INFO: Sessions updated for user 521. {"count":0} 
[2025-07-17 07:40:36] local.INFO: Sessions updated for user 524. {"count":0} 
[2025-07-17 07:40:37] local.INFO: Sessions updated for user 525. {"count":21} 
[2025-07-17 07:40:38] local.INFO: Sessions updated for user 526. {"count":0} 
[2025-07-17 07:40:40] local.INFO: Sessions updated for user 527. {"count":13} 
[2025-07-17 07:40:42] local.INFO: Sessions updated for user 528. {"count":4} 
[2025-07-17 07:40:42] local.INFO: Sessions updated for user 529. {"count":0} 
[2025-07-17 07:40:44] local.INFO: Sessions updated for user 530. {"count":19} 
[2025-07-17 07:40:44] local.INFO: Sessions updated for user 531. {"count":0} 
[2025-07-17 07:40:45] local.INFO: Sessions updated for user 532. {"count":0} 
[2025-07-17 07:40:46] local.INFO: Sessions updated for user 533. {"count":0} 
[2025-07-17 07:40:50] local.INFO: Sessions updated for user 534. {"count":32} 
[2025-07-17 07:40:52] local.INFO: Sessions updated for user 535. {"count":19} 
[2025-07-17 07:40:56] local.INFO: Sessions updated for user 536. {"count":53} 
[2025-07-17 07:40:57] local.INFO: Sessions updated for user 537. {"count":9} 
[2025-07-17 07:40:58] local.INFO: Sessions updated for user 538. {"count":0} 
[2025-07-17 07:41:01] local.INFO: Sessions updated for user 539. {"count":15} 
[2025-07-17 07:41:01] local.INFO: Sessions updated for user 541. {"count":0} 
[2025-07-17 07:41:02] local.INFO: Sessions updated for user 542. {"count":0} 
[2025-07-17 07:41:07] local.INFO: Sessions updated for user 544. {"count":39} 
[2025-07-17 07:41:10] local.INFO: Sessions updated for user 546. {"count":77} 
[2025-07-17 07:41:11] local.INFO: Sessions updated for user 547. {"count":0} 
[2025-07-17 07:41:11] local.INFO: Sessions updated for user 548. {"count":0} 
[2025-07-17 07:41:12] local.INFO: Sessions updated for user 549. {"count":0} 
[2025-07-17 07:41:14] local.INFO: Sessions updated for user 550. {"count":17} 
[2025-07-17 07:41:15] local.INFO: Sessions updated for user 552. {"count":0} 
[2025-07-17 07:41:18] local.INFO: Sessions updated for user 553. {"count":49} 
[2025-07-17 07:41:19] local.INFO: Sessions updated for user 554. {"count":9} 
[2025-07-17 07:41:19] local.INFO: Sessions updated for user 555. {"count":0} 
[2025-07-17 07:41:21] local.INFO: Sessions updated for user 557. {"count":8} 
[2025-07-17 07:41:26] local.INFO: Sessions updated for user 558. {"count":69} 
[2025-07-17 07:41:28] local.INFO: Sessions updated for user 559. {"count":8} 
[2025-07-17 07:41:29] local.INFO: Sessions updated for user 560. {"count":0} 
[2025-07-17 07:41:29] local.INFO: Sessions updated for user 561. {"count":0} 
[2025-07-17 07:41:30] local.INFO: Sessions updated for user 562. {"count":0} 
[2025-07-17 07:41:33] local.INFO: Sessions updated for user 563. {"count":49} 
[2025-07-17 07:41:35] local.INFO: Sessions updated for user 564. {"count":31} 
[2025-07-17 07:41:35] local.INFO: Sessions updated for user 565. {"count":2} 
[2025-07-17 07:41:37] local.INFO: Sessions updated for user 566. {"count":16} 
[2025-07-17 07:41:37] local.INFO: Sessions updated for user 567. {"count":0} 
[2025-07-17 07:41:39] local.INFO: Sessions updated for user 568. {"count":1} 
[2025-07-17 07:41:44] local.INFO: Sessions updated for user 569. {"count":55} 
[2025-07-17 07:41:47] local.INFO: Sessions updated for user 570. {"count":29} 
[2025-07-17 07:41:56] local.INFO: Sessions updated for user 572. {"count":160} 
[2025-07-17 07:41:56] local.INFO: Sessions updated for user 573. {"count":0} 
[2025-07-17 07:41:57] local.INFO: Sessions updated for user 574. {"count":0} 
[2025-07-17 07:42:00] local.INFO: Sessions updated for user 575. {"count":20} 
[2025-07-17 07:42:00] local.INFO: Sessions updated for user 576. {"count":0} 
[2025-07-17 07:42:01] local.INFO: Sessions updated for user 577. {"count":0} 
[2025-07-17 07:42:02] local.INFO: Sessions updated for user 578. {"count":0} 
[2025-07-17 07:42:04] local.INFO: Sessions updated for user 579. {"count":1} 
[2025-07-17 07:42:06] local.INFO: Sessions updated for user 580. {"count":23} 
[2025-07-17 07:42:08] local.INFO: Sessions updated for user 581. {"count":13} 
[2025-07-17 07:42:08] local.INFO: Sessions updated for user 582. {"count":0} 
[2025-07-17 07:42:13] local.INFO: Sessions updated for user 584. {"count":55} 
[2025-07-17 07:42:16] local.INFO: Sessions updated for user 585. {"count":24} 
[2025-07-17 07:42:17] local.INFO: Sessions updated for user 586. {"count":0} 
[2025-07-17 07:42:18] local.INFO: Sessions updated for user 587. {"count":0} 
[2025-07-17 07:42:20] local.INFO: Sessions updated for user 588. {"count":46} 
[2025-07-17 07:42:23] local.INFO: Sessions updated for user 589. {"count":35} 
[2025-07-17 07:42:25] local.INFO: Sessions updated for user 590. {"count":1} 
[2025-07-17 07:42:27] local.INFO: Sessions updated for user 591. {"count":10} 
[2025-07-17 07:42:33] local.INFO: Sessions updated for user 593. {"count":50} 
[2025-07-17 07:42:35] local.INFO: Sessions updated for user 594. {"count":26} 
[2025-07-17 07:42:37] local.INFO: Sessions updated for user 595. {"count":17} 
[2025-07-17 07:42:37] local.INFO: Sessions updated for user 596. {"count":0} 
[2025-07-17 07:42:38] local.INFO: Sessions updated for user 597. {"count":0} 
[2025-07-17 07:42:39] local.INFO: Sessions updated for user 598. {"count":0} 
[2025-07-17 07:42:39] local.INFO: Sessions updated for user 599. {"count":0} 
[2025-07-17 07:42:40] local.INFO: Sessions updated for user 600. {"count":0} 
[2025-07-17 07:42:41] local.INFO: Sessions updated for user 601. {"count":0} 
[2025-07-17 07:42:44] local.INFO: Sessions updated for user 602. {"count":82} 
[2025-07-17 07:42:48] local.INFO: Sessions updated for user 603. {"count":18} 
[2025-07-17 07:42:54] local.INFO: Sessions updated for user 604. {"count":60} 
[2025-07-17 07:42:55] local.INFO: Sessions updated for user 605. {"count":0} 
[2025-07-17 07:42:59] local.INFO: Sessions updated for user 607. {"count":78} 
[2025-07-17 07:43:00] local.INFO: Sessions updated for user 609. {"count":2} 
[2025-07-17 07:43:02] local.INFO: Sessions updated for user 610. {"count":7} 
[2025-07-17 07:43:03] local.INFO: Sessions updated for user 611. {"count":0} 
[2025-07-17 07:43:07] local.INFO: Sessions updated for user 612. {"count":33} 
[2025-07-17 07:43:07] local.INFO: Sessions updated for user 613. {"count":0} 
[2025-07-17 07:43:12] local.INFO: Sessions updated for user 614. {"count":89} 
[2025-07-17 07:43:13] local.INFO: Sessions updated for user 616. {"count":22} 
[2025-07-17 07:43:14] local.INFO: Sessions updated for user 617. {"count":0} 
[2025-07-17 07:43:15] local.INFO: Sessions updated for user 618. {"count":2} 
[2025-07-17 07:43:16] local.INFO: Sessions updated for user 619. {"count":6} 
[2025-07-17 07:43:18] local.INFO: Sessions updated for user 620. {"count":19} 
[2025-07-17 07:43:23] local.INFO: Sessions updated for user 621. {"count":23} 
[2025-07-17 07:43:23] local.INFO: Sessions updated for user 622. {"count":0} 
[2025-07-17 07:43:25] local.INFO: Sessions updated for user 623. {"count":1} 
[2025-07-17 07:43:28] local.INFO: Sessions updated for user 624. {"count":35} 
[2025-07-17 07:43:31] local.INFO: Sessions updated for user 625. {"count":39} 
[2025-07-17 07:43:32] local.INFO: Sessions updated for user 626. {"count":39} 
[2025-07-17 07:43:33] local.INFO: Sessions updated for user 627. {"count":0} 
[2025-07-17 07:43:34] local.INFO: Sessions updated for user 628. {"count":0} 
[2025-07-17 07:43:35] local.INFO: Sessions updated for user 630. {"count":0} 
[2025-07-17 07:43:38] local.INFO: Sessions updated for user 632. {"count":49} 
[2025-07-17 07:43:40] local.INFO: Sessions updated for user 633. {"count":24} 
[2025-07-17 07:43:41] local.INFO: Sessions updated for user 635. {"count":0} 
[2025-07-17 07:43:41] local.INFO: Sessions updated for user 637. {"count":0} 
[2025-07-17 07:43:44] local.INFO: Sessions updated for user 638. {"count":17} 
[2025-07-17 07:43:48] local.INFO: Sessions updated for user 639. {"count":65} 
[2025-07-17 07:43:52] local.INFO: Sessions updated for user 640. {"count":76} 
[2025-07-17 07:43:54] local.INFO: Sessions updated for user 641. {"count":5} 
[2025-07-17 07:43:55] local.INFO: Sessions updated for user 642. {"count":0} 
[2025-07-17 07:44:03] local.INFO: Sessions updated for user 643. {"count":55} 
[2025-07-17 07:44:04] local.INFO: Sessions updated for user 645. {"count":0} 
[2025-07-17 07:44:07] local.INFO: Sessions updated for user 646. {"count":36} 
[2025-07-17 07:44:11] local.INFO: Sessions updated for user 647. {"count":59} 
[2025-07-17 07:44:12] local.INFO: Sessions updated for user 648. {"count":0} 
[2025-07-17 07:44:18] local.INFO: Sessions updated for user 650. {"count":21} 
[2025-07-17 07:44:18] local.INFO: Sessions updated for user 652. {"count":0} 
[2025-07-17 07:44:19] local.INFO: Sessions updated for user 653. {"count":0} 
[2025-07-17 07:44:23] local.INFO: Sessions updated for user 655. {"count":69} 
[2025-07-17 07:44:23] local.INFO: Sessions updated for user 656. {"count":0} 
[2025-07-17 07:44:28] local.INFO: Sessions updated for user 657. {"count":96} 
[2025-07-17 07:44:29] local.INFO: Sessions updated for user 658. {"count":12} 
[2025-07-17 07:44:30] local.INFO: Sessions updated for user 660. {"count":0} 
[2025-07-17 07:44:30] local.INFO: Sessions updated for user 661. {"count":0} 
[2025-07-17 07:44:31] local.INFO: Sessions updated for user 662. {"count":0} 
[2025-07-17 07:44:32] local.INFO: Sessions updated for user 665. {"count":0} 
[2025-07-17 07:44:37] local.INFO: Sessions updated for user 666. {"count":83} 
[2025-07-17 07:44:38] local.INFO: Sessions updated for user 667. {"count":0} 
[2025-07-17 07:44:39] local.INFO: Sessions updated for user 668. {"count":0} 
[2025-07-17 07:44:50] local.INFO: Sessions updated for user 669. {"count":69} 
[2025-07-17 07:44:53] local.INFO: Sessions updated for user 670. {"count":3} 
[2025-07-17 07:44:56] local.INFO: Sessions updated for user 671. {"count":46} 
[2025-07-17 07:45:01] local.INFO: Sessions updated for user 672. {"count":56} 
[2025-07-17 07:45:02] local.INFO: Sessions updated for user 673. {"count":7} 
[2025-07-17 07:45:03] local.INFO: Sessions updated for user 674. {"count":0} 
[2025-07-17 07:45:06] local.INFO: Sessions updated for user 675. {"count":67} 
[2025-07-17 07:45:10] local.INFO: Sessions updated for user 677. {"count":13} 
[2025-07-17 07:45:12] local.INFO: Sessions updated for user 680. {"count":1} 
[2025-07-17 07:45:15] local.INFO: Sessions updated for user 681. {"count":3} 
[2025-07-17 07:45:16] local.INFO: Sessions updated for user 682. {"count":0} 
[2025-07-17 07:45:17] local.INFO: Sessions updated for user 683. {"count":0} 
[2025-07-17 07:45:18] local.INFO: Sessions updated for user 684. {"count":0} 
[2025-07-17 07:45:18] local.INFO: Sessions updated for user 686. {"count":0} 
[2025-07-17 07:45:19] local.INFO: Sessions updated for user 688. {"count":0} 
[2025-07-17 07:45:24] local.INFO: Sessions updated for user 689. {"count":61} 
[2025-07-17 07:45:24] local.INFO: Sessions updated for user 690. {"count":0} 
[2025-07-17 07:45:25] local.INFO: Sessions updated for user 691. {"count":0} 
[2025-07-17 07:45:27] local.INFO: Sessions updated for user 692. {"count":4} 
[2025-07-17 07:45:30] local.INFO: Sessions updated for user 693. {"count":83} 
[2025-07-17 07:45:33] local.INFO: Sessions updated for user 694. {"count":25} 
[2025-07-17 07:45:34] local.INFO: Sessions updated for user 695. {"count":13} 
[2025-07-17 07:45:38] local.INFO: Sessions updated for user 696. {"count":52} 
[2025-07-17 07:45:42] local.INFO: Sessions updated for user 697. {"count":52} 
[2025-07-17 07:45:43] local.INFO: Sessions updated for user 698. {"count":12} 
[2025-07-17 07:45:48] local.INFO: Sessions updated for user 699. {"count":34} 
[2025-07-17 07:45:48] local.INFO: Sessions updated for user 700. {"count":0} 
[2025-07-17 07:45:57] local.INFO: Sessions updated for user 702. {"count":27} 
[2025-07-17 07:46:02] local.INFO: Sessions updated for user 703. {"count":20} 
[2025-07-17 07:46:06] local.INFO: Sessions updated for user 705. {"count":93} 
[2025-07-17 07:46:06] local.INFO: Sessions updated for user 706. {"count":0} 
[2025-07-17 07:46:07] local.INFO: Sessions updated for user 707. {"count":0} 
[2025-07-17 07:46:08] local.INFO: Sessions updated for user 708. {"count":0} 
[2025-07-17 07:46:08] local.INFO: Sessions updated for user 711. {"count":0} 
[2025-07-17 07:46:13] local.INFO: Sessions updated for user 713. {"count":55} 
[2025-07-17 07:46:14] local.INFO: Sessions updated for user 714. {"count":0} 
[2025-07-17 07:46:15] local.INFO: Sessions updated for user 715. {"count":0} 
[2025-07-17 07:46:16] local.INFO: Sessions updated for user 716. {"count":6} 
[2025-07-17 07:46:17] local.INFO: Sessions updated for user 717. {"count":0} 
[2025-07-17 07:46:17] local.INFO: Sessions updated for user 719. {"count":0} 
[2025-07-17 07:46:18] local.INFO: Sessions updated for user 720. {"count":0} 
[2025-07-17 07:46:21] local.INFO: Sessions updated for user 721. {"count":42} 
[2025-07-17 07:46:25] local.INFO: Sessions updated for user 723. {"count":45} 
[2025-07-17 07:46:26] local.INFO: Sessions updated for user 725. {"count":0} 
[2025-07-17 07:46:32] local.INFO: Sessions updated for user 726. {"count":29} 
[2025-07-17 07:46:34] local.INFO: Sessions updated for user 727. {"count":28} 
[2025-07-17 07:46:35] local.INFO: Sessions updated for user 728. {"count":0} 
[2025-07-17 07:46:35] local.INFO: Sessions updated for user 729. {"count":0} 
[2025-07-17 07:46:36] local.INFO: Sessions updated for user 730. {"count":0} 
[2025-07-17 07:46:37] local.INFO: Sessions updated for user 731. {"count":0} 
[2025-07-17 07:46:38] local.INFO: Sessions updated for user 734. {"count":12} 
[2025-07-17 07:46:41] local.INFO: Sessions updated for user 737. {"count":14} 
[2025-07-17 07:46:42] local.INFO: Sessions updated for user 739. {"count":0} 
[2025-07-17 07:46:42] local.INFO: Sessions updated for user 740. {"count":0} 
[2025-07-17 07:46:43] local.INFO: Sessions updated for user 741. {"count":0} 
[2025-07-17 07:46:44] local.INFO: Sessions updated for user 742. {"count":0} 
[2025-07-17 07:46:46] local.INFO: Sessions updated for user 743. {"count":15} 
[2025-07-17 07:46:50] local.INFO: Sessions updated for user 744. {"count":80} 
[2025-07-17 07:46:51] local.INFO: Sessions updated for user 745. {"count":0} 
[2025-07-17 07:46:52] local.INFO: Sessions updated for user 746. {"count":0} 
[2025-07-17 07:46:52] local.INFO: Sessions updated for user 747. {"count":0} 
[2025-07-17 07:46:53] local.INFO: Sessions updated for user 748. {"count":0} 
[2025-07-17 07:46:53] local.INFO: Sessions updated for user 749. {"count":0} 
[2025-07-17 07:46:54] local.INFO: Sessions updated for user 750. {"count":0} 
[2025-07-17 07:46:55] local.INFO: Sessions updated for user 751. {"count":0} 
[2025-07-17 07:46:56] local.INFO: Sessions updated for user 752. {"count":0} 
[2025-07-17 07:46:56] local.INFO: Sessions updated for user 753. {"count":0} 
[2025-07-17 07:46:57] local.INFO: Sessions updated for user 754. {"count":0} 
[2025-07-17 07:46:58] local.INFO: Sessions updated for user 755. {"count":0} 
[2025-07-17 07:46:58] local.INFO: Sessions updated for user 756. {"count":0} 
[2025-07-17 07:46:59] local.INFO: Sessions updated for user 757. {"count":0} 
[2025-07-17 07:47:00] local.INFO: Sessions updated for user 758. {"count":0} 
[2025-07-17 07:47:01] local.INFO: Sessions updated for user 759. {"count":0} 
[2025-07-17 07:47:01] local.INFO: Sessions updated for user 760. {"count":0} 
[2025-07-17 07:47:02] local.INFO: Sessions updated for user 761. {"count":0} 
[2025-07-17 07:47:03] local.INFO: Sessions updated for user 762. {"count":0} 
[2025-07-17 07:47:04] local.INFO: Sessions updated for user 763. {"count":0} 
[2025-07-17 07:47:04] local.INFO: Sessions updated for user 764. {"count":0} 
[2025-07-17 07:47:05] local.INFO: Sessions updated for user 765. {"count":0} 
[2025-07-17 07:47:06] local.INFO: Sessions updated for user 766. {"count":0} 
[2025-07-17 07:47:06] local.INFO: Sessions updated for user 767. {"count":0} 
[2025-07-17 07:47:07] local.INFO: Sessions updated for user 768. {"count":0} 
[2025-07-17 07:47:08] local.INFO: Sessions updated for user 769. {"count":0} 
[2025-07-17 07:47:09] local.INFO: Sessions updated for user 770. {"count":0} 
[2025-07-17 07:47:09] local.INFO: Sessions updated for user 771. {"count":0} 
[2025-07-17 07:47:10] local.INFO: Sessions updated for user 772. {"count":0} 
[2025-07-17 07:47:11] local.INFO: Sessions updated for user 773. {"count":0} 
[2025-07-17 07:47:24] local.INFO: Sessions updated for user 774. {"count":23} 
[2025-07-17 07:47:25] local.INFO: Sessions updated for user 776. {"count":0} 
[2025-07-17 07:47:26] local.INFO: Sessions updated for user 777. {"count":0} 
[2025-07-17 07:47:26] local.INFO: Sessions updated for user 778. {"count":0} 
[2025-07-17 07:47:27] local.INFO: Sessions updated for user 779. {"count":0} 
[2025-07-17 07:47:28] local.INFO: Sessions updated for user 780. {"count":0} 
[2025-07-17 07:47:30] local.INFO: Sessions updated for user 781. {"count":14} 
[2025-07-17 07:47:30] local.INFO: Sessions updated for user 782. {"count":0} 
[2025-07-17 07:47:31] local.INFO: Sessions updated for user 783. {"count":0} 
[2025-07-17 07:47:32] local.INFO: Sessions updated for user 784. {"count":0} 
[2025-07-17 07:47:32] local.INFO: Sessions updated for user 785. {"count":0} 
[2025-07-17 07:47:33] local.INFO: Sessions updated for user 786. {"count":0} 
[2025-07-17 07:47:34] local.INFO: Sessions updated for user 787. {"count":0} 
[2025-07-17 07:47:34] local.INFO: Sessions updated for user 788. {"count":0} 
[2025-07-17 07:47:35] local.INFO: Sessions updated for user 789. {"count":0} 
[2025-07-17 07:47:36] local.INFO: Sessions updated for user 790. {"count":0} 
[2025-07-17 07:47:37] local.INFO: Sessions updated for user 791. {"count":28} 
[2025-07-17 07:47:40] local.INFO: Sessions updated for user 792. {"count":73} 
[2025-07-17 07:47:41] local.INFO: Sessions updated for user 793. {"count":0} 
[2025-07-17 07:47:42] local.INFO: Sessions updated for user 795. {"count":0} 
[2025-07-17 07:47:42] local.INFO: Sessions updated for user 796. {"count":0} 
[2025-07-17 07:47:43] local.INFO: Sessions updated for user 798. {"count":0} 
[2025-07-17 07:47:44] local.INFO: Sessions updated for user 799. {"count":0} 
[2025-07-17 07:47:53] local.INFO: Sessions updated for user 802. {"count":85} 
[2025-07-17 07:47:56] local.INFO: Sessions updated for user 803. {"count":45} 
[2025-07-17 07:47:59] local.INFO: Sessions updated for user 804. {"count":50} 
[2025-07-17 07:48:00] local.INFO: Sessions updated for user 805. {"count":0} 
[2025-07-17 07:48:01] local.INFO: Sessions updated for user 806. {"count":0} 
[2025-07-17 07:48:03] local.INFO: Sessions updated for user 807. {"count":29} 
[2025-07-17 07:48:04] local.INFO: Sessions updated for user 808. {"count":0} 
[2025-07-17 07:48:05] local.INFO: Sessions updated for user 809. {"count":0} 
[2025-07-17 07:48:09] local.INFO: Sessions updated for user 810. {"count":97} 
[2025-07-17 07:48:10] local.INFO: Sessions updated for user 811. {"count":0} 
[2025-07-17 07:48:21] local.INFO: Sessions updated for user 812. {"count":92} 
[2025-07-17 07:48:23] local.INFO: Sessions updated for user 813. {"count":1} 
[2025-07-17 07:48:23] local.INFO: Sessions updated for user 814. {"count":0} 
[2025-07-17 07:48:27] local.INFO: Sessions updated for user 816. {"count":30} 
[2025-07-17 07:48:29] local.INFO: Sessions updated for user 817. {"count":40} 
[2025-07-17 07:48:30] local.INFO: Sessions updated for user 818. {"count":0} 
[2025-07-17 07:48:31] local.INFO: Sessions updated for user 819. {"count":0} 
[2025-07-17 07:48:32] local.INFO: Sessions updated for user 822. {"count":33} 
[2025-07-17 07:48:33] local.INFO: Sessions updated for user 823. {"count":0} 
[2025-07-17 07:48:35] local.INFO: Sessions updated for user 824. {"count":28} 
[2025-07-17 07:48:35] local.INFO: Sessions updated for user 828. {"count":2} 
[2025-07-17 07:48:36] local.INFO: Sessions updated for user 829. {"count":0} 
[2025-07-17 07:48:36] local.INFO: Sessions updated for user 830. {"count":0} 
[2025-07-17 07:48:39] local.INFO: Sessions updated for user 831. {"count":1} 
[2025-07-17 07:48:39] local.INFO: Sessions updated for user 832. {"count":0} 
[2025-07-17 07:48:40] local.INFO: Sessions updated for user 833. {"count":0} 
[2025-07-17 07:48:41] local.INFO: Sessions updated for user 834. {"count":0} 
[2025-07-17 07:48:42] local.INFO: Sessions updated for user 835. {"count":0} 
[2025-07-17 07:48:46] local.INFO: Sessions updated for user 836. {"count":31} 
[2025-07-17 07:48:47] local.INFO: Sessions updated for user 837. {"count":0} 
[2025-07-17 07:48:49] local.INFO: Sessions updated for user 838. {"count":59} 
[2025-07-17 07:48:50] local.INFO: Sessions updated for user 840. {"count":0} 
[2025-07-17 07:48:56] local.INFO: Sessions updated for user 842. {"count":23} 
[2025-07-17 07:49:01] local.INFO: Sessions updated for user 843. {"count":24} 
[2025-07-17 07:49:02] local.INFO: Sessions updated for user 844. {"count":0} 
[2025-07-17 07:49:03] local.INFO: Sessions updated for user 845. {"count":0} 
[2025-07-17 07:49:03] local.INFO: Sessions updated for user 846. {"count":11} 
[2025-07-17 07:49:04] local.INFO: Sessions updated for user 847. {"count":0} 
[2025-07-17 07:49:05] local.INFO: Sessions updated for user 848. {"count":0} 
[2025-07-17 07:49:05] local.INFO: Sessions updated for user 849. {"count":0} 
[2025-07-17 07:49:06] local.INFO: Sessions updated for user 850. {"count":0} 
[2025-07-17 07:49:07] local.INFO: Sessions updated for user 851. {"count":0} 
[2025-07-17 07:49:07] local.INFO: Sessions updated for user 853. {"count":0} 
[2025-07-17 07:49:08] local.INFO: Sessions updated for user 854. {"count":0} 
[2025-07-17 07:49:09] local.INFO: Sessions updated for user 855. {"count":10} 
[2025-07-17 07:49:12] local.INFO: Sessions updated for user 856. {"count":34} 
[2025-07-17 07:49:16] local.INFO: Sessions updated for user 858. {"count":68} 
[2025-07-17 07:49:16] local.INFO: Sessions updated for user 859. {"count":0} 
[2025-07-17 07:49:19] local.INFO: Sessions updated for user 860. {"count":26} 
[2025-07-17 07:49:28] local.INFO: Sessions updated for user 861. {"count":57} 
[2025-07-17 07:49:29] local.INFO: Sessions updated for user 862. {"count":11} 
[2025-07-17 07:49:35] local.INFO: Sessions updated for user 863. {"count":11} 
[2025-07-17 07:49:36] local.INFO: Sessions updated for user 864. {"count":0} 
[2025-07-17 07:49:40] local.INFO: Sessions updated for user 865. {"count":68} 
[2025-07-17 07:49:41] local.INFO: Sessions updated for user 870. {"count":0} 
[2025-07-17 07:49:41] local.INFO: Sessions updated for user 871. {"count":0} 
[2025-07-17 07:49:42] local.INFO: Sessions updated for user 874. {"count":0} 
[2025-07-17 07:49:43] local.INFO: Sessions updated for user 875. {"count":0} 
[2025-07-17 07:49:46] local.INFO: Sessions updated for user 876. {"count":59} 
[2025-07-17 07:49:46] local.INFO: Sessions updated for user 879. {"count":0} 
[2025-07-17 07:49:47] local.INFO: Sessions updated for user 880. {"count":0} 
[2025-07-17 07:49:48] local.INFO: Sessions updated for user 881. {"count":0} 
[2025-07-17 07:49:48] local.INFO: Sessions updated for user 882. {"count":0} 
[2025-07-17 07:49:49] local.INFO: Sessions updated for user 884. {"count":0} 
[2025-07-17 07:49:50] local.INFO: Sessions updated for user 885. {"count":0} 
[2025-07-17 07:49:50] local.INFO: Sessions updated for user 886. {"count":0} 
[2025-07-17 07:49:51] local.INFO: Sessions updated for user 887. {"count":1} 
[2025-07-17 07:49:52] local.INFO: Sessions updated for user 889. {"count":0} 
[2025-07-17 07:49:53] local.INFO: Sessions updated for user 890. {"count":0} 
[2025-07-17 07:49:53] local.INFO: Sessions updated for user 891. {"count":0} 
[2025-07-17 07:49:56] local.INFO: Sessions updated for user 893. {"count":29} 
[2025-07-17 07:49:59] local.INFO: Sessions updated for user 894. {"count":72} 
[2025-07-17 07:50:00] local.INFO: Sessions updated for user 896. {"count":0} 
[2025-07-17 07:50:01] local.INFO: Sessions updated for user 897. {"count":0} 
[2025-07-17 07:50:01] local.INFO: Sessions updated for user 898. {"count":0} 
[2025-07-17 07:50:02] local.INFO: Sessions updated for user 899. {"count":0} 
[2025-07-17 07:50:03] local.INFO: Sessions updated for user 900. {"count":0} 
[2025-07-17 07:50:04] local.INFO: Sessions updated for user 901. {"count":0} 
[2025-07-17 07:50:05] local.INFO: Sessions updated for user 903. {"count":0} 
[2025-07-17 07:50:06] local.INFO: Sessions updated for user 904. {"count":0} 
[2025-07-17 07:50:09] local.INFO: Sessions updated for user 905. {"count":70} 
[2025-07-17 07:50:10] local.INFO: Sessions updated for user 906. {"count":0} 
[2025-07-17 07:50:12] local.INFO: Sessions updated for user 907. {"count":35} 
[2025-07-17 07:50:13] local.INFO: Sessions updated for user 908. {"count":0} 
[2025-07-17 07:50:21] local.INFO: Sessions updated for user 909. {"count":91} 
[2025-07-17 07:50:22] local.INFO: Sessions updated for user 910. {"count":0} 
[2025-07-17 07:50:23] local.INFO: Sessions updated for user 911. {"count":0} 
[2025-07-17 07:50:25] local.INFO: Sessions updated for user 912. {"count":21} 
[2025-07-17 07:50:25] local.INFO: Sessions updated for user 914. {"count":0} 
[2025-07-17 07:50:26] local.INFO: Sessions updated for user 916. {"count":0} 
[2025-07-17 07:50:27] local.INFO: Sessions updated for user 917. {"count":0} 
[2025-07-17 07:50:30] local.INFO: Sessions updated for user 918. {"count":23} 
[2025-07-17 07:50:31] local.INFO: Sessions updated for user 920. {"count":0} 
[2025-07-17 07:50:31] local.INFO: Sessions updated for user 921. {"count":0} 
[2025-07-17 07:50:34] local.INFO: Sessions updated for user 922. {"count":37} 
[2025-07-17 07:50:36] local.INFO: Sessions updated for user 923. {"count":1} 
[2025-07-17 07:50:41] local.INFO: Sessions updated for user 924. {"count":108} 
[2025-07-17 07:50:43] local.INFO: Sessions updated for user 925. {"count":29} 
[2025-07-17 07:50:46] local.INFO: Sessions updated for user 926. {"count":77} 
[2025-07-17 07:50:47] local.INFO: Sessions updated for user 927. {"count":0} 
[2025-07-17 07:50:50] local.INFO: Sessions updated for user 928. {"count":49} 
[2025-07-17 07:50:50] local.INFO: Sessions updated for user 929. {"count":0} 
[2025-07-17 07:50:51] local.INFO: Sessions updated for user 930. {"count":0} 
[2025-07-17 07:50:53] local.INFO: Sessions updated for user 931. {"count":23} 
[2025-07-17 07:50:54] local.INFO: Sessions updated for user 932. {"count":0} 
[2025-07-17 07:50:58] local.INFO: Sessions updated for user 933. {"count":99} 
[2025-07-17 07:50:59] local.INFO: Sessions updated for user 934. {"count":0} 
[2025-07-17 07:51:03] local.INFO: Sessions updated for user 935. {"count":41} 
[2025-07-17 07:51:04] local.INFO: Sessions updated for user 936. {"count":28} 
[2025-07-17 07:51:05] local.INFO: Sessions updated for user 937. {"count":0} 
[2025-07-17 07:51:06] local.INFO: Sessions updated for user 938. {"count":13} 
[2025-07-17 07:51:06] local.INFO: Sessions updated for user 939. {"count":0} 
[2025-07-17 07:51:09] local.INFO: Sessions updated for user 940. {"count":55} 
[2025-07-17 07:51:10] local.INFO: Sessions updated for user 941. {"count":0} 
[2025-07-17 07:51:13] local.INFO: Sessions updated for user 942. {"count":9} 
[2025-07-17 07:51:19] local.INFO: Sessions updated for user 943. {"count":166} 
[2025-07-17 07:51:20] local.INFO: Sessions updated for user 944. {"count":0} 
[2025-07-17 07:51:21] local.INFO: Sessions updated for user 945. {"count":0} 
[2025-07-17 07:51:22] local.INFO: Sessions updated for user 946. {"count":0} 
[2025-07-17 07:51:22] local.INFO: Sessions updated for user 947. {"count":0} 
[2025-07-17 07:51:26] local.INFO: Sessions updated for user 948. {"count":34} 
[2025-07-17 07:51:27] local.INFO: Sessions updated for user 949. {"count":0} 
[2025-07-17 07:51:29] local.INFO: Sessions updated for user 950. {"count":4} 
[2025-07-17 07:51:29] local.INFO: Sessions updated for user 951. {"count":0} 
[2025-07-17 07:51:30] local.INFO: Sessions updated for user 952. {"count":0} 
[2025-07-17 07:51:31] local.INFO: Sessions updated for user 953. {"count":0} 
[2025-07-17 07:51:32] local.INFO: Sessions updated for user 954. {"count":13} 
[2025-07-17 07:51:35] local.INFO: Sessions updated for user 955. {"count":23} 
[2025-07-17 07:51:36] local.INFO: Sessions updated for user 956. {"count":35} 
[2025-07-17 07:51:38] local.INFO: Sessions updated for user 957. {"count":52} 
[2025-07-17 07:51:39] local.INFO: Sessions updated for user 958. {"count":6} 
[2025-07-17 07:51:40] local.INFO: Sessions updated for user 959. {"count":0} 
[2025-07-17 07:51:45] local.INFO: Sessions updated for user 960. {"count":67} 
[2025-07-17 07:51:47] local.INFO: Sessions updated for user 961. {"count":9} 
[2025-07-17 07:51:50] local.INFO: Sessions updated for user 962. {"count":37} 
[2025-07-17 07:51:51] local.INFO: Sessions updated for user 963. {"count":0} 
[2025-07-17 07:51:51] local.INFO: Sessions updated for user 964. {"count":0} 
[2025-07-17 07:51:52] local.INFO: Sessions updated for user 965. {"count":0} 
[2025-07-17 07:51:53] local.INFO: Sessions updated for user 966. {"count":0} 
[2025-07-17 07:51:55] local.INFO: Sessions updated for user 967. {"count":3} 
[2025-07-17 07:51:56] local.INFO: Sessions updated for user 968. {"count":6} 
[2025-07-17 07:51:57] local.INFO: Sessions updated for user 969. {"count":8} 
[2025-07-17 07:51:58] local.INFO: Sessions updated for user 970. {"count":11} 
[2025-07-17 07:51:59] local.INFO: Sessions updated for user 971. {"count":26} 
[2025-07-17 07:52:00] local.INFO: Sessions updated for user 972. {"count":1} 
[2025-07-17 07:52:01] local.INFO: Sessions updated for user 973. {"count":22} 
[2025-07-17 07:52:02] local.INFO: Sessions updated for user 974. {"count":1} 
[2025-07-17 07:52:02] local.INFO: Sessions updated for user 975. {"count":0} 
[2025-07-17 07:52:03] local.INFO: Sessions updated for user 976. {"count":0} 
[2025-07-17 07:52:04] local.INFO: Sessions updated for user 977. {"count":0} 
[2025-07-17 07:52:04] local.INFO: Sessions updated for user 978. {"count":0} 
[2025-07-17 07:52:05] local.INFO: Sessions updated for user 979. {"count":0} 
[2025-07-17 07:52:06] local.INFO: Sessions updated for user 980. {"count":0} 
[2025-07-17 07:52:06] local.INFO: Sessions updated for user 981. {"count":0} 
[2025-07-17 07:52:14] local.INFO: Sessions updated for user 982. {"count":89} 
[2025-07-17 07:52:15] local.INFO: Sessions updated for user 983. {"count":23} 
[2025-07-17 07:52:25] local.INFO: Sessions updated for user 984. {"count":8} 
[2025-07-17 07:52:26] local.INFO: Sessions updated for user 985. {"count":0} 
[2025-07-17 07:52:26] local.INFO: Sessions updated for user 986. {"count":0} 
[2025-07-17 07:52:27] local.INFO: Sessions updated for user 987. {"count":0} 
[2025-07-17 07:52:28] local.INFO: Sessions updated for user 988. {"count":0} 
[2025-07-17 07:52:28] local.INFO: Sessions updated for user 989. {"count":0} 
[2025-07-17 07:52:29] local.INFO: Sessions updated for user 990. {"count":17} 
[2025-07-17 07:52:30] local.INFO: Sessions updated for user 991. {"count":13} 
[2025-07-17 07:52:31] local.INFO: Sessions updated for user 992. {"count":0} 
[2025-07-17 07:52:34] local.INFO: Sessions updated for user 994. {"count":25} 
[2025-07-17 07:52:35] local.INFO: Sessions updated for user 995. {"count":26} 
[2025-07-17 07:52:47] local.INFO: Sessions updated for user 996. {"count":31} 
[2025-07-17 07:52:48] local.INFO: Sessions updated for user 997. {"count":35} 
[2025-07-17 07:52:49] local.INFO: Sessions updated for user 998. {"count":0} 
[2025-07-17 07:52:50] local.INFO: Sessions updated for user 999. {"count":6} 
[2025-07-17 07:52:51] local.INFO: Sessions updated for user 1000. {"count":0} 
[2025-07-17 07:52:52] local.INFO: Sessions updated for user 1001. {"count":0} 
[2025-07-17 07:52:52] local.INFO: Sessions updated for user 1003. {"count":0} 
[2025-07-17 07:52:54] local.INFO: Sessions updated for user 1004. {"count":23} 
[2025-07-17 07:53:01] local.INFO: Sessions updated for user 1006. {"count":64} 
[2025-07-17 07:53:01] local.INFO: Sessions updated for user 1007. {"count":0} 
[2025-07-17 07:53:04] local.INFO: Sessions updated for user 1008. {"count":46} 
[2025-07-17 07:53:05] local.INFO: Sessions updated for user 1009. {"count":0} 
[2025-07-17 07:53:05] local.INFO: Sessions updated for user 1010. {"count":1} 
[2025-07-17 07:53:09] local.INFO: Sessions updated for user 1011. {"count":38} 
[2025-07-17 07:53:09] local.INFO: Sessions updated for user 1013. {"count":0} 
[2025-07-17 07:53:10] local.INFO: Sessions updated for user 1014. {"count":0} 
[2025-07-17 07:53:11] local.INFO: Sessions updated for user 1015. {"count":0} 
[2025-07-17 07:53:12] local.INFO: Sessions updated for user 1016. {"count":0} 
[2025-07-17 07:53:22] local.INFO: Sessions updated for user 1017. {"count":8} 
[2025-07-17 07:53:22] local.INFO: Sessions updated for user 1018. {"count":0} 
[2025-07-17 07:53:25] local.INFO: Sessions updated for user 1019. {"count":57} 
[2025-07-17 07:53:28] local.INFO: Sessions updated for user 1020. {"count":32} 
[2025-07-17 07:53:30] local.INFO: Sessions updated for user 1021. {"count":31} 
[2025-07-17 07:53:30] local.INFO: Sessions updated for user 1022. {"count":0} 
[2025-07-17 07:53:31] local.INFO: Sessions updated for user 1023. {"count":0} 
[2025-07-17 07:53:32] local.INFO: Sessions updated for user 1024. {"count":0} 
[2025-07-17 07:53:33] local.INFO: Sessions updated for user 1026. {"count":2} 
[2025-07-17 07:53:34] local.INFO: Sessions updated for user 1029. {"count":5} 
[2025-07-17 07:53:35] local.INFO: Sessions updated for user 1030. {"count":0} 
[2025-07-17 07:53:39] local.INFO: Sessions updated for user 1031. {"count":102} 
[2025-07-17 07:53:40] local.INFO: Sessions updated for user 1032. {"count":0} 
[2025-07-17 07:53:40] local.INFO: Sessions updated for user 1033. {"count":0} 
[2025-07-17 07:53:41] local.INFO: Sessions updated for user 1034. {"count":0} 
[2025-07-17 07:53:46] local.INFO: Sessions updated for user 1035. {"count":3} 
[2025-07-17 07:53:47] local.INFO: Sessions updated for user 1036. {"count":0} 
[2025-07-17 07:53:47] local.INFO: Sessions updated for user 1037. {"count":0} 
[2025-07-17 07:53:48] local.INFO: Sessions updated for user 1038. {"count":0} 
[2025-07-17 07:53:49] local.INFO: Sessions updated for user 1039. {"count":0} 
[2025-07-17 07:53:55] local.INFO: Sessions updated for user 1040. {"count":72} 
[2025-07-17 07:53:57] local.INFO: Sessions updated for user 1041. {"count":34} 
[2025-07-17 07:53:58] local.INFO: Sessions updated for user 1042. {"count":0} 
[2025-07-17 07:54:00] local.INFO: Sessions updated for user 1043. {"count":69} 
[2025-07-17 07:54:03] local.INFO: Sessions updated for user 1044. {"count":35} 
[2025-07-17 07:54:04] local.INFO: Sessions updated for user 1045. {"count":21} 
[2025-07-17 07:54:07] local.INFO: Sessions updated for user 1046. {"count":26} 
[2025-07-17 07:54:08] local.INFO: Sessions updated for user 1049. {"count":0} 
[2025-07-17 07:54:08] local.INFO: Sessions updated for user 1050. {"count":0} 
[2025-07-17 07:54:09] local.INFO: Sessions updated for user 1052. {"count":0} 
[2025-07-17 07:54:10] local.INFO: Sessions updated for user 1053. {"count":0} 
[2025-07-17 07:54:14] local.INFO: Sessions updated for user 1055. {"count":47} 
[2025-07-17 07:54:15] local.INFO: Sessions updated for user 1056. {"count":0} 
[2025-07-17 07:54:16] local.INFO: Sessions updated for user 1058. {"count":0} 
[2025-07-17 07:54:16] local.INFO: Sessions updated for user 1060. {"count":0} 
[2025-07-17 07:54:19] local.INFO: Sessions updated for user 1061. {"count":36} 
[2025-07-17 07:54:24] local.INFO: Sessions updated for user 1062. {"count":39} 
[2025-07-17 07:54:24] local.INFO: Sessions updated for user 1064. {"count":0} 
[2025-07-17 07:54:25] local.INFO: Sessions updated for user 1067. {"count":0} 
[2025-07-17 07:54:26] local.INFO: Sessions updated for user 1068. {"count":0} 
[2025-07-17 07:54:30] local.INFO: Sessions updated for user 1069. {"count":3} 
[2025-07-17 07:54:32] local.INFO: Sessions updated for user 1070. {"count":6} 
[2025-07-17 07:54:33] local.INFO: Sessions updated for user 1072. {"count":0} 
[2025-07-17 07:54:33] local.INFO: Sessions updated for user 1073. {"count":0} 
[2025-07-17 07:54:38] local.INFO: Sessions updated for user 1074. {"count":50} 
[2025-07-17 07:54:41] local.INFO: Sessions updated for user 1075. {"count":51} 
[2025-07-17 07:54:42] local.INFO: Sessions updated for user 1076. {"count":0} 
[2025-07-17 07:54:42] local.INFO: Sessions updated for user 1083. {"count":0} 
[2025-07-17 07:54:45] local.INFO: Sessions updated for user 1084. {"count":27} 
[2025-07-17 07:54:45] local.INFO: Sessions updated for user 1085. {"count":0} 
[2025-07-17 07:54:46] local.INFO: Sessions updated for user 1087. {"count":0} 
[2025-07-17 07:54:48] local.INFO: Sessions updated for user 1088. {"count":24} 
[2025-07-17 07:54:48] local.INFO: Sessions updated for user 1090. {"count":0} 
[2025-07-17 07:54:49] local.INFO: Sessions updated for user 1093. {"count":0} 
[2025-07-17 07:54:52] local.INFO: Sessions updated for user 1094. {"count":81} 
[2025-07-17 07:54:53] local.INFO: Sessions updated for user 1096. {"count":0} 
[2025-07-17 07:54:53] local.INFO: Sessions updated for user 1099. {"count":0} 
[2025-07-17 07:54:54] local.INFO: Sessions updated for user 1104. {"count":0} 
[2025-07-17 07:54:55] local.INFO: Sessions updated for user 1106. {"count":0} 
[2025-07-17 07:55:04] local.INFO: Sessions updated for user 1108. {"count":15} 
[2025-07-17 07:55:04] local.INFO: Sessions updated for user 1113. {"count":0} 
[2025-07-17 07:55:12] local.INFO: Sessions updated for user 1114. {"count":193} 
[2025-07-17 07:55:13] local.INFO: Sessions updated for user 1115. {"count":0} 
[2025-07-17 07:55:17] local.INFO: Sessions updated for user 1116. {"count":82} 
[2025-07-17 07:55:19] local.INFO: Sessions updated for user 1117. {"count":45} 
[2025-07-17 07:55:20] local.INFO: Sessions updated for user 1122. {"count":31} 
[2025-07-17 07:55:22] local.INFO: Sessions updated for user 1123. {"count":21} 
[2025-07-17 07:55:26] local.INFO: Sessions updated for user 1124. {"count":90} 
[2025-07-17 07:55:27] local.INFO: Sessions updated for user 1125. {"count":0} 
[2025-07-17 07:55:29] local.INFO: Sessions updated for user 1130. {"count":25} 
[2025-07-17 07:55:30] local.INFO: Sessions updated for user 1133. {"count":0} 
[2025-07-17 07:55:31] local.INFO: Sessions updated for user 1138. {"count":0} 
[2025-07-17 07:55:32] local.INFO: Sessions updated for user 1152. {"count":0} 
[2025-07-17 07:55:33] local.INFO: Sessions updated for user 1154. {"count":0} 
[2025-07-17 07:55:33] local.INFO: Sessions updated for user 1159. {"count":0} 
[2025-07-17 07:55:34] local.INFO: Sessions updated for user 1161. {"count":0} 
[2025-07-17 07:55:35] local.INFO: Sessions updated for user 1163. {"count":0} 
[2025-07-17 07:55:36] local.INFO: Sessions updated for user 1164. {"count":0} 
[2025-07-17 07:55:42] local.INFO: Sessions updated for user 1165. {"count":83} 
[2025-07-17 07:55:45] local.INFO: Sessions updated for user 1168. {"count":53} 
[2025-07-17 07:55:45] local.INFO: Sessions updated for user 1169. {"count":0} 
[2025-07-17 07:55:47] local.INFO: Sessions updated for user 1170. {"count":8} 
[2025-07-17 07:55:48] local.INFO: Sessions updated for user 1171. {"count":0} 
[2025-07-17 07:55:48] local.INFO: Sessions updated for user 1172. {"count":0} 
[2025-07-17 07:55:50] local.INFO: Sessions updated for user 1175. {"count":15} 
[2025-07-17 07:55:57] local.INFO: Sessions updated for user 1180. {"count":11} 
[2025-07-17 07:55:57] local.INFO: Sessions updated for user 1181. {"count":0} 
[2025-07-17 07:55:59] local.INFO: Sessions updated for user 1185. {"count":33} 
[2025-07-17 07:56:00] local.INFO: Sessions updated for user 1187. {"count":0} 
[2025-07-17 07:56:02] local.INFO: Sessions updated for user 1188. {"count":1} 
[2025-07-17 07:56:09] local.INFO: Sessions updated for user 1189. {"count":13} 
[2025-07-17 07:56:10] local.INFO: Sessions updated for user 1191. {"count":0} 
[2025-07-17 07:56:11] local.INFO: Sessions updated for user 1194. {"count":0} 
[2025-07-17 07:56:12] local.INFO: Sessions updated for user 1195. {"count":0} 
[2025-07-17 07:56:12] local.INFO: Sessions updated for user 1196. {"count":0} 
[2025-07-17 07:56:13] local.INFO: Sessions updated for user 1197. {"count":0} 
[2025-07-17 07:56:14] local.INFO: Sessions updated for user 1198. {"count":0} 
[2025-07-17 07:56:14] local.INFO: Sessions updated for user 1199. {"count":0} 
[2025-07-17 07:56:15] local.INFO: Sessions updated for user 1200. {"count":0} 
[2025-07-17 07:56:16] local.INFO: Sessions updated for user 1201. {"count":0} 
[2025-07-17 07:56:19] local.INFO: Sessions updated for user 1202. {"count":53} 
[2025-07-17 07:56:20] local.INFO: Sessions updated for user 1203. {"count":9} 
[2025-07-17 07:56:21] local.INFO: Sessions updated for user 1204. {"count":0} 
[2025-07-17 07:56:21] local.INFO: Sessions updated for user 1205. {"count":0} 
[2025-07-17 07:56:26] local.INFO: Sessions updated for user 1206. {"count":58} 
[2025-07-17 07:56:31] local.INFO: Sessions updated for user 1207. {"count":27} 
[2025-07-17 07:56:31] local.INFO: Sessions updated for user 1210. {"count":0} 
[2025-07-17 07:56:36] local.INFO: Sessions updated for user 1211. {"count":3} 
[2025-07-17 07:56:37] local.INFO: Sessions updated for user 1212. {"count":0} 
[2025-07-17 07:56:39] local.INFO: Sessions updated for user 1213. {"count":18} 
[2025-07-17 07:56:55] local.INFO: Sessions updated for user 1214. {"count":33} 
[2025-07-17 07:56:56] local.INFO: Sessions updated for user 1215. {"count":27} 
[2025-07-17 07:56:57] local.INFO: Sessions updated for user 1216. {"count":34} 
[2025-07-17 07:56:58] local.INFO: Sessions updated for user 1217. {"count":6} 
[2025-07-17 07:56:59] local.INFO: Sessions updated for user 1218. {"count":0} 
[2025-07-17 07:57:00] local.INFO: Sessions updated for user 1219. {"count":20} 
[2025-07-17 07:57:00] local.INFO: Sessions updated for user 1220. {"count":1} 
[2025-07-17 07:57:01] local.INFO: Sessions updated for user 1221. {"count":20} 
[2025-07-17 07:57:02] local.INFO: Sessions updated for user 1222. {"count":12} 
[2025-07-17 07:57:03] local.INFO: Sessions updated for user 1223. {"count":0} 
[2025-07-17 07:57:04] local.INFO: Sessions updated for user 1224. {"count":0} 
[2025-07-17 07:57:05] local.INFO: Sessions updated for user 1225. {"count":19} 
[2025-07-17 07:57:06] local.INFO: Sessions updated for user 1226. {"count":0} 
[2025-07-17 07:57:07] local.INFO: Sessions updated for user 1227. {"count":0} 
[2025-07-17 07:57:08] local.INFO: Sessions updated for user 1228. {"count":0} 
[2025-07-17 07:57:09] local.INFO: Sessions updated for user 1231. {"count":7} 
[2025-07-17 07:57:09] local.INFO: Sessions updated for user 1232. {"count":0} 
[2025-07-17 07:57:10] local.INFO: Sessions updated for user 1233. {"count":0} 
[2025-07-17 07:57:11] local.INFO: Sessions updated for user 1234. {"count":0} 
[2025-07-17 07:57:12] local.INFO: Sessions updated for user 1235. {"count":0} 
[2025-07-17 07:57:13] local.INFO: Sessions updated for user 1236. {"count":0} 
[2025-07-17 07:57:13] local.INFO: Sessions updated for user 1237. {"count":0} 
[2025-07-17 07:57:14] local.INFO: Sessions updated for user 1238. {"count":0} 
[2025-07-17 07:57:15] local.INFO: Sessions updated for user 1239. {"count":0} 
[2025-07-17 07:57:19] local.ERROR: AmpecoApiService: RequestException for CP ID 595390: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595390","status":403} 
[2025-07-17 07:57:19] local.WARNING: AmpecoDataUpdater: Charge Point ID 595390 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:57:23] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-17 07:57:23] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-17 07:57:23] local.INFO: Sessions updated for user 1241. {"count":3} 
[2025-07-17 07:57:24] local.INFO: Sessions updated for user 1242. {"count":0} 
[2025-07-17 07:57:25] local.INFO: Sessions updated for user 1243. {"count":0} 
[2025-07-17 07:57:30] local.INFO: Sessions updated for user 1244. {"count":3} 
[2025-07-17 07:57:51] local.INFO: Sessions updated for user 1245. {"count":37} 
[2025-07-17 07:57:53] local.INFO: Sessions updated for user 1246. {"count":26} 
[2025-07-17 07:57:54] local.INFO: Sessions updated for user 1247. {"count":0} 
[2025-07-17 07:57:55] local.INFO: Sessions updated for user 1248. {"count":0} 
[2025-07-17 07:57:59] local.INFO: Sessions updated for user 1249. {"count":68} 
[2025-07-17 07:58:00] local.INFO: Sessions updated for user 1250. {"count":0} 
[2025-07-17 07:58:02] local.INFO: Sessions updated for user 1251. {"count":52} 
[2025-07-17 07:58:03] local.INFO: Sessions updated for user 1252. {"count":0} 
[2025-07-17 07:58:04] local.INFO: Sessions updated for user 1253. {"count":0} 
[2025-07-17 07:58:08] local.INFO: Sessions updated for user 1254. {"count":24} 
[2025-07-17 07:58:11] local.INFO: Sessions updated for user 1255. {"count":52} 
[2025-07-17 07:58:15] local.INFO: Sessions updated for user 1258. {"count":18} 
[2025-07-17 07:58:16] local.INFO: Sessions updated for user 1259. {"count":12} 
[2025-07-17 07:58:17] local.INFO: Sessions updated for user 1260. {"count":0} 
[2025-07-17 07:58:17] local.INFO: Sessions updated for user 1261. {"count":0} 
[2025-07-17 07:58:18] local.INFO: Sessions updated for user 1262. {"count":0} 
[2025-07-17 07:58:19] local.INFO: Sessions updated for user 1263. {"count":0} 
[2025-07-17 07:58:20] local.INFO: Sessions updated for user 1265. {"count":5} 
[2025-07-17 07:58:20] local.INFO: Sessions updated for user 1267. {"count":0} 
[2025-07-17 07:58:21] local.INFO: Sessions updated for user 1268. {"count":0} 
[2025-07-17 07:58:21] local.INFO: Sessions updated for user 1269. {"count":0} 
[2025-07-17 07:58:23] local.INFO: Sessions updated for user 1270. {"count":14} 
[2025-07-17 07:58:24] local.INFO: Sessions updated for user 1271. {"count":0} 
[2025-07-17 07:58:27] local.INFO: Sessions updated for user 1272. {"count":2} 
[2025-07-17 07:58:28] local.INFO: Sessions updated for user 1273. {"count":0} 
[2025-07-17 07:58:28] local.INFO: Sessions updated for user 1275. {"count":0} 
[2025-07-17 07:58:29] local.INFO: Sessions updated for user 1276. {"count":0} 
[2025-07-17 07:58:30] local.INFO: Sessions updated for user 1277. {"count":0} 
[2025-07-17 07:58:30] local.INFO: Sessions updated for user 1279. {"count":0} 
[2025-07-17 07:58:31] local.INFO: Sessions updated for user 1282. {"count":0} 
[2025-07-17 07:58:31] local.INFO: Sessions updated for user 1283. {"count":0} 
[2025-07-17 07:58:32] local.INFO: Sessions updated for user 1284. {"count":0} 
[2025-07-17 07:58:33] local.INFO: Sessions updated for user 1285. {"count":0} 
[2025-07-17 07:58:37] local.INFO: Sessions updated for user 1286. {"count":17} 
[2025-07-17 07:58:39] local.INFO: Sessions updated for user 1287. {"count":39} 
[2025-07-17 07:58:39] local.INFO: Sessions updated for user 1288. {"count":0} 
[2025-07-17 07:58:43] local.INFO: Sessions updated for user 1289. {"count":25} 
[2025-07-17 07:58:44] local.INFO: Sessions updated for user 1290. {"count":0} 
[2025-07-17 07:58:44] local.INFO: Sessions updated for user 1291. {"count":0} 
[2025-07-17 07:58:45] local.INFO: Sessions updated for user 1292. {"count":0} 
[2025-07-17 07:58:46] local.INFO: Sessions updated for user 1293. {"count":22} 
[2025-07-17 07:58:53] local.INFO: Sessions updated for user 1294. {"count":6} 
[2025-07-17 07:59:05] local.INFO: Sessions updated for user 1295. {"count":21} 
[2025-07-17 07:59:06] local.INFO: Sessions updated for user 1296. {"count":0} 
[2025-07-17 07:59:07] local.INFO: Sessions updated for user 1297. {"count":7} 
[2025-07-17 07:59:08] local.INFO: Sessions updated for user 1299. {"count":0} 
[2025-07-17 07:59:15] local.INFO: Sessions updated for user 1300. {"count":162} 
[2025-07-17 07:59:16] local.INFO: Sessions updated for user 1303. {"count":0} 
[2025-07-17 07:59:18] local.INFO: Sessions updated for user 1304. {"count":43} 
[2025-07-17 07:59:19] local.INFO: Sessions updated for user 1305. {"count":0} 
[2025-07-17 07:59:19] local.INFO: Sessions updated for user 1310. {"count":0} 
[2025-07-17 07:59:20] local.INFO: Sessions updated for user 1311. {"count":0} 
[2025-07-17 07:59:22] local.INFO: Sessions updated for user 1312. {"count":20} 
[2025-07-17 07:59:24] local.INFO: Sessions updated for user 1313. {"count":35} 
[2025-07-17 07:59:26] local.INFO: Sessions updated for user 1314. {"count":15} 
[2025-07-17 07:59:28] local.INFO: Sessions updated for user 1315. {"count":37} 
[2025-07-17 07:59:36] local.INFO: Sessions updated for user 1316. {"count":61} 
[2025-07-17 07:59:39] local.INFO: Sessions updated for user 1317. {"count":80} 
[2025-07-17 07:59:40] local.INFO: Sessions updated for user 1318. {"count":0} 
[2025-07-17 07:59:40] local.INFO: Sessions updated for user 1319. {"count":0} 
[2025-07-17 07:59:41] local.INFO: Sessions updated for user 1320. {"count":0} 
[2025-07-17 07:59:41] local.INFO: Sessions updated for user 1321. {"count":0} 
[2025-07-17 07:59:42] local.INFO: Sessions updated for user 1322. {"count":0} 
[2025-07-17 07:59:44] local.INFO: Sessions updated for user 1323. {"count":1} 
[2025-07-17 07:59:46] local.INFO: Sessions updated for user 1324. {"count":18} 
[2025-07-17 07:59:47] local.INFO: Sessions updated for user 1325. {"count":0} 
[2025-07-17 07:59:47] local.INFO: Sessions updated for user 1326. {"count":0} 
[2025-07-17 07:59:49] local.INFO: Sessions updated for user 1327. {"count":6} 
[2025-07-17 07:59:51] local.INFO: Sessions updated for user 1328. {"count":37} 
[2025-07-17 07:59:52] local.INFO: Sessions updated for user 1329. {"count":0} 
[2025-07-17 07:59:52] local.INFO: Sessions updated for user 1331. {"count":0} 
[2025-07-17 07:59:54] local.INFO: Sessions updated for user 1332. {"count":30} 
[2025-07-17 07:59:55] local.INFO: Sessions updated for user 1333. {"count":0} 
[2025-07-17 07:59:55] local.INFO: Sessions updated for user 1334. {"count":0} 
[2025-07-17 07:59:56] local.INFO: Sessions updated for user 1335. {"count":0} 
[2025-07-17 07:59:57] local.INFO: Sessions updated for user 1336. {"count":0} 
[2025-07-17 07:59:58] local.INFO: Sessions updated for user 1337. {"count":0} 
[2025-07-17 07:59:59] local.INFO: Sessions updated for user 1338. {"count":0} 
[2025-07-17 08:00:00] local.INFO: Sessions updated for user 1339. {"count":0} 
[2025-07-17 08:00:00] local.INFO: Sessions updated for user 1340. {"count":0} 
[2025-07-17 08:00:01] local.INFO: Sessions updated for user 1341. {"count":0} 
[2025-07-17 08:00:02] local.INFO: Sessions updated for user 1342. {"count":0} 
[2025-07-17 08:00:03] local.INFO: Sessions updated for user 1343. {"count":0} 
[2025-07-17 08:00:05] local.INFO: Sessions updated for user 1344. {"count":2} 
[2025-07-17 08:00:05] local.INFO: Sessions updated for user 1345. {"count":0} 
[2025-07-17 08:00:07] local.INFO: Sessions updated for user 1346. {"count":2} 
[2025-07-17 08:00:08] local.INFO: Sessions updated for user 1347. {"count":0} 
[2025-07-17 08:00:09] local.INFO: Sessions updated for user 1348. {"count":0} 
[2025-07-17 08:00:10] local.INFO: Sessions updated for user 1349. {"count":0} 
[2025-07-17 08:00:10] local.INFO: Sessions updated for user 1350. {"count":0} 
[2025-07-17 08:00:11] local.INFO: Sessions updated for user 1351. {"count":0} 
[2025-07-17 08:00:12] local.INFO: Sessions updated for user 1352. {"count":0} 
[2025-07-17 08:00:20] local.INFO: Sessions updated for user 1353. {"count":19} 
[2025-07-17 08:00:21] local.INFO: Sessions updated for user 1354. {"count":0} 
[2025-07-17 08:00:23] local.INFO: Sessions updated for user 1357. {"count":19} 
[2025-07-17 08:00:24] local.INFO: Sessions updated for user 1359. {"count":0} 
[2025-07-17 08:00:25] local.INFO: Sessions updated for user 1360. {"count":0} 
[2025-07-17 08:00:25] local.INFO: Sessions updated for user 1361. {"count":0} 
[2025-07-17 08:00:30] local.INFO: Sessions updated for user 1362. {"count":13} 
[2025-07-17 08:00:31] local.INFO: Sessions updated for user 1363. {"count":0} 
[2025-07-17 08:00:31] local.INFO: Sessions updated for user 1364. {"count":0} 
[2025-07-17 08:00:32] local.INFO: Sessions updated for user 1365. {"count":0} 
[2025-07-17 08:00:33] local.INFO: Sessions updated for user 1366. {"count":0} 
[2025-07-17 08:00:34] local.INFO: Sessions updated for user 1367. {"count":0} 
[2025-07-17 08:00:39] local.INFO: Sessions updated for user 1368. {"count":12} 
[2025-07-17 08:00:40] local.INFO: Sessions updated for user 1369. {"count":0} 
[2025-07-17 08:00:41] local.INFO: Sessions updated for user 1370. {"count":0} 
[2025-07-17 08:00:41] local.INFO: Sessions updated for user 1371. {"count":0} 
[2025-07-17 08:00:42] local.INFO: Sessions updated for user 1372. {"count":0} 
[2025-07-17 08:00:46] local.INFO: Sessions updated for user 1373. {"count":12} 
[2025-07-17 08:00:47] local.INFO: Sessions updated for user 1374. {"count":0} 
[2025-07-17 08:00:48] local.INFO: Sessions updated for user 1375. {"count":20} 
[2025-07-17 08:00:50] local.INFO: Sessions updated for user 1376. {"count":21} 
[2025-07-17 08:00:53] local.INFO: Sessions updated for user 1377. {"count":15} 
[2025-07-17 08:00:54] local.INFO: Sessions updated for user 1378. {"count":36} 
[2025-07-17 08:00:57] local.INFO: Sessions updated for user 1379. {"count":45} 
[2025-07-17 08:01:07] local.INFO: Sessions updated for user 1380. {"count":9} 
[2025-07-17 08:01:08] local.INFO: Sessions updated for user 1381. {"count":5} 
[2025-07-17 08:01:09] local.INFO: Sessions updated for user 1382. {"count":0} 
[2025-07-17 08:01:10] local.INFO: Sessions updated for user 1383. {"count":0} 
[2025-07-17 08:01:12] local.INFO: Sessions updated for user 1384. {"count":8} 
[2025-07-17 08:01:13] local.INFO: Sessions updated for user 1385. {"count":0} 
[2025-07-17 08:01:14] local.INFO: Sessions updated for user 1386. {"count":1} 
[2025-07-17 08:01:15] local.INFO: Sessions updated for user 1387. {"count":0} 
[2025-07-17 08:01:15] local.INFO: Sessions updated for user 1388. {"count":0} 
[2025-07-17 08:01:26] local.INFO: Sessions updated for user 1389. {"count":39} 
[2025-07-17 08:01:27] local.INFO: Sessions updated for user 1390. {"count":32} 
[2025-07-17 08:01:37] local.INFO: Sessions updated for user 1391. {"count":25} 
[2025-07-17 08:01:38] local.INFO: Sessions updated for user 1392. {"count":0} 
[2025-07-17 08:01:39] local.INFO: Sessions updated for user 1397. {"count":12} 
[2025-07-17 08:01:41] local.INFO: Sessions updated for user 1399. {"count":16} 
[2025-07-17 08:01:42] local.INFO: Sessions updated for user 1402. {"count":0} 
[2025-07-17 08:01:42] local.INFO: Sessions updated for user 1404. {"count":0} 
[2025-07-17 08:01:43] local.INFO: Sessions updated for user 1405. {"count":0} 
[2025-07-17 08:01:43] local.INFO: Sessions updated for user 1406. {"count":0} 
[2025-07-17 08:01:44] local.INFO: Sessions updated for user 1407. {"count":0} 
[2025-07-17 08:01:45] local.INFO: Sessions updated for user 1408. {"count":0} 
[2025-07-17 08:01:53] local.INFO: Sessions updated for user 1409. {"count":9} 
[2025-07-17 08:01:53] local.INFO: Sessions updated for user 1410. {"count":11} 
[2025-07-17 08:02:10] local.INFO: Sessions updated for user 1411. {"count":30} 
[2025-07-17 08:02:13] local.INFO: Sessions updated for user 1412. {"count":54} 
[2025-07-17 08:02:15] local.INFO: Sessions updated for user 1413. {"count":35} 
[2025-07-17 08:02:21] local.INFO: Sessions updated for user 1414. {"count":19} 
[2025-07-17 08:02:22] local.INFO: Sessions updated for user 1415. {"count":0} 
[2025-07-17 08:02:22] local.INFO: Sessions updated for user 1416. {"count":0} 
[2025-07-17 08:02:29] local.INFO: Sessions updated for user 1417. {"count":8} 
[2025-07-17 08:02:31] local.INFO: Sessions updated for user 1418. {"count":33} 
[2025-07-17 08:02:32] local.INFO: Sessions updated for user 1419. {"count":0} 
[2025-07-17 08:02:32] local.INFO: Sessions updated for user 1420. {"count":0} 
[2025-07-17 08:02:36] local.INFO: Sessions updated for user 1422. {"count":85} 
[2025-07-17 08:02:36] local.INFO: Sessions updated for user 1425. {"count":0} 
[2025-07-17 08:02:37] local.INFO: Sessions updated for user 1429. {"count":19} 
[2025-07-17 08:02:38] local.INFO: Sessions updated for user 1430. {"count":0} 
[2025-07-17 08:02:40] local.INFO: Sessions updated for user 1432. {"count":21} 
[2025-07-17 08:02:41] local.INFO: Sessions updated for user 1433. {"count":18} 
[2025-07-17 08:02:47] local.INFO: Sessions updated for user 1434. {"count":8} 
[2025-07-17 08:02:48] local.INFO: Sessions updated for user 1435. {"count":0} 
[2025-07-17 08:02:52] local.INFO: Sessions updated for user 1436. {"count":5} 
[2025-07-17 08:02:55] local.INFO: Sessions updated for user 1437. {"count":19} 
[2025-07-17 08:02:57] local.INFO: Sessions updated for user 1438. {"count":4} 
[2025-07-17 08:03:00] local.INFO: Sessions updated for user 1439. {"count":33} 
[2025-07-17 08:03:02] local.INFO: Sessions updated for user 1440. {"count":23} 
[2025-07-17 08:03:02] local.INFO: Sessions updated for user 1441. {"count":3} 
[2025-07-17 08:03:03] local.INFO: Sessions updated for user 1442. {"count":7} 
[2025-07-17 08:03:04] local.INFO: Sessions updated for user 1443. {"count":2} 
[2025-07-17 08:03:04] local.INFO: Sessions updated for user 1444. {"count":1} 
[2025-07-17 08:03:05] local.INFO: Sessions updated for user 1445. {"count":0} 
[2025-07-17 08:03:06] local.INFO: Sessions updated for user 1446. {"count":3} 
[2025-07-17 08:03:07] local.INFO: Sessions updated for user 1447. {"count":3} 
[2025-07-17 08:03:07] local.INFO: Sessions updated for user 1449. {"count":0} 
[2025-07-17 08:03:09] local.INFO: Sessions updated for user 1450. {"count":40} 
[2025-07-17 08:03:10] local.INFO: Sessions updated for user 1451. {"count":0} 
[2025-07-17 08:03:13] local.INFO: Sessions updated for user 1452. {"count":31} 
[2025-07-17 08:03:14] local.INFO: Sessions updated for user 1453. {"count":0} 
[2025-07-17 08:03:15] local.INFO: Sessions updated for user 1454. {"count":6} 
[2025-07-17 08:03:16] local.INFO: Sessions updated for user 1455. {"count":36} 
[2025-07-17 08:03:16] local.INFO: Sessions updated for user 1456. {"count":0} 
[2025-07-17 08:03:18] local.INFO: Sessions updated for user 1457. {"count":27} 
[2025-07-17 08:03:19] local.INFO: Sessions updated for user 1458. {"count":0} 
[2025-07-17 08:03:20] local.INFO: Sessions updated for user 1459. {"count":0} 
[2025-07-17 08:03:20] local.INFO: Sessions updated for user 1460. {"count":0} 
[2025-07-17 08:03:23] local.INFO: Sessions updated for user 1461. {"count":2} 
[2025-07-17 08:03:24] local.INFO: Sessions updated for user 1465. {"count":0} 
[2025-07-17 08:03:25] local.INFO: Sessions updated for user 1466. {"count":0} 
[2025-07-17 08:03:25] local.INFO: Sessions updated for user 1467. {"count":0} 
[2025-07-17 08:03:26] local.INFO: Sessions updated for user 1468. {"count":0} 
[2025-07-17 08:03:27] local.INFO: Sessions updated for user 1469. {"count":0} 
[2025-07-17 08:03:27] local.INFO: Sessions updated for user 1470. {"count":0} 
[2025-07-17 08:03:28] local.INFO: Sessions updated for user 1471. {"count":0} 
[2025-07-17 08:03:29] local.INFO: Sessions updated for user 1472. {"count":0} 
[2025-07-17 08:03:30] local.INFO: Sessions updated for user 1473. {"count":0} 
[2025-07-17 08:03:31] local.INFO: Sessions updated for user 1474. {"count":0} 
[2025-07-17 08:03:31] local.INFO: Sessions updated for user 1475. {"count":0} 
[2025-07-17 08:03:32] local.INFO: Sessions updated for user 1476. {"count":0} 
[2025-07-17 08:03:33] local.INFO: Sessions updated for user 1477. {"count":0} 
[2025-07-17 08:03:33] local.INFO: Sessions updated for user 1478. {"count":0} 
[2025-07-17 08:03:34] local.INFO: Sessions updated for user 1479. {"count":0} 
[2025-07-17 08:03:35] local.INFO: Sessions updated for user 1480. {"count":0} 
[2025-07-17 08:03:36] local.INFO: Sessions updated for user 1481. {"count":0} 
[2025-07-17 08:03:37] local.INFO: Sessions updated for user 1482. {"count":0} 
[2025-07-17 08:03:38] local.INFO: Sessions updated for user 1483. {"count":26} 
[2025-07-17 08:03:41] local.INFO: Sessions updated for user 1484. {"count":48} 
[2025-07-17 08:03:42] local.INFO: Sessions updated for user 1485. {"count":4} 
[2025-07-17 08:03:43] local.INFO: Sessions updated for user 1486. {"count":0} 
[2025-07-17 08:03:44] local.INFO: Sessions updated for user 1487. {"count":1} 
[2025-07-17 08:03:45] local.INFO: Sessions updated for user 1488. {"count":0} 
[2025-07-17 08:03:46] local.INFO: Sessions updated for user 1489. {"count":16} 
[2025-07-17 08:03:47] local.INFO: Sessions updated for user 1491. {"count":0} 
[2025-07-17 08:03:49] local.INFO: Sessions updated for user 1492. {"count":36} 
[2025-07-17 08:03:49] local.INFO: Sessions updated for user 1494. {"count":0} 
[2025-07-17 08:03:51] local.INFO: Sessions updated for user 1495. {"count":4} 
[2025-07-17 08:03:55] local.INFO: Sessions updated for user 1496. {"count":86} 
[2025-07-17 08:03:55] local.INFO: Sessions updated for user 1497. {"count":2} 
[2025-07-17 08:03:59] local.INFO: Sessions updated for user 1499. {"count":3} 
[2025-07-17 08:04:00] local.INFO: Sessions updated for user 1500. {"count":15} 
[2025-07-17 08:04:00] local.INFO: Sessions updated for user 1501. {"count":5} 
[2025-07-17 08:04:02] local.INFO: Sessions updated for user 1502. {"count":25} 
[2025-07-17 08:04:03] local.INFO: Sessions updated for user 1503. {"count":8} 
[2025-07-17 08:04:04] local.INFO: Sessions updated for user 1504. {"count":1} 
[2025-07-17 08:04:04] local.INFO: Sessions updated for user 1505. {"count":0} 
[2025-07-17 08:04:07] local.INFO: Sessions updated for user 1506. {"count":15} 
[2025-07-17 08:04:08] local.INFO: Sessions updated for user 1507. {"count":48} 
[2025-07-17 08:04:09] local.INFO: Sessions updated for user 1513. {"count":0} 
[2025-07-17 08:04:15] local.INFO: Sessions updated for user 1515. {"count":11} 
[2025-07-17 08:04:16] local.INFO: Sessions updated for user 1516. {"count":0} 
[2025-07-17 08:04:21] local.INFO: Sessions updated for user 1517. {"count":38} 
[2025-07-17 08:04:23] local.INFO: Sessions updated for user 1518. {"count":24} 
[2025-07-17 08:04:23] local.INFO: Sessions updated for user 1522. {"count":12} 
[2025-07-17 08:04:24] local.INFO: Sessions updated for user 1523. {"count":9} 
[2025-07-17 08:04:25] local.INFO: Sessions updated for user 1524. {"count":0} 
[2025-07-17 08:04:25] local.INFO: Sessions updated for user 1525. {"count":0} 
[2025-07-17 08:04:26] local.INFO: Sessions updated for user 1526. {"count":0} 
[2025-07-17 08:04:27] local.INFO: Sessions updated for user 1527. {"count":33} 
[2025-07-17 08:04:30] local.INFO: Sessions updated for user 1528. {"count":22} 
[2025-07-17 08:04:30] local.INFO: Sessions updated for user 1529. {"count":0} 
[2025-07-17 08:04:33] local.INFO: Sessions updated for user 1530. {"count":9} 
[2025-07-17 08:04:41] local.INFO: Sessions updated for user 1531. {"count":49} 
[2025-07-17 08:04:42] local.INFO: Sessions updated for user 1532. {"count":0} 
[2025-07-17 08:04:43] local.INFO: Sessions updated for user 1533. {"count":1} 
[2025-07-17 08:04:45] local.INFO: Sessions updated for user 1534. {"count":51} 
[2025-07-17 08:04:46] local.INFO: Sessions updated for user 1535. {"count":0} 
[2025-07-17 08:04:47] local.INFO: Sessions updated for user 1536. {"count":0} 
[2025-07-17 08:04:48] local.INFO: Sessions updated for user 1538. {"count":14} 
[2025-07-17 08:04:48] local.INFO: Sessions updated for user 1539. {"count":0} 
[2025-07-17 08:04:49] local.INFO: Sessions updated for user 1540. {"count":0} 
[2025-07-17 08:04:50] local.INFO: Sessions updated for user 1541. {"count":0} 
[2025-07-17 08:04:50] local.INFO: Sessions updated for user 1543. {"count":0} 
[2025-07-17 08:04:51] local.INFO: Sessions updated for user 1544. {"count":0} 
[2025-07-17 08:04:52] local.INFO: Sessions updated for user 1545. {"count":0} 
[2025-07-17 08:04:53] local.INFO: Sessions updated for user 1546. {"count":0} 
[2025-07-17 08:04:54] local.INFO: Sessions updated for user 1548. {"count":0} 
[2025-07-17 08:04:54] local.INFO: Sessions updated for user 1549. {"count":0} 
[2025-07-17 08:05:00] local.INFO: Sessions updated for user 1550. {"count":39} 
[2025-07-17 08:05:00] local.INFO: Sessions updated for user 1551. {"count":0} 
[2025-07-17 08:05:01] local.INFO: Sessions updated for user 1552. {"count":0} 
[2025-07-17 08:05:02] local.INFO: Sessions updated for user 1553. {"count":0} 
[2025-07-17 08:05:02] local.INFO: Sessions updated for user 1554. {"count":0} 
[2025-07-17 08:05:03] local.INFO: Sessions updated for user 1555. {"count":0} 
[2025-07-17 08:05:04] local.INFO: Sessions updated for user 1556. {"count":0} 
[2025-07-17 08:05:04] local.INFO: Sessions updated for user 1557. {"count":0} 
[2025-07-17 08:05:06] local.INFO: Sessions updated for user 1558. {"count":22} 
[2025-07-17 08:05:07] local.INFO: Sessions updated for user 1559. {"count":3} 
[2025-07-17 08:05:08] local.INFO: Sessions updated for user 1560. {"count":2} 
[2025-07-17 08:05:09] local.INFO: Sessions updated for user 1561. {"count":0} 
[2025-07-17 08:05:09] local.INFO: Sessions updated for user 1562. {"count":0} 
[2025-07-17 08:05:10] local.INFO: Sessions updated for user 1563. {"count":0} 
[2025-07-17 08:05:12] local.INFO: Sessions updated for user 1564. {"count":35} 
[2025-07-17 08:05:14] local.INFO: Sessions updated for user 1565. {"count":13} 
[2025-07-17 08:05:15] local.INFO: Sessions updated for user 1566. {"count":0} 
[2025-07-17 08:05:15] local.INFO: Sessions updated for user 1567. {"count":0} 
[2025-07-17 08:05:16] local.INFO: Sessions updated for user 1568. {"count":0} 
[2025-07-17 08:05:18] local.INFO: Sessions updated for user 1569. {"count":32} 
[2025-07-17 08:05:19] local.INFO: Sessions updated for user 1570. {"count":0} 
[2025-07-17 08:05:24] local.INFO: Sessions updated for user 1572. {"count":26} 
[2025-07-17 08:05:38] local.INFO: Sessions updated for user 1573. {"count":45} 
[2025-07-17 08:06:06] local.INFO: Sessions updated for user 1574. {"count":41} 
[2025-07-17 08:06:07] local.INFO: Sessions updated for user 1575. {"count":0} 
[2025-07-17 08:06:07] local.INFO: Sessions updated for user 1576. {"count":0} 
[2025-07-17 08:06:08] local.INFO: Sessions updated for user 1577. {"count":0} 
[2025-07-17 08:06:09] local.INFO: Sessions updated for user 1578. {"count":0} 
[2025-07-17 08:06:10] local.INFO: Sessions updated for user 1579. {"count":7} 
[2025-07-17 08:06:12] local.INFO: Sessions updated for user 1580. {"count":30} 
[2025-07-17 08:06:14] local.INFO: Sessions updated for user 1581. {"count":0} 
[2025-07-17 08:06:20] local.INFO: Sessions updated for user 1582. {"count":5} 
[2025-07-17 08:06:21] local.INFO: Sessions updated for user 1583. {"count":0} 
[2025-07-17 08:06:23] local.INFO: Sessions updated for user 1584. {"count":1} 
[2025-07-17 08:06:24] local.INFO: Sessions updated for user 1585. {"count":0} 
[2025-07-17 08:06:24] local.INFO: Sessions updated for user 1587. {"count":0} 
[2025-07-17 08:06:25] local.INFO: Sessions updated for user 1588. {"count":0} 
[2025-07-17 08:06:26] local.INFO: Sessions updated for user 1589. {"count":1} 
[2025-07-17 08:06:28] local.INFO: Sessions updated for user 1590. {"count":2} 
[2025-07-17 08:06:29] local.INFO: Sessions updated for user 1591. {"count":0} 
[2025-07-17 08:06:33] local.INFO: Sessions updated for user 1592. {"count":55} 
[2025-07-17 08:06:35] local.INFO: Sessions updated for user 1593. {"count":34} 
[2025-07-17 08:06:41] local.INFO: Sessions updated for user 1594. {"count":46} 
[2025-07-17 08:06:42] local.INFO: Sessions updated for user 1595. {"count":0} 
[2025-07-17 08:06:43] local.INFO: Sessions updated for user 1596. {"count":0} 
[2025-07-17 08:06:43] local.INFO: Sessions updated for user 1597. {"count":0} 
[2025-07-17 08:06:45] local.INFO: Sessions updated for user 1598. {"count":1} 
[2025-07-17 08:06:46] local.INFO: Sessions updated for user 1599. {"count":0} 
[2025-07-17 08:06:47] local.INFO: Sessions updated for user 1600. {"count":0} 
[2025-07-17 08:06:58] local.INFO: Sessions updated for user 1602. {"count":44} 
[2025-07-17 08:06:59] local.INFO: Sessions updated for user 1603. {"count":2} 
[2025-07-17 08:07:00] local.INFO: Sessions updated for user 1604. {"count":16} 
[2025-07-17 08:07:02] local.INFO: Sessions updated for user 1605. {"count":25} 
[2025-07-17 08:07:06] local.INFO: Sessions updated for user 1606. {"count":2} 
[2025-07-17 08:07:06] local.INFO: Sessions updated for user 1607. {"count":0} 
[2025-07-17 08:07:09] local.INFO: Sessions updated for user 1608. {"count":40} 
[2025-07-17 08:07:10] local.INFO: Sessions updated for user 1609. {"count":30} 
[2025-07-17 08:07:11] local.INFO: Sessions updated for user 1610. {"count":0} 
[2025-07-17 08:07:12] local.INFO: Sessions updated for user 1616. {"count":0} 
[2025-07-17 08:07:12] local.INFO: Sessions updated for user 1617. {"count":0} 
[2025-07-17 08:07:13] local.INFO: Sessions updated for user 1618. {"count":0} 
[2025-07-17 08:07:14] local.INFO: Sessions updated for user 1620. {"count":0} 
[2025-07-17 08:07:15] local.INFO: Sessions updated for user 1621. {"count":0} 
[2025-07-17 08:07:15] local.INFO: Sessions updated for user 1622. {"count":0} 
[2025-07-17 08:07:16] local.INFO: Sessions updated for user 1623. {"count":0} 
[2025-07-17 08:07:17] local.INFO: Sessions updated for user 1624. {"count":1} 
[2025-07-17 08:07:20] local.INFO: Sessions updated for user 1625. {"count":1} 
[2025-07-17 08:07:20] local.INFO: Sessions updated for user 1626. {"count":0} 
[2025-07-17 08:07:21] local.INFO: Sessions updated for user 1627. {"count":1} 
[2025-07-17 08:07:22] local.INFO: Sessions updated for user 1628. {"count":0} 
[2025-07-17 08:07:22] local.INFO: Sessions updated for user 1629. {"count":0} 
[2025-07-17 08:07:23] local.INFO: Sessions updated for user 1630. {"count":25} 
[2025-07-17 08:07:25] local.INFO: Sessions updated for user 1631. {"count":30} 
[2025-07-17 08:07:25] local.INFO: Sessions updated for user 1632. {"count":0} 
[2025-07-17 08:07:26] local.INFO: Sessions updated for user 1634. {"count":1} 
[2025-07-17 08:07:27] local.INFO: Sessions updated for user 1635. {"count":0} 
[2025-07-17 08:07:28] local.INFO: Sessions updated for user 1636. {"count":47} 
[2025-07-17 08:07:29] local.INFO: Sessions updated for user 1637. {"count":0} 
[2025-07-17 08:07:30] local.INFO: Sessions updated for user 1638. {"count":0} 
[2025-07-17 08:07:30] local.INFO: Sessions updated for user 1639. {"count":0} 
[2025-07-17 08:07:31] local.INFO: Sessions updated for user 1640. {"count":0} 
[2025-07-17 08:07:33] local.INFO: Sessions updated for user 1641. {"count":36} 
[2025-07-17 08:07:34] local.INFO: Sessions updated for user 1642. {"count":0} 
[2025-07-17 08:07:35] local.INFO: Sessions updated for user 1643. {"count":0} 
[2025-07-17 08:07:36] local.INFO: Sessions updated for user 1644. {"count":0} 
[2025-07-17 08:07:37] local.INFO: Sessions updated for user 1645. {"count":13} 
[2025-07-17 08:07:38] local.INFO: Sessions updated for user 1646. {"count":28} 
[2025-07-17 08:07:39] local.INFO: Sessions updated for user 1648. {"count":0} 
[2025-07-17 08:07:40] local.INFO: Sessions updated for user 1649. {"count":0} 
[2025-07-17 08:07:40] local.INFO: Sessions updated for user 1650. {"count":0} 
[2025-07-17 08:07:41] local.INFO: Sessions updated for user 1651. {"count":0} 
[2025-07-17 08:07:42] local.INFO: Sessions updated for user 1652. {"count":0} 
[2025-07-17 08:07:43] local.INFO: Sessions updated for user 1654. {"count":0} 
[2025-07-17 08:07:43] local.INFO: Sessions updated for user 1655. {"count":0} 
[2025-07-17 08:07:44] local.INFO: Sessions updated for user 1656. {"count":0} 
[2025-07-17 08:07:45] local.INFO: Sessions updated for user 1657. {"count":0} 
[2025-07-17 08:07:46] local.INFO: Sessions updated for user 1658. {"count":1} 
[2025-07-17 08:07:47] local.INFO: Sessions updated for user 1659. {"count":0} 
[2025-07-17 08:07:49] local.INFO: Sessions updated for user 1660. {"count":3} 
[2025-07-17 08:07:50] local.INFO: Sessions updated for user 1661. {"count":0} 
[2025-07-17 08:07:52] local.INFO: Sessions updated for user 1662. {"count":25} 
[2025-07-17 08:07:52] local.INFO: Sessions updated for user 1663. {"count":1} 
[2025-07-17 08:07:53] local.INFO: Sessions updated for user 1664. {"count":0} 
[2025-07-17 08:07:54] local.INFO: Sessions updated for user 1665. {"count":0} 
[2025-07-17 08:07:54] local.INFO: Sessions updated for user 1666. {"count":0} 
[2025-07-17 08:08:01] local.INFO: Sessions updated for user 1667. {"count":7} 
[2025-07-17 08:08:03] local.INFO: Sessions updated for user 1668. {"count":2} 
[2025-07-17 08:08:05] local.INFO: Sessions updated for user 1669. {"count":2} 
[2025-07-17 08:08:07] local.INFO: Sessions updated for user 1670. {"count":1} 
[2025-07-17 08:08:08] local.INFO: Sessions updated for user 1671. {"count":2} 
[2025-07-17 08:08:12] local.INFO: Sessions updated for user 1672. {"count":7} 
[2025-07-17 08:08:13] local.INFO: Sessions updated for user 1673. {"count":0} 
[2025-07-17 08:08:18] local.INFO: Sessions updated for user 1674. {"count":5} 
[2025-07-17 08:08:20] local.INFO: Sessions updated for user 1675. {"count":1} 
[2025-07-17 08:08:25] local.INFO: Sessions updated for user 1676. {"count":5} 
[2025-07-17 08:08:28] local.INFO: Sessions updated for user 1677. {"count":11} 
[2025-07-17 08:08:30] local.INFO: Sessions updated for user 1678. {"count":1} 
[2025-07-17 08:08:32] local.INFO: Sessions updated for user 1679. {"count":1} 
[2025-07-17 08:08:37] local.INFO: Sessions updated for user 1680. {"count":10} 
[2025-07-17 08:08:45] local.INFO: Sessions updated for user 1681. {"count":29} 
[2025-07-17 08:08:50] local.INFO: Sessions updated for user 1682. {"count":4} 
[2025-07-17 08:09:17] local.INFO: Sessions updated for user 1683. {"count":27} 
[2025-07-17 08:09:24] local.INFO: Sessions updated for user 1684. {"count":6} 
[2025-07-17 08:09:40] local.INFO: Sessions updated for user 1685. {"count":14} 
[2025-07-17 08:09:41] local.INFO: Sessions updated for user 1686. {"count":0} 
[2025-07-17 08:09:41] local.INFO: Sessions updated for user 1687. {"count":0} 
[2025-07-17 08:09:42] local.INFO: Sessions updated for user 1688. {"count":0} 
[2025-07-17 08:09:51] local.INFO: Sessions updated for user 1689. {"count":11} 
[2025-07-17 08:09:51] local.INFO: Sessions updated for user 1690. {"count":0} 
[2025-07-17 08:09:52] local.INFO: Sessions updated for user 1691. {"count":0} 
[2025-07-17 08:09:54] local.INFO: Sessions updated for user 1692. {"count":1} 
[2025-07-17 08:09:55] local.INFO: Sessions updated for user 1693. {"count":0} 
[2025-07-17 08:09:59] local.INFO: Sessions updated for user 1694. {"count":4} 
[2025-07-17 08:10:00] local.INFO: Sessions updated for user 1695. {"count":0} 
[2025-07-17 08:10:01] local.INFO: Sessions updated for user 1696. {"count":0} 
[2025-07-17 08:10:03] local.INFO: Sessions updated for user 1697. {"count":9} 
[2025-07-17 08:10:12] local.INFO: Sessions updated for user 1698. {"count":9} 
[2025-07-17 08:10:17] local.INFO: Sessions updated for user 1699. {"count":3} 
[2025-07-17 08:10:17] local.INFO: Sessions updated for user 1700. {"count":0} 
[2025-07-17 08:10:19] local.INFO: Sessions updated for user 1702. {"count":10} 
[2025-07-17 08:10:20] local.INFO: Sessions updated for user 1703. {"count":0} 
[2025-07-17 08:10:22] local.INFO: Sessions updated for user 1704. {"count":5} 
[2025-07-17 08:10:23] local.INFO: Sessions updated for user 1705. {"count":0} 
[2025-07-17 08:10:23] local.INFO: Sessions updated for user 1706. {"count":0} 
[2025-07-17 08:10:24] local.INFO: Sessions updated for user 1707. {"count":0} 
[2025-07-17 08:10:25] local.INFO: Sessions updated for user 1708. {"count":0} 
[2025-07-17 08:10:25] local.INFO: Sessions updated for user 1709. {"count":0} 
[2025-07-17 08:10:30] local.INFO: Sessions updated for user 1710. {"count":6} 
[2025-07-17 08:10:34] local.INFO: Sessions updated for user 1711. {"count":8} 
[2025-07-17 08:10:39] local.INFO: Sessions updated for user 1712. {"count":5} 
[2025-07-17 08:10:41] local.INFO: Sessions updated for user 1713. {"count":1} 
[2025-07-17 08:10:42] local.INFO: Sessions updated for user 1714. {"count":0} 
[2025-07-17 08:10:45] local.INFO: Sessions updated for user 1715. {"count":4} 
[2025-07-17 08:10:47] local.INFO: Sessions updated for user 1716. {"count":1} 
[2025-07-17 08:10:48] local.INFO: Sessions updated for user 1717. {"count":0} 
[2025-07-17 08:10:49] local.INFO: Sessions updated for user 1718. {"count":0} 
[2025-07-17 08:10:56] local.INFO: Sessions updated for user 1719. {"count":7} 
[2025-07-17 08:10:59] local.INFO: Sessions updated for user 1720. {"count":3} 
[2025-07-17 08:10:59] local.INFO: Sessions updated for user 1721. {"count":0} 
[2025-07-17 08:11:00] local.INFO: Sessions updated for user 1722. {"count":0} 
[2025-07-17 08:11:00] local.INFO: Sessions updated for user 1724. {"count":0} 
[2025-07-17 08:11:01] local.INFO: Sessions updated for user 1725. {"count":0} 
[2025-07-17 08:11:05] local.INFO: Sessions updated for user 1726. {"count":9} 
[2025-07-17 08:11:05] local.INFO: Sessions updated for user 1727. {"count":0} 
[2025-07-17 08:11:06] local.INFO: Sessions updated for user 1728. {"count":0} 
[2025-07-17 08:11:07] local.INFO: Sessions updated for user 1729. {"count":0} 
[2025-07-17 08:11:07] local.INFO: Sessions updated for user 1730. {"count":0} 
[2025-07-17 08:11:08] local.INFO: Sessions updated for user 1731. {"count":0} 
[2025-07-17 08:11:09] local.INFO: Sessions updated for user 1732. {"count":0} 
[2025-07-17 08:11:10] local.INFO: Sessions updated for user 1733. {"count":0} 
[2025-07-17 08:11:11] local.INFO: Sessions updated for user 1734. {"count":0} 
[2025-07-17 08:11:11] local.INFO: Sessions updated for user 1735. {"count":0} 
[2025-07-17 08:11:12] local.INFO: Sessions updated for user 1736. {"count":0} 
[2025-07-17 08:11:13] local.INFO: Sessions updated for user 1737. {"count":0} 
[2025-07-17 08:11:13] local.INFO: Sessions updated for user 1738. {"count":0} 
[2025-07-17 08:11:14] local.INFO: Sessions updated for user 1739. {"count":0} 
[2025-07-17 08:11:15] local.INFO: Sessions updated for user 1740. {"count":0} 
[2025-07-17 08:11:16] local.INFO: Sessions updated for user 1741. {"count":0} 
[2025-07-17 08:11:16] local.INFO: Sessions updated for user 1742. {"count":0} 
[2025-07-17 08:11:17] local.INFO: Sessions updated for user 1743. {"count":0} 
[2025-07-17 08:11:18] local.INFO: Sessions updated for user 1744. {"count":0} 
[2025-07-17 08:11:19] local.INFO: Sessions updated for user 1745. {"count":0} 
[2025-07-17 08:11:19] local.INFO: Sessions updated for user 1746. {"count":0} 
[2025-07-17 08:11:20] local.INFO: Sessions updated for user 1747. {"count":0} 
[2025-07-17 08:11:20] local.INFO: Sessions updated for user 1748. {"count":0} 
[2025-07-17 08:11:21] local.INFO: Sessions updated for user 1749. {"count":0} 
[2025-07-17 08:11:22] local.INFO: Sessions updated for user 1750. {"count":0} 
[2025-07-17 08:11:23] local.INFO: Sessions updated for user 1754. {"count":0} 
[2025-07-17 08:11:23] local.INFO: Sessions updated for user 1755. {"count":0} 
[2025-07-17 08:11:34] local.INFO: Sessions updated for user 1757. {"count":14} 
[2025-07-17 08:11:35] local.INFO: Sessions updated for user 1758. {"count":0} 
[2025-07-17 08:11:38] local.INFO: Sessions updated for user 1759. {"count":37} 
[2025-07-17 08:11:39] local.INFO: Sessions updated for user 1760. {"count":42} 
[2025-07-17 08:11:40] local.INFO: Sessions updated for user 1761. {"count":0} 
[2025-07-17 08:11:41] local.INFO: Sessions updated for user 1762. {"count":2} 
[2025-07-17 08:11:42] local.INFO: Sessions updated for user 1763. {"count":0} 
[2025-07-17 08:11:43] local.INFO: Sessions updated for user 1765. {"count":0} 
[2025-07-17 08:11:43] local.INFO: Sessions updated for user 1766. {"count":0} 
[2025-07-17 08:11:44] local.INFO: Sessions updated for user 1767. {"count":0} 
[2025-07-17 08:11:45] local.INFO: Sessions updated for user 1768. {"count":18} 
[2025-07-17 08:11:49] local.INFO: Sessions updated for user 1770. {"count":2} 
[2025-07-17 08:12:08] local.INFO: Sessions updated for user 1776. {"count":23} 
[2025-07-17 08:12:08] local.INFO: Sessions updated for user 1777. {"count":0} 
[2025-07-17 08:12:09] local.INFO: Sessions updated for user 1778. {"count":0} 
[2025-07-17 08:12:10] local.INFO: Sessions updated for user 1779. {"count":0} 
[2025-07-17 08:12:10] local.INFO: Sessions updated for user 1780. {"count":0} 
[2025-07-17 08:12:11] local.INFO: Sessions updated for user 1781. {"count":0} 
[2025-07-17 08:12:12] local.INFO: Sessions updated for user 1783. {"count":8} 
[2025-07-17 08:12:12] local.INFO: Sessions updated for user 1784. {"count":0} 
[2025-07-17 08:12:17] local.INFO: Sessions updated for user 1785. {"count":2} 
[2025-07-17 08:12:17] local.INFO: Sessions updated for user 1786. {"count":0} 
[2025-07-17 08:12:18] local.INFO: Sessions updated for user 1787. {"count":0} 
[2025-07-17 08:12:19] local.INFO: Sessions updated for user 1788. {"count":0} 
[2025-07-17 08:12:22] local.INFO: Sessions updated for user 1789. {"count":86} 
[2025-07-17 08:12:23] local.INFO: Sessions updated for user 1790. {"count":0} 
[2025-07-17 08:12:24] local.INFO: Sessions updated for user 1791. {"count":0} 
[2025-07-17 08:12:28] local.INFO: Sessions updated for user 1792. {"count":2} 
[2025-07-17 08:12:29] local.INFO: Sessions updated for user 1793. {"count":0} 
[2025-07-17 08:12:30] local.INFO: Sessions updated for user 1794. {"count":0} 
[2025-07-17 08:12:30] local.INFO: Sessions updated for user 1795. {"count":0} 
[2025-07-17 08:12:31] local.INFO: Sessions updated for user 1796. {"count":0} 
[2025-07-17 08:12:32] local.INFO: Sessions updated for user 1797. {"count":0} 
[2025-07-17 08:12:32] local.INFO: Sessions updated for user 1798. {"count":0} 
[2025-07-17 08:12:33] local.INFO: Sessions updated for user 1799. {"count":0} 
[2025-07-17 08:12:34] local.INFO: Sessions updated for user 1800. {"count":0} 
[2025-07-17 08:12:35] local.INFO: Sessions updated for user 1801. {"count":0} 
[2025-07-17 08:12:35] local.INFO: Sessions updated for user 1802. {"count":0} 
[2025-07-17 08:12:36] local.INFO: Sessions updated for user 1803. {"count":0} 
[2025-07-17 08:12:37] local.INFO: Sessions updated for user 1804. {"count":0} 
[2025-07-17 08:12:37] local.INFO: Sessions updated for user 1805. {"count":0} 
[2025-07-17 08:12:38] local.INFO: Sessions updated for user 1807. {"count":0} 
[2025-07-17 08:12:43] local.INFO: Sessions updated for user 1808. {"count":16} 
[2025-07-17 08:12:44] local.INFO: Sessions updated for user 1810. {"count":4} 
[2025-07-17 08:12:45] local.INFO: Sessions updated for user 1812. {"count":0} 
[2025-07-17 08:12:47] local.INFO: Sessions updated for user 1813. {"count":2} 
[2025-07-17 08:12:48] local.INFO: Sessions updated for user 1814. {"count":10} 
[2025-07-17 08:12:48] local.INFO: Sessions updated for user 1815. {"count":0} 
[2025-07-17 08:12:49] local.INFO: Sessions updated for user 1816. {"count":0} 
[2025-07-17 08:12:54] local.INFO: Sessions updated for user 1817. {"count":40} 
[2025-07-17 08:12:54] local.INFO: Sessions updated for user 1818. {"count":5} 
[2025-07-17 08:12:55] local.INFO: Sessions updated for user 1819. {"count":0} 
[2025-07-17 08:12:56] local.INFO: Sessions updated for user 1820. {"count":0} 
[2025-07-17 08:12:57] local.INFO: Sessions updated for user 1821. {"count":16} 
[2025-07-17 08:12:58] local.INFO: Sessions updated for user 1822. {"count":0} 
[2025-07-17 08:12:59] local.INFO: Sessions updated for user 1823. {"count":0} 
[2025-07-17 08:13:14] local.INFO: Sessions updated for user 1824. {"count":24} 
[2025-07-17 08:13:15] local.INFO: Sessions updated for user 1825. {"count":0} 
[2025-07-17 08:13:16] local.INFO: Sessions updated for user 1826. {"count":0} 
[2025-07-17 08:13:17] local.INFO: Sessions updated for user 1827. {"count":0} 
[2025-07-17 08:13:19] local.INFO: Sessions updated for user 1829. {"count":0} 
[2025-07-17 08:13:23] local.INFO: Sessions updated for user 1830. {"count":5} 
[2025-07-17 08:13:23] local.INFO: Sessions updated for user 1831. {"count":0} 
[2025-07-17 08:13:24] local.INFO: Sessions updated for user 1832. {"count":0} 
[2025-07-17 08:13:25] local.INFO: Sessions updated for user 1833. {"count":0} 
[2025-07-17 08:13:27] local.INFO: Sessions updated for user 1834. {"count":1} 
[2025-07-17 08:13:27] local.INFO: Sessions updated for user 1835. {"count":0} 
[2025-07-17 08:13:28] local.INFO: Sessions updated for user 1836. {"count":0} 
[2025-07-17 08:13:37] local.INFO: Sessions updated for user 1837. {"count":28} 
[2025-07-17 08:13:37] local.INFO: Sessions updated for user 1838. {"count":0} 
[2025-07-17 08:13:38] local.INFO: Sessions updated for user 1839. {"count":0} 
[2025-07-17 08:13:39] local.INFO: Sessions updated for user 1841. {"count":0} 
[2025-07-17 08:13:40] local.INFO: Sessions updated for user 1842. {"count":0} 
[2025-07-17 08:13:42] local.INFO: Sessions updated for user 1843. {"count":10} 
[2025-07-17 08:13:46] local.INFO: Sessions updated for user 1844. {"count":9} 
[2025-07-17 08:13:52] local.INFO: Sessions updated for user 1845. {"count":5} 
[2025-07-17 08:14:04] local.INFO: Sessions updated for user 1846. {"count":10} 
[2025-07-17 08:14:05] local.INFO: Sessions updated for user 1847. {"count":1} 
[2025-07-17 08:14:06] local.INFO: Sessions updated for user 1848. {"count":0} 
[2025-07-17 08:14:08] local.INFO: Sessions updated for user 1849. {"count":1} 
[2025-07-17 08:14:22] local.INFO: Sessions updated for user 1850. {"count":33} 
[2025-07-17 08:14:23] local.INFO: Sessions updated for user 1851. {"count":0} 
[2025-07-17 08:14:24] local.INFO: Sessions updated for user 1852. {"count":0} 
[2025-07-17 08:14:24] local.INFO: Sessions updated for user 1854. {"count":0} 
[2025-07-17 08:14:27] local.INFO: Sessions updated for user 1855. {"count":1} 
[2025-07-17 08:14:27] local.INFO: Sessions updated for user 1856. {"count":0} 
[2025-07-17 08:14:28] local.INFO: Sessions updated for user 1857. {"count":0} 
[2025-07-17 08:14:29] local.INFO: Sessions updated for user 1858. {"count":0} 
[2025-07-17 08:14:29] local.INFO: Sessions updated for user 1859. {"count":0} 
[2025-07-17 08:14:30] local.INFO: Sessions updated for user 1860. {"count":0} 
[2025-07-17 08:14:40] local.INFO: Sessions updated for user 1861. {"count":14} 
[2025-07-17 08:14:50] local.INFO: Sessions updated for user 1862. {"count":10} 
[2025-07-17 08:15:01] local.INFO: Sessions updated for user 1863. {"count":13} 
[2025-07-17 08:15:01] local.INFO: Sessions updated for user 1864. {"count":0} 
[2025-07-17 08:15:04] local.INFO: Sessions updated for user 1865. {"count":6} 
[2025-07-17 08:15:05] local.INFO: Sessions updated for user 1866. {"count":0} 
[2025-07-17 08:15:06] local.INFO: Sessions updated for user 1867. {"count":0} 
[2025-07-17 08:15:07] local.INFO: Sessions updated for user 1868. {"count":0} 
[2025-07-17 08:15:08] local.INFO: Sessions updated for user 1869. {"count":0} 
[2025-07-17 08:15:08] local.INFO: Sessions updated for user 1870. {"count":0} 
[2025-07-17 08:15:09] local.INFO: Sessions updated for user 1871. {"count":0} 
[2025-07-17 08:15:10] local.INFO: Sessions updated for user 1872. {"count":0} 
[2025-07-17 08:15:11] local.INFO: Sessions updated for user 1875. {"count":0} 
[2025-07-17 08:15:11] local.INFO: Sessions updated for user 1876. {"count":0} 
[2025-07-17 08:15:12] local.INFO: Sessions updated for user 1877. {"count":0} 
[2025-07-17 08:15:14] local.INFO: Sessions updated for user 1878. {"count":25} 
[2025-07-17 08:15:17] local.INFO: Sessions updated for user 1879. {"count":56} 
[2025-07-17 08:15:18] local.INFO: Sessions updated for user 1880. {"count":0} 
[2025-07-17 08:15:19] local.INFO: Sessions updated for user 1881. {"count":0} 
[2025-07-17 08:15:22] local.INFO: Sessions updated for user 1882. {"count":14} 
[2025-07-17 08:15:23] local.INFO: Sessions updated for user 1883. {"count":0} 
[2025-07-17 08:15:25] local.INFO: Sessions updated for user 1884. {"count":23} 
[2025-07-17 08:15:27] local.INFO: Sessions updated for user 1885. {"count":47} 
[2025-07-17 08:15:28] local.INFO: Sessions updated for user 1886. {"count":1} 
[2025-07-17 08:15:29] local.INFO: Sessions updated for user 1887. {"count":0} 
[2025-07-17 08:15:31] local.INFO: Sessions updated for user 1888. {"count":7} 
[2025-07-17 08:15:32] local.INFO: Sessions updated for user 1889. {"count":4} 
[2025-07-17 08:15:33] local.INFO: Sessions updated for user 1891. {"count":0} 
[2025-07-17 08:15:35] local.INFO: Sessions updated for user 1892. {"count":22} 
[2025-07-17 08:15:36] local.INFO: Sessions updated for user 1893. {"count":0} 
[2025-07-17 08:15:36] local.INFO: Sessions updated for user 1894. {"count":0} 
[2025-07-17 08:15:38] local.INFO: Sessions updated for user 1895. {"count":1} 
[2025-07-17 08:15:39] local.INFO: Sessions updated for user 1896. {"count":0} 
[2025-07-17 08:15:41] local.INFO: Sessions updated for user 1897. {"count":30} 
[2025-07-17 08:15:42] local.INFO: Sessions updated for user 1898. {"count":0} 
[2025-07-17 08:15:42] local.INFO: Sessions updated for user 1899. {"count":0} 
[2025-07-17 08:15:43] local.INFO: Sessions updated for user 1900. {"count":0} 
[2025-07-17 08:15:44] local.INFO: Sessions updated for user 1901. {"count":0} 
[2025-07-17 08:15:53] local.INFO: Sessions updated for user 1902. {"count":100} 
[2025-07-17 08:15:54] local.INFO: Sessions updated for user 1903. {"count":0} 
[2025-07-17 08:15:54] local.INFO: Sessions updated for user 1904. {"count":0} 
[2025-07-17 08:15:55] local.INFO: Sessions updated for user 1905. {"count":0} 
[2025-07-17 08:15:56] local.INFO: Sessions updated for user 1906. {"count":0} 
[2025-07-17 08:15:57] local.INFO: Sessions updated for user 1907. {"count":0} 
[2025-07-17 08:15:57] local.INFO: Sessions updated for user 1908. {"count":0} 
[2025-07-17 08:15:58] local.INFO: Sessions updated for user 1909. {"count":0} 
[2025-07-17 08:15:59] local.INFO: Sessions updated for user 1910. {"count":0} 
[2025-07-17 08:15:59] local.INFO: Sessions updated for user 1911. {"count":0} 
[2025-07-17 08:16:01] local.INFO: Sessions updated for user 1913. {"count":17} 
[2025-07-17 08:16:02] local.INFO: Sessions updated for user 1914. {"count":0} 
[2025-07-17 08:16:03] local.INFO: Sessions updated for user 1915. {"count":0} 
[2025-07-17 08:16:03] local.INFO: Sessions updated for user 1916. {"count":0} 
[2025-07-17 08:16:04] local.INFO: Sessions updated for user 1917. {"count":0} 
[2025-07-17 08:16:05] local.INFO: Sessions updated for user 1918. {"count":0} 
[2025-07-17 08:16:06] local.INFO: Sessions updated for user 1919. {"count":0} 
[2025-07-17 08:16:07] local.INFO: Sessions updated for user 1920. {"count":0} 
[2025-07-17 08:16:08] local.INFO: Sessions updated for user 1921. {"count":0} 
[2025-07-17 08:16:08] local.INFO: Sessions updated for user 1922. {"count":0} 
[2025-07-17 08:16:09] local.INFO: Sessions updated for user 1923. {"count":0} 
[2025-07-17 08:16:10] local.INFO: Sessions updated for user 1924. {"count":0} 
[2025-07-17 08:16:11] local.INFO: Sessions updated for user 1925. {"count":0} 
[2025-07-17 08:16:12] local.INFO: Sessions updated for user 1926. {"count":16} 
[2025-07-17 08:16:13] local.INFO: Sessions updated for user 1927. {"count":12} 
[2025-07-17 08:16:15] local.INFO: Sessions updated for user 1928. {"count":12} 
[2025-07-17 08:16:16] local.INFO: Sessions updated for user 1929. {"count":1} 
[2025-07-17 08:16:17] local.INFO: Sessions updated for user 1930. {"count":5} 
[2025-07-17 08:16:21] local.INFO: Sessions updated for user 1931. {"count":54} 
[2025-07-17 08:16:22] local.INFO: Sessions updated for user 1932. {"count":0} 
[2025-07-17 08:16:22] local.INFO: Sessions updated for user 1933. {"count":0} 
[2025-07-17 08:16:27] local.INFO: Sessions updated for user 1934. {"count":43} 
[2025-07-17 08:16:28] local.INFO: Sessions updated for user 1935. {"count":21} 
[2025-07-17 08:16:29] local.INFO: Sessions updated for user 1936. {"count":0} 
[2025-07-17 08:16:30] local.INFO: Sessions updated for user 1937. {"count":0} 
[2025-07-17 08:16:30] local.INFO: Sessions updated for user 1938. {"count":11} 
[2025-07-17 08:16:31] local.INFO: Sessions updated for user 1939. {"count":0} 
[2025-07-17 08:16:32] local.INFO: Sessions updated for user 1940. {"count":0} 
[2025-07-17 08:16:34] local.INFO: Sessions updated for user 1941. {"count":9} 
[2025-07-17 08:16:34] local.INFO: Sessions updated for user 1942. {"count":0} 
[2025-07-17 08:16:35] local.INFO: Sessions updated for user 1943. {"count":0} 
[2025-07-17 08:16:36] local.INFO: Sessions updated for user 1944. {"count":0} 
[2025-07-17 08:16:39] local.INFO: Sessions updated for user 1945. {"count":34} 
[2025-07-17 08:16:40] local.INFO: Sessions updated for user 1946. {"count":0} 
[2025-07-17 08:16:40] local.INFO: Sessions updated for user 1947. {"count":0} 
[2025-07-17 08:16:41] local.INFO: Sessions updated for user 1948. {"count":0} 
[2025-07-17 08:16:43] local.INFO: Sessions updated for user 1949. {"count":1} 
[2025-07-17 08:16:49] local.INFO: Sessions updated for user 1950. {"count":13} 
[2025-07-17 08:16:55] local.INFO: Sessions updated for user 1951. {"count":16} 
[2025-07-17 08:16:57] local.INFO: Sessions updated for user 1952. {"count":15} 
[2025-07-17 08:16:58] local.INFO: Sessions updated for user 1953. {"count":3} 
[2025-07-17 08:16:59] local.INFO: Sessions updated for user 1954. {"count":3} 
[2025-07-17 08:17:00] local.INFO: Sessions updated for user 1955. {"count":0} 
[2025-07-17 08:17:01] local.INFO: Sessions updated for user 1956. {"count":0} 
[2025-07-17 08:17:02] local.INFO: Sessions updated for user 1957. {"count":1} 
[2025-07-17 08:17:02] local.INFO: Sessions updated for user 1958. {"count":0} 
[2025-07-17 08:17:03] local.INFO: Sessions updated for user 1959. {"count":0} 
[2025-07-17 08:17:04] local.INFO: Sessions updated for user 1960. {"count":0} 
[2025-07-17 08:17:05] local.INFO: Sessions updated for user 1961. {"count":8} 
[2025-07-17 08:17:08] local.INFO: Sessions updated for user 1962. {"count":4} 
[2025-07-17 08:17:09] local.INFO: Sessions updated for user 1963. {"count":0} 
[2025-07-17 08:17:09] local.INFO: Sessions updated for user 1965. {"count":0} 
[2025-07-17 08:17:10] local.INFO: Sessions updated for user 1966. {"count":0} 
[2025-07-17 08:17:17] local.INFO: Sessions updated for user 1967. {"count":172} 
[2025-07-17 08:17:18] local.INFO: Sessions updated for user 1968. {"count":0} 
[2025-07-17 08:17:20] local.INFO: Sessions updated for user 1969. {"count":5} 
[2025-07-17 08:17:20] local.INFO: Sessions updated for user 1970. {"count":0} 
[2025-07-17 08:17:21] local.INFO: Sessions updated for user 1971. {"count":0} 
[2025-07-17 08:17:25] local.INFO: Sessions updated for user 1973. {"count":25} 
[2025-07-17 08:17:26] local.INFO: Sessions updated for user 1974. {"count":46} 
[2025-07-17 08:17:29] local.INFO: Sessions updated for user 1975. {"count":17} 
[2025-07-17 08:17:33] local.INFO: Sessions updated for user 1976. {"count":81} 
[2025-07-17 08:17:34] local.INFO: Sessions updated for user 1977. {"count":0} 
[2025-07-17 08:17:36] local.INFO: Sessions updated for user 1978. {"count":2} 
[2025-07-17 08:17:37] local.INFO: Sessions updated for user 1979. {"count":0} 
[2025-07-17 08:17:37] local.INFO: Sessions updated for user 1980. {"count":0} 
[2025-07-17 08:17:38] local.INFO: Sessions updated for user 1981. {"count":0} 
[2025-07-17 08:17:39] local.INFO: Sessions updated for user 1982. {"count":0} 
[2025-07-17 08:17:40] local.INFO: Sessions updated for user 1983. {"count":0} 
[2025-07-17 08:17:41] local.INFO: Sessions updated for user 1985. {"count":0} 
[2025-07-17 08:17:41] local.INFO: Sessions updated for user 1986. {"count":0} 
[2025-07-17 08:17:42] local.INFO: Sessions updated for user 1987. {"count":0} 
[2025-07-17 08:17:49] local.INFO: Sessions updated for user 1988. {"count":34} 
[2025-07-17 08:17:50] local.INFO: Sessions updated for user 1993. {"count":5} 
[2025-07-17 08:17:50] local.INFO: Sessions updated for user 1994. {"count":0} 
[2025-07-17 08:17:51] local.INFO: Sessions updated for user 1995. {"count":0} 
[2025-07-17 08:17:52] local.INFO: Sessions updated for user 1997. {"count":0} 
[2025-07-17 08:17:52] local.INFO: Sessions updated for user 1998. {"count":0} 
[2025-07-17 08:17:54] local.INFO: Sessions updated for user 1999. {"count":1} 
[2025-07-17 08:17:54] local.INFO: Sessions updated for user 2000. {"count":0} 
[2025-07-17 08:17:55] local.INFO: Sessions updated for user 2001. {"count":25} 
[2025-07-17 08:17:56] local.INFO: Sessions updated for user 2002. {"count":0} 
[2025-07-17 08:17:58] local.INFO: Sessions updated for user 2003. {"count":28} 
[2025-07-17 08:18:00] local.INFO: Sessions updated for user 2004. {"count":20} 
[2025-07-17 08:18:00] local.INFO: Sessions updated for user 2005. {"count":0} 
[2025-07-17 08:18:09] local.INFO: Sessions updated for user 2006. {"count":19} 
[2025-07-17 08:18:10] local.INFO: Sessions updated for user 2007. {"count":0} 
[2025-07-17 08:18:10] local.INFO: Sessions updated for user 2008. {"count":0} 
[2025-07-17 08:18:11] local.INFO: Sessions updated for user 2009. {"count":0} 
[2025-07-17 08:18:12] local.INFO: Sessions updated for user 2010. {"count":0} 
[2025-07-17 08:18:14] local.INFO: Sessions updated for user 2011. {"count":3} 
[2025-07-17 08:18:17] local.INFO: Sessions updated for user 2012. {"count":1} 
[2025-07-17 08:18:19] local.INFO: Sessions updated for user 2013. {"count":1} 
[2025-07-17 08:18:19] local.INFO: Sessions updated for user 2014. {"count":0} 
[2025-07-17 08:18:22] local.INFO: Sessions updated for user 2015. {"count":10} 
[2025-07-17 08:18:23] local.INFO: Sessions updated for user 2016. {"count":0} 
[2025-07-17 08:18:24] local.INFO: Sessions updated for user 2017. {"count":1} 
[2025-07-17 08:18:24] local.INFO: Sessions updated for user 2018. {"count":0} 
[2025-07-17 08:18:25] local.INFO: Sessions updated for user 2019. {"count":0} 
[2025-07-17 08:18:28] local.INFO: Sessions updated for user 2020. {"count":53} 
[2025-07-17 08:18:29] local.INFO: Sessions updated for user 2021. {"count":0} 
[2025-07-17 08:18:29] local.INFO: Sessions updated for user 2022. {"count":0} 
[2025-07-17 08:18:30] local.INFO: Sessions updated for user 2023. {"count":0} 
[2025-07-17 08:18:31] local.INFO: Sessions updated for user 2024. {"count":0} 
[2025-07-17 08:18:32] local.INFO: Sessions updated for user 2025. {"count":0} 
[2025-07-17 08:18:32] local.INFO: Sessions updated for user 2026. {"count":0} 
[2025-07-17 08:18:33] local.INFO: Sessions updated for user 2027. {"count":0} 
[2025-07-17 08:18:34] local.INFO: Sessions updated for user 2028. {"count":0} 
[2025-07-17 08:18:35] local.INFO: Sessions updated for user 2029. {"count":0} 
[2025-07-17 08:18:35] local.INFO: Sessions updated for user 2031. {"count":0} 
[2025-07-17 08:18:36] local.INFO: Sessions updated for user 2033. {"count":0} 
[2025-07-17 08:18:37] local.INFO: Sessions updated for user 2034. {"count":0} 
[2025-07-17 08:18:38] local.INFO: Sessions updated for user 2035. {"count":0} 
[2025-07-17 08:18:38] local.INFO: Sessions updated for user 2036. {"count":0} 
[2025-07-17 08:18:39] local.INFO: Sessions updated for user 2037. {"count":17} 
[2025-07-17 08:18:40] local.INFO: Sessions updated for user 2038. {"count":0} 
[2025-07-17 08:18:41] local.INFO: Sessions updated for user 2040. {"count":0} 
[2025-07-17 08:18:41] local.INFO: Sessions updated for user 2041. {"count":0} 
[2025-07-17 08:18:42] local.INFO: Sessions updated for user 2042. {"count":0} 
[2025-07-17 08:18:44] local.INFO: Sessions updated for user 2043. {"count":6} 
[2025-07-17 08:18:45] local.INFO: Sessions updated for user 2044. {"count":0} 
[2025-07-17 08:19:09] local.INFO: Sessions updated for user 2045. {"count":44} 
[2025-07-17 08:19:19] local.INFO: Sessions updated for user 2046. {"count":12} 
[2025-07-17 08:19:20] local.INFO: Sessions updated for user 2048. {"count":0} 
[2025-07-17 08:19:21] local.INFO: Sessions updated for user 2049. {"count":0} 
[2025-07-17 08:19:22] local.INFO: Sessions updated for user 2050. {"count":0} 
[2025-07-17 08:19:32] local.INFO: Sessions updated for user 2052. {"count":22} 
[2025-07-17 08:19:33] local.INFO: Sessions updated for user 2053. {"count":0} 
[2025-07-17 08:19:35] local.INFO: Sessions updated for user 2054. {"count":42} 
[2025-07-17 08:19:36] local.INFO: Sessions updated for user 2055. {"count":0} 
[2025-07-17 08:19:36] local.INFO: Sessions updated for user 2056. {"count":0} 
[2025-07-17 08:19:46] local.INFO: Sessions updated for user 2057. {"count":25} 
[2025-07-17 08:19:49] local.INFO: Sessions updated for user 2058. {"count":2} 
[2025-07-17 08:19:57] local.INFO: Sessions updated for user 2062. {"count":6} 
[2025-07-17 08:19:58] local.INFO: Sessions updated for user 2067. {"count":0} 
[2025-07-17 08:19:59] local.INFO: Sessions updated for user 2069. {"count":15} 
[2025-07-17 08:20:00] local.INFO: Sessions updated for user 2070. {"count":10} 
[2025-07-17 08:20:01] local.INFO: Sessions updated for user 2072. {"count":0} 
[2025-07-17 08:20:02] local.INFO: Sessions updated for user 2077. {"count":0} 
[2025-07-17 08:20:02] local.INFO: Sessions updated for user 2078. {"count":0} 
[2025-07-17 08:20:03] local.INFO: Sessions updated for user 2083. {"count":0} 
[2025-07-17 08:20:04] local.INFO: Sessions updated for user 2084. {"count":0} 
[2025-07-17 08:20:04] local.INFO: Sessions updated for user 2090. {"count":0} 
[2025-07-17 08:20:05] local.INFO: Sessions updated for user 2092. {"count":12} 
[2025-07-17 08:20:06] local.INFO: Sessions updated for user 2093. {"count":0} 
[2025-07-17 08:20:09] local.INFO: Sessions updated for user 2094. {"count":76} 
[2025-07-17 08:20:15] local.INFO: Sessions updated for user 2096. {"count":157} 
[2025-07-17 08:20:16] local.INFO: Sessions updated for user 2097. {"count":0} 
[2025-07-17 08:20:16] local.INFO: Sessions updated for user 2098. {"count":0} 
[2025-07-17 08:20:17] local.INFO: Sessions updated for user 2099. {"count":0} 
[2025-07-17 08:20:18] local.INFO: Sessions updated for user 2100. {"count":0} 
[2025-07-17 08:20:19] local.INFO: Sessions updated for user 2101. {"count":0} 
[2025-07-17 08:20:19] local.INFO: Sessions updated for user 2103. {"count":0} 
[2025-07-17 08:20:20] local.INFO: Sessions updated for user 2108. {"count":0} 
[2025-07-17 08:20:21] local.INFO: Sessions updated for user 2110. {"count":0} 
[2025-07-17 08:22:43] local.ERROR: AmpecoApiService: RequestException for sessions: HTTP request returned status code 500:
{
    "message": "Server Error"
}
 {"url":"https://cp.blulinc.com/public-api/resources/sessions/v1.0","status":500} 
[2025-07-17 08:22:43] local.INFO: Sessions updated for user 2113. {"count":0} 
[2025-07-17 08:23:27] local.INFO: Sessions updated for user 2114. {"count":0} 
[2025-07-17 08:23:33] local.INFO: Sessions updated for user 2115. {"count":0} 
[2025-07-17 08:23:33] local.INFO: Sessions updated for user 2116. {"count":0} 
[2025-07-17 08:23:34] local.INFO: Sessions updated for user 2117. {"count":0} 
[2025-07-17 08:23:35] local.INFO: Sessions updated for user 2118. {"count":0} 
[2025-07-17 08:23:36] local.INFO: Sessions updated for user 2120. {"count":0} 
[2025-07-17 08:23:37] local.INFO: Sessions updated for user 2121. {"count":0} 
[2025-07-17 08:23:37] local.INFO: Sessions updated for user 2122. {"count":0} 
[2025-07-17 08:23:38] local.INFO: Sessions updated for user 2123. {"count":0} 
[2025-07-17 08:23:44] local.INFO: Sessions updated for user 2124. {"count":3} 
[2025-07-17 08:23:49] local.INFO: Sessions updated for user 2125. {"count":16} 
[2025-07-17 08:23:56] local.ERROR: AmpecoApiService: RequestException for CP ID 390608: HTTP request returned status code 404:
{
    "message": "No query results for model [App\\Models\\ChargePoint] 390608"
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/390608","status":404} 
[2025-07-17 08:23:56] local.WARNING: AmpecoDataUpdater: Charge Point ID 390608 not found or inaccessible in API. Storing marker.  
[2025-07-17 08:23:59] local.INFO: Sessions updated for user 2126. {"count":23} 
[2025-07-17 08:24:03] local.INFO: Sessions updated for user 2127. {"count":8} 
[2025-07-17 08:24:05] local.INFO: Sessions updated for user 2130. {"count":14} 
[2025-07-17 08:24:16] local.INFO: Sessions updated for user 2131. {"count":9} 
[2025-07-17 08:24:17] local.INFO: Sessions updated for user 2132. {"count":0} 
[2025-07-17 08:24:22] local.INFO: Sessions updated for user 2134. {"count":15} 
[2025-07-17 08:24:23] local.INFO: Sessions updated for user 2135. {"count":0} 
[2025-07-17 08:24:28] local.INFO: Sessions updated for user 2136. {"count":6} 
[2025-07-17 08:24:30] local.INFO: Sessions updated for user 2139. {"count":0} 
[2025-07-17 08:24:31] local.INFO: Sessions updated for user 2140. {"count":0} 
[2025-07-17 08:24:32] local.INFO: Sessions updated for user 2141. {"count":20} 
[2025-07-17 08:24:40] local.INFO: Sessions updated for user 2142. {"count":23} 
[2025-07-17 08:24:43] local.INFO: Sessions updated for user 2146. {"count":51} 
[2025-07-17 08:24:45] local.INFO: Sessions updated for user 2147. {"count":26} 
[2025-07-17 08:24:45] local.INFO: Sessions updated for user 2149. {"count":0} 
[2025-07-17 08:24:46] local.INFO: Sessions updated for user 2152. {"count":0} 
[2025-07-17 08:24:48] local.INFO: Sessions updated for user 2153. {"count":3} 
[2025-07-17 08:24:49] local.INFO: Sessions updated for user 2154. {"count":0} 
[2025-07-17 08:24:50] local.INFO: Sessions updated for user 2155. {"count":0} 
[2025-07-17 08:24:51] local.INFO: Sessions updated for user 2156. {"count":1} 
[2025-07-17 08:24:51] local.INFO: Sessions updated for user 2157. {"count":0} 
[2025-07-17 08:24:52] local.INFO: Sessions updated for user 2159. {"count":0} 
[2025-07-17 08:24:53] local.INFO: Sessions updated for user 2161. {"count":0} 
[2025-07-17 08:24:53] local.INFO: Sessions updated for user 2162. {"count":0} 
[2025-07-17 08:24:56] local.INFO: Sessions updated for user 2163. {"count":4} 
[2025-07-17 08:24:58] local.INFO: Sessions updated for user 2164. {"count":3} 
[2025-07-17 08:24:59] local.INFO: Sessions updated for user 2165. {"count":0} 
[2025-07-17 08:24:59] local.INFO: Sessions updated for user 2166. {"count":0} 
[2025-07-17 08:25:05] local.INFO: Sessions updated for user 2167. {"count":17} 
[2025-07-17 08:25:12] local.INFO: Sessions updated for user 2168. {"count":24} 
[2025-07-17 08:25:13] local.INFO: Sessions updated for user 2169. {"count":12} 
[2025-07-17 08:25:14] local.INFO: Sessions updated for user 2170. {"count":7} 
[2025-07-17 08:25:20] local.INFO: Sessions updated for user 2171. {"count":26} 
[2025-07-17 08:25:21] local.INFO: Sessions updated for user 2172. {"count":0} 
[2025-07-17 08:25:23] local.INFO: Sessions updated for user 2173. {"count":25} 
[2025-07-17 08:25:24] local.INFO: Sessions updated for user 2174. {"count":6} 
[2025-07-17 08:25:25] local.INFO: Sessions updated for user 2175. {"count":0} 
[2025-07-17 08:25:25] local.INFO: Sessions updated for user 2177. {"count":0} 
[2025-07-17 08:25:31] local.INFO: Sessions updated for user 2178. {"count":21} 
[2025-07-17 08:25:31] local.INFO: Sessions updated for user 2179. {"count":0} 
[2025-07-17 08:25:32] local.INFO: Sessions updated for user 2180. {"count":0} 
[2025-07-17 08:25:33] local.INFO: Sessions updated for user 2181. {"count":0} 
[2025-07-17 08:25:33] local.INFO: Sessions updated for user 2182. {"count":0} 
[2025-07-17 08:25:35] local.INFO: Sessions updated for user 2183. {"count":25} 
[2025-07-17 08:25:36] local.INFO: Sessions updated for user 2184. {"count":0} 
[2025-07-17 08:25:36] local.INFO: Sessions updated for user 2185. {"count":0} 
[2025-07-17 08:25:37] local.INFO: Sessions updated for user 2186. {"count":0} 
[2025-07-17 08:25:39] local.INFO: Sessions updated for user 2187. {"count":2} 
[2025-07-17 08:25:40] local.INFO: Sessions updated for user 2188. {"count":0} 
[2025-07-17 08:25:41] local.INFO: Sessions updated for user 2190. {"count":0} 
[2025-07-17 08:25:42] local.INFO: Sessions updated for user 2191. {"count":0} 
[2025-07-17 08:25:43] local.INFO: Sessions updated for user 2192. {"count":0} 
[2025-07-17 08:25:43] local.INFO: Sessions updated for user 2193. {"count":0} 
[2025-07-17 08:25:44] local.INFO: Sessions updated for user 2196. {"count":0} 
[2025-07-17 08:25:45] local.INFO: Sessions updated for user 2198. {"count":0} 
[2025-07-17 08:25:47] local.INFO: Sessions updated for user 2199. {"count":23} 
[2025-07-17 08:25:47] local.INFO: Sessions updated for user 2200. {"count":0} 
[2025-07-17 08:25:48] local.INFO: Sessions updated for user 2201. {"count":0} 
[2025-07-17 08:25:49] local.INFO: Sessions updated for user 2202. {"count":0} 
[2025-07-17 08:25:52] local.INFO: Sessions updated for user 2203. {"count":25} 
[2025-07-17 08:25:53] local.INFO: Sessions updated for user 2204. {"count":0} 
[2025-07-17 08:25:55] local.INFO: Sessions updated for user 2205. {"count":19} 
[2025-07-17 08:25:59] local.INFO: Sessions updated for user 2206. {"count":15} 
[2025-07-17 08:26:03] local.INFO: Sessions updated for user 2207. {"count":20} 
[2025-07-17 08:26:04] local.INFO: Sessions updated for user 2208. {"count":0} 
[2025-07-17 08:26:04] local.INFO: Sessions updated for user 2209. {"count":0} 
[2025-07-17 08:26:05] local.INFO: Sessions updated for user 2210. {"count":0} 
[2025-07-17 08:26:07] local.INFO: Sessions updated for user 2213. {"count":5} 
[2025-07-17 08:26:09] local.INFO: Sessions updated for user 2214. {"count":1} 
[2025-07-17 08:26:10] local.INFO: Sessions updated for user 2215. {"count":5} 
[2025-07-17 08:26:18] local.INFO: Sessions updated for user 2216. {"count":8} 
[2025-07-17 08:26:19] local.INFO: Sessions updated for user 2217. {"count":0} 
[2025-07-17 08:26:19] local.INFO: Sessions updated for user 2218. {"count":0} 
[2025-07-17 08:26:25] local.INFO: Sessions updated for user 2221. {"count":41} 
[2025-07-17 08:26:30] local.INFO: Sessions updated for user 2224. {"count":5} 
[2025-07-17 08:26:31] local.INFO: Sessions updated for user 2226. {"count":0} 
[2025-07-17 08:26:37] local.INFO: Sessions updated for user 2227. {"count":6} 
[2025-07-17 08:26:37] local.INFO: Sessions updated for user 2228. {"count":0} 
[2025-07-17 08:26:42] local.INFO: Sessions updated for user 2229. {"count":4} 
[2025-07-17 08:26:42] local.INFO: Sessions updated for user 2232. {"count":0} 
[2025-07-17 08:26:43] local.INFO: Sessions updated for user 2233. {"count":0} 
[2025-07-17 08:26:44] local.INFO: Sessions updated for user 2234. {"count":0} 
[2025-07-17 08:26:44] local.INFO: Sessions updated for user 2236. {"count":0} 
[2025-07-17 08:26:58] local.INFO: Sessions updated for user 2237. {"count":25} 
[2025-07-17 08:27:06] local.INFO: Sessions updated for user 2238. {"count":10} 
[2025-07-17 08:27:07] local.INFO: Sessions updated for user 2239. {"count":1} 
[2025-07-17 08:27:08] local.INFO: Sessions updated for user 2240. {"count":0} 
[2025-07-17 08:27:09] local.INFO: Sessions updated for user 2242. {"count":0} 
[2025-07-17 08:27:09] local.INFO: Sessions updated for user 2243. {"count":0} 
[2025-07-17 08:27:10] local.INFO: Sessions updated for user 2244. {"count":0} 
[2025-07-17 08:27:11] local.INFO: Sessions updated for user 2245. {"count":0} 
[2025-07-17 08:27:11] local.INFO: Sessions updated for user 2246. {"count":0} 
[2025-07-17 08:27:12] local.INFO: Sessions updated for user 2247. {"count":0} 
[2025-07-17 08:27:13] local.INFO: Sessions updated for user 2248. {"count":0} 
[2025-07-17 08:27:19] local.INFO: Sessions updated for user 2249. {"count":7} 
[2025-07-17 08:27:20] local.INFO: Sessions updated for user 2250. {"count":0} 
[2025-07-17 08:27:23] local.INFO: Sessions updated for user 2251. {"count":3} 
[2025-07-17 08:27:24] local.INFO: Sessions updated for user 2253. {"count":0} 
[2025-07-17 08:27:24] local.INFO: Sessions updated for user 2254. {"count":0} 
[2025-07-17 08:27:25] local.INFO: Sessions updated for user 2255. {"count":0} 
[2025-07-17 08:27:26] local.INFO: Sessions updated for user 2256. {"count":0} 
[2025-07-17 08:27:27] local.INFO: Sessions updated for user 2257. {"count":0} 
[2025-07-17 08:27:30] local.INFO: Sessions updated for user 2258. {"count":2} 
[2025-07-17 08:27:30] local.INFO: Sessions updated for user 2259. {"count":0} 
[2025-07-17 08:27:31] local.INFO: Sessions updated for user 2260. {"count":0} 
[2025-07-17 08:27:32] local.INFO: Sessions updated for user 2261. {"count":0} 
[2025-07-17 08:27:37] local.INFO: Sessions updated for user 2262. {"count":6} 
[2025-07-17 08:27:38] local.INFO: Sessions updated for user 2263. {"count":0} 
[2025-07-17 08:27:38] local.INFO: Sessions updated for user 2264. {"count":0} 
[2025-07-17 08:27:39] local.INFO: Sessions updated for user 2265. {"count":0} 
[2025-07-17 08:27:40] local.INFO: Sessions updated for user 2266. {"count":0} 
[2025-07-17 08:27:40] local.INFO: Sessions updated for user 2267. {"count":0} 
[2025-07-17 08:27:42] local.INFO: Sessions updated for user 2268. {"count":1} 
[2025-07-17 08:27:42] local.INFO: Sessions updated for user 2269. {"count":0} 
[2025-07-17 08:27:43] local.INFO: Sessions updated for user 2270. {"count":0} 
[2025-07-17 08:27:53] local.INFO: Sessions updated for user 2272. {"count":24} 
[2025-07-17 08:27:53] local.INFO: Sessions updated for user 2273. {"count":0} 
[2025-07-17 08:27:54] local.INFO: Sessions updated for user 2274. {"count":0} 
[2025-07-17 08:27:55] local.INFO: Sessions updated for user 2275. {"count":1} 
[2025-07-17 08:27:57] local.INFO: Sessions updated for user 2277. {"count":1} 
[2025-07-17 08:27:57] local.INFO: Sessions updated for user 2279. {"count":0} 
[2025-07-17 08:27:59] local.INFO: Sessions updated for user 2280. {"count":7} 
[2025-07-17 08:28:00] local.INFO: Sessions updated for user 2281. {"count":0} 
[2025-07-17 08:28:00] local.INFO: Sessions updated for user 2284. {"count":0} 
[2025-07-17 08:28:01] local.INFO: Sessions updated for user 2288. {"count":0} 
[2025-07-17 08:28:02] local.INFO: Sessions updated for user 2289. {"count":0} 
[2025-07-17 08:28:02] local.INFO: Sessions updated for user 2290. {"count":0} 
[2025-07-17 08:28:03] local.INFO: Sessions updated for user 2291. {"count":0} 
[2025-07-17 08:28:04] local.INFO: Sessions updated for user 2292. {"count":0} 
[2025-07-17 08:28:04] local.INFO: Sessions updated for user 2294. {"count":0} 
[2025-07-17 08:28:05] local.INFO: Sessions updated for user 2295. {"count":0} 
[2025-07-17 08:28:06] local.INFO: Sessions updated for user 2296. {"count":0} 
[2025-07-17 08:28:07] local.INFO: Sessions updated for user 2297. {"count":0} 
[2025-07-17 08:28:07] local.INFO: Sessions updated for user 2299. {"count":0} 
[2025-07-17 08:28:08] local.INFO: Sessions updated for user 2300. {"count":0} 
[2025-07-17 08:28:09] local.INFO: Sessions updated for user 2301. {"count":0} 
[2025-07-17 08:28:10] local.INFO: Sessions updated for user 2302. {"count":0} 
[2025-07-17 08:28:11] local.INFO: Sessions updated for user 2304. {"count":0} 
[2025-07-17 08:28:12] local.INFO: Sessions updated for user 2305. {"count":0} 
[2025-07-17 08:28:13] local.INFO: Sessions updated for user 2307. {"count":0} 
[2025-07-17 08:28:13] local.INFO: Sessions updated for user 2308. {"count":0} 
[2025-07-17 08:28:14] local.INFO: Sessions updated for user 2309. {"count":0} 
[2025-07-17 08:28:15] local.INFO: Sessions updated for user 2310. {"count":0} 
[2025-07-17 08:28:15] local.INFO: Sessions updated for user 2311. {"count":0} 
[2025-07-17 08:28:16] local.INFO: Sessions updated for user 2312. {"count":0} 
[2025-07-17 08:28:17] local.INFO: Sessions updated for user 2313. {"count":0} 
[2025-07-17 08:28:17] local.INFO: Sessions updated for user 2314. {"count":0} 
[2025-07-17 08:28:18] local.INFO: Sessions updated for user 2315. {"count":0} 
[2025-07-17 08:28:20] local.INFO: Sessions updated for user 2317. {"count":8} 
[2025-07-17 08:28:20] local.INFO: Sessions updated for user 2318. {"count":3} 
[2025-07-17 08:28:21] local.INFO: Sessions updated for user 2319. {"count":7} 
[2025-07-17 08:28:22] local.INFO: Sessions updated for user 2320. {"count":1} 
[2025-07-17 08:28:24] local.INFO: Sessions updated for user 2321. {"count":6} 
[2025-07-17 08:28:24] local.INFO: Sessions updated for user 2322. {"count":0} 
[2025-07-17 08:28:25] local.INFO: Sessions updated for user 2323. {"count":3} 
[2025-07-17 08:28:26] local.INFO: Sessions updated for user 2324. {"count":2} 
[2025-07-17 08:28:26] local.INFO: Sessions updated for user 2325. {"count":0} 
[2025-07-17 08:28:27] local.INFO: Sessions updated for user 2326. {"count":4} 
[2025-07-17 08:28:28] local.INFO: Sessions updated for user 2327. {"count":0} 
[2025-07-17 08:28:29] local.INFO: Sessions updated for user 2328. {"count":8} 
[2025-07-17 08:28:31] local.INFO: Sessions updated for user 2329. {"count":9} 
[2025-07-17 08:28:31] local.INFO: Sessions updated for user 2330. {"count":0} 
[2025-07-17 08:28:32] local.INFO: Sessions updated for user 2331. {"count":0} 
[2025-07-17 08:28:33] local.INFO: Sessions updated for user 2332. {"count":0} 
[2025-07-17 08:28:33] local.INFO: Sessions updated for user 2333. {"count":0} 
[2025-07-17 08:28:35] local.INFO: Sessions updated for user 2334. {"count":3} 
[2025-07-17 08:28:36] local.INFO: Sessions updated for user 2335. {"count":7} 
[2025-07-17 08:28:37] local.INFO: Sessions updated for user 2336. {"count":0} 
[2025-07-17 08:28:38] local.INFO: Sessions updated for user 2338. {"count":0} 
[2025-07-17 08:28:44] local.INFO: Sessions updated for user 2339. {"count":8} 
[2025-07-17 08:28:51] local.INFO: Sessions updated for user 2340. {"count":15} 
[2025-07-17 08:28:51] local.INFO: Sessions updated for user 2341. {"count":0} 
[2025-07-17 08:28:53] local.INFO: Sessions updated for user 2342. {"count":1} 
[2025-07-17 08:28:58] local.INFO: Sessions updated for user 2343. {"count":5} 
[2025-07-17 08:29:00] local.INFO: Sessions updated for user 2344. {"count":9} 
[2025-07-17 08:29:08] local.INFO: Sessions updated for user 2345. {"count":19} 
[2025-07-17 08:29:10] local.INFO: Sessions updated for user 2346. {"count":1} 
[2025-07-17 08:29:11] local.INFO: Sessions updated for user 2347. {"count":0} 
[2025-07-17 08:29:12] local.INFO: Sessions updated for user 2348. {"count":0} 
[2025-07-17 08:29:13] local.INFO: Sessions updated for user 2349. {"count":1} 
[2025-07-17 08:29:14] local.INFO: Sessions updated for user 2351. {"count":0} 
[2025-07-17 08:29:14] local.INFO: Sessions updated for user 2352. {"count":0} 
[2025-07-17 08:29:15] local.INFO: Sessions updated for user 2354. {"count":0} 
[2025-07-17 08:29:16] local.INFO: Sessions updated for user 2355. {"count":0} 
[2025-07-17 08:29:17] local.INFO: Sessions updated for user 2356. {"count":1} 
[2025-07-17 08:29:17] local.INFO: Sessions updated for user 2357. {"count":0} 
[2025-07-17 08:29:18] local.INFO: Sessions updated for user 2358. {"count":0} 
[2025-07-17 08:29:19] local.INFO: Sessions updated for user 2360. {"count":0} 
[2025-07-17 08:29:20] local.INFO: Sessions updated for user 2361. {"count":0} 
[2025-07-17 08:29:21] local.INFO: Sessions updated for user 2362. {"count":0} 
[2025-07-17 08:29:21] local.INFO: Sessions updated for user 2364. {"count":1} 
[2025-07-17 08:29:22] local.INFO: Sessions updated for user 2365. {"count":0} 
[2025-07-17 08:29:23] local.INFO: Sessions updated for user 2366. {"count":0} 
[2025-07-17 08:29:24] local.INFO: Sessions updated for user 2370. {"count":0} 
[2025-07-17 08:29:24] local.INFO: Sessions updated for user 2371. {"count":0} 
[2025-07-17 08:29:25] local.INFO: Sessions updated for user 2373. {"count":0} 
[2025-07-17 08:29:26] local.INFO: Sessions updated for user 2374. {"count":0} 
[2025-07-17 08:29:27] local.INFO: Sessions updated for user 2375. {"count":0} 
[2025-07-17 08:29:27] local.INFO: Sessions updated for user 2376. {"count":0} 
[2025-07-17 08:29:28] local.INFO: Sessions updated for user 2378. {"count":0} 
[2025-07-17 08:29:30] local.INFO: Sessions updated for user 2379. {"count":1} 
[2025-07-17 08:29:31] local.INFO: Sessions updated for user 2380. {"count":0} 
[2025-07-17 08:29:32] local.INFO: Sessions updated for user 2381. {"count":0} 
[2025-07-17 08:29:32] local.INFO: Sessions updated for user 2382. {"count":0} 
[2025-07-17 08:29:33] local.INFO: Sessions updated for user 2383. {"count":1} 
[2025-07-17 08:29:34] local.INFO: Sessions updated for user 2384. {"count":0} 
[2025-07-17 08:29:35] local.INFO: Sessions updated for user 2385. {"count":1} 
[2025-07-17 08:29:36] local.INFO: Sessions updated for user 2387. {"count":0} 
[2025-07-17 08:29:40] local.INFO: Sessions updated for user 2388. {"count":3} 
[2025-07-17 08:29:45] local.INFO: Sessions updated for user 2389. {"count":3} 
[2025-07-17 08:29:46] local.INFO: Sessions updated for user 2391. {"count":0} 
[2025-07-17 08:29:48] local.INFO: Sessions updated for user 2392. {"count":1} 
[2025-07-17 08:29:49] local.INFO: Sessions updated for user 2393. {"count":0} 
[2025-07-17 08:29:49] local.INFO: Sessions updated for user 2394. {"count":0} 
[2025-07-17 08:29:50] local.INFO: Sessions updated for user 2395. {"count":0} 
[2025-07-17 08:29:51] local.INFO: Sessions updated for user 2396. {"count":0} 
[2025-07-17 08:29:52] local.INFO: Sessions updated for user 2397. {"count":1} 
[2025-07-17 08:29:53] local.INFO: Sessions updated for user 2398. {"count":0} 
[2025-07-17 08:29:53] local.INFO: Sessions updated for user 2399. {"count":0} 
[2025-07-17 08:29:54] local.INFO: Sessions updated for user 2400. {"count":1} 
[2025-07-17 08:29:55] local.INFO: Sessions updated for user 2402. {"count":0} 
[2025-07-17 08:29:55] local.INFO: Sessions updated for user 2403. {"count":0} 
[2025-07-17 08:30:00] local.ERROR: AmpecoApiService: RequestException for CP ID 595388: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595388","status":403} 
[2025-07-17 08:30:00] local.WARNING: AmpecoDataUpdater: Charge Point ID 595388 not found or inaccessible in API. Storing marker.  
[2025-07-17 08:30:05] local.ERROR: AmpecoApiService: RequestException for CP ID 595389: HTTP request returned status code 403:
{
    "message": "The user does not have access to this resource."
}
 {"url":"https://cp.blulinc.com/public-api/resources/charge-points/v2.0/595389","status":403} 
[2025-07-17 08:30:05] local.WARNING: AmpecoDataUpdater: Charge Point ID 595389 not found or inaccessible in API. Storing marker.  
[2025-07-17 08:30:07] local.INFO: Sessions updated for user 2404. {"count":13} 
[2025-07-17 08:30:08] local.INFO: Sessions updated for user 2405. {"count":0} 
[2025-07-17 08:30:09] local.INFO: Sessions updated for user 2406. {"count":5} 
[2025-07-17 08:30:09] local.INFO: Sessions updated for user 2407. {"count":0} 
[2025-07-17 08:30:14] local.INFO: Sessions updated for user 2408. {"count":10} 
[2025-07-17 08:30:16] local.INFO: Sessions updated for user 2410. {"count":1} 
[2025-07-17 08:30:18] local.INFO: Sessions updated for user 2412. {"count":1} 
[2025-07-17 08:30:19] local.INFO: Sessions updated for user 2413. {"count":0} 
[2025-07-17 08:30:19] local.INFO: Sessions updated for user 2414. {"count":0} 
[2025-07-17 08:30:20] local.INFO: Sessions updated for user 2415. {"count":0} 
[2025-07-17 08:30:21] local.INFO: Sessions updated for user 2416. {"count":0} 
[2025-07-17 08:30:21] local.INFO: Sessions updated for user 2417. {"count":0} 
[2025-07-17 08:30:22] local.INFO: Sessions updated for user 2418. {"count":0} 
[2025-07-17 08:30:23] local.INFO: Sessions updated for user 2419. {"count":0} 
[2025-07-17 08:30:23] local.INFO: Sessions updated for user 2420. {"count":0} 
[2025-07-17 08:30:24] local.INFO: Sessions updated for user 2421. {"count":0} 
[2025-07-17 08:30:25] local.INFO: Sessions updated for user 2422. {"count":0} 
[2025-07-17 08:30:25] local.INFO: Sessions updated for user 2424. {"count":0} 
[2025-07-17 08:30:26] local.INFO: Sessions updated for user 2425. {"count":0} 
[2025-07-17 08:30:27] local.INFO: Sessions updated for user 2426. {"count":0} 
[2025-07-17 08:30:28] local.INFO: Sessions updated for user 2427. {"count":0} 
[2025-07-17 08:30:29] local.INFO: Sessions updated for user 2428. {"count":0} 
[2025-07-17 08:30:30] local.INFO: Sessions updated for user 2430. {"count":0} 
[2025-07-17 08:30:31] local.INFO: Sessions updated for user 2431. {"count":0} 
[2025-07-17 08:30:32] local.INFO: Sessions updated for user 2432. {"count":0} 
[2025-07-17 08:30:33] local.INFO: Sessions updated for user 2433. {"count":0} 
[2025-07-17 08:30:34] local.INFO: Sessions updated for user 2435. {"count":0} 
[2025-07-17 08:30:34] local.INFO: Total Users processed for sessions. {"count":1972} 
[2025-07-17 08:30:34] local.INFO: Ampeco data update completed successfully!  
[2025-07-17 08:34:16] local.ERROR: Command "app:admin-user-seeder" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"app:admin-user-seeder\" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php:725)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('app:admin-user-...')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-07-17 18:12:57] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 18:13:09] local.ERROR: BlulincApiService: General error for /partners/v2.0 {"url":"/partners/v2.0","message":"cURL error 6: Could not resolve host: partners (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for partners/v2.0?page=1&per_page=100"} 
[2025-07-17 18:13:19] local.ERROR: BlulincApiService: General error for /partner-invites/v1.0 {"url":"/partner-invites/v1.0","message":"cURL error 6: Could not resolve host: partner-invites (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for partner-invites/v1.0?page=1&per_page=100"} 
[2025-07-17 18:13:19] local.INFO: Blulinc Partner Invites update completed successfully! {"processed_invites":0} 
[2025-07-17 18:15:40] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 18:15:50] local.ERROR: BlulincApiService: General error for /partners/v2.0 {"url":"/partners/v2.0","message":"cURL error 6: Could not resolve host: partners (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for partners/v2.0?page=1&per_page=100"} 
[2025-07-17 18:16:00] local.ERROR: BlulincApiService: General error for /partner-invites/v1.0 {"url":"/partner-invites/v1.0","message":"cURL error 6: Could not resolve host: partner-invites (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for partner-invites/v1.0?page=1&per_page=100"} 
[2025-07-17 18:16:00] local.INFO: Blulinc Partner Invites update completed successfully! {"processed_invites":0} 
[2025-07-17 18:19:27] local.ERROR: Blulinc API URL is not configured. Please check your .env file for BLULINC_API_URL. {"exception":"[object] (InvalidArgumentException(code: 0): Blulinc API URL is not configured. Please check your .env file for BLULINC_API_URL. at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\services\\BlulincApiservice.php:25)
[stacktrace]
#0 [internal function]: App\\Services\\BlulincApiService->__construct()
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1062): ReflectionClass->newInstanceArgs(Array)
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(890): Illuminate\\Container\\Container->build('App\\\\Services\\\\Bl...')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1077): Illuminate\\Container\\Container->resolve('App\\\\Services\\\\Bl...', Array, true)
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(821): Illuminate\\Foundation\\Application->resolve('App\\\\Services\\\\Bl...', Array)
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1057): Illuminate\\Container\\Container->make('App\\\\Services\\\\Bl...', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1202): Illuminate\\Foundation\\Application->make('App\\\\Services\\\\Bl...')
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1101): Illuminate\\Container\\Container->resolveClass(Object(ReflectionParameter))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1052): Illuminate\\Container\\Container->resolveDependencies(Array)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(890): Illuminate\\Container\\Container->build('App\\\\Console\\\\Com...')
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1077): Illuminate\\Container\\Container->resolve('App\\\\Console\\\\Com...', Array, true)
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(821): Illuminate\\Foundation\\Application->resolve('App\\\\Console\\\\Com...', Array)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1057): Illuminate\\Container\\Container->make('App\\\\Console\\\\Com...', Array)
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(261): Illuminate\\Foundation\\Application->make('App\\\\Console\\\\Com...')
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(375): Illuminate\\Console\\Application->resolve('App\\\\Console\\\\Com...')
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(133): Illuminate\\Foundation\\Console\\Kernel->{closure:Illuminate\\Foundation\\Console\\Kernel::load():374}(Object(Illuminate\\Console\\Application))
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(80): Illuminate\\Console\\Application->bootstrap()
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(539): Illuminate\\Console\\Application->__construct(Object(Illuminate\\Foundation\\Application), Object(Illuminate\\Events\\Dispatcher), '12.16.0')
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Illuminate\\Foundation\\Console\\Kernel->getArtisan()
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#21 {main}
"} 
[2025-07-17 18:22:35] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 18:22:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":1,\"name\":\"DO NOT DELETE - For App Store Approvals\",\"businessName\":\"DO NOT DELETE - For App Store Approvals\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":15,\"name\":\"Dn Construction\",\"businessName\":\"Dn Construction\",\"regNo\":\"0890.143.066\",\"vatNo\":\"BE 0890.143.066\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Temse,\",\"postcode\":\"9140\",\"address\":\"Burgem. Achiel Heymanstraat 29,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Nys\",\"email\":\"nys.danny@telenet.be\",\"phone\":\"+32477826185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":16,\"name\":\"GHL Logistics\",\"businessName\":\"GHL Logistics\",\"regNo\":\"BE0670.990.174\",\"vatNo\":\"BE0670.990.174\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Zandvoordestraat 503\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ghazaryan Hayk\",\"email\":\"info@ghllogistics.be\",\"phone\":\"0488720005\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":17,\"name\":\"JC pigeons\",\"businessName\":\"JC pigeons\",\"regNo\":\"BE0764.426.217\",\"vatNo\":\"BE0764.426.217\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Van Audenhovestraat 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jef Cuypers\",\"email\":\"jef.cuypers1@telenet.be\",\"phone\":\"0478307698\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":18,\"name\":\"Taxcon\",\"businessName\":\"Taxcon\",\"regNo\":\"BE0879.531.068\",\"vatNo\":\"BE0879.531.068\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ardooie,\",\"postcode\":\"8850\",\"address\":\"Oude Zwevezeelsestraat 22,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Van Tieghem\",\"email\":\"taxcon@skynet.be\",\"phone\":\"0475591200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":19,\"name\":\"Mark De Bleecker\",\"businessName\":\"Mark De Bleecker\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Kleemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark De Bleecker\",\"email\":\"debleecker.nv@telenet.be\",\"phone\":\"+32477391207\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":22,\"name\":\"Thor Bv\",\"businessName\":\"Thor Bv\",\"regNo\":\"0663.774.463\",\"vatNo\":\"BE 0663.774.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Grobbendonk\",\"postcode\":\"2280\",\"address\":\"Neerveld 11, 2280 Grobbendonk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Horemans\",\"email\":\"Zaakvoerder\",\"phone\":\"0476398890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":30,\"name\":\"Praktijk Sabine Deloof\",\"businessName\":\"Praktijk Sabine Deloof\",\"regNo\":null,\"vatNo\":\"BE0745.477.761\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Vuldersstraat 90,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Francois\",\"email\":\"filip.franswa@gmail.com\",\"phone\":\"0479395724\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":32,\"name\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"regNo\":\"0404584525\",\"vatNo\":\"BE0404584525\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"59 Box 1 Brusselstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jos Nyns\",\"email\":\"ali.hashem@q8.com\",\"phone\":\"+32 3 241 35 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":33,\"name\":\"CPO - Powerdale\",\"businessName\":\"CPO - Powerdale\",\"regNo\":\"0479.282.443\",\"vatNo\":\"BE0479.282.443\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"4 Kerkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain De Cat\",\"email\":null,\"phone\":\"+3285274900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":34,\"name\":\"CPO - Allego B.V.\",\"businessName\":\"CPO - Allego B.V.\",\"regNo\":\"54100038\",\"vatNo\":\"KVK 54100038\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6800 AW\",\"address\":\"73 Westervoortsedijk  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CH Pitt\",\"email\":null,\"phone\":\"+31-0800-37-45-337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":35,\"name\":\"CPO - Threeforce BV\",\"businessName\":\"CPO - Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":36,\"name\":\"CPO - IONITY GmbH\",\"businessName\":\"CPO - IONITY GmbH\",\"regNo\":\"234408\",\"vatNo\":\"HRB 234408\",\"country\":\"DE\",\"region\":null,\"city\":\"Munich\",\"postcode\":\"D-80809\",\"address\":\"84 Moosacher Strasse  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":37,\"name\":\"EMSP- Optimile Bv\",\"businessName\":\"EMSP- Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Optimile\",\"email\":\"invoices@optimile.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":39,\"name\":\"CPO - Greenflux Assets B.V.\",\"businessName\":\"CPO - Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":40,\"name\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"regNo\":\"24025263\",\"vatNo\":\"KVK24025263\",\"country\":\"NL\",\"region\":null,\"city\":\"The Hague\",\"postcode\":\"2595\",\"address\":\"50 Schenkkade\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Dochez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":41,\"name\":\"CPO - EVBox B.V.\",\"businessName\":\"CPO - EVBox B.V.\",\"regNo\":\"32165082\",\"vatNo\":\"kvk32165082\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1076 EE\",\"address\":\"115 Fred. Roeskestraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Vereenooghe\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"CDR Team EVBox\",\"email\":\"cdr@evbox.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":42,\"name\":\"EMSP- ChargePoint Austria GmbH\",\"businessName\":\"EMSP- ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hanke David\",\"email\":\"david.hanke@chargepoint.com\",\"phone\":\"(+43) 1 36 12 23 01 0\"},\"technical\":{\"contactPerson\":\"Henrik Gerdes,\",\"email\":\"support-beenergised@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rex Jackson\",\"email\":\"emsp-purchasing-beenergised@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":43,\"name\":\"Ssp\",\"businessName\":\"Ssp\",\"regNo\":\"0633.907.668\",\"vatNo\":\"BE0633.907.668\",\"country\":\"BE\",\"region\":null,\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Tuyaertsstraat 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Nuyens\",\"email\":\"nuyenssteven@gmail.com\",\"phone\":\"0487562506\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":48,\"name\":\"Dayone BV\",\"businessName\":\"Dayone BV\",\"regNo\":\"BE0776.446.693\",\"vatNo\":\"BE0776.446.693\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Dr. Paul Janssenstraat 48\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Van Schaik\",\"email\":\"michiel.vanschaik@sparkx.be\",\"phone\":\"0032472895893\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":49,\"name\":\"Casteels Vastgoed\",\"businessName\":\"Casteels Vastgoed\",\"regNo\":\"0720.632.794\",\"vatNo\":\"BE0720.632.794\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Driesstraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alex Casteels\",\"email\":\"hello@casteelsvastgoed.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":54,\"name\":\"Bimmo (BV)\",\"businessName\":\"Bimmo (BV)\",\"regNo\":\"0478.568.801\",\"vatNo\":\"BE0478.568.801\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Britselei 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anton Spits\",\"email\":\"info@brody.be\",\"phone\":\"03 663 88 07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Brody\",\"email\":\"invoice@brody.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":60,\"name\":\"Expertisebureau Vermeulen\",\"businessName\":\"Expertisebureau Vermeulen\",\"regNo\":\"0842209428\",\"vatNo\":\"BE0842209428\",\"country\":\"belgie\",\"region\":null,\"city\":\"Beveren-Waas\",\"postcode\":\"9120\",\"address\":\"Glazenleeuwstraat 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Vermeulen\",\"email\":\"michiel.vermeulen@telenet.be\",\"phone\":\"0485620791\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":63,\"name\":\"Kato VOF\",\"businessName\":\"Kato VOF\",\"regNo\":\"BE 0885.060.266\",\"vatNo\":\"0885.060.266\",\"country\":\"belgie\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Albert Van Heckelaan 9\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goossens Carls\",\"email\":\"carl.goossens2@telenet.be\",\"phone\":\"0475956056\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":68,\"name\":\"Ivo Verpraet\",\"businessName\":\"Ivo Verpraet\",\"regNo\":\"nvt\",\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Esptweg 14\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivo Verpraet\",\"email\":\"i.verpraet@telenet.be\",\"phone\":\"+(324) 973-52835\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":71,\"name\":\"BV Bakkerij Philippe\",\"businessName\":\"BV Bakkerij Philippe\",\"regNo\":\"0830.183.012\",\"vatNo\":\"BE 0830.183.012\",\"country\":\"Bekgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Hovenierstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Vergauwen\",\"email\":\"fa112908@msn.com\",\"phone\":\"+32476428613\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":74,\"name\":\"Bj\\u00f6rn De Vuyst\",\"businessName\":\"Bj\\u00f6rn De Vuyst\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Spoorwegwegel 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bj\\u00f6rn De Vuyst\",\"email\":\"bjorn.de.vuyst2@telenet.be\",\"phone\":\"0498568862\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":75,\"name\":\"Luc Bogaert\",\"businessName\":\"Luc Bogaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Kluisbergen\",\"postcode\":\"9690\",\"address\":\"Hoogweg 2 9690 Kluisbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bogaert\",\"email\":\"bogaert_luc@me.com\",\"phone\":\"0478379360\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":76,\"name\":\"Ronny Ediers\",\"businessName\":\"Ronny Ediers\",\"regNo\":\"0503.963.401\",\"vatNo\":\"BE 0503.963.401\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Raapveld 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Ediers\",\"email\":\"ronny.ediers@outlook.com\",\"phone\":\"0493056490\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":77,\"name\":\"Erwin Claes\",\"businessName\":\"Erwin Claes\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlaar\",\"postcode\":\"2590\",\"address\":\"Gasbakstraat 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erwin Claes\",\"email\":\"erwin.claes7@telenet.be\",\"phone\":\"+32490429843\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":78,\"name\":\"Bert Luysterman\",\"businessName\":\"Bert Luysterman\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Hofstade\",\"postcode\":\"9308\",\"address\":\"Steenweg op Dendermonde 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Luysterman\",\"email\":\"Luysterman.bert@gmail.com\",\"phone\":\"+32473646265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":80,\"name\":\"Wim Allegaert\",\"businessName\":\"Wim Allegaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Klaverweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Allegaert\",\"email\":\"wim.allegaert@mjladvice.com\",\"phone\":\"0474977433\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":81,\"name\":\"PLDW Bvba\",\"businessName\":\"PLDW Bvba\",\"regNo\":\"0681.652.454\",\"vatNo\":\"BE 0681.652.454\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Broekveldstraat 21, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Limbourg\",\"email\":\"info@pldwbvba.be\",\"phone\":\"+32491358050\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":86,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"regNo\":\"257600445\",\"vatNo\":\"FR257600445\",\"country\":\"FR\",\"region\":null,\"city\":\"Isneauville\",\"postcode\":\"76230\",\"address\":\"240 Rue Augustin Fresnel\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"d'Annoux Ana\\u00efs\",\"email\":\"anais.dannoux@totalenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":87,\"name\":\"P.M.G-Galuk\",\"businessName\":\"P.M.G-Galuk\",\"regNo\":\"838008932\",\"vatNo\":\"BE0838008932\",\"country\":\"BE\",\"region\":null,\"city\":\"Grimbergen\",\"postcode\":\"1800\",\"address\":\"Albrecht Rodenbachlaan 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paulina Medrek\",\"email\":\"paulina.medrek@hotmail.com\",\"phone\":\"0486077042\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":88,\"name\":\"Lyubo Test Partner\",\"businessName\":\"Lyubo Test Partner\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":93,\"name\":\"CPO - Electric 55 Charging\",\"businessName\":\"CPO - Electric 55 Charging\",\"regNo\":\"832 489 801\",\"vatNo\":\"FR832 489 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Tropez.\",\"postcode\":\"83990\",\"address\":\"Espace des Lices, 9 Bld Louis Blanc\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alicia MIRANDA\",\"email\":\"alicia@e55c.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":102,\"name\":\"EMSP- ConnectNed B.V.\",\"businessName\":\"EMSP- ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":103,\"name\":\"ChargePoly\",\"businessName\":\"ChargePoly\",\"regNo\":\"85085499300019\",\"vatNo\":\"85085499300019\",\"country\":\"FR\",\"region\":null,\"city\":\"Aix-En-Provence\",\"postcode\":\"13593\",\"address\":\"31 Parc du golf\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":105,\"name\":\"CPO - Liikennevirta Oy (VIRTA)\",\"businessName\":\"CPO - Liikennevirta Oy (VIRTA)\",\"regNo\":null,\"vatNo\":\"2588986-2\",\"country\":\"FI\",\"region\":null,\"city\":\"Helsinki\",\"postcode\":\"00180\",\"address\":\"3 Energiakuja\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":112,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AUCH\",\"postcode\":\"32008\",\"address\":\"Place de l'ancien Foirail 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":113,\"name\":\"CPO - Rossini Energy\",\"businessName\":\"CPO - Rossini Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Villeneuve-d'Ascq\",\"postcode\":\"59650\",\"address\":\"Rue Horus 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rossini Luca\",\"email\":\"luca@rossinienergy.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":114,\"name\":\"CPO - WAAT SAS\",\"businessName\":\"CPO - WAAT SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Malakoff\",\"postcode\":\"92240\",\"address\":\"Rue Raymond David 10-20\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bon Jacques-Alexis\",\"email\":\"ja.bon@waat.fr\",\"phone\":\"+33698723265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":115,\"name\":\"EMSP- Freshmile Services\",\"businessName\":\"EMSP- Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"0668781435\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 3 68 78 14 35\"},\"billing\":{\"contactPerson\":\"Invoice Freshmile\",\"email\":\"roaming@freshmile.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":117,\"name\":\"CPO - Izivia SA\",\"businessName\":\"CPO - Izivia SA\",\"regNo\":\"419070180\",\"vatNo\":\"FR51419070180\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Avenue de l'Arche 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wehbe Ramy\",\"email\":\"ramy.wehbe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Equipe Facturation itin\\u00e9rance IZIVIA\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":119,\"name\":\"SPBR1\",\"businessName\":\"SPBR1\",\"regNo\":\"538133166\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rueil Malmaison\",\"postcode\":\"92500\",\"address\":\"Avenue de Colmar 64\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":120,\"name\":\"CPO - GreenWay Infrastructure s.r.o.\",\"businessName\":\"CPO - GreenWay Infrastructure s.r.o.\",\"regNo\":\"47728086\",\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Bratislava\",\"postcode\":\"85101\",\"address\":\"Einsteinova 24\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perger Adam\",\"email\":\"adam.perger@greenwaynetwork.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":121,\"name\":\"CPO - ZEborne\",\"businessName\":\"CPO - ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":122,\"name\":\"CPO - SIPLEC\",\"businessName\":\"CPO - SIPLEC\",\"regNo\":\"315281113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ivry-sur-Seine\",\"postcode\":\"94200\",\"address\":\"Quai Marcel Boyer 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hallopeau L\\u00e9opold\",\"email\":\"l.hallopeau@siplec.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":123,\"name\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"businessName\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"regNo\":\"20002678900053\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Carcassonne\",\"postcode\":\"11000\",\"address\":\"Rue Barb\\u00e8s 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":9,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":100,\"total\":839}}"} 
[2025-07-17 18:22:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":124,\"name\":\"CPO - Clicsysteme SAS (Car2plug)\",\"businessName\":\"CPO - Clicsysteme SAS (Car2plug)\",\"regNo\":\"803965110\",\"vatNo\":\"FR42803965110\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"Rue de Peinthievre 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Benami Eyal\",\"email\":\"eyal.benami@car2plug.fr\",\"phone\":\"+33767662028\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":126,\"name\":\"CPO - Indigo Park\",\"businessName\":\"CPO - Indigo Park\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"1 Place des Degr\\u00e9s - Tour Voltaire 92800 , Puteaux\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":127,\"name\":\"CPO - ZEPHYRE\",\"businessName\":\"CPO - ZEPHYRE\",\"regNo\":\"828414656\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"Rue Lyautey 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arrighi Charles\",\"email\":\"support@zephyre.fr\",\"phone\":\"+33180977675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":128,\"name\":\"EMSP- Electromaps S.L.\",\"businessName\":\"EMSP- Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":129,\"name\":\"CPO - MODULO\",\"businessName\":\"CPO - MODULO\",\"regNo\":\"841376734\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Tours\",\"postcode\":\"37000\",\"address\":\"BLAISE PASCAL 12-14\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Debouchage Emeric\",\"email\":\"edebouchage@modulo-energies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":130,\"name\":\"EMSP- Shell EV Charging Solutions B.V.\",\"businessName\":\"EMSP- Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":131,\"name\":\"CPO - Duferco Energia S.p.a.\",\"businessName\":\"CPO - Duferco Energia S.p.a.\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Genova\",\"postcode\":\"16126\",\"address\":\"4 Via Paolo Imperiale 16126 , Genova\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Merella Francesco\",\"email\":\"f.merella@dufercoenergia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":132,\"name\":\"Aix-Marseille Provence M\\u00e9tropole\",\"businessName\":\"Aix-Marseille Provence M\\u00e9tropole\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13007\",\"address\":\"58 Boulevard Charles Livon 13007 , Marseille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"dupont anthony\",\"email\":\"anthony.dupont@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":133,\"name\":\"Exadys\",\"businessName\":\"Exadys\",\"regNo\":\"89144253500011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Almeida JP\",\"email\":\"jpalmeida@exadys.com\",\"phone\":\"+33612779883\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":134,\"name\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"businessName\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nancy Cedex\",\"postcode\":\"54035\",\"address\":\"22-24 Viaduc Kennedy c.o. n\\u00b080036 54035 , Nancy Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perrolaz Frederic\",\"email\":\"frederic.perrollaz@grand-nancy.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":135,\"name\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"businessName\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-R\\u00e9my-de-Provence\",\"postcode\":\"13210\",\"address\":\"23 Avenue des Joncades Basses 13210 , Saint-R\\u00e9my-de-Provence France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GUINTINI Corinne\",\"email\":\"corinne.guintini@ccvba.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":136,\"name\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"businessName\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"regNo\":\"200045938\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Caen\",\"postcode\":\"14000\",\"address\":\"Esplanade Brillaud de Laujardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAFFRAY Alban\",\"email\":\"araffray@sdec-energie.fr\",\"phone\":\"+33231066164\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":137,\"name\":\"CPO - Driveco\",\"businessName\":\"CPO - Driveco\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75014\",\"address\":\"10 Place de Catalogne 75014 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Belkhodja Sofiane\",\"email\":\"sofiane.belkhodja@driveco.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":138,\"name\":\"CPO - Bouygues Energies et Services\",\"businessName\":\"CPO - Bouygues Energies et Services\",\"regNo\":\"775664873\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"GUYANCOURT\",\"postcode\":\"78280\",\"address\":\"Avenue Eug\\u00e8ne Freyssinet 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":139,\"name\":\"CPO - Suraya SAS\",\"businessName\":\"CPO - Suraya SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Fort de France\",\"postcode\":\"97200\",\"address\":\"8 Rue Georges EUCHARIS 97200 , Fort de France France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mansour Husam\",\"email\":\"husam.mansour@greentechnologie.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":140,\"name\":\"CPO - Bornes Solutions\",\"businessName\":\"CPO - Bornes Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"LE PLESSIS-ROBINSON\",\"postcode\":\"92350\",\"address\":\"15 avenue Descartes 92350 , LE PLESSIS-ROBINSON France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ABDALLAH Hachim\",\"email\":\"hachim.abdallah@bornes-solutions.fr\",\"phone\":\"(+33) 7 85 71 77 63\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":141,\"name\":\"CPO - LichtBlick eMobility\",\"businessName\":\"CPO - LichtBlick eMobility\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"Steigweg 24, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Payments Lichtblick eMobility GmbH\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":143,\"name\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"businessName\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen Cedex\",\"postcode\":\"76006\",\"address\":\"108 All\\u00e9e Fran\\u00e7ois Mitterand 76006 , Rouen Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Moreno Karine\",\"email\":\"karine.moreno@metropole-rouen-normandie.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":144,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-L\\u00f4\",\"postcode\":\"50008\",\"address\":\"11 Rue Dame Denise 50008 , Saint-L\\u00f4 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BLOSSE Fr\\u00e9d\\u00e9ric\",\"email\":\"frederic.blosse@sdem50.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":145,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orvault CEDEX 01\",\"postcode\":\"44701\",\"address\":\"Rue Roland Garros - Parc d'activit\\u00e9s du Bois Cesbron - CS 60 125\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flambeaux Etienne\",\"email\":\"etienne.flambeaux@sydela.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":146,\"name\":\"CPO - EFFIA Stationnement\",\"businessName\":\"CPO - EFFIA Stationnement\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"20 rue Hector Malot 75012 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Emilien Verneret\",\"email\":\"emilien.verneret@effia.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":147,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Toulouse\",\"postcode\":\"31000\",\"address\":\"9 Rue des 3 banquets 31000 , Toulouse France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":148,\"name\":\"Territoire d'Energie 90 (TE90)\",\"businessName\":\"Territoire d'Energie 90 (TE90)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Meroux\",\"postcode\":\"90400\",\"address\":\"1 Rue de la Gare TGV , La Jonxion - Tour 5 90400 , Meroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lombard Nathalie\",\"email\":\"nlombard@territoiredenergie90.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":149,\"name\":\"CPO - Sor\\u00e9gies\",\"businessName\":\"CPO - Sor\\u00e9gies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Poitiers\",\"postcode\":\"86000\",\"address\":\"78 Avenue Jacques Coeur 86000 , Poitiers France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Traor\\u00e9 Lamine\",\"email\":\"lamine.traore@soregies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":150,\"name\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"businessName\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Roche-sur-Yon\",\"postcode\":\"85036\",\"address\":\"3 Rue du Mar\\u00e9chal Juin 85036 , La Roche-sur-Yon France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"WAKKER WORDEN Johann\",\"email\":\"infra-irve@sydev-vendee.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":151,\"name\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"businessName\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Thor\",\"postcode\":\"84250\",\"address\":\"3511 Route des Vign\\u00e8res 84250 , Le Thor France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Alexander\",\"email\":\"athomas@sev84.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":152,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montauban\",\"postcode\":\"82000\",\"address\":\"78 Avenue de l'Europe 82000 , Montauban France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Puntonet Gerard\",\"email\":\"g.puntonet@sdetg.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":153,\"name\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"businessName\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Rochette\",\"postcode\":\"77000\",\"address\":\"1 Rue Claude Bernard 77000 , La Rochette France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Boitel Marc\",\"email\":\"marc.boitel@sdesm.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":154,\"name\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"businessName\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vaivre-et-Montoille\",\"postcode\":\"70000\",\"address\":\"20 Avenue des Rives du Lac 70000 , Vaivre-et-Montoille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tonghini Fabrice\",\"email\":\"f.tonghini@sied70.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":155,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dardilly\",\"postcode\":\"69570\",\"address\":\"61 Chemin du Moulin Carron 69570 , Dardilly France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GOUBO Vladimir\",\"email\":\"vladimir.goubo@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":156,\"name\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"businessName\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pau\",\"postcode\":\"64000\",\"address\":\"4 Rue Jean Zay 64000 , Pau France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Seillade Philippe\",\"email\":\"p.seillade@sdepa.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":157,\"name\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"businessName\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Cournon D'Auvergne\",\"postcode\":\"63800\",\"address\":\"36 Rue de Sarli\\u00e8ve 63800 , Cournon D'Auvergne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Picot S\\u00e9bastien\",\"email\":\"sebastien.picot@semelec63.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":158,\"name\":\"CPO - Territoire d'Energie Orne\",\"businessName\":\"CPO - Territoire d'Energie Orne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Valframbert\",\"postcode\":\"61250\",\"address\":\"5 Rue Gatel 61250 , Valframbert France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Auvray Philippe\",\"email\":\"cedric.thomas@te61.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":159,\"name\":\"Syndicat d'Energie de l'Oise (SE60)\",\"businessName\":\"Syndicat d'Energie de l'Oise (SE60)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Till\\u00e9\",\"postcode\":\"60000\",\"address\":\"9164 Avenue des Censives 60000 , Till\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":160,\"name\":\"Morbihan \\u00e9nergies\",\"businessName\":\"Morbihan \\u00e9nergies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vannes Cedex\",\"postcode\":\"56010\",\"address\":\"27 Rue de Luscanen - CS 32610 56010 , Vannes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":161,\"name\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"businessName\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chaumont\",\"postcode\":\"52000\",\"address\":\"40 bis Avenue du Mar\\u00e9chal Foch 52000 , Chaumont France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"F\\u00e8vre Jean-Marc\",\"email\":\"rodolphe.grandjonc@sded52.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":162,\"name\":\"CPO - Territoire d'Energie Mayenne\",\"businessName\":\"CPO - Territoire d'Energie Mayenne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chang\\u00e9\",\"postcode\":\"53810\",\"address\":\"Parc Technopolis - Rue Louis de Broglie - B\\u00e2timent R 53810 , Chang\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":163,\"name\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"businessName\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecouflant\",\"postcode\":\"49000\",\"address\":\"9 Route de la Confluence 49000 , Ecouflant France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrion Marine\",\"email\":\"m.adrion@sieml.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":164,\"name\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"businessName\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Agen\",\"postcode\":\"47000\",\"address\":\"26 Rue Diderot 47000 , Agen France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blanquet B\\u00e9renger\",\"email\":\"berenger.blanquet@sdee47.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":165,\"name\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"businessName\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Mont-de-Marsan Cedex\",\"postcode\":\"40006\",\"address\":\"55 Rue Martin Luther King - CS 70627 40006 , Mont-de-Marsan Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":166,\"name\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ch\\u00e2teauroux\",\"postcode\":\"36000\",\"address\":\"2 Colbert B\\u00e2t G - Rue des Cigari\\u00e8res 36000 , Ch\\u00e2teauroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Routet Didier\",\"email\":\"d.routet@sdei36.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":167,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Thorign\\u00e9-Fouillard\",\"postcode\":\"35236\",\"address\":\"1 Avenue de Tiz\\u00e9 35236 , Thorign\\u00e9-Fouillard France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Simon Charlotte\",\"email\":\"c.simon@sde35.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":168,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33000\",\"address\":\"12 Rue du Cardinal Richaud 33000 , Bordeaux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":169,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Quimper\",\"postcode\":\"29000\",\"address\":\"9 All\\u00e9e Sully 29000 , Quimper France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Monfort Jacques\",\"email\":\"jacques.monfort@sdef.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":170,\"name\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"businessName\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Guichainville\",\"postcode\":\"27930\",\"address\":\"12 Rue Concorde 27930 , Guichainville France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":171,\"name\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"businessName\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Besan\\u00e7on\",\"postcode\":\"25000\",\"address\":\"33 Rue Cl\\u00e9ment Marot 25000 , Besan\\u00e7on France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mourot David\",\"email\":\"david.mourot@syded.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":172,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"P\\u00e9rigueux\",\"postcode\":\"24000\",\"address\":\"7 All\\u00e9e de Tourny 24000 , P\\u00e9rigueux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"VIGNERON S\\u00e9bastien\",\"email\":\"mobive@sde24.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":173,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sain-Brieuc\",\"postcode\":\"22000\",\"address\":\"53 Boulevard Carnot 22000 , Sain-Brieuc France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Connan David\",\"email\":\"david.connan@sde22.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":174,\"name\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"businessName\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Miramas\",\"postcode\":\"13141\",\"address\":\"1 Avenue Marco Polo - CS 20100 13141 , Miramas France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"APPARICIO Alexandre\",\"email\":\"alexandre.apparicio@smed13.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":175,\"name\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"businessName\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Troyes\",\"postcode\":\"10000\",\"address\":\"22 Rue Gr\\u00e9goire Pierre Herluison 10000 , Troyes France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Godin Olivier\",\"email\":\"olivier.godin@sde-aube.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":176,\"name\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"businessName\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saintes Cedex\",\"postcode\":\"17119\",\"address\":\"3 rue du Clos Fleuri - ZI de l'Ormeau de Pied - CS 60518 17119 , Saintes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ferri\\u00e8res Francois-Annet\",\"email\":\"fa.de-ferrieres@sdeer17.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":177,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laguenne\",\"postcode\":\"19150\",\"address\":\"Quartier Montana 19150 , Laguenne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BARTHEL Laurent\",\"email\":\"l.barthuel@fdee19.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":178,\"name\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"businessName\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Angoul\\u00e8me\",\"postcode\":\"16021\",\"address\":\"308 Rue de Basseau 16021 , Angoul\\u00e8me France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gauthier-Laure\",\"email\":\"lgauthier@sdeg16.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":179,\"name\":\"CPO - Porsche Slovenija d.o.o.\",\"businessName\":\"CPO - Porsche Slovenija d.o.o.\",\"regNo\":\"5758980\",\"vatNo\":null,\"country\":\"SI\",\"region\":null,\"city\":\"Ljubljana\",\"postcode\":\"SI-1000\",\"address\":\"5 Bravnicarjeva\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lukic Dusan\",\"email\":\"dusan.lukic@porsche.si\",\"phone\":\"+38631679161\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":180,\"name\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"businessName\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nice\",\"postcode\":\"06364\",\"address\":\"5 H\\u00f4tel de ville 06364 , Nice France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clavier Aur\\u00e9lien\",\"email\":\"aurelien.clavier@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":181,\"name\":\"EMSP- Stations-e SAS\",\"businessName\":\"EMSP- Stations-e SAS\",\"regNo\":\"835124280\",\"vatNo\":\"FR10835124280\",\"country\":\"FR\",\"region\":null,\"city\":\"Boussy-Saint-Antoine\",\"postcode\":\"91800\",\"address\":\"rue Marcel Pagnol 3 - 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nguyen Peth\",\"email\":\"peth.nguyen@stations-e.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":182,\"name\":\"Creos Luxembourg\",\"businessName\":\"Creos Luxembourg\",\"regNo\":null,\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Luxembourg\",\"postcode\":\"L-1248\",\"address\":\"59-61 Rue de Bouillon L-1248 , Luxembourg Luxembourg\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bertrand S\\u00e9bastien\",\"email\":\"sebastien.bertrand@creos.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":183,\"name\":\"CPO - TEVGO SAS\",\"businessName\":\"CPO - TEVGO SAS\",\"regNo\":\"87932148700024\",\"vatNo\":\"FR03879321487\",\"country\":\"FR\",\"region\":null,\"city\":\"La D\\u00e9fense Cedex\",\"postcode\":\"92069\",\"address\":\"24 cours Michelet 92069 , La D\\u00e9fense Cedex\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":184,\"name\":\"EMSP- ZE-WATT\",\"businessName\":\"EMSP- ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaigneux Eric\",\"email\":\"eric.gaigneux@ze-watt.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":185,\"name\":\"Charge Point SRL (PlugPoint)\",\"businessName\":\"Charge Point SRL (PlugPoint)\",\"regNo\":\"J40\\/11414\\/2017\",\"vatNo\":null,\"country\":\"RO\",\"state\":null,\"city\":\"Decembrie\",\"postcode\":\"077005\",\"address\":\"Sos. Giurgiului 73 - 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dunca Alexandru\",\"email\":\"alex.dunca@plugpoint.ro\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":186,\"name\":\"Interparking France SA\",\"businessName\":\"Interparking France SA\",\"regNo\":\"692 051 113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"Rue de Gramont 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Scordia R\\u00e9mi\",\"email\":\"rscordia@interparking.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":187,\"name\":\"Alfa Power\",\"businessName\":\"Alfa Power\",\"regNo\":\"11119473\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Leeds\",\"postcode\":\"LS27 0BY\",\"address\":\"Quarry Court High Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandhi Varun\",\"email\":\"v.gandhi@alfapower.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":188,\"name\":\"CPO - Croatian Telekom Inc.\",\"businessName\":\"CPO - Croatian Telekom Inc.\",\"regNo\":\"080266256\",\"vatNo\":null,\"country\":\"HR\",\"region\":null,\"city\":\"Zagreb\",\"postcode\":\"10000\",\"address\":\"Radni\\u010dka cesta 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stjepanovic Josip\",\"email\":\"josip.stjepanovic@t.ht.hr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":189,\"name\":\"Qovoltis\",\"businessName\":\"Qovoltis\",\"regNo\":\"853420032\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montrouge\",\"postcode\":\"92120\",\"address\":\"Danton 2a\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Salle Frederic\",\"email\":\"frederic.salle@qovoltis.com\",\"phone\":\"+33614011053\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":190,\"name\":\"Rambouillet Territoires\",\"businessName\":\"Rambouillet Territoires\",\"regNo\":\"20007334400067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rambouillet Cedex\",\"postcode\":\"78511\",\"address\":\"rue Gustave Eiffel - ZA Bel Air 22 - BP 40036\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Forte Carole\",\"email\":\"c.forte@rt78.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":191,\"name\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"businessName\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"regNo\":null,\"vatNo\":\"957520901\",\"country\":\"FR\",\"region\":null,\"city\":\"Lyon\",\"postcode\":\"69004\",\"address\":\"Andr\\u00e9 Bonin 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":192,\"name\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"businessName\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"regNo\":\"200067213\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Reims\",\"postcode\":\"51100\",\"address\":\"Eug\\u00e8ne Desteuque 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Humbert St\\u00e9phane\",\"email\":\"stephane.humbert@grandreims.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":193,\"name\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"businessName\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"regNo\":\"20004071500019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grenoble\",\"postcode\":\"38031\",\"address\":\"Rue Malakoff 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":194,\"name\":\"CPO - M\\u00e9tropolis\",\"businessName\":\"CPO - M\\u00e9tropolis\",\"regNo\":\"885354860\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"rue d'Astorg 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":195,\"name\":\"SEMOB\",\"businessName\":\"SEMOB\",\"regNo\":\"84877842900011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"+33428044205\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":196,\"name\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"businessName\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"regNo\":\"20005623200016\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orsay\",\"postcode\":\"91898\",\"address\":\"rue Jean Rostand 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MADA VINCENT\",\"email\":\"vincent.mada@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":199,\"name\":\"CPO - BE TROM SE\",\"businessName\":\"CPO - BE TROM SE\",\"regNo\":\"833942725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33100\",\"address\":\"Montmejean 60\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tricaud Yves\",\"email\":\"ytricaud@betrom-se.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":200,\"name\":\"EMSP- WattzHub\",\"businessName\":\"EMSP- WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":201,\"name\":\"EMSP- Maingau Energie GmbH\",\"businessName\":\"EMSP- Maingau Energie GmbH\",\"regNo\":\"113525007\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Obertshausen\",\"postcode\":\"63179\",\"address\":\"Ringstra\\u00dfe 4 - 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Armbruster\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":202,\"name\":\"EMSP- BE:MO SASU\",\"businessName\":\"EMSP- BE:MO SASU\",\"regNo\":\"823647060\",\"vatNo\":\"FR52823647060\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Esplanade du G\\u00e9n\\u00e9ral DE GAULLE 110\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthieu Codron\",\"email\":\"invoices@be-mo.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":203,\"name\":\"EMSP- Deftpower B.V.\",\"businessName\":\"EMSP- Deftpower B.V.\",\"regNo\":\"78087627\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"AW Apeldoorn\",\"postcode\":\"7317\",\"address\":\"Stadhoudersmolenweg 136\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Houthooft Anja\",\"email\":\"anja.houthooft@deftpower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":204,\"name\":\"EMSP- Chargemap SAS\",\"businessName\":\"EMSP- Chargemap SAS\",\"regNo\":\"809844731\",\"vatNo\":\"FR37809844731\",\"country\":\"FR\",\"region\":null,\"city\":\"Strasbourg\",\"postcode\":\"67200\",\"address\":\"all\\u00e9e C\\u00e9r\\u00e8s 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yoann Nussbaumer\",\"email\":\"operations@chargemap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":205,\"name\":\"EMSP- Bosch Charging Solutions GmbH\",\"businessName\":\"EMSP- Bosch Charging Solutions GmbH\",\"regNo\":\"HRB780013\",\"vatNo\":\"DE815728513\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart-Feuerbach\",\"postcode\":\"70469\",\"address\":\"Kruppstr. 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandin Hornemann\",\"email\":\"gandin.hornemann@de.bosch.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":206,\"name\":\"CPO - Route220 S.R.L.\",\"businessName\":\"CPO - Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":207,\"name\":\"EMSP- Elvah GmbH (Kreait)\",\"businessName\":\"EMSP- Elvah GmbH (Kreait)\",\"regNo\":\"HRB22989\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Grafschaft\",\"postcode\":\"53501\",\"address\":\"Oberescher weg 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gowrynath Sivaganeshamoorthy\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":208,\"name\":\"EMSP- Octopus Energy Ltd\",\"businessName\":\"EMSP- Octopus Energy Ltd\",\"regNo\":\"09263424\",\"vatNo\":\"GB 358672751\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"EC1N 2HT\",\"address\":\"Holborn 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Zoisa North-Bond\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices @ Octopus Energy\",\"email\":\"invoices-oe@octoenergy.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":209,\"name\":\"EMSP- Muvext Lda\",\"businessName\":\"EMSP- Muvext Lda\",\"regNo\":\"515419923\",\"vatNo\":\"PT515419923\",\"country\":\"PT\",\"region\":null,\"city\":\"Ilhavo\",\"postcode\":\"3830-352\",\"address\":\"PCI Creative Science Park Aveiro Region, Via do Conhecimento, Edif\\u00edcio Central\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Marques\",\"email\":\"sara.marques@muvext.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Muvext\",\"email\":\"accounting@muvext.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":210,\"name\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"regNo\":\"B49456\",\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"8069\",\"address\":\"Rue de l'Industrie 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van Breugel Willem\",\"email\":\"wibreuge@q8.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":216,\"name\":\"Fiesandri BVBA\",\"businessName\":\"Fiesandri BVBA\",\"regNo\":\"BE0677757905\",\"vatNo\":\"BE0677757905\",\"country\":\"BE\",\"region\":null,\"city\":\"lokeren\",\"postcode\":\"9160\",\"address\":\"Gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heugens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":217,\"name\":\"Rexel Nederland B.V.\",\"businessName\":\"Rexel Nederland B.V.\",\"regNo\":\"24267850\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zoetermeer\",\"postcode\":\"2712 PB\",\"address\":\"Bleiswijkseweg 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Van Dalen Michael\",\"email\":\"michael.vandalen@rexel.nl\",\"phone\":\"+31631787345\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":221,\"name\":\"Ronny Smet\",\"businessName\":\"Ronny Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":223,\"name\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"businessName\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"regNo\":\"HRA 709651\",\"vatNo\":\"709651\",\"country\":\"DE\",\"region\":null,\"city\":\"Karlsruhe\",\"postcode\":\"761321\",\"address\":\"Durlacher Allee 93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lars Walch\",\"email\":\"outbound.b2b.billing@enbw.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Service EnBW\",\"email\":\"service.emob@enbw.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":224,\"name\":\"CPO - E-Totem SAS\",\"businessName\":\"CPO - E-Totem SAS\",\"regNo\":\"53918816900020\",\"vatNo\":\"53918816900020\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"(+33) 6 88 23 42 43\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":225,\"name\":\"CPO - S\\u00e9olis\",\"businessName\":\"CPO - S\\u00e9olis\",\"regNo\":\"492041086\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Niort\",\"postcode\":\"79025\",\"address\":\"Avenue de Paris 336\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gheribi Mehdi\",\"email\":\"mgheribi@seolis.net\",\"phone\":\"(+33) 5 49 08 85 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":200,\"total\":839}}"} 
[2025-07-17 18:22:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":226,\"name\":\"CPO - Proviridis\",\"businessName\":\"CPO - Proviridis\",\"regNo\":\"750 938 722 00022\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rousset\",\"postcode\":\"13790\",\"address\":\"Avenue Victoire 135\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Et\\u00e9 Vincent\",\"email\":\"vincent.ete@proviridis.fr\",\"phone\":\"(+33) 7 50 69 52 44\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":227,\"name\":\"CPO - Drem Kft.\",\"businessName\":\"CPO - Drem Kft.\",\"regNo\":\"01 09 864967\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"H-1033\",\"address\":\"Szentendrei \\u00fat 89-93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"N\\u00e9meth \\u00c1d\\u00e1m\",\"email\":\"adam.nemeth@drem.hu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":228,\"name\":\"CPO - INOUid SAS\",\"businessName\":\"CPO - INOUid SAS\",\"regNo\":\"831159587\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"\\u00c9cully\",\"postcode\":\"69130\",\"address\":\"Chemin des Mouilles 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Briand Didier\",\"email\":\"dbriand@inouid.com\",\"phone\":\"(+33) 6 61 36 91 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":229,\"name\":\"CPO - ePower Lt.\",\"businessName\":\"CPO - ePower Lt.\",\"regNo\":null,\"vatNo\":\"645309\",\"country\":\"IE\",\"region\":null,\"city\":\"Cork\",\"postcode\":\"T23 TCY8\",\"address\":\"1 Technology House, Rockgroove Industrial Estate, Little Island\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tugwell Josef\",\"email\":\"joe.tugwell@epower.ie\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":230,\"name\":\"CPO - SAEMES SA\",\"businessName\":\"CPO - SAEMES SA\",\"regNo\":\"317 032 993 00741\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"L\\u00e9on Cladel 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MONNIER G\\u00e9raldine\",\"email\":\"geraldine.monnier@tevgo.fr\",\"phone\":\"(+33) 7 61 06 43 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":231,\"name\":\"CPO - GEA Solutions Ltd\",\"businessName\":\"CPO - GEA Solutions Ltd\",\"regNo\":\"EL099022632\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Attiki\",\"postcode\":\"19010\",\"address\":\"101 Thesi Patima, VI.PE. Kalyvion\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivanov Stefan\",\"email\":\"stefan.ivanov@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":232,\"name\":\"CPO - Autorecharge SAS\",\"businessName\":\"CPO - Autorecharge SAS\",\"regNo\":\"837 529 700\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pantin\",\"postcode\":\"93500\",\"address\":\"avenue du g\\u00e9n\\u00e9ral Leclerc 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Drif Malek\",\"email\":\"malek@autorecharge.fr\",\"phone\":\"(+33) 6 50 37 04 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":233,\"name\":\"EMSP- Bump SAS\",\"businessName\":\"EMSP- Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":234,\"name\":\"CPO - Ecophi SAS\",\"businessName\":\"CPO - Ecophi SAS\",\"regNo\":\"892147679\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"rue de la Chesnaie 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":235,\"name\":\"MEA Energies SAS\",\"businessName\":\"MEA Energies SAS\",\"regNo\":\"89487859400015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yilmaz Mehmet\",\"email\":\"mehmet.yilmaz@meaenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":236,\"name\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"businessName\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"regNo\":\"200 050 433 00024\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"64bis Rue de Monceau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"JEMMALI SANA\",\"email\":\"sana.jemmali@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":237,\"name\":\"CPO - Mobilygreen SAS\",\"businessName\":\"CPO - Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":238,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"HRB 88854\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50823\",\"address\":\"000582 6-8 Methweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Support\",\"email\":\"support@chargecloud.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":239,\"name\":\"CPO - MVM Mobiliti Kft\",\"businessName\":\"CPO - MVM Mobiliti Kft\",\"regNo\":\"0109965868\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"1037\",\"address\":\"10. Montevideo utca\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":\"pvz@lastmilesolutions.com\",\"phone\":\"(+31) 6 15 89 21 19\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":242,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Auxerre\",\"postcode\":\"89000\",\"address\":\"Avenue Foch 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":243,\"name\":\"CPO - Electra SAS\",\"businessName\":\"CPO - Electra SAS\",\"regNo\":\"891 624 884\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"rue Henri Rochefort 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarrazanas Thomas\",\"email\":\"thomas@go-electra.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":244,\"name\":\"Franklin EV Limited\",\"businessName\":\"Franklin EV Limited\",\"regNo\":\"09672645\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Wilmslow, Cheshire\",\"postcode\":\"SK9 1RA\",\"address\":\"The Lodge Alderley Road\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Byrne Robert\",\"email\":\"robert.byrne@franklinenergy.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":245,\"name\":\"CPO - SalzachSonne GmbH\",\"businessName\":\"CPO - SalzachSonne GmbH\",\"regNo\":\"370509\",\"vatNo\":\"FN 370509\",\"country\":\"AT\",\"region\":null,\"city\":\"Neukirchen\",\"postcode\":\"5741\",\"address\":\"Marktstrasse 179\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bachmaier Edwin\",\"email\":\"edwin.bachmaier@salzachsonne.at\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":246,\"name\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"businessName\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"regNo\":\"HRB 113 258 B\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10829\",\"address\":\"7-8 EUREF-Campus\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ubitricity Roaming technical support\",\"email\":\"roaming@ubitricity.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":247,\"name\":\"Syndicat mixte des Transports du bassin de Briey\",\"businessName\":\"Syndicat mixte des Transports du bassin de Briey\",\"regNo\":\"20004184600029\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Val de Briey\",\"postcode\":\"54150\",\"address\":\"2 Rue du Mar\\u00e9chal Foch\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pinna Arnaud\",\"email\":\"arnaud.pinna@st2b.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":248,\"name\":\"SAP Labs France SAS\",\"businessName\":\"SAP Labs France SAS\",\"regNo\":\"419855127\",\"vatNo\":\"FR23419855127\",\"country\":\"FR\",\"region\":null,\"city\":\"Mougins Cedex\",\"postcode\":\"06254\",\"address\":\"805 Avenue du Docteur Maurice Donat\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ben Slimane Kinza\",\"email\":\"kinza.ben.slimane@sap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":249,\"name\":\"CPO - SIPPEREC\",\"businessName\":\"CPO - SIPPEREC\",\"regNo\":\"257 500 041\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75588\",\"address\":\"173-175 Rue de Bercy\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":250,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Boves\",\"postcode\":\"80440\",\"address\":\"3 Rue C\\u00e9sar Cascabel - P\\u00f4les Jules Verne 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DURIER Christophe\",\"email\":\"christophe.durier@fde-somme.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":251,\"name\":\"CPS Asset Management SAS\",\"businessName\":\"CPS Asset Management SAS\",\"regNo\":\"493123251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"BOULOGNE BILLANCOURT\",\"postcode\":\"92100\",\"address\":\"58 AV EMILE ZOLA\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PEZET Hugues\",\"email\":\"hugues_pezet@carrefour.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":252,\"name\":\"Ville de la Garenne Colombes\",\"businessName\":\"Ville de la Garenne Colombes\",\"regNo\":\"219 200 359 00012\",\"vatNo\":\"FR65219200359\",\"country\":\"FR\",\"region\":null,\"city\":\"La Garenne-Colombes\",\"postcode\":\"92250\",\"address\":\"68 Boulevard de la R\\u00e9publique\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"correia fabricio\",\"email\":\"fabricio.correia@lagarennecolombes.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":253,\"name\":\"CPO - SGA Automation SAS\",\"businessName\":\"CPO - SGA Automation SAS\",\"regNo\":\"424246015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76000\",\"address\":\"27 Rue Jean Philippe Rameau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":254,\"name\":\"EV Maestro Ltd.\",\"businessName\":\"EV Maestro Ltd.\",\"regNo\":\"40103266553\",\"vatNo\":null,\"country\":\"LV\",\"region\":null,\"city\":\"Riga\",\"postcode\":\"LV1021\",\"address\":\"46 K-2 Ulbrokas Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Berzina Iveta\",\"email\":\"ivetab@evmaestro.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":255,\"name\":\"LUMI'iN SAS\",\"businessName\":\"LUMI'iN SAS\",\"regNo\":\"80794006900014\",\"vatNo\":\"FR30807940069\",\"country\":\"FR\",\"region\":null,\"city\":\"Malijai\",\"postcode\":\"04350\",\"address\":\"5 Le Prieure\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"LUMI'IN Superviseur\",\"email\":\"gireve@lumi-in.fr\",\"phone\":\"(+33) 7 82 94 09 59\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":257,\"name\":\"TotalEnergies Charging Services SAS\",\"businessName\":\"CPO - TotalEnergies Charging Services\",\"regNo\":\"514 933 589\",\"vatNo\":\"FR22531680445\",\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"24 Cours Michelet\",\"lastUpdatedAt\":\"2025-02-20T10:29:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Longatte\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Knafo Salom\\u00e9\",\"email\":\"salome.knafo@totalenergies.com\",\"phone\":\"+33 6 07 04 69 68\"},\"billing\":{\"contactPerson\":\"Fanny Carolei\",\"email\":\"fanny.carolei@totalenergies.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":258,\"name\":\"CPO - R\\u00e9gion Hauts-de-France\",\"businessName\":\"CPO - R\\u00e9gion Hauts-de-France\",\"regNo\":\"200053742\",\"vatNo\":\"FR25200053742\",\"country\":\"FR\",\"region\":null,\"city\":\"Lille Cedex\",\"postcode\":\"59555\",\"address\":\"155 Avenue du Pr\\u00e9sident Hoover 59555 , Lille Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":261,\"name\":\"Conny De Schepper\",\"businessName\":\"Conny De Schepper\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Haeyershoek 74\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Conny De Schepper\",\"email\":\"vdmluc68@hotmail.com\",\"phone\":\"0472942323\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":263,\"name\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"businessName\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"regNo\":\"258708585\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Palais sur Vienne\",\"postcode\":\"87410\",\"address\":\"8 rue d'Anguernaud\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":\"(+33) 6 13 44 57 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":264,\"name\":\"CPO - Clem'\",\"businessName\":\"CPO - Clem'\",\"regNo\":\"519 450 209\",\"vatNo\":\"FR49519450209\",\"country\":\"FR\",\"region\":null,\"city\":\"Neuilly-sur-Seine\",\"postcode\":\"92200\",\"address\":\"9 Villa des Sablons\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Delabona Andrews\",\"email\":\"andrews.delabona@clem-e.com\",\"phone\":\"(+33) 9 72 39 68 60\"},\"technical\":{\"contactPerson\":\"Stanislas Soufflet,\",\"email\":\"stanislas.soufflet@clem-e.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"it@clem-e.com\",\"phone\":\"0753366695\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":265,\"name\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"businessName\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dampierre en Yvelines\",\"postcode\":\"78720\",\"address\":\"9 Grande Rue\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PELLETIER Jacques\",\"email\":\"cchvc78@orange.fr\",\"phone\":\"(+33) 1 30 52 83 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":266,\"name\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"businessName\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laon\",\"postcode\":\"02007\",\"address\":\"Rue Turgot\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Moliner Yves\",\"email\":\"y.demoliner@useda.fr\",\"phone\":\"(+33) 3 23 27 15 80\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":267,\"name\":\"Camping du Lac\",\"businessName\":\"Camping du Lac\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINTE EULALIE EN BORN\",\"postcode\":\"40200\",\"address\":\"1590 Route du Lac\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gallou\\u00ebt C\\u00e9cile\",\"email\":\"contact@lecampingdulac.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":268,\"name\":\"Cogelum IDF (Citeos)\",\"businessName\":\"Cogelum IDF (Citeos)\",\"regNo\":\"B525134169\",\"vatNo\":\"FR08525134169\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92122\",\"address\":\"50 Avenue Fran\\u00e7ois Arago - CS 80002\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ismail BADIH\",\"email\":\"ismail.badih@citeos.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Carla Atiga\",\"email\":\"comptabilite.cpo@citeos.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":271,\"name\":\"Mertens Consulting BV\",\"businessName\":\"Mertens Consulting BV\",\"regNo\":\"0896.979.487\",\"vatNo\":\"BE 0896.979.487\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Smalvoortstraat 50, Turnhout , 2300\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mertens Fons\",\"email\":\"fonsmertens@me.com\",\"phone\":\"0475\\/248.968\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":272,\"name\":\"Samantha De Witte\",\"businessName\":\"Samantha De Witte\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Hoogkamerstraat 13, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samantha De Witte\",\"email\":\"samantha.dw@outlook.be\",\"phone\":\"0478365219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":273,\"name\":\"EMSP- Radicle UG\",\"businessName\":\"EMSP- Radicle UG\",\"regNo\":\"HRB231270\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Leipzig\",\"postcode\":\"04129\",\"address\":\"2 Schiebestrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ross Savage\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":278,\"name\":\"Power Shop\",\"businessName\":\"Power Shop\",\"regNo\":\"0478302941\",\"vatNo\":\"BE0478302941\",\"country\":\"BE\",\"region\":null,\"city\":\"Menen\",\"postcode\":\"8930\",\"address\":\"Delorsplein 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Logan Demeulemeester\",\"email\":\"logan.demeulemeester@hotmail.com\",\"phone\":\"0492055783\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":283,\"name\":\"e-Clearing (Test)\",\"businessName\":\"e-Clearing (Test)\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":286,\"name\":\"Christof Haeseldonckx\",\"businessName\":\"Christof Haeseldonckx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Cranenskapelstraat 1a\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christof Haeseldonckx\",\"email\":\"christofsandy@telenet.be\",\"phone\":\"0495230848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":289,\"name\":\"EMSP- Bornes Lib SAS\",\"businessName\":\"EMSP- Bornes Lib SAS\",\"regNo\":\"905139515\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"4 rue pasquier\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bah Ibrahima Sory\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":291,\"name\":\"Jurgen Munghen\",\"businessName\":\"Jurgen Munghen\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ingelmunster\",\"postcode\":\"-\",\"address\":\"H\\u00fcllhorststraat 3, Ingelmunster, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Munghen\",\"email\":\"jurgen.munghen@telenet.be\",\"phone\":\"0476531993\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":293,\"name\":\"EMSP- PERETTI GROUPE SARL\",\"businessName\":\"EMSP- PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":307,\"name\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"businessName\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Michel-sur-Orge\",\"postcode\":\"91240\",\"address\":\"16bis Rue Denis Papin\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean-Pierre Duperron\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":316,\"name\":\"Thys Interieur & Design\",\"businessName\":\"Thys Interieur & Design\",\"regNo\":\"0876145174\",\"vatNo\":\"BE0876145174\",\"country\":\"BE\",\"region\":null,\"city\":\"Eeklo\",\"postcode\":\"9900\",\"address\":\"Vrombautstraat 147\",\"lastUpdatedAt\":\"2025-05-16T13:26:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":317,\"name\":\"EMSP- Load Stations SAS\",\"businessName\":\"EMSP- Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":321,\"name\":\"CPO - ChargePoint Austria GmbH\",\"businessName\":\"CPO - ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Henrik Gerdes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":300,\"total\":839}}"} 
[2025-07-17 18:22:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":333,\"name\":\"Polinvest\",\"businessName\":\"Polinvest\",\"regNo\":\"BE0452239437\",\"vatNo\":\"BE0452239437\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 58 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyra Kuppens\",\"email\":\"kyra.kuppens@ocb.be\",\"phone\":\"080013890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":334,\"name\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":342,\"name\":\"EMSP- Eneco eMobility B.V.\",\"businessName\":\"EMSP- Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leonie Baneke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":350,\"name\":\"EMSP- Kiwhi Pass Solutions SASU\",\"businessName\":\"EMSP- Kiwhi Pass Solutions SASU\",\"regNo\":\"808 639 801\",\"vatNo\":\"FR49 808 639 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Apollinaire\",\"postcode\":\"21850\",\"address\":\"36 Rue du docteur Schmitt\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique TALLON\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":351,\"name\":\"EMSP- Robo Charge B.V.\",\"businessName\":\"EMSP- Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":352,\"name\":\"EMSP- Volkswagen Group Charging GmbH\",\"businessName\":\"EMSP- Volkswagen Group Charging GmbH\",\"regNo\":\"HRB 208967\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"1 Mollstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"ladekonzept@elli.eco\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"cpo-invoice@elli.eco\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":355,\"name\":\"CPO - City Charging BV\",\"businessName\":\"CPO - City Charging BV\",\"regNo\":\"80648088\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Deventer\",\"postcode\":\"7418 AJ\",\"address\":\"6b Zutphenseweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@citycharging.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":356,\"name\":\"Power Dot S.A\",\"businessName\":\"Power Dot S.A\",\"regNo\":\"514790342\",\"vatNo\":null,\"country\":\"PT\",\"region\":null,\"city\":\"Lisboa\",\"postcode\":\"250-096\",\"address\":\"17 6B R. Carlos Alberto da Mota Pinto\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ramos Afonso\",\"email\":\"acr@powerdot.pt\",\"phone\":\"00351 91 44 56 54 3\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":357,\"name\":\"IMAC2 SAS\",\"businessName\":\"IMAC2 SAS\",\"regNo\":\"421334566\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Cannet\",\"postcode\":\"06110\",\"address\":\"50 avenue du Campon\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julienne St\\u00e9phane\",\"email\":null,\"phone\":\"s.julienne@rivieracarcenter.fr\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":358,\"name\":\"Be Charge S.r.l.\",\"businessName\":\"Be Charge S.r.l.\",\"regNo\":\"09957510960\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20143\",\"address\":\"11 Via Carlo Bo\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paolo Martini\",\"email\":\"invoice.italia@bepower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":359,\"name\":\"MACRIS SAS\",\"businessName\":\"MACRIS SAS\",\"regNo\":\"341760148\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Creissels\",\"postcode\":\"12100\",\"address\":\"Route de St Affrique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian CABIRON\",\"email\":\"christian.cabiron@socamil.leclerc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":361,\"name\":\"Syndicat de la Di\\u00e8ge\",\"businessName\":\"Syndicat de la Di\\u00e8ge\",\"regNo\":\"200 078 947\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ussel\",\"postcode\":\"19200\",\"address\":\"2 Avenue de Beauregard\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre CHEVALIER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":362,\"name\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"businessName\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Gu\\u00e9ret\",\"postcode\":\"23000\",\"address\":\"11 Avenue Pierre Mend\\u00e8s\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 MAVIGNER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":363,\"name\":\"Free To X S.r.l.\",\"businessName\":\"Free To X S.r.l.\",\"regNo\":\"07516911000\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Rome\",\"postcode\":\"00159\",\"address\":\"50 via A. Bergamini\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piolo Andrea\",\"email\":\"andrea.piolo@freeto-x.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":364,\"name\":\"CPO - Wattify BV\",\"businessName\":\"CPO - Wattify BV\",\"regNo\":\"0777610990\",\"vatNo\":\"BE0777610990\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"kriephoekstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitry Smagghe\",\"email\":\"dimitry@wattify.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":365,\"name\":\"R\\u00e9gie Services Energie\",\"businessName\":\"R\\u00e9gie Services Energie\",\"regNo\":\"43887287100019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AMBERIEUX EN DOMBES\",\"postcode\":\"01330\",\"address\":\"577 route de Saint -Trivier sur Moignans\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Marc GEORGE\",\"email\":\"comptabilite@oriosbyspie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":366,\"name\":\"Abel&Co\",\"businessName\":\"Abel&Co\",\"regNo\":\"18052596\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Tilburg\",\"postcode\":\"5046AT\",\"address\":\"38 Goirekekanaaldijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van den Dries Monicue\",\"email\":\"monicue@abelenco.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":367,\"name\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"businessName\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"regNo\":\"000003234533\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Soest\",\"postcode\":\"3768HL\",\"address\":\"108 Birkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leijdekker Ruben\",\"email\":\"rleijdekker@avia.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":368,\"name\":\"EnerMia\",\"businessName\":\"EnerMia\",\"regNo\":\"MO - 412382\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Modena\",\"postcode\":\"41121\",\"address\":\"41 Corso Vittorio Emanuele II\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flavia Samori\",\"email\":\"f.samori@enermia.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":369,\"name\":\"BEC Construction Champagne\",\"businessName\":\"BEC Construction Champagne\",\"regNo\":\"463 200 725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Epernay\",\"postcode\":\"51200\",\"address\":\"6 All\\u00e9e de la Cote des Blancs\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marchand Cassandra\",\"email\":\"c.marchand@becchampagne.fayat.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":370,\"name\":\"NW IECharge Bretagne\",\"businessName\":\"NW IECharge Bretagne\",\"regNo\":\"898279251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75007\",\"address\":\"34 avenue Bosquet\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wassenaar Bram\",\"email\":\"bram.wassenaar.partner@iecharge.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":371,\"name\":\"Meubles Ikea France\",\"businessName\":\"Meubles Ikea France\",\"regNo\":\"RCS B 351 745 724\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"PLAISIR Cedex\",\"postcode\":\"78 375 , BP 129,\",\"address\":\"425 rue Henri Barbusse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ARFAOUI Said\",\"email\":\"said.arfaoui@izivia.com\",\"phone\":\"(+33) 7 76 23 00 25\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":372,\"name\":\"CPO - Saascharge International GmbH\",\"businessName\":\"CPO - Saascharge International GmbH\",\"regNo\":\"CH-020.4.074.493-5\",\"vatNo\":null,\"country\":\"CH\",\"region\":null,\"city\":\"Glattpark (Opfikon)\",\"postcode\":\"8152\",\"address\":\"117 Thurgauerstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Albrecht Richard\",\"email\":\"richard.albrecht@saascharge.com\",\"phone\":\"(+41) 7 63 90 01 77\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@saascharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Richard Albrecht\",\"email\":\"finance@saascharge.com\",\"phone\":\"+41445864550\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":373,\"name\":\"Borneco\",\"businessName\":\"Borneco\",\"regNo\":\"90510266100014\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"142 avenue dausmenil\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Minaeian Sasan\",\"email\":\"sasan.minaeian@wattzhub.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":374,\"name\":\"ENEXTEN\",\"businessName\":\"ENEXTEN\",\"regNo\":\"882828726\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chavanod\",\"postcode\":\"74650\",\"address\":\"178 Route de cran gevrier\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krari Sara\",\"email\":\"sara.krari@nexteneo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":375,\"name\":\"ALP-EV\",\"businessName\":\"ALP-EV\",\"regNo\":\"85903108\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"BREDA\",\"postcode\":\"4814 RE\",\"address\":\"266 Leursebaan\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van der Lof Jochem\",\"email\":\"support@alp-ev.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":376,\"name\":\"Evadea\",\"businessName\":\"Evadea\",\"regNo\":\"500759683\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-DENIS\",\"postcode\":\"93200\",\"address\":\"1 PLACE DE LA BERLINE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DADOU Thomas\",\"email\":\"thomas.dadou@spie.com\",\"phone\":\"(+33) 7 60 26 22 20\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":377,\"name\":\"Gaia Green Tech S.L.\",\"businessName\":\"Gaia Green Tech S.L.\",\"regNo\":\"B40571002\",\"vatNo\":\"ESB40571002\",\"country\":\"ES\",\"region\":null,\"city\":\"Valencia\",\"postcode\":\"46022\",\"address\":\"11, 2nd floor, Apt. 9 Calle de Felipe Salvador\",\"lastUpdatedAt\":\"2025-03-04T10:00:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Siudzinski Wojtek\",\"email\":\"wojtek@gaiagreen.tech\",\"phone\":\"(+34) 6 84 28 68 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":378,\"name\":\"Sevdec\",\"businessName\":\"Sevdec\",\"regNo\":\"38064471600017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76100\",\"address\":\"20 rue David Ferrand\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":379,\"name\":\"Area Tech\",\"businessName\":\"Area Tech\",\"regNo\":\"854036308\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"MARCQ EN BAROEUL\",\"postcode\":\"59700\",\"address\":\"340 avenue de La Marne\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bonneville Renaud\",\"email\":\"renaud.bonneville@area-tech.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":380,\"name\":\"EMSP- Monta ApS\",\"businessName\":\"EMSP- Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":381,\"name\":\"GROUPE MOBELEC\",\"businessName\":\"GROUPE MOBELEC\",\"regNo\":\"88990931300021\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecully\",\"postcode\":\"69130\",\"address\":\"12 Chemin de Chalin\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaume Christophe\",\"email\":\"christophe.gaume@groupe-mobelec.fr\",\"phone\":\"(+33) 6 02 49 69 54\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":382,\"name\":\"ProperPhi\",\"businessName\":\"ProperPhi\",\"regNo\":\"89193764100027\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"8 rue de la Chesnaie\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":383,\"name\":\"Time2Plug\",\"businessName\":\"Time2Plug\",\"regNo\":\"912044948\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"13 avenue Boudon\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heripret Edouard\",\"email\":\"edouard@time2plug.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":384,\"name\":\"SunXLium\",\"businessName\":\"SunXLium\",\"regNo\":\"843721390\",\"vatNo\":null,\"country\":\"DM\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"9 Anatole de la Forge\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chady Fadil\",\"email\":\"fadil.chady@sunxlium.com\",\"phone\":\"(+23) 0 59 77 69 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":385,\"name\":\"Laadkompas B.V.\",\"businessName\":\"Laadkompas B.V.\",\"regNo\":\"75246740\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Almere\",\"postcode\":\"1322 CH\",\"address\":\"100 Transistorstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Khan Mazhar\",\"email\":\"administratie@laadkompas.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":386,\"name\":\"Atlante Srl\",\"businessName\":\"Atlante Srl\",\"regNo\":\"2635708\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20137\",\"address\":\"3 Piazzale Lodi\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Atlante Invoicing\",\"email\":\"invoices@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":388,\"name\":\"Eoliberty\",\"businessName\":\"Eoliberty\",\"regNo\":\"91844486000012\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vierzon\",\"postcode\":\"18100\",\"address\":\"All\\u00e9e Geroges Charpak\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GEHA Daniel\",\"email\":\"daniel.geha@eova.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":389,\"name\":\"Dropnplug\",\"businessName\":\"Dropnplug\",\"regNo\":\"88206038700017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rennes\",\"postcode\":\"35000\",\"address\":\"26 Avenue Chardonnet\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"lebrize claude\",\"email\":\"claude.lebrize@dropnplug.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":390,\"name\":\"EMSP- Diego Luxembourg\",\"businessName\":\"EMSP- Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":392,\"name\":\"Brussels Kois\",\"businessName\":\"Brussels Kois\",\"regNo\":\"BE 0820.015.135\",\"vatNo\":\"BE 0820.015.135\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Edmond Plas\",\"email\":\"sandra@capitalecars.be\",\"phone\":\"+32475235296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":397,\"name\":\"Tom Van Damme\",\"businessName\":\"Tom Van Damme\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Beukenlaan 40, 2110 Wijnegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Van Damme\",\"email\":\"tomvandamme001@gmail.com\",\"phone\":\"+32494899290\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":398,\"name\":\"Dirk Poppe\",\"businessName\":\"Dirk Poppe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9420\",\"address\":\"wezelpoelstraat 102 9420 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Poppe\",\"email\":\"poppe_dirk@hotmail.com\",\"phone\":\"0486727713\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":399,\"name\":\"Autel Netherlands B.V.\",\"businessName\":\"Autel Netherlands B.V.\",\"regNo\":\"84342773\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"GL \\u2019S-GRAVENHAGE\",\"postcode\":\"2497\",\"address\":\"217 Laan van Waalhaven\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Huang Baixin\",\"email\":\"baixin.huang@autel.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":403,\"name\":\"Ceylan Celikoz\",\"businessName\":\"Ceylan Celikoz\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Berchem\",\"postcode\":\"2600\",\"address\":\"Kanunnik Peeters Straat 147, 2600, Berchem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ceylan Celikoz\",\"email\":\"ceylan@blulinc.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"ceylan@blulinc.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":412,\"name\":\"PPC\",\"businessName\":\"PPC\",\"regNo\":\"000786301000\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Athens\",\"postcode\":\"10432\",\"address\":\"30 Chalkokondili Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyriakos Kofinas\",\"email\":\"roaming.deiblue@dei.gr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Benos Peter\",\"email\":\"p.benos@dei.gr\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":413,\"name\":\"PLUG-N-GO\",\"businessName\":\"PLUG-N-GO\",\"regNo\":\"10848124\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"WC2H 9JQ\",\"address\":\"71-75 Shelton Street, Covent Garden\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Revill Tim\",\"email\":\"tim@plug-n-go.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Dufty Nigel\",\"email\":\"nigel@plug-n-go.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Keith Hounsell\",\"email\":\"keith@plug-n-go.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":414,\"name\":\"CPO - Grupo EasyCharger\",\"businessName\":\"CPO - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":415,\"name\":\"NORMATECH SAS [Lodmi]\",\"businessName\":\"NORMATECH SAS [Lodmi]\",\"regNo\":\"901360602\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"ARRAS\",\"postcode\":\"62000\",\"address\":\"11 RUE WILLY BRANDT BATIMENT 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Saint Machin\",\"email\":\"tsm@lodmi.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Moukhlisse Zineb\",\"email\":\"zineb@lodmi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Qu\\u00e9ru Laura\",\"email\":\"laura@lodmi.com\",\"phone\":\"(+33) 7 66 59 08 46\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":416,\"name\":\"TEA MOBILITAS\",\"businessName\":\"TEA MOBILITAS\",\"regNo\":\"09-09-027080\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Hajd\\u00faszoboszl\\u00f3\",\"postcode\":\"4200\",\"address\":\"71 Kossuth\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Heged\\u0171s-Kocsis Krisztina\",\"email\":\"kocsiskrisztina@sarkcsillag.com\",\"phone\":\"(+36) 3 03 89 07 44\"},\"billing\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":417,\"name\":\"SBS Innovations (ByWatt)\",\"businessName\":\"SBS Innovations (ByWatt)\",\"regNo\":\"68061722\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Ernst\",\"postcode\":\"8166GP\",\"address\":\"4 Korte Laarstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"technical\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"billing\":{\"contactPerson\":\"ByWatt Invoicing\",\"email\":\"invoices@bywatt.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":418,\"name\":\"EV Map\",\"businessName\":\"EV Map\",\"regNo\":\"922271564\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-FONS\",\"postcode\":\"69190\",\"address\":\"49 Boulevard LUCIEN SAMPAIX\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":422,\"name\":\"Dhsn Bv\",\"businessName\":\"Dhsn Bv\",\"regNo\":\"0781.946.296\",\"vatNo\":\"BE 0781.946.296\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilsen-Stokkem\",\"postcode\":\"3650\",\"address\":\"Borreshoefstraat 67\",\"lastUpdatedAt\":\"2024-11-27T13:01:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries Housen\",\"email\":\"dries@dhsn.be\",\"phone\":\"0498\\/409607\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":426,\"name\":\"Patrick Wastyn\",\"businessName\":\"Patrick Wastyn\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zulte\",\"postcode\":\"9870\",\"address\":\"Waalbeekpark 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Wastyn\",\"email\":\"wastynpatrick6@gmail.com\",\"phone\":\"0476059342\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":400,\"total\":839}}"} 
[2025-07-17 18:22:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":430,\"name\":\"BV Dokter R. Steenwegen\",\"businessName\":\"BV Dokter R. Steenwegen\",\"regNo\":\"0474 426 010\",\"vatNo\":\"BE0474 426 010\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1700\",\"address\":\"Molenstraat 73\",\"lastUpdatedAt\":\"2024-11-27T13:04:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":431,\"name\":\"Ronny Hindyrickx\",\"businessName\":\"Ronny Hindyrickx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Raapstraat 33\",\"lastUpdatedAt\":\"2024-11-27T13:04:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Hindyrickx\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":434,\"name\":\"V-I-C bvba\",\"businessName\":\"V-I-C bvba\",\"regNo\":\"0536.481.462\",\"vatNo\":\"BE0536.481.462\",\"country\":\"BE\",\"region\":null,\"city\":\"Zedelgem\",\"postcode\":\"8210\",\"address\":\"Diksmuidse Heirweg 51c\",\"lastUpdatedAt\":\"2024-11-27T13:05:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":435,\"name\":\"Vermoortel Chantal\",\"businessName\":\"Vermoortel Chantal\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Damme\",\"postcode\":\"Damme\",\"address\":\"Damweg 56\",\"lastUpdatedAt\":\"2024-11-27T13:08:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":443,\"name\":\"EMSP- Recharger mon auto\",\"businessName\":\"EMSP- Recharger mon auto\",\"regNo\":\"91931393200015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Aulnay-Sous-Bois\",\"postcode\":\"93600\",\"address\":\"198 Avenue de Nonneville\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rodrigues C\\u00e9dric\",\"email\":\"cedric.rodrigues@rechargermonauto.com\",\"phone\":\"0659457794\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":444,\"name\":\"YES55\",\"businessName\":\"YES55\",\"regNo\":\"950758219\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grimaud\",\"postcode\":\"83310\",\"address\":\"ZA du Grand Pont\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robelin Nicolas\",\"email\":\"nicolas.robelin@yes55.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Martin Rachel\",\"email\":\"rachel.martin@yes55.fr\",\"phone\":\"+33 7 88 77 08 15\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":445,\"name\":\"CPO - METLD (BE GREEN MOBILITY)\",\"businessName\":\"CPO - METLD (BE GREEN MOBILITY)\",\"regNo\":\"919243121\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Herblain\",\"postcode\":\"44800\",\"address\":\"1 Guglielmo Marconi\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stecchino Julien\",\"email\":\"j.stecchino@begreen-group.com\",\"phone\":\"(+33) 6 76 89 05 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":446,\"name\":\"CPO - Compleo Charging Software GmbH\",\"businessName\":\"CPO - Compleo Charging Software GmbH\",\"regNo\":\"HRB 33903\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Dortmund\",\"postcode\":\"44379\",\"address\":\"8 Ezzestra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leidgebel Dennis\",\"email\":\"dennis.leidgebel@compleo-cs.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":447,\"name\":\"Energytix.solutions\",\"businessName\":\"Energytix.solutions\",\"regNo\":\"0654.812.554\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Schaapveld 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Baes Jonas\",\"email\":\"jbaes@energytix.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Leeman Bert\",\"email\":\"bleeman@energytix.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":448,\"name\":\"Amano Europe NV\",\"businessName\":\"Amano Europe NV\",\"regNo\":\"0434 751 030\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Westerring 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Schouterden Dominic\",\"email\":\"dschouterden@amano.eu\",\"phone\":\"(+32) 4 92 11 66 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":459,\"name\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"businessName\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":\"70435\",\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Philipp\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":462,\"name\":\"EMSP- NRG Accounting BV\",\"businessName\":\"EMSP- NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":463,\"name\":\"Top Employers Belgium\",\"businessName\":\"Top Employers Belgium\",\"regNo\":\"BE0895420064\",\"vatNo\":\"BE0895420064\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Nijverheidsstraat 70, 2160 Wommelgem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":466,\"name\":\"EMSP- E.ON Drive\",\"businessName\":\"EMSP- E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":470,\"name\":\"EMSP- E.A. Business\",\"businessName\":\"EMSP- E.A. Business\",\"regNo\":\"880960182\",\"vatNo\":\"FR31880960182\",\"country\":\"FR\",\"region\":null,\"city\":\"Rillieux-La-Pape\",\"postcode\":\"69140\",\"address\":\"555 chemin du Bois\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jemoui Mehdi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Issam Arfaoui\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":473,\"name\":\"Edmond Plas\",\"businessName\":\"Edmond Plas\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5,\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandra Bulinckx\",\"email\":\"sandra@capitalecars.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":476,\"name\":\"EMSP- E-Fusion SAS\",\"businessName\":\"EMSP- E-Fusion SAS\",\"regNo\":\"912272143\",\"vatNo\":\"FR47912272143\",\"country\":\"FR\",\"region\":null,\"city\":\"Labege\",\"postcode\":\"31670\",\"address\":\"231 rue Pierre et Marie Curie\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ernest BOADI\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":482,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":493,\"name\":\"CPO - Road B.V.\",\"businessName\":\"CPO - Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":494,\"name\":\"NLCharge B.V.\",\"businessName\":\"NLCharge B.V.\",\"regNo\":\"82372829\",\"vatNo\":\"NL862440142B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1015 CN\",\"address\":\"8 Keizersgracht\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter C. Molengraaf\",\"email\":\"peter@nlcharge.nl\",\"phone\":\"(+31) 6 46 36 09 71\"},\"technical\":{\"contactPerson\":\"Becker Riccardo\",\"email\":\"riccardo@longship.io\",\"phone\":\"(+31) 2 02 11 74 58\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":495,\"name\":\"Jerecharge.com SAS\",\"businessName\":\"Jerecharge.com SAS\",\"regNo\":\"905083895\",\"vatNo\":\"FR52905083895\",\"country\":\"FR\",\"region\":null,\"city\":\"Garches\",\"postcode\":\"92380\",\"address\":\"23 rue de la c\\u00f4te Saint Louis\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Olry\",\"email\":\"christophe.olry@jerecharge.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Viguie Gilles\",\"email\":\"gilles.viguie@jerecharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":496,\"name\":\"Paragon Mobility SAS\",\"businessName\":\"Paragon Mobility SAS\",\"regNo\":\"851548404\",\"vatNo\":\"FR68851548404\",\"country\":\"FR\",\"region\":null,\"city\":\"Valbonne\",\"postcode\":\"06560\",\"address\":\"535 Route des Lucioles, Les Aqueducs \\u2013 B\\u00e2timent 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann Cortot\",\"email\":\"operations@paragonmobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 1 84 88 39 32\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":497,\"name\":\"K2 PROPERTY BV\",\"businessName\":\"K2 PROPERTY BV\",\"regNo\":\"0749.520.384\",\"vatNo\":\"BE0749.520.384\",\"country\":\"BE\",\"region\":null,\"city\":\"Kuurne\",\"postcode\":\"8520\",\"address\":\"Ringlaan 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Janssens\",\"email\":\"bruno.janssens@questforproperty.com\",\"phone\":\"+(324) 953-85959\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":500,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":502,\"name\":\"Extendas Online Informatica B.V.\",\"businessName\":\"Extendas Online Informatica B.V.\",\"regNo\":\"08154890\",\"vatNo\":\"NL817496749B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Enschede\",\"postcode\":\"7521 PK\",\"address\":\"30 Institutenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"M.A. Cauli\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Tim Bethlehem\",\"email\":\"tim@extendas.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Raphael Verreijken\",\"email\":\"raphael@extendas.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":503,\"name\":\"EMSP- SMEG D\\u00e9veloppement\",\"businessName\":\"EMSP- SMEG D\\u00e9veloppement\",\"regNo\":\"20S08489\",\"vatNo\":\"FR46000150523\",\"country\":\"FR\",\"region\":null,\"city\":\"Monaco\",\"postcode\":\"98000\",\"address\":\"10 avenue de Fontvieille\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Battaglione\",\"email\":\"smeg@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"commercial@smeg.mc\",\"phone\":\"(+377) 92 05 66 44\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":510,\"name\":\"Fastned BV\",\"businessName\":\"Fastned BV\",\"regNo\":\"54606179\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1097 DL\",\"address\":\"77R James Wattstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Langezaal\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":500,\"total\":839}}"} 
[2025-07-17 18:22:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":533,\"name\":\"Dries Uitvaartzorg\",\"businessName\":\"Dries Uitvaartzorg\",\"regNo\":\"0457645604\",\"vatNo\":\"BE 0457645604\",\"country\":\"BE\",\"region\":null,\"city\":\"Dessel\",\"postcode\":\"2480\",\"address\":\"Polderstraat 46\",\"lastUpdatedAt\":\"2024-11-27T15:58:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":536,\"name\":\"CPO - LichtBlick eMobility GmbH\",\"businessName\":\"CPO - LichtBlick eMobility GmbH\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":539,\"name\":\"CPO - Remo Sustainable Mobility S.L.\",\"businessName\":\"CPO - Remo Sustainable Mobility S.L.\",\"regNo\":\"B72745698\",\"vatNo\":\"B72745698\",\"country\":\"ES\",\"region\":null,\"city\":\"28046\",\"postcode\":\"Madrid\",\"address\":\"135 Paseo de la Castellana, 12th floor\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remo Commercial Team\",\"email\":\"info@remo-mobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":542,\"name\":\"CPO - GreenYellow eMobility SAS\",\"businessName\":\"CPO - GreenYellow eMobility SAS\",\"regNo\":\"835370842\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint - Etienne\",\"postcode\":\"42000\",\"address\":\"1 Cours Antoine Guichard\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Romain BUTTE\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Chamkhi Salma\",\"email\":\"schamkhi@greenyellow.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"eMobility B2B support GreenYellow\",\"email\":\"emobility.exploit@greenyellow.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":543,\"name\":\"EMSP - Grupo EasyCharger\",\"businessName\":\"EMSP - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":544,\"name\":\"Sven Devisscher\",\"businessName\":\"Sven Devisscher\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2350\",\"address\":\"Ossevenstraat 11, 2350 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":549,\"name\":\"LichtBlick eMobility\",\"businessName\":\"LichtBlick eMobility\",\"regNo\":null,\"vatNo\":\"HRB 11191\",\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hubach Julia\",\"email\":\"julia.hubach@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"support.emobility@lichtblick.de\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":550,\"name\":\"Bart Van Keer\",\"businessName\":\"Bart Van Keer\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Fazantenstraat 45, 9080 Lochristi\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":556,\"name\":\"EV-Quip (SRL)\",\"businessName\":\"EV-Quip (SRL)\",\"regNo\":\"0750.549.871\",\"vatNo\":\"BE0750.549.871\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16, 3900 Pelt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vandebeeck Stephan\",\"email\":\"stephan@euroquip.be\",\"phone\":\"+(324) 974-80894\"},\"technical\":{\"contactPerson\":\"Vandebeeck Louis\",\"email\":\"louis@ev-quip.be\",\"phone\":\"+32 11 81 82 18\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":557,\"name\":\"Sovana Srl\\/Bv\",\"businessName\":\"Sovana Srl\\/Bv\",\"regNo\":\"0473863608\",\"vatNo\":\"BE0473863608\",\"country\":\"BE\",\"region\":null,\"city\":\"Tervuren\",\"postcode\":\"3080\",\"address\":\"Edmond Hanssenslaan 42 , Tervuren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Martine Serrien\",\"email\":\"martine.serrien@sovana.be\",\"phone\":\"0475 68 66 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":563,\"name\":\"CPO - Mobilize Fast Charge France\",\"businessName\":\"CPO - Mobilize Fast Charge France\",\"regNo\":\"983504002\",\"vatNo\":\"FR65983504002\",\"country\":\"FR\",\"region\":null,\"city\":\"Boulogne-Billancourt\",\"postcode\":\"92100\",\"address\":\"122-122 Bis Avenue du G\\u00e9n\\u00e9ral Leclerc\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Service Facturation\",\"email\":\"fastcharge.exploitation@mobilize.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":591,\"name\":\"CPO - QWELLO GmbH\",\"businessName\":\"CPO - QWELLO GmbH\",\"regNo\":\"HRB 234481\",\"vatNo\":\"DE316810194\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80992\",\"address\":\"1 Agnes-Pockels-Bogen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Roaming Qwello\",\"email\":\"roaming@qwello.eu\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":592,\"name\":\"CPO - ChargeIn\",\"businessName\":\"CPO - ChargeIn\",\"regNo\":\"0000986332\",\"vatNo\":\"PL7011100884\",\"country\":\"PL\",\"region\":null,\"city\":\"Warszawa\",\"postcode\":\"00-654\",\"address\":\"17 ul. Jana i J\\u0119drzeja \\u015aniadeckich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Babinski Kamil\",\"email\":\"kamil.babinski@chargein.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Maciej Skoczylas\",\"email\":\"maciej.sawicki@chargein.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":594,\"name\":\"Lard Aurelie\",\"businessName\":\"Lard Aurelie\",\"regNo\":\"0763997932\",\"vatNo\":\"BE0763997932\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:04:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lard Aurelie\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":602,\"name\":\"Taxi LM\",\"businessName\":\"Taxi LM\",\"regNo\":null,\"vatNo\":\"BE0794.869.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Jozef Verbovenlei 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":607,\"name\":\"EMSP- TanQyou\",\"businessName\":\"EMSP- TanQyou\",\"regNo\":\"70223521\",\"vatNo\":\"NL851056519B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"3 The Want, 8802PV, Franeker\",\"lastUpdatedAt\":\"2025-03-31T12:38:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Harmen Akkerman\",\"email\":\"info@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":\"(+31)88 100 9877\"},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":608,\"name\":\"CPO - Optimum Way Ltd.\",\"businessName\":\"CPO - Optimum Way Ltd.\",\"regNo\":\"03-09-131907\",\"vatNo\":\"HU-26399661\",\"country\":\"HU\",\"region\":null,\"city\":\"Baja\",\"postcode\":\"6500\",\"address\":\"2 Gesztenye utca 6500 , Baja\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"OW Invoices\",\"email\":\"szamla@optimumway.hu\",\"phone\":\"0036209564490\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":609,\"name\":\"CPO - Schouten Energy\",\"businessName\":\"CPO - Schouten Energy\",\"regNo\":\"28089720\",\"vatNo\":\"NL809534034B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Alphen aan den Rijn\",\"postcode\":\"2401 LP\",\"address\":\"4 Gnephoek 2401 LP , Alphen aan den Rijn\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wiebe van der Veen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":610,\"name\":\"CPO - Go Electric Stations SRLS\",\"businessName\":\"CPO - Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella 40128 , Bologna\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":611,\"name\":\"Divani NV\",\"businessName\":\"Divani NV\",\"regNo\":\"0830.657.916\",\"vatNo\":\"BE 0830.657.916\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052\\/D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"divani@immogra.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":616,\"name\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"businessName\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"regNo\":\"HRA 6945\",\"vatNo\":\"DE266451114\",\"country\":\"DE\",\"region\":null,\"city\":\"Bochum\",\"postcode\":\"44789\",\"address\":\"56 Wittener Stra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-13T13:32:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Stocker\",\"email\":\"info@trafineo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":617,\"name\":\"EMSP- Threeforce BV\",\"businessName\":\"EMSP- Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":618,\"name\":\"CPO - Optimile Bv\",\"businessName\":\"CPO - Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":619,\"name\":\"EMSP- ZEborne\",\"businessName\":\"EMSP- ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":620,\"name\":\"Demo Account - Blulinc\",\"businessName\":\"Demo Account - Blulinc\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-01-17T08:38:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":621,\"name\":\"EMSP- Road B.V.\",\"businessName\":\"EMSP- Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":622,\"name\":\"GoGlobal Netherlands B.V\",\"businessName\":\"GoGlobal Netherlands B.V\",\"regNo\":null,\"vatNo\":\"DE 341043115\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1066 EP\",\"address\":\"John M. Keynesplein 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Amandine Guillou\",\"email\":\"amandine.guillou@goglobalgeo.com\",\"phone\":\"0203\\/331.699\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":624,\"name\":\"Hubject Partner\",\"businessName\":\"Hubject Partner\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":626,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":null,\"vatNo\":\"Parochiale Werken Ledeberg VZW\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Ledebergplein 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":628,\"name\":\"EMSP- Go Electric Stations SRLS\",\"businessName\":\"EMSP- Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":629,\"name\":\"EMSP- Digital Charging Solutions GmbH\",\"businessName\":\"EMSP- Digital Charging Solutions GmbH\",\"regNo\":\"HRB 211155 B\",\"vatNo\":\"DE312237805\",\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"18 - 19 Rosenstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Markus Bartenschlager\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Team Accounting\",\"email\":\"accounting@digitalchargingsolutions.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":600,\"total\":839}}"} 
[2025-07-17 18:22:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":635,\"name\":\"Khasanov Tamerlan\",\"businessName\":\"Khasanov Tamerlan\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kampenhout\",\"postcode\":\"1910\",\"address\":\"Schuermansstraat 41\",\"lastUpdatedAt\":\"2024-12-02T15:12:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":636,\"name\":\"Raf Sodermans\",\"businessName\":\"Raf Sodermans\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Schutteweide 26\",\"lastUpdatedAt\":\"2024-12-02T15:13:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":637,\"name\":\"EMSP- Greenflux Assets B.V.\",\"businessName\":\"EMSP- Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":638,\"name\":\"EMSP- Route220 S.R.L.\",\"businessName\":\"EMSP- Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":641,\"name\":\"Erik Saerens\",\"businessName\":\"Erik Saerens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merchtem\",\"postcode\":\"1785\",\"address\":\"Onze Lieve Vrouwstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Saerens\",\"email\":\"saerens.vdb@skynet.be\",\"phone\":\"+32485 55 58 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":645,\"name\":\"CPO - Freshmile Services\",\"businessName\":\"CPO - Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"(+33) 3 68 78 14 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":646,\"name\":\"CPO - ZE-WATT\",\"businessName\":\"CPO - ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise 31670\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":647,\"name\":\"CPO - ConnectNed B.V.\",\"businessName\":\"CPO - ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":648,\"name\":\"CPO - WattzHub\",\"businessName\":\"CPO - WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":649,\"name\":\"CPO - Bump SAS\",\"businessName\":\"CPO - Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":650,\"name\":\"EMSP- Mobilygreen SAS\",\"businessName\":\"EMSP- Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":651,\"name\":\"CPO - Shell EV Charging Solutions B.V.\",\"businessName\":\"CPO - Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":652,\"name\":\"CPO - PERETTI GROUPE SARL\",\"businessName\":\"CPO - PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":653,\"name\":\"CPO - Load Stations SAS\",\"businessName\":\"CPO - Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":654,\"name\":\"CPO - Electromaps S.L.\",\"businessName\":\"CPO - Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":655,\"name\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":656,\"name\":\"CPO - Robo Charge B.V.\",\"businessName\":\"CPO - Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":657,\"name\":\"CPO - Diego Luxembourg\",\"businessName\":\"CPO - Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":658,\"name\":\"CPO - Monta ApS\",\"businessName\":\"CPO - Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":659,\"name\":\"CPO - NRG Accounting BV\",\"businessName\":\"CPO - NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":663,\"name\":\"S.U.L.T.A.N. B.V\",\"businessName\":\"S.U.L.T.A.N. B.V\",\"regNo\":\"0755563484\",\"vatNo\":\"BE0755563484\",\"country\":\"BE\",\"region\":null,\"city\":\"Hulshout\",\"postcode\":\"2235\",\"address\":\"Hoogzand 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yasin Ozturk\",\"email\":\"ysn.ozturk87@gmail.com\",\"phone\":\"+32485005142\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":665,\"name\":\"Daeze Angelique\",\"businessName\":\"Daeze Angelique\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Roskamstraat 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daeze Angelique\",\"email\":\"angeliquedaeze@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":674,\"name\":\"Anil & Naresh - App Development Blulinc\",\"businessName\":\"Anil & Naresh - App Development Blulinc\",\"regNo\":\"BE00123456789\",\"vatNo\":\"0123456\",\"country\":\"BE\",\"region\":\"Oast-Vlaanderen\",\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Laarnebaan 106b\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Naresh Kumar\",\"email\":\"ak0506493@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":676,\"name\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"businessName\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"regNo\":\"388 758 708 00076\",\"vatNo\":\"FR31388758708\",\"country\":\"FR\",\"region\":null,\"city\":\"BAVILLIERS\",\"postcode\":\"90800\",\"address\":\"Zone Industrielle\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tun UNLU\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":677,\"name\":\"CPO - SEW Solutions GmbH\",\"businessName\":\"CPO - SEW Solutions GmbH\",\"regNo\":\"HRB 743660\",\"vatNo\":\"DE350399349\",\"country\":\"DE\",\"region\":null,\"city\":\"Ravensburg\",\"postcode\":\"88213\",\"address\":\"Stra\\u00dfe 14 Wilhelm-Brielmayer\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Manfred Frick und Andreas Kessler\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+49) 7 51 99 43 87 0\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":678,\"name\":\"CPO - Volt-Up\",\"businessName\":\"CPO - Volt-Up\",\"regNo\":\"B246172\",\"vatNo\":\"LU32451925\",\"country\":\"LU\",\"region\":null,\"city\":\"Livange\",\"postcode\":\"L-3378\",\"address\":\"3 rue de Turi\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Massimo Russo\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Voltup\",\"email\":\"administration@voltup.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":679,\"name\":\"CPO - Floading Energy Infra\",\"businessName\":\"CPO - Floading Energy Infra\",\"regNo\":\"NL859649994B01\",\"vatNo\":\"NL859649994B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6827\",\"address\":\"73 Westervoortsedijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arnaud van der Sluis\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Floading Invoicing Team\",\"email\":\"administration@floading.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":680,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":\"BE 0797.981.188\",\"vatNo\":\"0797.981.188\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ren\\u00e9 Ryckaert\",\"email\":\"reneryckaert@icloud.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":682,\"name\":\"New Hair Club\",\"businessName\":\"New Hair Club\",\"regNo\":null,\"vatNo\":\"BE0589744756\",\"country\":\"BE\",\"region\":null,\"city\":\"De Pinte\",\"postcode\":\"9840\",\"address\":\"Zuidstationstraat  16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":684,\"name\":\"Anne Clarysse\",\"businessName\":\"Anne Clarysse\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Beukendreef 13, 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":696,\"name\":\"CPO - Blink Charging Belgium (SA)\",\"businessName\":\"CPO - Blink Charging Belgium (SA)\",\"regNo\":\"0833.034.020\",\"vatNo\":\"BE 0833.034.020\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Posthoflei 3\\/4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Van Schap\",\"email\":\"interop@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"servicedesk@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"billing\":{\"contactPerson\":\"Saskia Laperre\",\"email\":\"office@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":698,\"name\":\"STX Commodities BV\",\"businessName\":\"STX INT\",\"regNo\":\"0797.789.960\",\"vatNo\":\"BE 0797.789.960\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Louizalaan 475\",\"lastUpdatedAt\":\"2025-01-17T10:36:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Jan Wesselink\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brandon Palmers\",\"email\":\"Brandon.Palmers@stxgroup.com\",\"phone\":\"+31 6 15 58 45 51\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":350},{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":714,\"name\":\"CPO - BV Smart parking Solutions\",\"businessName\":\"CPO - BV Smart parking Solutions\",\"regNo\":\"BE 0539.751.253\",\"vatNo\":\"0539.751.253\",\"country\":\"BE\",\"region\":null,\"city\":\"Bertem\",\"postcode\":\"3061\",\"address\":\"Dorpstraat 570\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@groupbeyers.com\",\"phone\":\"003223038869\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"info@smartparkingsolutions.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":715,\"name\":\"CPO - Ebee Smart Technologies GmbH\",\"businessName\":\"CPO - Ebee Smart Technologies GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":716,\"name\":\"CPO - Zemovi BV\",\"businessName\":\"CPO - Zemovi BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"'s-Gravenhage\",\"postcode\":\"2517 KT\",\"address\":\"Scheveningseweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Chu\",\"email\":\"danny@zemovi.com\",\"phone\":\"+31850602419\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@zemovi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Hafid Salhi\",\"email\":\"billing@zemovi.com\",\"phone\":\"+31(0)85 060 8489\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":717,\"name\":\"CPO - eCarUp\",\"businessName\":\"CPO - eCarUp\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"cornel.beeler@ecarup.com\",\"phone\":\"+41415101717\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@ecarup.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"invoice@ecarup.com\",\"phone\":\"+41415101717\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":718,\"name\":\"CPO - Porsche Sales and Marketplace GmbH\",\"businessName\":\"CPO - Porsche Sales and Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":null,\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":719,\"name\":\"CPO - reev GmbH\",\"businessName\":\"CPO - reev GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"M\\u00fcnchen\",\"postcode\":\"80335\",\"address\":\"Sandstra\\u00dfe 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Eduard Schlutius\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":723,\"name\":\"CPO - Schneider Electric GmbH\",\"businessName\":\"CPO - Schneider Electric GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Ratingen\",\"postcode\":\"40880\",\"address\":\"Gothaer Str. 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Stoye\",\"email\":\"tim.stoye@se.com\",\"phone\":\"+49 30 238884 240\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@inno2fleet.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Evelyn Str\\u00fcbing\",\"email\":\"invoice@inno2fleet.com\",\"phone\":\"+ 49 30 238884 240\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":724,\"name\":\"CPO - Eneco eMobility B.V.\",\"businessName\":\"CPO - Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":null,\"email\":\"jan.sass2@eneco.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":725,\"name\":\"CPO - iLumen\",\"businessName\":\"CPO - iLumen\",\"regNo\":\"0846.015.786\",\"vatNo\":\"BE 0846.015.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Tessenderlo\",\"postcode\":\"3980\",\"address\":\"Ambachtsstraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Wuyts\",\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":\"+32 13 220 200\"},\"technical\":{\"contactPerson\":null,\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":null},\"billing\":{\"contactPerson\":\"Stefanie Van Eynde\",\"email\":\"invoices@ilumen.be\",\"phone\":\"+32 13 22 02 51\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":726,\"name\":\"CPO - Picoty SAS\",\"businessName\":\"CPO - Picoty SAS\",\"regNo\":\"77734738600057\",\"vatNo\":\"FR83777347386\",\"country\":\"FR\",\"region\":null,\"city\":\"La Souterraine\",\"postcode\":\"23300\",\"address\":\"Rue Andr\\u00e9 et Guy Picoty\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel PICOTY\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 5 55 89 38 05\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":727,\"name\":\"EMSP- Tap Electric B.V.\",\"businessName\":\"EMSP- Tap Electric B.V.\",\"regNo\":\"80990819\",\"vatNo\":\"NL861879764B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1016 AC\",\"address\":\"262-A Singel\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dan Pezim\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Dan Pezim\",\"email\":\"dan@tapelectric.app\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":728,\"name\":\"CPO - SJS Services SAS\",\"businessName\":\"CPO - SJS Services SAS\",\"regNo\":\"84470864400019\",\"vatNo\":\"FR71844708644\",\"country\":\"FR\",\"region\":null,\"city\":\"Chatellerault\",\"postcode\":\"86100\",\"address\":\"69 Chemin du Marais\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jerome Princ\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":729,\"name\":\"CPO - Obornes SASU\",\"businessName\":\"CPO - Obornes SASU\",\"regNo\":null,\"vatNo\":\"817481658\",\"country\":\"BE\",\"region\":null,\"city\":\"Aix-en-Provence\",\"postcode\":\"13100\",\"address\":\"550 Rue Pierre Berthier\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dourassoff\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":735,\"name\":\"CPO - E.ON Drive\",\"businessName\":\"CPO - E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Roaming & Partner Management Team EDRI\",\"email\":\"roaming@edri.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":736,\"name\":\"CPO - Iberdrola\",\"businessName\":\"CPO - Iberdrola\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Miguel Recuenco\",\"email\":\"mrecuenco@iberdrola.es\",\"phone\":\"+34900929293\"},\"technical\":{\"contactPerson\":null,\"email\":\"smartmobility@tuiberdrola.es\",\"phone\":null},\"billing\":{\"contactPerson\":\"Mar\\u00eda \\u00c1ngeles Diaz Bueno\",\"email\":\"roaming@iberdrola.es\",\"phone\":\"+34900929293\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":700,\"total\":839}}"} 
[2025-07-17 18:22:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":738,\"name\":\"EMSP- Vandebron Energie B.V.\",\"businessName\":\"EMSP- Vandebron Energie B.V.\",\"regNo\":\"59394218\",\"vatNo\":\"NL853458194B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013KS\",\"address\":\"2a-2h Grote Bickersstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remco Wilcke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Rowald Oosterkamp\",\"email\":\"ev-facturen@vandebron.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":740,\"name\":\"Embridge Belgium BV\",\"businessName\":\"M-Tech NV - Embridge\",\"regNo\":null,\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-17T14:27:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Boodts\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":745,\"name\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"businessName\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"technical\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"billing\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":746,\"name\":\"CPO - Atlante Energy\",\"businessName\":\"CPO - Atlante Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tommaso Cresti\",\"email\":\"tommaso.cresti@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":\"operation@atlante.energy\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Atlante\",\"email\":\"invoices@atlante.energy\",\"phone\":\"+39 344 3437928\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":747,\"name\":\"CPO - Powy (TheF Charging S.r.l.)\",\"businessName\":\"CPO - Powy (TheF Charging S.r.l.)\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicol\\u00f2 Brentan\",\"email\":\"nicolo.brentan@powy.energy\",\"phone\":\"+39 800 596 704\"},\"technical\":{\"contactPerson\":\"Matteo Scaglia\",\"email\":\"matteo.scaglia@powy.energy\",\"phone\":\"+39 345 047 1604\"},\"billing\":{\"contactPerson\":\"assistenza@powy.energy\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":748,\"name\":\"CPO - Enel X Way Italia\",\"businessName\":\"CPO - Enel X Way Italia\",\"regNo\":\"IT14553401002\",\"vatNo\":\"IT14553401002\",\"country\":\"BE\",\"region\":null,\"city\":\"Roma\",\"postcode\":\"00189\",\"address\":\"Via Flaminia 970\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":749,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"DE309400054\",\"vatNo\":\"DE309400054\",\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50672\",\"address\":\"Erftstra\\u00dfe 15\\u201317\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claudia Eder\",\"email\":\"roaming@chargecloud.de\",\"phone\":\"+4922129272500\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@chargecloud.de\",\"phone\":\"+4922129272500\"},\"billing\":{\"contactPerson\":\"Markus Bach\",\"email\":\"accounting@chargecloud.de\",\"phone\":\"+4922129272500\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":750,\"name\":\"Hauset Immo NV\",\"businessName\":\"Hauset Immo NV\",\"regNo\":\"0417.032.791\",\"vatNo\":\"BE 0417.032.791\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Veldkant 2\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":\"E Heuten\",\"email\":\"e.heuten@immogra.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":751,\"name\":\"Dirk meert\",\"businessName\":\"Dirk meert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"Aalst\",\"address\":\"Hof ter Lokerenstraat 38\",\"lastUpdatedAt\":\"2024-12-02T15:38:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":759,\"name\":\"Altensys\",\"businessName\":\"EMSP- ALTENSYS\",\"regNo\":\"90018325200015\",\"vatNo\":\"FR25900183252\",\"country\":\"FR\",\"region\":null,\"city\":\"Ajaccio\",\"postcode\":\"20000\",\"address\":\"51 cours Napol\\u00e9on\",\"lastUpdatedAt\":\"2024-11-07T09:56:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phanie Masson\",\"email\":\"s.masson@altensys.fr\",\"phone\":\"+33 6 64 96 56 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":768,\"name\":\"Jean Colle\",\"businessName\":\"Jean Colle\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-26T13:04:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":772,\"name\":\"Pieter Bergez\",\"businessName\":\"Pieter Bergez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-02T14:05:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":774,\"name\":\"Service & Development  Group Belgium NV\",\"businessName\":\"Service & Development  Group Belgium NV\",\"regNo\":\"0415.874.533\",\"vatNo\":\"BE 0415.874.533\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint Denijs Westrem\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052 D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"+32 475 920 898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":785,\"name\":\"Polygon Belgium NV - Public\",\"businessName\":\"Polygon Belgium NV - Public\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1200,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":786,\"name\":\"EMSP- Enapi\",\"businessName\":\"EMSP- Enapi\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-23T14:20:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":794,\"name\":\"Better IT Support bvba\",\"businessName\":\"Better IT Support bvba\",\"regNo\":null,\"vatNo\":\"BE0884.277.437\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"Marosdelle 5\",\"lastUpdatedAt\":\"2025-01-20T15:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":800,\"name\":\"VDZ bv\",\"businessName\":\"Plug 15\",\"regNo\":\"0436.378.452\",\"vatNo\":\"BE0436.378.452\",\"country\":\"BE\",\"region\":null,\"city\":\"Lendelede\",\"postcode\":\"8860\",\"address\":\"Rozebeeksestraat 103\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lowie Devriendt\",\"email\":\"lowie.devriendt@vdz.be\",\"phone\":\"0479221868\"},\"technical\":{\"contactPerson\":\"Maxim vroman\",\"email\":\"maxim@vdz.be\",\"phone\":\"32474859585\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":801,\"name\":\"EMSP- WeVee Technologies Ltd.\",\"businessName\":\"EMSP- WeVee Technologies Ltd.\",\"regNo\":\"13427704\",\"vatNo\":\"386900859\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"W6 0NB\",\"address\":\"1 Lyric Square\",\"lastUpdatedAt\":\"2025-02-04T13:59:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dr. Rahmyn Kress\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Francesca Spengos\",\"email\":\"f@wevee.com\",\"phone\":\"+30 694 418 0518\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":802,\"name\":\"E-Shore S.r.l.\",\"businessName\":\"CPO - E-Shore\",\"regNo\":\"02382770507\",\"vatNo\":\"IT02382770507\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20122\",\"address\":\"5 Pietro Cossa\",\"lastUpdatedAt\":\"2025-02-04T14:04:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marco Maria Mele\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Vanessa Barbini\",\"email\":\"segreteria@eshoremobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Team EShore\",\"email\":\"accounting@eshoremobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":803,\"name\":\"A\\u00e9roports de la C\\u00f4te d'Azur\",\"businessName\":\"CPO - A\\u00e9roports de la C\\u00f4te d'Azur\",\"regNo\":\"493479489\",\"vatNo\":\"FR35493479489\",\"country\":\"IT\",\"region\":null,\"city\":\"NICE Cedex 3\",\"postcode\":\"06206\",\"address\":\"19 Rue Costes et Bellonte - CS 63331\",\"lastUpdatedAt\":\"2025-02-04T14:13:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Franck GOLDNADEL\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Michele Lamasse\",\"email\":\"michele.lamasse@cote-azur.aeroport.fr\",\"phone\":\"+33 4 93 21 32 82\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":804,\"name\":\"Voltalia Mobility (Yusco) SA\",\"businessName\":\"CPO - Le Plein\",\"regNo\":\"982531527\",\"vatNo\":\"FR12982531527\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75003\",\"address\":\"84 Boulevard de S\\u00e9bastopol\",\"lastUpdatedAt\":\"2025-02-04T14:24:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Lebrun\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Benjamin Lalin\",\"email\":\"benjamin.lalin@voltalia-mobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"\\u00c9quipe comptable Yusco\",\"email\":\"compta@yusco.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":813,\"name\":\"Group Projecten BV\",\"businessName\":\"EMSP- Group Projecten\",\"regNo\":\"0795634085\",\"vatNo\":\"BE0795634085\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 81\",\"lastUpdatedAt\":\"2025-02-18T09:20:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Swaef Alex\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Christa Van De Slycke\",\"email\":\"hello@gridctrl.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":814,\"name\":\"Pleevi SRL\",\"businessName\":\"Pleevi.ai\",\"regNo\":\"1017.187.332\",\"vatNo\":\"BE1017.187.332\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Boulevard du Roi Albert II 4\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Lagae\",\"email\":\"Wout.Lagae@pleevi.ai\",\"phone\":\"+32 479 27 61 89\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":815,\"name\":\"PowerGoodies\",\"businessName\":\"PowerGoodies\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-02-24T08:49:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":821,\"name\":\"Johan Joseph\",\"businessName\":\"Johan Joseph\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 18, 2930 Brasschaat\",\"lastUpdatedAt\":\"2025-02-28T08:58:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":822,\"name\":\"Tony Graziano\",\"businessName\":\"Tony Graziano\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Karlsruhelaan 20, 2400 Mol\",\"lastUpdatedAt\":\"2025-02-28T12:39:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":824,\"name\":\"TandemDrive Services B.V.\",\"businessName\":\"TandemDrive Services\",\"regNo\":null,\"vatNo\":\"NL865400684B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Delft\",\"postcode\":\"2627AB\",\"address\":\"Hooikade 13\",\"lastUpdatedAt\":\"2025-03-04T10:05:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maarten Ari\\u00ebns\",\"email\":\"maartenariens@tandemdrive.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":827,\"name\":\"Rainer Klose\",\"businessName\":\"Rainer Klose\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Van Geertstraat 17\\/3, 2060 Antwerpen\",\"lastUpdatedAt\":\"2025-03-06T15:14:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":828,\"name\":\"Piet Scherrens\",\"businessName\":\"Piet Scherrens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-10T14:07:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":832,\"name\":\"Ann Creve\",\"businessName\":\"Ann Creve\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-14T15:06:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Creve\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":836,\"name\":\"Chargit B.V.\",\"businessName\":\"EMSP- Chargit B.V.\",\"regNo\":null,\"vatNo\":\"NL863096414B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Nijmegen\",\"postcode\":\"6511EV\",\"address\":\"Nassausingel 4\",\"lastUpdatedAt\":\"2025-03-31T12:41:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Leo Konings\",\"email\":\"leo.konings@chargit.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rik Sebens\",\"email\":\"rik.sebens@chargit.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":837,\"name\":\"CPO - MoveYou B.V.\",\"businessName\":\"CPO - MoveYou B.V.\",\"regNo\":null,\"vatNo\":\"NL858013563B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"Het Want 3\",\"lastUpdatedAt\":\"2025-03-26T11:50:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":844,\"name\":\"Georgios Evangelou\",\"businessName\":\"Georgios Evangelou\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-04-14T10:42:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":800,\"total\":839}}"} 
[2025-07-17 18:22:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":861,\"name\":\"Evolut-ion services bv\",\"businessName\":\"EMSP- Evolut-ion\",\"regNo\":\"0764.959.519\",\"vatNo\":\"BE0764.959.519\",\"country\":\"BE\",\"region\":null,\"city\":\"Buggenhout\",\"postcode\":\"9255\",\"address\":\"Heideveld 26\",\"lastUpdatedAt\":\"2025-06-02T12:54:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":863,\"name\":\"Copackr.Com\",\"businessName\":\"Copackr\",\"regNo\":\"0683.478.925\",\"vatNo\":\"BE 0683.478.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T13:07:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@copackr.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":867,\"name\":\"Annemie Van Hemelrijck\",\"businessName\":\"Annemie Van Hemelrijck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Molenstraat 18, 2811 Leest\",\"lastUpdatedAt\":\"2025-06-06T07:46:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Annemie Van Hemelrijck\",\"email\":\"annemievanhemelrijck@hotmail.com\",\"phone\":\"+32496596782\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":869,\"name\":\"Swish SAS\",\"businessName\":\"EMSP- Swish SAS\",\"regNo\":\"97764942500013\",\"vatNo\":\"FR27977649425\",\"country\":\"FR\",\"region\":null,\"city\":\"Roissy en France\",\"postcode\":\"95700\",\"address\":\"385 rue de la belle \\u00e9toile\",\"lastUpdatedAt\":\"2025-06-11T10:53:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alberto Prendin\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":870,\"name\":\"EVIO - Electrical Mobility\",\"businessName\":\"EMSP- EVIO - Electrical Mobility\",\"regNo\":\"515681890\",\"vatNo\":\"PT515681890\",\"country\":\"PT\",\"region\":null,\"city\":\"Matosinhos\",\"postcode\":\"4450-017\",\"address\":\"1825 Av. Dom Afonso Henriques\",\"lastUpdatedAt\":\"2025-06-11T11:50:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carlos Almeida\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"invoices@go-evio.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":872,\"name\":\"Lily Detrez\",\"businessName\":\"Lily Detrez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Heverlee\",\"postcode\":\"3050\",\"address\":\"Fonteinstraat 38\",\"lastUpdatedAt\":\"2025-06-17T09:37:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":874,\"name\":\"Abattoir\",\"businessName\":\"Abattoir\",\"regNo\":\"0425.276.704\",\"vatNo\":\"BE 0425.276.704\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Ropsy Chaudron 24\",\"lastUpdatedAt\":\"2025-06-25T10:36:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Blancke\",\"email\":\"thomas.blancke@abattoir.be\",\"phone\":\"0472262751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@abattoir.be\",\"phone\":\"025215419\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":878,\"name\":\"Ysco\",\"businessName\":\"Ysco\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-07-04T11:52:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Dehamers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":880,\"name\":\"ENERANDO Technologies\",\"businessName\":\"CPO - ENERANDO Technologies\",\"regNo\":\"HRB 284630\",\"vatNo\":\"DE361930407\",\"country\":\"DE\",\"region\":null,\"city\":\"Garching\",\"postcode\":\"D-85748\",\"address\":\"Schleissheimer Str. 91a\",\"lastUpdatedAt\":\"2025-07-07T09:20:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthias Schmid\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":881,\"name\":\"EMSP- Oriway SAS\",\"businessName\":\"EMSP- Oriway\",\"regNo\":\"95366062800017\",\"vatNo\":\"FR70953660628\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Gilles Croix de Vie\",\"postcode\":\"85800\",\"address\":\"7 du Vent de Galerne\",\"lastUpdatedAt\":\"2025-07-15T11:57:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Natacha Burahee\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":882,\"name\":\"EMSP- Amano Europe NV\",\"businessName\":\"EMSP- Amano Europe\",\"regNo\":\"0434 751 030\",\"vatNo\":\"BE0434.751.030\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"2 Westerring\",\"lastUpdatedAt\":\"2025-07-15T12:01:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Peirsman\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":883,\"name\":\"EMSP- autoSense AG\",\"businessName\":\"EMSP- autoSense AG\",\"regNo\":\"CH-020.3.046.019-3\",\"vatNo\":\"CHE-252.080.680\",\"country\":\"CH\",\"region\":null,\"city\":\"Zurich\",\"postcode\":\"8004\",\"address\":\"141 Badenerstrasse\",\"lastUpdatedAt\":\"2025-07-15T12:20:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jaap Vossen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Department\",\"email\":\"roaming@autosense.ch\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":884,\"name\":\"EMSP- Faroud SAS\",\"businessName\":\"EMSP- Faroud\",\"regNo\":\"98154506400017\",\"vatNo\":\"FR93981545064\",\"country\":\"FR\",\"region\":null,\"city\":\"Asni\\u00e8res sur Seine\",\"postcode\":\"92600\",\"address\":\"7 rue Paul Gillet\",\"lastUpdatedAt\":\"2025-07-15T12:23:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrien Navarro\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"next\":null},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":839,\"total\":839}}"} 
[2025-07-17 18:22:49] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":9,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"T.vanvlem@netcomsolutions.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-11-30T11:22:05+00:00\",\"acceptedAt\":\"2021-11-30T11:22:05+00:00\",\"userId\":7,\"lastUpdatedAt\":\"2022-08-29T15:49:21+00:00\"},{\"id\":16,\"partnerId\":9,\"sendViaEmail\":true,\"email\":\"bgaltman@netcomsolutions.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-16T22:30:28+00:00\",\"acceptedAt\":\"2021-12-16T22:30:28+00:00\",\"userId\":35,\"lastUpdatedAt\":\"2023-11-30T13:34:18+00:00\"},{\"id\":17,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.vanstappen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-22T08:22:43+00:00\",\"acceptedAt\":\"2021-12-22T08:22:43+00:00\",\"userId\":40,\"lastUpdatedAt\":\"2022-08-29T15:49:53+00:00\"},{\"id\":23,\"partnerId\":26,\"sendViaEmail\":true,\"email\":\"info@hildesmout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T15:08:52+00:00\",\"acceptedAt\":\"2021-12-27T15:08:52+00:00\",\"userId\":47,\"lastUpdatedAt\":\"2022-08-29T15:18:50+00:00\"},{\"id\":27,\"partnerId\":27,\"sendViaEmail\":true,\"email\":\"christophecompeers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T22:45:46+00:00\",\"acceptedAt\":\"2021-12-27T22:45:46+00:00\",\"userId\":19,\"lastUpdatedAt\":\"2022-08-29T15:39:05+00:00\"},{\"id\":28,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"maaike.vandenberghe@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-29T12:23:56+00:00\",\"acceptedAt\":\"2021-12-29T12:23:56+00:00\",\"userId\":51,\"lastUpdatedAt\":\"2021-12-29T12:23:56+00:00\"},{\"id\":30,\"partnerId\":29,\"sendViaEmail\":true,\"email\":\"boekhoudingvervack@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-07T09:39:56+00:00\",\"acceptedAt\":\"2022-01-07T09:39:57+00:00\",\"userId\":57,\"lastUpdatedAt\":\"2023-11-30T14:07:24+00:00\"},{\"id\":37,\"partnerId\":45,\"sendViaEmail\":true,\"email\":\"michael@hairconsultingbymd.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-23T18:06:57+00:00\",\"acceptedAt\":\"2022-01-23T18:06:57+00:00\",\"userId\":64,\"lastUpdatedAt\":\"2023-09-28T13:04:47+00:00\"},{\"id\":38,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"Jeroen.bogaerts@junto.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":66,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":39,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"evelyne.lekime@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":67,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":41,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jan.luyckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:06:50+00:00\",\"acceptedAt\":\"2022-02-01T14:06:50+00:00\",\"userId\":69,\"lastUpdatedAt\":\"2023-01-09T12:53:03+00:00\"},{\"id\":42,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thijs.campe@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:11:45+00:00\",\"acceptedAt\":\"2022-02-01T14:11:45+00:00\",\"userId\":61,\"lastUpdatedAt\":\"2023-01-09T12:53:06+00:00\"},{\"id\":45,\"partnerId\":50,\"sendViaEmail\":true,\"email\":\"kserranne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-09T22:20:16+00:00\",\"acceptedAt\":\"2022-02-09T22:20:16+00:00\",\"userId\":76,\"lastUpdatedAt\":\"2023-11-30T14:11:41+00:00\"},{\"id\":48,\"partnerId\":47,\"sendViaEmail\":true,\"email\":\"ran.ancho@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-15T17:54:58+00:00\",\"acceptedAt\":\"2022-02-15T17:54:58+00:00\",\"userId\":68,\"lastUpdatedAt\":\"2024-05-21T13:40:16+00:00\"},{\"id\":50,\"partnerId\":52,\"sendViaEmail\":true,\"email\":\"callebautdecoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-05T08:30:15+00:00\",\"acceptedAt\":\"2022-03-05T08:30:15+00:00\",\"userId\":84,\"lastUpdatedAt\":\"2023-11-30T14:11:51+00:00\"},{\"id\":52,\"partnerId\":13,\"sendViaEmail\":true,\"email\":\"phistelle@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-08T15:26:41+00:00\",\"acceptedAt\":\"2022-03-08T15:26:41+00:00\",\"userId\":17,\"lastUpdatedAt\":\"2022-08-30T09:00:33+00:00\"},{\"id\":53,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peter.reyniers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-09T14:46:45+00:00\",\"acceptedAt\":\"2022-03-09T14:46:45+00:00\",\"userId\":90,\"lastUpdatedAt\":\"2023-01-09T12:53:28+00:00\"},{\"id\":54,\"partnerId\":53,\"sendViaEmail\":true,\"email\":\"wma.architect@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-10T12:12:33+00:00\",\"acceptedAt\":\"2022-03-10T12:12:33+00:00\",\"userId\":87,\"lastUpdatedAt\":\"2023-11-30T14:12:08+00:00\"},{\"id\":56,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-13T13:43:59+00:00\",\"acceptedAt\":\"2022-03-13T13:43:59+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2023-11-30T14:12:21+00:00\"},{\"id\":58,\"partnerId\":56,\"sendViaEmail\":true,\"email\":\"nick.houthuys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-14T06:55:08+00:00\",\"acceptedAt\":\"2022-03-14T06:55:08+00:00\",\"userId\":80,\"lastUpdatedAt\":\"2023-11-30T14:14:08+00:00\"},{\"id\":60,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"siebe.verheyen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:30:34+00:00\",\"acceptedAt\":\"2022-03-22T11:30:34+00:00\",\"userId\":103,\"lastUpdatedAt\":\"2023-01-09T12:53:32+00:00\"},{\"id\":61,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ewoud.beheydt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:51:46+00:00\",\"acceptedAt\":\"2022-03-22T11:51:46+00:00\",\"userId\":104,\"lastUpdatedAt\":\"2023-11-23T13:58:45+00:00\"},{\"id\":62,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kathleen.sels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T12:46:30+00:00\",\"acceptedAt\":\"2022-03-22T12:46:30+00:00\",\"userId\":105,\"lastUpdatedAt\":\"2023-01-09T12:53:39+00:00\"},{\"id\":63,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"koen.stevens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T13:06:55+00:00\",\"acceptedAt\":\"2022-03-22T13:06:55+00:00\",\"userId\":106,\"lastUpdatedAt\":\"2023-11-23T14:00:12+00:00\"},{\"id\":64,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"jfleconte@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T14:26:36+00:00\",\"acceptedAt\":\"2022-03-22T14:26:36+00:00\",\"userId\":102,\"lastUpdatedAt\":\"2023-01-09T13:03:52+00:00\"},{\"id\":65,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jarne.vanbelleghem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-28T11:37:25+00:00\",\"acceptedAt\":\"2022-03-28T11:37:25+00:00\",\"userId\":115,\"lastUpdatedAt\":\"2023-01-09T12:54:14+00:00\"},{\"id\":66,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-29T13:12:51+00:00\",\"acceptedAt\":\"2022-03-29T13:12:51+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-05-31T11:12:50+00:00\"},{\"id\":68,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"mathieu@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-31T08:37:08+00:00\",\"acceptedAt\":\"2022-03-31T08:37:08+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-05-31T11:12:56+00:00\"},{\"id\":72,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"bob.missoorten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T11:31:15+00:00\",\"acceptedAt\":\"2022-04-04T11:31:15+00:00\",\"userId\":119,\"lastUpdatedAt\":\"2023-01-09T12:54:17+00:00\"},{\"id\":74,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"Hilde.verstraeten@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T13:26:02+00:00\",\"acceptedAt\":\"2022-04-04T13:26:02+00:00\",\"userId\":121,\"lastUpdatedAt\":\"2023-11-30T14:23:34+00:00\"},{\"id\":78,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lode.janssens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-05T13:38:46+00:00\",\"acceptedAt\":\"2022-04-05T13:38:46+00:00\",\"userId\":123,\"lastUpdatedAt\":\"2023-01-09T12:54:20+00:00\"},{\"id\":79,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"g.van.hoey@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T08:44:39+00:00\",\"acceptedAt\":\"2022-04-07T08:44:39+00:00\",\"userId\":111,\"lastUpdatedAt\":\"2023-01-09T13:03:49+00:00\"},{\"id\":82,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"j.vandenberghe@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T14:34:30+00:00\",\"acceptedAt\":\"2022-04-07T14:34:30+00:00\",\"userId\":101,\"lastUpdatedAt\":\"2023-01-09T13:03:45+00:00\"},{\"id\":85,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.billiau@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T10:06:50+00:00\",\"acceptedAt\":\"2022-04-08T10:06:50+00:00\",\"userId\":107,\"lastUpdatedAt\":\"2023-04-03T07:55:21+00:00\"},{\"id\":87,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"s.de.roo@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T11:04:51+00:00\",\"acceptedAt\":\"2022-04-08T11:04:51+00:00\",\"userId\":100,\"lastUpdatedAt\":\"2023-01-09T13:03:43+00:00\"},{\"id\":89,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"caat.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-14T11:26:56+00:00\",\"acceptedAt\":\"2022-04-20T06:57:53+00:00\",\"userId\":131,\"lastUpdatedAt\":\"2022-08-29T14:50:06+00:00\"},{\"id\":92,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"p.mareels@belgacom.net\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-20T13:22:14+00:00\",\"acceptedAt\":\"2022-04-20T13:22:14+00:00\",\"userId\":124,\"lastUpdatedAt\":\"2023-01-31T08:43:38+00:00\"},{\"id\":94,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"l.stoffelen@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-25T15:06:36+00:00\",\"acceptedAt\":\"2022-04-25T15:06:36+00:00\",\"userId\":110,\"lastUpdatedAt\":\"2023-01-09T13:03:37+00:00\"},{\"id\":95,\"partnerId\":82,\"sendViaEmail\":true,\"email\":\"katleen.vdw@aol.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-26T08:02:13+00:00\",\"acceptedAt\":\"2022-04-26T08:02:13+00:00\",\"userId\":79,\"lastUpdatedAt\":\"2023-05-31T09:38:16+00:00\"},{\"id\":105,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:22:01+00:00\",\"acceptedAt\":\"2022-04-30T13:22:01+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-01-09T12:55:00+00:00\"},{\"id\":106,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:23:57+00:00\",\"acceptedAt\":\"2022-04-30T13:23:57+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-11-30T14:25:39+00:00\"},{\"id\":111,\"partnerId\":61,\"sendViaEmail\":true,\"email\":\"carmelo.luparello@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-05T17:28:45+00:00\",\"acceptedAt\":\"2022-05-05T17:28:45+00:00\",\"userId\":116,\"lastUpdatedAt\":\"2023-08-18T09:52:50+00:00\"},{\"id\":112,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"vmeynen@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-06T13:39:21+00:00\",\"acceptedAt\":\"2022-05-06T13:39:21+00:00\",\"userId\":109,\"lastUpdatedAt\":\"2023-01-09T12:55:03+00:00\"},{\"id\":114,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"RFID@mado.be\",\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/65425cbd-2506-47ff-bfb4-2e33e04e7135\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"sent\",\"createdAt\":\"2022-05-06T14:35:26+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-30T14:30:13+00:00\"},{\"id\":120,\"partnerId\":89,\"sendViaEmail\":true,\"email\":\"celgeenen@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T10:00:56+00:00\",\"acceptedAt\":\"2022-05-09T10:00:56+00:00\",\"userId\":145,\"lastUpdatedAt\":\"2023-09-30T06:40:58+00:00\"},{\"id\":121,\"partnerId\":90,\"sendViaEmail\":true,\"email\":\"kris@intwit.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T13:41:39+00:00\",\"acceptedAt\":\"2022-05-09T13:41:39+00:00\",\"userId\":146,\"lastUpdatedAt\":\"2022-08-29T15:01:21+00:00\"},{\"id\":122,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.desmet@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-10T08:44:04+00:00\",\"acceptedAt\":\"2022-05-10T08:44:04+00:00\",\"userId\":147,\"lastUpdatedAt\":\"2023-01-09T12:55:06+00:00\"},{\"id\":125,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ralf.joris@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T05:02:49+00:00\",\"acceptedAt\":\"2022-05-16T05:02:49+00:00\",\"userId\":143,\"lastUpdatedAt\":\"2023-01-09T12:55:09+00:00\"},{\"id\":127,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"hilde@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T09:47:43+00:00\",\"acceptedAt\":\"2022-05-16T09:47:43+00:00\",\"userId\":122,\"lastUpdatedAt\":\"2023-11-30T14:30:26+00:00\"},{\"id\":130,\"partnerId\":84,\"sendViaEmail\":true,\"email\":\"gertvanlaeken@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T17:16:29+00:00\",\"acceptedAt\":\"2022-05-16T17:16:29+00:00\",\"userId\":134,\"lastUpdatedAt\":\"2023-02-08T11:17:05+00:00\"},{\"id\":134,\"partnerId\":51,\"sendViaEmail\":true,\"email\":\"wim@entrie.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-17T16:36:14+00:00\",\"acceptedAt\":\"2022-05-17T16:36:14+00:00\",\"userId\":74,\"lastUpdatedAt\":\"2023-05-31T09:38:34+00:00\"},{\"id\":140,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nielvandingenen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:46:43+00:00\",\"acceptedAt\":\"2022-05-23T11:46:43+00:00\",\"userId\":154,\"lastUpdatedAt\":\"2023-01-09T12:55:14+00:00\"},{\"id\":141,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ine.arits@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:47:17+00:00\",\"acceptedAt\":\"2022-05-23T11:47:17+00:00\",\"userId\":155,\"lastUpdatedAt\":\"2023-11-23T14:05:03+00:00\"},{\"id\":142,\"partnerId\":92,\"sendViaEmail\":true,\"email\":\"koen@montagewinkel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T12:34:39+00:00\",\"acceptedAt\":\"2022-05-23T12:34:39+00:00\",\"userId\":142,\"lastUpdatedAt\":\"2023-05-31T11:30:11+00:00\"},{\"id\":145,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stijn.paulissen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-24T12:24:55+00:00\",\"acceptedAt\":\"2022-05-24T12:24:55+00:00\",\"userId\":160,\"lastUpdatedAt\":\"2023-01-09T12:55:38+00:00\"},{\"id\":146,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stefan.dils@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-25T10:19:27+00:00\",\"acceptedAt\":\"2022-05-25T10:19:27+00:00\",\"userId\":161,\"lastUpdatedAt\":\"2023-01-09T12:55:41+00:00\"},{\"id\":147,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jo.smeyers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T09:40:54+00:00\",\"acceptedAt\":\"2022-05-31T09:40:54+00:00\",\"userId\":162,\"lastUpdatedAt\":\"2023-11-23T14:06:32+00:00\"},{\"id\":148,\"partnerId\":94,\"sendViaEmail\":true,\"email\":\"greetverleyen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T13:27:57+00:00\",\"acceptedAt\":\"2022-05-31T13:27:57+00:00\",\"userId\":163,\"lastUpdatedAt\":\"2023-11-30T15:13:31+00:00\"},{\"id\":149,\"partnerId\":95,\"sendViaEmail\":true,\"email\":\"bart@ibucon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T14:05:24+00:00\",\"acceptedAt\":\"2022-05-31T14:05:24+00:00\",\"userId\":164,\"lastUpdatedAt\":\"2022-08-29T14:28:21+00:00\"},{\"id\":151,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kristoftollet@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:15:40+00:00\",\"acceptedAt\":\"2022-06-03T08:15:40+00:00\",\"userId\":166,\"lastUpdatedAt\":\"2023-01-09T12:55:47+00:00\"},{\"id\":152,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frank.rutten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:58:06+00:00\",\"acceptedAt\":\"2022-06-03T08:58:06+00:00\",\"userId\":167,\"lastUpdatedAt\":\"2023-01-09T12:56:46+00:00\"},{\"id\":153,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wesley.breugelmans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T13:20:31+00:00\",\"acceptedAt\":\"2022-06-03T13:20:31+00:00\",\"userId\":168,\"lastUpdatedAt\":\"2023-01-09T12:56:43+00:00\"},{\"id\":154,\"partnerId\":97,\"sendViaEmail\":true,\"email\":\"jensdv42@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-07T15:40:20+00:00\",\"acceptedAt\":\"2022-06-07T15:40:21+00:00\",\"userId\":170,\"lastUpdatedAt\":\"2022-08-29T14:49:52+00:00\"},{\"id\":155,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"geert.keustermans@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:02:17+00:00\",\"acceptedAt\":\"2022-06-08T09:02:17+00:00\",\"userId\":172,\"lastUpdatedAt\":\"2023-01-09T12:56:39+00:00\"},{\"id\":156,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"caroline.avonds@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:35:56+00:00\",\"acceptedAt\":\"2022-06-08T09:35:56+00:00\",\"userId\":173,\"lastUpdatedAt\":\"2023-01-09T12:56:36+00:00\"},{\"id\":157,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christel.boogaerts@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T12:19:29+00:00\",\"acceptedAt\":\"2022-06-08T12:19:29+00:00\",\"userId\":125,\"lastUpdatedAt\":\"2023-01-09T12:56:33+00:00\"},{\"id\":158,\"partnerId\":98,\"sendViaEmail\":true,\"email\":\"info@renodaf.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T10:33:55+00:00\",\"acceptedAt\":\"2022-06-09T10:33:56+00:00\",\"userId\":174,\"lastUpdatedAt\":\"2023-07-25T07:11:32+00:00\"},{\"id\":159,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T11:08:33+00:00\",\"acceptedAt\":\"2022-06-09T11:08:33+00:00\",\"userId\":175,\"lastUpdatedAt\":\"2022-08-29T14:50:28+00:00\"},{\"id\":161,\"partnerId\":100,\"sendViaEmail\":true,\"email\":\"koen.holvoet2@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T14:25:52+00:00\",\"acceptedAt\":\"2022-06-09T14:25:52+00:00\",\"userId\":177,\"lastUpdatedAt\":\"2023-11-30T15:20:16+00:00\"},{\"id\":163,\"partnerId\":99,\"sendViaEmail\":true,\"email\":\"kevin@buildingconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-13T07:59:15+00:00\",\"acceptedAt\":\"2022-06-13T07:59:15+00:00\",\"userId\":176,\"lastUpdatedAt\":\"2023-11-30T15:20:28+00:00\"},{\"id\":164,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lieven.keuppens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-15T16:05:35+00:00\",\"acceptedAt\":\"2022-06-15T16:05:35+00:00\",\"userId\":113,\"lastUpdatedAt\":\"2023-01-09T12:58:59+00:00\"},{\"id\":165,\"partnerId\":79,\"sendViaEmail\":true,\"email\":\"geertpennewaert@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-18T07:51:29+00:00\",\"acceptedAt\":\"2022-06-18T07:51:29+00:00\",\"userId\":156,\"lastUpdatedAt\":\"2023-11-30T15:21:15+00:00\"},{\"id\":166,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kevin.deblochouse@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-21T10:58:03+00:00\",\"acceptedAt\":\"2022-06-21T10:58:03+00:00\",\"userId\":181,\"lastUpdatedAt\":\"2023-01-09T12:59:03+00:00\"},{\"id\":168,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:53:55+00:00\",\"acceptedAt\":\"2022-06-24T09:53:55+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:53:55+00:00\"},{\"id\":169,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:54:28+00:00\",\"acceptedAt\":\"2022-06-24T09:54:28+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:54:28+00:00\"},{\"id\":170,\"partnerId\":101,\"sendViaEmail\":true,\"email\":\"wim123bisschop@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-27T08:51:23+00:00\",\"acceptedAt\":\"2022-06-27T08:51:23+00:00\",\"userId\":171,\"lastUpdatedAt\":\"2023-11-30T15:23:03+00:00\"},{\"id\":171,\"partnerId\":107,\"sendViaEmail\":true,\"email\":\"scofawom@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T09:42:32+00:00\",\"acceptedAt\":\"2022-06-28T09:42:32+00:00\",\"userId\":183,\"lastUpdatedAt\":\"2023-11-30T15:23:55+00:00\"},{\"id\":172,\"partnerId\":108,\"sendViaEmail\":true,\"email\":\"dheungens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T11:20:23+00:00\",\"acceptedAt\":\"2022-06-28T11:20:23+00:00\",\"userId\":184,\"lastUpdatedAt\":\"2023-11-30T15:24:22+00:00\"},{\"id\":173,\"partnerId\":96,\"sendViaEmail\":true,\"email\":\"freddy.van.lokeren@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-05T11:30:38+00:00\",\"acceptedAt\":\"2022-07-05T11:30:38+00:00\",\"userId\":169,\"lastUpdatedAt\":\"2023-11-30T15:24:52+00:00\"},{\"id\":174,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gino.damen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T11:53:56+00:00\",\"acceptedAt\":\"2022-07-06T11:53:56+00:00\",\"userId\":191,\"lastUpdatedAt\":\"2023-01-09T12:59:06+00:00\"},{\"id\":175,\"partnerId\":110,\"sendViaEmail\":true,\"email\":\"wim.de.blieck@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T12:29:04+00:00\",\"acceptedAt\":\"2022-07-06T12:29:04+00:00\",\"userId\":192,\"lastUpdatedAt\":\"2023-11-30T15:27:55+00:00\"},{\"id\":176,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivan.vanlooveren@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T13:09:51+00:00\",\"acceptedAt\":\"2022-07-06T13:09:51+00:00\",\"userId\":194,\"lastUpdatedAt\":\"2023-01-09T12:59:08+00:00\"},{\"id\":180,\"partnerId\":109,\"sendViaEmail\":true,\"email\":\"info@automationgroup.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-13T08:20:14+00:00\",\"acceptedAt\":\"2022-07-13T08:20:14+00:00\",\"userId\":185,\"lastUpdatedAt\":\"2022-08-29T14:17:24+00:00\"},{\"id\":182,\"partnerId\":198,\"sendViaEmail\":true,\"email\":\"pranaapanabalance@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-25T14:11:22+00:00\",\"acceptedAt\":\"2022-07-25T14:11:22+00:00\",\"userId\":204,\"lastUpdatedAt\":\"2022-08-29T13:26:48+00:00\"},{\"id\":183,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"benny.vanhooydonck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T08:22:41+00:00\",\"acceptedAt\":\"2022-08-04T08:22:41+00:00\",\"userId\":205,\"lastUpdatedAt\":\"2023-04-03T07:55:05+00:00\"},{\"id\":184,\"partnerId\":211,\"sendViaEmail\":true,\"email\":\"kris@krisdepoorter.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T09:03:40+00:00\",\"acceptedAt\":\"2022-08-04T09:03:40+00:00\",\"userId\":206,\"lastUpdatedAt\":\"2023-11-30T15:28:16+00:00\"},{\"id\":185,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ronny.boeckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T08:36:39+00:00\",\"acceptedAt\":\"2022-08-05T08:36:39+00:00\",\"userId\":207,\"lastUpdatedAt\":\"2023-01-09T12:59:15+00:00\"},{\"id\":186,\"partnerId\":197,\"sendViaEmail\":true,\"email\":\"pieter.wyckmans@quinz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T19:15:21+00:00\",\"acceptedAt\":\"2022-08-05T19:15:21+00:00\",\"userId\":200,\"lastUpdatedAt\":\"2022-08-05T19:15:21+00:00\"},{\"id\":187,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"karolien.verwimp@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-08T10:25:42+00:00\",\"acceptedAt\":\"2022-08-08T10:25:42+00:00\",\"userId\":208,\"lastUpdatedAt\":\"2023-01-09T12:59:18+00:00\"},{\"id\":188,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frederic.bonte@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-10T13:00:15+00:00\",\"acceptedAt\":\"2022-08-10T13:00:15+00:00\",\"userId\":211,\"lastUpdatedAt\":\"2023-11-23T14:09:23+00:00\"},{\"id\":192,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"davy.palmans@argeus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-12T12:05:23+00:00\",\"acceptedAt\":\"2022-08-12T12:05:24+00:00\",\"userId\":180,\"lastUpdatedAt\":\"2023-11-30T15:29:25+00:00\"},{\"id\":193,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-25T09:32:51+00:00\",\"acceptedAt\":\"2022-08-25T09:32:51+00:00\",\"userId\":217,\"lastUpdatedAt\":\"2022-08-29T13:34:27+00:00\"},{\"id\":194,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peggy.vanpeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T10:31:45+00:00\",\"acceptedAt\":\"2022-08-29T10:31:45+00:00\",\"userId\":219,\"lastUpdatedAt\":\"2023-01-09T12:59:29+00:00\"},{\"id\":195,\"partnerId\":213,\"sendViaEmail\":true,\"email\":\"yannickveny@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T12:29:12+00:00\",\"acceptedAt\":\"2022-08-29T12:29:12+00:00\",\"userId\":220,\"lastUpdatedAt\":\"2022-08-29T12:29:12+00:00\"},{\"id\":199,\"partnerId\":215,\"sendViaEmail\":true,\"email\":\"bw.services@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-06T08:44:28+00:00\",\"acceptedAt\":\"2022-09-06T08:44:28+00:00\",\"userId\":225,\"lastUpdatedAt\":\"2023-11-30T15:31:50+00:00\"},{\"id\":200,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"pieter.debusser@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-08T14:09:03+00:00\",\"acceptedAt\":\"2022-09-08T14:09:03+00:00\",\"userId\":228,\"lastUpdatedAt\":\"2023-01-09T12:59:32+00:00\"},{\"id\":201,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"guus.strooband@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-12T13:20:12+00:00\",\"acceptedAt\":\"2022-09-12T13:20:12+00:00\",\"userId\":230,\"lastUpdatedAt\":\"2023-08-24T10:42:26+00:00\"},{\"id\":202,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.vandepeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-15T13:18:28+00:00\",\"acceptedAt\":\"2022-09-15T13:18:28+00:00\",\"userId\":234,\"lastUpdatedAt\":\"2023-11-23T14:20:12+00:00\"},{\"id\":203,\"partnerId\":219,\"sendViaEmail\":true,\"email\":\"bart@ledernierdomino.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-17T17:17:31+00:00\",\"acceptedAt\":\"2022-09-17T17:17:31+00:00\",\"userId\":226,\"lastUpdatedAt\":\"2023-11-30T15:32:05+00:00\"},{\"id\":204,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"torre.roosenbroeck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T09:57:11+00:00\",\"acceptedAt\":\"2022-09-19T09:57:11+00:00\",\"userId\":235,\"lastUpdatedAt\":\"2023-01-09T13:00:47+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":12,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":100,\"total\":1122}}"} 
[2025-07-17 18:22:49] local.ERROR: PartnerInviteUpdater: Error during update. {"exception":"SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user_id' cannot be null (Connection: mysql, SQL: insert into `partner_invites` (`user_id`, `partner_id`, `status`, `updated_at`, `created_at`) values (?, 62, not accepted, 2025-07-17 18:22:49, 2025-07-17 18:22:49))","trace":"#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('insert into `pa...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\MySqlConnection.php(42): Illuminate\\Database\\Connection->run('insert into `pa...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Processors\\MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert('insert into `pa...', Array, 'id')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3785): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId(Object(Illuminate\\Database\\Query\\Builder), 'insert into `pa...', Array, 'id')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(2205): Illuminate\\Database\\Query\\Builder->insertGetId(Array, 'id')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1408): Illuminate\\Database\\Eloquent\\Builder->__call('insertGetId', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1373): Illuminate\\Database\\Eloquent\\Model->insertAndSetId(Object(Illuminate\\Database\\Eloquent\\Builder), Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1212): Illuminate\\Database\\Eloquent\\Model->performInsert(Object(Illuminate\\Database\\Eloquent\\Builder))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1189): Illuminate\\Database\\Eloquent\\Model->save()
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(399): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1188}(Object(App\\Models\\PartnerInvite))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1188): tap(Object(App\\Models\\PartnerInvite), Object(Closure))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->create(Array)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(32): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::createOrFirst():695}(Object(Illuminate\\Database\\MySqlConnection))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1928): Illuminate\\Database\\Connection->transaction(Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->withSavepointIfNeeded(Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(682): Illuminate\\Database\\Eloquent\\Builder->createOrFirst(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(710): Illuminate\\Database\\Eloquent\\Builder->firstOrCreate(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Traits\\ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->updateOrCreate(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2449): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'updateOrCreate', Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2465): Illuminate\\Database\\Eloquent\\Model->__call('updateOrCreate', Array)
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\AmpecoDataUpdater.php(82): Illuminate\\Database\\Eloquent\\Model::__callStatic('updateOrCreate', Array)
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\PartnerInviteUpdater->handle()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\PartnerInviteUpdater), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}"} 
[2025-07-17 18:25:56] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 18:25:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":1,\"name\":\"DO NOT DELETE - For App Store Approvals\",\"businessName\":\"DO NOT DELETE - For App Store Approvals\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":15,\"name\":\"Dn Construction\",\"businessName\":\"Dn Construction\",\"regNo\":\"0890.143.066\",\"vatNo\":\"BE 0890.143.066\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Temse,\",\"postcode\":\"9140\",\"address\":\"Burgem. Achiel Heymanstraat 29,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Nys\",\"email\":\"nys.danny@telenet.be\",\"phone\":\"+32477826185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":16,\"name\":\"GHL Logistics\",\"businessName\":\"GHL Logistics\",\"regNo\":\"BE0670.990.174\",\"vatNo\":\"BE0670.990.174\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Zandvoordestraat 503\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ghazaryan Hayk\",\"email\":\"info@ghllogistics.be\",\"phone\":\"0488720005\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":17,\"name\":\"JC pigeons\",\"businessName\":\"JC pigeons\",\"regNo\":\"BE0764.426.217\",\"vatNo\":\"BE0764.426.217\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Van Audenhovestraat 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jef Cuypers\",\"email\":\"jef.cuypers1@telenet.be\",\"phone\":\"0478307698\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":18,\"name\":\"Taxcon\",\"businessName\":\"Taxcon\",\"regNo\":\"BE0879.531.068\",\"vatNo\":\"BE0879.531.068\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ardooie,\",\"postcode\":\"8850\",\"address\":\"Oude Zwevezeelsestraat 22,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Van Tieghem\",\"email\":\"taxcon@skynet.be\",\"phone\":\"0475591200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":19,\"name\":\"Mark De Bleecker\",\"businessName\":\"Mark De Bleecker\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Kleemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark De Bleecker\",\"email\":\"debleecker.nv@telenet.be\",\"phone\":\"+32477391207\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":22,\"name\":\"Thor Bv\",\"businessName\":\"Thor Bv\",\"regNo\":\"0663.774.463\",\"vatNo\":\"BE 0663.774.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Grobbendonk\",\"postcode\":\"2280\",\"address\":\"Neerveld 11, 2280 Grobbendonk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Horemans\",\"email\":\"Zaakvoerder\",\"phone\":\"0476398890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":30,\"name\":\"Praktijk Sabine Deloof\",\"businessName\":\"Praktijk Sabine Deloof\",\"regNo\":null,\"vatNo\":\"BE0745.477.761\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Vuldersstraat 90,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Francois\",\"email\":\"filip.franswa@gmail.com\",\"phone\":\"0479395724\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":32,\"name\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"regNo\":\"0404584525\",\"vatNo\":\"BE0404584525\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"59 Box 1 Brusselstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jos Nyns\",\"email\":\"ali.hashem@q8.com\",\"phone\":\"+32 3 241 35 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":33,\"name\":\"CPO - Powerdale\",\"businessName\":\"CPO - Powerdale\",\"regNo\":\"0479.282.443\",\"vatNo\":\"BE0479.282.443\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"4 Kerkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain De Cat\",\"email\":null,\"phone\":\"+3285274900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":34,\"name\":\"CPO - Allego B.V.\",\"businessName\":\"CPO - Allego B.V.\",\"regNo\":\"54100038\",\"vatNo\":\"KVK 54100038\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6800 AW\",\"address\":\"73 Westervoortsedijk  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CH Pitt\",\"email\":null,\"phone\":\"+31-0800-37-45-337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":35,\"name\":\"CPO - Threeforce BV\",\"businessName\":\"CPO - Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":36,\"name\":\"CPO - IONITY GmbH\",\"businessName\":\"CPO - IONITY GmbH\",\"regNo\":\"234408\",\"vatNo\":\"HRB 234408\",\"country\":\"DE\",\"region\":null,\"city\":\"Munich\",\"postcode\":\"D-80809\",\"address\":\"84 Moosacher Strasse  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":37,\"name\":\"EMSP- Optimile Bv\",\"businessName\":\"EMSP- Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Optimile\",\"email\":\"invoices@optimile.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":39,\"name\":\"CPO - Greenflux Assets B.V.\",\"businessName\":\"CPO - Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":40,\"name\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"regNo\":\"24025263\",\"vatNo\":\"KVK24025263\",\"country\":\"NL\",\"region\":null,\"city\":\"The Hague\",\"postcode\":\"2595\",\"address\":\"50 Schenkkade\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Dochez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":41,\"name\":\"CPO - EVBox B.V.\",\"businessName\":\"CPO - EVBox B.V.\",\"regNo\":\"32165082\",\"vatNo\":\"kvk32165082\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1076 EE\",\"address\":\"115 Fred. Roeskestraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Vereenooghe\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"CDR Team EVBox\",\"email\":\"cdr@evbox.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":42,\"name\":\"EMSP- ChargePoint Austria GmbH\",\"businessName\":\"EMSP- ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hanke David\",\"email\":\"david.hanke@chargepoint.com\",\"phone\":\"(+43) 1 36 12 23 01 0\"},\"technical\":{\"contactPerson\":\"Henrik Gerdes,\",\"email\":\"support-beenergised@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rex Jackson\",\"email\":\"emsp-purchasing-beenergised@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":43,\"name\":\"Ssp\",\"businessName\":\"Ssp\",\"regNo\":\"0633.907.668\",\"vatNo\":\"BE0633.907.668\",\"country\":\"BE\",\"region\":null,\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Tuyaertsstraat 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Nuyens\",\"email\":\"nuyenssteven@gmail.com\",\"phone\":\"0487562506\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":48,\"name\":\"Dayone BV\",\"businessName\":\"Dayone BV\",\"regNo\":\"BE0776.446.693\",\"vatNo\":\"BE0776.446.693\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Dr. Paul Janssenstraat 48\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Van Schaik\",\"email\":\"michiel.vanschaik@sparkx.be\",\"phone\":\"0032472895893\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":49,\"name\":\"Casteels Vastgoed\",\"businessName\":\"Casteels Vastgoed\",\"regNo\":\"0720.632.794\",\"vatNo\":\"BE0720.632.794\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Driesstraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alex Casteels\",\"email\":\"hello@casteelsvastgoed.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":54,\"name\":\"Bimmo (BV)\",\"businessName\":\"Bimmo (BV)\",\"regNo\":\"0478.568.801\",\"vatNo\":\"BE0478.568.801\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Britselei 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anton Spits\",\"email\":\"info@brody.be\",\"phone\":\"03 663 88 07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Brody\",\"email\":\"invoice@brody.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":60,\"name\":\"Expertisebureau Vermeulen\",\"businessName\":\"Expertisebureau Vermeulen\",\"regNo\":\"0842209428\",\"vatNo\":\"BE0842209428\",\"country\":\"belgie\",\"region\":null,\"city\":\"Beveren-Waas\",\"postcode\":\"9120\",\"address\":\"Glazenleeuwstraat 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Vermeulen\",\"email\":\"michiel.vermeulen@telenet.be\",\"phone\":\"0485620791\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":63,\"name\":\"Kato VOF\",\"businessName\":\"Kato VOF\",\"regNo\":\"BE 0885.060.266\",\"vatNo\":\"0885.060.266\",\"country\":\"belgie\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Albert Van Heckelaan 9\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goossens Carls\",\"email\":\"carl.goossens2@telenet.be\",\"phone\":\"0475956056\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":68,\"name\":\"Ivo Verpraet\",\"businessName\":\"Ivo Verpraet\",\"regNo\":\"nvt\",\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Esptweg 14\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivo Verpraet\",\"email\":\"i.verpraet@telenet.be\",\"phone\":\"+(324) 973-52835\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":71,\"name\":\"BV Bakkerij Philippe\",\"businessName\":\"BV Bakkerij Philippe\",\"regNo\":\"0830.183.012\",\"vatNo\":\"BE 0830.183.012\",\"country\":\"Bekgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Hovenierstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Vergauwen\",\"email\":\"fa112908@msn.com\",\"phone\":\"+32476428613\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":74,\"name\":\"Bj\\u00f6rn De Vuyst\",\"businessName\":\"Bj\\u00f6rn De Vuyst\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Spoorwegwegel 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bj\\u00f6rn De Vuyst\",\"email\":\"bjorn.de.vuyst2@telenet.be\",\"phone\":\"0498568862\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":75,\"name\":\"Luc Bogaert\",\"businessName\":\"Luc Bogaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Kluisbergen\",\"postcode\":\"9690\",\"address\":\"Hoogweg 2 9690 Kluisbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bogaert\",\"email\":\"bogaert_luc@me.com\",\"phone\":\"0478379360\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":76,\"name\":\"Ronny Ediers\",\"businessName\":\"Ronny Ediers\",\"regNo\":\"0503.963.401\",\"vatNo\":\"BE 0503.963.401\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Raapveld 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Ediers\",\"email\":\"ronny.ediers@outlook.com\",\"phone\":\"0493056490\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":77,\"name\":\"Erwin Claes\",\"businessName\":\"Erwin Claes\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlaar\",\"postcode\":\"2590\",\"address\":\"Gasbakstraat 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erwin Claes\",\"email\":\"erwin.claes7@telenet.be\",\"phone\":\"+32490429843\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":78,\"name\":\"Bert Luysterman\",\"businessName\":\"Bert Luysterman\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Hofstade\",\"postcode\":\"9308\",\"address\":\"Steenweg op Dendermonde 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Luysterman\",\"email\":\"Luysterman.bert@gmail.com\",\"phone\":\"+32473646265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":80,\"name\":\"Wim Allegaert\",\"businessName\":\"Wim Allegaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Klaverweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Allegaert\",\"email\":\"wim.allegaert@mjladvice.com\",\"phone\":\"0474977433\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":81,\"name\":\"PLDW Bvba\",\"businessName\":\"PLDW Bvba\",\"regNo\":\"0681.652.454\",\"vatNo\":\"BE 0681.652.454\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Broekveldstraat 21, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Limbourg\",\"email\":\"info@pldwbvba.be\",\"phone\":\"+32491358050\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":86,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"regNo\":\"257600445\",\"vatNo\":\"FR257600445\",\"country\":\"FR\",\"region\":null,\"city\":\"Isneauville\",\"postcode\":\"76230\",\"address\":\"240 Rue Augustin Fresnel\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"d'Annoux Ana\\u00efs\",\"email\":\"anais.dannoux@totalenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":87,\"name\":\"P.M.G-Galuk\",\"businessName\":\"P.M.G-Galuk\",\"regNo\":\"838008932\",\"vatNo\":\"BE0838008932\",\"country\":\"BE\",\"region\":null,\"city\":\"Grimbergen\",\"postcode\":\"1800\",\"address\":\"Albrecht Rodenbachlaan 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paulina Medrek\",\"email\":\"paulina.medrek@hotmail.com\",\"phone\":\"0486077042\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":88,\"name\":\"Lyubo Test Partner\",\"businessName\":\"Lyubo Test Partner\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":93,\"name\":\"CPO - Electric 55 Charging\",\"businessName\":\"CPO - Electric 55 Charging\",\"regNo\":\"832 489 801\",\"vatNo\":\"FR832 489 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Tropez.\",\"postcode\":\"83990\",\"address\":\"Espace des Lices, 9 Bld Louis Blanc\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alicia MIRANDA\",\"email\":\"alicia@e55c.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":102,\"name\":\"EMSP- ConnectNed B.V.\",\"businessName\":\"EMSP- ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":103,\"name\":\"ChargePoly\",\"businessName\":\"ChargePoly\",\"regNo\":\"85085499300019\",\"vatNo\":\"85085499300019\",\"country\":\"FR\",\"region\":null,\"city\":\"Aix-En-Provence\",\"postcode\":\"13593\",\"address\":\"31 Parc du golf\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":105,\"name\":\"CPO - Liikennevirta Oy (VIRTA)\",\"businessName\":\"CPO - Liikennevirta Oy (VIRTA)\",\"regNo\":null,\"vatNo\":\"2588986-2\",\"country\":\"FI\",\"region\":null,\"city\":\"Helsinki\",\"postcode\":\"00180\",\"address\":\"3 Energiakuja\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":112,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AUCH\",\"postcode\":\"32008\",\"address\":\"Place de l'ancien Foirail 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":113,\"name\":\"CPO - Rossini Energy\",\"businessName\":\"CPO - Rossini Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Villeneuve-d'Ascq\",\"postcode\":\"59650\",\"address\":\"Rue Horus 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rossini Luca\",\"email\":\"luca@rossinienergy.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":114,\"name\":\"CPO - WAAT SAS\",\"businessName\":\"CPO - WAAT SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Malakoff\",\"postcode\":\"92240\",\"address\":\"Rue Raymond David 10-20\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bon Jacques-Alexis\",\"email\":\"ja.bon@waat.fr\",\"phone\":\"+33698723265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":115,\"name\":\"EMSP- Freshmile Services\",\"businessName\":\"EMSP- Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"0668781435\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 3 68 78 14 35\"},\"billing\":{\"contactPerson\":\"Invoice Freshmile\",\"email\":\"roaming@freshmile.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":117,\"name\":\"CPO - Izivia SA\",\"businessName\":\"CPO - Izivia SA\",\"regNo\":\"419070180\",\"vatNo\":\"FR51419070180\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Avenue de l'Arche 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wehbe Ramy\",\"email\":\"ramy.wehbe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Equipe Facturation itin\\u00e9rance IZIVIA\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":119,\"name\":\"SPBR1\",\"businessName\":\"SPBR1\",\"regNo\":\"538133166\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rueil Malmaison\",\"postcode\":\"92500\",\"address\":\"Avenue de Colmar 64\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":120,\"name\":\"CPO - GreenWay Infrastructure s.r.o.\",\"businessName\":\"CPO - GreenWay Infrastructure s.r.o.\",\"regNo\":\"47728086\",\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Bratislava\",\"postcode\":\"85101\",\"address\":\"Einsteinova 24\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perger Adam\",\"email\":\"adam.perger@greenwaynetwork.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":121,\"name\":\"CPO - ZEborne\",\"businessName\":\"CPO - ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":122,\"name\":\"CPO - SIPLEC\",\"businessName\":\"CPO - SIPLEC\",\"regNo\":\"315281113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ivry-sur-Seine\",\"postcode\":\"94200\",\"address\":\"Quai Marcel Boyer 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hallopeau L\\u00e9opold\",\"email\":\"l.hallopeau@siplec.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":123,\"name\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"businessName\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"regNo\":\"20002678900053\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Carcassonne\",\"postcode\":\"11000\",\"address\":\"Rue Barb\\u00e8s 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":9,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":100,\"total\":839}}"} 
[2025-07-17 18:25:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":124,\"name\":\"CPO - Clicsysteme SAS (Car2plug)\",\"businessName\":\"CPO - Clicsysteme SAS (Car2plug)\",\"regNo\":\"803965110\",\"vatNo\":\"FR42803965110\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"Rue de Peinthievre 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Benami Eyal\",\"email\":\"eyal.benami@car2plug.fr\",\"phone\":\"+33767662028\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":126,\"name\":\"CPO - Indigo Park\",\"businessName\":\"CPO - Indigo Park\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"1 Place des Degr\\u00e9s - Tour Voltaire 92800 , Puteaux\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":127,\"name\":\"CPO - ZEPHYRE\",\"businessName\":\"CPO - ZEPHYRE\",\"regNo\":\"828414656\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"Rue Lyautey 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arrighi Charles\",\"email\":\"support@zephyre.fr\",\"phone\":\"+33180977675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":128,\"name\":\"EMSP- Electromaps S.L.\",\"businessName\":\"EMSP- Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":129,\"name\":\"CPO - MODULO\",\"businessName\":\"CPO - MODULO\",\"regNo\":\"841376734\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Tours\",\"postcode\":\"37000\",\"address\":\"BLAISE PASCAL 12-14\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Debouchage Emeric\",\"email\":\"edebouchage@modulo-energies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":130,\"name\":\"EMSP- Shell EV Charging Solutions B.V.\",\"businessName\":\"EMSP- Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":131,\"name\":\"CPO - Duferco Energia S.p.a.\",\"businessName\":\"CPO - Duferco Energia S.p.a.\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Genova\",\"postcode\":\"16126\",\"address\":\"4 Via Paolo Imperiale 16126 , Genova\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Merella Francesco\",\"email\":\"f.merella@dufercoenergia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":132,\"name\":\"Aix-Marseille Provence M\\u00e9tropole\",\"businessName\":\"Aix-Marseille Provence M\\u00e9tropole\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13007\",\"address\":\"58 Boulevard Charles Livon 13007 , Marseille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"dupont anthony\",\"email\":\"anthony.dupont@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":133,\"name\":\"Exadys\",\"businessName\":\"Exadys\",\"regNo\":\"89144253500011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Almeida JP\",\"email\":\"jpalmeida@exadys.com\",\"phone\":\"+33612779883\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":134,\"name\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"businessName\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nancy Cedex\",\"postcode\":\"54035\",\"address\":\"22-24 Viaduc Kennedy c.o. n\\u00b080036 54035 , Nancy Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perrolaz Frederic\",\"email\":\"frederic.perrollaz@grand-nancy.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":135,\"name\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"businessName\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-R\\u00e9my-de-Provence\",\"postcode\":\"13210\",\"address\":\"23 Avenue des Joncades Basses 13210 , Saint-R\\u00e9my-de-Provence France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GUINTINI Corinne\",\"email\":\"corinne.guintini@ccvba.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":136,\"name\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"businessName\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"regNo\":\"200045938\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Caen\",\"postcode\":\"14000\",\"address\":\"Esplanade Brillaud de Laujardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAFFRAY Alban\",\"email\":\"araffray@sdec-energie.fr\",\"phone\":\"+33231066164\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":137,\"name\":\"CPO - Driveco\",\"businessName\":\"CPO - Driveco\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75014\",\"address\":\"10 Place de Catalogne 75014 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Belkhodja Sofiane\",\"email\":\"sofiane.belkhodja@driveco.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":138,\"name\":\"CPO - Bouygues Energies et Services\",\"businessName\":\"CPO - Bouygues Energies et Services\",\"regNo\":\"775664873\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"GUYANCOURT\",\"postcode\":\"78280\",\"address\":\"Avenue Eug\\u00e8ne Freyssinet 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":139,\"name\":\"CPO - Suraya SAS\",\"businessName\":\"CPO - Suraya SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Fort de France\",\"postcode\":\"97200\",\"address\":\"8 Rue Georges EUCHARIS 97200 , Fort de France France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mansour Husam\",\"email\":\"husam.mansour@greentechnologie.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":140,\"name\":\"CPO - Bornes Solutions\",\"businessName\":\"CPO - Bornes Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"LE PLESSIS-ROBINSON\",\"postcode\":\"92350\",\"address\":\"15 avenue Descartes 92350 , LE PLESSIS-ROBINSON France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ABDALLAH Hachim\",\"email\":\"hachim.abdallah@bornes-solutions.fr\",\"phone\":\"(+33) 7 85 71 77 63\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":141,\"name\":\"CPO - LichtBlick eMobility\",\"businessName\":\"CPO - LichtBlick eMobility\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"Steigweg 24, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Payments Lichtblick eMobility GmbH\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":143,\"name\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"businessName\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen Cedex\",\"postcode\":\"76006\",\"address\":\"108 All\\u00e9e Fran\\u00e7ois Mitterand 76006 , Rouen Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Moreno Karine\",\"email\":\"karine.moreno@metropole-rouen-normandie.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":144,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-L\\u00f4\",\"postcode\":\"50008\",\"address\":\"11 Rue Dame Denise 50008 , Saint-L\\u00f4 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BLOSSE Fr\\u00e9d\\u00e9ric\",\"email\":\"frederic.blosse@sdem50.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":145,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orvault CEDEX 01\",\"postcode\":\"44701\",\"address\":\"Rue Roland Garros - Parc d'activit\\u00e9s du Bois Cesbron - CS 60 125\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flambeaux Etienne\",\"email\":\"etienne.flambeaux@sydela.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":146,\"name\":\"CPO - EFFIA Stationnement\",\"businessName\":\"CPO - EFFIA Stationnement\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"20 rue Hector Malot 75012 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Emilien Verneret\",\"email\":\"emilien.verneret@effia.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":147,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Toulouse\",\"postcode\":\"31000\",\"address\":\"9 Rue des 3 banquets 31000 , Toulouse France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":148,\"name\":\"Territoire d'Energie 90 (TE90)\",\"businessName\":\"Territoire d'Energie 90 (TE90)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Meroux\",\"postcode\":\"90400\",\"address\":\"1 Rue de la Gare TGV , La Jonxion - Tour 5 90400 , Meroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lombard Nathalie\",\"email\":\"nlombard@territoiredenergie90.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":149,\"name\":\"CPO - Sor\\u00e9gies\",\"businessName\":\"CPO - Sor\\u00e9gies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Poitiers\",\"postcode\":\"86000\",\"address\":\"78 Avenue Jacques Coeur 86000 , Poitiers France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Traor\\u00e9 Lamine\",\"email\":\"lamine.traore@soregies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":150,\"name\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"businessName\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Roche-sur-Yon\",\"postcode\":\"85036\",\"address\":\"3 Rue du Mar\\u00e9chal Juin 85036 , La Roche-sur-Yon France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"WAKKER WORDEN Johann\",\"email\":\"infra-irve@sydev-vendee.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":151,\"name\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"businessName\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Thor\",\"postcode\":\"84250\",\"address\":\"3511 Route des Vign\\u00e8res 84250 , Le Thor France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Alexander\",\"email\":\"athomas@sev84.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":152,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montauban\",\"postcode\":\"82000\",\"address\":\"78 Avenue de l'Europe 82000 , Montauban France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Puntonet Gerard\",\"email\":\"g.puntonet@sdetg.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":153,\"name\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"businessName\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Rochette\",\"postcode\":\"77000\",\"address\":\"1 Rue Claude Bernard 77000 , La Rochette France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Boitel Marc\",\"email\":\"marc.boitel@sdesm.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":154,\"name\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"businessName\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vaivre-et-Montoille\",\"postcode\":\"70000\",\"address\":\"20 Avenue des Rives du Lac 70000 , Vaivre-et-Montoille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tonghini Fabrice\",\"email\":\"f.tonghini@sied70.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":155,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dardilly\",\"postcode\":\"69570\",\"address\":\"61 Chemin du Moulin Carron 69570 , Dardilly France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GOUBO Vladimir\",\"email\":\"vladimir.goubo@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":156,\"name\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"businessName\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pau\",\"postcode\":\"64000\",\"address\":\"4 Rue Jean Zay 64000 , Pau France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Seillade Philippe\",\"email\":\"p.seillade@sdepa.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":157,\"name\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"businessName\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Cournon D'Auvergne\",\"postcode\":\"63800\",\"address\":\"36 Rue de Sarli\\u00e8ve 63800 , Cournon D'Auvergne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Picot S\\u00e9bastien\",\"email\":\"sebastien.picot@semelec63.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":158,\"name\":\"CPO - Territoire d'Energie Orne\",\"businessName\":\"CPO - Territoire d'Energie Orne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Valframbert\",\"postcode\":\"61250\",\"address\":\"5 Rue Gatel 61250 , Valframbert France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Auvray Philippe\",\"email\":\"cedric.thomas@te61.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":159,\"name\":\"Syndicat d'Energie de l'Oise (SE60)\",\"businessName\":\"Syndicat d'Energie de l'Oise (SE60)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Till\\u00e9\",\"postcode\":\"60000\",\"address\":\"9164 Avenue des Censives 60000 , Till\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":160,\"name\":\"Morbihan \\u00e9nergies\",\"businessName\":\"Morbihan \\u00e9nergies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vannes Cedex\",\"postcode\":\"56010\",\"address\":\"27 Rue de Luscanen - CS 32610 56010 , Vannes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":161,\"name\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"businessName\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chaumont\",\"postcode\":\"52000\",\"address\":\"40 bis Avenue du Mar\\u00e9chal Foch 52000 , Chaumont France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"F\\u00e8vre Jean-Marc\",\"email\":\"rodolphe.grandjonc@sded52.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":162,\"name\":\"CPO - Territoire d'Energie Mayenne\",\"businessName\":\"CPO - Territoire d'Energie Mayenne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chang\\u00e9\",\"postcode\":\"53810\",\"address\":\"Parc Technopolis - Rue Louis de Broglie - B\\u00e2timent R 53810 , Chang\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":163,\"name\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"businessName\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecouflant\",\"postcode\":\"49000\",\"address\":\"9 Route de la Confluence 49000 , Ecouflant France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrion Marine\",\"email\":\"m.adrion@sieml.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":164,\"name\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"businessName\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Agen\",\"postcode\":\"47000\",\"address\":\"26 Rue Diderot 47000 , Agen France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blanquet B\\u00e9renger\",\"email\":\"berenger.blanquet@sdee47.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":165,\"name\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"businessName\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Mont-de-Marsan Cedex\",\"postcode\":\"40006\",\"address\":\"55 Rue Martin Luther King - CS 70627 40006 , Mont-de-Marsan Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":166,\"name\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ch\\u00e2teauroux\",\"postcode\":\"36000\",\"address\":\"2 Colbert B\\u00e2t G - Rue des Cigari\\u00e8res 36000 , Ch\\u00e2teauroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Routet Didier\",\"email\":\"d.routet@sdei36.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":167,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Thorign\\u00e9-Fouillard\",\"postcode\":\"35236\",\"address\":\"1 Avenue de Tiz\\u00e9 35236 , Thorign\\u00e9-Fouillard France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Simon Charlotte\",\"email\":\"c.simon@sde35.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":168,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33000\",\"address\":\"12 Rue du Cardinal Richaud 33000 , Bordeaux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":169,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Quimper\",\"postcode\":\"29000\",\"address\":\"9 All\\u00e9e Sully 29000 , Quimper France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Monfort Jacques\",\"email\":\"jacques.monfort@sdef.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":170,\"name\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"businessName\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Guichainville\",\"postcode\":\"27930\",\"address\":\"12 Rue Concorde 27930 , Guichainville France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":171,\"name\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"businessName\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Besan\\u00e7on\",\"postcode\":\"25000\",\"address\":\"33 Rue Cl\\u00e9ment Marot 25000 , Besan\\u00e7on France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mourot David\",\"email\":\"david.mourot@syded.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":172,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"P\\u00e9rigueux\",\"postcode\":\"24000\",\"address\":\"7 All\\u00e9e de Tourny 24000 , P\\u00e9rigueux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"VIGNERON S\\u00e9bastien\",\"email\":\"mobive@sde24.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":173,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sain-Brieuc\",\"postcode\":\"22000\",\"address\":\"53 Boulevard Carnot 22000 , Sain-Brieuc France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Connan David\",\"email\":\"david.connan@sde22.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":174,\"name\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"businessName\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Miramas\",\"postcode\":\"13141\",\"address\":\"1 Avenue Marco Polo - CS 20100 13141 , Miramas France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"APPARICIO Alexandre\",\"email\":\"alexandre.apparicio@smed13.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":175,\"name\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"businessName\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Troyes\",\"postcode\":\"10000\",\"address\":\"22 Rue Gr\\u00e9goire Pierre Herluison 10000 , Troyes France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Godin Olivier\",\"email\":\"olivier.godin@sde-aube.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":176,\"name\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"businessName\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saintes Cedex\",\"postcode\":\"17119\",\"address\":\"3 rue du Clos Fleuri - ZI de l'Ormeau de Pied - CS 60518 17119 , Saintes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ferri\\u00e8res Francois-Annet\",\"email\":\"fa.de-ferrieres@sdeer17.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":177,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laguenne\",\"postcode\":\"19150\",\"address\":\"Quartier Montana 19150 , Laguenne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BARTHEL Laurent\",\"email\":\"l.barthuel@fdee19.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":178,\"name\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"businessName\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Angoul\\u00e8me\",\"postcode\":\"16021\",\"address\":\"308 Rue de Basseau 16021 , Angoul\\u00e8me France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gauthier-Laure\",\"email\":\"lgauthier@sdeg16.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":179,\"name\":\"CPO - Porsche Slovenija d.o.o.\",\"businessName\":\"CPO - Porsche Slovenija d.o.o.\",\"regNo\":\"5758980\",\"vatNo\":null,\"country\":\"SI\",\"region\":null,\"city\":\"Ljubljana\",\"postcode\":\"SI-1000\",\"address\":\"5 Bravnicarjeva\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lukic Dusan\",\"email\":\"dusan.lukic@porsche.si\",\"phone\":\"+38631679161\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":180,\"name\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"businessName\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nice\",\"postcode\":\"06364\",\"address\":\"5 H\\u00f4tel de ville 06364 , Nice France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clavier Aur\\u00e9lien\",\"email\":\"aurelien.clavier@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":181,\"name\":\"EMSP- Stations-e SAS\",\"businessName\":\"EMSP- Stations-e SAS\",\"regNo\":\"835124280\",\"vatNo\":\"FR10835124280\",\"country\":\"FR\",\"region\":null,\"city\":\"Boussy-Saint-Antoine\",\"postcode\":\"91800\",\"address\":\"rue Marcel Pagnol 3 - 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nguyen Peth\",\"email\":\"peth.nguyen@stations-e.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":182,\"name\":\"Creos Luxembourg\",\"businessName\":\"Creos Luxembourg\",\"regNo\":null,\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Luxembourg\",\"postcode\":\"L-1248\",\"address\":\"59-61 Rue de Bouillon L-1248 , Luxembourg Luxembourg\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bertrand S\\u00e9bastien\",\"email\":\"sebastien.bertrand@creos.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":183,\"name\":\"CPO - TEVGO SAS\",\"businessName\":\"CPO - TEVGO SAS\",\"regNo\":\"87932148700024\",\"vatNo\":\"FR03879321487\",\"country\":\"FR\",\"region\":null,\"city\":\"La D\\u00e9fense Cedex\",\"postcode\":\"92069\",\"address\":\"24 cours Michelet 92069 , La D\\u00e9fense Cedex\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":184,\"name\":\"EMSP- ZE-WATT\",\"businessName\":\"EMSP- ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaigneux Eric\",\"email\":\"eric.gaigneux@ze-watt.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":185,\"name\":\"Charge Point SRL (PlugPoint)\",\"businessName\":\"Charge Point SRL (PlugPoint)\",\"regNo\":\"J40\\/11414\\/2017\",\"vatNo\":null,\"country\":\"RO\",\"state\":null,\"city\":\"Decembrie\",\"postcode\":\"077005\",\"address\":\"Sos. Giurgiului 73 - 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dunca Alexandru\",\"email\":\"alex.dunca@plugpoint.ro\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":186,\"name\":\"Interparking France SA\",\"businessName\":\"Interparking France SA\",\"regNo\":\"692 051 113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"Rue de Gramont 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Scordia R\\u00e9mi\",\"email\":\"rscordia@interparking.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":187,\"name\":\"Alfa Power\",\"businessName\":\"Alfa Power\",\"regNo\":\"11119473\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Leeds\",\"postcode\":\"LS27 0BY\",\"address\":\"Quarry Court High Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandhi Varun\",\"email\":\"v.gandhi@alfapower.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":188,\"name\":\"CPO - Croatian Telekom Inc.\",\"businessName\":\"CPO - Croatian Telekom Inc.\",\"regNo\":\"080266256\",\"vatNo\":null,\"country\":\"HR\",\"region\":null,\"city\":\"Zagreb\",\"postcode\":\"10000\",\"address\":\"Radni\\u010dka cesta 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stjepanovic Josip\",\"email\":\"josip.stjepanovic@t.ht.hr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":189,\"name\":\"Qovoltis\",\"businessName\":\"Qovoltis\",\"regNo\":\"853420032\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montrouge\",\"postcode\":\"92120\",\"address\":\"Danton 2a\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Salle Frederic\",\"email\":\"frederic.salle@qovoltis.com\",\"phone\":\"+33614011053\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":190,\"name\":\"Rambouillet Territoires\",\"businessName\":\"Rambouillet Territoires\",\"regNo\":\"20007334400067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rambouillet Cedex\",\"postcode\":\"78511\",\"address\":\"rue Gustave Eiffel - ZA Bel Air 22 - BP 40036\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Forte Carole\",\"email\":\"c.forte@rt78.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":191,\"name\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"businessName\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"regNo\":null,\"vatNo\":\"957520901\",\"country\":\"FR\",\"region\":null,\"city\":\"Lyon\",\"postcode\":\"69004\",\"address\":\"Andr\\u00e9 Bonin 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":192,\"name\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"businessName\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"regNo\":\"200067213\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Reims\",\"postcode\":\"51100\",\"address\":\"Eug\\u00e8ne Desteuque 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Humbert St\\u00e9phane\",\"email\":\"stephane.humbert@grandreims.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":193,\"name\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"businessName\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"regNo\":\"20004071500019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grenoble\",\"postcode\":\"38031\",\"address\":\"Rue Malakoff 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":194,\"name\":\"CPO - M\\u00e9tropolis\",\"businessName\":\"CPO - M\\u00e9tropolis\",\"regNo\":\"885354860\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"rue d'Astorg 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":195,\"name\":\"SEMOB\",\"businessName\":\"SEMOB\",\"regNo\":\"84877842900011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"+33428044205\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":196,\"name\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"businessName\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"regNo\":\"20005623200016\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orsay\",\"postcode\":\"91898\",\"address\":\"rue Jean Rostand 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MADA VINCENT\",\"email\":\"vincent.mada@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":199,\"name\":\"CPO - BE TROM SE\",\"businessName\":\"CPO - BE TROM SE\",\"regNo\":\"833942725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33100\",\"address\":\"Montmejean 60\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tricaud Yves\",\"email\":\"ytricaud@betrom-se.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":200,\"name\":\"EMSP- WattzHub\",\"businessName\":\"EMSP- WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":201,\"name\":\"EMSP- Maingau Energie GmbH\",\"businessName\":\"EMSP- Maingau Energie GmbH\",\"regNo\":\"113525007\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Obertshausen\",\"postcode\":\"63179\",\"address\":\"Ringstra\\u00dfe 4 - 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Armbruster\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":202,\"name\":\"EMSP- BE:MO SASU\",\"businessName\":\"EMSP- BE:MO SASU\",\"regNo\":\"823647060\",\"vatNo\":\"FR52823647060\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Esplanade du G\\u00e9n\\u00e9ral DE GAULLE 110\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthieu Codron\",\"email\":\"invoices@be-mo.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":203,\"name\":\"EMSP- Deftpower B.V.\",\"businessName\":\"EMSP- Deftpower B.V.\",\"regNo\":\"78087627\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"AW Apeldoorn\",\"postcode\":\"7317\",\"address\":\"Stadhoudersmolenweg 136\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Houthooft Anja\",\"email\":\"anja.houthooft@deftpower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":204,\"name\":\"EMSP- Chargemap SAS\",\"businessName\":\"EMSP- Chargemap SAS\",\"regNo\":\"809844731\",\"vatNo\":\"FR37809844731\",\"country\":\"FR\",\"region\":null,\"city\":\"Strasbourg\",\"postcode\":\"67200\",\"address\":\"all\\u00e9e C\\u00e9r\\u00e8s 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yoann Nussbaumer\",\"email\":\"operations@chargemap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":205,\"name\":\"EMSP- Bosch Charging Solutions GmbH\",\"businessName\":\"EMSP- Bosch Charging Solutions GmbH\",\"regNo\":\"HRB780013\",\"vatNo\":\"DE815728513\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart-Feuerbach\",\"postcode\":\"70469\",\"address\":\"Kruppstr. 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandin Hornemann\",\"email\":\"gandin.hornemann@de.bosch.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":206,\"name\":\"CPO - Route220 S.R.L.\",\"businessName\":\"CPO - Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":207,\"name\":\"EMSP- Elvah GmbH (Kreait)\",\"businessName\":\"EMSP- Elvah GmbH (Kreait)\",\"regNo\":\"HRB22989\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Grafschaft\",\"postcode\":\"53501\",\"address\":\"Oberescher weg 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gowrynath Sivaganeshamoorthy\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":208,\"name\":\"EMSP- Octopus Energy Ltd\",\"businessName\":\"EMSP- Octopus Energy Ltd\",\"regNo\":\"09263424\",\"vatNo\":\"GB 358672751\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"EC1N 2HT\",\"address\":\"Holborn 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Zoisa North-Bond\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices @ Octopus Energy\",\"email\":\"invoices-oe@octoenergy.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":209,\"name\":\"EMSP- Muvext Lda\",\"businessName\":\"EMSP- Muvext Lda\",\"regNo\":\"515419923\",\"vatNo\":\"PT515419923\",\"country\":\"PT\",\"region\":null,\"city\":\"Ilhavo\",\"postcode\":\"3830-352\",\"address\":\"PCI Creative Science Park Aveiro Region, Via do Conhecimento, Edif\\u00edcio Central\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Marques\",\"email\":\"sara.marques@muvext.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Muvext\",\"email\":\"accounting@muvext.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":210,\"name\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"regNo\":\"B49456\",\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"8069\",\"address\":\"Rue de l'Industrie 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van Breugel Willem\",\"email\":\"wibreuge@q8.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":216,\"name\":\"Fiesandri BVBA\",\"businessName\":\"Fiesandri BVBA\",\"regNo\":\"BE0677757905\",\"vatNo\":\"BE0677757905\",\"country\":\"BE\",\"region\":null,\"city\":\"lokeren\",\"postcode\":\"9160\",\"address\":\"Gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heugens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":217,\"name\":\"Rexel Nederland B.V.\",\"businessName\":\"Rexel Nederland B.V.\",\"regNo\":\"24267850\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zoetermeer\",\"postcode\":\"2712 PB\",\"address\":\"Bleiswijkseweg 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Van Dalen Michael\",\"email\":\"michael.vandalen@rexel.nl\",\"phone\":\"+31631787345\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":221,\"name\":\"Ronny Smet\",\"businessName\":\"Ronny Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":223,\"name\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"businessName\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"regNo\":\"HRA 709651\",\"vatNo\":\"709651\",\"country\":\"DE\",\"region\":null,\"city\":\"Karlsruhe\",\"postcode\":\"761321\",\"address\":\"Durlacher Allee 93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lars Walch\",\"email\":\"outbound.b2b.billing@enbw.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Service EnBW\",\"email\":\"service.emob@enbw.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":224,\"name\":\"CPO - E-Totem SAS\",\"businessName\":\"CPO - E-Totem SAS\",\"regNo\":\"53918816900020\",\"vatNo\":\"53918816900020\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"(+33) 6 88 23 42 43\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":225,\"name\":\"CPO - S\\u00e9olis\",\"businessName\":\"CPO - S\\u00e9olis\",\"regNo\":\"492041086\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Niort\",\"postcode\":\"79025\",\"address\":\"Avenue de Paris 336\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gheribi Mehdi\",\"email\":\"mgheribi@seolis.net\",\"phone\":\"(+33) 5 49 08 85 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":200,\"total\":839}}"} 
[2025-07-17 18:26:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":226,\"name\":\"CPO - Proviridis\",\"businessName\":\"CPO - Proviridis\",\"regNo\":\"750 938 722 00022\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rousset\",\"postcode\":\"13790\",\"address\":\"Avenue Victoire 135\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Et\\u00e9 Vincent\",\"email\":\"vincent.ete@proviridis.fr\",\"phone\":\"(+33) 7 50 69 52 44\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":227,\"name\":\"CPO - Drem Kft.\",\"businessName\":\"CPO - Drem Kft.\",\"regNo\":\"01 09 864967\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"H-1033\",\"address\":\"Szentendrei \\u00fat 89-93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"N\\u00e9meth \\u00c1d\\u00e1m\",\"email\":\"adam.nemeth@drem.hu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":228,\"name\":\"CPO - INOUid SAS\",\"businessName\":\"CPO - INOUid SAS\",\"regNo\":\"831159587\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"\\u00c9cully\",\"postcode\":\"69130\",\"address\":\"Chemin des Mouilles 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Briand Didier\",\"email\":\"dbriand@inouid.com\",\"phone\":\"(+33) 6 61 36 91 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":229,\"name\":\"CPO - ePower Lt.\",\"businessName\":\"CPO - ePower Lt.\",\"regNo\":null,\"vatNo\":\"645309\",\"country\":\"IE\",\"region\":null,\"city\":\"Cork\",\"postcode\":\"T23 TCY8\",\"address\":\"1 Technology House, Rockgroove Industrial Estate, Little Island\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tugwell Josef\",\"email\":\"joe.tugwell@epower.ie\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":230,\"name\":\"CPO - SAEMES SA\",\"businessName\":\"CPO - SAEMES SA\",\"regNo\":\"317 032 993 00741\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"L\\u00e9on Cladel 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MONNIER G\\u00e9raldine\",\"email\":\"geraldine.monnier@tevgo.fr\",\"phone\":\"(+33) 7 61 06 43 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":231,\"name\":\"CPO - GEA Solutions Ltd\",\"businessName\":\"CPO - GEA Solutions Ltd\",\"regNo\":\"EL099022632\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Attiki\",\"postcode\":\"19010\",\"address\":\"101 Thesi Patima, VI.PE. Kalyvion\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivanov Stefan\",\"email\":\"stefan.ivanov@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":232,\"name\":\"CPO - Autorecharge SAS\",\"businessName\":\"CPO - Autorecharge SAS\",\"regNo\":\"837 529 700\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pantin\",\"postcode\":\"93500\",\"address\":\"avenue du g\\u00e9n\\u00e9ral Leclerc 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Drif Malek\",\"email\":\"malek@autorecharge.fr\",\"phone\":\"(+33) 6 50 37 04 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":233,\"name\":\"EMSP- Bump SAS\",\"businessName\":\"EMSP- Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":234,\"name\":\"CPO - Ecophi SAS\",\"businessName\":\"CPO - Ecophi SAS\",\"regNo\":\"892147679\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"rue de la Chesnaie 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":235,\"name\":\"MEA Energies SAS\",\"businessName\":\"MEA Energies SAS\",\"regNo\":\"89487859400015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yilmaz Mehmet\",\"email\":\"mehmet.yilmaz@meaenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":236,\"name\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"businessName\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"regNo\":\"200 050 433 00024\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"64bis Rue de Monceau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"JEMMALI SANA\",\"email\":\"sana.jemmali@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":237,\"name\":\"CPO - Mobilygreen SAS\",\"businessName\":\"CPO - Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":238,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"HRB 88854\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50823\",\"address\":\"000582 6-8 Methweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Support\",\"email\":\"support@chargecloud.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":239,\"name\":\"CPO - MVM Mobiliti Kft\",\"businessName\":\"CPO - MVM Mobiliti Kft\",\"regNo\":\"0109965868\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"1037\",\"address\":\"10. Montevideo utca\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":\"pvz@lastmilesolutions.com\",\"phone\":\"(+31) 6 15 89 21 19\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":242,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Auxerre\",\"postcode\":\"89000\",\"address\":\"Avenue Foch 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":243,\"name\":\"CPO - Electra SAS\",\"businessName\":\"CPO - Electra SAS\",\"regNo\":\"891 624 884\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"rue Henri Rochefort 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarrazanas Thomas\",\"email\":\"thomas@go-electra.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":244,\"name\":\"Franklin EV Limited\",\"businessName\":\"Franklin EV Limited\",\"regNo\":\"09672645\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Wilmslow, Cheshire\",\"postcode\":\"SK9 1RA\",\"address\":\"The Lodge Alderley Road\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Byrne Robert\",\"email\":\"robert.byrne@franklinenergy.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":245,\"name\":\"CPO - SalzachSonne GmbH\",\"businessName\":\"CPO - SalzachSonne GmbH\",\"regNo\":\"370509\",\"vatNo\":\"FN 370509\",\"country\":\"AT\",\"region\":null,\"city\":\"Neukirchen\",\"postcode\":\"5741\",\"address\":\"Marktstrasse 179\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bachmaier Edwin\",\"email\":\"edwin.bachmaier@salzachsonne.at\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":246,\"name\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"businessName\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"regNo\":\"HRB 113 258 B\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10829\",\"address\":\"7-8 EUREF-Campus\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ubitricity Roaming technical support\",\"email\":\"roaming@ubitricity.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":247,\"name\":\"Syndicat mixte des Transports du bassin de Briey\",\"businessName\":\"Syndicat mixte des Transports du bassin de Briey\",\"regNo\":\"20004184600029\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Val de Briey\",\"postcode\":\"54150\",\"address\":\"2 Rue du Mar\\u00e9chal Foch\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pinna Arnaud\",\"email\":\"arnaud.pinna@st2b.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":248,\"name\":\"SAP Labs France SAS\",\"businessName\":\"SAP Labs France SAS\",\"regNo\":\"419855127\",\"vatNo\":\"FR23419855127\",\"country\":\"FR\",\"region\":null,\"city\":\"Mougins Cedex\",\"postcode\":\"06254\",\"address\":\"805 Avenue du Docteur Maurice Donat\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ben Slimane Kinza\",\"email\":\"kinza.ben.slimane@sap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":249,\"name\":\"CPO - SIPPEREC\",\"businessName\":\"CPO - SIPPEREC\",\"regNo\":\"257 500 041\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75588\",\"address\":\"173-175 Rue de Bercy\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":250,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Boves\",\"postcode\":\"80440\",\"address\":\"3 Rue C\\u00e9sar Cascabel - P\\u00f4les Jules Verne 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DURIER Christophe\",\"email\":\"christophe.durier@fde-somme.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":251,\"name\":\"CPS Asset Management SAS\",\"businessName\":\"CPS Asset Management SAS\",\"regNo\":\"493123251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"BOULOGNE BILLANCOURT\",\"postcode\":\"92100\",\"address\":\"58 AV EMILE ZOLA\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PEZET Hugues\",\"email\":\"hugues_pezet@carrefour.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":252,\"name\":\"Ville de la Garenne Colombes\",\"businessName\":\"Ville de la Garenne Colombes\",\"regNo\":\"219 200 359 00012\",\"vatNo\":\"FR65219200359\",\"country\":\"FR\",\"region\":null,\"city\":\"La Garenne-Colombes\",\"postcode\":\"92250\",\"address\":\"68 Boulevard de la R\\u00e9publique\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"correia fabricio\",\"email\":\"fabricio.correia@lagarennecolombes.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":253,\"name\":\"CPO - SGA Automation SAS\",\"businessName\":\"CPO - SGA Automation SAS\",\"regNo\":\"424246015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76000\",\"address\":\"27 Rue Jean Philippe Rameau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":254,\"name\":\"EV Maestro Ltd.\",\"businessName\":\"EV Maestro Ltd.\",\"regNo\":\"40103266553\",\"vatNo\":null,\"country\":\"LV\",\"region\":null,\"city\":\"Riga\",\"postcode\":\"LV1021\",\"address\":\"46 K-2 Ulbrokas Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Berzina Iveta\",\"email\":\"ivetab@evmaestro.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":255,\"name\":\"LUMI'iN SAS\",\"businessName\":\"LUMI'iN SAS\",\"regNo\":\"80794006900014\",\"vatNo\":\"FR30807940069\",\"country\":\"FR\",\"region\":null,\"city\":\"Malijai\",\"postcode\":\"04350\",\"address\":\"5 Le Prieure\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"LUMI'IN Superviseur\",\"email\":\"gireve@lumi-in.fr\",\"phone\":\"(+33) 7 82 94 09 59\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":257,\"name\":\"TotalEnergies Charging Services SAS\",\"businessName\":\"CPO - TotalEnergies Charging Services\",\"regNo\":\"514 933 589\",\"vatNo\":\"FR22531680445\",\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"24 Cours Michelet\",\"lastUpdatedAt\":\"2025-02-20T10:29:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Longatte\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Knafo Salom\\u00e9\",\"email\":\"salome.knafo@totalenergies.com\",\"phone\":\"+33 6 07 04 69 68\"},\"billing\":{\"contactPerson\":\"Fanny Carolei\",\"email\":\"fanny.carolei@totalenergies.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":258,\"name\":\"CPO - R\\u00e9gion Hauts-de-France\",\"businessName\":\"CPO - R\\u00e9gion Hauts-de-France\",\"regNo\":\"200053742\",\"vatNo\":\"FR25200053742\",\"country\":\"FR\",\"region\":null,\"city\":\"Lille Cedex\",\"postcode\":\"59555\",\"address\":\"155 Avenue du Pr\\u00e9sident Hoover 59555 , Lille Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":261,\"name\":\"Conny De Schepper\",\"businessName\":\"Conny De Schepper\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Haeyershoek 74\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Conny De Schepper\",\"email\":\"vdmluc68@hotmail.com\",\"phone\":\"0472942323\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":263,\"name\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"businessName\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"regNo\":\"258708585\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Palais sur Vienne\",\"postcode\":\"87410\",\"address\":\"8 rue d'Anguernaud\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":\"(+33) 6 13 44 57 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":264,\"name\":\"CPO - Clem'\",\"businessName\":\"CPO - Clem'\",\"regNo\":\"519 450 209\",\"vatNo\":\"FR49519450209\",\"country\":\"FR\",\"region\":null,\"city\":\"Neuilly-sur-Seine\",\"postcode\":\"92200\",\"address\":\"9 Villa des Sablons\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Delabona Andrews\",\"email\":\"andrews.delabona@clem-e.com\",\"phone\":\"(+33) 9 72 39 68 60\"},\"technical\":{\"contactPerson\":\"Stanislas Soufflet,\",\"email\":\"stanislas.soufflet@clem-e.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"it@clem-e.com\",\"phone\":\"0753366695\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":265,\"name\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"businessName\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dampierre en Yvelines\",\"postcode\":\"78720\",\"address\":\"9 Grande Rue\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PELLETIER Jacques\",\"email\":\"cchvc78@orange.fr\",\"phone\":\"(+33) 1 30 52 83 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":266,\"name\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"businessName\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laon\",\"postcode\":\"02007\",\"address\":\"Rue Turgot\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Moliner Yves\",\"email\":\"y.demoliner@useda.fr\",\"phone\":\"(+33) 3 23 27 15 80\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":267,\"name\":\"Camping du Lac\",\"businessName\":\"Camping du Lac\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINTE EULALIE EN BORN\",\"postcode\":\"40200\",\"address\":\"1590 Route du Lac\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gallou\\u00ebt C\\u00e9cile\",\"email\":\"contact@lecampingdulac.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":268,\"name\":\"Cogelum IDF (Citeos)\",\"businessName\":\"Cogelum IDF (Citeos)\",\"regNo\":\"B525134169\",\"vatNo\":\"FR08525134169\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92122\",\"address\":\"50 Avenue Fran\\u00e7ois Arago - CS 80002\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ismail BADIH\",\"email\":\"ismail.badih@citeos.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Carla Atiga\",\"email\":\"comptabilite.cpo@citeos.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":271,\"name\":\"Mertens Consulting BV\",\"businessName\":\"Mertens Consulting BV\",\"regNo\":\"0896.979.487\",\"vatNo\":\"BE 0896.979.487\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Smalvoortstraat 50, Turnhout , 2300\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mertens Fons\",\"email\":\"fonsmertens@me.com\",\"phone\":\"0475\\/248.968\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":272,\"name\":\"Samantha De Witte\",\"businessName\":\"Samantha De Witte\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Hoogkamerstraat 13, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samantha De Witte\",\"email\":\"samantha.dw@outlook.be\",\"phone\":\"0478365219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":273,\"name\":\"EMSP- Radicle UG\",\"businessName\":\"EMSP- Radicle UG\",\"regNo\":\"HRB231270\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Leipzig\",\"postcode\":\"04129\",\"address\":\"2 Schiebestrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ross Savage\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":278,\"name\":\"Power Shop\",\"businessName\":\"Power Shop\",\"regNo\":\"0478302941\",\"vatNo\":\"BE0478302941\",\"country\":\"BE\",\"region\":null,\"city\":\"Menen\",\"postcode\":\"8930\",\"address\":\"Delorsplein 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Logan Demeulemeester\",\"email\":\"logan.demeulemeester@hotmail.com\",\"phone\":\"0492055783\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":283,\"name\":\"e-Clearing (Test)\",\"businessName\":\"e-Clearing (Test)\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":286,\"name\":\"Christof Haeseldonckx\",\"businessName\":\"Christof Haeseldonckx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Cranenskapelstraat 1a\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christof Haeseldonckx\",\"email\":\"christofsandy@telenet.be\",\"phone\":\"0495230848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":289,\"name\":\"EMSP- Bornes Lib SAS\",\"businessName\":\"EMSP- Bornes Lib SAS\",\"regNo\":\"905139515\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"4 rue pasquier\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bah Ibrahima Sory\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":291,\"name\":\"Jurgen Munghen\",\"businessName\":\"Jurgen Munghen\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ingelmunster\",\"postcode\":\"-\",\"address\":\"H\\u00fcllhorststraat 3, Ingelmunster, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Munghen\",\"email\":\"jurgen.munghen@telenet.be\",\"phone\":\"0476531993\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":293,\"name\":\"EMSP- PERETTI GROUPE SARL\",\"businessName\":\"EMSP- PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":307,\"name\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"businessName\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Michel-sur-Orge\",\"postcode\":\"91240\",\"address\":\"16bis Rue Denis Papin\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean-Pierre Duperron\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":316,\"name\":\"Thys Interieur & Design\",\"businessName\":\"Thys Interieur & Design\",\"regNo\":\"0876145174\",\"vatNo\":\"BE0876145174\",\"country\":\"BE\",\"region\":null,\"city\":\"Eeklo\",\"postcode\":\"9900\",\"address\":\"Vrombautstraat 147\",\"lastUpdatedAt\":\"2025-05-16T13:26:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":317,\"name\":\"EMSP- Load Stations SAS\",\"businessName\":\"EMSP- Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":321,\"name\":\"CPO - ChargePoint Austria GmbH\",\"businessName\":\"CPO - ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Henrik Gerdes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":300,\"total\":839}}"} 
[2025-07-17 18:26:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":333,\"name\":\"Polinvest\",\"businessName\":\"Polinvest\",\"regNo\":\"BE0452239437\",\"vatNo\":\"BE0452239437\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 58 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyra Kuppens\",\"email\":\"kyra.kuppens@ocb.be\",\"phone\":\"080013890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":334,\"name\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":342,\"name\":\"EMSP- Eneco eMobility B.V.\",\"businessName\":\"EMSP- Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leonie Baneke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":350,\"name\":\"EMSP- Kiwhi Pass Solutions SASU\",\"businessName\":\"EMSP- Kiwhi Pass Solutions SASU\",\"regNo\":\"808 639 801\",\"vatNo\":\"FR49 808 639 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Apollinaire\",\"postcode\":\"21850\",\"address\":\"36 Rue du docteur Schmitt\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique TALLON\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":351,\"name\":\"EMSP- Robo Charge B.V.\",\"businessName\":\"EMSP- Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":352,\"name\":\"EMSP- Volkswagen Group Charging GmbH\",\"businessName\":\"EMSP- Volkswagen Group Charging GmbH\",\"regNo\":\"HRB 208967\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"1 Mollstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"ladekonzept@elli.eco\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"cpo-invoice@elli.eco\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":355,\"name\":\"CPO - City Charging BV\",\"businessName\":\"CPO - City Charging BV\",\"regNo\":\"80648088\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Deventer\",\"postcode\":\"7418 AJ\",\"address\":\"6b Zutphenseweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@citycharging.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":356,\"name\":\"Power Dot S.A\",\"businessName\":\"Power Dot S.A\",\"regNo\":\"514790342\",\"vatNo\":null,\"country\":\"PT\",\"region\":null,\"city\":\"Lisboa\",\"postcode\":\"250-096\",\"address\":\"17 6B R. Carlos Alberto da Mota Pinto\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ramos Afonso\",\"email\":\"acr@powerdot.pt\",\"phone\":\"00351 91 44 56 54 3\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":357,\"name\":\"IMAC2 SAS\",\"businessName\":\"IMAC2 SAS\",\"regNo\":\"421334566\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Cannet\",\"postcode\":\"06110\",\"address\":\"50 avenue du Campon\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julienne St\\u00e9phane\",\"email\":null,\"phone\":\"s.julienne@rivieracarcenter.fr\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":358,\"name\":\"Be Charge S.r.l.\",\"businessName\":\"Be Charge S.r.l.\",\"regNo\":\"09957510960\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20143\",\"address\":\"11 Via Carlo Bo\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paolo Martini\",\"email\":\"invoice.italia@bepower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":359,\"name\":\"MACRIS SAS\",\"businessName\":\"MACRIS SAS\",\"regNo\":\"341760148\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Creissels\",\"postcode\":\"12100\",\"address\":\"Route de St Affrique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian CABIRON\",\"email\":\"christian.cabiron@socamil.leclerc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":361,\"name\":\"Syndicat de la Di\\u00e8ge\",\"businessName\":\"Syndicat de la Di\\u00e8ge\",\"regNo\":\"200 078 947\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ussel\",\"postcode\":\"19200\",\"address\":\"2 Avenue de Beauregard\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre CHEVALIER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":362,\"name\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"businessName\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Gu\\u00e9ret\",\"postcode\":\"23000\",\"address\":\"11 Avenue Pierre Mend\\u00e8s\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 MAVIGNER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":363,\"name\":\"Free To X S.r.l.\",\"businessName\":\"Free To X S.r.l.\",\"regNo\":\"07516911000\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Rome\",\"postcode\":\"00159\",\"address\":\"50 via A. Bergamini\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piolo Andrea\",\"email\":\"andrea.piolo@freeto-x.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":364,\"name\":\"CPO - Wattify BV\",\"businessName\":\"CPO - Wattify BV\",\"regNo\":\"0777610990\",\"vatNo\":\"BE0777610990\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"kriephoekstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitry Smagghe\",\"email\":\"dimitry@wattify.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":365,\"name\":\"R\\u00e9gie Services Energie\",\"businessName\":\"R\\u00e9gie Services Energie\",\"regNo\":\"43887287100019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AMBERIEUX EN DOMBES\",\"postcode\":\"01330\",\"address\":\"577 route de Saint -Trivier sur Moignans\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Marc GEORGE\",\"email\":\"comptabilite@oriosbyspie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":366,\"name\":\"Abel&Co\",\"businessName\":\"Abel&Co\",\"regNo\":\"18052596\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Tilburg\",\"postcode\":\"5046AT\",\"address\":\"38 Goirekekanaaldijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van den Dries Monicue\",\"email\":\"monicue@abelenco.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":367,\"name\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"businessName\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"regNo\":\"000003234533\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Soest\",\"postcode\":\"3768HL\",\"address\":\"108 Birkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leijdekker Ruben\",\"email\":\"rleijdekker@avia.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":368,\"name\":\"EnerMia\",\"businessName\":\"EnerMia\",\"regNo\":\"MO - 412382\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Modena\",\"postcode\":\"41121\",\"address\":\"41 Corso Vittorio Emanuele II\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flavia Samori\",\"email\":\"f.samori@enermia.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":369,\"name\":\"BEC Construction Champagne\",\"businessName\":\"BEC Construction Champagne\",\"regNo\":\"463 200 725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Epernay\",\"postcode\":\"51200\",\"address\":\"6 All\\u00e9e de la Cote des Blancs\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marchand Cassandra\",\"email\":\"c.marchand@becchampagne.fayat.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":370,\"name\":\"NW IECharge Bretagne\",\"businessName\":\"NW IECharge Bretagne\",\"regNo\":\"898279251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75007\",\"address\":\"34 avenue Bosquet\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wassenaar Bram\",\"email\":\"bram.wassenaar.partner@iecharge.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":371,\"name\":\"Meubles Ikea France\",\"businessName\":\"Meubles Ikea France\",\"regNo\":\"RCS B 351 745 724\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"PLAISIR Cedex\",\"postcode\":\"78 375 , BP 129,\",\"address\":\"425 rue Henri Barbusse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ARFAOUI Said\",\"email\":\"said.arfaoui@izivia.com\",\"phone\":\"(+33) 7 76 23 00 25\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":372,\"name\":\"CPO - Saascharge International GmbH\",\"businessName\":\"CPO - Saascharge International GmbH\",\"regNo\":\"CH-020.4.074.493-5\",\"vatNo\":null,\"country\":\"CH\",\"region\":null,\"city\":\"Glattpark (Opfikon)\",\"postcode\":\"8152\",\"address\":\"117 Thurgauerstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Albrecht Richard\",\"email\":\"richard.albrecht@saascharge.com\",\"phone\":\"(+41) 7 63 90 01 77\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@saascharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Richard Albrecht\",\"email\":\"finance@saascharge.com\",\"phone\":\"+41445864550\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":373,\"name\":\"Borneco\",\"businessName\":\"Borneco\",\"regNo\":\"90510266100014\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"142 avenue dausmenil\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Minaeian Sasan\",\"email\":\"sasan.minaeian@wattzhub.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":374,\"name\":\"ENEXTEN\",\"businessName\":\"ENEXTEN\",\"regNo\":\"882828726\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chavanod\",\"postcode\":\"74650\",\"address\":\"178 Route de cran gevrier\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krari Sara\",\"email\":\"sara.krari@nexteneo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":375,\"name\":\"ALP-EV\",\"businessName\":\"ALP-EV\",\"regNo\":\"85903108\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"BREDA\",\"postcode\":\"4814 RE\",\"address\":\"266 Leursebaan\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van der Lof Jochem\",\"email\":\"support@alp-ev.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":376,\"name\":\"Evadea\",\"businessName\":\"Evadea\",\"regNo\":\"500759683\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-DENIS\",\"postcode\":\"93200\",\"address\":\"1 PLACE DE LA BERLINE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DADOU Thomas\",\"email\":\"thomas.dadou@spie.com\",\"phone\":\"(+33) 7 60 26 22 20\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":377,\"name\":\"Gaia Green Tech S.L.\",\"businessName\":\"Gaia Green Tech S.L.\",\"regNo\":\"B40571002\",\"vatNo\":\"ESB40571002\",\"country\":\"ES\",\"region\":null,\"city\":\"Valencia\",\"postcode\":\"46022\",\"address\":\"11, 2nd floor, Apt. 9 Calle de Felipe Salvador\",\"lastUpdatedAt\":\"2025-03-04T10:00:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Siudzinski Wojtek\",\"email\":\"wojtek@gaiagreen.tech\",\"phone\":\"(+34) 6 84 28 68 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":378,\"name\":\"Sevdec\",\"businessName\":\"Sevdec\",\"regNo\":\"38064471600017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76100\",\"address\":\"20 rue David Ferrand\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":379,\"name\":\"Area Tech\",\"businessName\":\"Area Tech\",\"regNo\":\"854036308\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"MARCQ EN BAROEUL\",\"postcode\":\"59700\",\"address\":\"340 avenue de La Marne\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bonneville Renaud\",\"email\":\"renaud.bonneville@area-tech.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":380,\"name\":\"EMSP- Monta ApS\",\"businessName\":\"EMSP- Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":381,\"name\":\"GROUPE MOBELEC\",\"businessName\":\"GROUPE MOBELEC\",\"regNo\":\"88990931300021\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecully\",\"postcode\":\"69130\",\"address\":\"12 Chemin de Chalin\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaume Christophe\",\"email\":\"christophe.gaume@groupe-mobelec.fr\",\"phone\":\"(+33) 6 02 49 69 54\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":382,\"name\":\"ProperPhi\",\"businessName\":\"ProperPhi\",\"regNo\":\"89193764100027\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"8 rue de la Chesnaie\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":383,\"name\":\"Time2Plug\",\"businessName\":\"Time2Plug\",\"regNo\":\"912044948\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"13 avenue Boudon\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heripret Edouard\",\"email\":\"edouard@time2plug.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":384,\"name\":\"SunXLium\",\"businessName\":\"SunXLium\",\"regNo\":\"843721390\",\"vatNo\":null,\"country\":\"DM\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"9 Anatole de la Forge\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chady Fadil\",\"email\":\"fadil.chady@sunxlium.com\",\"phone\":\"(+23) 0 59 77 69 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":385,\"name\":\"Laadkompas B.V.\",\"businessName\":\"Laadkompas B.V.\",\"regNo\":\"75246740\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Almere\",\"postcode\":\"1322 CH\",\"address\":\"100 Transistorstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Khan Mazhar\",\"email\":\"administratie@laadkompas.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":386,\"name\":\"Atlante Srl\",\"businessName\":\"Atlante Srl\",\"regNo\":\"2635708\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20137\",\"address\":\"3 Piazzale Lodi\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Atlante Invoicing\",\"email\":\"invoices@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":388,\"name\":\"Eoliberty\",\"businessName\":\"Eoliberty\",\"regNo\":\"91844486000012\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vierzon\",\"postcode\":\"18100\",\"address\":\"All\\u00e9e Geroges Charpak\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GEHA Daniel\",\"email\":\"daniel.geha@eova.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":389,\"name\":\"Dropnplug\",\"businessName\":\"Dropnplug\",\"regNo\":\"88206038700017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rennes\",\"postcode\":\"35000\",\"address\":\"26 Avenue Chardonnet\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"lebrize claude\",\"email\":\"claude.lebrize@dropnplug.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":390,\"name\":\"EMSP- Diego Luxembourg\",\"businessName\":\"EMSP- Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":392,\"name\":\"Brussels Kois\",\"businessName\":\"Brussels Kois\",\"regNo\":\"BE 0820.015.135\",\"vatNo\":\"BE 0820.015.135\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Edmond Plas\",\"email\":\"sandra@capitalecars.be\",\"phone\":\"+32475235296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":397,\"name\":\"Tom Van Damme\",\"businessName\":\"Tom Van Damme\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Beukenlaan 40, 2110 Wijnegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Van Damme\",\"email\":\"tomvandamme001@gmail.com\",\"phone\":\"+32494899290\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":398,\"name\":\"Dirk Poppe\",\"businessName\":\"Dirk Poppe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9420\",\"address\":\"wezelpoelstraat 102 9420 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Poppe\",\"email\":\"poppe_dirk@hotmail.com\",\"phone\":\"0486727713\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":399,\"name\":\"Autel Netherlands B.V.\",\"businessName\":\"Autel Netherlands B.V.\",\"regNo\":\"84342773\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"GL \\u2019S-GRAVENHAGE\",\"postcode\":\"2497\",\"address\":\"217 Laan van Waalhaven\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Huang Baixin\",\"email\":\"baixin.huang@autel.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":403,\"name\":\"Ceylan Celikoz\",\"businessName\":\"Ceylan Celikoz\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Berchem\",\"postcode\":\"2600\",\"address\":\"Kanunnik Peeters Straat 147, 2600, Berchem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ceylan Celikoz\",\"email\":\"ceylan@blulinc.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"ceylan@blulinc.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":412,\"name\":\"PPC\",\"businessName\":\"PPC\",\"regNo\":\"000786301000\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Athens\",\"postcode\":\"10432\",\"address\":\"30 Chalkokondili Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyriakos Kofinas\",\"email\":\"roaming.deiblue@dei.gr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Benos Peter\",\"email\":\"p.benos@dei.gr\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":413,\"name\":\"PLUG-N-GO\",\"businessName\":\"PLUG-N-GO\",\"regNo\":\"10848124\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"WC2H 9JQ\",\"address\":\"71-75 Shelton Street, Covent Garden\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Revill Tim\",\"email\":\"tim@plug-n-go.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Dufty Nigel\",\"email\":\"nigel@plug-n-go.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Keith Hounsell\",\"email\":\"keith@plug-n-go.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":414,\"name\":\"CPO - Grupo EasyCharger\",\"businessName\":\"CPO - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":415,\"name\":\"NORMATECH SAS [Lodmi]\",\"businessName\":\"NORMATECH SAS [Lodmi]\",\"regNo\":\"901360602\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"ARRAS\",\"postcode\":\"62000\",\"address\":\"11 RUE WILLY BRANDT BATIMENT 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Saint Machin\",\"email\":\"tsm@lodmi.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Moukhlisse Zineb\",\"email\":\"zineb@lodmi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Qu\\u00e9ru Laura\",\"email\":\"laura@lodmi.com\",\"phone\":\"(+33) 7 66 59 08 46\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":416,\"name\":\"TEA MOBILITAS\",\"businessName\":\"TEA MOBILITAS\",\"regNo\":\"09-09-027080\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Hajd\\u00faszoboszl\\u00f3\",\"postcode\":\"4200\",\"address\":\"71 Kossuth\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Heged\\u0171s-Kocsis Krisztina\",\"email\":\"kocsiskrisztina@sarkcsillag.com\",\"phone\":\"(+36) 3 03 89 07 44\"},\"billing\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":417,\"name\":\"SBS Innovations (ByWatt)\",\"businessName\":\"SBS Innovations (ByWatt)\",\"regNo\":\"68061722\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Ernst\",\"postcode\":\"8166GP\",\"address\":\"4 Korte Laarstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"technical\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"billing\":{\"contactPerson\":\"ByWatt Invoicing\",\"email\":\"invoices@bywatt.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":418,\"name\":\"EV Map\",\"businessName\":\"EV Map\",\"regNo\":\"922271564\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-FONS\",\"postcode\":\"69190\",\"address\":\"49 Boulevard LUCIEN SAMPAIX\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":422,\"name\":\"Dhsn Bv\",\"businessName\":\"Dhsn Bv\",\"regNo\":\"0781.946.296\",\"vatNo\":\"BE 0781.946.296\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilsen-Stokkem\",\"postcode\":\"3650\",\"address\":\"Borreshoefstraat 67\",\"lastUpdatedAt\":\"2024-11-27T13:01:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries Housen\",\"email\":\"dries@dhsn.be\",\"phone\":\"0498\\/409607\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":426,\"name\":\"Patrick Wastyn\",\"businessName\":\"Patrick Wastyn\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zulte\",\"postcode\":\"9870\",\"address\":\"Waalbeekpark 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Wastyn\",\"email\":\"wastynpatrick6@gmail.com\",\"phone\":\"0476059342\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":400,\"total\":839}}"} 
[2025-07-17 18:26:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":430,\"name\":\"BV Dokter R. Steenwegen\",\"businessName\":\"BV Dokter R. Steenwegen\",\"regNo\":\"0474 426 010\",\"vatNo\":\"BE0474 426 010\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1700\",\"address\":\"Molenstraat 73\",\"lastUpdatedAt\":\"2024-11-27T13:04:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":431,\"name\":\"Ronny Hindyrickx\",\"businessName\":\"Ronny Hindyrickx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Raapstraat 33\",\"lastUpdatedAt\":\"2024-11-27T13:04:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Hindyrickx\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":434,\"name\":\"V-I-C bvba\",\"businessName\":\"V-I-C bvba\",\"regNo\":\"0536.481.462\",\"vatNo\":\"BE0536.481.462\",\"country\":\"BE\",\"region\":null,\"city\":\"Zedelgem\",\"postcode\":\"8210\",\"address\":\"Diksmuidse Heirweg 51c\",\"lastUpdatedAt\":\"2024-11-27T13:05:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":435,\"name\":\"Vermoortel Chantal\",\"businessName\":\"Vermoortel Chantal\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Damme\",\"postcode\":\"Damme\",\"address\":\"Damweg 56\",\"lastUpdatedAt\":\"2024-11-27T13:08:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":443,\"name\":\"EMSP- Recharger mon auto\",\"businessName\":\"EMSP- Recharger mon auto\",\"regNo\":\"91931393200015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Aulnay-Sous-Bois\",\"postcode\":\"93600\",\"address\":\"198 Avenue de Nonneville\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rodrigues C\\u00e9dric\",\"email\":\"cedric.rodrigues@rechargermonauto.com\",\"phone\":\"0659457794\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":444,\"name\":\"YES55\",\"businessName\":\"YES55\",\"regNo\":\"950758219\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grimaud\",\"postcode\":\"83310\",\"address\":\"ZA du Grand Pont\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robelin Nicolas\",\"email\":\"nicolas.robelin@yes55.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Martin Rachel\",\"email\":\"rachel.martin@yes55.fr\",\"phone\":\"+33 7 88 77 08 15\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":445,\"name\":\"CPO - METLD (BE GREEN MOBILITY)\",\"businessName\":\"CPO - METLD (BE GREEN MOBILITY)\",\"regNo\":\"919243121\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Herblain\",\"postcode\":\"44800\",\"address\":\"1 Guglielmo Marconi\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stecchino Julien\",\"email\":\"j.stecchino@begreen-group.com\",\"phone\":\"(+33) 6 76 89 05 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":446,\"name\":\"CPO - Compleo Charging Software GmbH\",\"businessName\":\"CPO - Compleo Charging Software GmbH\",\"regNo\":\"HRB 33903\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Dortmund\",\"postcode\":\"44379\",\"address\":\"8 Ezzestra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leidgebel Dennis\",\"email\":\"dennis.leidgebel@compleo-cs.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":447,\"name\":\"Energytix.solutions\",\"businessName\":\"Energytix.solutions\",\"regNo\":\"0654.812.554\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Schaapveld 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Baes Jonas\",\"email\":\"jbaes@energytix.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Leeman Bert\",\"email\":\"bleeman@energytix.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":448,\"name\":\"Amano Europe NV\",\"businessName\":\"Amano Europe NV\",\"regNo\":\"0434 751 030\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Westerring 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Schouterden Dominic\",\"email\":\"dschouterden@amano.eu\",\"phone\":\"(+32) 4 92 11 66 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":459,\"name\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"businessName\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":\"70435\",\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Philipp\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":462,\"name\":\"EMSP- NRG Accounting BV\",\"businessName\":\"EMSP- NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":463,\"name\":\"Top Employers Belgium\",\"businessName\":\"Top Employers Belgium\",\"regNo\":\"BE0895420064\",\"vatNo\":\"BE0895420064\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Nijverheidsstraat 70, 2160 Wommelgem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":466,\"name\":\"EMSP- E.ON Drive\",\"businessName\":\"EMSP- E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":470,\"name\":\"EMSP- E.A. Business\",\"businessName\":\"EMSP- E.A. Business\",\"regNo\":\"880960182\",\"vatNo\":\"FR31880960182\",\"country\":\"FR\",\"region\":null,\"city\":\"Rillieux-La-Pape\",\"postcode\":\"69140\",\"address\":\"555 chemin du Bois\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jemoui Mehdi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Issam Arfaoui\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":473,\"name\":\"Edmond Plas\",\"businessName\":\"Edmond Plas\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5,\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandra Bulinckx\",\"email\":\"sandra@capitalecars.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":476,\"name\":\"EMSP- E-Fusion SAS\",\"businessName\":\"EMSP- E-Fusion SAS\",\"regNo\":\"912272143\",\"vatNo\":\"FR47912272143\",\"country\":\"FR\",\"region\":null,\"city\":\"Labege\",\"postcode\":\"31670\",\"address\":\"231 rue Pierre et Marie Curie\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ernest BOADI\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":482,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":493,\"name\":\"CPO - Road B.V.\",\"businessName\":\"CPO - Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":494,\"name\":\"NLCharge B.V.\",\"businessName\":\"NLCharge B.V.\",\"regNo\":\"82372829\",\"vatNo\":\"NL862440142B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1015 CN\",\"address\":\"8 Keizersgracht\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter C. Molengraaf\",\"email\":\"peter@nlcharge.nl\",\"phone\":\"(+31) 6 46 36 09 71\"},\"technical\":{\"contactPerson\":\"Becker Riccardo\",\"email\":\"riccardo@longship.io\",\"phone\":\"(+31) 2 02 11 74 58\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":495,\"name\":\"Jerecharge.com SAS\",\"businessName\":\"Jerecharge.com SAS\",\"regNo\":\"905083895\",\"vatNo\":\"FR52905083895\",\"country\":\"FR\",\"region\":null,\"city\":\"Garches\",\"postcode\":\"92380\",\"address\":\"23 rue de la c\\u00f4te Saint Louis\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Olry\",\"email\":\"christophe.olry@jerecharge.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Viguie Gilles\",\"email\":\"gilles.viguie@jerecharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":496,\"name\":\"Paragon Mobility SAS\",\"businessName\":\"Paragon Mobility SAS\",\"regNo\":\"851548404\",\"vatNo\":\"FR68851548404\",\"country\":\"FR\",\"region\":null,\"city\":\"Valbonne\",\"postcode\":\"06560\",\"address\":\"535 Route des Lucioles, Les Aqueducs \\u2013 B\\u00e2timent 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann Cortot\",\"email\":\"operations@paragonmobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 1 84 88 39 32\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":497,\"name\":\"K2 PROPERTY BV\",\"businessName\":\"K2 PROPERTY BV\",\"regNo\":\"0749.520.384\",\"vatNo\":\"BE0749.520.384\",\"country\":\"BE\",\"region\":null,\"city\":\"Kuurne\",\"postcode\":\"8520\",\"address\":\"Ringlaan 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Janssens\",\"email\":\"bruno.janssens@questforproperty.com\",\"phone\":\"+(324) 953-85959\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":500,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":502,\"name\":\"Extendas Online Informatica B.V.\",\"businessName\":\"Extendas Online Informatica B.V.\",\"regNo\":\"08154890\",\"vatNo\":\"NL817496749B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Enschede\",\"postcode\":\"7521 PK\",\"address\":\"30 Institutenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"M.A. Cauli\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Tim Bethlehem\",\"email\":\"tim@extendas.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Raphael Verreijken\",\"email\":\"raphael@extendas.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":503,\"name\":\"EMSP- SMEG D\\u00e9veloppement\",\"businessName\":\"EMSP- SMEG D\\u00e9veloppement\",\"regNo\":\"20S08489\",\"vatNo\":\"FR46000150523\",\"country\":\"FR\",\"region\":null,\"city\":\"Monaco\",\"postcode\":\"98000\",\"address\":\"10 avenue de Fontvieille\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Battaglione\",\"email\":\"smeg@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"commercial@smeg.mc\",\"phone\":\"(+377) 92 05 66 44\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":510,\"name\":\"Fastned BV\",\"businessName\":\"Fastned BV\",\"regNo\":\"54606179\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1097 DL\",\"address\":\"77R James Wattstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Langezaal\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":500,\"total\":839}}"} 
[2025-07-17 18:26:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":533,\"name\":\"Dries Uitvaartzorg\",\"businessName\":\"Dries Uitvaartzorg\",\"regNo\":\"0457645604\",\"vatNo\":\"BE 0457645604\",\"country\":\"BE\",\"region\":null,\"city\":\"Dessel\",\"postcode\":\"2480\",\"address\":\"Polderstraat 46\",\"lastUpdatedAt\":\"2024-11-27T15:58:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":536,\"name\":\"CPO - LichtBlick eMobility GmbH\",\"businessName\":\"CPO - LichtBlick eMobility GmbH\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":539,\"name\":\"CPO - Remo Sustainable Mobility S.L.\",\"businessName\":\"CPO - Remo Sustainable Mobility S.L.\",\"regNo\":\"B72745698\",\"vatNo\":\"B72745698\",\"country\":\"ES\",\"region\":null,\"city\":\"28046\",\"postcode\":\"Madrid\",\"address\":\"135 Paseo de la Castellana, 12th floor\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remo Commercial Team\",\"email\":\"info@remo-mobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":542,\"name\":\"CPO - GreenYellow eMobility SAS\",\"businessName\":\"CPO - GreenYellow eMobility SAS\",\"regNo\":\"835370842\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint - Etienne\",\"postcode\":\"42000\",\"address\":\"1 Cours Antoine Guichard\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Romain BUTTE\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Chamkhi Salma\",\"email\":\"schamkhi@greenyellow.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"eMobility B2B support GreenYellow\",\"email\":\"emobility.exploit@greenyellow.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":543,\"name\":\"EMSP - Grupo EasyCharger\",\"businessName\":\"EMSP - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":544,\"name\":\"Sven Devisscher\",\"businessName\":\"Sven Devisscher\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2350\",\"address\":\"Ossevenstraat 11, 2350 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":549,\"name\":\"LichtBlick eMobility\",\"businessName\":\"LichtBlick eMobility\",\"regNo\":null,\"vatNo\":\"HRB 11191\",\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hubach Julia\",\"email\":\"julia.hubach@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"support.emobility@lichtblick.de\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":550,\"name\":\"Bart Van Keer\",\"businessName\":\"Bart Van Keer\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Fazantenstraat 45, 9080 Lochristi\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":556,\"name\":\"EV-Quip (SRL)\",\"businessName\":\"EV-Quip (SRL)\",\"regNo\":\"0750.549.871\",\"vatNo\":\"BE0750.549.871\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16, 3900 Pelt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vandebeeck Stephan\",\"email\":\"stephan@euroquip.be\",\"phone\":\"+(324) 974-80894\"},\"technical\":{\"contactPerson\":\"Vandebeeck Louis\",\"email\":\"louis@ev-quip.be\",\"phone\":\"+32 11 81 82 18\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":557,\"name\":\"Sovana Srl\\/Bv\",\"businessName\":\"Sovana Srl\\/Bv\",\"regNo\":\"0473863608\",\"vatNo\":\"BE0473863608\",\"country\":\"BE\",\"region\":null,\"city\":\"Tervuren\",\"postcode\":\"3080\",\"address\":\"Edmond Hanssenslaan 42 , Tervuren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Martine Serrien\",\"email\":\"martine.serrien@sovana.be\",\"phone\":\"0475 68 66 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":563,\"name\":\"CPO - Mobilize Fast Charge France\",\"businessName\":\"CPO - Mobilize Fast Charge France\",\"regNo\":\"983504002\",\"vatNo\":\"FR65983504002\",\"country\":\"FR\",\"region\":null,\"city\":\"Boulogne-Billancourt\",\"postcode\":\"92100\",\"address\":\"122-122 Bis Avenue du G\\u00e9n\\u00e9ral Leclerc\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Service Facturation\",\"email\":\"fastcharge.exploitation@mobilize.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":591,\"name\":\"CPO - QWELLO GmbH\",\"businessName\":\"CPO - QWELLO GmbH\",\"regNo\":\"HRB 234481\",\"vatNo\":\"DE316810194\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80992\",\"address\":\"1 Agnes-Pockels-Bogen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Roaming Qwello\",\"email\":\"roaming@qwello.eu\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":592,\"name\":\"CPO - ChargeIn\",\"businessName\":\"CPO - ChargeIn\",\"regNo\":\"0000986332\",\"vatNo\":\"PL7011100884\",\"country\":\"PL\",\"region\":null,\"city\":\"Warszawa\",\"postcode\":\"00-654\",\"address\":\"17 ul. Jana i J\\u0119drzeja \\u015aniadeckich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Babinski Kamil\",\"email\":\"kamil.babinski@chargein.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Maciej Skoczylas\",\"email\":\"maciej.sawicki@chargein.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":594,\"name\":\"Lard Aurelie\",\"businessName\":\"Lard Aurelie\",\"regNo\":\"0763997932\",\"vatNo\":\"BE0763997932\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:04:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lard Aurelie\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":602,\"name\":\"Taxi LM\",\"businessName\":\"Taxi LM\",\"regNo\":null,\"vatNo\":\"BE0794.869.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Jozef Verbovenlei 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":607,\"name\":\"EMSP- TanQyou\",\"businessName\":\"EMSP- TanQyou\",\"regNo\":\"70223521\",\"vatNo\":\"NL851056519B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"3 The Want, 8802PV, Franeker\",\"lastUpdatedAt\":\"2025-03-31T12:38:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Harmen Akkerman\",\"email\":\"info@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":\"(+31)88 100 9877\"},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":608,\"name\":\"CPO - Optimum Way Ltd.\",\"businessName\":\"CPO - Optimum Way Ltd.\",\"regNo\":\"03-09-131907\",\"vatNo\":\"HU-26399661\",\"country\":\"HU\",\"region\":null,\"city\":\"Baja\",\"postcode\":\"6500\",\"address\":\"2 Gesztenye utca 6500 , Baja\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"OW Invoices\",\"email\":\"szamla@optimumway.hu\",\"phone\":\"0036209564490\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":609,\"name\":\"CPO - Schouten Energy\",\"businessName\":\"CPO - Schouten Energy\",\"regNo\":\"28089720\",\"vatNo\":\"NL809534034B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Alphen aan den Rijn\",\"postcode\":\"2401 LP\",\"address\":\"4 Gnephoek 2401 LP , Alphen aan den Rijn\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wiebe van der Veen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":610,\"name\":\"CPO - Go Electric Stations SRLS\",\"businessName\":\"CPO - Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella 40128 , Bologna\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":611,\"name\":\"Divani NV\",\"businessName\":\"Divani NV\",\"regNo\":\"0830.657.916\",\"vatNo\":\"BE 0830.657.916\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052\\/D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"divani@immogra.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":616,\"name\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"businessName\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"regNo\":\"HRA 6945\",\"vatNo\":\"DE266451114\",\"country\":\"DE\",\"region\":null,\"city\":\"Bochum\",\"postcode\":\"44789\",\"address\":\"56 Wittener Stra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-13T13:32:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Stocker\",\"email\":\"info@trafineo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":617,\"name\":\"EMSP- Threeforce BV\",\"businessName\":\"EMSP- Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":618,\"name\":\"CPO - Optimile Bv\",\"businessName\":\"CPO - Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":619,\"name\":\"EMSP- ZEborne\",\"businessName\":\"EMSP- ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":620,\"name\":\"Demo Account - Blulinc\",\"businessName\":\"Demo Account - Blulinc\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-01-17T08:38:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":621,\"name\":\"EMSP- Road B.V.\",\"businessName\":\"EMSP- Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":622,\"name\":\"GoGlobal Netherlands B.V\",\"businessName\":\"GoGlobal Netherlands B.V\",\"regNo\":null,\"vatNo\":\"DE 341043115\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1066 EP\",\"address\":\"John M. Keynesplein 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Amandine Guillou\",\"email\":\"amandine.guillou@goglobalgeo.com\",\"phone\":\"0203\\/331.699\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":624,\"name\":\"Hubject Partner\",\"businessName\":\"Hubject Partner\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":626,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":null,\"vatNo\":\"Parochiale Werken Ledeberg VZW\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Ledebergplein 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":628,\"name\":\"EMSP- Go Electric Stations SRLS\",\"businessName\":\"EMSP- Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":629,\"name\":\"EMSP- Digital Charging Solutions GmbH\",\"businessName\":\"EMSP- Digital Charging Solutions GmbH\",\"regNo\":\"HRB 211155 B\",\"vatNo\":\"DE312237805\",\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"18 - 19 Rosenstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Markus Bartenschlager\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Team Accounting\",\"email\":\"accounting@digitalchargingsolutions.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":600,\"total\":839}}"} 
[2025-07-17 18:26:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":635,\"name\":\"Khasanov Tamerlan\",\"businessName\":\"Khasanov Tamerlan\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kampenhout\",\"postcode\":\"1910\",\"address\":\"Schuermansstraat 41\",\"lastUpdatedAt\":\"2024-12-02T15:12:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":636,\"name\":\"Raf Sodermans\",\"businessName\":\"Raf Sodermans\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Schutteweide 26\",\"lastUpdatedAt\":\"2024-12-02T15:13:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":637,\"name\":\"EMSP- Greenflux Assets B.V.\",\"businessName\":\"EMSP- Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":638,\"name\":\"EMSP- Route220 S.R.L.\",\"businessName\":\"EMSP- Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":641,\"name\":\"Erik Saerens\",\"businessName\":\"Erik Saerens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merchtem\",\"postcode\":\"1785\",\"address\":\"Onze Lieve Vrouwstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Saerens\",\"email\":\"saerens.vdb@skynet.be\",\"phone\":\"+32485 55 58 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":645,\"name\":\"CPO - Freshmile Services\",\"businessName\":\"CPO - Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"(+33) 3 68 78 14 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":646,\"name\":\"CPO - ZE-WATT\",\"businessName\":\"CPO - ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise 31670\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":647,\"name\":\"CPO - ConnectNed B.V.\",\"businessName\":\"CPO - ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":648,\"name\":\"CPO - WattzHub\",\"businessName\":\"CPO - WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":649,\"name\":\"CPO - Bump SAS\",\"businessName\":\"CPO - Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":650,\"name\":\"EMSP- Mobilygreen SAS\",\"businessName\":\"EMSP- Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":651,\"name\":\"CPO - Shell EV Charging Solutions B.V.\",\"businessName\":\"CPO - Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":652,\"name\":\"CPO - PERETTI GROUPE SARL\",\"businessName\":\"CPO - PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":653,\"name\":\"CPO - Load Stations SAS\",\"businessName\":\"CPO - Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":654,\"name\":\"CPO - Electromaps S.L.\",\"businessName\":\"CPO - Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":655,\"name\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":656,\"name\":\"CPO - Robo Charge B.V.\",\"businessName\":\"CPO - Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":657,\"name\":\"CPO - Diego Luxembourg\",\"businessName\":\"CPO - Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":658,\"name\":\"CPO - Monta ApS\",\"businessName\":\"CPO - Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":659,\"name\":\"CPO - NRG Accounting BV\",\"businessName\":\"CPO - NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":663,\"name\":\"S.U.L.T.A.N. B.V\",\"businessName\":\"S.U.L.T.A.N. B.V\",\"regNo\":\"0755563484\",\"vatNo\":\"BE0755563484\",\"country\":\"BE\",\"region\":null,\"city\":\"Hulshout\",\"postcode\":\"2235\",\"address\":\"Hoogzand 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yasin Ozturk\",\"email\":\"ysn.ozturk87@gmail.com\",\"phone\":\"+32485005142\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":665,\"name\":\"Daeze Angelique\",\"businessName\":\"Daeze Angelique\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Roskamstraat 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daeze Angelique\",\"email\":\"angeliquedaeze@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":674,\"name\":\"Anil & Naresh - App Development Blulinc\",\"businessName\":\"Anil & Naresh - App Development Blulinc\",\"regNo\":\"BE00123456789\",\"vatNo\":\"0123456\",\"country\":\"BE\",\"region\":\"Oast-Vlaanderen\",\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Laarnebaan 106b\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Naresh Kumar\",\"email\":\"ak0506493@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":676,\"name\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"businessName\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"regNo\":\"388 758 708 00076\",\"vatNo\":\"FR31388758708\",\"country\":\"FR\",\"region\":null,\"city\":\"BAVILLIERS\",\"postcode\":\"90800\",\"address\":\"Zone Industrielle\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tun UNLU\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":677,\"name\":\"CPO - SEW Solutions GmbH\",\"businessName\":\"CPO - SEW Solutions GmbH\",\"regNo\":\"HRB 743660\",\"vatNo\":\"DE350399349\",\"country\":\"DE\",\"region\":null,\"city\":\"Ravensburg\",\"postcode\":\"88213\",\"address\":\"Stra\\u00dfe 14 Wilhelm-Brielmayer\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Manfred Frick und Andreas Kessler\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+49) 7 51 99 43 87 0\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":678,\"name\":\"CPO - Volt-Up\",\"businessName\":\"CPO - Volt-Up\",\"regNo\":\"B246172\",\"vatNo\":\"LU32451925\",\"country\":\"LU\",\"region\":null,\"city\":\"Livange\",\"postcode\":\"L-3378\",\"address\":\"3 rue de Turi\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Massimo Russo\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Voltup\",\"email\":\"administration@voltup.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":679,\"name\":\"CPO - Floading Energy Infra\",\"businessName\":\"CPO - Floading Energy Infra\",\"regNo\":\"NL859649994B01\",\"vatNo\":\"NL859649994B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6827\",\"address\":\"73 Westervoortsedijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arnaud van der Sluis\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Floading Invoicing Team\",\"email\":\"administration@floading.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":680,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":\"BE 0797.981.188\",\"vatNo\":\"0797.981.188\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ren\\u00e9 Ryckaert\",\"email\":\"reneryckaert@icloud.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":682,\"name\":\"New Hair Club\",\"businessName\":\"New Hair Club\",\"regNo\":null,\"vatNo\":\"BE0589744756\",\"country\":\"BE\",\"region\":null,\"city\":\"De Pinte\",\"postcode\":\"9840\",\"address\":\"Zuidstationstraat  16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":684,\"name\":\"Anne Clarysse\",\"businessName\":\"Anne Clarysse\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Beukendreef 13, 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":696,\"name\":\"CPO - Blink Charging Belgium (SA)\",\"businessName\":\"CPO - Blink Charging Belgium (SA)\",\"regNo\":\"0833.034.020\",\"vatNo\":\"BE 0833.034.020\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Posthoflei 3\\/4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Van Schap\",\"email\":\"interop@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"servicedesk@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"billing\":{\"contactPerson\":\"Saskia Laperre\",\"email\":\"office@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":698,\"name\":\"STX Commodities BV\",\"businessName\":\"STX INT\",\"regNo\":\"0797.789.960\",\"vatNo\":\"BE 0797.789.960\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Louizalaan 475\",\"lastUpdatedAt\":\"2025-01-17T10:36:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Jan Wesselink\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brandon Palmers\",\"email\":\"Brandon.Palmers@stxgroup.com\",\"phone\":\"+31 6 15 58 45 51\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":350},{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":714,\"name\":\"CPO - BV Smart parking Solutions\",\"businessName\":\"CPO - BV Smart parking Solutions\",\"regNo\":\"BE 0539.751.253\",\"vatNo\":\"0539.751.253\",\"country\":\"BE\",\"region\":null,\"city\":\"Bertem\",\"postcode\":\"3061\",\"address\":\"Dorpstraat 570\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@groupbeyers.com\",\"phone\":\"003223038869\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"info@smartparkingsolutions.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":715,\"name\":\"CPO - Ebee Smart Technologies GmbH\",\"businessName\":\"CPO - Ebee Smart Technologies GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":716,\"name\":\"CPO - Zemovi BV\",\"businessName\":\"CPO - Zemovi BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"'s-Gravenhage\",\"postcode\":\"2517 KT\",\"address\":\"Scheveningseweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Chu\",\"email\":\"danny@zemovi.com\",\"phone\":\"+31850602419\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@zemovi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Hafid Salhi\",\"email\":\"billing@zemovi.com\",\"phone\":\"+31(0)85 060 8489\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":717,\"name\":\"CPO - eCarUp\",\"businessName\":\"CPO - eCarUp\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"cornel.beeler@ecarup.com\",\"phone\":\"+41415101717\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@ecarup.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"invoice@ecarup.com\",\"phone\":\"+41415101717\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":718,\"name\":\"CPO - Porsche Sales and Marketplace GmbH\",\"businessName\":\"CPO - Porsche Sales and Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":null,\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":719,\"name\":\"CPO - reev GmbH\",\"businessName\":\"CPO - reev GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"M\\u00fcnchen\",\"postcode\":\"80335\",\"address\":\"Sandstra\\u00dfe 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Eduard Schlutius\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":723,\"name\":\"CPO - Schneider Electric GmbH\",\"businessName\":\"CPO - Schneider Electric GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Ratingen\",\"postcode\":\"40880\",\"address\":\"Gothaer Str. 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Stoye\",\"email\":\"tim.stoye@se.com\",\"phone\":\"+49 30 238884 240\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@inno2fleet.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Evelyn Str\\u00fcbing\",\"email\":\"invoice@inno2fleet.com\",\"phone\":\"+ 49 30 238884 240\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":724,\"name\":\"CPO - Eneco eMobility B.V.\",\"businessName\":\"CPO - Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":null,\"email\":\"jan.sass2@eneco.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":725,\"name\":\"CPO - iLumen\",\"businessName\":\"CPO - iLumen\",\"regNo\":\"0846.015.786\",\"vatNo\":\"BE 0846.015.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Tessenderlo\",\"postcode\":\"3980\",\"address\":\"Ambachtsstraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Wuyts\",\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":\"+32 13 220 200\"},\"technical\":{\"contactPerson\":null,\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":null},\"billing\":{\"contactPerson\":\"Stefanie Van Eynde\",\"email\":\"invoices@ilumen.be\",\"phone\":\"+32 13 22 02 51\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":726,\"name\":\"CPO - Picoty SAS\",\"businessName\":\"CPO - Picoty SAS\",\"regNo\":\"77734738600057\",\"vatNo\":\"FR83777347386\",\"country\":\"FR\",\"region\":null,\"city\":\"La Souterraine\",\"postcode\":\"23300\",\"address\":\"Rue Andr\\u00e9 et Guy Picoty\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel PICOTY\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 5 55 89 38 05\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":727,\"name\":\"EMSP- Tap Electric B.V.\",\"businessName\":\"EMSP- Tap Electric B.V.\",\"regNo\":\"80990819\",\"vatNo\":\"NL861879764B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1016 AC\",\"address\":\"262-A Singel\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dan Pezim\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Dan Pezim\",\"email\":\"dan@tapelectric.app\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":728,\"name\":\"CPO - SJS Services SAS\",\"businessName\":\"CPO - SJS Services SAS\",\"regNo\":\"84470864400019\",\"vatNo\":\"FR71844708644\",\"country\":\"FR\",\"region\":null,\"city\":\"Chatellerault\",\"postcode\":\"86100\",\"address\":\"69 Chemin du Marais\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jerome Princ\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":729,\"name\":\"CPO - Obornes SASU\",\"businessName\":\"CPO - Obornes SASU\",\"regNo\":null,\"vatNo\":\"817481658\",\"country\":\"BE\",\"region\":null,\"city\":\"Aix-en-Provence\",\"postcode\":\"13100\",\"address\":\"550 Rue Pierre Berthier\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dourassoff\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":735,\"name\":\"CPO - E.ON Drive\",\"businessName\":\"CPO - E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Roaming & Partner Management Team EDRI\",\"email\":\"roaming@edri.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":736,\"name\":\"CPO - Iberdrola\",\"businessName\":\"CPO - Iberdrola\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Miguel Recuenco\",\"email\":\"mrecuenco@iberdrola.es\",\"phone\":\"+34900929293\"},\"technical\":{\"contactPerson\":null,\"email\":\"smartmobility@tuiberdrola.es\",\"phone\":null},\"billing\":{\"contactPerson\":\"Mar\\u00eda \\u00c1ngeles Diaz Bueno\",\"email\":\"roaming@iberdrola.es\",\"phone\":\"+34900929293\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":700,\"total\":839}}"} 
[2025-07-17 18:26:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":738,\"name\":\"EMSP- Vandebron Energie B.V.\",\"businessName\":\"EMSP- Vandebron Energie B.V.\",\"regNo\":\"59394218\",\"vatNo\":\"NL853458194B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013KS\",\"address\":\"2a-2h Grote Bickersstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remco Wilcke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Rowald Oosterkamp\",\"email\":\"ev-facturen@vandebron.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":740,\"name\":\"Embridge Belgium BV\",\"businessName\":\"M-Tech NV - Embridge\",\"regNo\":null,\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-17T14:27:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Boodts\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":745,\"name\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"businessName\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"technical\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"billing\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":746,\"name\":\"CPO - Atlante Energy\",\"businessName\":\"CPO - Atlante Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tommaso Cresti\",\"email\":\"tommaso.cresti@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":\"operation@atlante.energy\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Atlante\",\"email\":\"invoices@atlante.energy\",\"phone\":\"+39 344 3437928\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":747,\"name\":\"CPO - Powy (TheF Charging S.r.l.)\",\"businessName\":\"CPO - Powy (TheF Charging S.r.l.)\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicol\\u00f2 Brentan\",\"email\":\"nicolo.brentan@powy.energy\",\"phone\":\"+39 800 596 704\"},\"technical\":{\"contactPerson\":\"Matteo Scaglia\",\"email\":\"matteo.scaglia@powy.energy\",\"phone\":\"+39 345 047 1604\"},\"billing\":{\"contactPerson\":\"assistenza@powy.energy\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":748,\"name\":\"CPO - Enel X Way Italia\",\"businessName\":\"CPO - Enel X Way Italia\",\"regNo\":\"IT14553401002\",\"vatNo\":\"IT14553401002\",\"country\":\"BE\",\"region\":null,\"city\":\"Roma\",\"postcode\":\"00189\",\"address\":\"Via Flaminia 970\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":749,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"DE309400054\",\"vatNo\":\"DE309400054\",\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50672\",\"address\":\"Erftstra\\u00dfe 15\\u201317\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claudia Eder\",\"email\":\"roaming@chargecloud.de\",\"phone\":\"+4922129272500\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@chargecloud.de\",\"phone\":\"+4922129272500\"},\"billing\":{\"contactPerson\":\"Markus Bach\",\"email\":\"accounting@chargecloud.de\",\"phone\":\"+4922129272500\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":750,\"name\":\"Hauset Immo NV\",\"businessName\":\"Hauset Immo NV\",\"regNo\":\"0417.032.791\",\"vatNo\":\"BE 0417.032.791\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Veldkant 2\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":\"E Heuten\",\"email\":\"e.heuten@immogra.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":751,\"name\":\"Dirk meert\",\"businessName\":\"Dirk meert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"Aalst\",\"address\":\"Hof ter Lokerenstraat 38\",\"lastUpdatedAt\":\"2024-12-02T15:38:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":759,\"name\":\"Altensys\",\"businessName\":\"EMSP- ALTENSYS\",\"regNo\":\"90018325200015\",\"vatNo\":\"FR25900183252\",\"country\":\"FR\",\"region\":null,\"city\":\"Ajaccio\",\"postcode\":\"20000\",\"address\":\"51 cours Napol\\u00e9on\",\"lastUpdatedAt\":\"2024-11-07T09:56:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phanie Masson\",\"email\":\"s.masson@altensys.fr\",\"phone\":\"+33 6 64 96 56 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":768,\"name\":\"Jean Colle\",\"businessName\":\"Jean Colle\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-26T13:04:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":772,\"name\":\"Pieter Bergez\",\"businessName\":\"Pieter Bergez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-02T14:05:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":774,\"name\":\"Service & Development  Group Belgium NV\",\"businessName\":\"Service & Development  Group Belgium NV\",\"regNo\":\"0415.874.533\",\"vatNo\":\"BE 0415.874.533\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint Denijs Westrem\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052 D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"+32 475 920 898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":785,\"name\":\"Polygon Belgium NV - Public\",\"businessName\":\"Polygon Belgium NV - Public\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1200,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":786,\"name\":\"EMSP- Enapi\",\"businessName\":\"EMSP- Enapi\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-23T14:20:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":794,\"name\":\"Better IT Support bvba\",\"businessName\":\"Better IT Support bvba\",\"regNo\":null,\"vatNo\":\"BE0884.277.437\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"Marosdelle 5\",\"lastUpdatedAt\":\"2025-01-20T15:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":800,\"name\":\"VDZ bv\",\"businessName\":\"Plug 15\",\"regNo\":\"0436.378.452\",\"vatNo\":\"BE0436.378.452\",\"country\":\"BE\",\"region\":null,\"city\":\"Lendelede\",\"postcode\":\"8860\",\"address\":\"Rozebeeksestraat 103\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lowie Devriendt\",\"email\":\"lowie.devriendt@vdz.be\",\"phone\":\"0479221868\"},\"technical\":{\"contactPerson\":\"Maxim vroman\",\"email\":\"maxim@vdz.be\",\"phone\":\"32474859585\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":801,\"name\":\"EMSP- WeVee Technologies Ltd.\",\"businessName\":\"EMSP- WeVee Technologies Ltd.\",\"regNo\":\"13427704\",\"vatNo\":\"386900859\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"W6 0NB\",\"address\":\"1 Lyric Square\",\"lastUpdatedAt\":\"2025-02-04T13:59:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dr. Rahmyn Kress\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Francesca Spengos\",\"email\":\"f@wevee.com\",\"phone\":\"+30 694 418 0518\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":802,\"name\":\"E-Shore S.r.l.\",\"businessName\":\"CPO - E-Shore\",\"regNo\":\"02382770507\",\"vatNo\":\"IT02382770507\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20122\",\"address\":\"5 Pietro Cossa\",\"lastUpdatedAt\":\"2025-02-04T14:04:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marco Maria Mele\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Vanessa Barbini\",\"email\":\"segreteria@eshoremobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Team EShore\",\"email\":\"accounting@eshoremobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":803,\"name\":\"A\\u00e9roports de la C\\u00f4te d'Azur\",\"businessName\":\"CPO - A\\u00e9roports de la C\\u00f4te d'Azur\",\"regNo\":\"493479489\",\"vatNo\":\"FR35493479489\",\"country\":\"IT\",\"region\":null,\"city\":\"NICE Cedex 3\",\"postcode\":\"06206\",\"address\":\"19 Rue Costes et Bellonte - CS 63331\",\"lastUpdatedAt\":\"2025-02-04T14:13:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Franck GOLDNADEL\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Michele Lamasse\",\"email\":\"michele.lamasse@cote-azur.aeroport.fr\",\"phone\":\"+33 4 93 21 32 82\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":804,\"name\":\"Voltalia Mobility (Yusco) SA\",\"businessName\":\"CPO - Le Plein\",\"regNo\":\"982531527\",\"vatNo\":\"FR12982531527\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75003\",\"address\":\"84 Boulevard de S\\u00e9bastopol\",\"lastUpdatedAt\":\"2025-02-04T14:24:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Lebrun\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Benjamin Lalin\",\"email\":\"benjamin.lalin@voltalia-mobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"\\u00c9quipe comptable Yusco\",\"email\":\"compta@yusco.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":813,\"name\":\"Group Projecten BV\",\"businessName\":\"EMSP- Group Projecten\",\"regNo\":\"0795634085\",\"vatNo\":\"BE0795634085\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 81\",\"lastUpdatedAt\":\"2025-02-18T09:20:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Swaef Alex\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Christa Van De Slycke\",\"email\":\"hello@gridctrl.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":814,\"name\":\"Pleevi SRL\",\"businessName\":\"Pleevi.ai\",\"regNo\":\"1017.187.332\",\"vatNo\":\"BE1017.187.332\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Boulevard du Roi Albert II 4\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Lagae\",\"email\":\"Wout.Lagae@pleevi.ai\",\"phone\":\"+32 479 27 61 89\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":815,\"name\":\"PowerGoodies\",\"businessName\":\"PowerGoodies\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-02-24T08:49:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":821,\"name\":\"Johan Joseph\",\"businessName\":\"Johan Joseph\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 18, 2930 Brasschaat\",\"lastUpdatedAt\":\"2025-02-28T08:58:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":822,\"name\":\"Tony Graziano\",\"businessName\":\"Tony Graziano\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Karlsruhelaan 20, 2400 Mol\",\"lastUpdatedAt\":\"2025-02-28T12:39:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":824,\"name\":\"TandemDrive Services B.V.\",\"businessName\":\"TandemDrive Services\",\"regNo\":null,\"vatNo\":\"NL865400684B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Delft\",\"postcode\":\"2627AB\",\"address\":\"Hooikade 13\",\"lastUpdatedAt\":\"2025-03-04T10:05:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maarten Ari\\u00ebns\",\"email\":\"maartenariens@tandemdrive.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":827,\"name\":\"Rainer Klose\",\"businessName\":\"Rainer Klose\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Van Geertstraat 17\\/3, 2060 Antwerpen\",\"lastUpdatedAt\":\"2025-03-06T15:14:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":828,\"name\":\"Piet Scherrens\",\"businessName\":\"Piet Scherrens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-10T14:07:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":832,\"name\":\"Ann Creve\",\"businessName\":\"Ann Creve\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-14T15:06:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Creve\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":836,\"name\":\"Chargit B.V.\",\"businessName\":\"EMSP- Chargit B.V.\",\"regNo\":null,\"vatNo\":\"NL863096414B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Nijmegen\",\"postcode\":\"6511EV\",\"address\":\"Nassausingel 4\",\"lastUpdatedAt\":\"2025-03-31T12:41:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Leo Konings\",\"email\":\"leo.konings@chargit.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rik Sebens\",\"email\":\"rik.sebens@chargit.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":837,\"name\":\"CPO - MoveYou B.V.\",\"businessName\":\"CPO - MoveYou B.V.\",\"regNo\":null,\"vatNo\":\"NL858013563B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"Het Want 3\",\"lastUpdatedAt\":\"2025-03-26T11:50:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":844,\"name\":\"Georgios Evangelou\",\"businessName\":\"Georgios Evangelou\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-04-14T10:42:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":800,\"total\":839}}"} 
[2025-07-17 18:26:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":861,\"name\":\"Evolut-ion services bv\",\"businessName\":\"EMSP- Evolut-ion\",\"regNo\":\"0764.959.519\",\"vatNo\":\"BE0764.959.519\",\"country\":\"BE\",\"region\":null,\"city\":\"Buggenhout\",\"postcode\":\"9255\",\"address\":\"Heideveld 26\",\"lastUpdatedAt\":\"2025-06-02T12:54:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":863,\"name\":\"Copackr.Com\",\"businessName\":\"Copackr\",\"regNo\":\"0683.478.925\",\"vatNo\":\"BE 0683.478.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T13:07:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@copackr.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":867,\"name\":\"Annemie Van Hemelrijck\",\"businessName\":\"Annemie Van Hemelrijck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Molenstraat 18, 2811 Leest\",\"lastUpdatedAt\":\"2025-06-06T07:46:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Annemie Van Hemelrijck\",\"email\":\"annemievanhemelrijck@hotmail.com\",\"phone\":\"+32496596782\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":869,\"name\":\"Swish SAS\",\"businessName\":\"EMSP- Swish SAS\",\"regNo\":\"97764942500013\",\"vatNo\":\"FR27977649425\",\"country\":\"FR\",\"region\":null,\"city\":\"Roissy en France\",\"postcode\":\"95700\",\"address\":\"385 rue de la belle \\u00e9toile\",\"lastUpdatedAt\":\"2025-06-11T10:53:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alberto Prendin\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":870,\"name\":\"EVIO - Electrical Mobility\",\"businessName\":\"EMSP- EVIO - Electrical Mobility\",\"regNo\":\"515681890\",\"vatNo\":\"PT515681890\",\"country\":\"PT\",\"region\":null,\"city\":\"Matosinhos\",\"postcode\":\"4450-017\",\"address\":\"1825 Av. Dom Afonso Henriques\",\"lastUpdatedAt\":\"2025-06-11T11:50:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carlos Almeida\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"invoices@go-evio.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":872,\"name\":\"Lily Detrez\",\"businessName\":\"Lily Detrez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Heverlee\",\"postcode\":\"3050\",\"address\":\"Fonteinstraat 38\",\"lastUpdatedAt\":\"2025-06-17T09:37:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":874,\"name\":\"Abattoir\",\"businessName\":\"Abattoir\",\"regNo\":\"0425.276.704\",\"vatNo\":\"BE 0425.276.704\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Ropsy Chaudron 24\",\"lastUpdatedAt\":\"2025-06-25T10:36:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Blancke\",\"email\":\"thomas.blancke@abattoir.be\",\"phone\":\"0472262751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@abattoir.be\",\"phone\":\"025215419\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":878,\"name\":\"Ysco\",\"businessName\":\"Ysco\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-07-04T11:52:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Dehamers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":880,\"name\":\"ENERANDO Technologies\",\"businessName\":\"CPO - ENERANDO Technologies\",\"regNo\":\"HRB 284630\",\"vatNo\":\"DE361930407\",\"country\":\"DE\",\"region\":null,\"city\":\"Garching\",\"postcode\":\"D-85748\",\"address\":\"Schleissheimer Str. 91a\",\"lastUpdatedAt\":\"2025-07-07T09:20:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthias Schmid\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":881,\"name\":\"EMSP- Oriway SAS\",\"businessName\":\"EMSP- Oriway\",\"regNo\":\"95366062800017\",\"vatNo\":\"FR70953660628\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Gilles Croix de Vie\",\"postcode\":\"85800\",\"address\":\"7 du Vent de Galerne\",\"lastUpdatedAt\":\"2025-07-15T11:57:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Natacha Burahee\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":882,\"name\":\"EMSP- Amano Europe NV\",\"businessName\":\"EMSP- Amano Europe\",\"regNo\":\"0434 751 030\",\"vatNo\":\"BE0434.751.030\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"2 Westerring\",\"lastUpdatedAt\":\"2025-07-15T12:01:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Peirsman\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":883,\"name\":\"EMSP- autoSense AG\",\"businessName\":\"EMSP- autoSense AG\",\"regNo\":\"CH-020.3.046.019-3\",\"vatNo\":\"CHE-252.080.680\",\"country\":\"CH\",\"region\":null,\"city\":\"Zurich\",\"postcode\":\"8004\",\"address\":\"141 Badenerstrasse\",\"lastUpdatedAt\":\"2025-07-15T12:20:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jaap Vossen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Department\",\"email\":\"roaming@autosense.ch\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":884,\"name\":\"EMSP- Faroud SAS\",\"businessName\":\"EMSP- Faroud\",\"regNo\":\"98154506400017\",\"vatNo\":\"FR93981545064\",\"country\":\"FR\",\"region\":null,\"city\":\"Asni\\u00e8res sur Seine\",\"postcode\":\"92600\",\"address\":\"7 rue Paul Gillet\",\"lastUpdatedAt\":\"2025-07-15T12:23:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrien Navarro\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"next\":null},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":839,\"total\":839}}"} 
[2025-07-17 18:26:09] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":9,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"T.vanvlem@netcomsolutions.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-11-30T11:22:05+00:00\",\"acceptedAt\":\"2021-11-30T11:22:05+00:00\",\"userId\":7,\"lastUpdatedAt\":\"2022-08-29T15:49:21+00:00\"},{\"id\":16,\"partnerId\":9,\"sendViaEmail\":true,\"email\":\"bgaltman@netcomsolutions.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-16T22:30:28+00:00\",\"acceptedAt\":\"2021-12-16T22:30:28+00:00\",\"userId\":35,\"lastUpdatedAt\":\"2023-11-30T13:34:18+00:00\"},{\"id\":17,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.vanstappen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-22T08:22:43+00:00\",\"acceptedAt\":\"2021-12-22T08:22:43+00:00\",\"userId\":40,\"lastUpdatedAt\":\"2022-08-29T15:49:53+00:00\"},{\"id\":23,\"partnerId\":26,\"sendViaEmail\":true,\"email\":\"info@hildesmout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T15:08:52+00:00\",\"acceptedAt\":\"2021-12-27T15:08:52+00:00\",\"userId\":47,\"lastUpdatedAt\":\"2022-08-29T15:18:50+00:00\"},{\"id\":27,\"partnerId\":27,\"sendViaEmail\":true,\"email\":\"christophecompeers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T22:45:46+00:00\",\"acceptedAt\":\"2021-12-27T22:45:46+00:00\",\"userId\":19,\"lastUpdatedAt\":\"2022-08-29T15:39:05+00:00\"},{\"id\":28,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"maaike.vandenberghe@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-29T12:23:56+00:00\",\"acceptedAt\":\"2021-12-29T12:23:56+00:00\",\"userId\":51,\"lastUpdatedAt\":\"2021-12-29T12:23:56+00:00\"},{\"id\":30,\"partnerId\":29,\"sendViaEmail\":true,\"email\":\"boekhoudingvervack@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-07T09:39:56+00:00\",\"acceptedAt\":\"2022-01-07T09:39:57+00:00\",\"userId\":57,\"lastUpdatedAt\":\"2023-11-30T14:07:24+00:00\"},{\"id\":37,\"partnerId\":45,\"sendViaEmail\":true,\"email\":\"michael@hairconsultingbymd.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-23T18:06:57+00:00\",\"acceptedAt\":\"2022-01-23T18:06:57+00:00\",\"userId\":64,\"lastUpdatedAt\":\"2023-09-28T13:04:47+00:00\"},{\"id\":38,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"Jeroen.bogaerts@junto.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":66,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":39,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"evelyne.lekime@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":67,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":41,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jan.luyckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:06:50+00:00\",\"acceptedAt\":\"2022-02-01T14:06:50+00:00\",\"userId\":69,\"lastUpdatedAt\":\"2023-01-09T12:53:03+00:00\"},{\"id\":42,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thijs.campe@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:11:45+00:00\",\"acceptedAt\":\"2022-02-01T14:11:45+00:00\",\"userId\":61,\"lastUpdatedAt\":\"2023-01-09T12:53:06+00:00\"},{\"id\":45,\"partnerId\":50,\"sendViaEmail\":true,\"email\":\"kserranne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-09T22:20:16+00:00\",\"acceptedAt\":\"2022-02-09T22:20:16+00:00\",\"userId\":76,\"lastUpdatedAt\":\"2023-11-30T14:11:41+00:00\"},{\"id\":48,\"partnerId\":47,\"sendViaEmail\":true,\"email\":\"ran.ancho@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-15T17:54:58+00:00\",\"acceptedAt\":\"2022-02-15T17:54:58+00:00\",\"userId\":68,\"lastUpdatedAt\":\"2024-05-21T13:40:16+00:00\"},{\"id\":50,\"partnerId\":52,\"sendViaEmail\":true,\"email\":\"callebautdecoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-05T08:30:15+00:00\",\"acceptedAt\":\"2022-03-05T08:30:15+00:00\",\"userId\":84,\"lastUpdatedAt\":\"2023-11-30T14:11:51+00:00\"},{\"id\":52,\"partnerId\":13,\"sendViaEmail\":true,\"email\":\"phistelle@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-08T15:26:41+00:00\",\"acceptedAt\":\"2022-03-08T15:26:41+00:00\",\"userId\":17,\"lastUpdatedAt\":\"2022-08-30T09:00:33+00:00\"},{\"id\":53,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peter.reyniers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-09T14:46:45+00:00\",\"acceptedAt\":\"2022-03-09T14:46:45+00:00\",\"userId\":90,\"lastUpdatedAt\":\"2023-01-09T12:53:28+00:00\"},{\"id\":54,\"partnerId\":53,\"sendViaEmail\":true,\"email\":\"wma.architect@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-10T12:12:33+00:00\",\"acceptedAt\":\"2022-03-10T12:12:33+00:00\",\"userId\":87,\"lastUpdatedAt\":\"2023-11-30T14:12:08+00:00\"},{\"id\":56,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-13T13:43:59+00:00\",\"acceptedAt\":\"2022-03-13T13:43:59+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2023-11-30T14:12:21+00:00\"},{\"id\":58,\"partnerId\":56,\"sendViaEmail\":true,\"email\":\"nick.houthuys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-14T06:55:08+00:00\",\"acceptedAt\":\"2022-03-14T06:55:08+00:00\",\"userId\":80,\"lastUpdatedAt\":\"2023-11-30T14:14:08+00:00\"},{\"id\":60,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"siebe.verheyen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:30:34+00:00\",\"acceptedAt\":\"2022-03-22T11:30:34+00:00\",\"userId\":103,\"lastUpdatedAt\":\"2023-01-09T12:53:32+00:00\"},{\"id\":61,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ewoud.beheydt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:51:46+00:00\",\"acceptedAt\":\"2022-03-22T11:51:46+00:00\",\"userId\":104,\"lastUpdatedAt\":\"2023-11-23T13:58:45+00:00\"},{\"id\":62,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kathleen.sels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T12:46:30+00:00\",\"acceptedAt\":\"2022-03-22T12:46:30+00:00\",\"userId\":105,\"lastUpdatedAt\":\"2023-01-09T12:53:39+00:00\"},{\"id\":63,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"koen.stevens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T13:06:55+00:00\",\"acceptedAt\":\"2022-03-22T13:06:55+00:00\",\"userId\":106,\"lastUpdatedAt\":\"2023-11-23T14:00:12+00:00\"},{\"id\":64,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"jfleconte@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T14:26:36+00:00\",\"acceptedAt\":\"2022-03-22T14:26:36+00:00\",\"userId\":102,\"lastUpdatedAt\":\"2023-01-09T13:03:52+00:00\"},{\"id\":65,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jarne.vanbelleghem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-28T11:37:25+00:00\",\"acceptedAt\":\"2022-03-28T11:37:25+00:00\",\"userId\":115,\"lastUpdatedAt\":\"2023-01-09T12:54:14+00:00\"},{\"id\":66,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-29T13:12:51+00:00\",\"acceptedAt\":\"2022-03-29T13:12:51+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-05-31T11:12:50+00:00\"},{\"id\":68,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"mathieu@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-31T08:37:08+00:00\",\"acceptedAt\":\"2022-03-31T08:37:08+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-05-31T11:12:56+00:00\"},{\"id\":72,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"bob.missoorten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T11:31:15+00:00\",\"acceptedAt\":\"2022-04-04T11:31:15+00:00\",\"userId\":119,\"lastUpdatedAt\":\"2023-01-09T12:54:17+00:00\"},{\"id\":74,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"Hilde.verstraeten@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T13:26:02+00:00\",\"acceptedAt\":\"2022-04-04T13:26:02+00:00\",\"userId\":121,\"lastUpdatedAt\":\"2023-11-30T14:23:34+00:00\"},{\"id\":78,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lode.janssens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-05T13:38:46+00:00\",\"acceptedAt\":\"2022-04-05T13:38:46+00:00\",\"userId\":123,\"lastUpdatedAt\":\"2023-01-09T12:54:20+00:00\"},{\"id\":79,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"g.van.hoey@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T08:44:39+00:00\",\"acceptedAt\":\"2022-04-07T08:44:39+00:00\",\"userId\":111,\"lastUpdatedAt\":\"2023-01-09T13:03:49+00:00\"},{\"id\":82,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"j.vandenberghe@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T14:34:30+00:00\",\"acceptedAt\":\"2022-04-07T14:34:30+00:00\",\"userId\":101,\"lastUpdatedAt\":\"2023-01-09T13:03:45+00:00\"},{\"id\":85,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.billiau@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T10:06:50+00:00\",\"acceptedAt\":\"2022-04-08T10:06:50+00:00\",\"userId\":107,\"lastUpdatedAt\":\"2023-04-03T07:55:21+00:00\"},{\"id\":87,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"s.de.roo@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T11:04:51+00:00\",\"acceptedAt\":\"2022-04-08T11:04:51+00:00\",\"userId\":100,\"lastUpdatedAt\":\"2023-01-09T13:03:43+00:00\"},{\"id\":89,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"caat.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-14T11:26:56+00:00\",\"acceptedAt\":\"2022-04-20T06:57:53+00:00\",\"userId\":131,\"lastUpdatedAt\":\"2022-08-29T14:50:06+00:00\"},{\"id\":92,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"p.mareels@belgacom.net\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-20T13:22:14+00:00\",\"acceptedAt\":\"2022-04-20T13:22:14+00:00\",\"userId\":124,\"lastUpdatedAt\":\"2023-01-31T08:43:38+00:00\"},{\"id\":94,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"l.stoffelen@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-25T15:06:36+00:00\",\"acceptedAt\":\"2022-04-25T15:06:36+00:00\",\"userId\":110,\"lastUpdatedAt\":\"2023-01-09T13:03:37+00:00\"},{\"id\":95,\"partnerId\":82,\"sendViaEmail\":true,\"email\":\"katleen.vdw@aol.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-26T08:02:13+00:00\",\"acceptedAt\":\"2022-04-26T08:02:13+00:00\",\"userId\":79,\"lastUpdatedAt\":\"2023-05-31T09:38:16+00:00\"},{\"id\":105,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:22:01+00:00\",\"acceptedAt\":\"2022-04-30T13:22:01+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-01-09T12:55:00+00:00\"},{\"id\":106,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:23:57+00:00\",\"acceptedAt\":\"2022-04-30T13:23:57+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-11-30T14:25:39+00:00\"},{\"id\":111,\"partnerId\":61,\"sendViaEmail\":true,\"email\":\"carmelo.luparello@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-05T17:28:45+00:00\",\"acceptedAt\":\"2022-05-05T17:28:45+00:00\",\"userId\":116,\"lastUpdatedAt\":\"2023-08-18T09:52:50+00:00\"},{\"id\":112,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"vmeynen@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-06T13:39:21+00:00\",\"acceptedAt\":\"2022-05-06T13:39:21+00:00\",\"userId\":109,\"lastUpdatedAt\":\"2023-01-09T12:55:03+00:00\"},{\"id\":114,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"RFID@mado.be\",\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/65425cbd-2506-47ff-bfb4-2e33e04e7135\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"sent\",\"createdAt\":\"2022-05-06T14:35:26+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-30T14:30:13+00:00\"},{\"id\":120,\"partnerId\":89,\"sendViaEmail\":true,\"email\":\"celgeenen@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T10:00:56+00:00\",\"acceptedAt\":\"2022-05-09T10:00:56+00:00\",\"userId\":145,\"lastUpdatedAt\":\"2023-09-30T06:40:58+00:00\"},{\"id\":121,\"partnerId\":90,\"sendViaEmail\":true,\"email\":\"kris@intwit.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T13:41:39+00:00\",\"acceptedAt\":\"2022-05-09T13:41:39+00:00\",\"userId\":146,\"lastUpdatedAt\":\"2022-08-29T15:01:21+00:00\"},{\"id\":122,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.desmet@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-10T08:44:04+00:00\",\"acceptedAt\":\"2022-05-10T08:44:04+00:00\",\"userId\":147,\"lastUpdatedAt\":\"2023-01-09T12:55:06+00:00\"},{\"id\":125,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ralf.joris@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T05:02:49+00:00\",\"acceptedAt\":\"2022-05-16T05:02:49+00:00\",\"userId\":143,\"lastUpdatedAt\":\"2023-01-09T12:55:09+00:00\"},{\"id\":127,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"hilde@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T09:47:43+00:00\",\"acceptedAt\":\"2022-05-16T09:47:43+00:00\",\"userId\":122,\"lastUpdatedAt\":\"2023-11-30T14:30:26+00:00\"},{\"id\":130,\"partnerId\":84,\"sendViaEmail\":true,\"email\":\"gertvanlaeken@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T17:16:29+00:00\",\"acceptedAt\":\"2022-05-16T17:16:29+00:00\",\"userId\":134,\"lastUpdatedAt\":\"2023-02-08T11:17:05+00:00\"},{\"id\":134,\"partnerId\":51,\"sendViaEmail\":true,\"email\":\"wim@entrie.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-17T16:36:14+00:00\",\"acceptedAt\":\"2022-05-17T16:36:14+00:00\",\"userId\":74,\"lastUpdatedAt\":\"2023-05-31T09:38:34+00:00\"},{\"id\":140,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nielvandingenen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:46:43+00:00\",\"acceptedAt\":\"2022-05-23T11:46:43+00:00\",\"userId\":154,\"lastUpdatedAt\":\"2023-01-09T12:55:14+00:00\"},{\"id\":141,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ine.arits@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:47:17+00:00\",\"acceptedAt\":\"2022-05-23T11:47:17+00:00\",\"userId\":155,\"lastUpdatedAt\":\"2023-11-23T14:05:03+00:00\"},{\"id\":142,\"partnerId\":92,\"sendViaEmail\":true,\"email\":\"koen@montagewinkel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T12:34:39+00:00\",\"acceptedAt\":\"2022-05-23T12:34:39+00:00\",\"userId\":142,\"lastUpdatedAt\":\"2023-05-31T11:30:11+00:00\"},{\"id\":145,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stijn.paulissen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-24T12:24:55+00:00\",\"acceptedAt\":\"2022-05-24T12:24:55+00:00\",\"userId\":160,\"lastUpdatedAt\":\"2023-01-09T12:55:38+00:00\"},{\"id\":146,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stefan.dils@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-25T10:19:27+00:00\",\"acceptedAt\":\"2022-05-25T10:19:27+00:00\",\"userId\":161,\"lastUpdatedAt\":\"2023-01-09T12:55:41+00:00\"},{\"id\":147,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jo.smeyers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T09:40:54+00:00\",\"acceptedAt\":\"2022-05-31T09:40:54+00:00\",\"userId\":162,\"lastUpdatedAt\":\"2023-11-23T14:06:32+00:00\"},{\"id\":148,\"partnerId\":94,\"sendViaEmail\":true,\"email\":\"greetverleyen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T13:27:57+00:00\",\"acceptedAt\":\"2022-05-31T13:27:57+00:00\",\"userId\":163,\"lastUpdatedAt\":\"2023-11-30T15:13:31+00:00\"},{\"id\":149,\"partnerId\":95,\"sendViaEmail\":true,\"email\":\"bart@ibucon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T14:05:24+00:00\",\"acceptedAt\":\"2022-05-31T14:05:24+00:00\",\"userId\":164,\"lastUpdatedAt\":\"2022-08-29T14:28:21+00:00\"},{\"id\":151,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kristoftollet@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:15:40+00:00\",\"acceptedAt\":\"2022-06-03T08:15:40+00:00\",\"userId\":166,\"lastUpdatedAt\":\"2023-01-09T12:55:47+00:00\"},{\"id\":152,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frank.rutten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:58:06+00:00\",\"acceptedAt\":\"2022-06-03T08:58:06+00:00\",\"userId\":167,\"lastUpdatedAt\":\"2023-01-09T12:56:46+00:00\"},{\"id\":153,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wesley.breugelmans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T13:20:31+00:00\",\"acceptedAt\":\"2022-06-03T13:20:31+00:00\",\"userId\":168,\"lastUpdatedAt\":\"2023-01-09T12:56:43+00:00\"},{\"id\":154,\"partnerId\":97,\"sendViaEmail\":true,\"email\":\"jensdv42@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-07T15:40:20+00:00\",\"acceptedAt\":\"2022-06-07T15:40:21+00:00\",\"userId\":170,\"lastUpdatedAt\":\"2022-08-29T14:49:52+00:00\"},{\"id\":155,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"geert.keustermans@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:02:17+00:00\",\"acceptedAt\":\"2022-06-08T09:02:17+00:00\",\"userId\":172,\"lastUpdatedAt\":\"2023-01-09T12:56:39+00:00\"},{\"id\":156,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"caroline.avonds@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:35:56+00:00\",\"acceptedAt\":\"2022-06-08T09:35:56+00:00\",\"userId\":173,\"lastUpdatedAt\":\"2023-01-09T12:56:36+00:00\"},{\"id\":157,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christel.boogaerts@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T12:19:29+00:00\",\"acceptedAt\":\"2022-06-08T12:19:29+00:00\",\"userId\":125,\"lastUpdatedAt\":\"2023-01-09T12:56:33+00:00\"},{\"id\":158,\"partnerId\":98,\"sendViaEmail\":true,\"email\":\"info@renodaf.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T10:33:55+00:00\",\"acceptedAt\":\"2022-06-09T10:33:56+00:00\",\"userId\":174,\"lastUpdatedAt\":\"2023-07-25T07:11:32+00:00\"},{\"id\":159,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T11:08:33+00:00\",\"acceptedAt\":\"2022-06-09T11:08:33+00:00\",\"userId\":175,\"lastUpdatedAt\":\"2022-08-29T14:50:28+00:00\"},{\"id\":161,\"partnerId\":100,\"sendViaEmail\":true,\"email\":\"koen.holvoet2@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T14:25:52+00:00\",\"acceptedAt\":\"2022-06-09T14:25:52+00:00\",\"userId\":177,\"lastUpdatedAt\":\"2023-11-30T15:20:16+00:00\"},{\"id\":163,\"partnerId\":99,\"sendViaEmail\":true,\"email\":\"kevin@buildingconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-13T07:59:15+00:00\",\"acceptedAt\":\"2022-06-13T07:59:15+00:00\",\"userId\":176,\"lastUpdatedAt\":\"2023-11-30T15:20:28+00:00\"},{\"id\":164,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lieven.keuppens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-15T16:05:35+00:00\",\"acceptedAt\":\"2022-06-15T16:05:35+00:00\",\"userId\":113,\"lastUpdatedAt\":\"2023-01-09T12:58:59+00:00\"},{\"id\":165,\"partnerId\":79,\"sendViaEmail\":true,\"email\":\"geertpennewaert@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-18T07:51:29+00:00\",\"acceptedAt\":\"2022-06-18T07:51:29+00:00\",\"userId\":156,\"lastUpdatedAt\":\"2023-11-30T15:21:15+00:00\"},{\"id\":166,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kevin.deblochouse@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-21T10:58:03+00:00\",\"acceptedAt\":\"2022-06-21T10:58:03+00:00\",\"userId\":181,\"lastUpdatedAt\":\"2023-01-09T12:59:03+00:00\"},{\"id\":168,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:53:55+00:00\",\"acceptedAt\":\"2022-06-24T09:53:55+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:53:55+00:00\"},{\"id\":169,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:54:28+00:00\",\"acceptedAt\":\"2022-06-24T09:54:28+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:54:28+00:00\"},{\"id\":170,\"partnerId\":101,\"sendViaEmail\":true,\"email\":\"wim123bisschop@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-27T08:51:23+00:00\",\"acceptedAt\":\"2022-06-27T08:51:23+00:00\",\"userId\":171,\"lastUpdatedAt\":\"2023-11-30T15:23:03+00:00\"},{\"id\":171,\"partnerId\":107,\"sendViaEmail\":true,\"email\":\"scofawom@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T09:42:32+00:00\",\"acceptedAt\":\"2022-06-28T09:42:32+00:00\",\"userId\":183,\"lastUpdatedAt\":\"2023-11-30T15:23:55+00:00\"},{\"id\":172,\"partnerId\":108,\"sendViaEmail\":true,\"email\":\"dheungens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T11:20:23+00:00\",\"acceptedAt\":\"2022-06-28T11:20:23+00:00\",\"userId\":184,\"lastUpdatedAt\":\"2023-11-30T15:24:22+00:00\"},{\"id\":173,\"partnerId\":96,\"sendViaEmail\":true,\"email\":\"freddy.van.lokeren@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-05T11:30:38+00:00\",\"acceptedAt\":\"2022-07-05T11:30:38+00:00\",\"userId\":169,\"lastUpdatedAt\":\"2023-11-30T15:24:52+00:00\"},{\"id\":174,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gino.damen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T11:53:56+00:00\",\"acceptedAt\":\"2022-07-06T11:53:56+00:00\",\"userId\":191,\"lastUpdatedAt\":\"2023-01-09T12:59:06+00:00\"},{\"id\":175,\"partnerId\":110,\"sendViaEmail\":true,\"email\":\"wim.de.blieck@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T12:29:04+00:00\",\"acceptedAt\":\"2022-07-06T12:29:04+00:00\",\"userId\":192,\"lastUpdatedAt\":\"2023-11-30T15:27:55+00:00\"},{\"id\":176,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivan.vanlooveren@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T13:09:51+00:00\",\"acceptedAt\":\"2022-07-06T13:09:51+00:00\",\"userId\":194,\"lastUpdatedAt\":\"2023-01-09T12:59:08+00:00\"},{\"id\":180,\"partnerId\":109,\"sendViaEmail\":true,\"email\":\"info@automationgroup.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-13T08:20:14+00:00\",\"acceptedAt\":\"2022-07-13T08:20:14+00:00\",\"userId\":185,\"lastUpdatedAt\":\"2022-08-29T14:17:24+00:00\"},{\"id\":182,\"partnerId\":198,\"sendViaEmail\":true,\"email\":\"pranaapanabalance@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-25T14:11:22+00:00\",\"acceptedAt\":\"2022-07-25T14:11:22+00:00\",\"userId\":204,\"lastUpdatedAt\":\"2022-08-29T13:26:48+00:00\"},{\"id\":183,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"benny.vanhooydonck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T08:22:41+00:00\",\"acceptedAt\":\"2022-08-04T08:22:41+00:00\",\"userId\":205,\"lastUpdatedAt\":\"2023-04-03T07:55:05+00:00\"},{\"id\":184,\"partnerId\":211,\"sendViaEmail\":true,\"email\":\"kris@krisdepoorter.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T09:03:40+00:00\",\"acceptedAt\":\"2022-08-04T09:03:40+00:00\",\"userId\":206,\"lastUpdatedAt\":\"2023-11-30T15:28:16+00:00\"},{\"id\":185,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ronny.boeckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T08:36:39+00:00\",\"acceptedAt\":\"2022-08-05T08:36:39+00:00\",\"userId\":207,\"lastUpdatedAt\":\"2023-01-09T12:59:15+00:00\"},{\"id\":186,\"partnerId\":197,\"sendViaEmail\":true,\"email\":\"pieter.wyckmans@quinz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T19:15:21+00:00\",\"acceptedAt\":\"2022-08-05T19:15:21+00:00\",\"userId\":200,\"lastUpdatedAt\":\"2022-08-05T19:15:21+00:00\"},{\"id\":187,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"karolien.verwimp@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-08T10:25:42+00:00\",\"acceptedAt\":\"2022-08-08T10:25:42+00:00\",\"userId\":208,\"lastUpdatedAt\":\"2023-01-09T12:59:18+00:00\"},{\"id\":188,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frederic.bonte@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-10T13:00:15+00:00\",\"acceptedAt\":\"2022-08-10T13:00:15+00:00\",\"userId\":211,\"lastUpdatedAt\":\"2023-11-23T14:09:23+00:00\"},{\"id\":192,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"davy.palmans@argeus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-12T12:05:23+00:00\",\"acceptedAt\":\"2022-08-12T12:05:24+00:00\",\"userId\":180,\"lastUpdatedAt\":\"2023-11-30T15:29:25+00:00\"},{\"id\":193,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-25T09:32:51+00:00\",\"acceptedAt\":\"2022-08-25T09:32:51+00:00\",\"userId\":217,\"lastUpdatedAt\":\"2022-08-29T13:34:27+00:00\"},{\"id\":194,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peggy.vanpeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T10:31:45+00:00\",\"acceptedAt\":\"2022-08-29T10:31:45+00:00\",\"userId\":219,\"lastUpdatedAt\":\"2023-01-09T12:59:29+00:00\"},{\"id\":195,\"partnerId\":213,\"sendViaEmail\":true,\"email\":\"yannickveny@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T12:29:12+00:00\",\"acceptedAt\":\"2022-08-29T12:29:12+00:00\",\"userId\":220,\"lastUpdatedAt\":\"2022-08-29T12:29:12+00:00\"},{\"id\":199,\"partnerId\":215,\"sendViaEmail\":true,\"email\":\"bw.services@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-06T08:44:28+00:00\",\"acceptedAt\":\"2022-09-06T08:44:28+00:00\",\"userId\":225,\"lastUpdatedAt\":\"2023-11-30T15:31:50+00:00\"},{\"id\":200,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"pieter.debusser@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-08T14:09:03+00:00\",\"acceptedAt\":\"2022-09-08T14:09:03+00:00\",\"userId\":228,\"lastUpdatedAt\":\"2023-01-09T12:59:32+00:00\"},{\"id\":201,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"guus.strooband@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-12T13:20:12+00:00\",\"acceptedAt\":\"2022-09-12T13:20:12+00:00\",\"userId\":230,\"lastUpdatedAt\":\"2023-08-24T10:42:26+00:00\"},{\"id\":202,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.vandepeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-15T13:18:28+00:00\",\"acceptedAt\":\"2022-09-15T13:18:28+00:00\",\"userId\":234,\"lastUpdatedAt\":\"2023-11-23T14:20:12+00:00\"},{\"id\":203,\"partnerId\":219,\"sendViaEmail\":true,\"email\":\"bart@ledernierdomino.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-17T17:17:31+00:00\",\"acceptedAt\":\"2022-09-17T17:17:31+00:00\",\"userId\":226,\"lastUpdatedAt\":\"2023-11-30T15:32:05+00:00\"},{\"id\":204,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"torre.roosenbroeck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T09:57:11+00:00\",\"acceptedAt\":\"2022-09-19T09:57:11+00:00\",\"userId\":235,\"lastUpdatedAt\":\"2023-01-09T13:00:47+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":12,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":100,\"total\":1122}}"} 
[2025-07-17 18:26:09] local.ERROR: PartnerInviteUpdater: Error during update. {"exception":"SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`ampeco_db_local`.`partner_invites`, CONSTRAINT `partner_invites_partner_id_foreign` FOREIGN KEY (`partner_id`) REFERENCES `partners` (`id`) ON DELETE CASCADE) (Connection: mysql, SQL: insert into `partner_invites` (`user_id`, `partner_id`, `status`, `updated_at`, `created_at`) values (7, 10, accepted, 2025-07-17 18:26:09, 2025-07-17 18:26:09))","trace":"#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('insert into `pa...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\MySqlConnection.php(42): Illuminate\\Database\\Connection->run('insert into `pa...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Processors\\MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert('insert into `pa...', Array, 'id')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3785): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId(Object(Illuminate\\Database\\Query\\Builder), 'insert into `pa...', Array, 'id')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(2205): Illuminate\\Database\\Query\\Builder->insertGetId(Array, 'id')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1408): Illuminate\\Database\\Eloquent\\Builder->__call('insertGetId', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1373): Illuminate\\Database\\Eloquent\\Model->insertAndSetId(Object(Illuminate\\Database\\Eloquent\\Builder), Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1212): Illuminate\\Database\\Eloquent\\Model->performInsert(Object(Illuminate\\Database\\Eloquent\\Builder))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1189): Illuminate\\Database\\Eloquent\\Model->save()
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(399): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1188}(Object(App\\Models\\PartnerInvite))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1188): tap(Object(App\\Models\\PartnerInvite), Object(Closure))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->create(Array)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(32): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::createOrFirst():695}(Object(Illuminate\\Database\\MySqlConnection))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1928): Illuminate\\Database\\Connection->transaction(Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->withSavepointIfNeeded(Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(682): Illuminate\\Database\\Eloquent\\Builder->createOrFirst(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(710): Illuminate\\Database\\Eloquent\\Builder->firstOrCreate(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Traits\\ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->updateOrCreate(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2449): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'updateOrCreate', Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2465): Illuminate\\Database\\Eloquent\\Model->__call('updateOrCreate', Array)
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\AmpecoDataUpdater.php(82): Illuminate\\Database\\Eloquent\\Model::__callStatic('updateOrCreate', Array)
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\PartnerInviteUpdater->handle()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\PartnerInviteUpdater), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}"} 
[2025-07-17 18:28:33] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 18:28:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":1,\"name\":\"DO NOT DELETE - For App Store Approvals\",\"businessName\":\"DO NOT DELETE - For App Store Approvals\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":15,\"name\":\"Dn Construction\",\"businessName\":\"Dn Construction\",\"regNo\":\"0890.143.066\",\"vatNo\":\"BE 0890.143.066\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Temse,\",\"postcode\":\"9140\",\"address\":\"Burgem. Achiel Heymanstraat 29,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Nys\",\"email\":\"nys.danny@telenet.be\",\"phone\":\"+32477826185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":16,\"name\":\"GHL Logistics\",\"businessName\":\"GHL Logistics\",\"regNo\":\"BE0670.990.174\",\"vatNo\":\"BE0670.990.174\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Zandvoordestraat 503\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ghazaryan Hayk\",\"email\":\"info@ghllogistics.be\",\"phone\":\"0488720005\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":17,\"name\":\"JC pigeons\",\"businessName\":\"JC pigeons\",\"regNo\":\"BE0764.426.217\",\"vatNo\":\"BE0764.426.217\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Van Audenhovestraat 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jef Cuypers\",\"email\":\"jef.cuypers1@telenet.be\",\"phone\":\"0478307698\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":18,\"name\":\"Taxcon\",\"businessName\":\"Taxcon\",\"regNo\":\"BE0879.531.068\",\"vatNo\":\"BE0879.531.068\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ardooie,\",\"postcode\":\"8850\",\"address\":\"Oude Zwevezeelsestraat 22,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Van Tieghem\",\"email\":\"taxcon@skynet.be\",\"phone\":\"0475591200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":19,\"name\":\"Mark De Bleecker\",\"businessName\":\"Mark De Bleecker\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Kleemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark De Bleecker\",\"email\":\"debleecker.nv@telenet.be\",\"phone\":\"+32477391207\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":22,\"name\":\"Thor Bv\",\"businessName\":\"Thor Bv\",\"regNo\":\"0663.774.463\",\"vatNo\":\"BE 0663.774.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Grobbendonk\",\"postcode\":\"2280\",\"address\":\"Neerveld 11, 2280 Grobbendonk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Horemans\",\"email\":\"Zaakvoerder\",\"phone\":\"0476398890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":30,\"name\":\"Praktijk Sabine Deloof\",\"businessName\":\"Praktijk Sabine Deloof\",\"regNo\":null,\"vatNo\":\"BE0745.477.761\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Vuldersstraat 90,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Francois\",\"email\":\"filip.franswa@gmail.com\",\"phone\":\"0479395724\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":32,\"name\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"regNo\":\"0404584525\",\"vatNo\":\"BE0404584525\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"59 Box 1 Brusselstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jos Nyns\",\"email\":\"ali.hashem@q8.com\",\"phone\":\"+32 3 241 35 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":33,\"name\":\"CPO - Powerdale\",\"businessName\":\"CPO - Powerdale\",\"regNo\":\"0479.282.443\",\"vatNo\":\"BE0479.282.443\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"4 Kerkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain De Cat\",\"email\":null,\"phone\":\"+3285274900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":34,\"name\":\"CPO - Allego B.V.\",\"businessName\":\"CPO - Allego B.V.\",\"regNo\":\"54100038\",\"vatNo\":\"KVK 54100038\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6800 AW\",\"address\":\"73 Westervoortsedijk  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CH Pitt\",\"email\":null,\"phone\":\"+31-0800-37-45-337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":35,\"name\":\"CPO - Threeforce BV\",\"businessName\":\"CPO - Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":36,\"name\":\"CPO - IONITY GmbH\",\"businessName\":\"CPO - IONITY GmbH\",\"regNo\":\"234408\",\"vatNo\":\"HRB 234408\",\"country\":\"DE\",\"region\":null,\"city\":\"Munich\",\"postcode\":\"D-80809\",\"address\":\"84 Moosacher Strasse  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":37,\"name\":\"EMSP- Optimile Bv\",\"businessName\":\"EMSP- Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Optimile\",\"email\":\"invoices@optimile.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":39,\"name\":\"CPO - Greenflux Assets B.V.\",\"businessName\":\"CPO - Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":40,\"name\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"regNo\":\"24025263\",\"vatNo\":\"KVK24025263\",\"country\":\"NL\",\"region\":null,\"city\":\"The Hague\",\"postcode\":\"2595\",\"address\":\"50 Schenkkade\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Dochez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":41,\"name\":\"CPO - EVBox B.V.\",\"businessName\":\"CPO - EVBox B.V.\",\"regNo\":\"32165082\",\"vatNo\":\"kvk32165082\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1076 EE\",\"address\":\"115 Fred. Roeskestraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Vereenooghe\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"CDR Team EVBox\",\"email\":\"cdr@evbox.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":42,\"name\":\"EMSP- ChargePoint Austria GmbH\",\"businessName\":\"EMSP- ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hanke David\",\"email\":\"david.hanke@chargepoint.com\",\"phone\":\"(+43) 1 36 12 23 01 0\"},\"technical\":{\"contactPerson\":\"Henrik Gerdes,\",\"email\":\"support-beenergised@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rex Jackson\",\"email\":\"emsp-purchasing-beenergised@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":43,\"name\":\"Ssp\",\"businessName\":\"Ssp\",\"regNo\":\"0633.907.668\",\"vatNo\":\"BE0633.907.668\",\"country\":\"BE\",\"region\":null,\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Tuyaertsstraat 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Nuyens\",\"email\":\"nuyenssteven@gmail.com\",\"phone\":\"0487562506\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":48,\"name\":\"Dayone BV\",\"businessName\":\"Dayone BV\",\"regNo\":\"BE0776.446.693\",\"vatNo\":\"BE0776.446.693\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Dr. Paul Janssenstraat 48\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Van Schaik\",\"email\":\"michiel.vanschaik@sparkx.be\",\"phone\":\"0032472895893\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":49,\"name\":\"Casteels Vastgoed\",\"businessName\":\"Casteels Vastgoed\",\"regNo\":\"0720.632.794\",\"vatNo\":\"BE0720.632.794\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Driesstraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alex Casteels\",\"email\":\"hello@casteelsvastgoed.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":54,\"name\":\"Bimmo (BV)\",\"businessName\":\"Bimmo (BV)\",\"regNo\":\"0478.568.801\",\"vatNo\":\"BE0478.568.801\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Britselei 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anton Spits\",\"email\":\"info@brody.be\",\"phone\":\"03 663 88 07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Brody\",\"email\":\"invoice@brody.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":60,\"name\":\"Expertisebureau Vermeulen\",\"businessName\":\"Expertisebureau Vermeulen\",\"regNo\":\"0842209428\",\"vatNo\":\"BE0842209428\",\"country\":\"belgie\",\"region\":null,\"city\":\"Beveren-Waas\",\"postcode\":\"9120\",\"address\":\"Glazenleeuwstraat 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Vermeulen\",\"email\":\"michiel.vermeulen@telenet.be\",\"phone\":\"0485620791\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":63,\"name\":\"Kato VOF\",\"businessName\":\"Kato VOF\",\"regNo\":\"BE 0885.060.266\",\"vatNo\":\"0885.060.266\",\"country\":\"belgie\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Albert Van Heckelaan 9\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goossens Carls\",\"email\":\"carl.goossens2@telenet.be\",\"phone\":\"0475956056\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":68,\"name\":\"Ivo Verpraet\",\"businessName\":\"Ivo Verpraet\",\"regNo\":\"nvt\",\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Esptweg 14\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivo Verpraet\",\"email\":\"i.verpraet@telenet.be\",\"phone\":\"+(324) 973-52835\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":71,\"name\":\"BV Bakkerij Philippe\",\"businessName\":\"BV Bakkerij Philippe\",\"regNo\":\"0830.183.012\",\"vatNo\":\"BE 0830.183.012\",\"country\":\"Bekgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Hovenierstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Vergauwen\",\"email\":\"fa112908@msn.com\",\"phone\":\"+32476428613\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":74,\"name\":\"Bj\\u00f6rn De Vuyst\",\"businessName\":\"Bj\\u00f6rn De Vuyst\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Spoorwegwegel 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bj\\u00f6rn De Vuyst\",\"email\":\"bjorn.de.vuyst2@telenet.be\",\"phone\":\"0498568862\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":75,\"name\":\"Luc Bogaert\",\"businessName\":\"Luc Bogaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Kluisbergen\",\"postcode\":\"9690\",\"address\":\"Hoogweg 2 9690 Kluisbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bogaert\",\"email\":\"bogaert_luc@me.com\",\"phone\":\"0478379360\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":76,\"name\":\"Ronny Ediers\",\"businessName\":\"Ronny Ediers\",\"regNo\":\"0503.963.401\",\"vatNo\":\"BE 0503.963.401\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Raapveld 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Ediers\",\"email\":\"ronny.ediers@outlook.com\",\"phone\":\"0493056490\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":77,\"name\":\"Erwin Claes\",\"businessName\":\"Erwin Claes\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlaar\",\"postcode\":\"2590\",\"address\":\"Gasbakstraat 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erwin Claes\",\"email\":\"erwin.claes7@telenet.be\",\"phone\":\"+32490429843\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":78,\"name\":\"Bert Luysterman\",\"businessName\":\"Bert Luysterman\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Hofstade\",\"postcode\":\"9308\",\"address\":\"Steenweg op Dendermonde 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Luysterman\",\"email\":\"Luysterman.bert@gmail.com\",\"phone\":\"+32473646265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":80,\"name\":\"Wim Allegaert\",\"businessName\":\"Wim Allegaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Klaverweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Allegaert\",\"email\":\"wim.allegaert@mjladvice.com\",\"phone\":\"0474977433\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":81,\"name\":\"PLDW Bvba\",\"businessName\":\"PLDW Bvba\",\"regNo\":\"0681.652.454\",\"vatNo\":\"BE 0681.652.454\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Broekveldstraat 21, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Limbourg\",\"email\":\"info@pldwbvba.be\",\"phone\":\"+32491358050\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":86,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"regNo\":\"257600445\",\"vatNo\":\"FR257600445\",\"country\":\"FR\",\"region\":null,\"city\":\"Isneauville\",\"postcode\":\"76230\",\"address\":\"240 Rue Augustin Fresnel\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"d'Annoux Ana\\u00efs\",\"email\":\"anais.dannoux@totalenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":87,\"name\":\"P.M.G-Galuk\",\"businessName\":\"P.M.G-Galuk\",\"regNo\":\"838008932\",\"vatNo\":\"BE0838008932\",\"country\":\"BE\",\"region\":null,\"city\":\"Grimbergen\",\"postcode\":\"1800\",\"address\":\"Albrecht Rodenbachlaan 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paulina Medrek\",\"email\":\"paulina.medrek@hotmail.com\",\"phone\":\"0486077042\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":88,\"name\":\"Lyubo Test Partner\",\"businessName\":\"Lyubo Test Partner\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":93,\"name\":\"CPO - Electric 55 Charging\",\"businessName\":\"CPO - Electric 55 Charging\",\"regNo\":\"832 489 801\",\"vatNo\":\"FR832 489 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Tropez.\",\"postcode\":\"83990\",\"address\":\"Espace des Lices, 9 Bld Louis Blanc\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alicia MIRANDA\",\"email\":\"alicia@e55c.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":102,\"name\":\"EMSP- ConnectNed B.V.\",\"businessName\":\"EMSP- ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":103,\"name\":\"ChargePoly\",\"businessName\":\"ChargePoly\",\"regNo\":\"85085499300019\",\"vatNo\":\"85085499300019\",\"country\":\"FR\",\"region\":null,\"city\":\"Aix-En-Provence\",\"postcode\":\"13593\",\"address\":\"31 Parc du golf\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":105,\"name\":\"CPO - Liikennevirta Oy (VIRTA)\",\"businessName\":\"CPO - Liikennevirta Oy (VIRTA)\",\"regNo\":null,\"vatNo\":\"2588986-2\",\"country\":\"FI\",\"region\":null,\"city\":\"Helsinki\",\"postcode\":\"00180\",\"address\":\"3 Energiakuja\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":112,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AUCH\",\"postcode\":\"32008\",\"address\":\"Place de l'ancien Foirail 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":113,\"name\":\"CPO - Rossini Energy\",\"businessName\":\"CPO - Rossini Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Villeneuve-d'Ascq\",\"postcode\":\"59650\",\"address\":\"Rue Horus 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rossini Luca\",\"email\":\"luca@rossinienergy.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":114,\"name\":\"CPO - WAAT SAS\",\"businessName\":\"CPO - WAAT SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Malakoff\",\"postcode\":\"92240\",\"address\":\"Rue Raymond David 10-20\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bon Jacques-Alexis\",\"email\":\"ja.bon@waat.fr\",\"phone\":\"+33698723265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":115,\"name\":\"EMSP- Freshmile Services\",\"businessName\":\"EMSP- Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"0668781435\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 3 68 78 14 35\"},\"billing\":{\"contactPerson\":\"Invoice Freshmile\",\"email\":\"roaming@freshmile.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":117,\"name\":\"CPO - Izivia SA\",\"businessName\":\"CPO - Izivia SA\",\"regNo\":\"419070180\",\"vatNo\":\"FR51419070180\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Avenue de l'Arche 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wehbe Ramy\",\"email\":\"ramy.wehbe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Equipe Facturation itin\\u00e9rance IZIVIA\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":119,\"name\":\"SPBR1\",\"businessName\":\"SPBR1\",\"regNo\":\"538133166\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rueil Malmaison\",\"postcode\":\"92500\",\"address\":\"Avenue de Colmar 64\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":120,\"name\":\"CPO - GreenWay Infrastructure s.r.o.\",\"businessName\":\"CPO - GreenWay Infrastructure s.r.o.\",\"regNo\":\"47728086\",\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Bratislava\",\"postcode\":\"85101\",\"address\":\"Einsteinova 24\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perger Adam\",\"email\":\"adam.perger@greenwaynetwork.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":121,\"name\":\"CPO - ZEborne\",\"businessName\":\"CPO - ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":122,\"name\":\"CPO - SIPLEC\",\"businessName\":\"CPO - SIPLEC\",\"regNo\":\"315281113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ivry-sur-Seine\",\"postcode\":\"94200\",\"address\":\"Quai Marcel Boyer 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hallopeau L\\u00e9opold\",\"email\":\"l.hallopeau@siplec.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":123,\"name\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"businessName\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"regNo\":\"20002678900053\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Carcassonne\",\"postcode\":\"11000\",\"address\":\"Rue Barb\\u00e8s 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":9,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":100,\"total\":839}}"} 
[2025-07-17 18:28:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":124,\"name\":\"CPO - Clicsysteme SAS (Car2plug)\",\"businessName\":\"CPO - Clicsysteme SAS (Car2plug)\",\"regNo\":\"803965110\",\"vatNo\":\"FR42803965110\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"Rue de Peinthievre 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Benami Eyal\",\"email\":\"eyal.benami@car2plug.fr\",\"phone\":\"+33767662028\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":126,\"name\":\"CPO - Indigo Park\",\"businessName\":\"CPO - Indigo Park\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"1 Place des Degr\\u00e9s - Tour Voltaire 92800 , Puteaux\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":127,\"name\":\"CPO - ZEPHYRE\",\"businessName\":\"CPO - ZEPHYRE\",\"regNo\":\"828414656\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"Rue Lyautey 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arrighi Charles\",\"email\":\"support@zephyre.fr\",\"phone\":\"+33180977675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":128,\"name\":\"EMSP- Electromaps S.L.\",\"businessName\":\"EMSP- Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":129,\"name\":\"CPO - MODULO\",\"businessName\":\"CPO - MODULO\",\"regNo\":\"841376734\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Tours\",\"postcode\":\"37000\",\"address\":\"BLAISE PASCAL 12-14\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Debouchage Emeric\",\"email\":\"edebouchage@modulo-energies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":130,\"name\":\"EMSP- Shell EV Charging Solutions B.V.\",\"businessName\":\"EMSP- Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":131,\"name\":\"CPO - Duferco Energia S.p.a.\",\"businessName\":\"CPO - Duferco Energia S.p.a.\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Genova\",\"postcode\":\"16126\",\"address\":\"4 Via Paolo Imperiale 16126 , Genova\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Merella Francesco\",\"email\":\"f.merella@dufercoenergia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":132,\"name\":\"Aix-Marseille Provence M\\u00e9tropole\",\"businessName\":\"Aix-Marseille Provence M\\u00e9tropole\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13007\",\"address\":\"58 Boulevard Charles Livon 13007 , Marseille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"dupont anthony\",\"email\":\"anthony.dupont@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":133,\"name\":\"Exadys\",\"businessName\":\"Exadys\",\"regNo\":\"89144253500011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Almeida JP\",\"email\":\"jpalmeida@exadys.com\",\"phone\":\"+33612779883\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":134,\"name\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"businessName\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nancy Cedex\",\"postcode\":\"54035\",\"address\":\"22-24 Viaduc Kennedy c.o. n\\u00b080036 54035 , Nancy Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perrolaz Frederic\",\"email\":\"frederic.perrollaz@grand-nancy.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":135,\"name\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"businessName\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-R\\u00e9my-de-Provence\",\"postcode\":\"13210\",\"address\":\"23 Avenue des Joncades Basses 13210 , Saint-R\\u00e9my-de-Provence France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GUINTINI Corinne\",\"email\":\"corinne.guintini@ccvba.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":136,\"name\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"businessName\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"regNo\":\"200045938\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Caen\",\"postcode\":\"14000\",\"address\":\"Esplanade Brillaud de Laujardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAFFRAY Alban\",\"email\":\"araffray@sdec-energie.fr\",\"phone\":\"+33231066164\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":137,\"name\":\"CPO - Driveco\",\"businessName\":\"CPO - Driveco\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75014\",\"address\":\"10 Place de Catalogne 75014 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Belkhodja Sofiane\",\"email\":\"sofiane.belkhodja@driveco.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":138,\"name\":\"CPO - Bouygues Energies et Services\",\"businessName\":\"CPO - Bouygues Energies et Services\",\"regNo\":\"775664873\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"GUYANCOURT\",\"postcode\":\"78280\",\"address\":\"Avenue Eug\\u00e8ne Freyssinet 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":139,\"name\":\"CPO - Suraya SAS\",\"businessName\":\"CPO - Suraya SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Fort de France\",\"postcode\":\"97200\",\"address\":\"8 Rue Georges EUCHARIS 97200 , Fort de France France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mansour Husam\",\"email\":\"husam.mansour@greentechnologie.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":140,\"name\":\"CPO - Bornes Solutions\",\"businessName\":\"CPO - Bornes Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"LE PLESSIS-ROBINSON\",\"postcode\":\"92350\",\"address\":\"15 avenue Descartes 92350 , LE PLESSIS-ROBINSON France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ABDALLAH Hachim\",\"email\":\"hachim.abdallah@bornes-solutions.fr\",\"phone\":\"(+33) 7 85 71 77 63\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":141,\"name\":\"CPO - LichtBlick eMobility\",\"businessName\":\"CPO - LichtBlick eMobility\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"Steigweg 24, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Payments Lichtblick eMobility GmbH\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":143,\"name\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"businessName\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen Cedex\",\"postcode\":\"76006\",\"address\":\"108 All\\u00e9e Fran\\u00e7ois Mitterand 76006 , Rouen Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Moreno Karine\",\"email\":\"karine.moreno@metropole-rouen-normandie.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":144,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-L\\u00f4\",\"postcode\":\"50008\",\"address\":\"11 Rue Dame Denise 50008 , Saint-L\\u00f4 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BLOSSE Fr\\u00e9d\\u00e9ric\",\"email\":\"frederic.blosse@sdem50.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":145,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orvault CEDEX 01\",\"postcode\":\"44701\",\"address\":\"Rue Roland Garros - Parc d'activit\\u00e9s du Bois Cesbron - CS 60 125\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flambeaux Etienne\",\"email\":\"etienne.flambeaux@sydela.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":146,\"name\":\"CPO - EFFIA Stationnement\",\"businessName\":\"CPO - EFFIA Stationnement\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"20 rue Hector Malot 75012 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Emilien Verneret\",\"email\":\"emilien.verneret@effia.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":147,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Toulouse\",\"postcode\":\"31000\",\"address\":\"9 Rue des 3 banquets 31000 , Toulouse France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":148,\"name\":\"Territoire d'Energie 90 (TE90)\",\"businessName\":\"Territoire d'Energie 90 (TE90)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Meroux\",\"postcode\":\"90400\",\"address\":\"1 Rue de la Gare TGV , La Jonxion - Tour 5 90400 , Meroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lombard Nathalie\",\"email\":\"nlombard@territoiredenergie90.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":149,\"name\":\"CPO - Sor\\u00e9gies\",\"businessName\":\"CPO - Sor\\u00e9gies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Poitiers\",\"postcode\":\"86000\",\"address\":\"78 Avenue Jacques Coeur 86000 , Poitiers France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Traor\\u00e9 Lamine\",\"email\":\"lamine.traore@soregies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":150,\"name\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"businessName\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Roche-sur-Yon\",\"postcode\":\"85036\",\"address\":\"3 Rue du Mar\\u00e9chal Juin 85036 , La Roche-sur-Yon France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"WAKKER WORDEN Johann\",\"email\":\"infra-irve@sydev-vendee.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":151,\"name\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"businessName\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Thor\",\"postcode\":\"84250\",\"address\":\"3511 Route des Vign\\u00e8res 84250 , Le Thor France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Alexander\",\"email\":\"athomas@sev84.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":152,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montauban\",\"postcode\":\"82000\",\"address\":\"78 Avenue de l'Europe 82000 , Montauban France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Puntonet Gerard\",\"email\":\"g.puntonet@sdetg.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":153,\"name\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"businessName\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Rochette\",\"postcode\":\"77000\",\"address\":\"1 Rue Claude Bernard 77000 , La Rochette France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Boitel Marc\",\"email\":\"marc.boitel@sdesm.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":154,\"name\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"businessName\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vaivre-et-Montoille\",\"postcode\":\"70000\",\"address\":\"20 Avenue des Rives du Lac 70000 , Vaivre-et-Montoille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tonghini Fabrice\",\"email\":\"f.tonghini@sied70.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":155,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dardilly\",\"postcode\":\"69570\",\"address\":\"61 Chemin du Moulin Carron 69570 , Dardilly France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GOUBO Vladimir\",\"email\":\"vladimir.goubo@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":156,\"name\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"businessName\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pau\",\"postcode\":\"64000\",\"address\":\"4 Rue Jean Zay 64000 , Pau France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Seillade Philippe\",\"email\":\"p.seillade@sdepa.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":157,\"name\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"businessName\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Cournon D'Auvergne\",\"postcode\":\"63800\",\"address\":\"36 Rue de Sarli\\u00e8ve 63800 , Cournon D'Auvergne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Picot S\\u00e9bastien\",\"email\":\"sebastien.picot@semelec63.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":158,\"name\":\"CPO - Territoire d'Energie Orne\",\"businessName\":\"CPO - Territoire d'Energie Orne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Valframbert\",\"postcode\":\"61250\",\"address\":\"5 Rue Gatel 61250 , Valframbert France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Auvray Philippe\",\"email\":\"cedric.thomas@te61.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":159,\"name\":\"Syndicat d'Energie de l'Oise (SE60)\",\"businessName\":\"Syndicat d'Energie de l'Oise (SE60)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Till\\u00e9\",\"postcode\":\"60000\",\"address\":\"9164 Avenue des Censives 60000 , Till\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":160,\"name\":\"Morbihan \\u00e9nergies\",\"businessName\":\"Morbihan \\u00e9nergies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vannes Cedex\",\"postcode\":\"56010\",\"address\":\"27 Rue de Luscanen - CS 32610 56010 , Vannes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":161,\"name\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"businessName\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chaumont\",\"postcode\":\"52000\",\"address\":\"40 bis Avenue du Mar\\u00e9chal Foch 52000 , Chaumont France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"F\\u00e8vre Jean-Marc\",\"email\":\"rodolphe.grandjonc@sded52.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":162,\"name\":\"CPO - Territoire d'Energie Mayenne\",\"businessName\":\"CPO - Territoire d'Energie Mayenne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chang\\u00e9\",\"postcode\":\"53810\",\"address\":\"Parc Technopolis - Rue Louis de Broglie - B\\u00e2timent R 53810 , Chang\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":163,\"name\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"businessName\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecouflant\",\"postcode\":\"49000\",\"address\":\"9 Route de la Confluence 49000 , Ecouflant France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrion Marine\",\"email\":\"m.adrion@sieml.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":164,\"name\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"businessName\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Agen\",\"postcode\":\"47000\",\"address\":\"26 Rue Diderot 47000 , Agen France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blanquet B\\u00e9renger\",\"email\":\"berenger.blanquet@sdee47.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":165,\"name\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"businessName\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Mont-de-Marsan Cedex\",\"postcode\":\"40006\",\"address\":\"55 Rue Martin Luther King - CS 70627 40006 , Mont-de-Marsan Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":166,\"name\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ch\\u00e2teauroux\",\"postcode\":\"36000\",\"address\":\"2 Colbert B\\u00e2t G - Rue des Cigari\\u00e8res 36000 , Ch\\u00e2teauroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Routet Didier\",\"email\":\"d.routet@sdei36.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":167,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Thorign\\u00e9-Fouillard\",\"postcode\":\"35236\",\"address\":\"1 Avenue de Tiz\\u00e9 35236 , Thorign\\u00e9-Fouillard France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Simon Charlotte\",\"email\":\"c.simon@sde35.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":168,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33000\",\"address\":\"12 Rue du Cardinal Richaud 33000 , Bordeaux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":169,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Quimper\",\"postcode\":\"29000\",\"address\":\"9 All\\u00e9e Sully 29000 , Quimper France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Monfort Jacques\",\"email\":\"jacques.monfort@sdef.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":170,\"name\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"businessName\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Guichainville\",\"postcode\":\"27930\",\"address\":\"12 Rue Concorde 27930 , Guichainville France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":171,\"name\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"businessName\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Besan\\u00e7on\",\"postcode\":\"25000\",\"address\":\"33 Rue Cl\\u00e9ment Marot 25000 , Besan\\u00e7on France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mourot David\",\"email\":\"david.mourot@syded.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":172,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"P\\u00e9rigueux\",\"postcode\":\"24000\",\"address\":\"7 All\\u00e9e de Tourny 24000 , P\\u00e9rigueux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"VIGNERON S\\u00e9bastien\",\"email\":\"mobive@sde24.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":173,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sain-Brieuc\",\"postcode\":\"22000\",\"address\":\"53 Boulevard Carnot 22000 , Sain-Brieuc France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Connan David\",\"email\":\"david.connan@sde22.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":174,\"name\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"businessName\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Miramas\",\"postcode\":\"13141\",\"address\":\"1 Avenue Marco Polo - CS 20100 13141 , Miramas France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"APPARICIO Alexandre\",\"email\":\"alexandre.apparicio@smed13.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":175,\"name\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"businessName\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Troyes\",\"postcode\":\"10000\",\"address\":\"22 Rue Gr\\u00e9goire Pierre Herluison 10000 , Troyes France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Godin Olivier\",\"email\":\"olivier.godin@sde-aube.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":176,\"name\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"businessName\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saintes Cedex\",\"postcode\":\"17119\",\"address\":\"3 rue du Clos Fleuri - ZI de l'Ormeau de Pied - CS 60518 17119 , Saintes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ferri\\u00e8res Francois-Annet\",\"email\":\"fa.de-ferrieres@sdeer17.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":177,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laguenne\",\"postcode\":\"19150\",\"address\":\"Quartier Montana 19150 , Laguenne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BARTHEL Laurent\",\"email\":\"l.barthuel@fdee19.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":178,\"name\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"businessName\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Angoul\\u00e8me\",\"postcode\":\"16021\",\"address\":\"308 Rue de Basseau 16021 , Angoul\\u00e8me France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gauthier-Laure\",\"email\":\"lgauthier@sdeg16.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":179,\"name\":\"CPO - Porsche Slovenija d.o.o.\",\"businessName\":\"CPO - Porsche Slovenija d.o.o.\",\"regNo\":\"5758980\",\"vatNo\":null,\"country\":\"SI\",\"region\":null,\"city\":\"Ljubljana\",\"postcode\":\"SI-1000\",\"address\":\"5 Bravnicarjeva\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lukic Dusan\",\"email\":\"dusan.lukic@porsche.si\",\"phone\":\"+38631679161\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":180,\"name\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"businessName\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nice\",\"postcode\":\"06364\",\"address\":\"5 H\\u00f4tel de ville 06364 , Nice France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clavier Aur\\u00e9lien\",\"email\":\"aurelien.clavier@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":181,\"name\":\"EMSP- Stations-e SAS\",\"businessName\":\"EMSP- Stations-e SAS\",\"regNo\":\"835124280\",\"vatNo\":\"FR10835124280\",\"country\":\"FR\",\"region\":null,\"city\":\"Boussy-Saint-Antoine\",\"postcode\":\"91800\",\"address\":\"rue Marcel Pagnol 3 - 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nguyen Peth\",\"email\":\"peth.nguyen@stations-e.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":182,\"name\":\"Creos Luxembourg\",\"businessName\":\"Creos Luxembourg\",\"regNo\":null,\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Luxembourg\",\"postcode\":\"L-1248\",\"address\":\"59-61 Rue de Bouillon L-1248 , Luxembourg Luxembourg\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bertrand S\\u00e9bastien\",\"email\":\"sebastien.bertrand@creos.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":183,\"name\":\"CPO - TEVGO SAS\",\"businessName\":\"CPO - TEVGO SAS\",\"regNo\":\"87932148700024\",\"vatNo\":\"FR03879321487\",\"country\":\"FR\",\"region\":null,\"city\":\"La D\\u00e9fense Cedex\",\"postcode\":\"92069\",\"address\":\"24 cours Michelet 92069 , La D\\u00e9fense Cedex\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":184,\"name\":\"EMSP- ZE-WATT\",\"businessName\":\"EMSP- ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaigneux Eric\",\"email\":\"eric.gaigneux@ze-watt.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":185,\"name\":\"Charge Point SRL (PlugPoint)\",\"businessName\":\"Charge Point SRL (PlugPoint)\",\"regNo\":\"J40\\/11414\\/2017\",\"vatNo\":null,\"country\":\"RO\",\"state\":null,\"city\":\"Decembrie\",\"postcode\":\"077005\",\"address\":\"Sos. Giurgiului 73 - 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dunca Alexandru\",\"email\":\"alex.dunca@plugpoint.ro\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":186,\"name\":\"Interparking France SA\",\"businessName\":\"Interparking France SA\",\"regNo\":\"692 051 113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"Rue de Gramont 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Scordia R\\u00e9mi\",\"email\":\"rscordia@interparking.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":187,\"name\":\"Alfa Power\",\"businessName\":\"Alfa Power\",\"regNo\":\"11119473\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Leeds\",\"postcode\":\"LS27 0BY\",\"address\":\"Quarry Court High Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandhi Varun\",\"email\":\"v.gandhi@alfapower.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":188,\"name\":\"CPO - Croatian Telekom Inc.\",\"businessName\":\"CPO - Croatian Telekom Inc.\",\"regNo\":\"080266256\",\"vatNo\":null,\"country\":\"HR\",\"region\":null,\"city\":\"Zagreb\",\"postcode\":\"10000\",\"address\":\"Radni\\u010dka cesta 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stjepanovic Josip\",\"email\":\"josip.stjepanovic@t.ht.hr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":189,\"name\":\"Qovoltis\",\"businessName\":\"Qovoltis\",\"regNo\":\"853420032\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montrouge\",\"postcode\":\"92120\",\"address\":\"Danton 2a\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Salle Frederic\",\"email\":\"frederic.salle@qovoltis.com\",\"phone\":\"+33614011053\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":190,\"name\":\"Rambouillet Territoires\",\"businessName\":\"Rambouillet Territoires\",\"regNo\":\"20007334400067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rambouillet Cedex\",\"postcode\":\"78511\",\"address\":\"rue Gustave Eiffel - ZA Bel Air 22 - BP 40036\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Forte Carole\",\"email\":\"c.forte@rt78.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":191,\"name\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"businessName\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"regNo\":null,\"vatNo\":\"957520901\",\"country\":\"FR\",\"region\":null,\"city\":\"Lyon\",\"postcode\":\"69004\",\"address\":\"Andr\\u00e9 Bonin 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":192,\"name\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"businessName\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"regNo\":\"200067213\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Reims\",\"postcode\":\"51100\",\"address\":\"Eug\\u00e8ne Desteuque 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Humbert St\\u00e9phane\",\"email\":\"stephane.humbert@grandreims.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":193,\"name\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"businessName\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"regNo\":\"20004071500019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grenoble\",\"postcode\":\"38031\",\"address\":\"Rue Malakoff 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":194,\"name\":\"CPO - M\\u00e9tropolis\",\"businessName\":\"CPO - M\\u00e9tropolis\",\"regNo\":\"885354860\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"rue d'Astorg 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":195,\"name\":\"SEMOB\",\"businessName\":\"SEMOB\",\"regNo\":\"84877842900011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"+33428044205\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":196,\"name\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"businessName\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"regNo\":\"20005623200016\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orsay\",\"postcode\":\"91898\",\"address\":\"rue Jean Rostand 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MADA VINCENT\",\"email\":\"vincent.mada@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":199,\"name\":\"CPO - BE TROM SE\",\"businessName\":\"CPO - BE TROM SE\",\"regNo\":\"833942725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33100\",\"address\":\"Montmejean 60\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tricaud Yves\",\"email\":\"ytricaud@betrom-se.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":200,\"name\":\"EMSP- WattzHub\",\"businessName\":\"EMSP- WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":201,\"name\":\"EMSP- Maingau Energie GmbH\",\"businessName\":\"EMSP- Maingau Energie GmbH\",\"regNo\":\"113525007\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Obertshausen\",\"postcode\":\"63179\",\"address\":\"Ringstra\\u00dfe 4 - 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Armbruster\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":202,\"name\":\"EMSP- BE:MO SASU\",\"businessName\":\"EMSP- BE:MO SASU\",\"regNo\":\"823647060\",\"vatNo\":\"FR52823647060\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Esplanade du G\\u00e9n\\u00e9ral DE GAULLE 110\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthieu Codron\",\"email\":\"invoices@be-mo.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":203,\"name\":\"EMSP- Deftpower B.V.\",\"businessName\":\"EMSP- Deftpower B.V.\",\"regNo\":\"78087627\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"AW Apeldoorn\",\"postcode\":\"7317\",\"address\":\"Stadhoudersmolenweg 136\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Houthooft Anja\",\"email\":\"anja.houthooft@deftpower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":204,\"name\":\"EMSP- Chargemap SAS\",\"businessName\":\"EMSP- Chargemap SAS\",\"regNo\":\"809844731\",\"vatNo\":\"FR37809844731\",\"country\":\"FR\",\"region\":null,\"city\":\"Strasbourg\",\"postcode\":\"67200\",\"address\":\"all\\u00e9e C\\u00e9r\\u00e8s 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yoann Nussbaumer\",\"email\":\"operations@chargemap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":205,\"name\":\"EMSP- Bosch Charging Solutions GmbH\",\"businessName\":\"EMSP- Bosch Charging Solutions GmbH\",\"regNo\":\"HRB780013\",\"vatNo\":\"DE815728513\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart-Feuerbach\",\"postcode\":\"70469\",\"address\":\"Kruppstr. 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandin Hornemann\",\"email\":\"gandin.hornemann@de.bosch.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":206,\"name\":\"CPO - Route220 S.R.L.\",\"businessName\":\"CPO - Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":207,\"name\":\"EMSP- Elvah GmbH (Kreait)\",\"businessName\":\"EMSP- Elvah GmbH (Kreait)\",\"regNo\":\"HRB22989\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Grafschaft\",\"postcode\":\"53501\",\"address\":\"Oberescher weg 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gowrynath Sivaganeshamoorthy\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":208,\"name\":\"EMSP- Octopus Energy Ltd\",\"businessName\":\"EMSP- Octopus Energy Ltd\",\"regNo\":\"09263424\",\"vatNo\":\"GB 358672751\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"EC1N 2HT\",\"address\":\"Holborn 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Zoisa North-Bond\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices @ Octopus Energy\",\"email\":\"invoices-oe@octoenergy.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":209,\"name\":\"EMSP- Muvext Lda\",\"businessName\":\"EMSP- Muvext Lda\",\"regNo\":\"515419923\",\"vatNo\":\"PT515419923\",\"country\":\"PT\",\"region\":null,\"city\":\"Ilhavo\",\"postcode\":\"3830-352\",\"address\":\"PCI Creative Science Park Aveiro Region, Via do Conhecimento, Edif\\u00edcio Central\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Marques\",\"email\":\"sara.marques@muvext.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Muvext\",\"email\":\"accounting@muvext.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":210,\"name\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"regNo\":\"B49456\",\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"8069\",\"address\":\"Rue de l'Industrie 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van Breugel Willem\",\"email\":\"wibreuge@q8.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":216,\"name\":\"Fiesandri BVBA\",\"businessName\":\"Fiesandri BVBA\",\"regNo\":\"BE0677757905\",\"vatNo\":\"BE0677757905\",\"country\":\"BE\",\"region\":null,\"city\":\"lokeren\",\"postcode\":\"9160\",\"address\":\"Gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heugens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":217,\"name\":\"Rexel Nederland B.V.\",\"businessName\":\"Rexel Nederland B.V.\",\"regNo\":\"24267850\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zoetermeer\",\"postcode\":\"2712 PB\",\"address\":\"Bleiswijkseweg 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Van Dalen Michael\",\"email\":\"michael.vandalen@rexel.nl\",\"phone\":\"+31631787345\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":221,\"name\":\"Ronny Smet\",\"businessName\":\"Ronny Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":223,\"name\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"businessName\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"regNo\":\"HRA 709651\",\"vatNo\":\"709651\",\"country\":\"DE\",\"region\":null,\"city\":\"Karlsruhe\",\"postcode\":\"761321\",\"address\":\"Durlacher Allee 93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lars Walch\",\"email\":\"outbound.b2b.billing@enbw.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Service EnBW\",\"email\":\"service.emob@enbw.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":224,\"name\":\"CPO - E-Totem SAS\",\"businessName\":\"CPO - E-Totem SAS\",\"regNo\":\"53918816900020\",\"vatNo\":\"53918816900020\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"(+33) 6 88 23 42 43\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":225,\"name\":\"CPO - S\\u00e9olis\",\"businessName\":\"CPO - S\\u00e9olis\",\"regNo\":\"492041086\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Niort\",\"postcode\":\"79025\",\"address\":\"Avenue de Paris 336\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gheribi Mehdi\",\"email\":\"mgheribi@seolis.net\",\"phone\":\"(+33) 5 49 08 85 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":200,\"total\":839}}"} 
[2025-07-17 18:28:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":226,\"name\":\"CPO - Proviridis\",\"businessName\":\"CPO - Proviridis\",\"regNo\":\"750 938 722 00022\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rousset\",\"postcode\":\"13790\",\"address\":\"Avenue Victoire 135\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Et\\u00e9 Vincent\",\"email\":\"vincent.ete@proviridis.fr\",\"phone\":\"(+33) 7 50 69 52 44\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":227,\"name\":\"CPO - Drem Kft.\",\"businessName\":\"CPO - Drem Kft.\",\"regNo\":\"01 09 864967\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"H-1033\",\"address\":\"Szentendrei \\u00fat 89-93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"N\\u00e9meth \\u00c1d\\u00e1m\",\"email\":\"adam.nemeth@drem.hu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":228,\"name\":\"CPO - INOUid SAS\",\"businessName\":\"CPO - INOUid SAS\",\"regNo\":\"831159587\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"\\u00c9cully\",\"postcode\":\"69130\",\"address\":\"Chemin des Mouilles 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Briand Didier\",\"email\":\"dbriand@inouid.com\",\"phone\":\"(+33) 6 61 36 91 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":229,\"name\":\"CPO - ePower Lt.\",\"businessName\":\"CPO - ePower Lt.\",\"regNo\":null,\"vatNo\":\"645309\",\"country\":\"IE\",\"region\":null,\"city\":\"Cork\",\"postcode\":\"T23 TCY8\",\"address\":\"1 Technology House, Rockgroove Industrial Estate, Little Island\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tugwell Josef\",\"email\":\"joe.tugwell@epower.ie\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":230,\"name\":\"CPO - SAEMES SA\",\"businessName\":\"CPO - SAEMES SA\",\"regNo\":\"317 032 993 00741\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"L\\u00e9on Cladel 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MONNIER G\\u00e9raldine\",\"email\":\"geraldine.monnier@tevgo.fr\",\"phone\":\"(+33) 7 61 06 43 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":231,\"name\":\"CPO - GEA Solutions Ltd\",\"businessName\":\"CPO - GEA Solutions Ltd\",\"regNo\":\"EL099022632\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Attiki\",\"postcode\":\"19010\",\"address\":\"101 Thesi Patima, VI.PE. Kalyvion\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivanov Stefan\",\"email\":\"stefan.ivanov@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":232,\"name\":\"CPO - Autorecharge SAS\",\"businessName\":\"CPO - Autorecharge SAS\",\"regNo\":\"837 529 700\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pantin\",\"postcode\":\"93500\",\"address\":\"avenue du g\\u00e9n\\u00e9ral Leclerc 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Drif Malek\",\"email\":\"malek@autorecharge.fr\",\"phone\":\"(+33) 6 50 37 04 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":233,\"name\":\"EMSP- Bump SAS\",\"businessName\":\"EMSP- Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":234,\"name\":\"CPO - Ecophi SAS\",\"businessName\":\"CPO - Ecophi SAS\",\"regNo\":\"892147679\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"rue de la Chesnaie 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":235,\"name\":\"MEA Energies SAS\",\"businessName\":\"MEA Energies SAS\",\"regNo\":\"89487859400015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yilmaz Mehmet\",\"email\":\"mehmet.yilmaz@meaenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":236,\"name\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"businessName\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"regNo\":\"200 050 433 00024\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"64bis Rue de Monceau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"JEMMALI SANA\",\"email\":\"sana.jemmali@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":237,\"name\":\"CPO - Mobilygreen SAS\",\"businessName\":\"CPO - Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":238,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"HRB 88854\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50823\",\"address\":\"000582 6-8 Methweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Support\",\"email\":\"support@chargecloud.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":239,\"name\":\"CPO - MVM Mobiliti Kft\",\"businessName\":\"CPO - MVM Mobiliti Kft\",\"regNo\":\"0109965868\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"1037\",\"address\":\"10. Montevideo utca\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":\"pvz@lastmilesolutions.com\",\"phone\":\"(+31) 6 15 89 21 19\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":242,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Auxerre\",\"postcode\":\"89000\",\"address\":\"Avenue Foch 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":243,\"name\":\"CPO - Electra SAS\",\"businessName\":\"CPO - Electra SAS\",\"regNo\":\"891 624 884\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"rue Henri Rochefort 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarrazanas Thomas\",\"email\":\"thomas@go-electra.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":244,\"name\":\"Franklin EV Limited\",\"businessName\":\"Franklin EV Limited\",\"regNo\":\"09672645\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Wilmslow, Cheshire\",\"postcode\":\"SK9 1RA\",\"address\":\"The Lodge Alderley Road\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Byrne Robert\",\"email\":\"robert.byrne@franklinenergy.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":245,\"name\":\"CPO - SalzachSonne GmbH\",\"businessName\":\"CPO - SalzachSonne GmbH\",\"regNo\":\"370509\",\"vatNo\":\"FN 370509\",\"country\":\"AT\",\"region\":null,\"city\":\"Neukirchen\",\"postcode\":\"5741\",\"address\":\"Marktstrasse 179\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bachmaier Edwin\",\"email\":\"edwin.bachmaier@salzachsonne.at\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":246,\"name\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"businessName\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"regNo\":\"HRB 113 258 B\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10829\",\"address\":\"7-8 EUREF-Campus\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ubitricity Roaming technical support\",\"email\":\"roaming@ubitricity.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":247,\"name\":\"Syndicat mixte des Transports du bassin de Briey\",\"businessName\":\"Syndicat mixte des Transports du bassin de Briey\",\"regNo\":\"20004184600029\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Val de Briey\",\"postcode\":\"54150\",\"address\":\"2 Rue du Mar\\u00e9chal Foch\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pinna Arnaud\",\"email\":\"arnaud.pinna@st2b.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":248,\"name\":\"SAP Labs France SAS\",\"businessName\":\"SAP Labs France SAS\",\"regNo\":\"419855127\",\"vatNo\":\"FR23419855127\",\"country\":\"FR\",\"region\":null,\"city\":\"Mougins Cedex\",\"postcode\":\"06254\",\"address\":\"805 Avenue du Docteur Maurice Donat\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ben Slimane Kinza\",\"email\":\"kinza.ben.slimane@sap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":249,\"name\":\"CPO - SIPPEREC\",\"businessName\":\"CPO - SIPPEREC\",\"regNo\":\"257 500 041\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75588\",\"address\":\"173-175 Rue de Bercy\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":250,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Boves\",\"postcode\":\"80440\",\"address\":\"3 Rue C\\u00e9sar Cascabel - P\\u00f4les Jules Verne 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DURIER Christophe\",\"email\":\"christophe.durier@fde-somme.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":251,\"name\":\"CPS Asset Management SAS\",\"businessName\":\"CPS Asset Management SAS\",\"regNo\":\"493123251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"BOULOGNE BILLANCOURT\",\"postcode\":\"92100\",\"address\":\"58 AV EMILE ZOLA\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PEZET Hugues\",\"email\":\"hugues_pezet@carrefour.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":252,\"name\":\"Ville de la Garenne Colombes\",\"businessName\":\"Ville de la Garenne Colombes\",\"regNo\":\"219 200 359 00012\",\"vatNo\":\"FR65219200359\",\"country\":\"FR\",\"region\":null,\"city\":\"La Garenne-Colombes\",\"postcode\":\"92250\",\"address\":\"68 Boulevard de la R\\u00e9publique\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"correia fabricio\",\"email\":\"fabricio.correia@lagarennecolombes.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":253,\"name\":\"CPO - SGA Automation SAS\",\"businessName\":\"CPO - SGA Automation SAS\",\"regNo\":\"424246015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76000\",\"address\":\"27 Rue Jean Philippe Rameau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":254,\"name\":\"EV Maestro Ltd.\",\"businessName\":\"EV Maestro Ltd.\",\"regNo\":\"40103266553\",\"vatNo\":null,\"country\":\"LV\",\"region\":null,\"city\":\"Riga\",\"postcode\":\"LV1021\",\"address\":\"46 K-2 Ulbrokas Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Berzina Iveta\",\"email\":\"ivetab@evmaestro.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":255,\"name\":\"LUMI'iN SAS\",\"businessName\":\"LUMI'iN SAS\",\"regNo\":\"80794006900014\",\"vatNo\":\"FR30807940069\",\"country\":\"FR\",\"region\":null,\"city\":\"Malijai\",\"postcode\":\"04350\",\"address\":\"5 Le Prieure\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"LUMI'IN Superviseur\",\"email\":\"gireve@lumi-in.fr\",\"phone\":\"(+33) 7 82 94 09 59\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":257,\"name\":\"TotalEnergies Charging Services SAS\",\"businessName\":\"CPO - TotalEnergies Charging Services\",\"regNo\":\"514 933 589\",\"vatNo\":\"FR22531680445\",\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"24 Cours Michelet\",\"lastUpdatedAt\":\"2025-02-20T10:29:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Longatte\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Knafo Salom\\u00e9\",\"email\":\"salome.knafo@totalenergies.com\",\"phone\":\"+33 6 07 04 69 68\"},\"billing\":{\"contactPerson\":\"Fanny Carolei\",\"email\":\"fanny.carolei@totalenergies.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":258,\"name\":\"CPO - R\\u00e9gion Hauts-de-France\",\"businessName\":\"CPO - R\\u00e9gion Hauts-de-France\",\"regNo\":\"200053742\",\"vatNo\":\"FR25200053742\",\"country\":\"FR\",\"region\":null,\"city\":\"Lille Cedex\",\"postcode\":\"59555\",\"address\":\"155 Avenue du Pr\\u00e9sident Hoover 59555 , Lille Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":261,\"name\":\"Conny De Schepper\",\"businessName\":\"Conny De Schepper\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Haeyershoek 74\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Conny De Schepper\",\"email\":\"vdmluc68@hotmail.com\",\"phone\":\"0472942323\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":263,\"name\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"businessName\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"regNo\":\"258708585\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Palais sur Vienne\",\"postcode\":\"87410\",\"address\":\"8 rue d'Anguernaud\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":\"(+33) 6 13 44 57 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":264,\"name\":\"CPO - Clem'\",\"businessName\":\"CPO - Clem'\",\"regNo\":\"519 450 209\",\"vatNo\":\"FR49519450209\",\"country\":\"FR\",\"region\":null,\"city\":\"Neuilly-sur-Seine\",\"postcode\":\"92200\",\"address\":\"9 Villa des Sablons\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Delabona Andrews\",\"email\":\"andrews.delabona@clem-e.com\",\"phone\":\"(+33) 9 72 39 68 60\"},\"technical\":{\"contactPerson\":\"Stanislas Soufflet,\",\"email\":\"stanislas.soufflet@clem-e.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"it@clem-e.com\",\"phone\":\"0753366695\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":265,\"name\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"businessName\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dampierre en Yvelines\",\"postcode\":\"78720\",\"address\":\"9 Grande Rue\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PELLETIER Jacques\",\"email\":\"cchvc78@orange.fr\",\"phone\":\"(+33) 1 30 52 83 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":266,\"name\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"businessName\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laon\",\"postcode\":\"02007\",\"address\":\"Rue Turgot\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Moliner Yves\",\"email\":\"y.demoliner@useda.fr\",\"phone\":\"(+33) 3 23 27 15 80\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":267,\"name\":\"Camping du Lac\",\"businessName\":\"Camping du Lac\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINTE EULALIE EN BORN\",\"postcode\":\"40200\",\"address\":\"1590 Route du Lac\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gallou\\u00ebt C\\u00e9cile\",\"email\":\"contact@lecampingdulac.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":268,\"name\":\"Cogelum IDF (Citeos)\",\"businessName\":\"Cogelum IDF (Citeos)\",\"regNo\":\"B525134169\",\"vatNo\":\"FR08525134169\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92122\",\"address\":\"50 Avenue Fran\\u00e7ois Arago - CS 80002\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ismail BADIH\",\"email\":\"ismail.badih@citeos.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Carla Atiga\",\"email\":\"comptabilite.cpo@citeos.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":271,\"name\":\"Mertens Consulting BV\",\"businessName\":\"Mertens Consulting BV\",\"regNo\":\"0896.979.487\",\"vatNo\":\"BE 0896.979.487\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Smalvoortstraat 50, Turnhout , 2300\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mertens Fons\",\"email\":\"fonsmertens@me.com\",\"phone\":\"0475\\/248.968\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":272,\"name\":\"Samantha De Witte\",\"businessName\":\"Samantha De Witte\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Hoogkamerstraat 13, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samantha De Witte\",\"email\":\"samantha.dw@outlook.be\",\"phone\":\"0478365219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":273,\"name\":\"EMSP- Radicle UG\",\"businessName\":\"EMSP- Radicle UG\",\"regNo\":\"HRB231270\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Leipzig\",\"postcode\":\"04129\",\"address\":\"2 Schiebestrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ross Savage\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":278,\"name\":\"Power Shop\",\"businessName\":\"Power Shop\",\"regNo\":\"0478302941\",\"vatNo\":\"BE0478302941\",\"country\":\"BE\",\"region\":null,\"city\":\"Menen\",\"postcode\":\"8930\",\"address\":\"Delorsplein 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Logan Demeulemeester\",\"email\":\"logan.demeulemeester@hotmail.com\",\"phone\":\"0492055783\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":283,\"name\":\"e-Clearing (Test)\",\"businessName\":\"e-Clearing (Test)\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":286,\"name\":\"Christof Haeseldonckx\",\"businessName\":\"Christof Haeseldonckx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Cranenskapelstraat 1a\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christof Haeseldonckx\",\"email\":\"christofsandy@telenet.be\",\"phone\":\"0495230848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":289,\"name\":\"EMSP- Bornes Lib SAS\",\"businessName\":\"EMSP- Bornes Lib SAS\",\"regNo\":\"905139515\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"4 rue pasquier\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bah Ibrahima Sory\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":291,\"name\":\"Jurgen Munghen\",\"businessName\":\"Jurgen Munghen\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ingelmunster\",\"postcode\":\"-\",\"address\":\"H\\u00fcllhorststraat 3, Ingelmunster, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Munghen\",\"email\":\"jurgen.munghen@telenet.be\",\"phone\":\"0476531993\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":293,\"name\":\"EMSP- PERETTI GROUPE SARL\",\"businessName\":\"EMSP- PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":307,\"name\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"businessName\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Michel-sur-Orge\",\"postcode\":\"91240\",\"address\":\"16bis Rue Denis Papin\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean-Pierre Duperron\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":316,\"name\":\"Thys Interieur & Design\",\"businessName\":\"Thys Interieur & Design\",\"regNo\":\"0876145174\",\"vatNo\":\"BE0876145174\",\"country\":\"BE\",\"region\":null,\"city\":\"Eeklo\",\"postcode\":\"9900\",\"address\":\"Vrombautstraat 147\",\"lastUpdatedAt\":\"2025-05-16T13:26:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":317,\"name\":\"EMSP- Load Stations SAS\",\"businessName\":\"EMSP- Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":321,\"name\":\"CPO - ChargePoint Austria GmbH\",\"businessName\":\"CPO - ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Henrik Gerdes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":300,\"total\":839}}"} 
[2025-07-17 18:28:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":333,\"name\":\"Polinvest\",\"businessName\":\"Polinvest\",\"regNo\":\"BE0452239437\",\"vatNo\":\"BE0452239437\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 58 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyra Kuppens\",\"email\":\"kyra.kuppens@ocb.be\",\"phone\":\"080013890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":334,\"name\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":342,\"name\":\"EMSP- Eneco eMobility B.V.\",\"businessName\":\"EMSP- Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leonie Baneke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":350,\"name\":\"EMSP- Kiwhi Pass Solutions SASU\",\"businessName\":\"EMSP- Kiwhi Pass Solutions SASU\",\"regNo\":\"808 639 801\",\"vatNo\":\"FR49 808 639 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Apollinaire\",\"postcode\":\"21850\",\"address\":\"36 Rue du docteur Schmitt\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique TALLON\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":351,\"name\":\"EMSP- Robo Charge B.V.\",\"businessName\":\"EMSP- Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":352,\"name\":\"EMSP- Volkswagen Group Charging GmbH\",\"businessName\":\"EMSP- Volkswagen Group Charging GmbH\",\"regNo\":\"HRB 208967\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"1 Mollstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"ladekonzept@elli.eco\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"cpo-invoice@elli.eco\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":355,\"name\":\"CPO - City Charging BV\",\"businessName\":\"CPO - City Charging BV\",\"regNo\":\"80648088\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Deventer\",\"postcode\":\"7418 AJ\",\"address\":\"6b Zutphenseweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@citycharging.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":356,\"name\":\"Power Dot S.A\",\"businessName\":\"Power Dot S.A\",\"regNo\":\"514790342\",\"vatNo\":null,\"country\":\"PT\",\"region\":null,\"city\":\"Lisboa\",\"postcode\":\"250-096\",\"address\":\"17 6B R. Carlos Alberto da Mota Pinto\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ramos Afonso\",\"email\":\"acr@powerdot.pt\",\"phone\":\"00351 91 44 56 54 3\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":357,\"name\":\"IMAC2 SAS\",\"businessName\":\"IMAC2 SAS\",\"regNo\":\"421334566\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Cannet\",\"postcode\":\"06110\",\"address\":\"50 avenue du Campon\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julienne St\\u00e9phane\",\"email\":null,\"phone\":\"s.julienne@rivieracarcenter.fr\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":358,\"name\":\"Be Charge S.r.l.\",\"businessName\":\"Be Charge S.r.l.\",\"regNo\":\"09957510960\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20143\",\"address\":\"11 Via Carlo Bo\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paolo Martini\",\"email\":\"invoice.italia@bepower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":359,\"name\":\"MACRIS SAS\",\"businessName\":\"MACRIS SAS\",\"regNo\":\"341760148\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Creissels\",\"postcode\":\"12100\",\"address\":\"Route de St Affrique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian CABIRON\",\"email\":\"christian.cabiron@socamil.leclerc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":361,\"name\":\"Syndicat de la Di\\u00e8ge\",\"businessName\":\"Syndicat de la Di\\u00e8ge\",\"regNo\":\"200 078 947\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ussel\",\"postcode\":\"19200\",\"address\":\"2 Avenue de Beauregard\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre CHEVALIER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":362,\"name\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"businessName\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Gu\\u00e9ret\",\"postcode\":\"23000\",\"address\":\"11 Avenue Pierre Mend\\u00e8s\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 MAVIGNER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":363,\"name\":\"Free To X S.r.l.\",\"businessName\":\"Free To X S.r.l.\",\"regNo\":\"07516911000\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Rome\",\"postcode\":\"00159\",\"address\":\"50 via A. Bergamini\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piolo Andrea\",\"email\":\"andrea.piolo@freeto-x.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":364,\"name\":\"CPO - Wattify BV\",\"businessName\":\"CPO - Wattify BV\",\"regNo\":\"0777610990\",\"vatNo\":\"BE0777610990\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"kriephoekstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitry Smagghe\",\"email\":\"dimitry@wattify.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":365,\"name\":\"R\\u00e9gie Services Energie\",\"businessName\":\"R\\u00e9gie Services Energie\",\"regNo\":\"43887287100019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AMBERIEUX EN DOMBES\",\"postcode\":\"01330\",\"address\":\"577 route de Saint -Trivier sur Moignans\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Marc GEORGE\",\"email\":\"comptabilite@oriosbyspie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":366,\"name\":\"Abel&Co\",\"businessName\":\"Abel&Co\",\"regNo\":\"18052596\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Tilburg\",\"postcode\":\"5046AT\",\"address\":\"38 Goirekekanaaldijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van den Dries Monicue\",\"email\":\"monicue@abelenco.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":367,\"name\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"businessName\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"regNo\":\"000003234533\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Soest\",\"postcode\":\"3768HL\",\"address\":\"108 Birkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leijdekker Ruben\",\"email\":\"rleijdekker@avia.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":368,\"name\":\"EnerMia\",\"businessName\":\"EnerMia\",\"regNo\":\"MO - 412382\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Modena\",\"postcode\":\"41121\",\"address\":\"41 Corso Vittorio Emanuele II\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flavia Samori\",\"email\":\"f.samori@enermia.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":369,\"name\":\"BEC Construction Champagne\",\"businessName\":\"BEC Construction Champagne\",\"regNo\":\"463 200 725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Epernay\",\"postcode\":\"51200\",\"address\":\"6 All\\u00e9e de la Cote des Blancs\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marchand Cassandra\",\"email\":\"c.marchand@becchampagne.fayat.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":370,\"name\":\"NW IECharge Bretagne\",\"businessName\":\"NW IECharge Bretagne\",\"regNo\":\"898279251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75007\",\"address\":\"34 avenue Bosquet\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wassenaar Bram\",\"email\":\"bram.wassenaar.partner@iecharge.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":371,\"name\":\"Meubles Ikea France\",\"businessName\":\"Meubles Ikea France\",\"regNo\":\"RCS B 351 745 724\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"PLAISIR Cedex\",\"postcode\":\"78 375 , BP 129,\",\"address\":\"425 rue Henri Barbusse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ARFAOUI Said\",\"email\":\"said.arfaoui@izivia.com\",\"phone\":\"(+33) 7 76 23 00 25\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":372,\"name\":\"CPO - Saascharge International GmbH\",\"businessName\":\"CPO - Saascharge International GmbH\",\"regNo\":\"CH-020.4.074.493-5\",\"vatNo\":null,\"country\":\"CH\",\"region\":null,\"city\":\"Glattpark (Opfikon)\",\"postcode\":\"8152\",\"address\":\"117 Thurgauerstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Albrecht Richard\",\"email\":\"richard.albrecht@saascharge.com\",\"phone\":\"(+41) 7 63 90 01 77\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@saascharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Richard Albrecht\",\"email\":\"finance@saascharge.com\",\"phone\":\"+41445864550\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":373,\"name\":\"Borneco\",\"businessName\":\"Borneco\",\"regNo\":\"90510266100014\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"142 avenue dausmenil\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Minaeian Sasan\",\"email\":\"sasan.minaeian@wattzhub.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":374,\"name\":\"ENEXTEN\",\"businessName\":\"ENEXTEN\",\"regNo\":\"882828726\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chavanod\",\"postcode\":\"74650\",\"address\":\"178 Route de cran gevrier\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krari Sara\",\"email\":\"sara.krari@nexteneo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":375,\"name\":\"ALP-EV\",\"businessName\":\"ALP-EV\",\"regNo\":\"85903108\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"BREDA\",\"postcode\":\"4814 RE\",\"address\":\"266 Leursebaan\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van der Lof Jochem\",\"email\":\"support@alp-ev.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":376,\"name\":\"Evadea\",\"businessName\":\"Evadea\",\"regNo\":\"500759683\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-DENIS\",\"postcode\":\"93200\",\"address\":\"1 PLACE DE LA BERLINE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DADOU Thomas\",\"email\":\"thomas.dadou@spie.com\",\"phone\":\"(+33) 7 60 26 22 20\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":377,\"name\":\"Gaia Green Tech S.L.\",\"businessName\":\"Gaia Green Tech S.L.\",\"regNo\":\"B40571002\",\"vatNo\":\"ESB40571002\",\"country\":\"ES\",\"region\":null,\"city\":\"Valencia\",\"postcode\":\"46022\",\"address\":\"11, 2nd floor, Apt. 9 Calle de Felipe Salvador\",\"lastUpdatedAt\":\"2025-03-04T10:00:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Siudzinski Wojtek\",\"email\":\"wojtek@gaiagreen.tech\",\"phone\":\"(+34) 6 84 28 68 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":378,\"name\":\"Sevdec\",\"businessName\":\"Sevdec\",\"regNo\":\"38064471600017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76100\",\"address\":\"20 rue David Ferrand\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":379,\"name\":\"Area Tech\",\"businessName\":\"Area Tech\",\"regNo\":\"854036308\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"MARCQ EN BAROEUL\",\"postcode\":\"59700\",\"address\":\"340 avenue de La Marne\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bonneville Renaud\",\"email\":\"renaud.bonneville@area-tech.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":380,\"name\":\"EMSP- Monta ApS\",\"businessName\":\"EMSP- Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":381,\"name\":\"GROUPE MOBELEC\",\"businessName\":\"GROUPE MOBELEC\",\"regNo\":\"88990931300021\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecully\",\"postcode\":\"69130\",\"address\":\"12 Chemin de Chalin\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaume Christophe\",\"email\":\"christophe.gaume@groupe-mobelec.fr\",\"phone\":\"(+33) 6 02 49 69 54\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":382,\"name\":\"ProperPhi\",\"businessName\":\"ProperPhi\",\"regNo\":\"89193764100027\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"8 rue de la Chesnaie\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":383,\"name\":\"Time2Plug\",\"businessName\":\"Time2Plug\",\"regNo\":\"912044948\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"13 avenue Boudon\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heripret Edouard\",\"email\":\"edouard@time2plug.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":384,\"name\":\"SunXLium\",\"businessName\":\"SunXLium\",\"regNo\":\"843721390\",\"vatNo\":null,\"country\":\"DM\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"9 Anatole de la Forge\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chady Fadil\",\"email\":\"fadil.chady@sunxlium.com\",\"phone\":\"(+23) 0 59 77 69 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":385,\"name\":\"Laadkompas B.V.\",\"businessName\":\"Laadkompas B.V.\",\"regNo\":\"75246740\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Almere\",\"postcode\":\"1322 CH\",\"address\":\"100 Transistorstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Khan Mazhar\",\"email\":\"administratie@laadkompas.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":386,\"name\":\"Atlante Srl\",\"businessName\":\"Atlante Srl\",\"regNo\":\"2635708\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20137\",\"address\":\"3 Piazzale Lodi\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Atlante Invoicing\",\"email\":\"invoices@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":388,\"name\":\"Eoliberty\",\"businessName\":\"Eoliberty\",\"regNo\":\"91844486000012\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vierzon\",\"postcode\":\"18100\",\"address\":\"All\\u00e9e Geroges Charpak\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GEHA Daniel\",\"email\":\"daniel.geha@eova.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":389,\"name\":\"Dropnplug\",\"businessName\":\"Dropnplug\",\"regNo\":\"88206038700017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rennes\",\"postcode\":\"35000\",\"address\":\"26 Avenue Chardonnet\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"lebrize claude\",\"email\":\"claude.lebrize@dropnplug.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":390,\"name\":\"EMSP- Diego Luxembourg\",\"businessName\":\"EMSP- Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":392,\"name\":\"Brussels Kois\",\"businessName\":\"Brussels Kois\",\"regNo\":\"BE 0820.015.135\",\"vatNo\":\"BE 0820.015.135\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Edmond Plas\",\"email\":\"sandra@capitalecars.be\",\"phone\":\"+32475235296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":397,\"name\":\"Tom Van Damme\",\"businessName\":\"Tom Van Damme\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Beukenlaan 40, 2110 Wijnegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Van Damme\",\"email\":\"tomvandamme001@gmail.com\",\"phone\":\"+32494899290\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":398,\"name\":\"Dirk Poppe\",\"businessName\":\"Dirk Poppe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9420\",\"address\":\"wezelpoelstraat 102 9420 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Poppe\",\"email\":\"poppe_dirk@hotmail.com\",\"phone\":\"0486727713\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":399,\"name\":\"Autel Netherlands B.V.\",\"businessName\":\"Autel Netherlands B.V.\",\"regNo\":\"84342773\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"GL \\u2019S-GRAVENHAGE\",\"postcode\":\"2497\",\"address\":\"217 Laan van Waalhaven\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Huang Baixin\",\"email\":\"baixin.huang@autel.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":403,\"name\":\"Ceylan Celikoz\",\"businessName\":\"Ceylan Celikoz\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Berchem\",\"postcode\":\"2600\",\"address\":\"Kanunnik Peeters Straat 147, 2600, Berchem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ceylan Celikoz\",\"email\":\"ceylan@blulinc.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"ceylan@blulinc.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":412,\"name\":\"PPC\",\"businessName\":\"PPC\",\"regNo\":\"000786301000\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Athens\",\"postcode\":\"10432\",\"address\":\"30 Chalkokondili Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyriakos Kofinas\",\"email\":\"roaming.deiblue@dei.gr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Benos Peter\",\"email\":\"p.benos@dei.gr\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":413,\"name\":\"PLUG-N-GO\",\"businessName\":\"PLUG-N-GO\",\"regNo\":\"10848124\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"WC2H 9JQ\",\"address\":\"71-75 Shelton Street, Covent Garden\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Revill Tim\",\"email\":\"tim@plug-n-go.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Dufty Nigel\",\"email\":\"nigel@plug-n-go.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Keith Hounsell\",\"email\":\"keith@plug-n-go.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":414,\"name\":\"CPO - Grupo EasyCharger\",\"businessName\":\"CPO - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":415,\"name\":\"NORMATECH SAS [Lodmi]\",\"businessName\":\"NORMATECH SAS [Lodmi]\",\"regNo\":\"901360602\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"ARRAS\",\"postcode\":\"62000\",\"address\":\"11 RUE WILLY BRANDT BATIMENT 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Saint Machin\",\"email\":\"tsm@lodmi.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Moukhlisse Zineb\",\"email\":\"zineb@lodmi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Qu\\u00e9ru Laura\",\"email\":\"laura@lodmi.com\",\"phone\":\"(+33) 7 66 59 08 46\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":416,\"name\":\"TEA MOBILITAS\",\"businessName\":\"TEA MOBILITAS\",\"regNo\":\"09-09-027080\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Hajd\\u00faszoboszl\\u00f3\",\"postcode\":\"4200\",\"address\":\"71 Kossuth\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Heged\\u0171s-Kocsis Krisztina\",\"email\":\"kocsiskrisztina@sarkcsillag.com\",\"phone\":\"(+36) 3 03 89 07 44\"},\"billing\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":417,\"name\":\"SBS Innovations (ByWatt)\",\"businessName\":\"SBS Innovations (ByWatt)\",\"regNo\":\"68061722\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Ernst\",\"postcode\":\"8166GP\",\"address\":\"4 Korte Laarstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"technical\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"billing\":{\"contactPerson\":\"ByWatt Invoicing\",\"email\":\"invoices@bywatt.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":418,\"name\":\"EV Map\",\"businessName\":\"EV Map\",\"regNo\":\"922271564\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-FONS\",\"postcode\":\"69190\",\"address\":\"49 Boulevard LUCIEN SAMPAIX\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":422,\"name\":\"Dhsn Bv\",\"businessName\":\"Dhsn Bv\",\"regNo\":\"0781.946.296\",\"vatNo\":\"BE 0781.946.296\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilsen-Stokkem\",\"postcode\":\"3650\",\"address\":\"Borreshoefstraat 67\",\"lastUpdatedAt\":\"2024-11-27T13:01:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries Housen\",\"email\":\"dries@dhsn.be\",\"phone\":\"0498\\/409607\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":426,\"name\":\"Patrick Wastyn\",\"businessName\":\"Patrick Wastyn\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zulte\",\"postcode\":\"9870\",\"address\":\"Waalbeekpark 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Wastyn\",\"email\":\"wastynpatrick6@gmail.com\",\"phone\":\"0476059342\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":400,\"total\":839}}"} 
[2025-07-17 18:28:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":430,\"name\":\"BV Dokter R. Steenwegen\",\"businessName\":\"BV Dokter R. Steenwegen\",\"regNo\":\"0474 426 010\",\"vatNo\":\"BE0474 426 010\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1700\",\"address\":\"Molenstraat 73\",\"lastUpdatedAt\":\"2024-11-27T13:04:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":431,\"name\":\"Ronny Hindyrickx\",\"businessName\":\"Ronny Hindyrickx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Raapstraat 33\",\"lastUpdatedAt\":\"2024-11-27T13:04:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Hindyrickx\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":434,\"name\":\"V-I-C bvba\",\"businessName\":\"V-I-C bvba\",\"regNo\":\"0536.481.462\",\"vatNo\":\"BE0536.481.462\",\"country\":\"BE\",\"region\":null,\"city\":\"Zedelgem\",\"postcode\":\"8210\",\"address\":\"Diksmuidse Heirweg 51c\",\"lastUpdatedAt\":\"2024-11-27T13:05:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":435,\"name\":\"Vermoortel Chantal\",\"businessName\":\"Vermoortel Chantal\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Damme\",\"postcode\":\"Damme\",\"address\":\"Damweg 56\",\"lastUpdatedAt\":\"2024-11-27T13:08:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":443,\"name\":\"EMSP- Recharger mon auto\",\"businessName\":\"EMSP- Recharger mon auto\",\"regNo\":\"91931393200015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Aulnay-Sous-Bois\",\"postcode\":\"93600\",\"address\":\"198 Avenue de Nonneville\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rodrigues C\\u00e9dric\",\"email\":\"cedric.rodrigues@rechargermonauto.com\",\"phone\":\"0659457794\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":444,\"name\":\"YES55\",\"businessName\":\"YES55\",\"regNo\":\"950758219\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grimaud\",\"postcode\":\"83310\",\"address\":\"ZA du Grand Pont\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robelin Nicolas\",\"email\":\"nicolas.robelin@yes55.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Martin Rachel\",\"email\":\"rachel.martin@yes55.fr\",\"phone\":\"+33 7 88 77 08 15\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":445,\"name\":\"CPO - METLD (BE GREEN MOBILITY)\",\"businessName\":\"CPO - METLD (BE GREEN MOBILITY)\",\"regNo\":\"919243121\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Herblain\",\"postcode\":\"44800\",\"address\":\"1 Guglielmo Marconi\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stecchino Julien\",\"email\":\"j.stecchino@begreen-group.com\",\"phone\":\"(+33) 6 76 89 05 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":446,\"name\":\"CPO - Compleo Charging Software GmbH\",\"businessName\":\"CPO - Compleo Charging Software GmbH\",\"regNo\":\"HRB 33903\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Dortmund\",\"postcode\":\"44379\",\"address\":\"8 Ezzestra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leidgebel Dennis\",\"email\":\"dennis.leidgebel@compleo-cs.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":447,\"name\":\"Energytix.solutions\",\"businessName\":\"Energytix.solutions\",\"regNo\":\"0654.812.554\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Schaapveld 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Baes Jonas\",\"email\":\"jbaes@energytix.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Leeman Bert\",\"email\":\"bleeman@energytix.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":448,\"name\":\"Amano Europe NV\",\"businessName\":\"Amano Europe NV\",\"regNo\":\"0434 751 030\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Westerring 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Schouterden Dominic\",\"email\":\"dschouterden@amano.eu\",\"phone\":\"(+32) 4 92 11 66 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":459,\"name\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"businessName\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":\"70435\",\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Philipp\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":462,\"name\":\"EMSP- NRG Accounting BV\",\"businessName\":\"EMSP- NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":463,\"name\":\"Top Employers Belgium\",\"businessName\":\"Top Employers Belgium\",\"regNo\":\"BE0895420064\",\"vatNo\":\"BE0895420064\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Nijverheidsstraat 70, 2160 Wommelgem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":466,\"name\":\"EMSP- E.ON Drive\",\"businessName\":\"EMSP- E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":470,\"name\":\"EMSP- E.A. Business\",\"businessName\":\"EMSP- E.A. Business\",\"regNo\":\"880960182\",\"vatNo\":\"FR31880960182\",\"country\":\"FR\",\"region\":null,\"city\":\"Rillieux-La-Pape\",\"postcode\":\"69140\",\"address\":\"555 chemin du Bois\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jemoui Mehdi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Issam Arfaoui\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":473,\"name\":\"Edmond Plas\",\"businessName\":\"Edmond Plas\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5,\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandra Bulinckx\",\"email\":\"sandra@capitalecars.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":476,\"name\":\"EMSP- E-Fusion SAS\",\"businessName\":\"EMSP- E-Fusion SAS\",\"regNo\":\"912272143\",\"vatNo\":\"FR47912272143\",\"country\":\"FR\",\"region\":null,\"city\":\"Labege\",\"postcode\":\"31670\",\"address\":\"231 rue Pierre et Marie Curie\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ernest BOADI\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":482,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":493,\"name\":\"CPO - Road B.V.\",\"businessName\":\"CPO - Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":494,\"name\":\"NLCharge B.V.\",\"businessName\":\"NLCharge B.V.\",\"regNo\":\"82372829\",\"vatNo\":\"NL862440142B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1015 CN\",\"address\":\"8 Keizersgracht\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter C. Molengraaf\",\"email\":\"peter@nlcharge.nl\",\"phone\":\"(+31) 6 46 36 09 71\"},\"technical\":{\"contactPerson\":\"Becker Riccardo\",\"email\":\"riccardo@longship.io\",\"phone\":\"(+31) 2 02 11 74 58\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":495,\"name\":\"Jerecharge.com SAS\",\"businessName\":\"Jerecharge.com SAS\",\"regNo\":\"905083895\",\"vatNo\":\"FR52905083895\",\"country\":\"FR\",\"region\":null,\"city\":\"Garches\",\"postcode\":\"92380\",\"address\":\"23 rue de la c\\u00f4te Saint Louis\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Olry\",\"email\":\"christophe.olry@jerecharge.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Viguie Gilles\",\"email\":\"gilles.viguie@jerecharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":496,\"name\":\"Paragon Mobility SAS\",\"businessName\":\"Paragon Mobility SAS\",\"regNo\":\"851548404\",\"vatNo\":\"FR68851548404\",\"country\":\"FR\",\"region\":null,\"city\":\"Valbonne\",\"postcode\":\"06560\",\"address\":\"535 Route des Lucioles, Les Aqueducs \\u2013 B\\u00e2timent 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann Cortot\",\"email\":\"operations@paragonmobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 1 84 88 39 32\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":497,\"name\":\"K2 PROPERTY BV\",\"businessName\":\"K2 PROPERTY BV\",\"regNo\":\"0749.520.384\",\"vatNo\":\"BE0749.520.384\",\"country\":\"BE\",\"region\":null,\"city\":\"Kuurne\",\"postcode\":\"8520\",\"address\":\"Ringlaan 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Janssens\",\"email\":\"bruno.janssens@questforproperty.com\",\"phone\":\"+(324) 953-85959\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":500,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":502,\"name\":\"Extendas Online Informatica B.V.\",\"businessName\":\"Extendas Online Informatica B.V.\",\"regNo\":\"08154890\",\"vatNo\":\"NL817496749B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Enschede\",\"postcode\":\"7521 PK\",\"address\":\"30 Institutenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"M.A. Cauli\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Tim Bethlehem\",\"email\":\"tim@extendas.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Raphael Verreijken\",\"email\":\"raphael@extendas.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":503,\"name\":\"EMSP- SMEG D\\u00e9veloppement\",\"businessName\":\"EMSP- SMEG D\\u00e9veloppement\",\"regNo\":\"20S08489\",\"vatNo\":\"FR46000150523\",\"country\":\"FR\",\"region\":null,\"city\":\"Monaco\",\"postcode\":\"98000\",\"address\":\"10 avenue de Fontvieille\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Battaglione\",\"email\":\"smeg@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"commercial@smeg.mc\",\"phone\":\"(+377) 92 05 66 44\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":510,\"name\":\"Fastned BV\",\"businessName\":\"Fastned BV\",\"regNo\":\"54606179\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1097 DL\",\"address\":\"77R James Wattstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Langezaal\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":500,\"total\":839}}"} 
[2025-07-17 18:28:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":533,\"name\":\"Dries Uitvaartzorg\",\"businessName\":\"Dries Uitvaartzorg\",\"regNo\":\"0457645604\",\"vatNo\":\"BE 0457645604\",\"country\":\"BE\",\"region\":null,\"city\":\"Dessel\",\"postcode\":\"2480\",\"address\":\"Polderstraat 46\",\"lastUpdatedAt\":\"2024-11-27T15:58:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":536,\"name\":\"CPO - LichtBlick eMobility GmbH\",\"businessName\":\"CPO - LichtBlick eMobility GmbH\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":539,\"name\":\"CPO - Remo Sustainable Mobility S.L.\",\"businessName\":\"CPO - Remo Sustainable Mobility S.L.\",\"regNo\":\"B72745698\",\"vatNo\":\"B72745698\",\"country\":\"ES\",\"region\":null,\"city\":\"28046\",\"postcode\":\"Madrid\",\"address\":\"135 Paseo de la Castellana, 12th floor\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remo Commercial Team\",\"email\":\"info@remo-mobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":542,\"name\":\"CPO - GreenYellow eMobility SAS\",\"businessName\":\"CPO - GreenYellow eMobility SAS\",\"regNo\":\"835370842\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint - Etienne\",\"postcode\":\"42000\",\"address\":\"1 Cours Antoine Guichard\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Romain BUTTE\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Chamkhi Salma\",\"email\":\"schamkhi@greenyellow.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"eMobility B2B support GreenYellow\",\"email\":\"emobility.exploit@greenyellow.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":543,\"name\":\"EMSP - Grupo EasyCharger\",\"businessName\":\"EMSP - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":544,\"name\":\"Sven Devisscher\",\"businessName\":\"Sven Devisscher\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2350\",\"address\":\"Ossevenstraat 11, 2350 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":549,\"name\":\"LichtBlick eMobility\",\"businessName\":\"LichtBlick eMobility\",\"regNo\":null,\"vatNo\":\"HRB 11191\",\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hubach Julia\",\"email\":\"julia.hubach@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"support.emobility@lichtblick.de\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":550,\"name\":\"Bart Van Keer\",\"businessName\":\"Bart Van Keer\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Fazantenstraat 45, 9080 Lochristi\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":556,\"name\":\"EV-Quip (SRL)\",\"businessName\":\"EV-Quip (SRL)\",\"regNo\":\"0750.549.871\",\"vatNo\":\"BE0750.549.871\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16, 3900 Pelt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vandebeeck Stephan\",\"email\":\"stephan@euroquip.be\",\"phone\":\"+(324) 974-80894\"},\"technical\":{\"contactPerson\":\"Vandebeeck Louis\",\"email\":\"louis@ev-quip.be\",\"phone\":\"+32 11 81 82 18\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":557,\"name\":\"Sovana Srl\\/Bv\",\"businessName\":\"Sovana Srl\\/Bv\",\"regNo\":\"0473863608\",\"vatNo\":\"BE0473863608\",\"country\":\"BE\",\"region\":null,\"city\":\"Tervuren\",\"postcode\":\"3080\",\"address\":\"Edmond Hanssenslaan 42 , Tervuren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Martine Serrien\",\"email\":\"martine.serrien@sovana.be\",\"phone\":\"0475 68 66 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":563,\"name\":\"CPO - Mobilize Fast Charge France\",\"businessName\":\"CPO - Mobilize Fast Charge France\",\"regNo\":\"983504002\",\"vatNo\":\"FR65983504002\",\"country\":\"FR\",\"region\":null,\"city\":\"Boulogne-Billancourt\",\"postcode\":\"92100\",\"address\":\"122-122 Bis Avenue du G\\u00e9n\\u00e9ral Leclerc\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Service Facturation\",\"email\":\"fastcharge.exploitation@mobilize.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":591,\"name\":\"CPO - QWELLO GmbH\",\"businessName\":\"CPO - QWELLO GmbH\",\"regNo\":\"HRB 234481\",\"vatNo\":\"DE316810194\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80992\",\"address\":\"1 Agnes-Pockels-Bogen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Roaming Qwello\",\"email\":\"roaming@qwello.eu\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":592,\"name\":\"CPO - ChargeIn\",\"businessName\":\"CPO - ChargeIn\",\"regNo\":\"0000986332\",\"vatNo\":\"PL7011100884\",\"country\":\"PL\",\"region\":null,\"city\":\"Warszawa\",\"postcode\":\"00-654\",\"address\":\"17 ul. Jana i J\\u0119drzeja \\u015aniadeckich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Babinski Kamil\",\"email\":\"kamil.babinski@chargein.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Maciej Skoczylas\",\"email\":\"maciej.sawicki@chargein.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":594,\"name\":\"Lard Aurelie\",\"businessName\":\"Lard Aurelie\",\"regNo\":\"0763997932\",\"vatNo\":\"BE0763997932\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:04:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lard Aurelie\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":602,\"name\":\"Taxi LM\",\"businessName\":\"Taxi LM\",\"regNo\":null,\"vatNo\":\"BE0794.869.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Jozef Verbovenlei 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":607,\"name\":\"EMSP- TanQyou\",\"businessName\":\"EMSP- TanQyou\",\"regNo\":\"70223521\",\"vatNo\":\"NL851056519B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"3 The Want, 8802PV, Franeker\",\"lastUpdatedAt\":\"2025-03-31T12:38:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Harmen Akkerman\",\"email\":\"info@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":\"(+31)88 100 9877\"},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":608,\"name\":\"CPO - Optimum Way Ltd.\",\"businessName\":\"CPO - Optimum Way Ltd.\",\"regNo\":\"03-09-131907\",\"vatNo\":\"HU-26399661\",\"country\":\"HU\",\"region\":null,\"city\":\"Baja\",\"postcode\":\"6500\",\"address\":\"2 Gesztenye utca 6500 , Baja\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"OW Invoices\",\"email\":\"szamla@optimumway.hu\",\"phone\":\"0036209564490\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":609,\"name\":\"CPO - Schouten Energy\",\"businessName\":\"CPO - Schouten Energy\",\"regNo\":\"28089720\",\"vatNo\":\"NL809534034B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Alphen aan den Rijn\",\"postcode\":\"2401 LP\",\"address\":\"4 Gnephoek 2401 LP , Alphen aan den Rijn\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wiebe van der Veen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":610,\"name\":\"CPO - Go Electric Stations SRLS\",\"businessName\":\"CPO - Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella 40128 , Bologna\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":611,\"name\":\"Divani NV\",\"businessName\":\"Divani NV\",\"regNo\":\"0830.657.916\",\"vatNo\":\"BE 0830.657.916\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052\\/D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"divani@immogra.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":616,\"name\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"businessName\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"regNo\":\"HRA 6945\",\"vatNo\":\"DE266451114\",\"country\":\"DE\",\"region\":null,\"city\":\"Bochum\",\"postcode\":\"44789\",\"address\":\"56 Wittener Stra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-13T13:32:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Stocker\",\"email\":\"info@trafineo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":617,\"name\":\"EMSP- Threeforce BV\",\"businessName\":\"EMSP- Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":618,\"name\":\"CPO - Optimile Bv\",\"businessName\":\"CPO - Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":619,\"name\":\"EMSP- ZEborne\",\"businessName\":\"EMSP- ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":620,\"name\":\"Demo Account - Blulinc\",\"businessName\":\"Demo Account - Blulinc\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-01-17T08:38:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":621,\"name\":\"EMSP- Road B.V.\",\"businessName\":\"EMSP- Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":622,\"name\":\"GoGlobal Netherlands B.V\",\"businessName\":\"GoGlobal Netherlands B.V\",\"regNo\":null,\"vatNo\":\"DE 341043115\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1066 EP\",\"address\":\"John M. Keynesplein 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Amandine Guillou\",\"email\":\"amandine.guillou@goglobalgeo.com\",\"phone\":\"0203\\/331.699\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":624,\"name\":\"Hubject Partner\",\"businessName\":\"Hubject Partner\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":626,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":null,\"vatNo\":\"Parochiale Werken Ledeberg VZW\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Ledebergplein 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":628,\"name\":\"EMSP- Go Electric Stations SRLS\",\"businessName\":\"EMSP- Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":629,\"name\":\"EMSP- Digital Charging Solutions GmbH\",\"businessName\":\"EMSP- Digital Charging Solutions GmbH\",\"regNo\":\"HRB 211155 B\",\"vatNo\":\"DE312237805\",\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"18 - 19 Rosenstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Markus Bartenschlager\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Team Accounting\",\"email\":\"accounting@digitalchargingsolutions.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":600,\"total\":839}}"} 
[2025-07-17 18:28:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":635,\"name\":\"Khasanov Tamerlan\",\"businessName\":\"Khasanov Tamerlan\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kampenhout\",\"postcode\":\"1910\",\"address\":\"Schuermansstraat 41\",\"lastUpdatedAt\":\"2024-12-02T15:12:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":636,\"name\":\"Raf Sodermans\",\"businessName\":\"Raf Sodermans\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Schutteweide 26\",\"lastUpdatedAt\":\"2024-12-02T15:13:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":637,\"name\":\"EMSP- Greenflux Assets B.V.\",\"businessName\":\"EMSP- Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":638,\"name\":\"EMSP- Route220 S.R.L.\",\"businessName\":\"EMSP- Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":641,\"name\":\"Erik Saerens\",\"businessName\":\"Erik Saerens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merchtem\",\"postcode\":\"1785\",\"address\":\"Onze Lieve Vrouwstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Saerens\",\"email\":\"saerens.vdb@skynet.be\",\"phone\":\"+32485 55 58 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":645,\"name\":\"CPO - Freshmile Services\",\"businessName\":\"CPO - Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"(+33) 3 68 78 14 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":646,\"name\":\"CPO - ZE-WATT\",\"businessName\":\"CPO - ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise 31670\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":647,\"name\":\"CPO - ConnectNed B.V.\",\"businessName\":\"CPO - ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":648,\"name\":\"CPO - WattzHub\",\"businessName\":\"CPO - WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":649,\"name\":\"CPO - Bump SAS\",\"businessName\":\"CPO - Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":650,\"name\":\"EMSP- Mobilygreen SAS\",\"businessName\":\"EMSP- Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":651,\"name\":\"CPO - Shell EV Charging Solutions B.V.\",\"businessName\":\"CPO - Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":652,\"name\":\"CPO - PERETTI GROUPE SARL\",\"businessName\":\"CPO - PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":653,\"name\":\"CPO - Load Stations SAS\",\"businessName\":\"CPO - Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":654,\"name\":\"CPO - Electromaps S.L.\",\"businessName\":\"CPO - Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":655,\"name\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":656,\"name\":\"CPO - Robo Charge B.V.\",\"businessName\":\"CPO - Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":657,\"name\":\"CPO - Diego Luxembourg\",\"businessName\":\"CPO - Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":658,\"name\":\"CPO - Monta ApS\",\"businessName\":\"CPO - Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":659,\"name\":\"CPO - NRG Accounting BV\",\"businessName\":\"CPO - NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":663,\"name\":\"S.U.L.T.A.N. B.V\",\"businessName\":\"S.U.L.T.A.N. B.V\",\"regNo\":\"0755563484\",\"vatNo\":\"BE0755563484\",\"country\":\"BE\",\"region\":null,\"city\":\"Hulshout\",\"postcode\":\"2235\",\"address\":\"Hoogzand 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yasin Ozturk\",\"email\":\"ysn.ozturk87@gmail.com\",\"phone\":\"+32485005142\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":665,\"name\":\"Daeze Angelique\",\"businessName\":\"Daeze Angelique\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Roskamstraat 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daeze Angelique\",\"email\":\"angeliquedaeze@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":674,\"name\":\"Anil & Naresh - App Development Blulinc\",\"businessName\":\"Anil & Naresh - App Development Blulinc\",\"regNo\":\"BE00123456789\",\"vatNo\":\"0123456\",\"country\":\"BE\",\"region\":\"Oast-Vlaanderen\",\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Laarnebaan 106b\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Naresh Kumar\",\"email\":\"ak0506493@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":676,\"name\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"businessName\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"regNo\":\"388 758 708 00076\",\"vatNo\":\"FR31388758708\",\"country\":\"FR\",\"region\":null,\"city\":\"BAVILLIERS\",\"postcode\":\"90800\",\"address\":\"Zone Industrielle\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tun UNLU\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":677,\"name\":\"CPO - SEW Solutions GmbH\",\"businessName\":\"CPO - SEW Solutions GmbH\",\"regNo\":\"HRB 743660\",\"vatNo\":\"DE350399349\",\"country\":\"DE\",\"region\":null,\"city\":\"Ravensburg\",\"postcode\":\"88213\",\"address\":\"Stra\\u00dfe 14 Wilhelm-Brielmayer\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Manfred Frick und Andreas Kessler\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+49) 7 51 99 43 87 0\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":678,\"name\":\"CPO - Volt-Up\",\"businessName\":\"CPO - Volt-Up\",\"regNo\":\"B246172\",\"vatNo\":\"LU32451925\",\"country\":\"LU\",\"region\":null,\"city\":\"Livange\",\"postcode\":\"L-3378\",\"address\":\"3 rue de Turi\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Massimo Russo\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Voltup\",\"email\":\"administration@voltup.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":679,\"name\":\"CPO - Floading Energy Infra\",\"businessName\":\"CPO - Floading Energy Infra\",\"regNo\":\"NL859649994B01\",\"vatNo\":\"NL859649994B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6827\",\"address\":\"73 Westervoortsedijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arnaud van der Sluis\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Floading Invoicing Team\",\"email\":\"administration@floading.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":680,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":\"BE 0797.981.188\",\"vatNo\":\"0797.981.188\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ren\\u00e9 Ryckaert\",\"email\":\"reneryckaert@icloud.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":682,\"name\":\"New Hair Club\",\"businessName\":\"New Hair Club\",\"regNo\":null,\"vatNo\":\"BE0589744756\",\"country\":\"BE\",\"region\":null,\"city\":\"De Pinte\",\"postcode\":\"9840\",\"address\":\"Zuidstationstraat  16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":684,\"name\":\"Anne Clarysse\",\"businessName\":\"Anne Clarysse\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Beukendreef 13, 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":696,\"name\":\"CPO - Blink Charging Belgium (SA)\",\"businessName\":\"CPO - Blink Charging Belgium (SA)\",\"regNo\":\"0833.034.020\",\"vatNo\":\"BE 0833.034.020\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Posthoflei 3\\/4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Van Schap\",\"email\":\"interop@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"servicedesk@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"billing\":{\"contactPerson\":\"Saskia Laperre\",\"email\":\"office@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":698,\"name\":\"STX Commodities BV\",\"businessName\":\"STX INT\",\"regNo\":\"0797.789.960\",\"vatNo\":\"BE 0797.789.960\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Louizalaan 475\",\"lastUpdatedAt\":\"2025-01-17T10:36:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Jan Wesselink\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brandon Palmers\",\"email\":\"Brandon.Palmers@stxgroup.com\",\"phone\":\"+31 6 15 58 45 51\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":350},{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":714,\"name\":\"CPO - BV Smart parking Solutions\",\"businessName\":\"CPO - BV Smart parking Solutions\",\"regNo\":\"BE 0539.751.253\",\"vatNo\":\"0539.751.253\",\"country\":\"BE\",\"region\":null,\"city\":\"Bertem\",\"postcode\":\"3061\",\"address\":\"Dorpstraat 570\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@groupbeyers.com\",\"phone\":\"003223038869\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"info@smartparkingsolutions.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":715,\"name\":\"CPO - Ebee Smart Technologies GmbH\",\"businessName\":\"CPO - Ebee Smart Technologies GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":716,\"name\":\"CPO - Zemovi BV\",\"businessName\":\"CPO - Zemovi BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"'s-Gravenhage\",\"postcode\":\"2517 KT\",\"address\":\"Scheveningseweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Chu\",\"email\":\"danny@zemovi.com\",\"phone\":\"+31850602419\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@zemovi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Hafid Salhi\",\"email\":\"billing@zemovi.com\",\"phone\":\"+31(0)85 060 8489\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":717,\"name\":\"CPO - eCarUp\",\"businessName\":\"CPO - eCarUp\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"cornel.beeler@ecarup.com\",\"phone\":\"+41415101717\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@ecarup.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"invoice@ecarup.com\",\"phone\":\"+41415101717\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":718,\"name\":\"CPO - Porsche Sales and Marketplace GmbH\",\"businessName\":\"CPO - Porsche Sales and Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":null,\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":719,\"name\":\"CPO - reev GmbH\",\"businessName\":\"CPO - reev GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"M\\u00fcnchen\",\"postcode\":\"80335\",\"address\":\"Sandstra\\u00dfe 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Eduard Schlutius\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":723,\"name\":\"CPO - Schneider Electric GmbH\",\"businessName\":\"CPO - Schneider Electric GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Ratingen\",\"postcode\":\"40880\",\"address\":\"Gothaer Str. 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Stoye\",\"email\":\"tim.stoye@se.com\",\"phone\":\"+49 30 238884 240\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@inno2fleet.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Evelyn Str\\u00fcbing\",\"email\":\"invoice@inno2fleet.com\",\"phone\":\"+ 49 30 238884 240\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":724,\"name\":\"CPO - Eneco eMobility B.V.\",\"businessName\":\"CPO - Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":null,\"email\":\"jan.sass2@eneco.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":725,\"name\":\"CPO - iLumen\",\"businessName\":\"CPO - iLumen\",\"regNo\":\"0846.015.786\",\"vatNo\":\"BE 0846.015.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Tessenderlo\",\"postcode\":\"3980\",\"address\":\"Ambachtsstraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Wuyts\",\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":\"+32 13 220 200\"},\"technical\":{\"contactPerson\":null,\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":null},\"billing\":{\"contactPerson\":\"Stefanie Van Eynde\",\"email\":\"invoices@ilumen.be\",\"phone\":\"+32 13 22 02 51\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":726,\"name\":\"CPO - Picoty SAS\",\"businessName\":\"CPO - Picoty SAS\",\"regNo\":\"77734738600057\",\"vatNo\":\"FR83777347386\",\"country\":\"FR\",\"region\":null,\"city\":\"La Souterraine\",\"postcode\":\"23300\",\"address\":\"Rue Andr\\u00e9 et Guy Picoty\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel PICOTY\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 5 55 89 38 05\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":727,\"name\":\"EMSP- Tap Electric B.V.\",\"businessName\":\"EMSP- Tap Electric B.V.\",\"regNo\":\"80990819\",\"vatNo\":\"NL861879764B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1016 AC\",\"address\":\"262-A Singel\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dan Pezim\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Dan Pezim\",\"email\":\"dan@tapelectric.app\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":728,\"name\":\"CPO - SJS Services SAS\",\"businessName\":\"CPO - SJS Services SAS\",\"regNo\":\"84470864400019\",\"vatNo\":\"FR71844708644\",\"country\":\"FR\",\"region\":null,\"city\":\"Chatellerault\",\"postcode\":\"86100\",\"address\":\"69 Chemin du Marais\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jerome Princ\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":729,\"name\":\"CPO - Obornes SASU\",\"businessName\":\"CPO - Obornes SASU\",\"regNo\":null,\"vatNo\":\"817481658\",\"country\":\"BE\",\"region\":null,\"city\":\"Aix-en-Provence\",\"postcode\":\"13100\",\"address\":\"550 Rue Pierre Berthier\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dourassoff\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":735,\"name\":\"CPO - E.ON Drive\",\"businessName\":\"CPO - E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Roaming & Partner Management Team EDRI\",\"email\":\"roaming@edri.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":736,\"name\":\"CPO - Iberdrola\",\"businessName\":\"CPO - Iberdrola\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Miguel Recuenco\",\"email\":\"mrecuenco@iberdrola.es\",\"phone\":\"+34900929293\"},\"technical\":{\"contactPerson\":null,\"email\":\"smartmobility@tuiberdrola.es\",\"phone\":null},\"billing\":{\"contactPerson\":\"Mar\\u00eda \\u00c1ngeles Diaz Bueno\",\"email\":\"roaming@iberdrola.es\",\"phone\":\"+34900929293\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":700,\"total\":839}}"} 
[2025-07-17 18:28:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":738,\"name\":\"EMSP- Vandebron Energie B.V.\",\"businessName\":\"EMSP- Vandebron Energie B.V.\",\"regNo\":\"59394218\",\"vatNo\":\"NL853458194B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013KS\",\"address\":\"2a-2h Grote Bickersstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remco Wilcke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Rowald Oosterkamp\",\"email\":\"ev-facturen@vandebron.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":740,\"name\":\"Embridge Belgium BV\",\"businessName\":\"M-Tech NV - Embridge\",\"regNo\":null,\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-17T14:27:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Boodts\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":745,\"name\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"businessName\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"technical\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"billing\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":746,\"name\":\"CPO - Atlante Energy\",\"businessName\":\"CPO - Atlante Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tommaso Cresti\",\"email\":\"tommaso.cresti@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":\"operation@atlante.energy\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Atlante\",\"email\":\"invoices@atlante.energy\",\"phone\":\"+39 344 3437928\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":747,\"name\":\"CPO - Powy (TheF Charging S.r.l.)\",\"businessName\":\"CPO - Powy (TheF Charging S.r.l.)\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicol\\u00f2 Brentan\",\"email\":\"nicolo.brentan@powy.energy\",\"phone\":\"+39 800 596 704\"},\"technical\":{\"contactPerson\":\"Matteo Scaglia\",\"email\":\"matteo.scaglia@powy.energy\",\"phone\":\"+39 345 047 1604\"},\"billing\":{\"contactPerson\":\"assistenza@powy.energy\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":748,\"name\":\"CPO - Enel X Way Italia\",\"businessName\":\"CPO - Enel X Way Italia\",\"regNo\":\"IT14553401002\",\"vatNo\":\"IT14553401002\",\"country\":\"BE\",\"region\":null,\"city\":\"Roma\",\"postcode\":\"00189\",\"address\":\"Via Flaminia 970\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":749,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"DE309400054\",\"vatNo\":\"DE309400054\",\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50672\",\"address\":\"Erftstra\\u00dfe 15\\u201317\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claudia Eder\",\"email\":\"roaming@chargecloud.de\",\"phone\":\"+4922129272500\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@chargecloud.de\",\"phone\":\"+4922129272500\"},\"billing\":{\"contactPerson\":\"Markus Bach\",\"email\":\"accounting@chargecloud.de\",\"phone\":\"+4922129272500\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":750,\"name\":\"Hauset Immo NV\",\"businessName\":\"Hauset Immo NV\",\"regNo\":\"0417.032.791\",\"vatNo\":\"BE 0417.032.791\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Veldkant 2\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":\"E Heuten\",\"email\":\"e.heuten@immogra.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":751,\"name\":\"Dirk meert\",\"businessName\":\"Dirk meert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"Aalst\",\"address\":\"Hof ter Lokerenstraat 38\",\"lastUpdatedAt\":\"2024-12-02T15:38:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":759,\"name\":\"Altensys\",\"businessName\":\"EMSP- ALTENSYS\",\"regNo\":\"90018325200015\",\"vatNo\":\"FR25900183252\",\"country\":\"FR\",\"region\":null,\"city\":\"Ajaccio\",\"postcode\":\"20000\",\"address\":\"51 cours Napol\\u00e9on\",\"lastUpdatedAt\":\"2024-11-07T09:56:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phanie Masson\",\"email\":\"s.masson@altensys.fr\",\"phone\":\"+33 6 64 96 56 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":768,\"name\":\"Jean Colle\",\"businessName\":\"Jean Colle\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-26T13:04:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":772,\"name\":\"Pieter Bergez\",\"businessName\":\"Pieter Bergez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-02T14:05:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":774,\"name\":\"Service & Development  Group Belgium NV\",\"businessName\":\"Service & Development  Group Belgium NV\",\"regNo\":\"0415.874.533\",\"vatNo\":\"BE 0415.874.533\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint Denijs Westrem\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052 D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"+32 475 920 898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":785,\"name\":\"Polygon Belgium NV - Public\",\"businessName\":\"Polygon Belgium NV - Public\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1200,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":786,\"name\":\"EMSP- Enapi\",\"businessName\":\"EMSP- Enapi\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-23T14:20:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":794,\"name\":\"Better IT Support bvba\",\"businessName\":\"Better IT Support bvba\",\"regNo\":null,\"vatNo\":\"BE0884.277.437\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"Marosdelle 5\",\"lastUpdatedAt\":\"2025-01-20T15:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":800,\"name\":\"VDZ bv\",\"businessName\":\"Plug 15\",\"regNo\":\"0436.378.452\",\"vatNo\":\"BE0436.378.452\",\"country\":\"BE\",\"region\":null,\"city\":\"Lendelede\",\"postcode\":\"8860\",\"address\":\"Rozebeeksestraat 103\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lowie Devriendt\",\"email\":\"lowie.devriendt@vdz.be\",\"phone\":\"0479221868\"},\"technical\":{\"contactPerson\":\"Maxim vroman\",\"email\":\"maxim@vdz.be\",\"phone\":\"32474859585\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":801,\"name\":\"EMSP- WeVee Technologies Ltd.\",\"businessName\":\"EMSP- WeVee Technologies Ltd.\",\"regNo\":\"13427704\",\"vatNo\":\"386900859\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"W6 0NB\",\"address\":\"1 Lyric Square\",\"lastUpdatedAt\":\"2025-02-04T13:59:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dr. Rahmyn Kress\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Francesca Spengos\",\"email\":\"f@wevee.com\",\"phone\":\"+30 694 418 0518\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":802,\"name\":\"E-Shore S.r.l.\",\"businessName\":\"CPO - E-Shore\",\"regNo\":\"02382770507\",\"vatNo\":\"IT02382770507\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20122\",\"address\":\"5 Pietro Cossa\",\"lastUpdatedAt\":\"2025-02-04T14:04:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marco Maria Mele\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Vanessa Barbini\",\"email\":\"segreteria@eshoremobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Team EShore\",\"email\":\"accounting@eshoremobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":803,\"name\":\"A\\u00e9roports de la C\\u00f4te d'Azur\",\"businessName\":\"CPO - A\\u00e9roports de la C\\u00f4te d'Azur\",\"regNo\":\"493479489\",\"vatNo\":\"FR35493479489\",\"country\":\"IT\",\"region\":null,\"city\":\"NICE Cedex 3\",\"postcode\":\"06206\",\"address\":\"19 Rue Costes et Bellonte - CS 63331\",\"lastUpdatedAt\":\"2025-02-04T14:13:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Franck GOLDNADEL\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Michele Lamasse\",\"email\":\"michele.lamasse@cote-azur.aeroport.fr\",\"phone\":\"+33 4 93 21 32 82\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":804,\"name\":\"Voltalia Mobility (Yusco) SA\",\"businessName\":\"CPO - Le Plein\",\"regNo\":\"982531527\",\"vatNo\":\"FR12982531527\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75003\",\"address\":\"84 Boulevard de S\\u00e9bastopol\",\"lastUpdatedAt\":\"2025-02-04T14:24:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Lebrun\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Benjamin Lalin\",\"email\":\"benjamin.lalin@voltalia-mobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"\\u00c9quipe comptable Yusco\",\"email\":\"compta@yusco.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":813,\"name\":\"Group Projecten BV\",\"businessName\":\"EMSP- Group Projecten\",\"regNo\":\"0795634085\",\"vatNo\":\"BE0795634085\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 81\",\"lastUpdatedAt\":\"2025-02-18T09:20:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Swaef Alex\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Christa Van De Slycke\",\"email\":\"hello@gridctrl.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":814,\"name\":\"Pleevi SRL\",\"businessName\":\"Pleevi.ai\",\"regNo\":\"1017.187.332\",\"vatNo\":\"BE1017.187.332\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Boulevard du Roi Albert II 4\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Lagae\",\"email\":\"Wout.Lagae@pleevi.ai\",\"phone\":\"+32 479 27 61 89\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":815,\"name\":\"PowerGoodies\",\"businessName\":\"PowerGoodies\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-02-24T08:49:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":821,\"name\":\"Johan Joseph\",\"businessName\":\"Johan Joseph\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 18, 2930 Brasschaat\",\"lastUpdatedAt\":\"2025-02-28T08:58:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":822,\"name\":\"Tony Graziano\",\"businessName\":\"Tony Graziano\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Karlsruhelaan 20, 2400 Mol\",\"lastUpdatedAt\":\"2025-02-28T12:39:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":824,\"name\":\"TandemDrive Services B.V.\",\"businessName\":\"TandemDrive Services\",\"regNo\":null,\"vatNo\":\"NL865400684B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Delft\",\"postcode\":\"2627AB\",\"address\":\"Hooikade 13\",\"lastUpdatedAt\":\"2025-03-04T10:05:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maarten Ari\\u00ebns\",\"email\":\"maartenariens@tandemdrive.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":827,\"name\":\"Rainer Klose\",\"businessName\":\"Rainer Klose\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Van Geertstraat 17\\/3, 2060 Antwerpen\",\"lastUpdatedAt\":\"2025-03-06T15:14:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":828,\"name\":\"Piet Scherrens\",\"businessName\":\"Piet Scherrens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-10T14:07:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":832,\"name\":\"Ann Creve\",\"businessName\":\"Ann Creve\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-14T15:06:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Creve\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":836,\"name\":\"Chargit B.V.\",\"businessName\":\"EMSP- Chargit B.V.\",\"regNo\":null,\"vatNo\":\"NL863096414B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Nijmegen\",\"postcode\":\"6511EV\",\"address\":\"Nassausingel 4\",\"lastUpdatedAt\":\"2025-03-31T12:41:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Leo Konings\",\"email\":\"leo.konings@chargit.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rik Sebens\",\"email\":\"rik.sebens@chargit.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":837,\"name\":\"CPO - MoveYou B.V.\",\"businessName\":\"CPO - MoveYou B.V.\",\"regNo\":null,\"vatNo\":\"NL858013563B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"Het Want 3\",\"lastUpdatedAt\":\"2025-03-26T11:50:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":844,\"name\":\"Georgios Evangelou\",\"businessName\":\"Georgios Evangelou\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-04-14T10:42:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":800,\"total\":839}}"} 
[2025-07-17 18:28:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":861,\"name\":\"Evolut-ion services bv\",\"businessName\":\"EMSP- Evolut-ion\",\"regNo\":\"0764.959.519\",\"vatNo\":\"BE0764.959.519\",\"country\":\"BE\",\"region\":null,\"city\":\"Buggenhout\",\"postcode\":\"9255\",\"address\":\"Heideveld 26\",\"lastUpdatedAt\":\"2025-06-02T12:54:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":863,\"name\":\"Copackr.Com\",\"businessName\":\"Copackr\",\"regNo\":\"0683.478.925\",\"vatNo\":\"BE 0683.478.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T13:07:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@copackr.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":867,\"name\":\"Annemie Van Hemelrijck\",\"businessName\":\"Annemie Van Hemelrijck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Molenstraat 18, 2811 Leest\",\"lastUpdatedAt\":\"2025-06-06T07:46:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Annemie Van Hemelrijck\",\"email\":\"annemievanhemelrijck@hotmail.com\",\"phone\":\"+32496596782\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":869,\"name\":\"Swish SAS\",\"businessName\":\"EMSP- Swish SAS\",\"regNo\":\"97764942500013\",\"vatNo\":\"FR27977649425\",\"country\":\"FR\",\"region\":null,\"city\":\"Roissy en France\",\"postcode\":\"95700\",\"address\":\"385 rue de la belle \\u00e9toile\",\"lastUpdatedAt\":\"2025-06-11T10:53:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alberto Prendin\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":870,\"name\":\"EVIO - Electrical Mobility\",\"businessName\":\"EMSP- EVIO - Electrical Mobility\",\"regNo\":\"515681890\",\"vatNo\":\"PT515681890\",\"country\":\"PT\",\"region\":null,\"city\":\"Matosinhos\",\"postcode\":\"4450-017\",\"address\":\"1825 Av. Dom Afonso Henriques\",\"lastUpdatedAt\":\"2025-06-11T11:50:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carlos Almeida\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"invoices@go-evio.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":872,\"name\":\"Lily Detrez\",\"businessName\":\"Lily Detrez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Heverlee\",\"postcode\":\"3050\",\"address\":\"Fonteinstraat 38\",\"lastUpdatedAt\":\"2025-06-17T09:37:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":874,\"name\":\"Abattoir\",\"businessName\":\"Abattoir\",\"regNo\":\"0425.276.704\",\"vatNo\":\"BE 0425.276.704\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Ropsy Chaudron 24\",\"lastUpdatedAt\":\"2025-06-25T10:36:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Blancke\",\"email\":\"thomas.blancke@abattoir.be\",\"phone\":\"0472262751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@abattoir.be\",\"phone\":\"025215419\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":878,\"name\":\"Ysco\",\"businessName\":\"Ysco\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-07-04T11:52:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Dehamers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":880,\"name\":\"ENERANDO Technologies\",\"businessName\":\"CPO - ENERANDO Technologies\",\"regNo\":\"HRB 284630\",\"vatNo\":\"DE361930407\",\"country\":\"DE\",\"region\":null,\"city\":\"Garching\",\"postcode\":\"D-85748\",\"address\":\"Schleissheimer Str. 91a\",\"lastUpdatedAt\":\"2025-07-07T09:20:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthias Schmid\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":881,\"name\":\"EMSP- Oriway SAS\",\"businessName\":\"EMSP- Oriway\",\"regNo\":\"95366062800017\",\"vatNo\":\"FR70953660628\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Gilles Croix de Vie\",\"postcode\":\"85800\",\"address\":\"7 du Vent de Galerne\",\"lastUpdatedAt\":\"2025-07-15T11:57:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Natacha Burahee\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":882,\"name\":\"EMSP- Amano Europe NV\",\"businessName\":\"EMSP- Amano Europe\",\"regNo\":\"0434 751 030\",\"vatNo\":\"BE0434.751.030\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"2 Westerring\",\"lastUpdatedAt\":\"2025-07-15T12:01:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Peirsman\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":883,\"name\":\"EMSP- autoSense AG\",\"businessName\":\"EMSP- autoSense AG\",\"regNo\":\"CH-020.3.046.019-3\",\"vatNo\":\"CHE-252.080.680\",\"country\":\"CH\",\"region\":null,\"city\":\"Zurich\",\"postcode\":\"8004\",\"address\":\"141 Badenerstrasse\",\"lastUpdatedAt\":\"2025-07-15T12:20:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jaap Vossen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Department\",\"email\":\"roaming@autosense.ch\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":884,\"name\":\"EMSP- Faroud SAS\",\"businessName\":\"EMSP- Faroud\",\"regNo\":\"98154506400017\",\"vatNo\":\"FR93981545064\",\"country\":\"FR\",\"region\":null,\"city\":\"Asni\\u00e8res sur Seine\",\"postcode\":\"92600\",\"address\":\"7 rue Paul Gillet\",\"lastUpdatedAt\":\"2025-07-15T12:23:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrien Navarro\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"next\":null},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":839,\"total\":839}}"} 
[2025-07-17 18:28:46] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":9,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"T.vanvlem@netcomsolutions.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-11-30T11:22:05+00:00\",\"acceptedAt\":\"2021-11-30T11:22:05+00:00\",\"userId\":7,\"lastUpdatedAt\":\"2022-08-29T15:49:21+00:00\"},{\"id\":16,\"partnerId\":9,\"sendViaEmail\":true,\"email\":\"bgaltman@netcomsolutions.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-16T22:30:28+00:00\",\"acceptedAt\":\"2021-12-16T22:30:28+00:00\",\"userId\":35,\"lastUpdatedAt\":\"2023-11-30T13:34:18+00:00\"},{\"id\":17,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.vanstappen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-22T08:22:43+00:00\",\"acceptedAt\":\"2021-12-22T08:22:43+00:00\",\"userId\":40,\"lastUpdatedAt\":\"2022-08-29T15:49:53+00:00\"},{\"id\":23,\"partnerId\":26,\"sendViaEmail\":true,\"email\":\"info@hildesmout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T15:08:52+00:00\",\"acceptedAt\":\"2021-12-27T15:08:52+00:00\",\"userId\":47,\"lastUpdatedAt\":\"2022-08-29T15:18:50+00:00\"},{\"id\":27,\"partnerId\":27,\"sendViaEmail\":true,\"email\":\"christophecompeers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T22:45:46+00:00\",\"acceptedAt\":\"2021-12-27T22:45:46+00:00\",\"userId\":19,\"lastUpdatedAt\":\"2022-08-29T15:39:05+00:00\"},{\"id\":28,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"maaike.vandenberghe@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-29T12:23:56+00:00\",\"acceptedAt\":\"2021-12-29T12:23:56+00:00\",\"userId\":51,\"lastUpdatedAt\":\"2021-12-29T12:23:56+00:00\"},{\"id\":30,\"partnerId\":29,\"sendViaEmail\":true,\"email\":\"boekhoudingvervack@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-07T09:39:56+00:00\",\"acceptedAt\":\"2022-01-07T09:39:57+00:00\",\"userId\":57,\"lastUpdatedAt\":\"2023-11-30T14:07:24+00:00\"},{\"id\":37,\"partnerId\":45,\"sendViaEmail\":true,\"email\":\"michael@hairconsultingbymd.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-23T18:06:57+00:00\",\"acceptedAt\":\"2022-01-23T18:06:57+00:00\",\"userId\":64,\"lastUpdatedAt\":\"2023-09-28T13:04:47+00:00\"},{\"id\":38,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"Jeroen.bogaerts@junto.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":66,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":39,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"evelyne.lekime@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":67,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":41,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jan.luyckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:06:50+00:00\",\"acceptedAt\":\"2022-02-01T14:06:50+00:00\",\"userId\":69,\"lastUpdatedAt\":\"2023-01-09T12:53:03+00:00\"},{\"id\":42,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thijs.campe@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:11:45+00:00\",\"acceptedAt\":\"2022-02-01T14:11:45+00:00\",\"userId\":61,\"lastUpdatedAt\":\"2023-01-09T12:53:06+00:00\"},{\"id\":45,\"partnerId\":50,\"sendViaEmail\":true,\"email\":\"kserranne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-09T22:20:16+00:00\",\"acceptedAt\":\"2022-02-09T22:20:16+00:00\",\"userId\":76,\"lastUpdatedAt\":\"2023-11-30T14:11:41+00:00\"},{\"id\":48,\"partnerId\":47,\"sendViaEmail\":true,\"email\":\"ran.ancho@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-15T17:54:58+00:00\",\"acceptedAt\":\"2022-02-15T17:54:58+00:00\",\"userId\":68,\"lastUpdatedAt\":\"2024-05-21T13:40:16+00:00\"},{\"id\":50,\"partnerId\":52,\"sendViaEmail\":true,\"email\":\"callebautdecoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-05T08:30:15+00:00\",\"acceptedAt\":\"2022-03-05T08:30:15+00:00\",\"userId\":84,\"lastUpdatedAt\":\"2023-11-30T14:11:51+00:00\"},{\"id\":52,\"partnerId\":13,\"sendViaEmail\":true,\"email\":\"phistelle@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-08T15:26:41+00:00\",\"acceptedAt\":\"2022-03-08T15:26:41+00:00\",\"userId\":17,\"lastUpdatedAt\":\"2022-08-30T09:00:33+00:00\"},{\"id\":53,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peter.reyniers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-09T14:46:45+00:00\",\"acceptedAt\":\"2022-03-09T14:46:45+00:00\",\"userId\":90,\"lastUpdatedAt\":\"2023-01-09T12:53:28+00:00\"},{\"id\":54,\"partnerId\":53,\"sendViaEmail\":true,\"email\":\"wma.architect@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-10T12:12:33+00:00\",\"acceptedAt\":\"2022-03-10T12:12:33+00:00\",\"userId\":87,\"lastUpdatedAt\":\"2023-11-30T14:12:08+00:00\"},{\"id\":56,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-13T13:43:59+00:00\",\"acceptedAt\":\"2022-03-13T13:43:59+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2023-11-30T14:12:21+00:00\"},{\"id\":58,\"partnerId\":56,\"sendViaEmail\":true,\"email\":\"nick.houthuys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-14T06:55:08+00:00\",\"acceptedAt\":\"2022-03-14T06:55:08+00:00\",\"userId\":80,\"lastUpdatedAt\":\"2023-11-30T14:14:08+00:00\"},{\"id\":60,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"siebe.verheyen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:30:34+00:00\",\"acceptedAt\":\"2022-03-22T11:30:34+00:00\",\"userId\":103,\"lastUpdatedAt\":\"2023-01-09T12:53:32+00:00\"},{\"id\":61,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ewoud.beheydt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:51:46+00:00\",\"acceptedAt\":\"2022-03-22T11:51:46+00:00\",\"userId\":104,\"lastUpdatedAt\":\"2023-11-23T13:58:45+00:00\"},{\"id\":62,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kathleen.sels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T12:46:30+00:00\",\"acceptedAt\":\"2022-03-22T12:46:30+00:00\",\"userId\":105,\"lastUpdatedAt\":\"2023-01-09T12:53:39+00:00\"},{\"id\":63,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"koen.stevens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T13:06:55+00:00\",\"acceptedAt\":\"2022-03-22T13:06:55+00:00\",\"userId\":106,\"lastUpdatedAt\":\"2023-11-23T14:00:12+00:00\"},{\"id\":64,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"jfleconte@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T14:26:36+00:00\",\"acceptedAt\":\"2022-03-22T14:26:36+00:00\",\"userId\":102,\"lastUpdatedAt\":\"2023-01-09T13:03:52+00:00\"},{\"id\":65,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jarne.vanbelleghem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-28T11:37:25+00:00\",\"acceptedAt\":\"2022-03-28T11:37:25+00:00\",\"userId\":115,\"lastUpdatedAt\":\"2023-01-09T12:54:14+00:00\"},{\"id\":66,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-29T13:12:51+00:00\",\"acceptedAt\":\"2022-03-29T13:12:51+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-05-31T11:12:50+00:00\"},{\"id\":68,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"mathieu@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-31T08:37:08+00:00\",\"acceptedAt\":\"2022-03-31T08:37:08+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-05-31T11:12:56+00:00\"},{\"id\":72,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"bob.missoorten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T11:31:15+00:00\",\"acceptedAt\":\"2022-04-04T11:31:15+00:00\",\"userId\":119,\"lastUpdatedAt\":\"2023-01-09T12:54:17+00:00\"},{\"id\":74,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"Hilde.verstraeten@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T13:26:02+00:00\",\"acceptedAt\":\"2022-04-04T13:26:02+00:00\",\"userId\":121,\"lastUpdatedAt\":\"2023-11-30T14:23:34+00:00\"},{\"id\":78,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lode.janssens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-05T13:38:46+00:00\",\"acceptedAt\":\"2022-04-05T13:38:46+00:00\",\"userId\":123,\"lastUpdatedAt\":\"2023-01-09T12:54:20+00:00\"},{\"id\":79,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"g.van.hoey@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T08:44:39+00:00\",\"acceptedAt\":\"2022-04-07T08:44:39+00:00\",\"userId\":111,\"lastUpdatedAt\":\"2023-01-09T13:03:49+00:00\"},{\"id\":82,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"j.vandenberghe@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T14:34:30+00:00\",\"acceptedAt\":\"2022-04-07T14:34:30+00:00\",\"userId\":101,\"lastUpdatedAt\":\"2023-01-09T13:03:45+00:00\"},{\"id\":85,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.billiau@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T10:06:50+00:00\",\"acceptedAt\":\"2022-04-08T10:06:50+00:00\",\"userId\":107,\"lastUpdatedAt\":\"2023-04-03T07:55:21+00:00\"},{\"id\":87,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"s.de.roo@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T11:04:51+00:00\",\"acceptedAt\":\"2022-04-08T11:04:51+00:00\",\"userId\":100,\"lastUpdatedAt\":\"2023-01-09T13:03:43+00:00\"},{\"id\":89,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"caat.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-14T11:26:56+00:00\",\"acceptedAt\":\"2022-04-20T06:57:53+00:00\",\"userId\":131,\"lastUpdatedAt\":\"2022-08-29T14:50:06+00:00\"},{\"id\":92,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"p.mareels@belgacom.net\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-20T13:22:14+00:00\",\"acceptedAt\":\"2022-04-20T13:22:14+00:00\",\"userId\":124,\"lastUpdatedAt\":\"2023-01-31T08:43:38+00:00\"},{\"id\":94,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"l.stoffelen@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-25T15:06:36+00:00\",\"acceptedAt\":\"2022-04-25T15:06:36+00:00\",\"userId\":110,\"lastUpdatedAt\":\"2023-01-09T13:03:37+00:00\"},{\"id\":95,\"partnerId\":82,\"sendViaEmail\":true,\"email\":\"katleen.vdw@aol.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-26T08:02:13+00:00\",\"acceptedAt\":\"2022-04-26T08:02:13+00:00\",\"userId\":79,\"lastUpdatedAt\":\"2023-05-31T09:38:16+00:00\"},{\"id\":105,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:22:01+00:00\",\"acceptedAt\":\"2022-04-30T13:22:01+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-01-09T12:55:00+00:00\"},{\"id\":106,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:23:57+00:00\",\"acceptedAt\":\"2022-04-30T13:23:57+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-11-30T14:25:39+00:00\"},{\"id\":111,\"partnerId\":61,\"sendViaEmail\":true,\"email\":\"carmelo.luparello@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-05T17:28:45+00:00\",\"acceptedAt\":\"2022-05-05T17:28:45+00:00\",\"userId\":116,\"lastUpdatedAt\":\"2023-08-18T09:52:50+00:00\"},{\"id\":112,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"vmeynen@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-06T13:39:21+00:00\",\"acceptedAt\":\"2022-05-06T13:39:21+00:00\",\"userId\":109,\"lastUpdatedAt\":\"2023-01-09T12:55:03+00:00\"},{\"id\":114,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"RFID@mado.be\",\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/65425cbd-2506-47ff-bfb4-2e33e04e7135\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"sent\",\"createdAt\":\"2022-05-06T14:35:26+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-30T14:30:13+00:00\"},{\"id\":120,\"partnerId\":89,\"sendViaEmail\":true,\"email\":\"celgeenen@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T10:00:56+00:00\",\"acceptedAt\":\"2022-05-09T10:00:56+00:00\",\"userId\":145,\"lastUpdatedAt\":\"2023-09-30T06:40:58+00:00\"},{\"id\":121,\"partnerId\":90,\"sendViaEmail\":true,\"email\":\"kris@intwit.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T13:41:39+00:00\",\"acceptedAt\":\"2022-05-09T13:41:39+00:00\",\"userId\":146,\"lastUpdatedAt\":\"2022-08-29T15:01:21+00:00\"},{\"id\":122,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.desmet@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-10T08:44:04+00:00\",\"acceptedAt\":\"2022-05-10T08:44:04+00:00\",\"userId\":147,\"lastUpdatedAt\":\"2023-01-09T12:55:06+00:00\"},{\"id\":125,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ralf.joris@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T05:02:49+00:00\",\"acceptedAt\":\"2022-05-16T05:02:49+00:00\",\"userId\":143,\"lastUpdatedAt\":\"2023-01-09T12:55:09+00:00\"},{\"id\":127,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"hilde@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T09:47:43+00:00\",\"acceptedAt\":\"2022-05-16T09:47:43+00:00\",\"userId\":122,\"lastUpdatedAt\":\"2023-11-30T14:30:26+00:00\"},{\"id\":130,\"partnerId\":84,\"sendViaEmail\":true,\"email\":\"gertvanlaeken@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T17:16:29+00:00\",\"acceptedAt\":\"2022-05-16T17:16:29+00:00\",\"userId\":134,\"lastUpdatedAt\":\"2023-02-08T11:17:05+00:00\"},{\"id\":134,\"partnerId\":51,\"sendViaEmail\":true,\"email\":\"wim@entrie.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-17T16:36:14+00:00\",\"acceptedAt\":\"2022-05-17T16:36:14+00:00\",\"userId\":74,\"lastUpdatedAt\":\"2023-05-31T09:38:34+00:00\"},{\"id\":140,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nielvandingenen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:46:43+00:00\",\"acceptedAt\":\"2022-05-23T11:46:43+00:00\",\"userId\":154,\"lastUpdatedAt\":\"2023-01-09T12:55:14+00:00\"},{\"id\":141,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ine.arits@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:47:17+00:00\",\"acceptedAt\":\"2022-05-23T11:47:17+00:00\",\"userId\":155,\"lastUpdatedAt\":\"2023-11-23T14:05:03+00:00\"},{\"id\":142,\"partnerId\":92,\"sendViaEmail\":true,\"email\":\"koen@montagewinkel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T12:34:39+00:00\",\"acceptedAt\":\"2022-05-23T12:34:39+00:00\",\"userId\":142,\"lastUpdatedAt\":\"2023-05-31T11:30:11+00:00\"},{\"id\":145,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stijn.paulissen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-24T12:24:55+00:00\",\"acceptedAt\":\"2022-05-24T12:24:55+00:00\",\"userId\":160,\"lastUpdatedAt\":\"2023-01-09T12:55:38+00:00\"},{\"id\":146,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stefan.dils@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-25T10:19:27+00:00\",\"acceptedAt\":\"2022-05-25T10:19:27+00:00\",\"userId\":161,\"lastUpdatedAt\":\"2023-01-09T12:55:41+00:00\"},{\"id\":147,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jo.smeyers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T09:40:54+00:00\",\"acceptedAt\":\"2022-05-31T09:40:54+00:00\",\"userId\":162,\"lastUpdatedAt\":\"2023-11-23T14:06:32+00:00\"},{\"id\":148,\"partnerId\":94,\"sendViaEmail\":true,\"email\":\"greetverleyen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T13:27:57+00:00\",\"acceptedAt\":\"2022-05-31T13:27:57+00:00\",\"userId\":163,\"lastUpdatedAt\":\"2023-11-30T15:13:31+00:00\"},{\"id\":149,\"partnerId\":95,\"sendViaEmail\":true,\"email\":\"bart@ibucon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T14:05:24+00:00\",\"acceptedAt\":\"2022-05-31T14:05:24+00:00\",\"userId\":164,\"lastUpdatedAt\":\"2022-08-29T14:28:21+00:00\"},{\"id\":151,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kristoftollet@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:15:40+00:00\",\"acceptedAt\":\"2022-06-03T08:15:40+00:00\",\"userId\":166,\"lastUpdatedAt\":\"2023-01-09T12:55:47+00:00\"},{\"id\":152,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frank.rutten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:58:06+00:00\",\"acceptedAt\":\"2022-06-03T08:58:06+00:00\",\"userId\":167,\"lastUpdatedAt\":\"2023-01-09T12:56:46+00:00\"},{\"id\":153,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wesley.breugelmans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T13:20:31+00:00\",\"acceptedAt\":\"2022-06-03T13:20:31+00:00\",\"userId\":168,\"lastUpdatedAt\":\"2023-01-09T12:56:43+00:00\"},{\"id\":154,\"partnerId\":97,\"sendViaEmail\":true,\"email\":\"jensdv42@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-07T15:40:20+00:00\",\"acceptedAt\":\"2022-06-07T15:40:21+00:00\",\"userId\":170,\"lastUpdatedAt\":\"2022-08-29T14:49:52+00:00\"},{\"id\":155,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"geert.keustermans@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:02:17+00:00\",\"acceptedAt\":\"2022-06-08T09:02:17+00:00\",\"userId\":172,\"lastUpdatedAt\":\"2023-01-09T12:56:39+00:00\"},{\"id\":156,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"caroline.avonds@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:35:56+00:00\",\"acceptedAt\":\"2022-06-08T09:35:56+00:00\",\"userId\":173,\"lastUpdatedAt\":\"2023-01-09T12:56:36+00:00\"},{\"id\":157,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christel.boogaerts@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T12:19:29+00:00\",\"acceptedAt\":\"2022-06-08T12:19:29+00:00\",\"userId\":125,\"lastUpdatedAt\":\"2023-01-09T12:56:33+00:00\"},{\"id\":158,\"partnerId\":98,\"sendViaEmail\":true,\"email\":\"info@renodaf.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T10:33:55+00:00\",\"acceptedAt\":\"2022-06-09T10:33:56+00:00\",\"userId\":174,\"lastUpdatedAt\":\"2023-07-25T07:11:32+00:00\"},{\"id\":159,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T11:08:33+00:00\",\"acceptedAt\":\"2022-06-09T11:08:33+00:00\",\"userId\":175,\"lastUpdatedAt\":\"2022-08-29T14:50:28+00:00\"},{\"id\":161,\"partnerId\":100,\"sendViaEmail\":true,\"email\":\"koen.holvoet2@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T14:25:52+00:00\",\"acceptedAt\":\"2022-06-09T14:25:52+00:00\",\"userId\":177,\"lastUpdatedAt\":\"2023-11-30T15:20:16+00:00\"},{\"id\":163,\"partnerId\":99,\"sendViaEmail\":true,\"email\":\"kevin@buildingconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-13T07:59:15+00:00\",\"acceptedAt\":\"2022-06-13T07:59:15+00:00\",\"userId\":176,\"lastUpdatedAt\":\"2023-11-30T15:20:28+00:00\"},{\"id\":164,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lieven.keuppens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-15T16:05:35+00:00\",\"acceptedAt\":\"2022-06-15T16:05:35+00:00\",\"userId\":113,\"lastUpdatedAt\":\"2023-01-09T12:58:59+00:00\"},{\"id\":165,\"partnerId\":79,\"sendViaEmail\":true,\"email\":\"geertpennewaert@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-18T07:51:29+00:00\",\"acceptedAt\":\"2022-06-18T07:51:29+00:00\",\"userId\":156,\"lastUpdatedAt\":\"2023-11-30T15:21:15+00:00\"},{\"id\":166,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kevin.deblochouse@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-21T10:58:03+00:00\",\"acceptedAt\":\"2022-06-21T10:58:03+00:00\",\"userId\":181,\"lastUpdatedAt\":\"2023-01-09T12:59:03+00:00\"},{\"id\":168,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:53:55+00:00\",\"acceptedAt\":\"2022-06-24T09:53:55+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:53:55+00:00\"},{\"id\":169,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:54:28+00:00\",\"acceptedAt\":\"2022-06-24T09:54:28+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:54:28+00:00\"},{\"id\":170,\"partnerId\":101,\"sendViaEmail\":true,\"email\":\"wim123bisschop@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-27T08:51:23+00:00\",\"acceptedAt\":\"2022-06-27T08:51:23+00:00\",\"userId\":171,\"lastUpdatedAt\":\"2023-11-30T15:23:03+00:00\"},{\"id\":171,\"partnerId\":107,\"sendViaEmail\":true,\"email\":\"scofawom@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T09:42:32+00:00\",\"acceptedAt\":\"2022-06-28T09:42:32+00:00\",\"userId\":183,\"lastUpdatedAt\":\"2023-11-30T15:23:55+00:00\"},{\"id\":172,\"partnerId\":108,\"sendViaEmail\":true,\"email\":\"dheungens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T11:20:23+00:00\",\"acceptedAt\":\"2022-06-28T11:20:23+00:00\",\"userId\":184,\"lastUpdatedAt\":\"2023-11-30T15:24:22+00:00\"},{\"id\":173,\"partnerId\":96,\"sendViaEmail\":true,\"email\":\"freddy.van.lokeren@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-05T11:30:38+00:00\",\"acceptedAt\":\"2022-07-05T11:30:38+00:00\",\"userId\":169,\"lastUpdatedAt\":\"2023-11-30T15:24:52+00:00\"},{\"id\":174,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gino.damen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T11:53:56+00:00\",\"acceptedAt\":\"2022-07-06T11:53:56+00:00\",\"userId\":191,\"lastUpdatedAt\":\"2023-01-09T12:59:06+00:00\"},{\"id\":175,\"partnerId\":110,\"sendViaEmail\":true,\"email\":\"wim.de.blieck@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T12:29:04+00:00\",\"acceptedAt\":\"2022-07-06T12:29:04+00:00\",\"userId\":192,\"lastUpdatedAt\":\"2023-11-30T15:27:55+00:00\"},{\"id\":176,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivan.vanlooveren@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T13:09:51+00:00\",\"acceptedAt\":\"2022-07-06T13:09:51+00:00\",\"userId\":194,\"lastUpdatedAt\":\"2023-01-09T12:59:08+00:00\"},{\"id\":180,\"partnerId\":109,\"sendViaEmail\":true,\"email\":\"info@automationgroup.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-13T08:20:14+00:00\",\"acceptedAt\":\"2022-07-13T08:20:14+00:00\",\"userId\":185,\"lastUpdatedAt\":\"2022-08-29T14:17:24+00:00\"},{\"id\":182,\"partnerId\":198,\"sendViaEmail\":true,\"email\":\"pranaapanabalance@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-25T14:11:22+00:00\",\"acceptedAt\":\"2022-07-25T14:11:22+00:00\",\"userId\":204,\"lastUpdatedAt\":\"2022-08-29T13:26:48+00:00\"},{\"id\":183,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"benny.vanhooydonck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T08:22:41+00:00\",\"acceptedAt\":\"2022-08-04T08:22:41+00:00\",\"userId\":205,\"lastUpdatedAt\":\"2023-04-03T07:55:05+00:00\"},{\"id\":184,\"partnerId\":211,\"sendViaEmail\":true,\"email\":\"kris@krisdepoorter.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T09:03:40+00:00\",\"acceptedAt\":\"2022-08-04T09:03:40+00:00\",\"userId\":206,\"lastUpdatedAt\":\"2023-11-30T15:28:16+00:00\"},{\"id\":185,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ronny.boeckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T08:36:39+00:00\",\"acceptedAt\":\"2022-08-05T08:36:39+00:00\",\"userId\":207,\"lastUpdatedAt\":\"2023-01-09T12:59:15+00:00\"},{\"id\":186,\"partnerId\":197,\"sendViaEmail\":true,\"email\":\"pieter.wyckmans@quinz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T19:15:21+00:00\",\"acceptedAt\":\"2022-08-05T19:15:21+00:00\",\"userId\":200,\"lastUpdatedAt\":\"2022-08-05T19:15:21+00:00\"},{\"id\":187,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"karolien.verwimp@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-08T10:25:42+00:00\",\"acceptedAt\":\"2022-08-08T10:25:42+00:00\",\"userId\":208,\"lastUpdatedAt\":\"2023-01-09T12:59:18+00:00\"},{\"id\":188,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frederic.bonte@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-10T13:00:15+00:00\",\"acceptedAt\":\"2022-08-10T13:00:15+00:00\",\"userId\":211,\"lastUpdatedAt\":\"2023-11-23T14:09:23+00:00\"},{\"id\":192,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"davy.palmans@argeus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-12T12:05:23+00:00\",\"acceptedAt\":\"2022-08-12T12:05:24+00:00\",\"userId\":180,\"lastUpdatedAt\":\"2023-11-30T15:29:25+00:00\"},{\"id\":193,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-25T09:32:51+00:00\",\"acceptedAt\":\"2022-08-25T09:32:51+00:00\",\"userId\":217,\"lastUpdatedAt\":\"2022-08-29T13:34:27+00:00\"},{\"id\":194,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peggy.vanpeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T10:31:45+00:00\",\"acceptedAt\":\"2022-08-29T10:31:45+00:00\",\"userId\":219,\"lastUpdatedAt\":\"2023-01-09T12:59:29+00:00\"},{\"id\":195,\"partnerId\":213,\"sendViaEmail\":true,\"email\":\"yannickveny@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T12:29:12+00:00\",\"acceptedAt\":\"2022-08-29T12:29:12+00:00\",\"userId\":220,\"lastUpdatedAt\":\"2022-08-29T12:29:12+00:00\"},{\"id\":199,\"partnerId\":215,\"sendViaEmail\":true,\"email\":\"bw.services@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-06T08:44:28+00:00\",\"acceptedAt\":\"2022-09-06T08:44:28+00:00\",\"userId\":225,\"lastUpdatedAt\":\"2023-11-30T15:31:50+00:00\"},{\"id\":200,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"pieter.debusser@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-08T14:09:03+00:00\",\"acceptedAt\":\"2022-09-08T14:09:03+00:00\",\"userId\":228,\"lastUpdatedAt\":\"2023-01-09T12:59:32+00:00\"},{\"id\":201,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"guus.strooband@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-12T13:20:12+00:00\",\"acceptedAt\":\"2022-09-12T13:20:12+00:00\",\"userId\":230,\"lastUpdatedAt\":\"2023-08-24T10:42:26+00:00\"},{\"id\":202,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.vandepeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-15T13:18:28+00:00\",\"acceptedAt\":\"2022-09-15T13:18:28+00:00\",\"userId\":234,\"lastUpdatedAt\":\"2023-11-23T14:20:12+00:00\"},{\"id\":203,\"partnerId\":219,\"sendViaEmail\":true,\"email\":\"bart@ledernierdomino.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-17T17:17:31+00:00\",\"acceptedAt\":\"2022-09-17T17:17:31+00:00\",\"userId\":226,\"lastUpdatedAt\":\"2023-11-30T15:32:05+00:00\"},{\"id\":204,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"torre.roosenbroeck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T09:57:11+00:00\",\"acceptedAt\":\"2022-09-19T09:57:11+00:00\",\"userId\":235,\"lastUpdatedAt\":\"2023-01-09T13:00:47+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":12,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":100,\"total\":1122}}"} 
[2025-07-17 18:28:46] local.ERROR: PartnerInviteUpdater: Error during update. {"exception":"SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`ampeco_db_local`.`partner_invites`, CONSTRAINT `partner_invites_partner_id_foreign` FOREIGN KEY (`partner_id`) REFERENCES `partners` (`id`) ON DELETE CASCADE) (Connection: mysql, SQL: insert into `partner_invites` (`user_id`, `partner_id`, `status`, `updated_at`, `created_at`) values (7, 10, accepted, 2025-07-17 18:28:46, 2025-07-17 18:28:46))","trace":"#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('insert into `pa...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\MySqlConnection.php(42): Illuminate\\Database\\Connection->run('insert into `pa...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Processors\\MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert('insert into `pa...', Array, 'id')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3785): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId(Object(Illuminate\\Database\\Query\\Builder), 'insert into `pa...', Array, 'id')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(2205): Illuminate\\Database\\Query\\Builder->insertGetId(Array, 'id')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1408): Illuminate\\Database\\Eloquent\\Builder->__call('insertGetId', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1373): Illuminate\\Database\\Eloquent\\Model->insertAndSetId(Object(Illuminate\\Database\\Eloquent\\Builder), Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1212): Illuminate\\Database\\Eloquent\\Model->performInsert(Object(Illuminate\\Database\\Eloquent\\Builder))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1189): Illuminate\\Database\\Eloquent\\Model->save()
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(399): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1188}(Object(App\\Models\\PartnerInvite))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1188): tap(Object(App\\Models\\PartnerInvite), Object(Closure))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->create(Array)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(32): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::createOrFirst():695}(Object(Illuminate\\Database\\MySqlConnection))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1928): Illuminate\\Database\\Connection->transaction(Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->withSavepointIfNeeded(Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(682): Illuminate\\Database\\Eloquent\\Builder->createOrFirst(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(710): Illuminate\\Database\\Eloquent\\Builder->firstOrCreate(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Traits\\ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->updateOrCreate(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2449): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'updateOrCreate', Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2465): Illuminate\\Database\\Eloquent\\Model->__call('updateOrCreate', Array)
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\AmpecoDataUpdater.php(82): Illuminate\\Database\\Eloquent\\Model::__callStatic('updateOrCreate', Array)
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\PartnerInviteUpdater->handle()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\PartnerInviteUpdater), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}"} 
[2025-07-17 18:29:15] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 18:29:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":1,\"name\":\"DO NOT DELETE - For App Store Approvals\",\"businessName\":\"DO NOT DELETE - For App Store Approvals\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":15,\"name\":\"Dn Construction\",\"businessName\":\"Dn Construction\",\"regNo\":\"0890.143.066\",\"vatNo\":\"BE 0890.143.066\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Temse,\",\"postcode\":\"9140\",\"address\":\"Burgem. Achiel Heymanstraat 29,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Nys\",\"email\":\"nys.danny@telenet.be\",\"phone\":\"+32477826185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":16,\"name\":\"GHL Logistics\",\"businessName\":\"GHL Logistics\",\"regNo\":\"BE0670.990.174\",\"vatNo\":\"BE0670.990.174\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Zandvoordestraat 503\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ghazaryan Hayk\",\"email\":\"info@ghllogistics.be\",\"phone\":\"0488720005\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":17,\"name\":\"JC pigeons\",\"businessName\":\"JC pigeons\",\"regNo\":\"BE0764.426.217\",\"vatNo\":\"BE0764.426.217\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Van Audenhovestraat 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jef Cuypers\",\"email\":\"jef.cuypers1@telenet.be\",\"phone\":\"0478307698\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":18,\"name\":\"Taxcon\",\"businessName\":\"Taxcon\",\"regNo\":\"BE0879.531.068\",\"vatNo\":\"BE0879.531.068\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ardooie,\",\"postcode\":\"8850\",\"address\":\"Oude Zwevezeelsestraat 22,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Van Tieghem\",\"email\":\"taxcon@skynet.be\",\"phone\":\"0475591200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":19,\"name\":\"Mark De Bleecker\",\"businessName\":\"Mark De Bleecker\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Kleemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark De Bleecker\",\"email\":\"debleecker.nv@telenet.be\",\"phone\":\"+32477391207\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":22,\"name\":\"Thor Bv\",\"businessName\":\"Thor Bv\",\"regNo\":\"0663.774.463\",\"vatNo\":\"BE 0663.774.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Grobbendonk\",\"postcode\":\"2280\",\"address\":\"Neerveld 11, 2280 Grobbendonk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Horemans\",\"email\":\"Zaakvoerder\",\"phone\":\"0476398890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":30,\"name\":\"Praktijk Sabine Deloof\",\"businessName\":\"Praktijk Sabine Deloof\",\"regNo\":null,\"vatNo\":\"BE0745.477.761\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Vuldersstraat 90,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Francois\",\"email\":\"filip.franswa@gmail.com\",\"phone\":\"0479395724\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":32,\"name\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"regNo\":\"0404584525\",\"vatNo\":\"BE0404584525\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"59 Box 1 Brusselstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jos Nyns\",\"email\":\"ali.hashem@q8.com\",\"phone\":\"+32 3 241 35 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":33,\"name\":\"CPO - Powerdale\",\"businessName\":\"CPO - Powerdale\",\"regNo\":\"0479.282.443\",\"vatNo\":\"BE0479.282.443\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"4 Kerkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain De Cat\",\"email\":null,\"phone\":\"+3285274900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":34,\"name\":\"CPO - Allego B.V.\",\"businessName\":\"CPO - Allego B.V.\",\"regNo\":\"54100038\",\"vatNo\":\"KVK 54100038\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6800 AW\",\"address\":\"73 Westervoortsedijk  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CH Pitt\",\"email\":null,\"phone\":\"+31-0800-37-45-337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":35,\"name\":\"CPO - Threeforce BV\",\"businessName\":\"CPO - Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":36,\"name\":\"CPO - IONITY GmbH\",\"businessName\":\"CPO - IONITY GmbH\",\"regNo\":\"234408\",\"vatNo\":\"HRB 234408\",\"country\":\"DE\",\"region\":null,\"city\":\"Munich\",\"postcode\":\"D-80809\",\"address\":\"84 Moosacher Strasse  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":37,\"name\":\"EMSP- Optimile Bv\",\"businessName\":\"EMSP- Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Optimile\",\"email\":\"invoices@optimile.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":39,\"name\":\"CPO - Greenflux Assets B.V.\",\"businessName\":\"CPO - Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":40,\"name\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"regNo\":\"24025263\",\"vatNo\":\"KVK24025263\",\"country\":\"NL\",\"region\":null,\"city\":\"The Hague\",\"postcode\":\"2595\",\"address\":\"50 Schenkkade\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Dochez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":41,\"name\":\"CPO - EVBox B.V.\",\"businessName\":\"CPO - EVBox B.V.\",\"regNo\":\"32165082\",\"vatNo\":\"kvk32165082\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1076 EE\",\"address\":\"115 Fred. Roeskestraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Vereenooghe\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"CDR Team EVBox\",\"email\":\"cdr@evbox.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":42,\"name\":\"EMSP- ChargePoint Austria GmbH\",\"businessName\":\"EMSP- ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hanke David\",\"email\":\"david.hanke@chargepoint.com\",\"phone\":\"(+43) 1 36 12 23 01 0\"},\"technical\":{\"contactPerson\":\"Henrik Gerdes,\",\"email\":\"support-beenergised@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rex Jackson\",\"email\":\"emsp-purchasing-beenergised@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":43,\"name\":\"Ssp\",\"businessName\":\"Ssp\",\"regNo\":\"0633.907.668\",\"vatNo\":\"BE0633.907.668\",\"country\":\"BE\",\"region\":null,\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Tuyaertsstraat 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Nuyens\",\"email\":\"nuyenssteven@gmail.com\",\"phone\":\"0487562506\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":48,\"name\":\"Dayone BV\",\"businessName\":\"Dayone BV\",\"regNo\":\"BE0776.446.693\",\"vatNo\":\"BE0776.446.693\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Dr. Paul Janssenstraat 48\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Van Schaik\",\"email\":\"michiel.vanschaik@sparkx.be\",\"phone\":\"0032472895893\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":49,\"name\":\"Casteels Vastgoed\",\"businessName\":\"Casteels Vastgoed\",\"regNo\":\"0720.632.794\",\"vatNo\":\"BE0720.632.794\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Driesstraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alex Casteels\",\"email\":\"hello@casteelsvastgoed.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":54,\"name\":\"Bimmo (BV)\",\"businessName\":\"Bimmo (BV)\",\"regNo\":\"0478.568.801\",\"vatNo\":\"BE0478.568.801\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Britselei 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anton Spits\",\"email\":\"info@brody.be\",\"phone\":\"03 663 88 07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Brody\",\"email\":\"invoice@brody.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":60,\"name\":\"Expertisebureau Vermeulen\",\"businessName\":\"Expertisebureau Vermeulen\",\"regNo\":\"0842209428\",\"vatNo\":\"BE0842209428\",\"country\":\"belgie\",\"region\":null,\"city\":\"Beveren-Waas\",\"postcode\":\"9120\",\"address\":\"Glazenleeuwstraat 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Vermeulen\",\"email\":\"michiel.vermeulen@telenet.be\",\"phone\":\"0485620791\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":63,\"name\":\"Kato VOF\",\"businessName\":\"Kato VOF\",\"regNo\":\"BE 0885.060.266\",\"vatNo\":\"0885.060.266\",\"country\":\"belgie\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Albert Van Heckelaan 9\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goossens Carls\",\"email\":\"carl.goossens2@telenet.be\",\"phone\":\"0475956056\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":68,\"name\":\"Ivo Verpraet\",\"businessName\":\"Ivo Verpraet\",\"regNo\":\"nvt\",\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Esptweg 14\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivo Verpraet\",\"email\":\"i.verpraet@telenet.be\",\"phone\":\"+(324) 973-52835\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":71,\"name\":\"BV Bakkerij Philippe\",\"businessName\":\"BV Bakkerij Philippe\",\"regNo\":\"0830.183.012\",\"vatNo\":\"BE 0830.183.012\",\"country\":\"Bekgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Hovenierstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Vergauwen\",\"email\":\"fa112908@msn.com\",\"phone\":\"+32476428613\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":74,\"name\":\"Bj\\u00f6rn De Vuyst\",\"businessName\":\"Bj\\u00f6rn De Vuyst\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Spoorwegwegel 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bj\\u00f6rn De Vuyst\",\"email\":\"bjorn.de.vuyst2@telenet.be\",\"phone\":\"0498568862\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":75,\"name\":\"Luc Bogaert\",\"businessName\":\"Luc Bogaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Kluisbergen\",\"postcode\":\"9690\",\"address\":\"Hoogweg 2 9690 Kluisbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bogaert\",\"email\":\"bogaert_luc@me.com\",\"phone\":\"0478379360\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":76,\"name\":\"Ronny Ediers\",\"businessName\":\"Ronny Ediers\",\"regNo\":\"0503.963.401\",\"vatNo\":\"BE 0503.963.401\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Raapveld 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Ediers\",\"email\":\"ronny.ediers@outlook.com\",\"phone\":\"0493056490\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":77,\"name\":\"Erwin Claes\",\"businessName\":\"Erwin Claes\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlaar\",\"postcode\":\"2590\",\"address\":\"Gasbakstraat 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erwin Claes\",\"email\":\"erwin.claes7@telenet.be\",\"phone\":\"+32490429843\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":78,\"name\":\"Bert Luysterman\",\"businessName\":\"Bert Luysterman\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Hofstade\",\"postcode\":\"9308\",\"address\":\"Steenweg op Dendermonde 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Luysterman\",\"email\":\"Luysterman.bert@gmail.com\",\"phone\":\"+32473646265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":80,\"name\":\"Wim Allegaert\",\"businessName\":\"Wim Allegaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Klaverweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Allegaert\",\"email\":\"wim.allegaert@mjladvice.com\",\"phone\":\"0474977433\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":81,\"name\":\"PLDW Bvba\",\"businessName\":\"PLDW Bvba\",\"regNo\":\"0681.652.454\",\"vatNo\":\"BE 0681.652.454\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Broekveldstraat 21, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Limbourg\",\"email\":\"info@pldwbvba.be\",\"phone\":\"+32491358050\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":86,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"regNo\":\"257600445\",\"vatNo\":\"FR257600445\",\"country\":\"FR\",\"region\":null,\"city\":\"Isneauville\",\"postcode\":\"76230\",\"address\":\"240 Rue Augustin Fresnel\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"d'Annoux Ana\\u00efs\",\"email\":\"anais.dannoux@totalenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":87,\"name\":\"P.M.G-Galuk\",\"businessName\":\"P.M.G-Galuk\",\"regNo\":\"838008932\",\"vatNo\":\"BE0838008932\",\"country\":\"BE\",\"region\":null,\"city\":\"Grimbergen\",\"postcode\":\"1800\",\"address\":\"Albrecht Rodenbachlaan 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paulina Medrek\",\"email\":\"paulina.medrek@hotmail.com\",\"phone\":\"0486077042\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":88,\"name\":\"Lyubo Test Partner\",\"businessName\":\"Lyubo Test Partner\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":93,\"name\":\"CPO - Electric 55 Charging\",\"businessName\":\"CPO - Electric 55 Charging\",\"regNo\":\"832 489 801\",\"vatNo\":\"FR832 489 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Tropez.\",\"postcode\":\"83990\",\"address\":\"Espace des Lices, 9 Bld Louis Blanc\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alicia MIRANDA\",\"email\":\"alicia@e55c.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":102,\"name\":\"EMSP- ConnectNed B.V.\",\"businessName\":\"EMSP- ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":103,\"name\":\"ChargePoly\",\"businessName\":\"ChargePoly\",\"regNo\":\"85085499300019\",\"vatNo\":\"85085499300019\",\"country\":\"FR\",\"region\":null,\"city\":\"Aix-En-Provence\",\"postcode\":\"13593\",\"address\":\"31 Parc du golf\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":105,\"name\":\"CPO - Liikennevirta Oy (VIRTA)\",\"businessName\":\"CPO - Liikennevirta Oy (VIRTA)\",\"regNo\":null,\"vatNo\":\"2588986-2\",\"country\":\"FI\",\"region\":null,\"city\":\"Helsinki\",\"postcode\":\"00180\",\"address\":\"3 Energiakuja\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":112,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AUCH\",\"postcode\":\"32008\",\"address\":\"Place de l'ancien Foirail 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":113,\"name\":\"CPO - Rossini Energy\",\"businessName\":\"CPO - Rossini Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Villeneuve-d'Ascq\",\"postcode\":\"59650\",\"address\":\"Rue Horus 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rossini Luca\",\"email\":\"luca@rossinienergy.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":114,\"name\":\"CPO - WAAT SAS\",\"businessName\":\"CPO - WAAT SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Malakoff\",\"postcode\":\"92240\",\"address\":\"Rue Raymond David 10-20\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bon Jacques-Alexis\",\"email\":\"ja.bon@waat.fr\",\"phone\":\"+33698723265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":115,\"name\":\"EMSP- Freshmile Services\",\"businessName\":\"EMSP- Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"0668781435\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 3 68 78 14 35\"},\"billing\":{\"contactPerson\":\"Invoice Freshmile\",\"email\":\"roaming@freshmile.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":117,\"name\":\"CPO - Izivia SA\",\"businessName\":\"CPO - Izivia SA\",\"regNo\":\"419070180\",\"vatNo\":\"FR51419070180\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Avenue de l'Arche 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wehbe Ramy\",\"email\":\"ramy.wehbe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Equipe Facturation itin\\u00e9rance IZIVIA\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":119,\"name\":\"SPBR1\",\"businessName\":\"SPBR1\",\"regNo\":\"538133166\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rueil Malmaison\",\"postcode\":\"92500\",\"address\":\"Avenue de Colmar 64\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":120,\"name\":\"CPO - GreenWay Infrastructure s.r.o.\",\"businessName\":\"CPO - GreenWay Infrastructure s.r.o.\",\"regNo\":\"47728086\",\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Bratislava\",\"postcode\":\"85101\",\"address\":\"Einsteinova 24\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perger Adam\",\"email\":\"adam.perger@greenwaynetwork.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":121,\"name\":\"CPO - ZEborne\",\"businessName\":\"CPO - ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":122,\"name\":\"CPO - SIPLEC\",\"businessName\":\"CPO - SIPLEC\",\"regNo\":\"315281113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ivry-sur-Seine\",\"postcode\":\"94200\",\"address\":\"Quai Marcel Boyer 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hallopeau L\\u00e9opold\",\"email\":\"l.hallopeau@siplec.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":123,\"name\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"businessName\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"regNo\":\"20002678900053\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Carcassonne\",\"postcode\":\"11000\",\"address\":\"Rue Barb\\u00e8s 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":9,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":100,\"total\":839}}"} 
[2025-07-17 18:29:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":124,\"name\":\"CPO - Clicsysteme SAS (Car2plug)\",\"businessName\":\"CPO - Clicsysteme SAS (Car2plug)\",\"regNo\":\"803965110\",\"vatNo\":\"FR42803965110\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"Rue de Peinthievre 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Benami Eyal\",\"email\":\"eyal.benami@car2plug.fr\",\"phone\":\"+33767662028\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":126,\"name\":\"CPO - Indigo Park\",\"businessName\":\"CPO - Indigo Park\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"1 Place des Degr\\u00e9s - Tour Voltaire 92800 , Puteaux\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":127,\"name\":\"CPO - ZEPHYRE\",\"businessName\":\"CPO - ZEPHYRE\",\"regNo\":\"828414656\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"Rue Lyautey 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arrighi Charles\",\"email\":\"support@zephyre.fr\",\"phone\":\"+33180977675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":128,\"name\":\"EMSP- Electromaps S.L.\",\"businessName\":\"EMSP- Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":129,\"name\":\"CPO - MODULO\",\"businessName\":\"CPO - MODULO\",\"regNo\":\"841376734\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Tours\",\"postcode\":\"37000\",\"address\":\"BLAISE PASCAL 12-14\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Debouchage Emeric\",\"email\":\"edebouchage@modulo-energies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":130,\"name\":\"EMSP- Shell EV Charging Solutions B.V.\",\"businessName\":\"EMSP- Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":131,\"name\":\"CPO - Duferco Energia S.p.a.\",\"businessName\":\"CPO - Duferco Energia S.p.a.\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Genova\",\"postcode\":\"16126\",\"address\":\"4 Via Paolo Imperiale 16126 , Genova\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Merella Francesco\",\"email\":\"f.merella@dufercoenergia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":132,\"name\":\"Aix-Marseille Provence M\\u00e9tropole\",\"businessName\":\"Aix-Marseille Provence M\\u00e9tropole\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13007\",\"address\":\"58 Boulevard Charles Livon 13007 , Marseille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"dupont anthony\",\"email\":\"anthony.dupont@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":133,\"name\":\"Exadys\",\"businessName\":\"Exadys\",\"regNo\":\"89144253500011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Almeida JP\",\"email\":\"jpalmeida@exadys.com\",\"phone\":\"+33612779883\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":134,\"name\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"businessName\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nancy Cedex\",\"postcode\":\"54035\",\"address\":\"22-24 Viaduc Kennedy c.o. n\\u00b080036 54035 , Nancy Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perrolaz Frederic\",\"email\":\"frederic.perrollaz@grand-nancy.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":135,\"name\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"businessName\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-R\\u00e9my-de-Provence\",\"postcode\":\"13210\",\"address\":\"23 Avenue des Joncades Basses 13210 , Saint-R\\u00e9my-de-Provence France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GUINTINI Corinne\",\"email\":\"corinne.guintini@ccvba.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":136,\"name\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"businessName\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"regNo\":\"200045938\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Caen\",\"postcode\":\"14000\",\"address\":\"Esplanade Brillaud de Laujardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAFFRAY Alban\",\"email\":\"araffray@sdec-energie.fr\",\"phone\":\"+33231066164\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":137,\"name\":\"CPO - Driveco\",\"businessName\":\"CPO - Driveco\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75014\",\"address\":\"10 Place de Catalogne 75014 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Belkhodja Sofiane\",\"email\":\"sofiane.belkhodja@driveco.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":138,\"name\":\"CPO - Bouygues Energies et Services\",\"businessName\":\"CPO - Bouygues Energies et Services\",\"regNo\":\"775664873\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"GUYANCOURT\",\"postcode\":\"78280\",\"address\":\"Avenue Eug\\u00e8ne Freyssinet 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":139,\"name\":\"CPO - Suraya SAS\",\"businessName\":\"CPO - Suraya SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Fort de France\",\"postcode\":\"97200\",\"address\":\"8 Rue Georges EUCHARIS 97200 , Fort de France France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mansour Husam\",\"email\":\"husam.mansour@greentechnologie.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":140,\"name\":\"CPO - Bornes Solutions\",\"businessName\":\"CPO - Bornes Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"LE PLESSIS-ROBINSON\",\"postcode\":\"92350\",\"address\":\"15 avenue Descartes 92350 , LE PLESSIS-ROBINSON France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ABDALLAH Hachim\",\"email\":\"hachim.abdallah@bornes-solutions.fr\",\"phone\":\"(+33) 7 85 71 77 63\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":141,\"name\":\"CPO - LichtBlick eMobility\",\"businessName\":\"CPO - LichtBlick eMobility\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"Steigweg 24, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Payments Lichtblick eMobility GmbH\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":143,\"name\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"businessName\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen Cedex\",\"postcode\":\"76006\",\"address\":\"108 All\\u00e9e Fran\\u00e7ois Mitterand 76006 , Rouen Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Moreno Karine\",\"email\":\"karine.moreno@metropole-rouen-normandie.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":144,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-L\\u00f4\",\"postcode\":\"50008\",\"address\":\"11 Rue Dame Denise 50008 , Saint-L\\u00f4 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BLOSSE Fr\\u00e9d\\u00e9ric\",\"email\":\"frederic.blosse@sdem50.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":145,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orvault CEDEX 01\",\"postcode\":\"44701\",\"address\":\"Rue Roland Garros - Parc d'activit\\u00e9s du Bois Cesbron - CS 60 125\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flambeaux Etienne\",\"email\":\"etienne.flambeaux@sydela.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":146,\"name\":\"CPO - EFFIA Stationnement\",\"businessName\":\"CPO - EFFIA Stationnement\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"20 rue Hector Malot 75012 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Emilien Verneret\",\"email\":\"emilien.verneret@effia.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":147,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Toulouse\",\"postcode\":\"31000\",\"address\":\"9 Rue des 3 banquets 31000 , Toulouse France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":148,\"name\":\"Territoire d'Energie 90 (TE90)\",\"businessName\":\"Territoire d'Energie 90 (TE90)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Meroux\",\"postcode\":\"90400\",\"address\":\"1 Rue de la Gare TGV , La Jonxion - Tour 5 90400 , Meroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lombard Nathalie\",\"email\":\"nlombard@territoiredenergie90.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":149,\"name\":\"CPO - Sor\\u00e9gies\",\"businessName\":\"CPO - Sor\\u00e9gies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Poitiers\",\"postcode\":\"86000\",\"address\":\"78 Avenue Jacques Coeur 86000 , Poitiers France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Traor\\u00e9 Lamine\",\"email\":\"lamine.traore@soregies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":150,\"name\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"businessName\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Roche-sur-Yon\",\"postcode\":\"85036\",\"address\":\"3 Rue du Mar\\u00e9chal Juin 85036 , La Roche-sur-Yon France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"WAKKER WORDEN Johann\",\"email\":\"infra-irve@sydev-vendee.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":151,\"name\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"businessName\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Thor\",\"postcode\":\"84250\",\"address\":\"3511 Route des Vign\\u00e8res 84250 , Le Thor France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Alexander\",\"email\":\"athomas@sev84.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":152,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montauban\",\"postcode\":\"82000\",\"address\":\"78 Avenue de l'Europe 82000 , Montauban France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Puntonet Gerard\",\"email\":\"g.puntonet@sdetg.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":153,\"name\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"businessName\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Rochette\",\"postcode\":\"77000\",\"address\":\"1 Rue Claude Bernard 77000 , La Rochette France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Boitel Marc\",\"email\":\"marc.boitel@sdesm.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":154,\"name\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"businessName\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vaivre-et-Montoille\",\"postcode\":\"70000\",\"address\":\"20 Avenue des Rives du Lac 70000 , Vaivre-et-Montoille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tonghini Fabrice\",\"email\":\"f.tonghini@sied70.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":155,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dardilly\",\"postcode\":\"69570\",\"address\":\"61 Chemin du Moulin Carron 69570 , Dardilly France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GOUBO Vladimir\",\"email\":\"vladimir.goubo@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":156,\"name\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"businessName\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pau\",\"postcode\":\"64000\",\"address\":\"4 Rue Jean Zay 64000 , Pau France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Seillade Philippe\",\"email\":\"p.seillade@sdepa.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":157,\"name\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"businessName\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Cournon D'Auvergne\",\"postcode\":\"63800\",\"address\":\"36 Rue de Sarli\\u00e8ve 63800 , Cournon D'Auvergne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Picot S\\u00e9bastien\",\"email\":\"sebastien.picot@semelec63.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":158,\"name\":\"CPO - Territoire d'Energie Orne\",\"businessName\":\"CPO - Territoire d'Energie Orne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Valframbert\",\"postcode\":\"61250\",\"address\":\"5 Rue Gatel 61250 , Valframbert France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Auvray Philippe\",\"email\":\"cedric.thomas@te61.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":159,\"name\":\"Syndicat d'Energie de l'Oise (SE60)\",\"businessName\":\"Syndicat d'Energie de l'Oise (SE60)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Till\\u00e9\",\"postcode\":\"60000\",\"address\":\"9164 Avenue des Censives 60000 , Till\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":160,\"name\":\"Morbihan \\u00e9nergies\",\"businessName\":\"Morbihan \\u00e9nergies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vannes Cedex\",\"postcode\":\"56010\",\"address\":\"27 Rue de Luscanen - CS 32610 56010 , Vannes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":161,\"name\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"businessName\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chaumont\",\"postcode\":\"52000\",\"address\":\"40 bis Avenue du Mar\\u00e9chal Foch 52000 , Chaumont France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"F\\u00e8vre Jean-Marc\",\"email\":\"rodolphe.grandjonc@sded52.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":162,\"name\":\"CPO - Territoire d'Energie Mayenne\",\"businessName\":\"CPO - Territoire d'Energie Mayenne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chang\\u00e9\",\"postcode\":\"53810\",\"address\":\"Parc Technopolis - Rue Louis de Broglie - B\\u00e2timent R 53810 , Chang\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":163,\"name\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"businessName\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecouflant\",\"postcode\":\"49000\",\"address\":\"9 Route de la Confluence 49000 , Ecouflant France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrion Marine\",\"email\":\"m.adrion@sieml.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":164,\"name\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"businessName\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Agen\",\"postcode\":\"47000\",\"address\":\"26 Rue Diderot 47000 , Agen France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blanquet B\\u00e9renger\",\"email\":\"berenger.blanquet@sdee47.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":165,\"name\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"businessName\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Mont-de-Marsan Cedex\",\"postcode\":\"40006\",\"address\":\"55 Rue Martin Luther King - CS 70627 40006 , Mont-de-Marsan Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":166,\"name\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ch\\u00e2teauroux\",\"postcode\":\"36000\",\"address\":\"2 Colbert B\\u00e2t G - Rue des Cigari\\u00e8res 36000 , Ch\\u00e2teauroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Routet Didier\",\"email\":\"d.routet@sdei36.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":167,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Thorign\\u00e9-Fouillard\",\"postcode\":\"35236\",\"address\":\"1 Avenue de Tiz\\u00e9 35236 , Thorign\\u00e9-Fouillard France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Simon Charlotte\",\"email\":\"c.simon@sde35.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":168,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33000\",\"address\":\"12 Rue du Cardinal Richaud 33000 , Bordeaux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":169,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Quimper\",\"postcode\":\"29000\",\"address\":\"9 All\\u00e9e Sully 29000 , Quimper France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Monfort Jacques\",\"email\":\"jacques.monfort@sdef.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":170,\"name\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"businessName\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Guichainville\",\"postcode\":\"27930\",\"address\":\"12 Rue Concorde 27930 , Guichainville France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":171,\"name\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"businessName\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Besan\\u00e7on\",\"postcode\":\"25000\",\"address\":\"33 Rue Cl\\u00e9ment Marot 25000 , Besan\\u00e7on France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mourot David\",\"email\":\"david.mourot@syded.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":172,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"P\\u00e9rigueux\",\"postcode\":\"24000\",\"address\":\"7 All\\u00e9e de Tourny 24000 , P\\u00e9rigueux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"VIGNERON S\\u00e9bastien\",\"email\":\"mobive@sde24.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":173,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sain-Brieuc\",\"postcode\":\"22000\",\"address\":\"53 Boulevard Carnot 22000 , Sain-Brieuc France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Connan David\",\"email\":\"david.connan@sde22.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":174,\"name\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"businessName\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Miramas\",\"postcode\":\"13141\",\"address\":\"1 Avenue Marco Polo - CS 20100 13141 , Miramas France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"APPARICIO Alexandre\",\"email\":\"alexandre.apparicio@smed13.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":175,\"name\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"businessName\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Troyes\",\"postcode\":\"10000\",\"address\":\"22 Rue Gr\\u00e9goire Pierre Herluison 10000 , Troyes France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Godin Olivier\",\"email\":\"olivier.godin@sde-aube.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":176,\"name\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"businessName\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saintes Cedex\",\"postcode\":\"17119\",\"address\":\"3 rue du Clos Fleuri - ZI de l'Ormeau de Pied - CS 60518 17119 , Saintes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ferri\\u00e8res Francois-Annet\",\"email\":\"fa.de-ferrieres@sdeer17.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":177,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laguenne\",\"postcode\":\"19150\",\"address\":\"Quartier Montana 19150 , Laguenne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BARTHEL Laurent\",\"email\":\"l.barthuel@fdee19.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":178,\"name\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"businessName\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Angoul\\u00e8me\",\"postcode\":\"16021\",\"address\":\"308 Rue de Basseau 16021 , Angoul\\u00e8me France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gauthier-Laure\",\"email\":\"lgauthier@sdeg16.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":179,\"name\":\"CPO - Porsche Slovenija d.o.o.\",\"businessName\":\"CPO - Porsche Slovenija d.o.o.\",\"regNo\":\"5758980\",\"vatNo\":null,\"country\":\"SI\",\"region\":null,\"city\":\"Ljubljana\",\"postcode\":\"SI-1000\",\"address\":\"5 Bravnicarjeva\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lukic Dusan\",\"email\":\"dusan.lukic@porsche.si\",\"phone\":\"+38631679161\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":180,\"name\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"businessName\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nice\",\"postcode\":\"06364\",\"address\":\"5 H\\u00f4tel de ville 06364 , Nice France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clavier Aur\\u00e9lien\",\"email\":\"aurelien.clavier@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":181,\"name\":\"EMSP- Stations-e SAS\",\"businessName\":\"EMSP- Stations-e SAS\",\"regNo\":\"835124280\",\"vatNo\":\"FR10835124280\",\"country\":\"FR\",\"region\":null,\"city\":\"Boussy-Saint-Antoine\",\"postcode\":\"91800\",\"address\":\"rue Marcel Pagnol 3 - 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nguyen Peth\",\"email\":\"peth.nguyen@stations-e.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":182,\"name\":\"Creos Luxembourg\",\"businessName\":\"Creos Luxembourg\",\"regNo\":null,\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Luxembourg\",\"postcode\":\"L-1248\",\"address\":\"59-61 Rue de Bouillon L-1248 , Luxembourg Luxembourg\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bertrand S\\u00e9bastien\",\"email\":\"sebastien.bertrand@creos.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":183,\"name\":\"CPO - TEVGO SAS\",\"businessName\":\"CPO - TEVGO SAS\",\"regNo\":\"87932148700024\",\"vatNo\":\"FR03879321487\",\"country\":\"FR\",\"region\":null,\"city\":\"La D\\u00e9fense Cedex\",\"postcode\":\"92069\",\"address\":\"24 cours Michelet 92069 , La D\\u00e9fense Cedex\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":184,\"name\":\"EMSP- ZE-WATT\",\"businessName\":\"EMSP- ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaigneux Eric\",\"email\":\"eric.gaigneux@ze-watt.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":185,\"name\":\"Charge Point SRL (PlugPoint)\",\"businessName\":\"Charge Point SRL (PlugPoint)\",\"regNo\":\"J40\\/11414\\/2017\",\"vatNo\":null,\"country\":\"RO\",\"state\":null,\"city\":\"Decembrie\",\"postcode\":\"077005\",\"address\":\"Sos. Giurgiului 73 - 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dunca Alexandru\",\"email\":\"alex.dunca@plugpoint.ro\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":186,\"name\":\"Interparking France SA\",\"businessName\":\"Interparking France SA\",\"regNo\":\"692 051 113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"Rue de Gramont 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Scordia R\\u00e9mi\",\"email\":\"rscordia@interparking.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":187,\"name\":\"Alfa Power\",\"businessName\":\"Alfa Power\",\"regNo\":\"11119473\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Leeds\",\"postcode\":\"LS27 0BY\",\"address\":\"Quarry Court High Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandhi Varun\",\"email\":\"v.gandhi@alfapower.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":188,\"name\":\"CPO - Croatian Telekom Inc.\",\"businessName\":\"CPO - Croatian Telekom Inc.\",\"regNo\":\"080266256\",\"vatNo\":null,\"country\":\"HR\",\"region\":null,\"city\":\"Zagreb\",\"postcode\":\"10000\",\"address\":\"Radni\\u010dka cesta 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stjepanovic Josip\",\"email\":\"josip.stjepanovic@t.ht.hr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":189,\"name\":\"Qovoltis\",\"businessName\":\"Qovoltis\",\"regNo\":\"853420032\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montrouge\",\"postcode\":\"92120\",\"address\":\"Danton 2a\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Salle Frederic\",\"email\":\"frederic.salle@qovoltis.com\",\"phone\":\"+33614011053\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":190,\"name\":\"Rambouillet Territoires\",\"businessName\":\"Rambouillet Territoires\",\"regNo\":\"20007334400067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rambouillet Cedex\",\"postcode\":\"78511\",\"address\":\"rue Gustave Eiffel - ZA Bel Air 22 - BP 40036\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Forte Carole\",\"email\":\"c.forte@rt78.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":191,\"name\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"businessName\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"regNo\":null,\"vatNo\":\"957520901\",\"country\":\"FR\",\"region\":null,\"city\":\"Lyon\",\"postcode\":\"69004\",\"address\":\"Andr\\u00e9 Bonin 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":192,\"name\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"businessName\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"regNo\":\"200067213\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Reims\",\"postcode\":\"51100\",\"address\":\"Eug\\u00e8ne Desteuque 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Humbert St\\u00e9phane\",\"email\":\"stephane.humbert@grandreims.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":193,\"name\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"businessName\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"regNo\":\"20004071500019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grenoble\",\"postcode\":\"38031\",\"address\":\"Rue Malakoff 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":194,\"name\":\"CPO - M\\u00e9tropolis\",\"businessName\":\"CPO - M\\u00e9tropolis\",\"regNo\":\"885354860\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"rue d'Astorg 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":195,\"name\":\"SEMOB\",\"businessName\":\"SEMOB\",\"regNo\":\"84877842900011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"+33428044205\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":196,\"name\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"businessName\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"regNo\":\"20005623200016\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orsay\",\"postcode\":\"91898\",\"address\":\"rue Jean Rostand 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MADA VINCENT\",\"email\":\"vincent.mada@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":199,\"name\":\"CPO - BE TROM SE\",\"businessName\":\"CPO - BE TROM SE\",\"regNo\":\"833942725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33100\",\"address\":\"Montmejean 60\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tricaud Yves\",\"email\":\"ytricaud@betrom-se.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":200,\"name\":\"EMSP- WattzHub\",\"businessName\":\"EMSP- WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":201,\"name\":\"EMSP- Maingau Energie GmbH\",\"businessName\":\"EMSP- Maingau Energie GmbH\",\"regNo\":\"113525007\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Obertshausen\",\"postcode\":\"63179\",\"address\":\"Ringstra\\u00dfe 4 - 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Armbruster\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":202,\"name\":\"EMSP- BE:MO SASU\",\"businessName\":\"EMSP- BE:MO SASU\",\"regNo\":\"823647060\",\"vatNo\":\"FR52823647060\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Esplanade du G\\u00e9n\\u00e9ral DE GAULLE 110\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthieu Codron\",\"email\":\"invoices@be-mo.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":203,\"name\":\"EMSP- Deftpower B.V.\",\"businessName\":\"EMSP- Deftpower B.V.\",\"regNo\":\"78087627\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"AW Apeldoorn\",\"postcode\":\"7317\",\"address\":\"Stadhoudersmolenweg 136\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Houthooft Anja\",\"email\":\"anja.houthooft@deftpower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":204,\"name\":\"EMSP- Chargemap SAS\",\"businessName\":\"EMSP- Chargemap SAS\",\"regNo\":\"809844731\",\"vatNo\":\"FR37809844731\",\"country\":\"FR\",\"region\":null,\"city\":\"Strasbourg\",\"postcode\":\"67200\",\"address\":\"all\\u00e9e C\\u00e9r\\u00e8s 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yoann Nussbaumer\",\"email\":\"operations@chargemap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":205,\"name\":\"EMSP- Bosch Charging Solutions GmbH\",\"businessName\":\"EMSP- Bosch Charging Solutions GmbH\",\"regNo\":\"HRB780013\",\"vatNo\":\"DE815728513\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart-Feuerbach\",\"postcode\":\"70469\",\"address\":\"Kruppstr. 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandin Hornemann\",\"email\":\"gandin.hornemann@de.bosch.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":206,\"name\":\"CPO - Route220 S.R.L.\",\"businessName\":\"CPO - Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":207,\"name\":\"EMSP- Elvah GmbH (Kreait)\",\"businessName\":\"EMSP- Elvah GmbH (Kreait)\",\"regNo\":\"HRB22989\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Grafschaft\",\"postcode\":\"53501\",\"address\":\"Oberescher weg 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gowrynath Sivaganeshamoorthy\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":208,\"name\":\"EMSP- Octopus Energy Ltd\",\"businessName\":\"EMSP- Octopus Energy Ltd\",\"regNo\":\"09263424\",\"vatNo\":\"GB 358672751\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"EC1N 2HT\",\"address\":\"Holborn 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Zoisa North-Bond\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices @ Octopus Energy\",\"email\":\"invoices-oe@octoenergy.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":209,\"name\":\"EMSP- Muvext Lda\",\"businessName\":\"EMSP- Muvext Lda\",\"regNo\":\"515419923\",\"vatNo\":\"PT515419923\",\"country\":\"PT\",\"region\":null,\"city\":\"Ilhavo\",\"postcode\":\"3830-352\",\"address\":\"PCI Creative Science Park Aveiro Region, Via do Conhecimento, Edif\\u00edcio Central\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Marques\",\"email\":\"sara.marques@muvext.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Muvext\",\"email\":\"accounting@muvext.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":210,\"name\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"regNo\":\"B49456\",\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"8069\",\"address\":\"Rue de l'Industrie 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van Breugel Willem\",\"email\":\"wibreuge@q8.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":216,\"name\":\"Fiesandri BVBA\",\"businessName\":\"Fiesandri BVBA\",\"regNo\":\"BE0677757905\",\"vatNo\":\"BE0677757905\",\"country\":\"BE\",\"region\":null,\"city\":\"lokeren\",\"postcode\":\"9160\",\"address\":\"Gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heugens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":217,\"name\":\"Rexel Nederland B.V.\",\"businessName\":\"Rexel Nederland B.V.\",\"regNo\":\"24267850\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zoetermeer\",\"postcode\":\"2712 PB\",\"address\":\"Bleiswijkseweg 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Van Dalen Michael\",\"email\":\"michael.vandalen@rexel.nl\",\"phone\":\"+31631787345\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":221,\"name\":\"Ronny Smet\",\"businessName\":\"Ronny Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":223,\"name\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"businessName\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"regNo\":\"HRA 709651\",\"vatNo\":\"709651\",\"country\":\"DE\",\"region\":null,\"city\":\"Karlsruhe\",\"postcode\":\"761321\",\"address\":\"Durlacher Allee 93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lars Walch\",\"email\":\"outbound.b2b.billing@enbw.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Service EnBW\",\"email\":\"service.emob@enbw.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":224,\"name\":\"CPO - E-Totem SAS\",\"businessName\":\"CPO - E-Totem SAS\",\"regNo\":\"53918816900020\",\"vatNo\":\"53918816900020\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"(+33) 6 88 23 42 43\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":225,\"name\":\"CPO - S\\u00e9olis\",\"businessName\":\"CPO - S\\u00e9olis\",\"regNo\":\"492041086\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Niort\",\"postcode\":\"79025\",\"address\":\"Avenue de Paris 336\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gheribi Mehdi\",\"email\":\"mgheribi@seolis.net\",\"phone\":\"(+33) 5 49 08 85 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":200,\"total\":839}}"} 
[2025-07-17 18:29:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":226,\"name\":\"CPO - Proviridis\",\"businessName\":\"CPO - Proviridis\",\"regNo\":\"750 938 722 00022\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rousset\",\"postcode\":\"13790\",\"address\":\"Avenue Victoire 135\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Et\\u00e9 Vincent\",\"email\":\"vincent.ete@proviridis.fr\",\"phone\":\"(+33) 7 50 69 52 44\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":227,\"name\":\"CPO - Drem Kft.\",\"businessName\":\"CPO - Drem Kft.\",\"regNo\":\"01 09 864967\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"H-1033\",\"address\":\"Szentendrei \\u00fat 89-93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"N\\u00e9meth \\u00c1d\\u00e1m\",\"email\":\"adam.nemeth@drem.hu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":228,\"name\":\"CPO - INOUid SAS\",\"businessName\":\"CPO - INOUid SAS\",\"regNo\":\"831159587\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"\\u00c9cully\",\"postcode\":\"69130\",\"address\":\"Chemin des Mouilles 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Briand Didier\",\"email\":\"dbriand@inouid.com\",\"phone\":\"(+33) 6 61 36 91 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":229,\"name\":\"CPO - ePower Lt.\",\"businessName\":\"CPO - ePower Lt.\",\"regNo\":null,\"vatNo\":\"645309\",\"country\":\"IE\",\"region\":null,\"city\":\"Cork\",\"postcode\":\"T23 TCY8\",\"address\":\"1 Technology House, Rockgroove Industrial Estate, Little Island\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tugwell Josef\",\"email\":\"joe.tugwell@epower.ie\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":230,\"name\":\"CPO - SAEMES SA\",\"businessName\":\"CPO - SAEMES SA\",\"regNo\":\"317 032 993 00741\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"L\\u00e9on Cladel 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MONNIER G\\u00e9raldine\",\"email\":\"geraldine.monnier@tevgo.fr\",\"phone\":\"(+33) 7 61 06 43 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":231,\"name\":\"CPO - GEA Solutions Ltd\",\"businessName\":\"CPO - GEA Solutions Ltd\",\"regNo\":\"EL099022632\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Attiki\",\"postcode\":\"19010\",\"address\":\"101 Thesi Patima, VI.PE. Kalyvion\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivanov Stefan\",\"email\":\"stefan.ivanov@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":232,\"name\":\"CPO - Autorecharge SAS\",\"businessName\":\"CPO - Autorecharge SAS\",\"regNo\":\"837 529 700\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pantin\",\"postcode\":\"93500\",\"address\":\"avenue du g\\u00e9n\\u00e9ral Leclerc 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Drif Malek\",\"email\":\"malek@autorecharge.fr\",\"phone\":\"(+33) 6 50 37 04 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":233,\"name\":\"EMSP- Bump SAS\",\"businessName\":\"EMSP- Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":234,\"name\":\"CPO - Ecophi SAS\",\"businessName\":\"CPO - Ecophi SAS\",\"regNo\":\"892147679\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"rue de la Chesnaie 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":235,\"name\":\"MEA Energies SAS\",\"businessName\":\"MEA Energies SAS\",\"regNo\":\"89487859400015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yilmaz Mehmet\",\"email\":\"mehmet.yilmaz@meaenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":236,\"name\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"businessName\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"regNo\":\"200 050 433 00024\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"64bis Rue de Monceau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"JEMMALI SANA\",\"email\":\"sana.jemmali@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":237,\"name\":\"CPO - Mobilygreen SAS\",\"businessName\":\"CPO - Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":238,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"HRB 88854\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50823\",\"address\":\"000582 6-8 Methweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Support\",\"email\":\"support@chargecloud.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":239,\"name\":\"CPO - MVM Mobiliti Kft\",\"businessName\":\"CPO - MVM Mobiliti Kft\",\"regNo\":\"0109965868\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"1037\",\"address\":\"10. Montevideo utca\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":\"pvz@lastmilesolutions.com\",\"phone\":\"(+31) 6 15 89 21 19\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":242,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Auxerre\",\"postcode\":\"89000\",\"address\":\"Avenue Foch 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":243,\"name\":\"CPO - Electra SAS\",\"businessName\":\"CPO - Electra SAS\",\"regNo\":\"891 624 884\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"rue Henri Rochefort 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarrazanas Thomas\",\"email\":\"thomas@go-electra.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":244,\"name\":\"Franklin EV Limited\",\"businessName\":\"Franklin EV Limited\",\"regNo\":\"09672645\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Wilmslow, Cheshire\",\"postcode\":\"SK9 1RA\",\"address\":\"The Lodge Alderley Road\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Byrne Robert\",\"email\":\"robert.byrne@franklinenergy.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":245,\"name\":\"CPO - SalzachSonne GmbH\",\"businessName\":\"CPO - SalzachSonne GmbH\",\"regNo\":\"370509\",\"vatNo\":\"FN 370509\",\"country\":\"AT\",\"region\":null,\"city\":\"Neukirchen\",\"postcode\":\"5741\",\"address\":\"Marktstrasse 179\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bachmaier Edwin\",\"email\":\"edwin.bachmaier@salzachsonne.at\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":246,\"name\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"businessName\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"regNo\":\"HRB 113 258 B\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10829\",\"address\":\"7-8 EUREF-Campus\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ubitricity Roaming technical support\",\"email\":\"roaming@ubitricity.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":247,\"name\":\"Syndicat mixte des Transports du bassin de Briey\",\"businessName\":\"Syndicat mixte des Transports du bassin de Briey\",\"regNo\":\"20004184600029\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Val de Briey\",\"postcode\":\"54150\",\"address\":\"2 Rue du Mar\\u00e9chal Foch\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pinna Arnaud\",\"email\":\"arnaud.pinna@st2b.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":248,\"name\":\"SAP Labs France SAS\",\"businessName\":\"SAP Labs France SAS\",\"regNo\":\"419855127\",\"vatNo\":\"FR23419855127\",\"country\":\"FR\",\"region\":null,\"city\":\"Mougins Cedex\",\"postcode\":\"06254\",\"address\":\"805 Avenue du Docteur Maurice Donat\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ben Slimane Kinza\",\"email\":\"kinza.ben.slimane@sap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":249,\"name\":\"CPO - SIPPEREC\",\"businessName\":\"CPO - SIPPEREC\",\"regNo\":\"257 500 041\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75588\",\"address\":\"173-175 Rue de Bercy\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":250,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Boves\",\"postcode\":\"80440\",\"address\":\"3 Rue C\\u00e9sar Cascabel - P\\u00f4les Jules Verne 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DURIER Christophe\",\"email\":\"christophe.durier@fde-somme.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":251,\"name\":\"CPS Asset Management SAS\",\"businessName\":\"CPS Asset Management SAS\",\"regNo\":\"493123251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"BOULOGNE BILLANCOURT\",\"postcode\":\"92100\",\"address\":\"58 AV EMILE ZOLA\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PEZET Hugues\",\"email\":\"hugues_pezet@carrefour.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":252,\"name\":\"Ville de la Garenne Colombes\",\"businessName\":\"Ville de la Garenne Colombes\",\"regNo\":\"219 200 359 00012\",\"vatNo\":\"FR65219200359\",\"country\":\"FR\",\"region\":null,\"city\":\"La Garenne-Colombes\",\"postcode\":\"92250\",\"address\":\"68 Boulevard de la R\\u00e9publique\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"correia fabricio\",\"email\":\"fabricio.correia@lagarennecolombes.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":253,\"name\":\"CPO - SGA Automation SAS\",\"businessName\":\"CPO - SGA Automation SAS\",\"regNo\":\"424246015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76000\",\"address\":\"27 Rue Jean Philippe Rameau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":254,\"name\":\"EV Maestro Ltd.\",\"businessName\":\"EV Maestro Ltd.\",\"regNo\":\"40103266553\",\"vatNo\":null,\"country\":\"LV\",\"region\":null,\"city\":\"Riga\",\"postcode\":\"LV1021\",\"address\":\"46 K-2 Ulbrokas Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Berzina Iveta\",\"email\":\"ivetab@evmaestro.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":255,\"name\":\"LUMI'iN SAS\",\"businessName\":\"LUMI'iN SAS\",\"regNo\":\"80794006900014\",\"vatNo\":\"FR30807940069\",\"country\":\"FR\",\"region\":null,\"city\":\"Malijai\",\"postcode\":\"04350\",\"address\":\"5 Le Prieure\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"LUMI'IN Superviseur\",\"email\":\"gireve@lumi-in.fr\",\"phone\":\"(+33) 7 82 94 09 59\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":257,\"name\":\"TotalEnergies Charging Services SAS\",\"businessName\":\"CPO - TotalEnergies Charging Services\",\"regNo\":\"514 933 589\",\"vatNo\":\"FR22531680445\",\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"24 Cours Michelet\",\"lastUpdatedAt\":\"2025-02-20T10:29:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Longatte\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Knafo Salom\\u00e9\",\"email\":\"salome.knafo@totalenergies.com\",\"phone\":\"+33 6 07 04 69 68\"},\"billing\":{\"contactPerson\":\"Fanny Carolei\",\"email\":\"fanny.carolei@totalenergies.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":258,\"name\":\"CPO - R\\u00e9gion Hauts-de-France\",\"businessName\":\"CPO - R\\u00e9gion Hauts-de-France\",\"regNo\":\"200053742\",\"vatNo\":\"FR25200053742\",\"country\":\"FR\",\"region\":null,\"city\":\"Lille Cedex\",\"postcode\":\"59555\",\"address\":\"155 Avenue du Pr\\u00e9sident Hoover 59555 , Lille Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":261,\"name\":\"Conny De Schepper\",\"businessName\":\"Conny De Schepper\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Haeyershoek 74\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Conny De Schepper\",\"email\":\"vdmluc68@hotmail.com\",\"phone\":\"0472942323\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":263,\"name\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"businessName\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"regNo\":\"258708585\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Palais sur Vienne\",\"postcode\":\"87410\",\"address\":\"8 rue d'Anguernaud\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":\"(+33) 6 13 44 57 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":264,\"name\":\"CPO - Clem'\",\"businessName\":\"CPO - Clem'\",\"regNo\":\"519 450 209\",\"vatNo\":\"FR49519450209\",\"country\":\"FR\",\"region\":null,\"city\":\"Neuilly-sur-Seine\",\"postcode\":\"92200\",\"address\":\"9 Villa des Sablons\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Delabona Andrews\",\"email\":\"andrews.delabona@clem-e.com\",\"phone\":\"(+33) 9 72 39 68 60\"},\"technical\":{\"contactPerson\":\"Stanislas Soufflet,\",\"email\":\"stanislas.soufflet@clem-e.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"it@clem-e.com\",\"phone\":\"0753366695\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":265,\"name\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"businessName\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dampierre en Yvelines\",\"postcode\":\"78720\",\"address\":\"9 Grande Rue\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PELLETIER Jacques\",\"email\":\"cchvc78@orange.fr\",\"phone\":\"(+33) 1 30 52 83 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":266,\"name\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"businessName\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laon\",\"postcode\":\"02007\",\"address\":\"Rue Turgot\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Moliner Yves\",\"email\":\"y.demoliner@useda.fr\",\"phone\":\"(+33) 3 23 27 15 80\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":267,\"name\":\"Camping du Lac\",\"businessName\":\"Camping du Lac\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINTE EULALIE EN BORN\",\"postcode\":\"40200\",\"address\":\"1590 Route du Lac\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gallou\\u00ebt C\\u00e9cile\",\"email\":\"contact@lecampingdulac.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":268,\"name\":\"Cogelum IDF (Citeos)\",\"businessName\":\"Cogelum IDF (Citeos)\",\"regNo\":\"B525134169\",\"vatNo\":\"FR08525134169\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92122\",\"address\":\"50 Avenue Fran\\u00e7ois Arago - CS 80002\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ismail BADIH\",\"email\":\"ismail.badih@citeos.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Carla Atiga\",\"email\":\"comptabilite.cpo@citeos.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":271,\"name\":\"Mertens Consulting BV\",\"businessName\":\"Mertens Consulting BV\",\"regNo\":\"0896.979.487\",\"vatNo\":\"BE 0896.979.487\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Smalvoortstraat 50, Turnhout , 2300\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mertens Fons\",\"email\":\"fonsmertens@me.com\",\"phone\":\"0475\\/248.968\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":272,\"name\":\"Samantha De Witte\",\"businessName\":\"Samantha De Witte\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Hoogkamerstraat 13, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samantha De Witte\",\"email\":\"samantha.dw@outlook.be\",\"phone\":\"0478365219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":273,\"name\":\"EMSP- Radicle UG\",\"businessName\":\"EMSP- Radicle UG\",\"regNo\":\"HRB231270\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Leipzig\",\"postcode\":\"04129\",\"address\":\"2 Schiebestrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ross Savage\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":278,\"name\":\"Power Shop\",\"businessName\":\"Power Shop\",\"regNo\":\"0478302941\",\"vatNo\":\"BE0478302941\",\"country\":\"BE\",\"region\":null,\"city\":\"Menen\",\"postcode\":\"8930\",\"address\":\"Delorsplein 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Logan Demeulemeester\",\"email\":\"logan.demeulemeester@hotmail.com\",\"phone\":\"0492055783\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":283,\"name\":\"e-Clearing (Test)\",\"businessName\":\"e-Clearing (Test)\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":286,\"name\":\"Christof Haeseldonckx\",\"businessName\":\"Christof Haeseldonckx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Cranenskapelstraat 1a\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christof Haeseldonckx\",\"email\":\"christofsandy@telenet.be\",\"phone\":\"0495230848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":289,\"name\":\"EMSP- Bornes Lib SAS\",\"businessName\":\"EMSP- Bornes Lib SAS\",\"regNo\":\"905139515\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"4 rue pasquier\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bah Ibrahima Sory\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":291,\"name\":\"Jurgen Munghen\",\"businessName\":\"Jurgen Munghen\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ingelmunster\",\"postcode\":\"-\",\"address\":\"H\\u00fcllhorststraat 3, Ingelmunster, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Munghen\",\"email\":\"jurgen.munghen@telenet.be\",\"phone\":\"0476531993\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":293,\"name\":\"EMSP- PERETTI GROUPE SARL\",\"businessName\":\"EMSP- PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":307,\"name\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"businessName\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Michel-sur-Orge\",\"postcode\":\"91240\",\"address\":\"16bis Rue Denis Papin\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean-Pierre Duperron\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":316,\"name\":\"Thys Interieur & Design\",\"businessName\":\"Thys Interieur & Design\",\"regNo\":\"0876145174\",\"vatNo\":\"BE0876145174\",\"country\":\"BE\",\"region\":null,\"city\":\"Eeklo\",\"postcode\":\"9900\",\"address\":\"Vrombautstraat 147\",\"lastUpdatedAt\":\"2025-05-16T13:26:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":317,\"name\":\"EMSP- Load Stations SAS\",\"businessName\":\"EMSP- Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":321,\"name\":\"CPO - ChargePoint Austria GmbH\",\"businessName\":\"CPO - ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Henrik Gerdes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":300,\"total\":839}}"} 
[2025-07-17 18:29:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":333,\"name\":\"Polinvest\",\"businessName\":\"Polinvest\",\"regNo\":\"BE0452239437\",\"vatNo\":\"BE0452239437\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 58 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyra Kuppens\",\"email\":\"kyra.kuppens@ocb.be\",\"phone\":\"080013890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":334,\"name\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":342,\"name\":\"EMSP- Eneco eMobility B.V.\",\"businessName\":\"EMSP- Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leonie Baneke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":350,\"name\":\"EMSP- Kiwhi Pass Solutions SASU\",\"businessName\":\"EMSP- Kiwhi Pass Solutions SASU\",\"regNo\":\"808 639 801\",\"vatNo\":\"FR49 808 639 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Apollinaire\",\"postcode\":\"21850\",\"address\":\"36 Rue du docteur Schmitt\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique TALLON\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":351,\"name\":\"EMSP- Robo Charge B.V.\",\"businessName\":\"EMSP- Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":352,\"name\":\"EMSP- Volkswagen Group Charging GmbH\",\"businessName\":\"EMSP- Volkswagen Group Charging GmbH\",\"regNo\":\"HRB 208967\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"1 Mollstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"ladekonzept@elli.eco\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"cpo-invoice@elli.eco\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":355,\"name\":\"CPO - City Charging BV\",\"businessName\":\"CPO - City Charging BV\",\"regNo\":\"80648088\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Deventer\",\"postcode\":\"7418 AJ\",\"address\":\"6b Zutphenseweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@citycharging.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":356,\"name\":\"Power Dot S.A\",\"businessName\":\"Power Dot S.A\",\"regNo\":\"514790342\",\"vatNo\":null,\"country\":\"PT\",\"region\":null,\"city\":\"Lisboa\",\"postcode\":\"250-096\",\"address\":\"17 6B R. Carlos Alberto da Mota Pinto\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ramos Afonso\",\"email\":\"acr@powerdot.pt\",\"phone\":\"00351 91 44 56 54 3\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":357,\"name\":\"IMAC2 SAS\",\"businessName\":\"IMAC2 SAS\",\"regNo\":\"421334566\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Cannet\",\"postcode\":\"06110\",\"address\":\"50 avenue du Campon\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julienne St\\u00e9phane\",\"email\":null,\"phone\":\"s.julienne@rivieracarcenter.fr\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":358,\"name\":\"Be Charge S.r.l.\",\"businessName\":\"Be Charge S.r.l.\",\"regNo\":\"09957510960\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20143\",\"address\":\"11 Via Carlo Bo\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paolo Martini\",\"email\":\"invoice.italia@bepower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":359,\"name\":\"MACRIS SAS\",\"businessName\":\"MACRIS SAS\",\"regNo\":\"341760148\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Creissels\",\"postcode\":\"12100\",\"address\":\"Route de St Affrique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian CABIRON\",\"email\":\"christian.cabiron@socamil.leclerc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":361,\"name\":\"Syndicat de la Di\\u00e8ge\",\"businessName\":\"Syndicat de la Di\\u00e8ge\",\"regNo\":\"200 078 947\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ussel\",\"postcode\":\"19200\",\"address\":\"2 Avenue de Beauregard\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre CHEVALIER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":362,\"name\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"businessName\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Gu\\u00e9ret\",\"postcode\":\"23000\",\"address\":\"11 Avenue Pierre Mend\\u00e8s\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 MAVIGNER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":363,\"name\":\"Free To X S.r.l.\",\"businessName\":\"Free To X S.r.l.\",\"regNo\":\"07516911000\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Rome\",\"postcode\":\"00159\",\"address\":\"50 via A. Bergamini\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piolo Andrea\",\"email\":\"andrea.piolo@freeto-x.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":364,\"name\":\"CPO - Wattify BV\",\"businessName\":\"CPO - Wattify BV\",\"regNo\":\"0777610990\",\"vatNo\":\"BE0777610990\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"kriephoekstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitry Smagghe\",\"email\":\"dimitry@wattify.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":365,\"name\":\"R\\u00e9gie Services Energie\",\"businessName\":\"R\\u00e9gie Services Energie\",\"regNo\":\"43887287100019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AMBERIEUX EN DOMBES\",\"postcode\":\"01330\",\"address\":\"577 route de Saint -Trivier sur Moignans\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Marc GEORGE\",\"email\":\"comptabilite@oriosbyspie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":366,\"name\":\"Abel&Co\",\"businessName\":\"Abel&Co\",\"regNo\":\"18052596\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Tilburg\",\"postcode\":\"5046AT\",\"address\":\"38 Goirekekanaaldijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van den Dries Monicue\",\"email\":\"monicue@abelenco.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":367,\"name\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"businessName\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"regNo\":\"000003234533\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Soest\",\"postcode\":\"3768HL\",\"address\":\"108 Birkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leijdekker Ruben\",\"email\":\"rleijdekker@avia.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":368,\"name\":\"EnerMia\",\"businessName\":\"EnerMia\",\"regNo\":\"MO - 412382\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Modena\",\"postcode\":\"41121\",\"address\":\"41 Corso Vittorio Emanuele II\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flavia Samori\",\"email\":\"f.samori@enermia.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":369,\"name\":\"BEC Construction Champagne\",\"businessName\":\"BEC Construction Champagne\",\"regNo\":\"463 200 725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Epernay\",\"postcode\":\"51200\",\"address\":\"6 All\\u00e9e de la Cote des Blancs\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marchand Cassandra\",\"email\":\"c.marchand@becchampagne.fayat.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":370,\"name\":\"NW IECharge Bretagne\",\"businessName\":\"NW IECharge Bretagne\",\"regNo\":\"898279251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75007\",\"address\":\"34 avenue Bosquet\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wassenaar Bram\",\"email\":\"bram.wassenaar.partner@iecharge.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":371,\"name\":\"Meubles Ikea France\",\"businessName\":\"Meubles Ikea France\",\"regNo\":\"RCS B 351 745 724\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"PLAISIR Cedex\",\"postcode\":\"78 375 , BP 129,\",\"address\":\"425 rue Henri Barbusse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ARFAOUI Said\",\"email\":\"said.arfaoui@izivia.com\",\"phone\":\"(+33) 7 76 23 00 25\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":372,\"name\":\"CPO - Saascharge International GmbH\",\"businessName\":\"CPO - Saascharge International GmbH\",\"regNo\":\"CH-020.4.074.493-5\",\"vatNo\":null,\"country\":\"CH\",\"region\":null,\"city\":\"Glattpark (Opfikon)\",\"postcode\":\"8152\",\"address\":\"117 Thurgauerstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Albrecht Richard\",\"email\":\"richard.albrecht@saascharge.com\",\"phone\":\"(+41) 7 63 90 01 77\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@saascharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Richard Albrecht\",\"email\":\"finance@saascharge.com\",\"phone\":\"+41445864550\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":373,\"name\":\"Borneco\",\"businessName\":\"Borneco\",\"regNo\":\"90510266100014\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"142 avenue dausmenil\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Minaeian Sasan\",\"email\":\"sasan.minaeian@wattzhub.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":374,\"name\":\"ENEXTEN\",\"businessName\":\"ENEXTEN\",\"regNo\":\"882828726\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chavanod\",\"postcode\":\"74650\",\"address\":\"178 Route de cran gevrier\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krari Sara\",\"email\":\"sara.krari@nexteneo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":375,\"name\":\"ALP-EV\",\"businessName\":\"ALP-EV\",\"regNo\":\"85903108\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"BREDA\",\"postcode\":\"4814 RE\",\"address\":\"266 Leursebaan\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van der Lof Jochem\",\"email\":\"support@alp-ev.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":376,\"name\":\"Evadea\",\"businessName\":\"Evadea\",\"regNo\":\"500759683\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-DENIS\",\"postcode\":\"93200\",\"address\":\"1 PLACE DE LA BERLINE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DADOU Thomas\",\"email\":\"thomas.dadou@spie.com\",\"phone\":\"(+33) 7 60 26 22 20\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":377,\"name\":\"Gaia Green Tech S.L.\",\"businessName\":\"Gaia Green Tech S.L.\",\"regNo\":\"B40571002\",\"vatNo\":\"ESB40571002\",\"country\":\"ES\",\"region\":null,\"city\":\"Valencia\",\"postcode\":\"46022\",\"address\":\"11, 2nd floor, Apt. 9 Calle de Felipe Salvador\",\"lastUpdatedAt\":\"2025-03-04T10:00:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Siudzinski Wojtek\",\"email\":\"wojtek@gaiagreen.tech\",\"phone\":\"(+34) 6 84 28 68 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":378,\"name\":\"Sevdec\",\"businessName\":\"Sevdec\",\"regNo\":\"38064471600017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76100\",\"address\":\"20 rue David Ferrand\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":379,\"name\":\"Area Tech\",\"businessName\":\"Area Tech\",\"regNo\":\"854036308\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"MARCQ EN BAROEUL\",\"postcode\":\"59700\",\"address\":\"340 avenue de La Marne\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bonneville Renaud\",\"email\":\"renaud.bonneville@area-tech.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":380,\"name\":\"EMSP- Monta ApS\",\"businessName\":\"EMSP- Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":381,\"name\":\"GROUPE MOBELEC\",\"businessName\":\"GROUPE MOBELEC\",\"regNo\":\"88990931300021\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecully\",\"postcode\":\"69130\",\"address\":\"12 Chemin de Chalin\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaume Christophe\",\"email\":\"christophe.gaume@groupe-mobelec.fr\",\"phone\":\"(+33) 6 02 49 69 54\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":382,\"name\":\"ProperPhi\",\"businessName\":\"ProperPhi\",\"regNo\":\"89193764100027\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"8 rue de la Chesnaie\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":383,\"name\":\"Time2Plug\",\"businessName\":\"Time2Plug\",\"regNo\":\"912044948\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"13 avenue Boudon\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heripret Edouard\",\"email\":\"edouard@time2plug.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":384,\"name\":\"SunXLium\",\"businessName\":\"SunXLium\",\"regNo\":\"843721390\",\"vatNo\":null,\"country\":\"DM\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"9 Anatole de la Forge\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chady Fadil\",\"email\":\"fadil.chady@sunxlium.com\",\"phone\":\"(+23) 0 59 77 69 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":385,\"name\":\"Laadkompas B.V.\",\"businessName\":\"Laadkompas B.V.\",\"regNo\":\"75246740\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Almere\",\"postcode\":\"1322 CH\",\"address\":\"100 Transistorstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Khan Mazhar\",\"email\":\"administratie@laadkompas.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":386,\"name\":\"Atlante Srl\",\"businessName\":\"Atlante Srl\",\"regNo\":\"2635708\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20137\",\"address\":\"3 Piazzale Lodi\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Atlante Invoicing\",\"email\":\"invoices@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":388,\"name\":\"Eoliberty\",\"businessName\":\"Eoliberty\",\"regNo\":\"91844486000012\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vierzon\",\"postcode\":\"18100\",\"address\":\"All\\u00e9e Geroges Charpak\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GEHA Daniel\",\"email\":\"daniel.geha@eova.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":389,\"name\":\"Dropnplug\",\"businessName\":\"Dropnplug\",\"regNo\":\"88206038700017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rennes\",\"postcode\":\"35000\",\"address\":\"26 Avenue Chardonnet\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"lebrize claude\",\"email\":\"claude.lebrize@dropnplug.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":390,\"name\":\"EMSP- Diego Luxembourg\",\"businessName\":\"EMSP- Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":392,\"name\":\"Brussels Kois\",\"businessName\":\"Brussels Kois\",\"regNo\":\"BE 0820.015.135\",\"vatNo\":\"BE 0820.015.135\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Edmond Plas\",\"email\":\"sandra@capitalecars.be\",\"phone\":\"+32475235296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":397,\"name\":\"Tom Van Damme\",\"businessName\":\"Tom Van Damme\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Beukenlaan 40, 2110 Wijnegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Van Damme\",\"email\":\"tomvandamme001@gmail.com\",\"phone\":\"+32494899290\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":398,\"name\":\"Dirk Poppe\",\"businessName\":\"Dirk Poppe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9420\",\"address\":\"wezelpoelstraat 102 9420 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Poppe\",\"email\":\"poppe_dirk@hotmail.com\",\"phone\":\"0486727713\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":399,\"name\":\"Autel Netherlands B.V.\",\"businessName\":\"Autel Netherlands B.V.\",\"regNo\":\"84342773\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"GL \\u2019S-GRAVENHAGE\",\"postcode\":\"2497\",\"address\":\"217 Laan van Waalhaven\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Huang Baixin\",\"email\":\"baixin.huang@autel.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":403,\"name\":\"Ceylan Celikoz\",\"businessName\":\"Ceylan Celikoz\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Berchem\",\"postcode\":\"2600\",\"address\":\"Kanunnik Peeters Straat 147, 2600, Berchem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ceylan Celikoz\",\"email\":\"ceylan@blulinc.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"ceylan@blulinc.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":412,\"name\":\"PPC\",\"businessName\":\"PPC\",\"regNo\":\"000786301000\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Athens\",\"postcode\":\"10432\",\"address\":\"30 Chalkokondili Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyriakos Kofinas\",\"email\":\"roaming.deiblue@dei.gr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Benos Peter\",\"email\":\"p.benos@dei.gr\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":413,\"name\":\"PLUG-N-GO\",\"businessName\":\"PLUG-N-GO\",\"regNo\":\"10848124\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"WC2H 9JQ\",\"address\":\"71-75 Shelton Street, Covent Garden\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Revill Tim\",\"email\":\"tim@plug-n-go.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Dufty Nigel\",\"email\":\"nigel@plug-n-go.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Keith Hounsell\",\"email\":\"keith@plug-n-go.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":414,\"name\":\"CPO - Grupo EasyCharger\",\"businessName\":\"CPO - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":415,\"name\":\"NORMATECH SAS [Lodmi]\",\"businessName\":\"NORMATECH SAS [Lodmi]\",\"regNo\":\"901360602\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"ARRAS\",\"postcode\":\"62000\",\"address\":\"11 RUE WILLY BRANDT BATIMENT 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Saint Machin\",\"email\":\"tsm@lodmi.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Moukhlisse Zineb\",\"email\":\"zineb@lodmi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Qu\\u00e9ru Laura\",\"email\":\"laura@lodmi.com\",\"phone\":\"(+33) 7 66 59 08 46\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":416,\"name\":\"TEA MOBILITAS\",\"businessName\":\"TEA MOBILITAS\",\"regNo\":\"09-09-027080\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Hajd\\u00faszoboszl\\u00f3\",\"postcode\":\"4200\",\"address\":\"71 Kossuth\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Heged\\u0171s-Kocsis Krisztina\",\"email\":\"kocsiskrisztina@sarkcsillag.com\",\"phone\":\"(+36) 3 03 89 07 44\"},\"billing\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":417,\"name\":\"SBS Innovations (ByWatt)\",\"businessName\":\"SBS Innovations (ByWatt)\",\"regNo\":\"68061722\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Ernst\",\"postcode\":\"8166GP\",\"address\":\"4 Korte Laarstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"technical\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"billing\":{\"contactPerson\":\"ByWatt Invoicing\",\"email\":\"invoices@bywatt.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":418,\"name\":\"EV Map\",\"businessName\":\"EV Map\",\"regNo\":\"922271564\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-FONS\",\"postcode\":\"69190\",\"address\":\"49 Boulevard LUCIEN SAMPAIX\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":422,\"name\":\"Dhsn Bv\",\"businessName\":\"Dhsn Bv\",\"regNo\":\"0781.946.296\",\"vatNo\":\"BE 0781.946.296\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilsen-Stokkem\",\"postcode\":\"3650\",\"address\":\"Borreshoefstraat 67\",\"lastUpdatedAt\":\"2024-11-27T13:01:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries Housen\",\"email\":\"dries@dhsn.be\",\"phone\":\"0498\\/409607\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":426,\"name\":\"Patrick Wastyn\",\"businessName\":\"Patrick Wastyn\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zulte\",\"postcode\":\"9870\",\"address\":\"Waalbeekpark 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Wastyn\",\"email\":\"wastynpatrick6@gmail.com\",\"phone\":\"0476059342\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":400,\"total\":839}}"} 
[2025-07-17 18:29:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":430,\"name\":\"BV Dokter R. Steenwegen\",\"businessName\":\"BV Dokter R. Steenwegen\",\"regNo\":\"0474 426 010\",\"vatNo\":\"BE0474 426 010\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1700\",\"address\":\"Molenstraat 73\",\"lastUpdatedAt\":\"2024-11-27T13:04:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":431,\"name\":\"Ronny Hindyrickx\",\"businessName\":\"Ronny Hindyrickx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Raapstraat 33\",\"lastUpdatedAt\":\"2024-11-27T13:04:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Hindyrickx\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":434,\"name\":\"V-I-C bvba\",\"businessName\":\"V-I-C bvba\",\"regNo\":\"0536.481.462\",\"vatNo\":\"BE0536.481.462\",\"country\":\"BE\",\"region\":null,\"city\":\"Zedelgem\",\"postcode\":\"8210\",\"address\":\"Diksmuidse Heirweg 51c\",\"lastUpdatedAt\":\"2024-11-27T13:05:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":435,\"name\":\"Vermoortel Chantal\",\"businessName\":\"Vermoortel Chantal\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Damme\",\"postcode\":\"Damme\",\"address\":\"Damweg 56\",\"lastUpdatedAt\":\"2024-11-27T13:08:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":443,\"name\":\"EMSP- Recharger mon auto\",\"businessName\":\"EMSP- Recharger mon auto\",\"regNo\":\"91931393200015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Aulnay-Sous-Bois\",\"postcode\":\"93600\",\"address\":\"198 Avenue de Nonneville\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rodrigues C\\u00e9dric\",\"email\":\"cedric.rodrigues@rechargermonauto.com\",\"phone\":\"0659457794\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":444,\"name\":\"YES55\",\"businessName\":\"YES55\",\"regNo\":\"950758219\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grimaud\",\"postcode\":\"83310\",\"address\":\"ZA du Grand Pont\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robelin Nicolas\",\"email\":\"nicolas.robelin@yes55.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Martin Rachel\",\"email\":\"rachel.martin@yes55.fr\",\"phone\":\"+33 7 88 77 08 15\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":445,\"name\":\"CPO - METLD (BE GREEN MOBILITY)\",\"businessName\":\"CPO - METLD (BE GREEN MOBILITY)\",\"regNo\":\"919243121\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Herblain\",\"postcode\":\"44800\",\"address\":\"1 Guglielmo Marconi\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stecchino Julien\",\"email\":\"j.stecchino@begreen-group.com\",\"phone\":\"(+33) 6 76 89 05 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":446,\"name\":\"CPO - Compleo Charging Software GmbH\",\"businessName\":\"CPO - Compleo Charging Software GmbH\",\"regNo\":\"HRB 33903\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Dortmund\",\"postcode\":\"44379\",\"address\":\"8 Ezzestra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leidgebel Dennis\",\"email\":\"dennis.leidgebel@compleo-cs.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":447,\"name\":\"Energytix.solutions\",\"businessName\":\"Energytix.solutions\",\"regNo\":\"0654.812.554\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Schaapveld 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Baes Jonas\",\"email\":\"jbaes@energytix.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Leeman Bert\",\"email\":\"bleeman@energytix.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":448,\"name\":\"Amano Europe NV\",\"businessName\":\"Amano Europe NV\",\"regNo\":\"0434 751 030\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Westerring 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Schouterden Dominic\",\"email\":\"dschouterden@amano.eu\",\"phone\":\"(+32) 4 92 11 66 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":459,\"name\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"businessName\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":\"70435\",\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Philipp\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":462,\"name\":\"EMSP- NRG Accounting BV\",\"businessName\":\"EMSP- NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":463,\"name\":\"Top Employers Belgium\",\"businessName\":\"Top Employers Belgium\",\"regNo\":\"BE0895420064\",\"vatNo\":\"BE0895420064\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Nijverheidsstraat 70, 2160 Wommelgem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":466,\"name\":\"EMSP- E.ON Drive\",\"businessName\":\"EMSP- E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":470,\"name\":\"EMSP- E.A. Business\",\"businessName\":\"EMSP- E.A. Business\",\"regNo\":\"880960182\",\"vatNo\":\"FR31880960182\",\"country\":\"FR\",\"region\":null,\"city\":\"Rillieux-La-Pape\",\"postcode\":\"69140\",\"address\":\"555 chemin du Bois\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jemoui Mehdi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Issam Arfaoui\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":473,\"name\":\"Edmond Plas\",\"businessName\":\"Edmond Plas\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5,\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandra Bulinckx\",\"email\":\"sandra@capitalecars.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":476,\"name\":\"EMSP- E-Fusion SAS\",\"businessName\":\"EMSP- E-Fusion SAS\",\"regNo\":\"912272143\",\"vatNo\":\"FR47912272143\",\"country\":\"FR\",\"region\":null,\"city\":\"Labege\",\"postcode\":\"31670\",\"address\":\"231 rue Pierre et Marie Curie\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ernest BOADI\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":482,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":493,\"name\":\"CPO - Road B.V.\",\"businessName\":\"CPO - Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":494,\"name\":\"NLCharge B.V.\",\"businessName\":\"NLCharge B.V.\",\"regNo\":\"82372829\",\"vatNo\":\"NL862440142B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1015 CN\",\"address\":\"8 Keizersgracht\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter C. Molengraaf\",\"email\":\"peter@nlcharge.nl\",\"phone\":\"(+31) 6 46 36 09 71\"},\"technical\":{\"contactPerson\":\"Becker Riccardo\",\"email\":\"riccardo@longship.io\",\"phone\":\"(+31) 2 02 11 74 58\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":495,\"name\":\"Jerecharge.com SAS\",\"businessName\":\"Jerecharge.com SAS\",\"regNo\":\"905083895\",\"vatNo\":\"FR52905083895\",\"country\":\"FR\",\"region\":null,\"city\":\"Garches\",\"postcode\":\"92380\",\"address\":\"23 rue de la c\\u00f4te Saint Louis\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Olry\",\"email\":\"christophe.olry@jerecharge.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Viguie Gilles\",\"email\":\"gilles.viguie@jerecharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":496,\"name\":\"Paragon Mobility SAS\",\"businessName\":\"Paragon Mobility SAS\",\"regNo\":\"851548404\",\"vatNo\":\"FR68851548404\",\"country\":\"FR\",\"region\":null,\"city\":\"Valbonne\",\"postcode\":\"06560\",\"address\":\"535 Route des Lucioles, Les Aqueducs \\u2013 B\\u00e2timent 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann Cortot\",\"email\":\"operations@paragonmobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 1 84 88 39 32\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":497,\"name\":\"K2 PROPERTY BV\",\"businessName\":\"K2 PROPERTY BV\",\"regNo\":\"0749.520.384\",\"vatNo\":\"BE0749.520.384\",\"country\":\"BE\",\"region\":null,\"city\":\"Kuurne\",\"postcode\":\"8520\",\"address\":\"Ringlaan 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Janssens\",\"email\":\"bruno.janssens@questforproperty.com\",\"phone\":\"+(324) 953-85959\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":500,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":502,\"name\":\"Extendas Online Informatica B.V.\",\"businessName\":\"Extendas Online Informatica B.V.\",\"regNo\":\"08154890\",\"vatNo\":\"NL817496749B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Enschede\",\"postcode\":\"7521 PK\",\"address\":\"30 Institutenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"M.A. Cauli\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Tim Bethlehem\",\"email\":\"tim@extendas.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Raphael Verreijken\",\"email\":\"raphael@extendas.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":503,\"name\":\"EMSP- SMEG D\\u00e9veloppement\",\"businessName\":\"EMSP- SMEG D\\u00e9veloppement\",\"regNo\":\"20S08489\",\"vatNo\":\"FR46000150523\",\"country\":\"FR\",\"region\":null,\"city\":\"Monaco\",\"postcode\":\"98000\",\"address\":\"10 avenue de Fontvieille\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Battaglione\",\"email\":\"smeg@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"commercial@smeg.mc\",\"phone\":\"(+377) 92 05 66 44\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":510,\"name\":\"Fastned BV\",\"businessName\":\"Fastned BV\",\"regNo\":\"54606179\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1097 DL\",\"address\":\"77R James Wattstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Langezaal\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":500,\"total\":839}}"} 
[2025-07-17 18:29:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":533,\"name\":\"Dries Uitvaartzorg\",\"businessName\":\"Dries Uitvaartzorg\",\"regNo\":\"0457645604\",\"vatNo\":\"BE 0457645604\",\"country\":\"BE\",\"region\":null,\"city\":\"Dessel\",\"postcode\":\"2480\",\"address\":\"Polderstraat 46\",\"lastUpdatedAt\":\"2024-11-27T15:58:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":536,\"name\":\"CPO - LichtBlick eMobility GmbH\",\"businessName\":\"CPO - LichtBlick eMobility GmbH\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":539,\"name\":\"CPO - Remo Sustainable Mobility S.L.\",\"businessName\":\"CPO - Remo Sustainable Mobility S.L.\",\"regNo\":\"B72745698\",\"vatNo\":\"B72745698\",\"country\":\"ES\",\"region\":null,\"city\":\"28046\",\"postcode\":\"Madrid\",\"address\":\"135 Paseo de la Castellana, 12th floor\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remo Commercial Team\",\"email\":\"info@remo-mobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":542,\"name\":\"CPO - GreenYellow eMobility SAS\",\"businessName\":\"CPO - GreenYellow eMobility SAS\",\"regNo\":\"835370842\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint - Etienne\",\"postcode\":\"42000\",\"address\":\"1 Cours Antoine Guichard\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Romain BUTTE\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Chamkhi Salma\",\"email\":\"schamkhi@greenyellow.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"eMobility B2B support GreenYellow\",\"email\":\"emobility.exploit@greenyellow.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":543,\"name\":\"EMSP - Grupo EasyCharger\",\"businessName\":\"EMSP - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":544,\"name\":\"Sven Devisscher\",\"businessName\":\"Sven Devisscher\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2350\",\"address\":\"Ossevenstraat 11, 2350 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":549,\"name\":\"LichtBlick eMobility\",\"businessName\":\"LichtBlick eMobility\",\"regNo\":null,\"vatNo\":\"HRB 11191\",\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hubach Julia\",\"email\":\"julia.hubach@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"support.emobility@lichtblick.de\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":550,\"name\":\"Bart Van Keer\",\"businessName\":\"Bart Van Keer\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Fazantenstraat 45, 9080 Lochristi\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":556,\"name\":\"EV-Quip (SRL)\",\"businessName\":\"EV-Quip (SRL)\",\"regNo\":\"0750.549.871\",\"vatNo\":\"BE0750.549.871\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16, 3900 Pelt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vandebeeck Stephan\",\"email\":\"stephan@euroquip.be\",\"phone\":\"+(324) 974-80894\"},\"technical\":{\"contactPerson\":\"Vandebeeck Louis\",\"email\":\"louis@ev-quip.be\",\"phone\":\"+32 11 81 82 18\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":557,\"name\":\"Sovana Srl\\/Bv\",\"businessName\":\"Sovana Srl\\/Bv\",\"regNo\":\"0473863608\",\"vatNo\":\"BE0473863608\",\"country\":\"BE\",\"region\":null,\"city\":\"Tervuren\",\"postcode\":\"3080\",\"address\":\"Edmond Hanssenslaan 42 , Tervuren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Martine Serrien\",\"email\":\"martine.serrien@sovana.be\",\"phone\":\"0475 68 66 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":563,\"name\":\"CPO - Mobilize Fast Charge France\",\"businessName\":\"CPO - Mobilize Fast Charge France\",\"regNo\":\"983504002\",\"vatNo\":\"FR65983504002\",\"country\":\"FR\",\"region\":null,\"city\":\"Boulogne-Billancourt\",\"postcode\":\"92100\",\"address\":\"122-122 Bis Avenue du G\\u00e9n\\u00e9ral Leclerc\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Service Facturation\",\"email\":\"fastcharge.exploitation@mobilize.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":591,\"name\":\"CPO - QWELLO GmbH\",\"businessName\":\"CPO - QWELLO GmbH\",\"regNo\":\"HRB 234481\",\"vatNo\":\"DE316810194\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80992\",\"address\":\"1 Agnes-Pockels-Bogen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Roaming Qwello\",\"email\":\"roaming@qwello.eu\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":592,\"name\":\"CPO - ChargeIn\",\"businessName\":\"CPO - ChargeIn\",\"regNo\":\"0000986332\",\"vatNo\":\"PL7011100884\",\"country\":\"PL\",\"region\":null,\"city\":\"Warszawa\",\"postcode\":\"00-654\",\"address\":\"17 ul. Jana i J\\u0119drzeja \\u015aniadeckich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Babinski Kamil\",\"email\":\"kamil.babinski@chargein.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Maciej Skoczylas\",\"email\":\"maciej.sawicki@chargein.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":594,\"name\":\"Lard Aurelie\",\"businessName\":\"Lard Aurelie\",\"regNo\":\"0763997932\",\"vatNo\":\"BE0763997932\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:04:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lard Aurelie\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":602,\"name\":\"Taxi LM\",\"businessName\":\"Taxi LM\",\"regNo\":null,\"vatNo\":\"BE0794.869.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Jozef Verbovenlei 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":607,\"name\":\"EMSP- TanQyou\",\"businessName\":\"EMSP- TanQyou\",\"regNo\":\"70223521\",\"vatNo\":\"NL851056519B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"3 The Want, 8802PV, Franeker\",\"lastUpdatedAt\":\"2025-03-31T12:38:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Harmen Akkerman\",\"email\":\"info@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":\"(+31)88 100 9877\"},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":608,\"name\":\"CPO - Optimum Way Ltd.\",\"businessName\":\"CPO - Optimum Way Ltd.\",\"regNo\":\"03-09-131907\",\"vatNo\":\"HU-26399661\",\"country\":\"HU\",\"region\":null,\"city\":\"Baja\",\"postcode\":\"6500\",\"address\":\"2 Gesztenye utca 6500 , Baja\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"OW Invoices\",\"email\":\"szamla@optimumway.hu\",\"phone\":\"0036209564490\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":609,\"name\":\"CPO - Schouten Energy\",\"businessName\":\"CPO - Schouten Energy\",\"regNo\":\"28089720\",\"vatNo\":\"NL809534034B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Alphen aan den Rijn\",\"postcode\":\"2401 LP\",\"address\":\"4 Gnephoek 2401 LP , Alphen aan den Rijn\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wiebe van der Veen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":610,\"name\":\"CPO - Go Electric Stations SRLS\",\"businessName\":\"CPO - Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella 40128 , Bologna\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":611,\"name\":\"Divani NV\",\"businessName\":\"Divani NV\",\"regNo\":\"0830.657.916\",\"vatNo\":\"BE 0830.657.916\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052\\/D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"divani@immogra.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":616,\"name\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"businessName\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"regNo\":\"HRA 6945\",\"vatNo\":\"DE266451114\",\"country\":\"DE\",\"region\":null,\"city\":\"Bochum\",\"postcode\":\"44789\",\"address\":\"56 Wittener Stra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-13T13:32:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Stocker\",\"email\":\"info@trafineo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":617,\"name\":\"EMSP- Threeforce BV\",\"businessName\":\"EMSP- Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":618,\"name\":\"CPO - Optimile Bv\",\"businessName\":\"CPO - Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":619,\"name\":\"EMSP- ZEborne\",\"businessName\":\"EMSP- ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":620,\"name\":\"Demo Account - Blulinc\",\"businessName\":\"Demo Account - Blulinc\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-01-17T08:38:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":621,\"name\":\"EMSP- Road B.V.\",\"businessName\":\"EMSP- Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":622,\"name\":\"GoGlobal Netherlands B.V\",\"businessName\":\"GoGlobal Netherlands B.V\",\"regNo\":null,\"vatNo\":\"DE 341043115\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1066 EP\",\"address\":\"John M. Keynesplein 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Amandine Guillou\",\"email\":\"amandine.guillou@goglobalgeo.com\",\"phone\":\"0203\\/331.699\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":624,\"name\":\"Hubject Partner\",\"businessName\":\"Hubject Partner\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":626,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":null,\"vatNo\":\"Parochiale Werken Ledeberg VZW\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Ledebergplein 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":628,\"name\":\"EMSP- Go Electric Stations SRLS\",\"businessName\":\"EMSP- Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":629,\"name\":\"EMSP- Digital Charging Solutions GmbH\",\"businessName\":\"EMSP- Digital Charging Solutions GmbH\",\"regNo\":\"HRB 211155 B\",\"vatNo\":\"DE312237805\",\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"18 - 19 Rosenstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Markus Bartenschlager\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Team Accounting\",\"email\":\"accounting@digitalchargingsolutions.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":600,\"total\":839}}"} 
[2025-07-17 18:29:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":635,\"name\":\"Khasanov Tamerlan\",\"businessName\":\"Khasanov Tamerlan\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kampenhout\",\"postcode\":\"1910\",\"address\":\"Schuermansstraat 41\",\"lastUpdatedAt\":\"2024-12-02T15:12:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":636,\"name\":\"Raf Sodermans\",\"businessName\":\"Raf Sodermans\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Schutteweide 26\",\"lastUpdatedAt\":\"2024-12-02T15:13:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":637,\"name\":\"EMSP- Greenflux Assets B.V.\",\"businessName\":\"EMSP- Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":638,\"name\":\"EMSP- Route220 S.R.L.\",\"businessName\":\"EMSP- Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":641,\"name\":\"Erik Saerens\",\"businessName\":\"Erik Saerens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merchtem\",\"postcode\":\"1785\",\"address\":\"Onze Lieve Vrouwstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Saerens\",\"email\":\"saerens.vdb@skynet.be\",\"phone\":\"+32485 55 58 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":645,\"name\":\"CPO - Freshmile Services\",\"businessName\":\"CPO - Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"(+33) 3 68 78 14 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":646,\"name\":\"CPO - ZE-WATT\",\"businessName\":\"CPO - ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise 31670\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":647,\"name\":\"CPO - ConnectNed B.V.\",\"businessName\":\"CPO - ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":648,\"name\":\"CPO - WattzHub\",\"businessName\":\"CPO - WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":649,\"name\":\"CPO - Bump SAS\",\"businessName\":\"CPO - Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":650,\"name\":\"EMSP- Mobilygreen SAS\",\"businessName\":\"EMSP- Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":651,\"name\":\"CPO - Shell EV Charging Solutions B.V.\",\"businessName\":\"CPO - Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":652,\"name\":\"CPO - PERETTI GROUPE SARL\",\"businessName\":\"CPO - PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":653,\"name\":\"CPO - Load Stations SAS\",\"businessName\":\"CPO - Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":654,\"name\":\"CPO - Electromaps S.L.\",\"businessName\":\"CPO - Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":655,\"name\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":656,\"name\":\"CPO - Robo Charge B.V.\",\"businessName\":\"CPO - Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":657,\"name\":\"CPO - Diego Luxembourg\",\"businessName\":\"CPO - Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":658,\"name\":\"CPO - Monta ApS\",\"businessName\":\"CPO - Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":659,\"name\":\"CPO - NRG Accounting BV\",\"businessName\":\"CPO - NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":663,\"name\":\"S.U.L.T.A.N. B.V\",\"businessName\":\"S.U.L.T.A.N. B.V\",\"regNo\":\"0755563484\",\"vatNo\":\"BE0755563484\",\"country\":\"BE\",\"region\":null,\"city\":\"Hulshout\",\"postcode\":\"2235\",\"address\":\"Hoogzand 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yasin Ozturk\",\"email\":\"ysn.ozturk87@gmail.com\",\"phone\":\"+32485005142\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":665,\"name\":\"Daeze Angelique\",\"businessName\":\"Daeze Angelique\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Roskamstraat 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daeze Angelique\",\"email\":\"angeliquedaeze@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":674,\"name\":\"Anil & Naresh - App Development Blulinc\",\"businessName\":\"Anil & Naresh - App Development Blulinc\",\"regNo\":\"BE00123456789\",\"vatNo\":\"0123456\",\"country\":\"BE\",\"region\":\"Oast-Vlaanderen\",\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Laarnebaan 106b\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Naresh Kumar\",\"email\":\"ak0506493@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":676,\"name\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"businessName\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"regNo\":\"388 758 708 00076\",\"vatNo\":\"FR31388758708\",\"country\":\"FR\",\"region\":null,\"city\":\"BAVILLIERS\",\"postcode\":\"90800\",\"address\":\"Zone Industrielle\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tun UNLU\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":677,\"name\":\"CPO - SEW Solutions GmbH\",\"businessName\":\"CPO - SEW Solutions GmbH\",\"regNo\":\"HRB 743660\",\"vatNo\":\"DE350399349\",\"country\":\"DE\",\"region\":null,\"city\":\"Ravensburg\",\"postcode\":\"88213\",\"address\":\"Stra\\u00dfe 14 Wilhelm-Brielmayer\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Manfred Frick und Andreas Kessler\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+49) 7 51 99 43 87 0\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":678,\"name\":\"CPO - Volt-Up\",\"businessName\":\"CPO - Volt-Up\",\"regNo\":\"B246172\",\"vatNo\":\"LU32451925\",\"country\":\"LU\",\"region\":null,\"city\":\"Livange\",\"postcode\":\"L-3378\",\"address\":\"3 rue de Turi\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Massimo Russo\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Voltup\",\"email\":\"administration@voltup.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":679,\"name\":\"CPO - Floading Energy Infra\",\"businessName\":\"CPO - Floading Energy Infra\",\"regNo\":\"NL859649994B01\",\"vatNo\":\"NL859649994B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6827\",\"address\":\"73 Westervoortsedijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arnaud van der Sluis\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Floading Invoicing Team\",\"email\":\"administration@floading.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":680,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":\"BE 0797.981.188\",\"vatNo\":\"0797.981.188\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ren\\u00e9 Ryckaert\",\"email\":\"reneryckaert@icloud.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":682,\"name\":\"New Hair Club\",\"businessName\":\"New Hair Club\",\"regNo\":null,\"vatNo\":\"BE0589744756\",\"country\":\"BE\",\"region\":null,\"city\":\"De Pinte\",\"postcode\":\"9840\",\"address\":\"Zuidstationstraat  16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":684,\"name\":\"Anne Clarysse\",\"businessName\":\"Anne Clarysse\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Beukendreef 13, 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":696,\"name\":\"CPO - Blink Charging Belgium (SA)\",\"businessName\":\"CPO - Blink Charging Belgium (SA)\",\"regNo\":\"0833.034.020\",\"vatNo\":\"BE 0833.034.020\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Posthoflei 3\\/4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Van Schap\",\"email\":\"interop@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"servicedesk@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"billing\":{\"contactPerson\":\"Saskia Laperre\",\"email\":\"office@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":698,\"name\":\"STX Commodities BV\",\"businessName\":\"STX INT\",\"regNo\":\"0797.789.960\",\"vatNo\":\"BE 0797.789.960\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Louizalaan 475\",\"lastUpdatedAt\":\"2025-01-17T10:36:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Jan Wesselink\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brandon Palmers\",\"email\":\"Brandon.Palmers@stxgroup.com\",\"phone\":\"+31 6 15 58 45 51\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":350},{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":714,\"name\":\"CPO - BV Smart parking Solutions\",\"businessName\":\"CPO - BV Smart parking Solutions\",\"regNo\":\"BE 0539.751.253\",\"vatNo\":\"0539.751.253\",\"country\":\"BE\",\"region\":null,\"city\":\"Bertem\",\"postcode\":\"3061\",\"address\":\"Dorpstraat 570\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@groupbeyers.com\",\"phone\":\"003223038869\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"info@smartparkingsolutions.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":715,\"name\":\"CPO - Ebee Smart Technologies GmbH\",\"businessName\":\"CPO - Ebee Smart Technologies GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":716,\"name\":\"CPO - Zemovi BV\",\"businessName\":\"CPO - Zemovi BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"'s-Gravenhage\",\"postcode\":\"2517 KT\",\"address\":\"Scheveningseweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Chu\",\"email\":\"danny@zemovi.com\",\"phone\":\"+31850602419\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@zemovi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Hafid Salhi\",\"email\":\"billing@zemovi.com\",\"phone\":\"+31(0)85 060 8489\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":717,\"name\":\"CPO - eCarUp\",\"businessName\":\"CPO - eCarUp\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"cornel.beeler@ecarup.com\",\"phone\":\"+41415101717\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@ecarup.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"invoice@ecarup.com\",\"phone\":\"+41415101717\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":718,\"name\":\"CPO - Porsche Sales and Marketplace GmbH\",\"businessName\":\"CPO - Porsche Sales and Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":null,\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":719,\"name\":\"CPO - reev GmbH\",\"businessName\":\"CPO - reev GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"M\\u00fcnchen\",\"postcode\":\"80335\",\"address\":\"Sandstra\\u00dfe 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Eduard Schlutius\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":723,\"name\":\"CPO - Schneider Electric GmbH\",\"businessName\":\"CPO - Schneider Electric GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Ratingen\",\"postcode\":\"40880\",\"address\":\"Gothaer Str. 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Stoye\",\"email\":\"tim.stoye@se.com\",\"phone\":\"+49 30 238884 240\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@inno2fleet.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Evelyn Str\\u00fcbing\",\"email\":\"invoice@inno2fleet.com\",\"phone\":\"+ 49 30 238884 240\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":724,\"name\":\"CPO - Eneco eMobility B.V.\",\"businessName\":\"CPO - Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":null,\"email\":\"jan.sass2@eneco.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":725,\"name\":\"CPO - iLumen\",\"businessName\":\"CPO - iLumen\",\"regNo\":\"0846.015.786\",\"vatNo\":\"BE 0846.015.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Tessenderlo\",\"postcode\":\"3980\",\"address\":\"Ambachtsstraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Wuyts\",\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":\"+32 13 220 200\"},\"technical\":{\"contactPerson\":null,\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":null},\"billing\":{\"contactPerson\":\"Stefanie Van Eynde\",\"email\":\"invoices@ilumen.be\",\"phone\":\"+32 13 22 02 51\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":726,\"name\":\"CPO - Picoty SAS\",\"businessName\":\"CPO - Picoty SAS\",\"regNo\":\"77734738600057\",\"vatNo\":\"FR83777347386\",\"country\":\"FR\",\"region\":null,\"city\":\"La Souterraine\",\"postcode\":\"23300\",\"address\":\"Rue Andr\\u00e9 et Guy Picoty\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel PICOTY\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 5 55 89 38 05\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":727,\"name\":\"EMSP- Tap Electric B.V.\",\"businessName\":\"EMSP- Tap Electric B.V.\",\"regNo\":\"80990819\",\"vatNo\":\"NL861879764B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1016 AC\",\"address\":\"262-A Singel\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dan Pezim\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Dan Pezim\",\"email\":\"dan@tapelectric.app\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":728,\"name\":\"CPO - SJS Services SAS\",\"businessName\":\"CPO - SJS Services SAS\",\"regNo\":\"84470864400019\",\"vatNo\":\"FR71844708644\",\"country\":\"FR\",\"region\":null,\"city\":\"Chatellerault\",\"postcode\":\"86100\",\"address\":\"69 Chemin du Marais\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jerome Princ\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":729,\"name\":\"CPO - Obornes SASU\",\"businessName\":\"CPO - Obornes SASU\",\"regNo\":null,\"vatNo\":\"817481658\",\"country\":\"BE\",\"region\":null,\"city\":\"Aix-en-Provence\",\"postcode\":\"13100\",\"address\":\"550 Rue Pierre Berthier\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dourassoff\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":735,\"name\":\"CPO - E.ON Drive\",\"businessName\":\"CPO - E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Roaming & Partner Management Team EDRI\",\"email\":\"roaming@edri.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":736,\"name\":\"CPO - Iberdrola\",\"businessName\":\"CPO - Iberdrola\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Miguel Recuenco\",\"email\":\"mrecuenco@iberdrola.es\",\"phone\":\"+34900929293\"},\"technical\":{\"contactPerson\":null,\"email\":\"smartmobility@tuiberdrola.es\",\"phone\":null},\"billing\":{\"contactPerson\":\"Mar\\u00eda \\u00c1ngeles Diaz Bueno\",\"email\":\"roaming@iberdrola.es\",\"phone\":\"+34900929293\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":700,\"total\":839}}"} 
[2025-07-17 18:29:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":738,\"name\":\"EMSP- Vandebron Energie B.V.\",\"businessName\":\"EMSP- Vandebron Energie B.V.\",\"regNo\":\"59394218\",\"vatNo\":\"NL853458194B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013KS\",\"address\":\"2a-2h Grote Bickersstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remco Wilcke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Rowald Oosterkamp\",\"email\":\"ev-facturen@vandebron.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":740,\"name\":\"Embridge Belgium BV\",\"businessName\":\"M-Tech NV - Embridge\",\"regNo\":null,\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-17T14:27:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Boodts\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":745,\"name\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"businessName\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"technical\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"billing\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":746,\"name\":\"CPO - Atlante Energy\",\"businessName\":\"CPO - Atlante Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tommaso Cresti\",\"email\":\"tommaso.cresti@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":\"operation@atlante.energy\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Atlante\",\"email\":\"invoices@atlante.energy\",\"phone\":\"+39 344 3437928\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":747,\"name\":\"CPO - Powy (TheF Charging S.r.l.)\",\"businessName\":\"CPO - Powy (TheF Charging S.r.l.)\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicol\\u00f2 Brentan\",\"email\":\"nicolo.brentan@powy.energy\",\"phone\":\"+39 800 596 704\"},\"technical\":{\"contactPerson\":\"Matteo Scaglia\",\"email\":\"matteo.scaglia@powy.energy\",\"phone\":\"+39 345 047 1604\"},\"billing\":{\"contactPerson\":\"assistenza@powy.energy\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":748,\"name\":\"CPO - Enel X Way Italia\",\"businessName\":\"CPO - Enel X Way Italia\",\"regNo\":\"IT14553401002\",\"vatNo\":\"IT14553401002\",\"country\":\"BE\",\"region\":null,\"city\":\"Roma\",\"postcode\":\"00189\",\"address\":\"Via Flaminia 970\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":749,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"DE309400054\",\"vatNo\":\"DE309400054\",\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50672\",\"address\":\"Erftstra\\u00dfe 15\\u201317\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claudia Eder\",\"email\":\"roaming@chargecloud.de\",\"phone\":\"+4922129272500\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@chargecloud.de\",\"phone\":\"+4922129272500\"},\"billing\":{\"contactPerson\":\"Markus Bach\",\"email\":\"accounting@chargecloud.de\",\"phone\":\"+4922129272500\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":750,\"name\":\"Hauset Immo NV\",\"businessName\":\"Hauset Immo NV\",\"regNo\":\"0417.032.791\",\"vatNo\":\"BE 0417.032.791\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Veldkant 2\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":\"E Heuten\",\"email\":\"e.heuten@immogra.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":751,\"name\":\"Dirk meert\",\"businessName\":\"Dirk meert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"Aalst\",\"address\":\"Hof ter Lokerenstraat 38\",\"lastUpdatedAt\":\"2024-12-02T15:38:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":759,\"name\":\"Altensys\",\"businessName\":\"EMSP- ALTENSYS\",\"regNo\":\"90018325200015\",\"vatNo\":\"FR25900183252\",\"country\":\"FR\",\"region\":null,\"city\":\"Ajaccio\",\"postcode\":\"20000\",\"address\":\"51 cours Napol\\u00e9on\",\"lastUpdatedAt\":\"2024-11-07T09:56:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phanie Masson\",\"email\":\"s.masson@altensys.fr\",\"phone\":\"+33 6 64 96 56 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":768,\"name\":\"Jean Colle\",\"businessName\":\"Jean Colle\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-26T13:04:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":772,\"name\":\"Pieter Bergez\",\"businessName\":\"Pieter Bergez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-02T14:05:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":774,\"name\":\"Service & Development  Group Belgium NV\",\"businessName\":\"Service & Development  Group Belgium NV\",\"regNo\":\"0415.874.533\",\"vatNo\":\"BE 0415.874.533\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint Denijs Westrem\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052 D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"+32 475 920 898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":785,\"name\":\"Polygon Belgium NV - Public\",\"businessName\":\"Polygon Belgium NV - Public\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1200,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":786,\"name\":\"EMSP- Enapi\",\"businessName\":\"EMSP- Enapi\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-23T14:20:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":794,\"name\":\"Better IT Support bvba\",\"businessName\":\"Better IT Support bvba\",\"regNo\":null,\"vatNo\":\"BE0884.277.437\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"Marosdelle 5\",\"lastUpdatedAt\":\"2025-01-20T15:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":800,\"name\":\"VDZ bv\",\"businessName\":\"Plug 15\",\"regNo\":\"0436.378.452\",\"vatNo\":\"BE0436.378.452\",\"country\":\"BE\",\"region\":null,\"city\":\"Lendelede\",\"postcode\":\"8860\",\"address\":\"Rozebeeksestraat 103\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lowie Devriendt\",\"email\":\"lowie.devriendt@vdz.be\",\"phone\":\"0479221868\"},\"technical\":{\"contactPerson\":\"Maxim vroman\",\"email\":\"maxim@vdz.be\",\"phone\":\"32474859585\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":801,\"name\":\"EMSP- WeVee Technologies Ltd.\",\"businessName\":\"EMSP- WeVee Technologies Ltd.\",\"regNo\":\"13427704\",\"vatNo\":\"386900859\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"W6 0NB\",\"address\":\"1 Lyric Square\",\"lastUpdatedAt\":\"2025-02-04T13:59:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dr. Rahmyn Kress\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Francesca Spengos\",\"email\":\"f@wevee.com\",\"phone\":\"+30 694 418 0518\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":802,\"name\":\"E-Shore S.r.l.\",\"businessName\":\"CPO - E-Shore\",\"regNo\":\"02382770507\",\"vatNo\":\"IT02382770507\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20122\",\"address\":\"5 Pietro Cossa\",\"lastUpdatedAt\":\"2025-02-04T14:04:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marco Maria Mele\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Vanessa Barbini\",\"email\":\"segreteria@eshoremobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Team EShore\",\"email\":\"accounting@eshoremobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":803,\"name\":\"A\\u00e9roports de la C\\u00f4te d'Azur\",\"businessName\":\"CPO - A\\u00e9roports de la C\\u00f4te d'Azur\",\"regNo\":\"493479489\",\"vatNo\":\"FR35493479489\",\"country\":\"IT\",\"region\":null,\"city\":\"NICE Cedex 3\",\"postcode\":\"06206\",\"address\":\"19 Rue Costes et Bellonte - CS 63331\",\"lastUpdatedAt\":\"2025-02-04T14:13:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Franck GOLDNADEL\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Michele Lamasse\",\"email\":\"michele.lamasse@cote-azur.aeroport.fr\",\"phone\":\"+33 4 93 21 32 82\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":804,\"name\":\"Voltalia Mobility (Yusco) SA\",\"businessName\":\"CPO - Le Plein\",\"regNo\":\"982531527\",\"vatNo\":\"FR12982531527\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75003\",\"address\":\"84 Boulevard de S\\u00e9bastopol\",\"lastUpdatedAt\":\"2025-02-04T14:24:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Lebrun\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Benjamin Lalin\",\"email\":\"benjamin.lalin@voltalia-mobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"\\u00c9quipe comptable Yusco\",\"email\":\"compta@yusco.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":813,\"name\":\"Group Projecten BV\",\"businessName\":\"EMSP- Group Projecten\",\"regNo\":\"0795634085\",\"vatNo\":\"BE0795634085\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 81\",\"lastUpdatedAt\":\"2025-02-18T09:20:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Swaef Alex\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Christa Van De Slycke\",\"email\":\"hello@gridctrl.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":814,\"name\":\"Pleevi SRL\",\"businessName\":\"Pleevi.ai\",\"regNo\":\"1017.187.332\",\"vatNo\":\"BE1017.187.332\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Boulevard du Roi Albert II 4\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Lagae\",\"email\":\"Wout.Lagae@pleevi.ai\",\"phone\":\"+32 479 27 61 89\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":815,\"name\":\"PowerGoodies\",\"businessName\":\"PowerGoodies\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-02-24T08:49:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":821,\"name\":\"Johan Joseph\",\"businessName\":\"Johan Joseph\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 18, 2930 Brasschaat\",\"lastUpdatedAt\":\"2025-02-28T08:58:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":822,\"name\":\"Tony Graziano\",\"businessName\":\"Tony Graziano\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Karlsruhelaan 20, 2400 Mol\",\"lastUpdatedAt\":\"2025-02-28T12:39:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":824,\"name\":\"TandemDrive Services B.V.\",\"businessName\":\"TandemDrive Services\",\"regNo\":null,\"vatNo\":\"NL865400684B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Delft\",\"postcode\":\"2627AB\",\"address\":\"Hooikade 13\",\"lastUpdatedAt\":\"2025-03-04T10:05:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maarten Ari\\u00ebns\",\"email\":\"maartenariens@tandemdrive.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":827,\"name\":\"Rainer Klose\",\"businessName\":\"Rainer Klose\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Van Geertstraat 17\\/3, 2060 Antwerpen\",\"lastUpdatedAt\":\"2025-03-06T15:14:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":828,\"name\":\"Piet Scherrens\",\"businessName\":\"Piet Scherrens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-10T14:07:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":832,\"name\":\"Ann Creve\",\"businessName\":\"Ann Creve\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-14T15:06:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Creve\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":836,\"name\":\"Chargit B.V.\",\"businessName\":\"EMSP- Chargit B.V.\",\"regNo\":null,\"vatNo\":\"NL863096414B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Nijmegen\",\"postcode\":\"6511EV\",\"address\":\"Nassausingel 4\",\"lastUpdatedAt\":\"2025-03-31T12:41:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Leo Konings\",\"email\":\"leo.konings@chargit.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rik Sebens\",\"email\":\"rik.sebens@chargit.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":837,\"name\":\"CPO - MoveYou B.V.\",\"businessName\":\"CPO - MoveYou B.V.\",\"regNo\":null,\"vatNo\":\"NL858013563B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"Het Want 3\",\"lastUpdatedAt\":\"2025-03-26T11:50:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":844,\"name\":\"Georgios Evangelou\",\"businessName\":\"Georgios Evangelou\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-04-14T10:42:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":800,\"total\":839}}"} 
[2025-07-17 18:29:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":861,\"name\":\"Evolut-ion services bv\",\"businessName\":\"EMSP- Evolut-ion\",\"regNo\":\"0764.959.519\",\"vatNo\":\"BE0764.959.519\",\"country\":\"BE\",\"region\":null,\"city\":\"Buggenhout\",\"postcode\":\"9255\",\"address\":\"Heideveld 26\",\"lastUpdatedAt\":\"2025-06-02T12:54:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":863,\"name\":\"Copackr.Com\",\"businessName\":\"Copackr\",\"regNo\":\"0683.478.925\",\"vatNo\":\"BE 0683.478.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T13:07:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@copackr.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":867,\"name\":\"Annemie Van Hemelrijck\",\"businessName\":\"Annemie Van Hemelrijck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Molenstraat 18, 2811 Leest\",\"lastUpdatedAt\":\"2025-06-06T07:46:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Annemie Van Hemelrijck\",\"email\":\"annemievanhemelrijck@hotmail.com\",\"phone\":\"+32496596782\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":869,\"name\":\"Swish SAS\",\"businessName\":\"EMSP- Swish SAS\",\"regNo\":\"97764942500013\",\"vatNo\":\"FR27977649425\",\"country\":\"FR\",\"region\":null,\"city\":\"Roissy en France\",\"postcode\":\"95700\",\"address\":\"385 rue de la belle \\u00e9toile\",\"lastUpdatedAt\":\"2025-06-11T10:53:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alberto Prendin\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":870,\"name\":\"EVIO - Electrical Mobility\",\"businessName\":\"EMSP- EVIO - Electrical Mobility\",\"regNo\":\"515681890\",\"vatNo\":\"PT515681890\",\"country\":\"PT\",\"region\":null,\"city\":\"Matosinhos\",\"postcode\":\"4450-017\",\"address\":\"1825 Av. Dom Afonso Henriques\",\"lastUpdatedAt\":\"2025-06-11T11:50:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carlos Almeida\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"invoices@go-evio.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":872,\"name\":\"Lily Detrez\",\"businessName\":\"Lily Detrez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Heverlee\",\"postcode\":\"3050\",\"address\":\"Fonteinstraat 38\",\"lastUpdatedAt\":\"2025-06-17T09:37:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":874,\"name\":\"Abattoir\",\"businessName\":\"Abattoir\",\"regNo\":\"0425.276.704\",\"vatNo\":\"BE 0425.276.704\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Ropsy Chaudron 24\",\"lastUpdatedAt\":\"2025-06-25T10:36:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Blancke\",\"email\":\"thomas.blancke@abattoir.be\",\"phone\":\"0472262751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@abattoir.be\",\"phone\":\"025215419\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":878,\"name\":\"Ysco\",\"businessName\":\"Ysco\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-07-04T11:52:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Dehamers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":880,\"name\":\"ENERANDO Technologies\",\"businessName\":\"CPO - ENERANDO Technologies\",\"regNo\":\"HRB 284630\",\"vatNo\":\"DE361930407\",\"country\":\"DE\",\"region\":null,\"city\":\"Garching\",\"postcode\":\"D-85748\",\"address\":\"Schleissheimer Str. 91a\",\"lastUpdatedAt\":\"2025-07-07T09:20:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthias Schmid\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":881,\"name\":\"EMSP- Oriway SAS\",\"businessName\":\"EMSP- Oriway\",\"regNo\":\"95366062800017\",\"vatNo\":\"FR70953660628\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Gilles Croix de Vie\",\"postcode\":\"85800\",\"address\":\"7 du Vent de Galerne\",\"lastUpdatedAt\":\"2025-07-15T11:57:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Natacha Burahee\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":882,\"name\":\"EMSP- Amano Europe NV\",\"businessName\":\"EMSP- Amano Europe\",\"regNo\":\"0434 751 030\",\"vatNo\":\"BE0434.751.030\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"2 Westerring\",\"lastUpdatedAt\":\"2025-07-15T12:01:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Peirsman\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":883,\"name\":\"EMSP- autoSense AG\",\"businessName\":\"EMSP- autoSense AG\",\"regNo\":\"CH-020.3.046.019-3\",\"vatNo\":\"CHE-252.080.680\",\"country\":\"CH\",\"region\":null,\"city\":\"Zurich\",\"postcode\":\"8004\",\"address\":\"141 Badenerstrasse\",\"lastUpdatedAt\":\"2025-07-15T12:20:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jaap Vossen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Department\",\"email\":\"roaming@autosense.ch\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":884,\"name\":\"EMSP- Faroud SAS\",\"businessName\":\"EMSP- Faroud\",\"regNo\":\"98154506400017\",\"vatNo\":\"FR93981545064\",\"country\":\"FR\",\"region\":null,\"city\":\"Asni\\u00e8res sur Seine\",\"postcode\":\"92600\",\"address\":\"7 rue Paul Gillet\",\"lastUpdatedAt\":\"2025-07-15T12:23:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrien Navarro\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"next\":null},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":839,\"total\":839}}"} 
[2025-07-17 18:29:31] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":9,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"T.vanvlem@netcomsolutions.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-11-30T11:22:05+00:00\",\"acceptedAt\":\"2021-11-30T11:22:05+00:00\",\"userId\":7,\"lastUpdatedAt\":\"2022-08-29T15:49:21+00:00\"},{\"id\":16,\"partnerId\":9,\"sendViaEmail\":true,\"email\":\"bgaltman@netcomsolutions.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-16T22:30:28+00:00\",\"acceptedAt\":\"2021-12-16T22:30:28+00:00\",\"userId\":35,\"lastUpdatedAt\":\"2023-11-30T13:34:18+00:00\"},{\"id\":17,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.vanstappen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-22T08:22:43+00:00\",\"acceptedAt\":\"2021-12-22T08:22:43+00:00\",\"userId\":40,\"lastUpdatedAt\":\"2022-08-29T15:49:53+00:00\"},{\"id\":23,\"partnerId\":26,\"sendViaEmail\":true,\"email\":\"info@hildesmout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T15:08:52+00:00\",\"acceptedAt\":\"2021-12-27T15:08:52+00:00\",\"userId\":47,\"lastUpdatedAt\":\"2022-08-29T15:18:50+00:00\"},{\"id\":27,\"partnerId\":27,\"sendViaEmail\":true,\"email\":\"christophecompeers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T22:45:46+00:00\",\"acceptedAt\":\"2021-12-27T22:45:46+00:00\",\"userId\":19,\"lastUpdatedAt\":\"2022-08-29T15:39:05+00:00\"},{\"id\":28,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"maaike.vandenberghe@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-29T12:23:56+00:00\",\"acceptedAt\":\"2021-12-29T12:23:56+00:00\",\"userId\":51,\"lastUpdatedAt\":\"2021-12-29T12:23:56+00:00\"},{\"id\":30,\"partnerId\":29,\"sendViaEmail\":true,\"email\":\"boekhoudingvervack@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-07T09:39:56+00:00\",\"acceptedAt\":\"2022-01-07T09:39:57+00:00\",\"userId\":57,\"lastUpdatedAt\":\"2023-11-30T14:07:24+00:00\"},{\"id\":37,\"partnerId\":45,\"sendViaEmail\":true,\"email\":\"michael@hairconsultingbymd.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-23T18:06:57+00:00\",\"acceptedAt\":\"2022-01-23T18:06:57+00:00\",\"userId\":64,\"lastUpdatedAt\":\"2023-09-28T13:04:47+00:00\"},{\"id\":38,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"Jeroen.bogaerts@junto.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":66,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":39,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"evelyne.lekime@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":67,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":41,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jan.luyckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:06:50+00:00\",\"acceptedAt\":\"2022-02-01T14:06:50+00:00\",\"userId\":69,\"lastUpdatedAt\":\"2023-01-09T12:53:03+00:00\"},{\"id\":42,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thijs.campe@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:11:45+00:00\",\"acceptedAt\":\"2022-02-01T14:11:45+00:00\",\"userId\":61,\"lastUpdatedAt\":\"2023-01-09T12:53:06+00:00\"},{\"id\":45,\"partnerId\":50,\"sendViaEmail\":true,\"email\":\"kserranne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-09T22:20:16+00:00\",\"acceptedAt\":\"2022-02-09T22:20:16+00:00\",\"userId\":76,\"lastUpdatedAt\":\"2023-11-30T14:11:41+00:00\"},{\"id\":48,\"partnerId\":47,\"sendViaEmail\":true,\"email\":\"ran.ancho@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-15T17:54:58+00:00\",\"acceptedAt\":\"2022-02-15T17:54:58+00:00\",\"userId\":68,\"lastUpdatedAt\":\"2024-05-21T13:40:16+00:00\"},{\"id\":50,\"partnerId\":52,\"sendViaEmail\":true,\"email\":\"callebautdecoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-05T08:30:15+00:00\",\"acceptedAt\":\"2022-03-05T08:30:15+00:00\",\"userId\":84,\"lastUpdatedAt\":\"2023-11-30T14:11:51+00:00\"},{\"id\":52,\"partnerId\":13,\"sendViaEmail\":true,\"email\":\"phistelle@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-08T15:26:41+00:00\",\"acceptedAt\":\"2022-03-08T15:26:41+00:00\",\"userId\":17,\"lastUpdatedAt\":\"2022-08-30T09:00:33+00:00\"},{\"id\":53,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peter.reyniers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-09T14:46:45+00:00\",\"acceptedAt\":\"2022-03-09T14:46:45+00:00\",\"userId\":90,\"lastUpdatedAt\":\"2023-01-09T12:53:28+00:00\"},{\"id\":54,\"partnerId\":53,\"sendViaEmail\":true,\"email\":\"wma.architect@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-10T12:12:33+00:00\",\"acceptedAt\":\"2022-03-10T12:12:33+00:00\",\"userId\":87,\"lastUpdatedAt\":\"2023-11-30T14:12:08+00:00\"},{\"id\":56,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-13T13:43:59+00:00\",\"acceptedAt\":\"2022-03-13T13:43:59+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2023-11-30T14:12:21+00:00\"},{\"id\":58,\"partnerId\":56,\"sendViaEmail\":true,\"email\":\"nick.houthuys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-14T06:55:08+00:00\",\"acceptedAt\":\"2022-03-14T06:55:08+00:00\",\"userId\":80,\"lastUpdatedAt\":\"2023-11-30T14:14:08+00:00\"},{\"id\":60,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"siebe.verheyen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:30:34+00:00\",\"acceptedAt\":\"2022-03-22T11:30:34+00:00\",\"userId\":103,\"lastUpdatedAt\":\"2023-01-09T12:53:32+00:00\"},{\"id\":61,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ewoud.beheydt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:51:46+00:00\",\"acceptedAt\":\"2022-03-22T11:51:46+00:00\",\"userId\":104,\"lastUpdatedAt\":\"2023-11-23T13:58:45+00:00\"},{\"id\":62,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kathleen.sels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T12:46:30+00:00\",\"acceptedAt\":\"2022-03-22T12:46:30+00:00\",\"userId\":105,\"lastUpdatedAt\":\"2023-01-09T12:53:39+00:00\"},{\"id\":63,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"koen.stevens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T13:06:55+00:00\",\"acceptedAt\":\"2022-03-22T13:06:55+00:00\",\"userId\":106,\"lastUpdatedAt\":\"2023-11-23T14:00:12+00:00\"},{\"id\":64,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"jfleconte@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T14:26:36+00:00\",\"acceptedAt\":\"2022-03-22T14:26:36+00:00\",\"userId\":102,\"lastUpdatedAt\":\"2023-01-09T13:03:52+00:00\"},{\"id\":65,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jarne.vanbelleghem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-28T11:37:25+00:00\",\"acceptedAt\":\"2022-03-28T11:37:25+00:00\",\"userId\":115,\"lastUpdatedAt\":\"2023-01-09T12:54:14+00:00\"},{\"id\":66,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-29T13:12:51+00:00\",\"acceptedAt\":\"2022-03-29T13:12:51+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-05-31T11:12:50+00:00\"},{\"id\":68,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"mathieu@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-31T08:37:08+00:00\",\"acceptedAt\":\"2022-03-31T08:37:08+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-05-31T11:12:56+00:00\"},{\"id\":72,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"bob.missoorten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T11:31:15+00:00\",\"acceptedAt\":\"2022-04-04T11:31:15+00:00\",\"userId\":119,\"lastUpdatedAt\":\"2023-01-09T12:54:17+00:00\"},{\"id\":74,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"Hilde.verstraeten@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T13:26:02+00:00\",\"acceptedAt\":\"2022-04-04T13:26:02+00:00\",\"userId\":121,\"lastUpdatedAt\":\"2023-11-30T14:23:34+00:00\"},{\"id\":78,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lode.janssens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-05T13:38:46+00:00\",\"acceptedAt\":\"2022-04-05T13:38:46+00:00\",\"userId\":123,\"lastUpdatedAt\":\"2023-01-09T12:54:20+00:00\"},{\"id\":79,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"g.van.hoey@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T08:44:39+00:00\",\"acceptedAt\":\"2022-04-07T08:44:39+00:00\",\"userId\":111,\"lastUpdatedAt\":\"2023-01-09T13:03:49+00:00\"},{\"id\":82,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"j.vandenberghe@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T14:34:30+00:00\",\"acceptedAt\":\"2022-04-07T14:34:30+00:00\",\"userId\":101,\"lastUpdatedAt\":\"2023-01-09T13:03:45+00:00\"},{\"id\":85,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.billiau@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T10:06:50+00:00\",\"acceptedAt\":\"2022-04-08T10:06:50+00:00\",\"userId\":107,\"lastUpdatedAt\":\"2023-04-03T07:55:21+00:00\"},{\"id\":87,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"s.de.roo@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T11:04:51+00:00\",\"acceptedAt\":\"2022-04-08T11:04:51+00:00\",\"userId\":100,\"lastUpdatedAt\":\"2023-01-09T13:03:43+00:00\"},{\"id\":89,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"caat.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-14T11:26:56+00:00\",\"acceptedAt\":\"2022-04-20T06:57:53+00:00\",\"userId\":131,\"lastUpdatedAt\":\"2022-08-29T14:50:06+00:00\"},{\"id\":92,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"p.mareels@belgacom.net\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-20T13:22:14+00:00\",\"acceptedAt\":\"2022-04-20T13:22:14+00:00\",\"userId\":124,\"lastUpdatedAt\":\"2023-01-31T08:43:38+00:00\"},{\"id\":94,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"l.stoffelen@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-25T15:06:36+00:00\",\"acceptedAt\":\"2022-04-25T15:06:36+00:00\",\"userId\":110,\"lastUpdatedAt\":\"2023-01-09T13:03:37+00:00\"},{\"id\":95,\"partnerId\":82,\"sendViaEmail\":true,\"email\":\"katleen.vdw@aol.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-26T08:02:13+00:00\",\"acceptedAt\":\"2022-04-26T08:02:13+00:00\",\"userId\":79,\"lastUpdatedAt\":\"2023-05-31T09:38:16+00:00\"},{\"id\":105,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:22:01+00:00\",\"acceptedAt\":\"2022-04-30T13:22:01+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-01-09T12:55:00+00:00\"},{\"id\":106,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:23:57+00:00\",\"acceptedAt\":\"2022-04-30T13:23:57+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-11-30T14:25:39+00:00\"},{\"id\":111,\"partnerId\":61,\"sendViaEmail\":true,\"email\":\"carmelo.luparello@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-05T17:28:45+00:00\",\"acceptedAt\":\"2022-05-05T17:28:45+00:00\",\"userId\":116,\"lastUpdatedAt\":\"2023-08-18T09:52:50+00:00\"},{\"id\":112,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"vmeynen@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-06T13:39:21+00:00\",\"acceptedAt\":\"2022-05-06T13:39:21+00:00\",\"userId\":109,\"lastUpdatedAt\":\"2023-01-09T12:55:03+00:00\"},{\"id\":114,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"RFID@mado.be\",\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/65425cbd-2506-47ff-bfb4-2e33e04e7135\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"sent\",\"createdAt\":\"2022-05-06T14:35:26+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-30T14:30:13+00:00\"},{\"id\":120,\"partnerId\":89,\"sendViaEmail\":true,\"email\":\"celgeenen@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T10:00:56+00:00\",\"acceptedAt\":\"2022-05-09T10:00:56+00:00\",\"userId\":145,\"lastUpdatedAt\":\"2023-09-30T06:40:58+00:00\"},{\"id\":121,\"partnerId\":90,\"sendViaEmail\":true,\"email\":\"kris@intwit.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T13:41:39+00:00\",\"acceptedAt\":\"2022-05-09T13:41:39+00:00\",\"userId\":146,\"lastUpdatedAt\":\"2022-08-29T15:01:21+00:00\"},{\"id\":122,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.desmet@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-10T08:44:04+00:00\",\"acceptedAt\":\"2022-05-10T08:44:04+00:00\",\"userId\":147,\"lastUpdatedAt\":\"2023-01-09T12:55:06+00:00\"},{\"id\":125,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ralf.joris@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T05:02:49+00:00\",\"acceptedAt\":\"2022-05-16T05:02:49+00:00\",\"userId\":143,\"lastUpdatedAt\":\"2023-01-09T12:55:09+00:00\"},{\"id\":127,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"hilde@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T09:47:43+00:00\",\"acceptedAt\":\"2022-05-16T09:47:43+00:00\",\"userId\":122,\"lastUpdatedAt\":\"2023-11-30T14:30:26+00:00\"},{\"id\":130,\"partnerId\":84,\"sendViaEmail\":true,\"email\":\"gertvanlaeken@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T17:16:29+00:00\",\"acceptedAt\":\"2022-05-16T17:16:29+00:00\",\"userId\":134,\"lastUpdatedAt\":\"2023-02-08T11:17:05+00:00\"},{\"id\":134,\"partnerId\":51,\"sendViaEmail\":true,\"email\":\"wim@entrie.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-17T16:36:14+00:00\",\"acceptedAt\":\"2022-05-17T16:36:14+00:00\",\"userId\":74,\"lastUpdatedAt\":\"2023-05-31T09:38:34+00:00\"},{\"id\":140,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nielvandingenen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:46:43+00:00\",\"acceptedAt\":\"2022-05-23T11:46:43+00:00\",\"userId\":154,\"lastUpdatedAt\":\"2023-01-09T12:55:14+00:00\"},{\"id\":141,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ine.arits@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:47:17+00:00\",\"acceptedAt\":\"2022-05-23T11:47:17+00:00\",\"userId\":155,\"lastUpdatedAt\":\"2023-11-23T14:05:03+00:00\"},{\"id\":142,\"partnerId\":92,\"sendViaEmail\":true,\"email\":\"koen@montagewinkel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T12:34:39+00:00\",\"acceptedAt\":\"2022-05-23T12:34:39+00:00\",\"userId\":142,\"lastUpdatedAt\":\"2023-05-31T11:30:11+00:00\"},{\"id\":145,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stijn.paulissen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-24T12:24:55+00:00\",\"acceptedAt\":\"2022-05-24T12:24:55+00:00\",\"userId\":160,\"lastUpdatedAt\":\"2023-01-09T12:55:38+00:00\"},{\"id\":146,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stefan.dils@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-25T10:19:27+00:00\",\"acceptedAt\":\"2022-05-25T10:19:27+00:00\",\"userId\":161,\"lastUpdatedAt\":\"2023-01-09T12:55:41+00:00\"},{\"id\":147,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jo.smeyers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T09:40:54+00:00\",\"acceptedAt\":\"2022-05-31T09:40:54+00:00\",\"userId\":162,\"lastUpdatedAt\":\"2023-11-23T14:06:32+00:00\"},{\"id\":148,\"partnerId\":94,\"sendViaEmail\":true,\"email\":\"greetverleyen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T13:27:57+00:00\",\"acceptedAt\":\"2022-05-31T13:27:57+00:00\",\"userId\":163,\"lastUpdatedAt\":\"2023-11-30T15:13:31+00:00\"},{\"id\":149,\"partnerId\":95,\"sendViaEmail\":true,\"email\":\"bart@ibucon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T14:05:24+00:00\",\"acceptedAt\":\"2022-05-31T14:05:24+00:00\",\"userId\":164,\"lastUpdatedAt\":\"2022-08-29T14:28:21+00:00\"},{\"id\":151,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kristoftollet@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:15:40+00:00\",\"acceptedAt\":\"2022-06-03T08:15:40+00:00\",\"userId\":166,\"lastUpdatedAt\":\"2023-01-09T12:55:47+00:00\"},{\"id\":152,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frank.rutten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:58:06+00:00\",\"acceptedAt\":\"2022-06-03T08:58:06+00:00\",\"userId\":167,\"lastUpdatedAt\":\"2023-01-09T12:56:46+00:00\"},{\"id\":153,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wesley.breugelmans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T13:20:31+00:00\",\"acceptedAt\":\"2022-06-03T13:20:31+00:00\",\"userId\":168,\"lastUpdatedAt\":\"2023-01-09T12:56:43+00:00\"},{\"id\":154,\"partnerId\":97,\"sendViaEmail\":true,\"email\":\"jensdv42@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-07T15:40:20+00:00\",\"acceptedAt\":\"2022-06-07T15:40:21+00:00\",\"userId\":170,\"lastUpdatedAt\":\"2022-08-29T14:49:52+00:00\"},{\"id\":155,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"geert.keustermans@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:02:17+00:00\",\"acceptedAt\":\"2022-06-08T09:02:17+00:00\",\"userId\":172,\"lastUpdatedAt\":\"2023-01-09T12:56:39+00:00\"},{\"id\":156,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"caroline.avonds@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:35:56+00:00\",\"acceptedAt\":\"2022-06-08T09:35:56+00:00\",\"userId\":173,\"lastUpdatedAt\":\"2023-01-09T12:56:36+00:00\"},{\"id\":157,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christel.boogaerts@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T12:19:29+00:00\",\"acceptedAt\":\"2022-06-08T12:19:29+00:00\",\"userId\":125,\"lastUpdatedAt\":\"2023-01-09T12:56:33+00:00\"},{\"id\":158,\"partnerId\":98,\"sendViaEmail\":true,\"email\":\"info@renodaf.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T10:33:55+00:00\",\"acceptedAt\":\"2022-06-09T10:33:56+00:00\",\"userId\":174,\"lastUpdatedAt\":\"2023-07-25T07:11:32+00:00\"},{\"id\":159,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T11:08:33+00:00\",\"acceptedAt\":\"2022-06-09T11:08:33+00:00\",\"userId\":175,\"lastUpdatedAt\":\"2022-08-29T14:50:28+00:00\"},{\"id\":161,\"partnerId\":100,\"sendViaEmail\":true,\"email\":\"koen.holvoet2@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T14:25:52+00:00\",\"acceptedAt\":\"2022-06-09T14:25:52+00:00\",\"userId\":177,\"lastUpdatedAt\":\"2023-11-30T15:20:16+00:00\"},{\"id\":163,\"partnerId\":99,\"sendViaEmail\":true,\"email\":\"kevin@buildingconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-13T07:59:15+00:00\",\"acceptedAt\":\"2022-06-13T07:59:15+00:00\",\"userId\":176,\"lastUpdatedAt\":\"2023-11-30T15:20:28+00:00\"},{\"id\":164,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lieven.keuppens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-15T16:05:35+00:00\",\"acceptedAt\":\"2022-06-15T16:05:35+00:00\",\"userId\":113,\"lastUpdatedAt\":\"2023-01-09T12:58:59+00:00\"},{\"id\":165,\"partnerId\":79,\"sendViaEmail\":true,\"email\":\"geertpennewaert@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-18T07:51:29+00:00\",\"acceptedAt\":\"2022-06-18T07:51:29+00:00\",\"userId\":156,\"lastUpdatedAt\":\"2023-11-30T15:21:15+00:00\"},{\"id\":166,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kevin.deblochouse@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-21T10:58:03+00:00\",\"acceptedAt\":\"2022-06-21T10:58:03+00:00\",\"userId\":181,\"lastUpdatedAt\":\"2023-01-09T12:59:03+00:00\"},{\"id\":168,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:53:55+00:00\",\"acceptedAt\":\"2022-06-24T09:53:55+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:53:55+00:00\"},{\"id\":169,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:54:28+00:00\",\"acceptedAt\":\"2022-06-24T09:54:28+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:54:28+00:00\"},{\"id\":170,\"partnerId\":101,\"sendViaEmail\":true,\"email\":\"wim123bisschop@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-27T08:51:23+00:00\",\"acceptedAt\":\"2022-06-27T08:51:23+00:00\",\"userId\":171,\"lastUpdatedAt\":\"2023-11-30T15:23:03+00:00\"},{\"id\":171,\"partnerId\":107,\"sendViaEmail\":true,\"email\":\"scofawom@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T09:42:32+00:00\",\"acceptedAt\":\"2022-06-28T09:42:32+00:00\",\"userId\":183,\"lastUpdatedAt\":\"2023-11-30T15:23:55+00:00\"},{\"id\":172,\"partnerId\":108,\"sendViaEmail\":true,\"email\":\"dheungens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T11:20:23+00:00\",\"acceptedAt\":\"2022-06-28T11:20:23+00:00\",\"userId\":184,\"lastUpdatedAt\":\"2023-11-30T15:24:22+00:00\"},{\"id\":173,\"partnerId\":96,\"sendViaEmail\":true,\"email\":\"freddy.van.lokeren@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-05T11:30:38+00:00\",\"acceptedAt\":\"2022-07-05T11:30:38+00:00\",\"userId\":169,\"lastUpdatedAt\":\"2023-11-30T15:24:52+00:00\"},{\"id\":174,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gino.damen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T11:53:56+00:00\",\"acceptedAt\":\"2022-07-06T11:53:56+00:00\",\"userId\":191,\"lastUpdatedAt\":\"2023-01-09T12:59:06+00:00\"},{\"id\":175,\"partnerId\":110,\"sendViaEmail\":true,\"email\":\"wim.de.blieck@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T12:29:04+00:00\",\"acceptedAt\":\"2022-07-06T12:29:04+00:00\",\"userId\":192,\"lastUpdatedAt\":\"2023-11-30T15:27:55+00:00\"},{\"id\":176,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivan.vanlooveren@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T13:09:51+00:00\",\"acceptedAt\":\"2022-07-06T13:09:51+00:00\",\"userId\":194,\"lastUpdatedAt\":\"2023-01-09T12:59:08+00:00\"},{\"id\":180,\"partnerId\":109,\"sendViaEmail\":true,\"email\":\"info@automationgroup.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-13T08:20:14+00:00\",\"acceptedAt\":\"2022-07-13T08:20:14+00:00\",\"userId\":185,\"lastUpdatedAt\":\"2022-08-29T14:17:24+00:00\"},{\"id\":182,\"partnerId\":198,\"sendViaEmail\":true,\"email\":\"pranaapanabalance@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-25T14:11:22+00:00\",\"acceptedAt\":\"2022-07-25T14:11:22+00:00\",\"userId\":204,\"lastUpdatedAt\":\"2022-08-29T13:26:48+00:00\"},{\"id\":183,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"benny.vanhooydonck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T08:22:41+00:00\",\"acceptedAt\":\"2022-08-04T08:22:41+00:00\",\"userId\":205,\"lastUpdatedAt\":\"2023-04-03T07:55:05+00:00\"},{\"id\":184,\"partnerId\":211,\"sendViaEmail\":true,\"email\":\"kris@krisdepoorter.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T09:03:40+00:00\",\"acceptedAt\":\"2022-08-04T09:03:40+00:00\",\"userId\":206,\"lastUpdatedAt\":\"2023-11-30T15:28:16+00:00\"},{\"id\":185,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ronny.boeckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T08:36:39+00:00\",\"acceptedAt\":\"2022-08-05T08:36:39+00:00\",\"userId\":207,\"lastUpdatedAt\":\"2023-01-09T12:59:15+00:00\"},{\"id\":186,\"partnerId\":197,\"sendViaEmail\":true,\"email\":\"pieter.wyckmans@quinz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T19:15:21+00:00\",\"acceptedAt\":\"2022-08-05T19:15:21+00:00\",\"userId\":200,\"lastUpdatedAt\":\"2022-08-05T19:15:21+00:00\"},{\"id\":187,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"karolien.verwimp@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-08T10:25:42+00:00\",\"acceptedAt\":\"2022-08-08T10:25:42+00:00\",\"userId\":208,\"lastUpdatedAt\":\"2023-01-09T12:59:18+00:00\"},{\"id\":188,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frederic.bonte@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-10T13:00:15+00:00\",\"acceptedAt\":\"2022-08-10T13:00:15+00:00\",\"userId\":211,\"lastUpdatedAt\":\"2023-11-23T14:09:23+00:00\"},{\"id\":192,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"davy.palmans@argeus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-12T12:05:23+00:00\",\"acceptedAt\":\"2022-08-12T12:05:24+00:00\",\"userId\":180,\"lastUpdatedAt\":\"2023-11-30T15:29:25+00:00\"},{\"id\":193,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-25T09:32:51+00:00\",\"acceptedAt\":\"2022-08-25T09:32:51+00:00\",\"userId\":217,\"lastUpdatedAt\":\"2022-08-29T13:34:27+00:00\"},{\"id\":194,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peggy.vanpeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T10:31:45+00:00\",\"acceptedAt\":\"2022-08-29T10:31:45+00:00\",\"userId\":219,\"lastUpdatedAt\":\"2023-01-09T12:59:29+00:00\"},{\"id\":195,\"partnerId\":213,\"sendViaEmail\":true,\"email\":\"yannickveny@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T12:29:12+00:00\",\"acceptedAt\":\"2022-08-29T12:29:12+00:00\",\"userId\":220,\"lastUpdatedAt\":\"2022-08-29T12:29:12+00:00\"},{\"id\":199,\"partnerId\":215,\"sendViaEmail\":true,\"email\":\"bw.services@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-06T08:44:28+00:00\",\"acceptedAt\":\"2022-09-06T08:44:28+00:00\",\"userId\":225,\"lastUpdatedAt\":\"2023-11-30T15:31:50+00:00\"},{\"id\":200,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"pieter.debusser@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-08T14:09:03+00:00\",\"acceptedAt\":\"2022-09-08T14:09:03+00:00\",\"userId\":228,\"lastUpdatedAt\":\"2023-01-09T12:59:32+00:00\"},{\"id\":201,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"guus.strooband@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-12T13:20:12+00:00\",\"acceptedAt\":\"2022-09-12T13:20:12+00:00\",\"userId\":230,\"lastUpdatedAt\":\"2023-08-24T10:42:26+00:00\"},{\"id\":202,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.vandepeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-15T13:18:28+00:00\",\"acceptedAt\":\"2022-09-15T13:18:28+00:00\",\"userId\":234,\"lastUpdatedAt\":\"2023-11-23T14:20:12+00:00\"},{\"id\":203,\"partnerId\":219,\"sendViaEmail\":true,\"email\":\"bart@ledernierdomino.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-17T17:17:31+00:00\",\"acceptedAt\":\"2022-09-17T17:17:31+00:00\",\"userId\":226,\"lastUpdatedAt\":\"2023-11-30T15:32:05+00:00\"},{\"id\":204,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"torre.roosenbroeck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T09:57:11+00:00\",\"acceptedAt\":\"2022-09-19T09:57:11+00:00\",\"userId\":235,\"lastUpdatedAt\":\"2023-01-09T13:00:47+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":12,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":100,\"total\":1122}}"} 
[2025-07-17 18:29:31] local.ERROR: PartnerInviteUpdater: Error during update. {"exception":"SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`ampeco_db_local`.`partner_invites`, CONSTRAINT `partner_invites_partner_id_foreign` FOREIGN KEY (`partner_id`) REFERENCES `partners` (`id`) ON DELETE CASCADE) (Connection: mysql, SQL: insert into `partner_invites` (`user_id`, `partner_id`, `status`, `updated_at`, `created_at`) values (7, 10, accepted, 2025-07-17 18:29:31, 2025-07-17 18:29:31))","trace":"#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('insert into `pa...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\MySqlConnection.php(42): Illuminate\\Database\\Connection->run('insert into `pa...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Processors\\MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert('insert into `pa...', Array, 'id')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3785): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId(Object(Illuminate\\Database\\Query\\Builder), 'insert into `pa...', Array, 'id')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(2205): Illuminate\\Database\\Query\\Builder->insertGetId(Array, 'id')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1408): Illuminate\\Database\\Eloquent\\Builder->__call('insertGetId', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1373): Illuminate\\Database\\Eloquent\\Model->insertAndSetId(Object(Illuminate\\Database\\Eloquent\\Builder), Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1212): Illuminate\\Database\\Eloquent\\Model->performInsert(Object(Illuminate\\Database\\Eloquent\\Builder))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1189): Illuminate\\Database\\Eloquent\\Model->save()
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(399): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1188}(Object(App\\Models\\PartnerInvite))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1188): tap(Object(App\\Models\\PartnerInvite), Object(Closure))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->create(Array)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(32): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::createOrFirst():695}(Object(Illuminate\\Database\\MySqlConnection))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1928): Illuminate\\Database\\Connection->transaction(Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->withSavepointIfNeeded(Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(682): Illuminate\\Database\\Eloquent\\Builder->createOrFirst(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(710): Illuminate\\Database\\Eloquent\\Builder->firstOrCreate(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Traits\\ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->updateOrCreate(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2449): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'updateOrCreate', Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2465): Illuminate\\Database\\Eloquent\\Model->__call('updateOrCreate', Array)
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\AmpecoDataUpdater.php(82): Illuminate\\Database\\Eloquent\\Model::__callStatic('updateOrCreate', Array)
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\PartnerInviteUpdater->handle()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\PartnerInviteUpdater), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}"} 
[2025-07-17 18:32:02] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 18:32:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":1,\"name\":\"DO NOT DELETE - For App Store Approvals\",\"businessName\":\"DO NOT DELETE - For App Store Approvals\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":15,\"name\":\"Dn Construction\",\"businessName\":\"Dn Construction\",\"regNo\":\"0890.143.066\",\"vatNo\":\"BE 0890.143.066\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Temse,\",\"postcode\":\"9140\",\"address\":\"Burgem. Achiel Heymanstraat 29,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Nys\",\"email\":\"nys.danny@telenet.be\",\"phone\":\"+32477826185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":16,\"name\":\"GHL Logistics\",\"businessName\":\"GHL Logistics\",\"regNo\":\"BE0670.990.174\",\"vatNo\":\"BE0670.990.174\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Zandvoordestraat 503\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ghazaryan Hayk\",\"email\":\"info@ghllogistics.be\",\"phone\":\"0488720005\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":17,\"name\":\"JC pigeons\",\"businessName\":\"JC pigeons\",\"regNo\":\"BE0764.426.217\",\"vatNo\":\"BE0764.426.217\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Van Audenhovestraat 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jef Cuypers\",\"email\":\"jef.cuypers1@telenet.be\",\"phone\":\"0478307698\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":18,\"name\":\"Taxcon\",\"businessName\":\"Taxcon\",\"regNo\":\"BE0879.531.068\",\"vatNo\":\"BE0879.531.068\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ardooie,\",\"postcode\":\"8850\",\"address\":\"Oude Zwevezeelsestraat 22,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Van Tieghem\",\"email\":\"taxcon@skynet.be\",\"phone\":\"0475591200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":19,\"name\":\"Mark De Bleecker\",\"businessName\":\"Mark De Bleecker\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Kleemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark De Bleecker\",\"email\":\"debleecker.nv@telenet.be\",\"phone\":\"+32477391207\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":22,\"name\":\"Thor Bv\",\"businessName\":\"Thor Bv\",\"regNo\":\"0663.774.463\",\"vatNo\":\"BE 0663.774.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Grobbendonk\",\"postcode\":\"2280\",\"address\":\"Neerveld 11, 2280 Grobbendonk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Horemans\",\"email\":\"Zaakvoerder\",\"phone\":\"0476398890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":30,\"name\":\"Praktijk Sabine Deloof\",\"businessName\":\"Praktijk Sabine Deloof\",\"regNo\":null,\"vatNo\":\"BE0745.477.761\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Vuldersstraat 90,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Francois\",\"email\":\"filip.franswa@gmail.com\",\"phone\":\"0479395724\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":32,\"name\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"regNo\":\"0404584525\",\"vatNo\":\"BE0404584525\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"59 Box 1 Brusselstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jos Nyns\",\"email\":\"ali.hashem@q8.com\",\"phone\":\"+32 3 241 35 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":33,\"name\":\"CPO - Powerdale\",\"businessName\":\"CPO - Powerdale\",\"regNo\":\"0479.282.443\",\"vatNo\":\"BE0479.282.443\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"4 Kerkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain De Cat\",\"email\":null,\"phone\":\"+3285274900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":34,\"name\":\"CPO - Allego B.V.\",\"businessName\":\"CPO - Allego B.V.\",\"regNo\":\"54100038\",\"vatNo\":\"KVK 54100038\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6800 AW\",\"address\":\"73 Westervoortsedijk  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CH Pitt\",\"email\":null,\"phone\":\"+31-0800-37-45-337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":35,\"name\":\"CPO - Threeforce BV\",\"businessName\":\"CPO - Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":36,\"name\":\"CPO - IONITY GmbH\",\"businessName\":\"CPO - IONITY GmbH\",\"regNo\":\"234408\",\"vatNo\":\"HRB 234408\",\"country\":\"DE\",\"region\":null,\"city\":\"Munich\",\"postcode\":\"D-80809\",\"address\":\"84 Moosacher Strasse  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":37,\"name\":\"EMSP- Optimile Bv\",\"businessName\":\"EMSP- Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Optimile\",\"email\":\"invoices@optimile.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":39,\"name\":\"CPO - Greenflux Assets B.V.\",\"businessName\":\"CPO - Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":40,\"name\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"regNo\":\"24025263\",\"vatNo\":\"KVK24025263\",\"country\":\"NL\",\"region\":null,\"city\":\"The Hague\",\"postcode\":\"2595\",\"address\":\"50 Schenkkade\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Dochez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":41,\"name\":\"CPO - EVBox B.V.\",\"businessName\":\"CPO - EVBox B.V.\",\"regNo\":\"32165082\",\"vatNo\":\"kvk32165082\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1076 EE\",\"address\":\"115 Fred. Roeskestraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Vereenooghe\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"CDR Team EVBox\",\"email\":\"cdr@evbox.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":42,\"name\":\"EMSP- ChargePoint Austria GmbH\",\"businessName\":\"EMSP- ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hanke David\",\"email\":\"david.hanke@chargepoint.com\",\"phone\":\"(+43) 1 36 12 23 01 0\"},\"technical\":{\"contactPerson\":\"Henrik Gerdes,\",\"email\":\"support-beenergised@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rex Jackson\",\"email\":\"emsp-purchasing-beenergised@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":43,\"name\":\"Ssp\",\"businessName\":\"Ssp\",\"regNo\":\"0633.907.668\",\"vatNo\":\"BE0633.907.668\",\"country\":\"BE\",\"region\":null,\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Tuyaertsstraat 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Nuyens\",\"email\":\"nuyenssteven@gmail.com\",\"phone\":\"0487562506\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":48,\"name\":\"Dayone BV\",\"businessName\":\"Dayone BV\",\"regNo\":\"BE0776.446.693\",\"vatNo\":\"BE0776.446.693\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Dr. Paul Janssenstraat 48\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Van Schaik\",\"email\":\"michiel.vanschaik@sparkx.be\",\"phone\":\"0032472895893\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":49,\"name\":\"Casteels Vastgoed\",\"businessName\":\"Casteels Vastgoed\",\"regNo\":\"0720.632.794\",\"vatNo\":\"BE0720.632.794\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Driesstraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alex Casteels\",\"email\":\"hello@casteelsvastgoed.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":54,\"name\":\"Bimmo (BV)\",\"businessName\":\"Bimmo (BV)\",\"regNo\":\"0478.568.801\",\"vatNo\":\"BE0478.568.801\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Britselei 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anton Spits\",\"email\":\"info@brody.be\",\"phone\":\"03 663 88 07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Brody\",\"email\":\"invoice@brody.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":60,\"name\":\"Expertisebureau Vermeulen\",\"businessName\":\"Expertisebureau Vermeulen\",\"regNo\":\"0842209428\",\"vatNo\":\"BE0842209428\",\"country\":\"belgie\",\"region\":null,\"city\":\"Beveren-Waas\",\"postcode\":\"9120\",\"address\":\"Glazenleeuwstraat 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Vermeulen\",\"email\":\"michiel.vermeulen@telenet.be\",\"phone\":\"0485620791\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":63,\"name\":\"Kato VOF\",\"businessName\":\"Kato VOF\",\"regNo\":\"BE 0885.060.266\",\"vatNo\":\"0885.060.266\",\"country\":\"belgie\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Albert Van Heckelaan 9\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goossens Carls\",\"email\":\"carl.goossens2@telenet.be\",\"phone\":\"0475956056\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":68,\"name\":\"Ivo Verpraet\",\"businessName\":\"Ivo Verpraet\",\"regNo\":\"nvt\",\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Esptweg 14\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivo Verpraet\",\"email\":\"i.verpraet@telenet.be\",\"phone\":\"+(324) 973-52835\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":71,\"name\":\"BV Bakkerij Philippe\",\"businessName\":\"BV Bakkerij Philippe\",\"regNo\":\"0830.183.012\",\"vatNo\":\"BE 0830.183.012\",\"country\":\"Bekgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Hovenierstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Vergauwen\",\"email\":\"fa112908@msn.com\",\"phone\":\"+32476428613\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":74,\"name\":\"Bj\\u00f6rn De Vuyst\",\"businessName\":\"Bj\\u00f6rn De Vuyst\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Spoorwegwegel 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bj\\u00f6rn De Vuyst\",\"email\":\"bjorn.de.vuyst2@telenet.be\",\"phone\":\"0498568862\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":75,\"name\":\"Luc Bogaert\",\"businessName\":\"Luc Bogaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Kluisbergen\",\"postcode\":\"9690\",\"address\":\"Hoogweg 2 9690 Kluisbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bogaert\",\"email\":\"bogaert_luc@me.com\",\"phone\":\"0478379360\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":76,\"name\":\"Ronny Ediers\",\"businessName\":\"Ronny Ediers\",\"regNo\":\"0503.963.401\",\"vatNo\":\"BE 0503.963.401\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Raapveld 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Ediers\",\"email\":\"ronny.ediers@outlook.com\",\"phone\":\"0493056490\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":77,\"name\":\"Erwin Claes\",\"businessName\":\"Erwin Claes\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlaar\",\"postcode\":\"2590\",\"address\":\"Gasbakstraat 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erwin Claes\",\"email\":\"erwin.claes7@telenet.be\",\"phone\":\"+32490429843\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":78,\"name\":\"Bert Luysterman\",\"businessName\":\"Bert Luysterman\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Hofstade\",\"postcode\":\"9308\",\"address\":\"Steenweg op Dendermonde 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Luysterman\",\"email\":\"Luysterman.bert@gmail.com\",\"phone\":\"+32473646265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":80,\"name\":\"Wim Allegaert\",\"businessName\":\"Wim Allegaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Klaverweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Allegaert\",\"email\":\"wim.allegaert@mjladvice.com\",\"phone\":\"0474977433\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":81,\"name\":\"PLDW Bvba\",\"businessName\":\"PLDW Bvba\",\"regNo\":\"0681.652.454\",\"vatNo\":\"BE 0681.652.454\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Broekveldstraat 21, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Limbourg\",\"email\":\"info@pldwbvba.be\",\"phone\":\"+32491358050\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":86,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"regNo\":\"257600445\",\"vatNo\":\"FR257600445\",\"country\":\"FR\",\"region\":null,\"city\":\"Isneauville\",\"postcode\":\"76230\",\"address\":\"240 Rue Augustin Fresnel\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"d'Annoux Ana\\u00efs\",\"email\":\"anais.dannoux@totalenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":87,\"name\":\"P.M.G-Galuk\",\"businessName\":\"P.M.G-Galuk\",\"regNo\":\"838008932\",\"vatNo\":\"BE0838008932\",\"country\":\"BE\",\"region\":null,\"city\":\"Grimbergen\",\"postcode\":\"1800\",\"address\":\"Albrecht Rodenbachlaan 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paulina Medrek\",\"email\":\"paulina.medrek@hotmail.com\",\"phone\":\"0486077042\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":88,\"name\":\"Lyubo Test Partner\",\"businessName\":\"Lyubo Test Partner\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":93,\"name\":\"CPO - Electric 55 Charging\",\"businessName\":\"CPO - Electric 55 Charging\",\"regNo\":\"832 489 801\",\"vatNo\":\"FR832 489 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Tropez.\",\"postcode\":\"83990\",\"address\":\"Espace des Lices, 9 Bld Louis Blanc\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alicia MIRANDA\",\"email\":\"alicia@e55c.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":102,\"name\":\"EMSP- ConnectNed B.V.\",\"businessName\":\"EMSP- ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":103,\"name\":\"ChargePoly\",\"businessName\":\"ChargePoly\",\"regNo\":\"85085499300019\",\"vatNo\":\"85085499300019\",\"country\":\"FR\",\"region\":null,\"city\":\"Aix-En-Provence\",\"postcode\":\"13593\",\"address\":\"31 Parc du golf\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":105,\"name\":\"CPO - Liikennevirta Oy (VIRTA)\",\"businessName\":\"CPO - Liikennevirta Oy (VIRTA)\",\"regNo\":null,\"vatNo\":\"2588986-2\",\"country\":\"FI\",\"region\":null,\"city\":\"Helsinki\",\"postcode\":\"00180\",\"address\":\"3 Energiakuja\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":112,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AUCH\",\"postcode\":\"32008\",\"address\":\"Place de l'ancien Foirail 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":113,\"name\":\"CPO - Rossini Energy\",\"businessName\":\"CPO - Rossini Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Villeneuve-d'Ascq\",\"postcode\":\"59650\",\"address\":\"Rue Horus 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rossini Luca\",\"email\":\"luca@rossinienergy.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":114,\"name\":\"CPO - WAAT SAS\",\"businessName\":\"CPO - WAAT SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Malakoff\",\"postcode\":\"92240\",\"address\":\"Rue Raymond David 10-20\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bon Jacques-Alexis\",\"email\":\"ja.bon@waat.fr\",\"phone\":\"+33698723265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":115,\"name\":\"EMSP- Freshmile Services\",\"businessName\":\"EMSP- Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"0668781435\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 3 68 78 14 35\"},\"billing\":{\"contactPerson\":\"Invoice Freshmile\",\"email\":\"roaming@freshmile.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":117,\"name\":\"CPO - Izivia SA\",\"businessName\":\"CPO - Izivia SA\",\"regNo\":\"419070180\",\"vatNo\":\"FR51419070180\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Avenue de l'Arche 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wehbe Ramy\",\"email\":\"ramy.wehbe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Equipe Facturation itin\\u00e9rance IZIVIA\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":119,\"name\":\"SPBR1\",\"businessName\":\"SPBR1\",\"regNo\":\"538133166\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rueil Malmaison\",\"postcode\":\"92500\",\"address\":\"Avenue de Colmar 64\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":120,\"name\":\"CPO - GreenWay Infrastructure s.r.o.\",\"businessName\":\"CPO - GreenWay Infrastructure s.r.o.\",\"regNo\":\"47728086\",\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Bratislava\",\"postcode\":\"85101\",\"address\":\"Einsteinova 24\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perger Adam\",\"email\":\"adam.perger@greenwaynetwork.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":121,\"name\":\"CPO - ZEborne\",\"businessName\":\"CPO - ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":122,\"name\":\"CPO - SIPLEC\",\"businessName\":\"CPO - SIPLEC\",\"regNo\":\"315281113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ivry-sur-Seine\",\"postcode\":\"94200\",\"address\":\"Quai Marcel Boyer 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hallopeau L\\u00e9opold\",\"email\":\"l.hallopeau@siplec.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":123,\"name\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"businessName\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"regNo\":\"20002678900053\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Carcassonne\",\"postcode\":\"11000\",\"address\":\"Rue Barb\\u00e8s 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":9,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":100,\"total\":839}}"} 
[2025-07-17 18:32:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":124,\"name\":\"CPO - Clicsysteme SAS (Car2plug)\",\"businessName\":\"CPO - Clicsysteme SAS (Car2plug)\",\"regNo\":\"803965110\",\"vatNo\":\"FR42803965110\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"Rue de Peinthievre 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Benami Eyal\",\"email\":\"eyal.benami@car2plug.fr\",\"phone\":\"+33767662028\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":126,\"name\":\"CPO - Indigo Park\",\"businessName\":\"CPO - Indigo Park\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"1 Place des Degr\\u00e9s - Tour Voltaire 92800 , Puteaux\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":127,\"name\":\"CPO - ZEPHYRE\",\"businessName\":\"CPO - ZEPHYRE\",\"regNo\":\"828414656\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"Rue Lyautey 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arrighi Charles\",\"email\":\"support@zephyre.fr\",\"phone\":\"+33180977675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":128,\"name\":\"EMSP- Electromaps S.L.\",\"businessName\":\"EMSP- Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":129,\"name\":\"CPO - MODULO\",\"businessName\":\"CPO - MODULO\",\"regNo\":\"841376734\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Tours\",\"postcode\":\"37000\",\"address\":\"BLAISE PASCAL 12-14\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Debouchage Emeric\",\"email\":\"edebouchage@modulo-energies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":130,\"name\":\"EMSP- Shell EV Charging Solutions B.V.\",\"businessName\":\"EMSP- Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":131,\"name\":\"CPO - Duferco Energia S.p.a.\",\"businessName\":\"CPO - Duferco Energia S.p.a.\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Genova\",\"postcode\":\"16126\",\"address\":\"4 Via Paolo Imperiale 16126 , Genova\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Merella Francesco\",\"email\":\"f.merella@dufercoenergia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":132,\"name\":\"Aix-Marseille Provence M\\u00e9tropole\",\"businessName\":\"Aix-Marseille Provence M\\u00e9tropole\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13007\",\"address\":\"58 Boulevard Charles Livon 13007 , Marseille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"dupont anthony\",\"email\":\"anthony.dupont@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":133,\"name\":\"Exadys\",\"businessName\":\"Exadys\",\"regNo\":\"89144253500011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Almeida JP\",\"email\":\"jpalmeida@exadys.com\",\"phone\":\"+33612779883\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":134,\"name\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"businessName\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nancy Cedex\",\"postcode\":\"54035\",\"address\":\"22-24 Viaduc Kennedy c.o. n\\u00b080036 54035 , Nancy Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perrolaz Frederic\",\"email\":\"frederic.perrollaz@grand-nancy.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":135,\"name\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"businessName\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-R\\u00e9my-de-Provence\",\"postcode\":\"13210\",\"address\":\"23 Avenue des Joncades Basses 13210 , Saint-R\\u00e9my-de-Provence France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GUINTINI Corinne\",\"email\":\"corinne.guintini@ccvba.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":136,\"name\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"businessName\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"regNo\":\"200045938\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Caen\",\"postcode\":\"14000\",\"address\":\"Esplanade Brillaud de Laujardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAFFRAY Alban\",\"email\":\"araffray@sdec-energie.fr\",\"phone\":\"+33231066164\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":137,\"name\":\"CPO - Driveco\",\"businessName\":\"CPO - Driveco\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75014\",\"address\":\"10 Place de Catalogne 75014 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Belkhodja Sofiane\",\"email\":\"sofiane.belkhodja@driveco.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":138,\"name\":\"CPO - Bouygues Energies et Services\",\"businessName\":\"CPO - Bouygues Energies et Services\",\"regNo\":\"775664873\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"GUYANCOURT\",\"postcode\":\"78280\",\"address\":\"Avenue Eug\\u00e8ne Freyssinet 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":139,\"name\":\"CPO - Suraya SAS\",\"businessName\":\"CPO - Suraya SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Fort de France\",\"postcode\":\"97200\",\"address\":\"8 Rue Georges EUCHARIS 97200 , Fort de France France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mansour Husam\",\"email\":\"husam.mansour@greentechnologie.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":140,\"name\":\"CPO - Bornes Solutions\",\"businessName\":\"CPO - Bornes Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"LE PLESSIS-ROBINSON\",\"postcode\":\"92350\",\"address\":\"15 avenue Descartes 92350 , LE PLESSIS-ROBINSON France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ABDALLAH Hachim\",\"email\":\"hachim.abdallah@bornes-solutions.fr\",\"phone\":\"(+33) 7 85 71 77 63\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":141,\"name\":\"CPO - LichtBlick eMobility\",\"businessName\":\"CPO - LichtBlick eMobility\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"Steigweg 24, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Payments Lichtblick eMobility GmbH\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":143,\"name\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"businessName\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen Cedex\",\"postcode\":\"76006\",\"address\":\"108 All\\u00e9e Fran\\u00e7ois Mitterand 76006 , Rouen Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Moreno Karine\",\"email\":\"karine.moreno@metropole-rouen-normandie.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":144,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-L\\u00f4\",\"postcode\":\"50008\",\"address\":\"11 Rue Dame Denise 50008 , Saint-L\\u00f4 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BLOSSE Fr\\u00e9d\\u00e9ric\",\"email\":\"frederic.blosse@sdem50.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":145,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orvault CEDEX 01\",\"postcode\":\"44701\",\"address\":\"Rue Roland Garros - Parc d'activit\\u00e9s du Bois Cesbron - CS 60 125\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flambeaux Etienne\",\"email\":\"etienne.flambeaux@sydela.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":146,\"name\":\"CPO - EFFIA Stationnement\",\"businessName\":\"CPO - EFFIA Stationnement\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"20 rue Hector Malot 75012 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Emilien Verneret\",\"email\":\"emilien.verneret@effia.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":147,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Toulouse\",\"postcode\":\"31000\",\"address\":\"9 Rue des 3 banquets 31000 , Toulouse France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":148,\"name\":\"Territoire d'Energie 90 (TE90)\",\"businessName\":\"Territoire d'Energie 90 (TE90)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Meroux\",\"postcode\":\"90400\",\"address\":\"1 Rue de la Gare TGV , La Jonxion - Tour 5 90400 , Meroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lombard Nathalie\",\"email\":\"nlombard@territoiredenergie90.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":149,\"name\":\"CPO - Sor\\u00e9gies\",\"businessName\":\"CPO - Sor\\u00e9gies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Poitiers\",\"postcode\":\"86000\",\"address\":\"78 Avenue Jacques Coeur 86000 , Poitiers France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Traor\\u00e9 Lamine\",\"email\":\"lamine.traore@soregies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":150,\"name\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"businessName\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Roche-sur-Yon\",\"postcode\":\"85036\",\"address\":\"3 Rue du Mar\\u00e9chal Juin 85036 , La Roche-sur-Yon France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"WAKKER WORDEN Johann\",\"email\":\"infra-irve@sydev-vendee.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":151,\"name\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"businessName\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Thor\",\"postcode\":\"84250\",\"address\":\"3511 Route des Vign\\u00e8res 84250 , Le Thor France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Alexander\",\"email\":\"athomas@sev84.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":152,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montauban\",\"postcode\":\"82000\",\"address\":\"78 Avenue de l'Europe 82000 , Montauban France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Puntonet Gerard\",\"email\":\"g.puntonet@sdetg.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":153,\"name\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"businessName\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Rochette\",\"postcode\":\"77000\",\"address\":\"1 Rue Claude Bernard 77000 , La Rochette France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Boitel Marc\",\"email\":\"marc.boitel@sdesm.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":154,\"name\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"businessName\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vaivre-et-Montoille\",\"postcode\":\"70000\",\"address\":\"20 Avenue des Rives du Lac 70000 , Vaivre-et-Montoille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tonghini Fabrice\",\"email\":\"f.tonghini@sied70.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":155,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dardilly\",\"postcode\":\"69570\",\"address\":\"61 Chemin du Moulin Carron 69570 , Dardilly France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GOUBO Vladimir\",\"email\":\"vladimir.goubo@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":156,\"name\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"businessName\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pau\",\"postcode\":\"64000\",\"address\":\"4 Rue Jean Zay 64000 , Pau France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Seillade Philippe\",\"email\":\"p.seillade@sdepa.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":157,\"name\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"businessName\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Cournon D'Auvergne\",\"postcode\":\"63800\",\"address\":\"36 Rue de Sarli\\u00e8ve 63800 , Cournon D'Auvergne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Picot S\\u00e9bastien\",\"email\":\"sebastien.picot@semelec63.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":158,\"name\":\"CPO - Territoire d'Energie Orne\",\"businessName\":\"CPO - Territoire d'Energie Orne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Valframbert\",\"postcode\":\"61250\",\"address\":\"5 Rue Gatel 61250 , Valframbert France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Auvray Philippe\",\"email\":\"cedric.thomas@te61.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":159,\"name\":\"Syndicat d'Energie de l'Oise (SE60)\",\"businessName\":\"Syndicat d'Energie de l'Oise (SE60)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Till\\u00e9\",\"postcode\":\"60000\",\"address\":\"9164 Avenue des Censives 60000 , Till\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":160,\"name\":\"Morbihan \\u00e9nergies\",\"businessName\":\"Morbihan \\u00e9nergies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vannes Cedex\",\"postcode\":\"56010\",\"address\":\"27 Rue de Luscanen - CS 32610 56010 , Vannes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":161,\"name\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"businessName\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chaumont\",\"postcode\":\"52000\",\"address\":\"40 bis Avenue du Mar\\u00e9chal Foch 52000 , Chaumont France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"F\\u00e8vre Jean-Marc\",\"email\":\"rodolphe.grandjonc@sded52.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":162,\"name\":\"CPO - Territoire d'Energie Mayenne\",\"businessName\":\"CPO - Territoire d'Energie Mayenne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chang\\u00e9\",\"postcode\":\"53810\",\"address\":\"Parc Technopolis - Rue Louis de Broglie - B\\u00e2timent R 53810 , Chang\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":163,\"name\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"businessName\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecouflant\",\"postcode\":\"49000\",\"address\":\"9 Route de la Confluence 49000 , Ecouflant France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrion Marine\",\"email\":\"m.adrion@sieml.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":164,\"name\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"businessName\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Agen\",\"postcode\":\"47000\",\"address\":\"26 Rue Diderot 47000 , Agen France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blanquet B\\u00e9renger\",\"email\":\"berenger.blanquet@sdee47.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":165,\"name\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"businessName\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Mont-de-Marsan Cedex\",\"postcode\":\"40006\",\"address\":\"55 Rue Martin Luther King - CS 70627 40006 , Mont-de-Marsan Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":166,\"name\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ch\\u00e2teauroux\",\"postcode\":\"36000\",\"address\":\"2 Colbert B\\u00e2t G - Rue des Cigari\\u00e8res 36000 , Ch\\u00e2teauroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Routet Didier\",\"email\":\"d.routet@sdei36.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":167,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Thorign\\u00e9-Fouillard\",\"postcode\":\"35236\",\"address\":\"1 Avenue de Tiz\\u00e9 35236 , Thorign\\u00e9-Fouillard France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Simon Charlotte\",\"email\":\"c.simon@sde35.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":168,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33000\",\"address\":\"12 Rue du Cardinal Richaud 33000 , Bordeaux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":169,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Quimper\",\"postcode\":\"29000\",\"address\":\"9 All\\u00e9e Sully 29000 , Quimper France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Monfort Jacques\",\"email\":\"jacques.monfort@sdef.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":170,\"name\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"businessName\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Guichainville\",\"postcode\":\"27930\",\"address\":\"12 Rue Concorde 27930 , Guichainville France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":171,\"name\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"businessName\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Besan\\u00e7on\",\"postcode\":\"25000\",\"address\":\"33 Rue Cl\\u00e9ment Marot 25000 , Besan\\u00e7on France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mourot David\",\"email\":\"david.mourot@syded.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":172,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"P\\u00e9rigueux\",\"postcode\":\"24000\",\"address\":\"7 All\\u00e9e de Tourny 24000 , P\\u00e9rigueux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"VIGNERON S\\u00e9bastien\",\"email\":\"mobive@sde24.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":173,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sain-Brieuc\",\"postcode\":\"22000\",\"address\":\"53 Boulevard Carnot 22000 , Sain-Brieuc France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Connan David\",\"email\":\"david.connan@sde22.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":174,\"name\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"businessName\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Miramas\",\"postcode\":\"13141\",\"address\":\"1 Avenue Marco Polo - CS 20100 13141 , Miramas France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"APPARICIO Alexandre\",\"email\":\"alexandre.apparicio@smed13.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":175,\"name\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"businessName\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Troyes\",\"postcode\":\"10000\",\"address\":\"22 Rue Gr\\u00e9goire Pierre Herluison 10000 , Troyes France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Godin Olivier\",\"email\":\"olivier.godin@sde-aube.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":176,\"name\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"businessName\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saintes Cedex\",\"postcode\":\"17119\",\"address\":\"3 rue du Clos Fleuri - ZI de l'Ormeau de Pied - CS 60518 17119 , Saintes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ferri\\u00e8res Francois-Annet\",\"email\":\"fa.de-ferrieres@sdeer17.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":177,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laguenne\",\"postcode\":\"19150\",\"address\":\"Quartier Montana 19150 , Laguenne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BARTHEL Laurent\",\"email\":\"l.barthuel@fdee19.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":178,\"name\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"businessName\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Angoul\\u00e8me\",\"postcode\":\"16021\",\"address\":\"308 Rue de Basseau 16021 , Angoul\\u00e8me France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gauthier-Laure\",\"email\":\"lgauthier@sdeg16.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":179,\"name\":\"CPO - Porsche Slovenija d.o.o.\",\"businessName\":\"CPO - Porsche Slovenija d.o.o.\",\"regNo\":\"5758980\",\"vatNo\":null,\"country\":\"SI\",\"region\":null,\"city\":\"Ljubljana\",\"postcode\":\"SI-1000\",\"address\":\"5 Bravnicarjeva\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lukic Dusan\",\"email\":\"dusan.lukic@porsche.si\",\"phone\":\"+38631679161\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":180,\"name\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"businessName\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nice\",\"postcode\":\"06364\",\"address\":\"5 H\\u00f4tel de ville 06364 , Nice France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clavier Aur\\u00e9lien\",\"email\":\"aurelien.clavier@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":181,\"name\":\"EMSP- Stations-e SAS\",\"businessName\":\"EMSP- Stations-e SAS\",\"regNo\":\"835124280\",\"vatNo\":\"FR10835124280\",\"country\":\"FR\",\"region\":null,\"city\":\"Boussy-Saint-Antoine\",\"postcode\":\"91800\",\"address\":\"rue Marcel Pagnol 3 - 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nguyen Peth\",\"email\":\"peth.nguyen@stations-e.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":182,\"name\":\"Creos Luxembourg\",\"businessName\":\"Creos Luxembourg\",\"regNo\":null,\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Luxembourg\",\"postcode\":\"L-1248\",\"address\":\"59-61 Rue de Bouillon L-1248 , Luxembourg Luxembourg\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bertrand S\\u00e9bastien\",\"email\":\"sebastien.bertrand@creos.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":183,\"name\":\"CPO - TEVGO SAS\",\"businessName\":\"CPO - TEVGO SAS\",\"regNo\":\"87932148700024\",\"vatNo\":\"FR03879321487\",\"country\":\"FR\",\"region\":null,\"city\":\"La D\\u00e9fense Cedex\",\"postcode\":\"92069\",\"address\":\"24 cours Michelet 92069 , La D\\u00e9fense Cedex\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":184,\"name\":\"EMSP- ZE-WATT\",\"businessName\":\"EMSP- ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaigneux Eric\",\"email\":\"eric.gaigneux@ze-watt.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":185,\"name\":\"Charge Point SRL (PlugPoint)\",\"businessName\":\"Charge Point SRL (PlugPoint)\",\"regNo\":\"J40\\/11414\\/2017\",\"vatNo\":null,\"country\":\"RO\",\"state\":null,\"city\":\"Decembrie\",\"postcode\":\"077005\",\"address\":\"Sos. Giurgiului 73 - 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dunca Alexandru\",\"email\":\"alex.dunca@plugpoint.ro\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":186,\"name\":\"Interparking France SA\",\"businessName\":\"Interparking France SA\",\"regNo\":\"692 051 113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"Rue de Gramont 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Scordia R\\u00e9mi\",\"email\":\"rscordia@interparking.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":187,\"name\":\"Alfa Power\",\"businessName\":\"Alfa Power\",\"regNo\":\"11119473\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Leeds\",\"postcode\":\"LS27 0BY\",\"address\":\"Quarry Court High Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandhi Varun\",\"email\":\"v.gandhi@alfapower.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":188,\"name\":\"CPO - Croatian Telekom Inc.\",\"businessName\":\"CPO - Croatian Telekom Inc.\",\"regNo\":\"080266256\",\"vatNo\":null,\"country\":\"HR\",\"region\":null,\"city\":\"Zagreb\",\"postcode\":\"10000\",\"address\":\"Radni\\u010dka cesta 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stjepanovic Josip\",\"email\":\"josip.stjepanovic@t.ht.hr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":189,\"name\":\"Qovoltis\",\"businessName\":\"Qovoltis\",\"regNo\":\"853420032\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montrouge\",\"postcode\":\"92120\",\"address\":\"Danton 2a\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Salle Frederic\",\"email\":\"frederic.salle@qovoltis.com\",\"phone\":\"+33614011053\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":190,\"name\":\"Rambouillet Territoires\",\"businessName\":\"Rambouillet Territoires\",\"regNo\":\"20007334400067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rambouillet Cedex\",\"postcode\":\"78511\",\"address\":\"rue Gustave Eiffel - ZA Bel Air 22 - BP 40036\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Forte Carole\",\"email\":\"c.forte@rt78.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":191,\"name\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"businessName\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"regNo\":null,\"vatNo\":\"957520901\",\"country\":\"FR\",\"region\":null,\"city\":\"Lyon\",\"postcode\":\"69004\",\"address\":\"Andr\\u00e9 Bonin 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":192,\"name\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"businessName\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"regNo\":\"200067213\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Reims\",\"postcode\":\"51100\",\"address\":\"Eug\\u00e8ne Desteuque 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Humbert St\\u00e9phane\",\"email\":\"stephane.humbert@grandreims.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":193,\"name\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"businessName\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"regNo\":\"20004071500019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grenoble\",\"postcode\":\"38031\",\"address\":\"Rue Malakoff 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":194,\"name\":\"CPO - M\\u00e9tropolis\",\"businessName\":\"CPO - M\\u00e9tropolis\",\"regNo\":\"885354860\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"rue d'Astorg 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":195,\"name\":\"SEMOB\",\"businessName\":\"SEMOB\",\"regNo\":\"84877842900011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"+33428044205\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":196,\"name\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"businessName\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"regNo\":\"20005623200016\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orsay\",\"postcode\":\"91898\",\"address\":\"rue Jean Rostand 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MADA VINCENT\",\"email\":\"vincent.mada@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":199,\"name\":\"CPO - BE TROM SE\",\"businessName\":\"CPO - BE TROM SE\",\"regNo\":\"833942725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33100\",\"address\":\"Montmejean 60\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tricaud Yves\",\"email\":\"ytricaud@betrom-se.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":200,\"name\":\"EMSP- WattzHub\",\"businessName\":\"EMSP- WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":201,\"name\":\"EMSP- Maingau Energie GmbH\",\"businessName\":\"EMSP- Maingau Energie GmbH\",\"regNo\":\"113525007\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Obertshausen\",\"postcode\":\"63179\",\"address\":\"Ringstra\\u00dfe 4 - 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Armbruster\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":202,\"name\":\"EMSP- BE:MO SASU\",\"businessName\":\"EMSP- BE:MO SASU\",\"regNo\":\"823647060\",\"vatNo\":\"FR52823647060\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Esplanade du G\\u00e9n\\u00e9ral DE GAULLE 110\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthieu Codron\",\"email\":\"invoices@be-mo.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":203,\"name\":\"EMSP- Deftpower B.V.\",\"businessName\":\"EMSP- Deftpower B.V.\",\"regNo\":\"78087627\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"AW Apeldoorn\",\"postcode\":\"7317\",\"address\":\"Stadhoudersmolenweg 136\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Houthooft Anja\",\"email\":\"anja.houthooft@deftpower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":204,\"name\":\"EMSP- Chargemap SAS\",\"businessName\":\"EMSP- Chargemap SAS\",\"regNo\":\"809844731\",\"vatNo\":\"FR37809844731\",\"country\":\"FR\",\"region\":null,\"city\":\"Strasbourg\",\"postcode\":\"67200\",\"address\":\"all\\u00e9e C\\u00e9r\\u00e8s 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yoann Nussbaumer\",\"email\":\"operations@chargemap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":205,\"name\":\"EMSP- Bosch Charging Solutions GmbH\",\"businessName\":\"EMSP- Bosch Charging Solutions GmbH\",\"regNo\":\"HRB780013\",\"vatNo\":\"DE815728513\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart-Feuerbach\",\"postcode\":\"70469\",\"address\":\"Kruppstr. 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandin Hornemann\",\"email\":\"gandin.hornemann@de.bosch.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":206,\"name\":\"CPO - Route220 S.R.L.\",\"businessName\":\"CPO - Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":207,\"name\":\"EMSP- Elvah GmbH (Kreait)\",\"businessName\":\"EMSP- Elvah GmbH (Kreait)\",\"regNo\":\"HRB22989\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Grafschaft\",\"postcode\":\"53501\",\"address\":\"Oberescher weg 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gowrynath Sivaganeshamoorthy\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":208,\"name\":\"EMSP- Octopus Energy Ltd\",\"businessName\":\"EMSP- Octopus Energy Ltd\",\"regNo\":\"09263424\",\"vatNo\":\"GB 358672751\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"EC1N 2HT\",\"address\":\"Holborn 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Zoisa North-Bond\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices @ Octopus Energy\",\"email\":\"invoices-oe@octoenergy.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":209,\"name\":\"EMSP- Muvext Lda\",\"businessName\":\"EMSP- Muvext Lda\",\"regNo\":\"515419923\",\"vatNo\":\"PT515419923\",\"country\":\"PT\",\"region\":null,\"city\":\"Ilhavo\",\"postcode\":\"3830-352\",\"address\":\"PCI Creative Science Park Aveiro Region, Via do Conhecimento, Edif\\u00edcio Central\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Marques\",\"email\":\"sara.marques@muvext.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Muvext\",\"email\":\"accounting@muvext.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":210,\"name\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"regNo\":\"B49456\",\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"8069\",\"address\":\"Rue de l'Industrie 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van Breugel Willem\",\"email\":\"wibreuge@q8.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":216,\"name\":\"Fiesandri BVBA\",\"businessName\":\"Fiesandri BVBA\",\"regNo\":\"BE0677757905\",\"vatNo\":\"BE0677757905\",\"country\":\"BE\",\"region\":null,\"city\":\"lokeren\",\"postcode\":\"9160\",\"address\":\"Gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heugens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":217,\"name\":\"Rexel Nederland B.V.\",\"businessName\":\"Rexel Nederland B.V.\",\"regNo\":\"24267850\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zoetermeer\",\"postcode\":\"2712 PB\",\"address\":\"Bleiswijkseweg 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Van Dalen Michael\",\"email\":\"michael.vandalen@rexel.nl\",\"phone\":\"+31631787345\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":221,\"name\":\"Ronny Smet\",\"businessName\":\"Ronny Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":223,\"name\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"businessName\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"regNo\":\"HRA 709651\",\"vatNo\":\"709651\",\"country\":\"DE\",\"region\":null,\"city\":\"Karlsruhe\",\"postcode\":\"761321\",\"address\":\"Durlacher Allee 93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lars Walch\",\"email\":\"outbound.b2b.billing@enbw.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Service EnBW\",\"email\":\"service.emob@enbw.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":224,\"name\":\"CPO - E-Totem SAS\",\"businessName\":\"CPO - E-Totem SAS\",\"regNo\":\"53918816900020\",\"vatNo\":\"53918816900020\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"(+33) 6 88 23 42 43\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":225,\"name\":\"CPO - S\\u00e9olis\",\"businessName\":\"CPO - S\\u00e9olis\",\"regNo\":\"492041086\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Niort\",\"postcode\":\"79025\",\"address\":\"Avenue de Paris 336\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gheribi Mehdi\",\"email\":\"mgheribi@seolis.net\",\"phone\":\"(+33) 5 49 08 85 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":200,\"total\":839}}"} 
[2025-07-17 18:32:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":226,\"name\":\"CPO - Proviridis\",\"businessName\":\"CPO - Proviridis\",\"regNo\":\"750 938 722 00022\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rousset\",\"postcode\":\"13790\",\"address\":\"Avenue Victoire 135\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Et\\u00e9 Vincent\",\"email\":\"vincent.ete@proviridis.fr\",\"phone\":\"(+33) 7 50 69 52 44\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":227,\"name\":\"CPO - Drem Kft.\",\"businessName\":\"CPO - Drem Kft.\",\"regNo\":\"01 09 864967\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"H-1033\",\"address\":\"Szentendrei \\u00fat 89-93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"N\\u00e9meth \\u00c1d\\u00e1m\",\"email\":\"adam.nemeth@drem.hu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":228,\"name\":\"CPO - INOUid SAS\",\"businessName\":\"CPO - INOUid SAS\",\"regNo\":\"831159587\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"\\u00c9cully\",\"postcode\":\"69130\",\"address\":\"Chemin des Mouilles 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Briand Didier\",\"email\":\"dbriand@inouid.com\",\"phone\":\"(+33) 6 61 36 91 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":229,\"name\":\"CPO - ePower Lt.\",\"businessName\":\"CPO - ePower Lt.\",\"regNo\":null,\"vatNo\":\"645309\",\"country\":\"IE\",\"region\":null,\"city\":\"Cork\",\"postcode\":\"T23 TCY8\",\"address\":\"1 Technology House, Rockgroove Industrial Estate, Little Island\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tugwell Josef\",\"email\":\"joe.tugwell@epower.ie\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":230,\"name\":\"CPO - SAEMES SA\",\"businessName\":\"CPO - SAEMES SA\",\"regNo\":\"317 032 993 00741\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"L\\u00e9on Cladel 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MONNIER G\\u00e9raldine\",\"email\":\"geraldine.monnier@tevgo.fr\",\"phone\":\"(+33) 7 61 06 43 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":231,\"name\":\"CPO - GEA Solutions Ltd\",\"businessName\":\"CPO - GEA Solutions Ltd\",\"regNo\":\"EL099022632\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Attiki\",\"postcode\":\"19010\",\"address\":\"101 Thesi Patima, VI.PE. Kalyvion\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivanov Stefan\",\"email\":\"stefan.ivanov@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":232,\"name\":\"CPO - Autorecharge SAS\",\"businessName\":\"CPO - Autorecharge SAS\",\"regNo\":\"837 529 700\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pantin\",\"postcode\":\"93500\",\"address\":\"avenue du g\\u00e9n\\u00e9ral Leclerc 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Drif Malek\",\"email\":\"malek@autorecharge.fr\",\"phone\":\"(+33) 6 50 37 04 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":233,\"name\":\"EMSP- Bump SAS\",\"businessName\":\"EMSP- Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":234,\"name\":\"CPO - Ecophi SAS\",\"businessName\":\"CPO - Ecophi SAS\",\"regNo\":\"892147679\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"rue de la Chesnaie 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":235,\"name\":\"MEA Energies SAS\",\"businessName\":\"MEA Energies SAS\",\"regNo\":\"89487859400015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yilmaz Mehmet\",\"email\":\"mehmet.yilmaz@meaenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":236,\"name\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"businessName\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"regNo\":\"200 050 433 00024\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"64bis Rue de Monceau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"JEMMALI SANA\",\"email\":\"sana.jemmali@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":237,\"name\":\"CPO - Mobilygreen SAS\",\"businessName\":\"CPO - Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":238,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"HRB 88854\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50823\",\"address\":\"000582 6-8 Methweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Support\",\"email\":\"support@chargecloud.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":239,\"name\":\"CPO - MVM Mobiliti Kft\",\"businessName\":\"CPO - MVM Mobiliti Kft\",\"regNo\":\"0109965868\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"1037\",\"address\":\"10. Montevideo utca\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":\"pvz@lastmilesolutions.com\",\"phone\":\"(+31) 6 15 89 21 19\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":242,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Auxerre\",\"postcode\":\"89000\",\"address\":\"Avenue Foch 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":243,\"name\":\"CPO - Electra SAS\",\"businessName\":\"CPO - Electra SAS\",\"regNo\":\"891 624 884\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"rue Henri Rochefort 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarrazanas Thomas\",\"email\":\"thomas@go-electra.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":244,\"name\":\"Franklin EV Limited\",\"businessName\":\"Franklin EV Limited\",\"regNo\":\"09672645\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Wilmslow, Cheshire\",\"postcode\":\"SK9 1RA\",\"address\":\"The Lodge Alderley Road\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Byrne Robert\",\"email\":\"robert.byrne@franklinenergy.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":245,\"name\":\"CPO - SalzachSonne GmbH\",\"businessName\":\"CPO - SalzachSonne GmbH\",\"regNo\":\"370509\",\"vatNo\":\"FN 370509\",\"country\":\"AT\",\"region\":null,\"city\":\"Neukirchen\",\"postcode\":\"5741\",\"address\":\"Marktstrasse 179\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bachmaier Edwin\",\"email\":\"edwin.bachmaier@salzachsonne.at\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":246,\"name\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"businessName\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"regNo\":\"HRB 113 258 B\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10829\",\"address\":\"7-8 EUREF-Campus\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ubitricity Roaming technical support\",\"email\":\"roaming@ubitricity.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":247,\"name\":\"Syndicat mixte des Transports du bassin de Briey\",\"businessName\":\"Syndicat mixte des Transports du bassin de Briey\",\"regNo\":\"20004184600029\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Val de Briey\",\"postcode\":\"54150\",\"address\":\"2 Rue du Mar\\u00e9chal Foch\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pinna Arnaud\",\"email\":\"arnaud.pinna@st2b.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":248,\"name\":\"SAP Labs France SAS\",\"businessName\":\"SAP Labs France SAS\",\"regNo\":\"419855127\",\"vatNo\":\"FR23419855127\",\"country\":\"FR\",\"region\":null,\"city\":\"Mougins Cedex\",\"postcode\":\"06254\",\"address\":\"805 Avenue du Docteur Maurice Donat\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ben Slimane Kinza\",\"email\":\"kinza.ben.slimane@sap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":249,\"name\":\"CPO - SIPPEREC\",\"businessName\":\"CPO - SIPPEREC\",\"regNo\":\"257 500 041\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75588\",\"address\":\"173-175 Rue de Bercy\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":250,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Boves\",\"postcode\":\"80440\",\"address\":\"3 Rue C\\u00e9sar Cascabel - P\\u00f4les Jules Verne 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DURIER Christophe\",\"email\":\"christophe.durier@fde-somme.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":251,\"name\":\"CPS Asset Management SAS\",\"businessName\":\"CPS Asset Management SAS\",\"regNo\":\"493123251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"BOULOGNE BILLANCOURT\",\"postcode\":\"92100\",\"address\":\"58 AV EMILE ZOLA\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PEZET Hugues\",\"email\":\"hugues_pezet@carrefour.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":252,\"name\":\"Ville de la Garenne Colombes\",\"businessName\":\"Ville de la Garenne Colombes\",\"regNo\":\"219 200 359 00012\",\"vatNo\":\"FR65219200359\",\"country\":\"FR\",\"region\":null,\"city\":\"La Garenne-Colombes\",\"postcode\":\"92250\",\"address\":\"68 Boulevard de la R\\u00e9publique\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"correia fabricio\",\"email\":\"fabricio.correia@lagarennecolombes.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":253,\"name\":\"CPO - SGA Automation SAS\",\"businessName\":\"CPO - SGA Automation SAS\",\"regNo\":\"424246015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76000\",\"address\":\"27 Rue Jean Philippe Rameau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":254,\"name\":\"EV Maestro Ltd.\",\"businessName\":\"EV Maestro Ltd.\",\"regNo\":\"40103266553\",\"vatNo\":null,\"country\":\"LV\",\"region\":null,\"city\":\"Riga\",\"postcode\":\"LV1021\",\"address\":\"46 K-2 Ulbrokas Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Berzina Iveta\",\"email\":\"ivetab@evmaestro.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":255,\"name\":\"LUMI'iN SAS\",\"businessName\":\"LUMI'iN SAS\",\"regNo\":\"80794006900014\",\"vatNo\":\"FR30807940069\",\"country\":\"FR\",\"region\":null,\"city\":\"Malijai\",\"postcode\":\"04350\",\"address\":\"5 Le Prieure\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"LUMI'IN Superviseur\",\"email\":\"gireve@lumi-in.fr\",\"phone\":\"(+33) 7 82 94 09 59\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":257,\"name\":\"TotalEnergies Charging Services SAS\",\"businessName\":\"CPO - TotalEnergies Charging Services\",\"regNo\":\"514 933 589\",\"vatNo\":\"FR22531680445\",\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"24 Cours Michelet\",\"lastUpdatedAt\":\"2025-02-20T10:29:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Longatte\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Knafo Salom\\u00e9\",\"email\":\"salome.knafo@totalenergies.com\",\"phone\":\"+33 6 07 04 69 68\"},\"billing\":{\"contactPerson\":\"Fanny Carolei\",\"email\":\"fanny.carolei@totalenergies.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":258,\"name\":\"CPO - R\\u00e9gion Hauts-de-France\",\"businessName\":\"CPO - R\\u00e9gion Hauts-de-France\",\"regNo\":\"200053742\",\"vatNo\":\"FR25200053742\",\"country\":\"FR\",\"region\":null,\"city\":\"Lille Cedex\",\"postcode\":\"59555\",\"address\":\"155 Avenue du Pr\\u00e9sident Hoover 59555 , Lille Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":261,\"name\":\"Conny De Schepper\",\"businessName\":\"Conny De Schepper\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Haeyershoek 74\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Conny De Schepper\",\"email\":\"vdmluc68@hotmail.com\",\"phone\":\"0472942323\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":263,\"name\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"businessName\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"regNo\":\"258708585\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Palais sur Vienne\",\"postcode\":\"87410\",\"address\":\"8 rue d'Anguernaud\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":\"(+33) 6 13 44 57 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":264,\"name\":\"CPO - Clem'\",\"businessName\":\"CPO - Clem'\",\"regNo\":\"519 450 209\",\"vatNo\":\"FR49519450209\",\"country\":\"FR\",\"region\":null,\"city\":\"Neuilly-sur-Seine\",\"postcode\":\"92200\",\"address\":\"9 Villa des Sablons\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Delabona Andrews\",\"email\":\"andrews.delabona@clem-e.com\",\"phone\":\"(+33) 9 72 39 68 60\"},\"technical\":{\"contactPerson\":\"Stanislas Soufflet,\",\"email\":\"stanislas.soufflet@clem-e.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"it@clem-e.com\",\"phone\":\"0753366695\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":265,\"name\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"businessName\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dampierre en Yvelines\",\"postcode\":\"78720\",\"address\":\"9 Grande Rue\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PELLETIER Jacques\",\"email\":\"cchvc78@orange.fr\",\"phone\":\"(+33) 1 30 52 83 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":266,\"name\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"businessName\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laon\",\"postcode\":\"02007\",\"address\":\"Rue Turgot\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Moliner Yves\",\"email\":\"y.demoliner@useda.fr\",\"phone\":\"(+33) 3 23 27 15 80\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":267,\"name\":\"Camping du Lac\",\"businessName\":\"Camping du Lac\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINTE EULALIE EN BORN\",\"postcode\":\"40200\",\"address\":\"1590 Route du Lac\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gallou\\u00ebt C\\u00e9cile\",\"email\":\"contact@lecampingdulac.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":268,\"name\":\"Cogelum IDF (Citeos)\",\"businessName\":\"Cogelum IDF (Citeos)\",\"regNo\":\"B525134169\",\"vatNo\":\"FR08525134169\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92122\",\"address\":\"50 Avenue Fran\\u00e7ois Arago - CS 80002\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ismail BADIH\",\"email\":\"ismail.badih@citeos.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Carla Atiga\",\"email\":\"comptabilite.cpo@citeos.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":271,\"name\":\"Mertens Consulting BV\",\"businessName\":\"Mertens Consulting BV\",\"regNo\":\"0896.979.487\",\"vatNo\":\"BE 0896.979.487\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Smalvoortstraat 50, Turnhout , 2300\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mertens Fons\",\"email\":\"fonsmertens@me.com\",\"phone\":\"0475\\/248.968\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":272,\"name\":\"Samantha De Witte\",\"businessName\":\"Samantha De Witte\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Hoogkamerstraat 13, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samantha De Witte\",\"email\":\"samantha.dw@outlook.be\",\"phone\":\"0478365219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":273,\"name\":\"EMSP- Radicle UG\",\"businessName\":\"EMSP- Radicle UG\",\"regNo\":\"HRB231270\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Leipzig\",\"postcode\":\"04129\",\"address\":\"2 Schiebestrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ross Savage\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":278,\"name\":\"Power Shop\",\"businessName\":\"Power Shop\",\"regNo\":\"0478302941\",\"vatNo\":\"BE0478302941\",\"country\":\"BE\",\"region\":null,\"city\":\"Menen\",\"postcode\":\"8930\",\"address\":\"Delorsplein 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Logan Demeulemeester\",\"email\":\"logan.demeulemeester@hotmail.com\",\"phone\":\"0492055783\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":283,\"name\":\"e-Clearing (Test)\",\"businessName\":\"e-Clearing (Test)\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":286,\"name\":\"Christof Haeseldonckx\",\"businessName\":\"Christof Haeseldonckx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Cranenskapelstraat 1a\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christof Haeseldonckx\",\"email\":\"christofsandy@telenet.be\",\"phone\":\"0495230848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":289,\"name\":\"EMSP- Bornes Lib SAS\",\"businessName\":\"EMSP- Bornes Lib SAS\",\"regNo\":\"905139515\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"4 rue pasquier\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bah Ibrahima Sory\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":291,\"name\":\"Jurgen Munghen\",\"businessName\":\"Jurgen Munghen\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ingelmunster\",\"postcode\":\"-\",\"address\":\"H\\u00fcllhorststraat 3, Ingelmunster, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Munghen\",\"email\":\"jurgen.munghen@telenet.be\",\"phone\":\"0476531993\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":293,\"name\":\"EMSP- PERETTI GROUPE SARL\",\"businessName\":\"EMSP- PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":307,\"name\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"businessName\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Michel-sur-Orge\",\"postcode\":\"91240\",\"address\":\"16bis Rue Denis Papin\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean-Pierre Duperron\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":316,\"name\":\"Thys Interieur & Design\",\"businessName\":\"Thys Interieur & Design\",\"regNo\":\"0876145174\",\"vatNo\":\"BE0876145174\",\"country\":\"BE\",\"region\":null,\"city\":\"Eeklo\",\"postcode\":\"9900\",\"address\":\"Vrombautstraat 147\",\"lastUpdatedAt\":\"2025-05-16T13:26:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":317,\"name\":\"EMSP- Load Stations SAS\",\"businessName\":\"EMSP- Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":321,\"name\":\"CPO - ChargePoint Austria GmbH\",\"businessName\":\"CPO - ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Henrik Gerdes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":300,\"total\":839}}"} 
[2025-07-17 18:32:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":333,\"name\":\"Polinvest\",\"businessName\":\"Polinvest\",\"regNo\":\"BE0452239437\",\"vatNo\":\"BE0452239437\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 58 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyra Kuppens\",\"email\":\"kyra.kuppens@ocb.be\",\"phone\":\"080013890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":334,\"name\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":342,\"name\":\"EMSP- Eneco eMobility B.V.\",\"businessName\":\"EMSP- Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leonie Baneke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":350,\"name\":\"EMSP- Kiwhi Pass Solutions SASU\",\"businessName\":\"EMSP- Kiwhi Pass Solutions SASU\",\"regNo\":\"808 639 801\",\"vatNo\":\"FR49 808 639 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Apollinaire\",\"postcode\":\"21850\",\"address\":\"36 Rue du docteur Schmitt\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique TALLON\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":351,\"name\":\"EMSP- Robo Charge B.V.\",\"businessName\":\"EMSP- Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":352,\"name\":\"EMSP- Volkswagen Group Charging GmbH\",\"businessName\":\"EMSP- Volkswagen Group Charging GmbH\",\"regNo\":\"HRB 208967\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"1 Mollstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"ladekonzept@elli.eco\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"cpo-invoice@elli.eco\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":355,\"name\":\"CPO - City Charging BV\",\"businessName\":\"CPO - City Charging BV\",\"regNo\":\"80648088\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Deventer\",\"postcode\":\"7418 AJ\",\"address\":\"6b Zutphenseweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@citycharging.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":356,\"name\":\"Power Dot S.A\",\"businessName\":\"Power Dot S.A\",\"regNo\":\"514790342\",\"vatNo\":null,\"country\":\"PT\",\"region\":null,\"city\":\"Lisboa\",\"postcode\":\"250-096\",\"address\":\"17 6B R. Carlos Alberto da Mota Pinto\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ramos Afonso\",\"email\":\"acr@powerdot.pt\",\"phone\":\"00351 91 44 56 54 3\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":357,\"name\":\"IMAC2 SAS\",\"businessName\":\"IMAC2 SAS\",\"regNo\":\"421334566\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Cannet\",\"postcode\":\"06110\",\"address\":\"50 avenue du Campon\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julienne St\\u00e9phane\",\"email\":null,\"phone\":\"s.julienne@rivieracarcenter.fr\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":358,\"name\":\"Be Charge S.r.l.\",\"businessName\":\"Be Charge S.r.l.\",\"regNo\":\"09957510960\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20143\",\"address\":\"11 Via Carlo Bo\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paolo Martini\",\"email\":\"invoice.italia@bepower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":359,\"name\":\"MACRIS SAS\",\"businessName\":\"MACRIS SAS\",\"regNo\":\"341760148\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Creissels\",\"postcode\":\"12100\",\"address\":\"Route de St Affrique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian CABIRON\",\"email\":\"christian.cabiron@socamil.leclerc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":361,\"name\":\"Syndicat de la Di\\u00e8ge\",\"businessName\":\"Syndicat de la Di\\u00e8ge\",\"regNo\":\"200 078 947\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ussel\",\"postcode\":\"19200\",\"address\":\"2 Avenue de Beauregard\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre CHEVALIER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":362,\"name\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"businessName\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Gu\\u00e9ret\",\"postcode\":\"23000\",\"address\":\"11 Avenue Pierre Mend\\u00e8s\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 MAVIGNER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":363,\"name\":\"Free To X S.r.l.\",\"businessName\":\"Free To X S.r.l.\",\"regNo\":\"07516911000\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Rome\",\"postcode\":\"00159\",\"address\":\"50 via A. Bergamini\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piolo Andrea\",\"email\":\"andrea.piolo@freeto-x.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":364,\"name\":\"CPO - Wattify BV\",\"businessName\":\"CPO - Wattify BV\",\"regNo\":\"0777610990\",\"vatNo\":\"BE0777610990\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"kriephoekstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitry Smagghe\",\"email\":\"dimitry@wattify.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":365,\"name\":\"R\\u00e9gie Services Energie\",\"businessName\":\"R\\u00e9gie Services Energie\",\"regNo\":\"43887287100019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AMBERIEUX EN DOMBES\",\"postcode\":\"01330\",\"address\":\"577 route de Saint -Trivier sur Moignans\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Marc GEORGE\",\"email\":\"comptabilite@oriosbyspie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":366,\"name\":\"Abel&Co\",\"businessName\":\"Abel&Co\",\"regNo\":\"18052596\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Tilburg\",\"postcode\":\"5046AT\",\"address\":\"38 Goirekekanaaldijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van den Dries Monicue\",\"email\":\"monicue@abelenco.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":367,\"name\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"businessName\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"regNo\":\"000003234533\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Soest\",\"postcode\":\"3768HL\",\"address\":\"108 Birkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leijdekker Ruben\",\"email\":\"rleijdekker@avia.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":368,\"name\":\"EnerMia\",\"businessName\":\"EnerMia\",\"regNo\":\"MO - 412382\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Modena\",\"postcode\":\"41121\",\"address\":\"41 Corso Vittorio Emanuele II\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flavia Samori\",\"email\":\"f.samori@enermia.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":369,\"name\":\"BEC Construction Champagne\",\"businessName\":\"BEC Construction Champagne\",\"regNo\":\"463 200 725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Epernay\",\"postcode\":\"51200\",\"address\":\"6 All\\u00e9e de la Cote des Blancs\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marchand Cassandra\",\"email\":\"c.marchand@becchampagne.fayat.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":370,\"name\":\"NW IECharge Bretagne\",\"businessName\":\"NW IECharge Bretagne\",\"regNo\":\"898279251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75007\",\"address\":\"34 avenue Bosquet\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wassenaar Bram\",\"email\":\"bram.wassenaar.partner@iecharge.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":371,\"name\":\"Meubles Ikea France\",\"businessName\":\"Meubles Ikea France\",\"regNo\":\"RCS B 351 745 724\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"PLAISIR Cedex\",\"postcode\":\"78 375 , BP 129,\",\"address\":\"425 rue Henri Barbusse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ARFAOUI Said\",\"email\":\"said.arfaoui@izivia.com\",\"phone\":\"(+33) 7 76 23 00 25\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":372,\"name\":\"CPO - Saascharge International GmbH\",\"businessName\":\"CPO - Saascharge International GmbH\",\"regNo\":\"CH-020.4.074.493-5\",\"vatNo\":null,\"country\":\"CH\",\"region\":null,\"city\":\"Glattpark (Opfikon)\",\"postcode\":\"8152\",\"address\":\"117 Thurgauerstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Albrecht Richard\",\"email\":\"richard.albrecht@saascharge.com\",\"phone\":\"(+41) 7 63 90 01 77\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@saascharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Richard Albrecht\",\"email\":\"finance@saascharge.com\",\"phone\":\"+41445864550\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":373,\"name\":\"Borneco\",\"businessName\":\"Borneco\",\"regNo\":\"90510266100014\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"142 avenue dausmenil\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Minaeian Sasan\",\"email\":\"sasan.minaeian@wattzhub.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":374,\"name\":\"ENEXTEN\",\"businessName\":\"ENEXTEN\",\"regNo\":\"882828726\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chavanod\",\"postcode\":\"74650\",\"address\":\"178 Route de cran gevrier\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krari Sara\",\"email\":\"sara.krari@nexteneo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":375,\"name\":\"ALP-EV\",\"businessName\":\"ALP-EV\",\"regNo\":\"85903108\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"BREDA\",\"postcode\":\"4814 RE\",\"address\":\"266 Leursebaan\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van der Lof Jochem\",\"email\":\"support@alp-ev.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":376,\"name\":\"Evadea\",\"businessName\":\"Evadea\",\"regNo\":\"500759683\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-DENIS\",\"postcode\":\"93200\",\"address\":\"1 PLACE DE LA BERLINE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DADOU Thomas\",\"email\":\"thomas.dadou@spie.com\",\"phone\":\"(+33) 7 60 26 22 20\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":377,\"name\":\"Gaia Green Tech S.L.\",\"businessName\":\"Gaia Green Tech S.L.\",\"regNo\":\"B40571002\",\"vatNo\":\"ESB40571002\",\"country\":\"ES\",\"region\":null,\"city\":\"Valencia\",\"postcode\":\"46022\",\"address\":\"11, 2nd floor, Apt. 9 Calle de Felipe Salvador\",\"lastUpdatedAt\":\"2025-03-04T10:00:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Siudzinski Wojtek\",\"email\":\"wojtek@gaiagreen.tech\",\"phone\":\"(+34) 6 84 28 68 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":378,\"name\":\"Sevdec\",\"businessName\":\"Sevdec\",\"regNo\":\"38064471600017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76100\",\"address\":\"20 rue David Ferrand\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":379,\"name\":\"Area Tech\",\"businessName\":\"Area Tech\",\"regNo\":\"854036308\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"MARCQ EN BAROEUL\",\"postcode\":\"59700\",\"address\":\"340 avenue de La Marne\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bonneville Renaud\",\"email\":\"renaud.bonneville@area-tech.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":380,\"name\":\"EMSP- Monta ApS\",\"businessName\":\"EMSP- Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":381,\"name\":\"GROUPE MOBELEC\",\"businessName\":\"GROUPE MOBELEC\",\"regNo\":\"88990931300021\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecully\",\"postcode\":\"69130\",\"address\":\"12 Chemin de Chalin\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaume Christophe\",\"email\":\"christophe.gaume@groupe-mobelec.fr\",\"phone\":\"(+33) 6 02 49 69 54\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":382,\"name\":\"ProperPhi\",\"businessName\":\"ProperPhi\",\"regNo\":\"89193764100027\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"8 rue de la Chesnaie\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":383,\"name\":\"Time2Plug\",\"businessName\":\"Time2Plug\",\"regNo\":\"912044948\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"13 avenue Boudon\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heripret Edouard\",\"email\":\"edouard@time2plug.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":384,\"name\":\"SunXLium\",\"businessName\":\"SunXLium\",\"regNo\":\"843721390\",\"vatNo\":null,\"country\":\"DM\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"9 Anatole de la Forge\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chady Fadil\",\"email\":\"fadil.chady@sunxlium.com\",\"phone\":\"(+23) 0 59 77 69 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":385,\"name\":\"Laadkompas B.V.\",\"businessName\":\"Laadkompas B.V.\",\"regNo\":\"75246740\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Almere\",\"postcode\":\"1322 CH\",\"address\":\"100 Transistorstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Khan Mazhar\",\"email\":\"administratie@laadkompas.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":386,\"name\":\"Atlante Srl\",\"businessName\":\"Atlante Srl\",\"regNo\":\"2635708\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20137\",\"address\":\"3 Piazzale Lodi\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Atlante Invoicing\",\"email\":\"invoices@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":388,\"name\":\"Eoliberty\",\"businessName\":\"Eoliberty\",\"regNo\":\"91844486000012\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vierzon\",\"postcode\":\"18100\",\"address\":\"All\\u00e9e Geroges Charpak\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GEHA Daniel\",\"email\":\"daniel.geha@eova.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":389,\"name\":\"Dropnplug\",\"businessName\":\"Dropnplug\",\"regNo\":\"88206038700017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rennes\",\"postcode\":\"35000\",\"address\":\"26 Avenue Chardonnet\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"lebrize claude\",\"email\":\"claude.lebrize@dropnplug.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":390,\"name\":\"EMSP- Diego Luxembourg\",\"businessName\":\"EMSP- Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":392,\"name\":\"Brussels Kois\",\"businessName\":\"Brussels Kois\",\"regNo\":\"BE 0820.015.135\",\"vatNo\":\"BE 0820.015.135\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Edmond Plas\",\"email\":\"sandra@capitalecars.be\",\"phone\":\"+32475235296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":397,\"name\":\"Tom Van Damme\",\"businessName\":\"Tom Van Damme\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Beukenlaan 40, 2110 Wijnegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Van Damme\",\"email\":\"tomvandamme001@gmail.com\",\"phone\":\"+32494899290\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":398,\"name\":\"Dirk Poppe\",\"businessName\":\"Dirk Poppe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9420\",\"address\":\"wezelpoelstraat 102 9420 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Poppe\",\"email\":\"poppe_dirk@hotmail.com\",\"phone\":\"0486727713\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":399,\"name\":\"Autel Netherlands B.V.\",\"businessName\":\"Autel Netherlands B.V.\",\"regNo\":\"84342773\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"GL \\u2019S-GRAVENHAGE\",\"postcode\":\"2497\",\"address\":\"217 Laan van Waalhaven\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Huang Baixin\",\"email\":\"baixin.huang@autel.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":403,\"name\":\"Ceylan Celikoz\",\"businessName\":\"Ceylan Celikoz\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Berchem\",\"postcode\":\"2600\",\"address\":\"Kanunnik Peeters Straat 147, 2600, Berchem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ceylan Celikoz\",\"email\":\"ceylan@blulinc.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"ceylan@blulinc.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":412,\"name\":\"PPC\",\"businessName\":\"PPC\",\"regNo\":\"000786301000\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Athens\",\"postcode\":\"10432\",\"address\":\"30 Chalkokondili Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyriakos Kofinas\",\"email\":\"roaming.deiblue@dei.gr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Benos Peter\",\"email\":\"p.benos@dei.gr\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":413,\"name\":\"PLUG-N-GO\",\"businessName\":\"PLUG-N-GO\",\"regNo\":\"10848124\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"WC2H 9JQ\",\"address\":\"71-75 Shelton Street, Covent Garden\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Revill Tim\",\"email\":\"tim@plug-n-go.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Dufty Nigel\",\"email\":\"nigel@plug-n-go.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Keith Hounsell\",\"email\":\"keith@plug-n-go.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":414,\"name\":\"CPO - Grupo EasyCharger\",\"businessName\":\"CPO - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":415,\"name\":\"NORMATECH SAS [Lodmi]\",\"businessName\":\"NORMATECH SAS [Lodmi]\",\"regNo\":\"901360602\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"ARRAS\",\"postcode\":\"62000\",\"address\":\"11 RUE WILLY BRANDT BATIMENT 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Saint Machin\",\"email\":\"tsm@lodmi.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Moukhlisse Zineb\",\"email\":\"zineb@lodmi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Qu\\u00e9ru Laura\",\"email\":\"laura@lodmi.com\",\"phone\":\"(+33) 7 66 59 08 46\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":416,\"name\":\"TEA MOBILITAS\",\"businessName\":\"TEA MOBILITAS\",\"regNo\":\"09-09-027080\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Hajd\\u00faszoboszl\\u00f3\",\"postcode\":\"4200\",\"address\":\"71 Kossuth\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Heged\\u0171s-Kocsis Krisztina\",\"email\":\"kocsiskrisztina@sarkcsillag.com\",\"phone\":\"(+36) 3 03 89 07 44\"},\"billing\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":417,\"name\":\"SBS Innovations (ByWatt)\",\"businessName\":\"SBS Innovations (ByWatt)\",\"regNo\":\"68061722\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Ernst\",\"postcode\":\"8166GP\",\"address\":\"4 Korte Laarstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"technical\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"billing\":{\"contactPerson\":\"ByWatt Invoicing\",\"email\":\"invoices@bywatt.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":418,\"name\":\"EV Map\",\"businessName\":\"EV Map\",\"regNo\":\"922271564\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-FONS\",\"postcode\":\"69190\",\"address\":\"49 Boulevard LUCIEN SAMPAIX\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":422,\"name\":\"Dhsn Bv\",\"businessName\":\"Dhsn Bv\",\"regNo\":\"0781.946.296\",\"vatNo\":\"BE 0781.946.296\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilsen-Stokkem\",\"postcode\":\"3650\",\"address\":\"Borreshoefstraat 67\",\"lastUpdatedAt\":\"2024-11-27T13:01:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries Housen\",\"email\":\"dries@dhsn.be\",\"phone\":\"0498\\/409607\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":426,\"name\":\"Patrick Wastyn\",\"businessName\":\"Patrick Wastyn\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zulte\",\"postcode\":\"9870\",\"address\":\"Waalbeekpark 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Wastyn\",\"email\":\"wastynpatrick6@gmail.com\",\"phone\":\"0476059342\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":400,\"total\":839}}"} 
[2025-07-17 18:32:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":430,\"name\":\"BV Dokter R. Steenwegen\",\"businessName\":\"BV Dokter R. Steenwegen\",\"regNo\":\"0474 426 010\",\"vatNo\":\"BE0474 426 010\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1700\",\"address\":\"Molenstraat 73\",\"lastUpdatedAt\":\"2024-11-27T13:04:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":431,\"name\":\"Ronny Hindyrickx\",\"businessName\":\"Ronny Hindyrickx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Raapstraat 33\",\"lastUpdatedAt\":\"2024-11-27T13:04:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Hindyrickx\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":434,\"name\":\"V-I-C bvba\",\"businessName\":\"V-I-C bvba\",\"regNo\":\"0536.481.462\",\"vatNo\":\"BE0536.481.462\",\"country\":\"BE\",\"region\":null,\"city\":\"Zedelgem\",\"postcode\":\"8210\",\"address\":\"Diksmuidse Heirweg 51c\",\"lastUpdatedAt\":\"2024-11-27T13:05:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":435,\"name\":\"Vermoortel Chantal\",\"businessName\":\"Vermoortel Chantal\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Damme\",\"postcode\":\"Damme\",\"address\":\"Damweg 56\",\"lastUpdatedAt\":\"2024-11-27T13:08:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":443,\"name\":\"EMSP- Recharger mon auto\",\"businessName\":\"EMSP- Recharger mon auto\",\"regNo\":\"91931393200015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Aulnay-Sous-Bois\",\"postcode\":\"93600\",\"address\":\"198 Avenue de Nonneville\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rodrigues C\\u00e9dric\",\"email\":\"cedric.rodrigues@rechargermonauto.com\",\"phone\":\"0659457794\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":444,\"name\":\"YES55\",\"businessName\":\"YES55\",\"regNo\":\"950758219\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grimaud\",\"postcode\":\"83310\",\"address\":\"ZA du Grand Pont\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robelin Nicolas\",\"email\":\"nicolas.robelin@yes55.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Martin Rachel\",\"email\":\"rachel.martin@yes55.fr\",\"phone\":\"+33 7 88 77 08 15\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":445,\"name\":\"CPO - METLD (BE GREEN MOBILITY)\",\"businessName\":\"CPO - METLD (BE GREEN MOBILITY)\",\"regNo\":\"919243121\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Herblain\",\"postcode\":\"44800\",\"address\":\"1 Guglielmo Marconi\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stecchino Julien\",\"email\":\"j.stecchino@begreen-group.com\",\"phone\":\"(+33) 6 76 89 05 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":446,\"name\":\"CPO - Compleo Charging Software GmbH\",\"businessName\":\"CPO - Compleo Charging Software GmbH\",\"regNo\":\"HRB 33903\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Dortmund\",\"postcode\":\"44379\",\"address\":\"8 Ezzestra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leidgebel Dennis\",\"email\":\"dennis.leidgebel@compleo-cs.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":447,\"name\":\"Energytix.solutions\",\"businessName\":\"Energytix.solutions\",\"regNo\":\"0654.812.554\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Schaapveld 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Baes Jonas\",\"email\":\"jbaes@energytix.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Leeman Bert\",\"email\":\"bleeman@energytix.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":448,\"name\":\"Amano Europe NV\",\"businessName\":\"Amano Europe NV\",\"regNo\":\"0434 751 030\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Westerring 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Schouterden Dominic\",\"email\":\"dschouterden@amano.eu\",\"phone\":\"(+32) 4 92 11 66 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":459,\"name\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"businessName\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":\"70435\",\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Philipp\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":462,\"name\":\"EMSP- NRG Accounting BV\",\"businessName\":\"EMSP- NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":463,\"name\":\"Top Employers Belgium\",\"businessName\":\"Top Employers Belgium\",\"regNo\":\"BE0895420064\",\"vatNo\":\"BE0895420064\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Nijverheidsstraat 70, 2160 Wommelgem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":466,\"name\":\"EMSP- E.ON Drive\",\"businessName\":\"EMSP- E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":470,\"name\":\"EMSP- E.A. Business\",\"businessName\":\"EMSP- E.A. Business\",\"regNo\":\"880960182\",\"vatNo\":\"FR31880960182\",\"country\":\"FR\",\"region\":null,\"city\":\"Rillieux-La-Pape\",\"postcode\":\"69140\",\"address\":\"555 chemin du Bois\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jemoui Mehdi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Issam Arfaoui\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":473,\"name\":\"Edmond Plas\",\"businessName\":\"Edmond Plas\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5,\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandra Bulinckx\",\"email\":\"sandra@capitalecars.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":476,\"name\":\"EMSP- E-Fusion SAS\",\"businessName\":\"EMSP- E-Fusion SAS\",\"regNo\":\"912272143\",\"vatNo\":\"FR47912272143\",\"country\":\"FR\",\"region\":null,\"city\":\"Labege\",\"postcode\":\"31670\",\"address\":\"231 rue Pierre et Marie Curie\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ernest BOADI\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":482,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":493,\"name\":\"CPO - Road B.V.\",\"businessName\":\"CPO - Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":494,\"name\":\"NLCharge B.V.\",\"businessName\":\"NLCharge B.V.\",\"regNo\":\"82372829\",\"vatNo\":\"NL862440142B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1015 CN\",\"address\":\"8 Keizersgracht\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter C. Molengraaf\",\"email\":\"peter@nlcharge.nl\",\"phone\":\"(+31) 6 46 36 09 71\"},\"technical\":{\"contactPerson\":\"Becker Riccardo\",\"email\":\"riccardo@longship.io\",\"phone\":\"(+31) 2 02 11 74 58\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":495,\"name\":\"Jerecharge.com SAS\",\"businessName\":\"Jerecharge.com SAS\",\"regNo\":\"905083895\",\"vatNo\":\"FR52905083895\",\"country\":\"FR\",\"region\":null,\"city\":\"Garches\",\"postcode\":\"92380\",\"address\":\"23 rue de la c\\u00f4te Saint Louis\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Olry\",\"email\":\"christophe.olry@jerecharge.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Viguie Gilles\",\"email\":\"gilles.viguie@jerecharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":496,\"name\":\"Paragon Mobility SAS\",\"businessName\":\"Paragon Mobility SAS\",\"regNo\":\"851548404\",\"vatNo\":\"FR68851548404\",\"country\":\"FR\",\"region\":null,\"city\":\"Valbonne\",\"postcode\":\"06560\",\"address\":\"535 Route des Lucioles, Les Aqueducs \\u2013 B\\u00e2timent 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann Cortot\",\"email\":\"operations@paragonmobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 1 84 88 39 32\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":497,\"name\":\"K2 PROPERTY BV\",\"businessName\":\"K2 PROPERTY BV\",\"regNo\":\"0749.520.384\",\"vatNo\":\"BE0749.520.384\",\"country\":\"BE\",\"region\":null,\"city\":\"Kuurne\",\"postcode\":\"8520\",\"address\":\"Ringlaan 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Janssens\",\"email\":\"bruno.janssens@questforproperty.com\",\"phone\":\"+(324) 953-85959\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":500,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":502,\"name\":\"Extendas Online Informatica B.V.\",\"businessName\":\"Extendas Online Informatica B.V.\",\"regNo\":\"08154890\",\"vatNo\":\"NL817496749B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Enschede\",\"postcode\":\"7521 PK\",\"address\":\"30 Institutenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"M.A. Cauli\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Tim Bethlehem\",\"email\":\"tim@extendas.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Raphael Verreijken\",\"email\":\"raphael@extendas.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":503,\"name\":\"EMSP- SMEG D\\u00e9veloppement\",\"businessName\":\"EMSP- SMEG D\\u00e9veloppement\",\"regNo\":\"20S08489\",\"vatNo\":\"FR46000150523\",\"country\":\"FR\",\"region\":null,\"city\":\"Monaco\",\"postcode\":\"98000\",\"address\":\"10 avenue de Fontvieille\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Battaglione\",\"email\":\"smeg@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"commercial@smeg.mc\",\"phone\":\"(+377) 92 05 66 44\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":510,\"name\":\"Fastned BV\",\"businessName\":\"Fastned BV\",\"regNo\":\"54606179\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1097 DL\",\"address\":\"77R James Wattstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Langezaal\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":500,\"total\":839}}"} 
[2025-07-17 18:32:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":533,\"name\":\"Dries Uitvaartzorg\",\"businessName\":\"Dries Uitvaartzorg\",\"regNo\":\"0457645604\",\"vatNo\":\"BE 0457645604\",\"country\":\"BE\",\"region\":null,\"city\":\"Dessel\",\"postcode\":\"2480\",\"address\":\"Polderstraat 46\",\"lastUpdatedAt\":\"2024-11-27T15:58:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":536,\"name\":\"CPO - LichtBlick eMobility GmbH\",\"businessName\":\"CPO - LichtBlick eMobility GmbH\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":539,\"name\":\"CPO - Remo Sustainable Mobility S.L.\",\"businessName\":\"CPO - Remo Sustainable Mobility S.L.\",\"regNo\":\"B72745698\",\"vatNo\":\"B72745698\",\"country\":\"ES\",\"region\":null,\"city\":\"28046\",\"postcode\":\"Madrid\",\"address\":\"135 Paseo de la Castellana, 12th floor\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remo Commercial Team\",\"email\":\"info@remo-mobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":542,\"name\":\"CPO - GreenYellow eMobility SAS\",\"businessName\":\"CPO - GreenYellow eMobility SAS\",\"regNo\":\"835370842\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint - Etienne\",\"postcode\":\"42000\",\"address\":\"1 Cours Antoine Guichard\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Romain BUTTE\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Chamkhi Salma\",\"email\":\"schamkhi@greenyellow.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"eMobility B2B support GreenYellow\",\"email\":\"emobility.exploit@greenyellow.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":543,\"name\":\"EMSP - Grupo EasyCharger\",\"businessName\":\"EMSP - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":544,\"name\":\"Sven Devisscher\",\"businessName\":\"Sven Devisscher\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2350\",\"address\":\"Ossevenstraat 11, 2350 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":549,\"name\":\"LichtBlick eMobility\",\"businessName\":\"LichtBlick eMobility\",\"regNo\":null,\"vatNo\":\"HRB 11191\",\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hubach Julia\",\"email\":\"julia.hubach@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"support.emobility@lichtblick.de\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":550,\"name\":\"Bart Van Keer\",\"businessName\":\"Bart Van Keer\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Fazantenstraat 45, 9080 Lochristi\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":556,\"name\":\"EV-Quip (SRL)\",\"businessName\":\"EV-Quip (SRL)\",\"regNo\":\"0750.549.871\",\"vatNo\":\"BE0750.549.871\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16, 3900 Pelt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vandebeeck Stephan\",\"email\":\"stephan@euroquip.be\",\"phone\":\"+(324) 974-80894\"},\"technical\":{\"contactPerson\":\"Vandebeeck Louis\",\"email\":\"louis@ev-quip.be\",\"phone\":\"+32 11 81 82 18\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":557,\"name\":\"Sovana Srl\\/Bv\",\"businessName\":\"Sovana Srl\\/Bv\",\"regNo\":\"0473863608\",\"vatNo\":\"BE0473863608\",\"country\":\"BE\",\"region\":null,\"city\":\"Tervuren\",\"postcode\":\"3080\",\"address\":\"Edmond Hanssenslaan 42 , Tervuren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Martine Serrien\",\"email\":\"martine.serrien@sovana.be\",\"phone\":\"0475 68 66 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":563,\"name\":\"CPO - Mobilize Fast Charge France\",\"businessName\":\"CPO - Mobilize Fast Charge France\",\"regNo\":\"983504002\",\"vatNo\":\"FR65983504002\",\"country\":\"FR\",\"region\":null,\"city\":\"Boulogne-Billancourt\",\"postcode\":\"92100\",\"address\":\"122-122 Bis Avenue du G\\u00e9n\\u00e9ral Leclerc\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Service Facturation\",\"email\":\"fastcharge.exploitation@mobilize.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":591,\"name\":\"CPO - QWELLO GmbH\",\"businessName\":\"CPO - QWELLO GmbH\",\"regNo\":\"HRB 234481\",\"vatNo\":\"DE316810194\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80992\",\"address\":\"1 Agnes-Pockels-Bogen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Roaming Qwello\",\"email\":\"roaming@qwello.eu\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":592,\"name\":\"CPO - ChargeIn\",\"businessName\":\"CPO - ChargeIn\",\"regNo\":\"0000986332\",\"vatNo\":\"PL7011100884\",\"country\":\"PL\",\"region\":null,\"city\":\"Warszawa\",\"postcode\":\"00-654\",\"address\":\"17 ul. Jana i J\\u0119drzeja \\u015aniadeckich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Babinski Kamil\",\"email\":\"kamil.babinski@chargein.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Maciej Skoczylas\",\"email\":\"maciej.sawicki@chargein.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":594,\"name\":\"Lard Aurelie\",\"businessName\":\"Lard Aurelie\",\"regNo\":\"0763997932\",\"vatNo\":\"BE0763997932\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:04:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lard Aurelie\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":602,\"name\":\"Taxi LM\",\"businessName\":\"Taxi LM\",\"regNo\":null,\"vatNo\":\"BE0794.869.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Jozef Verbovenlei 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":607,\"name\":\"EMSP- TanQyou\",\"businessName\":\"EMSP- TanQyou\",\"regNo\":\"70223521\",\"vatNo\":\"NL851056519B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"3 The Want, 8802PV, Franeker\",\"lastUpdatedAt\":\"2025-03-31T12:38:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Harmen Akkerman\",\"email\":\"info@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":\"(+31)88 100 9877\"},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":608,\"name\":\"CPO - Optimum Way Ltd.\",\"businessName\":\"CPO - Optimum Way Ltd.\",\"regNo\":\"03-09-131907\",\"vatNo\":\"HU-26399661\",\"country\":\"HU\",\"region\":null,\"city\":\"Baja\",\"postcode\":\"6500\",\"address\":\"2 Gesztenye utca 6500 , Baja\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"OW Invoices\",\"email\":\"szamla@optimumway.hu\",\"phone\":\"0036209564490\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":609,\"name\":\"CPO - Schouten Energy\",\"businessName\":\"CPO - Schouten Energy\",\"regNo\":\"28089720\",\"vatNo\":\"NL809534034B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Alphen aan den Rijn\",\"postcode\":\"2401 LP\",\"address\":\"4 Gnephoek 2401 LP , Alphen aan den Rijn\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wiebe van der Veen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":610,\"name\":\"CPO - Go Electric Stations SRLS\",\"businessName\":\"CPO - Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella 40128 , Bologna\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":611,\"name\":\"Divani NV\",\"businessName\":\"Divani NV\",\"regNo\":\"0830.657.916\",\"vatNo\":\"BE 0830.657.916\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052\\/D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"divani@immogra.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":616,\"name\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"businessName\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"regNo\":\"HRA 6945\",\"vatNo\":\"DE266451114\",\"country\":\"DE\",\"region\":null,\"city\":\"Bochum\",\"postcode\":\"44789\",\"address\":\"56 Wittener Stra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-13T13:32:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Stocker\",\"email\":\"info@trafineo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":617,\"name\":\"EMSP- Threeforce BV\",\"businessName\":\"EMSP- Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":618,\"name\":\"CPO - Optimile Bv\",\"businessName\":\"CPO - Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":619,\"name\":\"EMSP- ZEborne\",\"businessName\":\"EMSP- ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":620,\"name\":\"Demo Account - Blulinc\",\"businessName\":\"Demo Account - Blulinc\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-01-17T08:38:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":621,\"name\":\"EMSP- Road B.V.\",\"businessName\":\"EMSP- Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":622,\"name\":\"GoGlobal Netherlands B.V\",\"businessName\":\"GoGlobal Netherlands B.V\",\"regNo\":null,\"vatNo\":\"DE 341043115\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1066 EP\",\"address\":\"John M. Keynesplein 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Amandine Guillou\",\"email\":\"amandine.guillou@goglobalgeo.com\",\"phone\":\"0203\\/331.699\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":624,\"name\":\"Hubject Partner\",\"businessName\":\"Hubject Partner\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":626,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":null,\"vatNo\":\"Parochiale Werken Ledeberg VZW\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Ledebergplein 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":628,\"name\":\"EMSP- Go Electric Stations SRLS\",\"businessName\":\"EMSP- Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":629,\"name\":\"EMSP- Digital Charging Solutions GmbH\",\"businessName\":\"EMSP- Digital Charging Solutions GmbH\",\"regNo\":\"HRB 211155 B\",\"vatNo\":\"DE312237805\",\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"18 - 19 Rosenstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Markus Bartenschlager\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Team Accounting\",\"email\":\"accounting@digitalchargingsolutions.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":600,\"total\":839}}"} 
[2025-07-17 18:32:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":635,\"name\":\"Khasanov Tamerlan\",\"businessName\":\"Khasanov Tamerlan\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kampenhout\",\"postcode\":\"1910\",\"address\":\"Schuermansstraat 41\",\"lastUpdatedAt\":\"2024-12-02T15:12:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":636,\"name\":\"Raf Sodermans\",\"businessName\":\"Raf Sodermans\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Schutteweide 26\",\"lastUpdatedAt\":\"2024-12-02T15:13:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":637,\"name\":\"EMSP- Greenflux Assets B.V.\",\"businessName\":\"EMSP- Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":638,\"name\":\"EMSP- Route220 S.R.L.\",\"businessName\":\"EMSP- Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":641,\"name\":\"Erik Saerens\",\"businessName\":\"Erik Saerens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merchtem\",\"postcode\":\"1785\",\"address\":\"Onze Lieve Vrouwstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Saerens\",\"email\":\"saerens.vdb@skynet.be\",\"phone\":\"+32485 55 58 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":645,\"name\":\"CPO - Freshmile Services\",\"businessName\":\"CPO - Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"(+33) 3 68 78 14 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":646,\"name\":\"CPO - ZE-WATT\",\"businessName\":\"CPO - ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise 31670\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":647,\"name\":\"CPO - ConnectNed B.V.\",\"businessName\":\"CPO - ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":648,\"name\":\"CPO - WattzHub\",\"businessName\":\"CPO - WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":649,\"name\":\"CPO - Bump SAS\",\"businessName\":\"CPO - Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":650,\"name\":\"EMSP- Mobilygreen SAS\",\"businessName\":\"EMSP- Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":651,\"name\":\"CPO - Shell EV Charging Solutions B.V.\",\"businessName\":\"CPO - Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":652,\"name\":\"CPO - PERETTI GROUPE SARL\",\"businessName\":\"CPO - PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":653,\"name\":\"CPO - Load Stations SAS\",\"businessName\":\"CPO - Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":654,\"name\":\"CPO - Electromaps S.L.\",\"businessName\":\"CPO - Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":655,\"name\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":656,\"name\":\"CPO - Robo Charge B.V.\",\"businessName\":\"CPO - Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":657,\"name\":\"CPO - Diego Luxembourg\",\"businessName\":\"CPO - Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":658,\"name\":\"CPO - Monta ApS\",\"businessName\":\"CPO - Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":659,\"name\":\"CPO - NRG Accounting BV\",\"businessName\":\"CPO - NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":663,\"name\":\"S.U.L.T.A.N. B.V\",\"businessName\":\"S.U.L.T.A.N. B.V\",\"regNo\":\"0755563484\",\"vatNo\":\"BE0755563484\",\"country\":\"BE\",\"region\":null,\"city\":\"Hulshout\",\"postcode\":\"2235\",\"address\":\"Hoogzand 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yasin Ozturk\",\"email\":\"ysn.ozturk87@gmail.com\",\"phone\":\"+32485005142\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":665,\"name\":\"Daeze Angelique\",\"businessName\":\"Daeze Angelique\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Roskamstraat 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daeze Angelique\",\"email\":\"angeliquedaeze@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":674,\"name\":\"Anil & Naresh - App Development Blulinc\",\"businessName\":\"Anil & Naresh - App Development Blulinc\",\"regNo\":\"BE00123456789\",\"vatNo\":\"0123456\",\"country\":\"BE\",\"region\":\"Oast-Vlaanderen\",\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Laarnebaan 106b\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Naresh Kumar\",\"email\":\"ak0506493@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":676,\"name\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"businessName\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"regNo\":\"388 758 708 00076\",\"vatNo\":\"FR31388758708\",\"country\":\"FR\",\"region\":null,\"city\":\"BAVILLIERS\",\"postcode\":\"90800\",\"address\":\"Zone Industrielle\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tun UNLU\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":677,\"name\":\"CPO - SEW Solutions GmbH\",\"businessName\":\"CPO - SEW Solutions GmbH\",\"regNo\":\"HRB 743660\",\"vatNo\":\"DE350399349\",\"country\":\"DE\",\"region\":null,\"city\":\"Ravensburg\",\"postcode\":\"88213\",\"address\":\"Stra\\u00dfe 14 Wilhelm-Brielmayer\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Manfred Frick und Andreas Kessler\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+49) 7 51 99 43 87 0\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":678,\"name\":\"CPO - Volt-Up\",\"businessName\":\"CPO - Volt-Up\",\"regNo\":\"B246172\",\"vatNo\":\"LU32451925\",\"country\":\"LU\",\"region\":null,\"city\":\"Livange\",\"postcode\":\"L-3378\",\"address\":\"3 rue de Turi\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Massimo Russo\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Voltup\",\"email\":\"administration@voltup.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":679,\"name\":\"CPO - Floading Energy Infra\",\"businessName\":\"CPO - Floading Energy Infra\",\"regNo\":\"NL859649994B01\",\"vatNo\":\"NL859649994B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6827\",\"address\":\"73 Westervoortsedijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arnaud van der Sluis\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Floading Invoicing Team\",\"email\":\"administration@floading.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":680,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":\"BE 0797.981.188\",\"vatNo\":\"0797.981.188\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ren\\u00e9 Ryckaert\",\"email\":\"reneryckaert@icloud.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":682,\"name\":\"New Hair Club\",\"businessName\":\"New Hair Club\",\"regNo\":null,\"vatNo\":\"BE0589744756\",\"country\":\"BE\",\"region\":null,\"city\":\"De Pinte\",\"postcode\":\"9840\",\"address\":\"Zuidstationstraat  16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":684,\"name\":\"Anne Clarysse\",\"businessName\":\"Anne Clarysse\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Beukendreef 13, 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":696,\"name\":\"CPO - Blink Charging Belgium (SA)\",\"businessName\":\"CPO - Blink Charging Belgium (SA)\",\"regNo\":\"0833.034.020\",\"vatNo\":\"BE 0833.034.020\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Posthoflei 3\\/4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Van Schap\",\"email\":\"interop@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"servicedesk@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"billing\":{\"contactPerson\":\"Saskia Laperre\",\"email\":\"office@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":698,\"name\":\"STX Commodities BV\",\"businessName\":\"STX INT\",\"regNo\":\"0797.789.960\",\"vatNo\":\"BE 0797.789.960\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Louizalaan 475\",\"lastUpdatedAt\":\"2025-01-17T10:36:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Jan Wesselink\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brandon Palmers\",\"email\":\"Brandon.Palmers@stxgroup.com\",\"phone\":\"+31 6 15 58 45 51\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":350},{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":714,\"name\":\"CPO - BV Smart parking Solutions\",\"businessName\":\"CPO - BV Smart parking Solutions\",\"regNo\":\"BE 0539.751.253\",\"vatNo\":\"0539.751.253\",\"country\":\"BE\",\"region\":null,\"city\":\"Bertem\",\"postcode\":\"3061\",\"address\":\"Dorpstraat 570\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@groupbeyers.com\",\"phone\":\"003223038869\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"info@smartparkingsolutions.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":715,\"name\":\"CPO - Ebee Smart Technologies GmbH\",\"businessName\":\"CPO - Ebee Smart Technologies GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":716,\"name\":\"CPO - Zemovi BV\",\"businessName\":\"CPO - Zemovi BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"'s-Gravenhage\",\"postcode\":\"2517 KT\",\"address\":\"Scheveningseweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Chu\",\"email\":\"danny@zemovi.com\",\"phone\":\"+31850602419\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@zemovi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Hafid Salhi\",\"email\":\"billing@zemovi.com\",\"phone\":\"+31(0)85 060 8489\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":717,\"name\":\"CPO - eCarUp\",\"businessName\":\"CPO - eCarUp\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"cornel.beeler@ecarup.com\",\"phone\":\"+41415101717\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@ecarup.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"invoice@ecarup.com\",\"phone\":\"+41415101717\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":718,\"name\":\"CPO - Porsche Sales and Marketplace GmbH\",\"businessName\":\"CPO - Porsche Sales and Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":null,\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":719,\"name\":\"CPO - reev GmbH\",\"businessName\":\"CPO - reev GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"M\\u00fcnchen\",\"postcode\":\"80335\",\"address\":\"Sandstra\\u00dfe 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Eduard Schlutius\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":723,\"name\":\"CPO - Schneider Electric GmbH\",\"businessName\":\"CPO - Schneider Electric GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Ratingen\",\"postcode\":\"40880\",\"address\":\"Gothaer Str. 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Stoye\",\"email\":\"tim.stoye@se.com\",\"phone\":\"+49 30 238884 240\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@inno2fleet.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Evelyn Str\\u00fcbing\",\"email\":\"invoice@inno2fleet.com\",\"phone\":\"+ 49 30 238884 240\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":724,\"name\":\"CPO - Eneco eMobility B.V.\",\"businessName\":\"CPO - Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":null,\"email\":\"jan.sass2@eneco.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":725,\"name\":\"CPO - iLumen\",\"businessName\":\"CPO - iLumen\",\"regNo\":\"0846.015.786\",\"vatNo\":\"BE 0846.015.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Tessenderlo\",\"postcode\":\"3980\",\"address\":\"Ambachtsstraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Wuyts\",\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":\"+32 13 220 200\"},\"technical\":{\"contactPerson\":null,\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":null},\"billing\":{\"contactPerson\":\"Stefanie Van Eynde\",\"email\":\"invoices@ilumen.be\",\"phone\":\"+32 13 22 02 51\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":726,\"name\":\"CPO - Picoty SAS\",\"businessName\":\"CPO - Picoty SAS\",\"regNo\":\"77734738600057\",\"vatNo\":\"FR83777347386\",\"country\":\"FR\",\"region\":null,\"city\":\"La Souterraine\",\"postcode\":\"23300\",\"address\":\"Rue Andr\\u00e9 et Guy Picoty\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel PICOTY\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 5 55 89 38 05\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":727,\"name\":\"EMSP- Tap Electric B.V.\",\"businessName\":\"EMSP- Tap Electric B.V.\",\"regNo\":\"80990819\",\"vatNo\":\"NL861879764B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1016 AC\",\"address\":\"262-A Singel\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dan Pezim\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Dan Pezim\",\"email\":\"dan@tapelectric.app\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":728,\"name\":\"CPO - SJS Services SAS\",\"businessName\":\"CPO - SJS Services SAS\",\"regNo\":\"84470864400019\",\"vatNo\":\"FR71844708644\",\"country\":\"FR\",\"region\":null,\"city\":\"Chatellerault\",\"postcode\":\"86100\",\"address\":\"69 Chemin du Marais\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jerome Princ\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":729,\"name\":\"CPO - Obornes SASU\",\"businessName\":\"CPO - Obornes SASU\",\"regNo\":null,\"vatNo\":\"817481658\",\"country\":\"BE\",\"region\":null,\"city\":\"Aix-en-Provence\",\"postcode\":\"13100\",\"address\":\"550 Rue Pierre Berthier\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dourassoff\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":735,\"name\":\"CPO - E.ON Drive\",\"businessName\":\"CPO - E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Roaming & Partner Management Team EDRI\",\"email\":\"roaming@edri.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":736,\"name\":\"CPO - Iberdrola\",\"businessName\":\"CPO - Iberdrola\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Miguel Recuenco\",\"email\":\"mrecuenco@iberdrola.es\",\"phone\":\"+34900929293\"},\"technical\":{\"contactPerson\":null,\"email\":\"smartmobility@tuiberdrola.es\",\"phone\":null},\"billing\":{\"contactPerson\":\"Mar\\u00eda \\u00c1ngeles Diaz Bueno\",\"email\":\"roaming@iberdrola.es\",\"phone\":\"+34900929293\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":700,\"total\":839}}"} 
[2025-07-17 18:32:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":738,\"name\":\"EMSP- Vandebron Energie B.V.\",\"businessName\":\"EMSP- Vandebron Energie B.V.\",\"regNo\":\"59394218\",\"vatNo\":\"NL853458194B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013KS\",\"address\":\"2a-2h Grote Bickersstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remco Wilcke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Rowald Oosterkamp\",\"email\":\"ev-facturen@vandebron.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":740,\"name\":\"Embridge Belgium BV\",\"businessName\":\"M-Tech NV - Embridge\",\"regNo\":null,\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-17T14:27:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Boodts\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":745,\"name\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"businessName\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"technical\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"billing\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":746,\"name\":\"CPO - Atlante Energy\",\"businessName\":\"CPO - Atlante Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tommaso Cresti\",\"email\":\"tommaso.cresti@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":\"operation@atlante.energy\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Atlante\",\"email\":\"invoices@atlante.energy\",\"phone\":\"+39 344 3437928\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":747,\"name\":\"CPO - Powy (TheF Charging S.r.l.)\",\"businessName\":\"CPO - Powy (TheF Charging S.r.l.)\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicol\\u00f2 Brentan\",\"email\":\"nicolo.brentan@powy.energy\",\"phone\":\"+39 800 596 704\"},\"technical\":{\"contactPerson\":\"Matteo Scaglia\",\"email\":\"matteo.scaglia@powy.energy\",\"phone\":\"+39 345 047 1604\"},\"billing\":{\"contactPerson\":\"assistenza@powy.energy\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":748,\"name\":\"CPO - Enel X Way Italia\",\"businessName\":\"CPO - Enel X Way Italia\",\"regNo\":\"IT14553401002\",\"vatNo\":\"IT14553401002\",\"country\":\"BE\",\"region\":null,\"city\":\"Roma\",\"postcode\":\"00189\",\"address\":\"Via Flaminia 970\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":749,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"DE309400054\",\"vatNo\":\"DE309400054\",\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50672\",\"address\":\"Erftstra\\u00dfe 15\\u201317\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claudia Eder\",\"email\":\"roaming@chargecloud.de\",\"phone\":\"+4922129272500\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@chargecloud.de\",\"phone\":\"+4922129272500\"},\"billing\":{\"contactPerson\":\"Markus Bach\",\"email\":\"accounting@chargecloud.de\",\"phone\":\"+4922129272500\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":750,\"name\":\"Hauset Immo NV\",\"businessName\":\"Hauset Immo NV\",\"regNo\":\"0417.032.791\",\"vatNo\":\"BE 0417.032.791\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Veldkant 2\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":\"E Heuten\",\"email\":\"e.heuten@immogra.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":751,\"name\":\"Dirk meert\",\"businessName\":\"Dirk meert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"Aalst\",\"address\":\"Hof ter Lokerenstraat 38\",\"lastUpdatedAt\":\"2024-12-02T15:38:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":759,\"name\":\"Altensys\",\"businessName\":\"EMSP- ALTENSYS\",\"regNo\":\"90018325200015\",\"vatNo\":\"FR25900183252\",\"country\":\"FR\",\"region\":null,\"city\":\"Ajaccio\",\"postcode\":\"20000\",\"address\":\"51 cours Napol\\u00e9on\",\"lastUpdatedAt\":\"2024-11-07T09:56:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phanie Masson\",\"email\":\"s.masson@altensys.fr\",\"phone\":\"+33 6 64 96 56 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":768,\"name\":\"Jean Colle\",\"businessName\":\"Jean Colle\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-26T13:04:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":772,\"name\":\"Pieter Bergez\",\"businessName\":\"Pieter Bergez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-02T14:05:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":774,\"name\":\"Service & Development  Group Belgium NV\",\"businessName\":\"Service & Development  Group Belgium NV\",\"regNo\":\"0415.874.533\",\"vatNo\":\"BE 0415.874.533\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint Denijs Westrem\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052 D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"+32 475 920 898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":785,\"name\":\"Polygon Belgium NV - Public\",\"businessName\":\"Polygon Belgium NV - Public\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1200,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":786,\"name\":\"EMSP- Enapi\",\"businessName\":\"EMSP- Enapi\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-23T14:20:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":794,\"name\":\"Better IT Support bvba\",\"businessName\":\"Better IT Support bvba\",\"regNo\":null,\"vatNo\":\"BE0884.277.437\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"Marosdelle 5\",\"lastUpdatedAt\":\"2025-01-20T15:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":800,\"name\":\"VDZ bv\",\"businessName\":\"Plug 15\",\"regNo\":\"0436.378.452\",\"vatNo\":\"BE0436.378.452\",\"country\":\"BE\",\"region\":null,\"city\":\"Lendelede\",\"postcode\":\"8860\",\"address\":\"Rozebeeksestraat 103\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lowie Devriendt\",\"email\":\"lowie.devriendt@vdz.be\",\"phone\":\"0479221868\"},\"technical\":{\"contactPerson\":\"Maxim vroman\",\"email\":\"maxim@vdz.be\",\"phone\":\"32474859585\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":801,\"name\":\"EMSP- WeVee Technologies Ltd.\",\"businessName\":\"EMSP- WeVee Technologies Ltd.\",\"regNo\":\"13427704\",\"vatNo\":\"386900859\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"W6 0NB\",\"address\":\"1 Lyric Square\",\"lastUpdatedAt\":\"2025-02-04T13:59:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dr. Rahmyn Kress\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Francesca Spengos\",\"email\":\"f@wevee.com\",\"phone\":\"+30 694 418 0518\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":802,\"name\":\"E-Shore S.r.l.\",\"businessName\":\"CPO - E-Shore\",\"regNo\":\"02382770507\",\"vatNo\":\"IT02382770507\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20122\",\"address\":\"5 Pietro Cossa\",\"lastUpdatedAt\":\"2025-02-04T14:04:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marco Maria Mele\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Vanessa Barbini\",\"email\":\"segreteria@eshoremobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Team EShore\",\"email\":\"accounting@eshoremobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":803,\"name\":\"A\\u00e9roports de la C\\u00f4te d'Azur\",\"businessName\":\"CPO - A\\u00e9roports de la C\\u00f4te d'Azur\",\"regNo\":\"493479489\",\"vatNo\":\"FR35493479489\",\"country\":\"IT\",\"region\":null,\"city\":\"NICE Cedex 3\",\"postcode\":\"06206\",\"address\":\"19 Rue Costes et Bellonte - CS 63331\",\"lastUpdatedAt\":\"2025-02-04T14:13:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Franck GOLDNADEL\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Michele Lamasse\",\"email\":\"michele.lamasse@cote-azur.aeroport.fr\",\"phone\":\"+33 4 93 21 32 82\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":804,\"name\":\"Voltalia Mobility (Yusco) SA\",\"businessName\":\"CPO - Le Plein\",\"regNo\":\"982531527\",\"vatNo\":\"FR12982531527\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75003\",\"address\":\"84 Boulevard de S\\u00e9bastopol\",\"lastUpdatedAt\":\"2025-02-04T14:24:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Lebrun\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Benjamin Lalin\",\"email\":\"benjamin.lalin@voltalia-mobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"\\u00c9quipe comptable Yusco\",\"email\":\"compta@yusco.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":813,\"name\":\"Group Projecten BV\",\"businessName\":\"EMSP- Group Projecten\",\"regNo\":\"0795634085\",\"vatNo\":\"BE0795634085\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 81\",\"lastUpdatedAt\":\"2025-02-18T09:20:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Swaef Alex\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Christa Van De Slycke\",\"email\":\"hello@gridctrl.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":814,\"name\":\"Pleevi SRL\",\"businessName\":\"Pleevi.ai\",\"regNo\":\"1017.187.332\",\"vatNo\":\"BE1017.187.332\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Boulevard du Roi Albert II 4\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Lagae\",\"email\":\"Wout.Lagae@pleevi.ai\",\"phone\":\"+32 479 27 61 89\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":815,\"name\":\"PowerGoodies\",\"businessName\":\"PowerGoodies\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-02-24T08:49:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":821,\"name\":\"Johan Joseph\",\"businessName\":\"Johan Joseph\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 18, 2930 Brasschaat\",\"lastUpdatedAt\":\"2025-02-28T08:58:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":822,\"name\":\"Tony Graziano\",\"businessName\":\"Tony Graziano\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Karlsruhelaan 20, 2400 Mol\",\"lastUpdatedAt\":\"2025-02-28T12:39:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":824,\"name\":\"TandemDrive Services B.V.\",\"businessName\":\"TandemDrive Services\",\"regNo\":null,\"vatNo\":\"NL865400684B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Delft\",\"postcode\":\"2627AB\",\"address\":\"Hooikade 13\",\"lastUpdatedAt\":\"2025-03-04T10:05:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maarten Ari\\u00ebns\",\"email\":\"maartenariens@tandemdrive.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":827,\"name\":\"Rainer Klose\",\"businessName\":\"Rainer Klose\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Van Geertstraat 17\\/3, 2060 Antwerpen\",\"lastUpdatedAt\":\"2025-03-06T15:14:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":828,\"name\":\"Piet Scherrens\",\"businessName\":\"Piet Scherrens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-10T14:07:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":832,\"name\":\"Ann Creve\",\"businessName\":\"Ann Creve\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-14T15:06:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Creve\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":836,\"name\":\"Chargit B.V.\",\"businessName\":\"EMSP- Chargit B.V.\",\"regNo\":null,\"vatNo\":\"NL863096414B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Nijmegen\",\"postcode\":\"6511EV\",\"address\":\"Nassausingel 4\",\"lastUpdatedAt\":\"2025-03-31T12:41:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Leo Konings\",\"email\":\"leo.konings@chargit.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rik Sebens\",\"email\":\"rik.sebens@chargit.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":837,\"name\":\"CPO - MoveYou B.V.\",\"businessName\":\"CPO - MoveYou B.V.\",\"regNo\":null,\"vatNo\":\"NL858013563B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"Het Want 3\",\"lastUpdatedAt\":\"2025-03-26T11:50:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":844,\"name\":\"Georgios Evangelou\",\"businessName\":\"Georgios Evangelou\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-04-14T10:42:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":800,\"total\":839}}"} 
[2025-07-17 18:32:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":861,\"name\":\"Evolut-ion services bv\",\"businessName\":\"EMSP- Evolut-ion\",\"regNo\":\"0764.959.519\",\"vatNo\":\"BE0764.959.519\",\"country\":\"BE\",\"region\":null,\"city\":\"Buggenhout\",\"postcode\":\"9255\",\"address\":\"Heideveld 26\",\"lastUpdatedAt\":\"2025-06-02T12:54:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":863,\"name\":\"Copackr.Com\",\"businessName\":\"Copackr\",\"regNo\":\"0683.478.925\",\"vatNo\":\"BE 0683.478.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T13:07:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@copackr.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":867,\"name\":\"Annemie Van Hemelrijck\",\"businessName\":\"Annemie Van Hemelrijck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Molenstraat 18, 2811 Leest\",\"lastUpdatedAt\":\"2025-06-06T07:46:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Annemie Van Hemelrijck\",\"email\":\"annemievanhemelrijck@hotmail.com\",\"phone\":\"+32496596782\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":869,\"name\":\"Swish SAS\",\"businessName\":\"EMSP- Swish SAS\",\"regNo\":\"97764942500013\",\"vatNo\":\"FR27977649425\",\"country\":\"FR\",\"region\":null,\"city\":\"Roissy en France\",\"postcode\":\"95700\",\"address\":\"385 rue de la belle \\u00e9toile\",\"lastUpdatedAt\":\"2025-06-11T10:53:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alberto Prendin\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":870,\"name\":\"EVIO - Electrical Mobility\",\"businessName\":\"EMSP- EVIO - Electrical Mobility\",\"regNo\":\"515681890\",\"vatNo\":\"PT515681890\",\"country\":\"PT\",\"region\":null,\"city\":\"Matosinhos\",\"postcode\":\"4450-017\",\"address\":\"1825 Av. Dom Afonso Henriques\",\"lastUpdatedAt\":\"2025-06-11T11:50:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carlos Almeida\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"invoices@go-evio.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":872,\"name\":\"Lily Detrez\",\"businessName\":\"Lily Detrez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Heverlee\",\"postcode\":\"3050\",\"address\":\"Fonteinstraat 38\",\"lastUpdatedAt\":\"2025-06-17T09:37:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":874,\"name\":\"Abattoir\",\"businessName\":\"Abattoir\",\"regNo\":\"0425.276.704\",\"vatNo\":\"BE 0425.276.704\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Ropsy Chaudron 24\",\"lastUpdatedAt\":\"2025-06-25T10:36:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Blancke\",\"email\":\"thomas.blancke@abattoir.be\",\"phone\":\"0472262751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@abattoir.be\",\"phone\":\"025215419\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":878,\"name\":\"Ysco\",\"businessName\":\"Ysco\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-07-04T11:52:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Dehamers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":880,\"name\":\"ENERANDO Technologies\",\"businessName\":\"CPO - ENERANDO Technologies\",\"regNo\":\"HRB 284630\",\"vatNo\":\"DE361930407\",\"country\":\"DE\",\"region\":null,\"city\":\"Garching\",\"postcode\":\"D-85748\",\"address\":\"Schleissheimer Str. 91a\",\"lastUpdatedAt\":\"2025-07-07T09:20:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthias Schmid\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":881,\"name\":\"EMSP- Oriway SAS\",\"businessName\":\"EMSP- Oriway\",\"regNo\":\"95366062800017\",\"vatNo\":\"FR70953660628\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Gilles Croix de Vie\",\"postcode\":\"85800\",\"address\":\"7 du Vent de Galerne\",\"lastUpdatedAt\":\"2025-07-15T11:57:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Natacha Burahee\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":882,\"name\":\"EMSP- Amano Europe NV\",\"businessName\":\"EMSP- Amano Europe\",\"regNo\":\"0434 751 030\",\"vatNo\":\"BE0434.751.030\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"2 Westerring\",\"lastUpdatedAt\":\"2025-07-15T12:01:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Peirsman\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":883,\"name\":\"EMSP- autoSense AG\",\"businessName\":\"EMSP- autoSense AG\",\"regNo\":\"CH-020.3.046.019-3\",\"vatNo\":\"CHE-252.080.680\",\"country\":\"CH\",\"region\":null,\"city\":\"Zurich\",\"postcode\":\"8004\",\"address\":\"141 Badenerstrasse\",\"lastUpdatedAt\":\"2025-07-15T12:20:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jaap Vossen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Department\",\"email\":\"roaming@autosense.ch\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":884,\"name\":\"EMSP- Faroud SAS\",\"businessName\":\"EMSP- Faroud\",\"regNo\":\"98154506400017\",\"vatNo\":\"FR93981545064\",\"country\":\"FR\",\"region\":null,\"city\":\"Asni\\u00e8res sur Seine\",\"postcode\":\"92600\",\"address\":\"7 rue Paul Gillet\",\"lastUpdatedAt\":\"2025-07-15T12:23:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrien Navarro\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"next\":null},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":839,\"total\":839}}"} 
[2025-07-17 18:32:15] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":9,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"T.vanvlem@netcomsolutions.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-11-30T11:22:05+00:00\",\"acceptedAt\":\"2021-11-30T11:22:05+00:00\",\"userId\":7,\"lastUpdatedAt\":\"2022-08-29T15:49:21+00:00\"},{\"id\":16,\"partnerId\":9,\"sendViaEmail\":true,\"email\":\"bgaltman@netcomsolutions.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-16T22:30:28+00:00\",\"acceptedAt\":\"2021-12-16T22:30:28+00:00\",\"userId\":35,\"lastUpdatedAt\":\"2023-11-30T13:34:18+00:00\"},{\"id\":17,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.vanstappen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-22T08:22:43+00:00\",\"acceptedAt\":\"2021-12-22T08:22:43+00:00\",\"userId\":40,\"lastUpdatedAt\":\"2022-08-29T15:49:53+00:00\"},{\"id\":23,\"partnerId\":26,\"sendViaEmail\":true,\"email\":\"info@hildesmout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T15:08:52+00:00\",\"acceptedAt\":\"2021-12-27T15:08:52+00:00\",\"userId\":47,\"lastUpdatedAt\":\"2022-08-29T15:18:50+00:00\"},{\"id\":27,\"partnerId\":27,\"sendViaEmail\":true,\"email\":\"christophecompeers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T22:45:46+00:00\",\"acceptedAt\":\"2021-12-27T22:45:46+00:00\",\"userId\":19,\"lastUpdatedAt\":\"2022-08-29T15:39:05+00:00\"},{\"id\":28,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"maaike.vandenberghe@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-29T12:23:56+00:00\",\"acceptedAt\":\"2021-12-29T12:23:56+00:00\",\"userId\":51,\"lastUpdatedAt\":\"2021-12-29T12:23:56+00:00\"},{\"id\":30,\"partnerId\":29,\"sendViaEmail\":true,\"email\":\"boekhoudingvervack@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-07T09:39:56+00:00\",\"acceptedAt\":\"2022-01-07T09:39:57+00:00\",\"userId\":57,\"lastUpdatedAt\":\"2023-11-30T14:07:24+00:00\"},{\"id\":37,\"partnerId\":45,\"sendViaEmail\":true,\"email\":\"michael@hairconsultingbymd.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-23T18:06:57+00:00\",\"acceptedAt\":\"2022-01-23T18:06:57+00:00\",\"userId\":64,\"lastUpdatedAt\":\"2023-09-28T13:04:47+00:00\"},{\"id\":38,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"Jeroen.bogaerts@junto.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":66,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":39,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"evelyne.lekime@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":67,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":41,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jan.luyckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:06:50+00:00\",\"acceptedAt\":\"2022-02-01T14:06:50+00:00\",\"userId\":69,\"lastUpdatedAt\":\"2023-01-09T12:53:03+00:00\"},{\"id\":42,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thijs.campe@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:11:45+00:00\",\"acceptedAt\":\"2022-02-01T14:11:45+00:00\",\"userId\":61,\"lastUpdatedAt\":\"2023-01-09T12:53:06+00:00\"},{\"id\":45,\"partnerId\":50,\"sendViaEmail\":true,\"email\":\"kserranne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-09T22:20:16+00:00\",\"acceptedAt\":\"2022-02-09T22:20:16+00:00\",\"userId\":76,\"lastUpdatedAt\":\"2023-11-30T14:11:41+00:00\"},{\"id\":48,\"partnerId\":47,\"sendViaEmail\":true,\"email\":\"ran.ancho@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-15T17:54:58+00:00\",\"acceptedAt\":\"2022-02-15T17:54:58+00:00\",\"userId\":68,\"lastUpdatedAt\":\"2024-05-21T13:40:16+00:00\"},{\"id\":50,\"partnerId\":52,\"sendViaEmail\":true,\"email\":\"callebautdecoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-05T08:30:15+00:00\",\"acceptedAt\":\"2022-03-05T08:30:15+00:00\",\"userId\":84,\"lastUpdatedAt\":\"2023-11-30T14:11:51+00:00\"},{\"id\":52,\"partnerId\":13,\"sendViaEmail\":true,\"email\":\"phistelle@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-08T15:26:41+00:00\",\"acceptedAt\":\"2022-03-08T15:26:41+00:00\",\"userId\":17,\"lastUpdatedAt\":\"2022-08-30T09:00:33+00:00\"},{\"id\":53,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peter.reyniers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-09T14:46:45+00:00\",\"acceptedAt\":\"2022-03-09T14:46:45+00:00\",\"userId\":90,\"lastUpdatedAt\":\"2023-01-09T12:53:28+00:00\"},{\"id\":54,\"partnerId\":53,\"sendViaEmail\":true,\"email\":\"wma.architect@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-10T12:12:33+00:00\",\"acceptedAt\":\"2022-03-10T12:12:33+00:00\",\"userId\":87,\"lastUpdatedAt\":\"2023-11-30T14:12:08+00:00\"},{\"id\":56,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-13T13:43:59+00:00\",\"acceptedAt\":\"2022-03-13T13:43:59+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2023-11-30T14:12:21+00:00\"},{\"id\":58,\"partnerId\":56,\"sendViaEmail\":true,\"email\":\"nick.houthuys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-14T06:55:08+00:00\",\"acceptedAt\":\"2022-03-14T06:55:08+00:00\",\"userId\":80,\"lastUpdatedAt\":\"2023-11-30T14:14:08+00:00\"},{\"id\":60,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"siebe.verheyen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:30:34+00:00\",\"acceptedAt\":\"2022-03-22T11:30:34+00:00\",\"userId\":103,\"lastUpdatedAt\":\"2023-01-09T12:53:32+00:00\"},{\"id\":61,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ewoud.beheydt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:51:46+00:00\",\"acceptedAt\":\"2022-03-22T11:51:46+00:00\",\"userId\":104,\"lastUpdatedAt\":\"2023-11-23T13:58:45+00:00\"},{\"id\":62,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kathleen.sels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T12:46:30+00:00\",\"acceptedAt\":\"2022-03-22T12:46:30+00:00\",\"userId\":105,\"lastUpdatedAt\":\"2023-01-09T12:53:39+00:00\"},{\"id\":63,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"koen.stevens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T13:06:55+00:00\",\"acceptedAt\":\"2022-03-22T13:06:55+00:00\",\"userId\":106,\"lastUpdatedAt\":\"2023-11-23T14:00:12+00:00\"},{\"id\":64,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"jfleconte@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T14:26:36+00:00\",\"acceptedAt\":\"2022-03-22T14:26:36+00:00\",\"userId\":102,\"lastUpdatedAt\":\"2023-01-09T13:03:52+00:00\"},{\"id\":65,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jarne.vanbelleghem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-28T11:37:25+00:00\",\"acceptedAt\":\"2022-03-28T11:37:25+00:00\",\"userId\":115,\"lastUpdatedAt\":\"2023-01-09T12:54:14+00:00\"},{\"id\":66,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-29T13:12:51+00:00\",\"acceptedAt\":\"2022-03-29T13:12:51+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-05-31T11:12:50+00:00\"},{\"id\":68,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"mathieu@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-31T08:37:08+00:00\",\"acceptedAt\":\"2022-03-31T08:37:08+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-05-31T11:12:56+00:00\"},{\"id\":72,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"bob.missoorten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T11:31:15+00:00\",\"acceptedAt\":\"2022-04-04T11:31:15+00:00\",\"userId\":119,\"lastUpdatedAt\":\"2023-01-09T12:54:17+00:00\"},{\"id\":74,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"Hilde.verstraeten@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T13:26:02+00:00\",\"acceptedAt\":\"2022-04-04T13:26:02+00:00\",\"userId\":121,\"lastUpdatedAt\":\"2023-11-30T14:23:34+00:00\"},{\"id\":78,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lode.janssens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-05T13:38:46+00:00\",\"acceptedAt\":\"2022-04-05T13:38:46+00:00\",\"userId\":123,\"lastUpdatedAt\":\"2023-01-09T12:54:20+00:00\"},{\"id\":79,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"g.van.hoey@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T08:44:39+00:00\",\"acceptedAt\":\"2022-04-07T08:44:39+00:00\",\"userId\":111,\"lastUpdatedAt\":\"2023-01-09T13:03:49+00:00\"},{\"id\":82,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"j.vandenberghe@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T14:34:30+00:00\",\"acceptedAt\":\"2022-04-07T14:34:30+00:00\",\"userId\":101,\"lastUpdatedAt\":\"2023-01-09T13:03:45+00:00\"},{\"id\":85,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.billiau@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T10:06:50+00:00\",\"acceptedAt\":\"2022-04-08T10:06:50+00:00\",\"userId\":107,\"lastUpdatedAt\":\"2023-04-03T07:55:21+00:00\"},{\"id\":87,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"s.de.roo@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T11:04:51+00:00\",\"acceptedAt\":\"2022-04-08T11:04:51+00:00\",\"userId\":100,\"lastUpdatedAt\":\"2023-01-09T13:03:43+00:00\"},{\"id\":89,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"caat.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-14T11:26:56+00:00\",\"acceptedAt\":\"2022-04-20T06:57:53+00:00\",\"userId\":131,\"lastUpdatedAt\":\"2022-08-29T14:50:06+00:00\"},{\"id\":92,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"p.mareels@belgacom.net\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-20T13:22:14+00:00\",\"acceptedAt\":\"2022-04-20T13:22:14+00:00\",\"userId\":124,\"lastUpdatedAt\":\"2023-01-31T08:43:38+00:00\"},{\"id\":94,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"l.stoffelen@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-25T15:06:36+00:00\",\"acceptedAt\":\"2022-04-25T15:06:36+00:00\",\"userId\":110,\"lastUpdatedAt\":\"2023-01-09T13:03:37+00:00\"},{\"id\":95,\"partnerId\":82,\"sendViaEmail\":true,\"email\":\"katleen.vdw@aol.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-26T08:02:13+00:00\",\"acceptedAt\":\"2022-04-26T08:02:13+00:00\",\"userId\":79,\"lastUpdatedAt\":\"2023-05-31T09:38:16+00:00\"},{\"id\":105,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:22:01+00:00\",\"acceptedAt\":\"2022-04-30T13:22:01+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-01-09T12:55:00+00:00\"},{\"id\":106,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:23:57+00:00\",\"acceptedAt\":\"2022-04-30T13:23:57+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-11-30T14:25:39+00:00\"},{\"id\":111,\"partnerId\":61,\"sendViaEmail\":true,\"email\":\"carmelo.luparello@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-05T17:28:45+00:00\",\"acceptedAt\":\"2022-05-05T17:28:45+00:00\",\"userId\":116,\"lastUpdatedAt\":\"2023-08-18T09:52:50+00:00\"},{\"id\":112,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"vmeynen@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-06T13:39:21+00:00\",\"acceptedAt\":\"2022-05-06T13:39:21+00:00\",\"userId\":109,\"lastUpdatedAt\":\"2023-01-09T12:55:03+00:00\"},{\"id\":114,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"RFID@mado.be\",\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/65425cbd-2506-47ff-bfb4-2e33e04e7135\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"sent\",\"createdAt\":\"2022-05-06T14:35:26+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-30T14:30:13+00:00\"},{\"id\":120,\"partnerId\":89,\"sendViaEmail\":true,\"email\":\"celgeenen@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T10:00:56+00:00\",\"acceptedAt\":\"2022-05-09T10:00:56+00:00\",\"userId\":145,\"lastUpdatedAt\":\"2023-09-30T06:40:58+00:00\"},{\"id\":121,\"partnerId\":90,\"sendViaEmail\":true,\"email\":\"kris@intwit.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T13:41:39+00:00\",\"acceptedAt\":\"2022-05-09T13:41:39+00:00\",\"userId\":146,\"lastUpdatedAt\":\"2022-08-29T15:01:21+00:00\"},{\"id\":122,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.desmet@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-10T08:44:04+00:00\",\"acceptedAt\":\"2022-05-10T08:44:04+00:00\",\"userId\":147,\"lastUpdatedAt\":\"2023-01-09T12:55:06+00:00\"},{\"id\":125,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ralf.joris@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T05:02:49+00:00\",\"acceptedAt\":\"2022-05-16T05:02:49+00:00\",\"userId\":143,\"lastUpdatedAt\":\"2023-01-09T12:55:09+00:00\"},{\"id\":127,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"hilde@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T09:47:43+00:00\",\"acceptedAt\":\"2022-05-16T09:47:43+00:00\",\"userId\":122,\"lastUpdatedAt\":\"2023-11-30T14:30:26+00:00\"},{\"id\":130,\"partnerId\":84,\"sendViaEmail\":true,\"email\":\"gertvanlaeken@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T17:16:29+00:00\",\"acceptedAt\":\"2022-05-16T17:16:29+00:00\",\"userId\":134,\"lastUpdatedAt\":\"2023-02-08T11:17:05+00:00\"},{\"id\":134,\"partnerId\":51,\"sendViaEmail\":true,\"email\":\"wim@entrie.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-17T16:36:14+00:00\",\"acceptedAt\":\"2022-05-17T16:36:14+00:00\",\"userId\":74,\"lastUpdatedAt\":\"2023-05-31T09:38:34+00:00\"},{\"id\":140,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nielvandingenen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:46:43+00:00\",\"acceptedAt\":\"2022-05-23T11:46:43+00:00\",\"userId\":154,\"lastUpdatedAt\":\"2023-01-09T12:55:14+00:00\"},{\"id\":141,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ine.arits@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:47:17+00:00\",\"acceptedAt\":\"2022-05-23T11:47:17+00:00\",\"userId\":155,\"lastUpdatedAt\":\"2023-11-23T14:05:03+00:00\"},{\"id\":142,\"partnerId\":92,\"sendViaEmail\":true,\"email\":\"koen@montagewinkel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T12:34:39+00:00\",\"acceptedAt\":\"2022-05-23T12:34:39+00:00\",\"userId\":142,\"lastUpdatedAt\":\"2023-05-31T11:30:11+00:00\"},{\"id\":145,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stijn.paulissen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-24T12:24:55+00:00\",\"acceptedAt\":\"2022-05-24T12:24:55+00:00\",\"userId\":160,\"lastUpdatedAt\":\"2023-01-09T12:55:38+00:00\"},{\"id\":146,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stefan.dils@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-25T10:19:27+00:00\",\"acceptedAt\":\"2022-05-25T10:19:27+00:00\",\"userId\":161,\"lastUpdatedAt\":\"2023-01-09T12:55:41+00:00\"},{\"id\":147,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jo.smeyers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T09:40:54+00:00\",\"acceptedAt\":\"2022-05-31T09:40:54+00:00\",\"userId\":162,\"lastUpdatedAt\":\"2023-11-23T14:06:32+00:00\"},{\"id\":148,\"partnerId\":94,\"sendViaEmail\":true,\"email\":\"greetverleyen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T13:27:57+00:00\",\"acceptedAt\":\"2022-05-31T13:27:57+00:00\",\"userId\":163,\"lastUpdatedAt\":\"2023-11-30T15:13:31+00:00\"},{\"id\":149,\"partnerId\":95,\"sendViaEmail\":true,\"email\":\"bart@ibucon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T14:05:24+00:00\",\"acceptedAt\":\"2022-05-31T14:05:24+00:00\",\"userId\":164,\"lastUpdatedAt\":\"2022-08-29T14:28:21+00:00\"},{\"id\":151,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kristoftollet@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:15:40+00:00\",\"acceptedAt\":\"2022-06-03T08:15:40+00:00\",\"userId\":166,\"lastUpdatedAt\":\"2023-01-09T12:55:47+00:00\"},{\"id\":152,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frank.rutten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:58:06+00:00\",\"acceptedAt\":\"2022-06-03T08:58:06+00:00\",\"userId\":167,\"lastUpdatedAt\":\"2023-01-09T12:56:46+00:00\"},{\"id\":153,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wesley.breugelmans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T13:20:31+00:00\",\"acceptedAt\":\"2022-06-03T13:20:31+00:00\",\"userId\":168,\"lastUpdatedAt\":\"2023-01-09T12:56:43+00:00\"},{\"id\":154,\"partnerId\":97,\"sendViaEmail\":true,\"email\":\"jensdv42@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-07T15:40:20+00:00\",\"acceptedAt\":\"2022-06-07T15:40:21+00:00\",\"userId\":170,\"lastUpdatedAt\":\"2022-08-29T14:49:52+00:00\"},{\"id\":155,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"geert.keustermans@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:02:17+00:00\",\"acceptedAt\":\"2022-06-08T09:02:17+00:00\",\"userId\":172,\"lastUpdatedAt\":\"2023-01-09T12:56:39+00:00\"},{\"id\":156,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"caroline.avonds@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:35:56+00:00\",\"acceptedAt\":\"2022-06-08T09:35:56+00:00\",\"userId\":173,\"lastUpdatedAt\":\"2023-01-09T12:56:36+00:00\"},{\"id\":157,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christel.boogaerts@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T12:19:29+00:00\",\"acceptedAt\":\"2022-06-08T12:19:29+00:00\",\"userId\":125,\"lastUpdatedAt\":\"2023-01-09T12:56:33+00:00\"},{\"id\":158,\"partnerId\":98,\"sendViaEmail\":true,\"email\":\"info@renodaf.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T10:33:55+00:00\",\"acceptedAt\":\"2022-06-09T10:33:56+00:00\",\"userId\":174,\"lastUpdatedAt\":\"2023-07-25T07:11:32+00:00\"},{\"id\":159,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T11:08:33+00:00\",\"acceptedAt\":\"2022-06-09T11:08:33+00:00\",\"userId\":175,\"lastUpdatedAt\":\"2022-08-29T14:50:28+00:00\"},{\"id\":161,\"partnerId\":100,\"sendViaEmail\":true,\"email\":\"koen.holvoet2@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T14:25:52+00:00\",\"acceptedAt\":\"2022-06-09T14:25:52+00:00\",\"userId\":177,\"lastUpdatedAt\":\"2023-11-30T15:20:16+00:00\"},{\"id\":163,\"partnerId\":99,\"sendViaEmail\":true,\"email\":\"kevin@buildingconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-13T07:59:15+00:00\",\"acceptedAt\":\"2022-06-13T07:59:15+00:00\",\"userId\":176,\"lastUpdatedAt\":\"2023-11-30T15:20:28+00:00\"},{\"id\":164,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lieven.keuppens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-15T16:05:35+00:00\",\"acceptedAt\":\"2022-06-15T16:05:35+00:00\",\"userId\":113,\"lastUpdatedAt\":\"2023-01-09T12:58:59+00:00\"},{\"id\":165,\"partnerId\":79,\"sendViaEmail\":true,\"email\":\"geertpennewaert@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-18T07:51:29+00:00\",\"acceptedAt\":\"2022-06-18T07:51:29+00:00\",\"userId\":156,\"lastUpdatedAt\":\"2023-11-30T15:21:15+00:00\"},{\"id\":166,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kevin.deblochouse@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-21T10:58:03+00:00\",\"acceptedAt\":\"2022-06-21T10:58:03+00:00\",\"userId\":181,\"lastUpdatedAt\":\"2023-01-09T12:59:03+00:00\"},{\"id\":168,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:53:55+00:00\",\"acceptedAt\":\"2022-06-24T09:53:55+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:53:55+00:00\"},{\"id\":169,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:54:28+00:00\",\"acceptedAt\":\"2022-06-24T09:54:28+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:54:28+00:00\"},{\"id\":170,\"partnerId\":101,\"sendViaEmail\":true,\"email\":\"wim123bisschop@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-27T08:51:23+00:00\",\"acceptedAt\":\"2022-06-27T08:51:23+00:00\",\"userId\":171,\"lastUpdatedAt\":\"2023-11-30T15:23:03+00:00\"},{\"id\":171,\"partnerId\":107,\"sendViaEmail\":true,\"email\":\"scofawom@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T09:42:32+00:00\",\"acceptedAt\":\"2022-06-28T09:42:32+00:00\",\"userId\":183,\"lastUpdatedAt\":\"2023-11-30T15:23:55+00:00\"},{\"id\":172,\"partnerId\":108,\"sendViaEmail\":true,\"email\":\"dheungens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T11:20:23+00:00\",\"acceptedAt\":\"2022-06-28T11:20:23+00:00\",\"userId\":184,\"lastUpdatedAt\":\"2023-11-30T15:24:22+00:00\"},{\"id\":173,\"partnerId\":96,\"sendViaEmail\":true,\"email\":\"freddy.van.lokeren@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-05T11:30:38+00:00\",\"acceptedAt\":\"2022-07-05T11:30:38+00:00\",\"userId\":169,\"lastUpdatedAt\":\"2023-11-30T15:24:52+00:00\"},{\"id\":174,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gino.damen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T11:53:56+00:00\",\"acceptedAt\":\"2022-07-06T11:53:56+00:00\",\"userId\":191,\"lastUpdatedAt\":\"2023-01-09T12:59:06+00:00\"},{\"id\":175,\"partnerId\":110,\"sendViaEmail\":true,\"email\":\"wim.de.blieck@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T12:29:04+00:00\",\"acceptedAt\":\"2022-07-06T12:29:04+00:00\",\"userId\":192,\"lastUpdatedAt\":\"2023-11-30T15:27:55+00:00\"},{\"id\":176,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivan.vanlooveren@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T13:09:51+00:00\",\"acceptedAt\":\"2022-07-06T13:09:51+00:00\",\"userId\":194,\"lastUpdatedAt\":\"2023-01-09T12:59:08+00:00\"},{\"id\":180,\"partnerId\":109,\"sendViaEmail\":true,\"email\":\"info@automationgroup.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-13T08:20:14+00:00\",\"acceptedAt\":\"2022-07-13T08:20:14+00:00\",\"userId\":185,\"lastUpdatedAt\":\"2022-08-29T14:17:24+00:00\"},{\"id\":182,\"partnerId\":198,\"sendViaEmail\":true,\"email\":\"pranaapanabalance@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-25T14:11:22+00:00\",\"acceptedAt\":\"2022-07-25T14:11:22+00:00\",\"userId\":204,\"lastUpdatedAt\":\"2022-08-29T13:26:48+00:00\"},{\"id\":183,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"benny.vanhooydonck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T08:22:41+00:00\",\"acceptedAt\":\"2022-08-04T08:22:41+00:00\",\"userId\":205,\"lastUpdatedAt\":\"2023-04-03T07:55:05+00:00\"},{\"id\":184,\"partnerId\":211,\"sendViaEmail\":true,\"email\":\"kris@krisdepoorter.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T09:03:40+00:00\",\"acceptedAt\":\"2022-08-04T09:03:40+00:00\",\"userId\":206,\"lastUpdatedAt\":\"2023-11-30T15:28:16+00:00\"},{\"id\":185,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ronny.boeckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T08:36:39+00:00\",\"acceptedAt\":\"2022-08-05T08:36:39+00:00\",\"userId\":207,\"lastUpdatedAt\":\"2023-01-09T12:59:15+00:00\"},{\"id\":186,\"partnerId\":197,\"sendViaEmail\":true,\"email\":\"pieter.wyckmans@quinz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T19:15:21+00:00\",\"acceptedAt\":\"2022-08-05T19:15:21+00:00\",\"userId\":200,\"lastUpdatedAt\":\"2022-08-05T19:15:21+00:00\"},{\"id\":187,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"karolien.verwimp@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-08T10:25:42+00:00\",\"acceptedAt\":\"2022-08-08T10:25:42+00:00\",\"userId\":208,\"lastUpdatedAt\":\"2023-01-09T12:59:18+00:00\"},{\"id\":188,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frederic.bonte@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-10T13:00:15+00:00\",\"acceptedAt\":\"2022-08-10T13:00:15+00:00\",\"userId\":211,\"lastUpdatedAt\":\"2023-11-23T14:09:23+00:00\"},{\"id\":192,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"davy.palmans@argeus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-12T12:05:23+00:00\",\"acceptedAt\":\"2022-08-12T12:05:24+00:00\",\"userId\":180,\"lastUpdatedAt\":\"2023-11-30T15:29:25+00:00\"},{\"id\":193,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-25T09:32:51+00:00\",\"acceptedAt\":\"2022-08-25T09:32:51+00:00\",\"userId\":217,\"lastUpdatedAt\":\"2022-08-29T13:34:27+00:00\"},{\"id\":194,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peggy.vanpeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T10:31:45+00:00\",\"acceptedAt\":\"2022-08-29T10:31:45+00:00\",\"userId\":219,\"lastUpdatedAt\":\"2023-01-09T12:59:29+00:00\"},{\"id\":195,\"partnerId\":213,\"sendViaEmail\":true,\"email\":\"yannickveny@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T12:29:12+00:00\",\"acceptedAt\":\"2022-08-29T12:29:12+00:00\",\"userId\":220,\"lastUpdatedAt\":\"2022-08-29T12:29:12+00:00\"},{\"id\":199,\"partnerId\":215,\"sendViaEmail\":true,\"email\":\"bw.services@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-06T08:44:28+00:00\",\"acceptedAt\":\"2022-09-06T08:44:28+00:00\",\"userId\":225,\"lastUpdatedAt\":\"2023-11-30T15:31:50+00:00\"},{\"id\":200,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"pieter.debusser@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-08T14:09:03+00:00\",\"acceptedAt\":\"2022-09-08T14:09:03+00:00\",\"userId\":228,\"lastUpdatedAt\":\"2023-01-09T12:59:32+00:00\"},{\"id\":201,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"guus.strooband@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-12T13:20:12+00:00\",\"acceptedAt\":\"2022-09-12T13:20:12+00:00\",\"userId\":230,\"lastUpdatedAt\":\"2023-08-24T10:42:26+00:00\"},{\"id\":202,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.vandepeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-15T13:18:28+00:00\",\"acceptedAt\":\"2022-09-15T13:18:28+00:00\",\"userId\":234,\"lastUpdatedAt\":\"2023-11-23T14:20:12+00:00\"},{\"id\":203,\"partnerId\":219,\"sendViaEmail\":true,\"email\":\"bart@ledernierdomino.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-17T17:17:31+00:00\",\"acceptedAt\":\"2022-09-17T17:17:31+00:00\",\"userId\":226,\"lastUpdatedAt\":\"2023-11-30T15:32:05+00:00\"},{\"id\":204,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"torre.roosenbroeck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T09:57:11+00:00\",\"acceptedAt\":\"2022-09-19T09:57:11+00:00\",\"userId\":235,\"lastUpdatedAt\":\"2023-01-09T13:00:47+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":12,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":100,\"total\":1122}}"} 
[2025-07-17 18:32:15] local.ERROR: PartnerInviteUpdater: Error during update. {"exception":"SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`ampeco_db_local`.`partner_invites`, CONSTRAINT `partner_invites_partner_id_foreign` FOREIGN KEY (`partner_id`) REFERENCES `partners` (`id`) ON DELETE CASCADE) (Connection: mysql, SQL: insert into `partner_invites` (`user_id`, `partner_id`, `status`, `updated_at`, `created_at`) values (7, 10, accepted, 2025-07-17 18:32:15, 2025-07-17 18:32:15))","trace":"#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('insert into `pa...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\MySqlConnection.php(42): Illuminate\\Database\\Connection->run('insert into `pa...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Processors\\MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert('insert into `pa...', Array, 'id')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3785): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId(Object(Illuminate\\Database\\Query\\Builder), 'insert into `pa...', Array, 'id')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(2205): Illuminate\\Database\\Query\\Builder->insertGetId(Array, 'id')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1408): Illuminate\\Database\\Eloquent\\Builder->__call('insertGetId', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1373): Illuminate\\Database\\Eloquent\\Model->insertAndSetId(Object(Illuminate\\Database\\Eloquent\\Builder), Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1212): Illuminate\\Database\\Eloquent\\Model->performInsert(Object(Illuminate\\Database\\Eloquent\\Builder))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1189): Illuminate\\Database\\Eloquent\\Model->save()
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(399): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1188}(Object(App\\Models\\PartnerInvite))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1188): tap(Object(App\\Models\\PartnerInvite), Object(Closure))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->create(Array)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(32): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::createOrFirst():695}(Object(Illuminate\\Database\\MySqlConnection))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1928): Illuminate\\Database\\Connection->transaction(Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->withSavepointIfNeeded(Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(682): Illuminate\\Database\\Eloquent\\Builder->createOrFirst(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(710): Illuminate\\Database\\Eloquent\\Builder->firstOrCreate(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Traits\\ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->updateOrCreate(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2449): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'updateOrCreate', Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2465): Illuminate\\Database\\Eloquent\\Model->__call('updateOrCreate', Array)
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\AmpecoDataUpdater.php(82): Illuminate\\Database\\Eloquent\\Model::__callStatic('updateOrCreate', Array)
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\PartnerInviteUpdater->handle()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\PartnerInviteUpdater), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}"} 
[2025-07-17 18:35:11] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 18:35:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":1,\"name\":\"DO NOT DELETE - For App Store Approvals\",\"businessName\":\"DO NOT DELETE - For App Store Approvals\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":15,\"name\":\"Dn Construction\",\"businessName\":\"Dn Construction\",\"regNo\":\"0890.143.066\",\"vatNo\":\"BE 0890.143.066\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Temse,\",\"postcode\":\"9140\",\"address\":\"Burgem. Achiel Heymanstraat 29,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Nys\",\"email\":\"nys.danny@telenet.be\",\"phone\":\"+32477826185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":16,\"name\":\"GHL Logistics\",\"businessName\":\"GHL Logistics\",\"regNo\":\"BE0670.990.174\",\"vatNo\":\"BE0670.990.174\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Zandvoordestraat 503\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ghazaryan Hayk\",\"email\":\"info@ghllogistics.be\",\"phone\":\"0488720005\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":17,\"name\":\"JC pigeons\",\"businessName\":\"JC pigeons\",\"regNo\":\"BE0764.426.217\",\"vatNo\":\"BE0764.426.217\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Van Audenhovestraat 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jef Cuypers\",\"email\":\"jef.cuypers1@telenet.be\",\"phone\":\"0478307698\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":18,\"name\":\"Taxcon\",\"businessName\":\"Taxcon\",\"regNo\":\"BE0879.531.068\",\"vatNo\":\"BE0879.531.068\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ardooie,\",\"postcode\":\"8850\",\"address\":\"Oude Zwevezeelsestraat 22,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Van Tieghem\",\"email\":\"taxcon@skynet.be\",\"phone\":\"0475591200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":19,\"name\":\"Mark De Bleecker\",\"businessName\":\"Mark De Bleecker\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Kleemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark De Bleecker\",\"email\":\"debleecker.nv@telenet.be\",\"phone\":\"+32477391207\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":22,\"name\":\"Thor Bv\",\"businessName\":\"Thor Bv\",\"regNo\":\"0663.774.463\",\"vatNo\":\"BE 0663.774.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Grobbendonk\",\"postcode\":\"2280\",\"address\":\"Neerveld 11, 2280 Grobbendonk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Horemans\",\"email\":\"Zaakvoerder\",\"phone\":\"0476398890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":30,\"name\":\"Praktijk Sabine Deloof\",\"businessName\":\"Praktijk Sabine Deloof\",\"regNo\":null,\"vatNo\":\"BE0745.477.761\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Vuldersstraat 90,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Francois\",\"email\":\"filip.franswa@gmail.com\",\"phone\":\"0479395724\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":32,\"name\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"regNo\":\"0404584525\",\"vatNo\":\"BE0404584525\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"59 Box 1 Brusselstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jos Nyns\",\"email\":\"ali.hashem@q8.com\",\"phone\":\"+32 3 241 35 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":33,\"name\":\"CPO - Powerdale\",\"businessName\":\"CPO - Powerdale\",\"regNo\":\"0479.282.443\",\"vatNo\":\"BE0479.282.443\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"4 Kerkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain De Cat\",\"email\":null,\"phone\":\"+3285274900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":34,\"name\":\"CPO - Allego B.V.\",\"businessName\":\"CPO - Allego B.V.\",\"regNo\":\"54100038\",\"vatNo\":\"KVK 54100038\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6800 AW\",\"address\":\"73 Westervoortsedijk  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CH Pitt\",\"email\":null,\"phone\":\"+31-0800-37-45-337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":35,\"name\":\"CPO - Threeforce BV\",\"businessName\":\"CPO - Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":36,\"name\":\"CPO - IONITY GmbH\",\"businessName\":\"CPO - IONITY GmbH\",\"regNo\":\"234408\",\"vatNo\":\"HRB 234408\",\"country\":\"DE\",\"region\":null,\"city\":\"Munich\",\"postcode\":\"D-80809\",\"address\":\"84 Moosacher Strasse  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":37,\"name\":\"EMSP- Optimile Bv\",\"businessName\":\"EMSP- Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Optimile\",\"email\":\"invoices@optimile.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":39,\"name\":\"CPO - Greenflux Assets B.V.\",\"businessName\":\"CPO - Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":40,\"name\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"regNo\":\"24025263\",\"vatNo\":\"KVK24025263\",\"country\":\"NL\",\"region\":null,\"city\":\"The Hague\",\"postcode\":\"2595\",\"address\":\"50 Schenkkade\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Dochez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":41,\"name\":\"CPO - EVBox B.V.\",\"businessName\":\"CPO - EVBox B.V.\",\"regNo\":\"32165082\",\"vatNo\":\"kvk32165082\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1076 EE\",\"address\":\"115 Fred. Roeskestraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Vereenooghe\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"CDR Team EVBox\",\"email\":\"cdr@evbox.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":42,\"name\":\"EMSP- ChargePoint Austria GmbH\",\"businessName\":\"EMSP- ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hanke David\",\"email\":\"david.hanke@chargepoint.com\",\"phone\":\"(+43) 1 36 12 23 01 0\"},\"technical\":{\"contactPerson\":\"Henrik Gerdes,\",\"email\":\"support-beenergised@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rex Jackson\",\"email\":\"emsp-purchasing-beenergised@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":43,\"name\":\"Ssp\",\"businessName\":\"Ssp\",\"regNo\":\"0633.907.668\",\"vatNo\":\"BE0633.907.668\",\"country\":\"BE\",\"region\":null,\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Tuyaertsstraat 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Nuyens\",\"email\":\"nuyenssteven@gmail.com\",\"phone\":\"0487562506\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":48,\"name\":\"Dayone BV\",\"businessName\":\"Dayone BV\",\"regNo\":\"BE0776.446.693\",\"vatNo\":\"BE0776.446.693\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Dr. Paul Janssenstraat 48\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Van Schaik\",\"email\":\"michiel.vanschaik@sparkx.be\",\"phone\":\"0032472895893\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":49,\"name\":\"Casteels Vastgoed\",\"businessName\":\"Casteels Vastgoed\",\"regNo\":\"0720.632.794\",\"vatNo\":\"BE0720.632.794\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Driesstraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alex Casteels\",\"email\":\"hello@casteelsvastgoed.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":54,\"name\":\"Bimmo (BV)\",\"businessName\":\"Bimmo (BV)\",\"regNo\":\"0478.568.801\",\"vatNo\":\"BE0478.568.801\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Britselei 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anton Spits\",\"email\":\"info@brody.be\",\"phone\":\"03 663 88 07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Brody\",\"email\":\"invoice@brody.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":60,\"name\":\"Expertisebureau Vermeulen\",\"businessName\":\"Expertisebureau Vermeulen\",\"regNo\":\"0842209428\",\"vatNo\":\"BE0842209428\",\"country\":\"belgie\",\"region\":null,\"city\":\"Beveren-Waas\",\"postcode\":\"9120\",\"address\":\"Glazenleeuwstraat 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Vermeulen\",\"email\":\"michiel.vermeulen@telenet.be\",\"phone\":\"0485620791\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":63,\"name\":\"Kato VOF\",\"businessName\":\"Kato VOF\",\"regNo\":\"BE 0885.060.266\",\"vatNo\":\"0885.060.266\",\"country\":\"belgie\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Albert Van Heckelaan 9\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goossens Carls\",\"email\":\"carl.goossens2@telenet.be\",\"phone\":\"0475956056\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":68,\"name\":\"Ivo Verpraet\",\"businessName\":\"Ivo Verpraet\",\"regNo\":\"nvt\",\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Esptweg 14\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivo Verpraet\",\"email\":\"i.verpraet@telenet.be\",\"phone\":\"+(324) 973-52835\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":71,\"name\":\"BV Bakkerij Philippe\",\"businessName\":\"BV Bakkerij Philippe\",\"regNo\":\"0830.183.012\",\"vatNo\":\"BE 0830.183.012\",\"country\":\"Bekgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Hovenierstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Vergauwen\",\"email\":\"fa112908@msn.com\",\"phone\":\"+32476428613\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":74,\"name\":\"Bj\\u00f6rn De Vuyst\",\"businessName\":\"Bj\\u00f6rn De Vuyst\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Spoorwegwegel 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bj\\u00f6rn De Vuyst\",\"email\":\"bjorn.de.vuyst2@telenet.be\",\"phone\":\"0498568862\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":75,\"name\":\"Luc Bogaert\",\"businessName\":\"Luc Bogaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Kluisbergen\",\"postcode\":\"9690\",\"address\":\"Hoogweg 2 9690 Kluisbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bogaert\",\"email\":\"bogaert_luc@me.com\",\"phone\":\"0478379360\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":76,\"name\":\"Ronny Ediers\",\"businessName\":\"Ronny Ediers\",\"regNo\":\"0503.963.401\",\"vatNo\":\"BE 0503.963.401\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Raapveld 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Ediers\",\"email\":\"ronny.ediers@outlook.com\",\"phone\":\"0493056490\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":77,\"name\":\"Erwin Claes\",\"businessName\":\"Erwin Claes\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlaar\",\"postcode\":\"2590\",\"address\":\"Gasbakstraat 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erwin Claes\",\"email\":\"erwin.claes7@telenet.be\",\"phone\":\"+32490429843\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":78,\"name\":\"Bert Luysterman\",\"businessName\":\"Bert Luysterman\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Hofstade\",\"postcode\":\"9308\",\"address\":\"Steenweg op Dendermonde 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Luysterman\",\"email\":\"Luysterman.bert@gmail.com\",\"phone\":\"+32473646265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":80,\"name\":\"Wim Allegaert\",\"businessName\":\"Wim Allegaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Klaverweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Allegaert\",\"email\":\"wim.allegaert@mjladvice.com\",\"phone\":\"0474977433\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":81,\"name\":\"PLDW Bvba\",\"businessName\":\"PLDW Bvba\",\"regNo\":\"0681.652.454\",\"vatNo\":\"BE 0681.652.454\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Broekveldstraat 21, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Limbourg\",\"email\":\"info@pldwbvba.be\",\"phone\":\"+32491358050\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":86,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"regNo\":\"257600445\",\"vatNo\":\"FR257600445\",\"country\":\"FR\",\"region\":null,\"city\":\"Isneauville\",\"postcode\":\"76230\",\"address\":\"240 Rue Augustin Fresnel\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"d'Annoux Ana\\u00efs\",\"email\":\"anais.dannoux@totalenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":87,\"name\":\"P.M.G-Galuk\",\"businessName\":\"P.M.G-Galuk\",\"regNo\":\"838008932\",\"vatNo\":\"BE0838008932\",\"country\":\"BE\",\"region\":null,\"city\":\"Grimbergen\",\"postcode\":\"1800\",\"address\":\"Albrecht Rodenbachlaan 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paulina Medrek\",\"email\":\"paulina.medrek@hotmail.com\",\"phone\":\"0486077042\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":88,\"name\":\"Lyubo Test Partner\",\"businessName\":\"Lyubo Test Partner\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":93,\"name\":\"CPO - Electric 55 Charging\",\"businessName\":\"CPO - Electric 55 Charging\",\"regNo\":\"832 489 801\",\"vatNo\":\"FR832 489 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Tropez.\",\"postcode\":\"83990\",\"address\":\"Espace des Lices, 9 Bld Louis Blanc\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alicia MIRANDA\",\"email\":\"alicia@e55c.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":102,\"name\":\"EMSP- ConnectNed B.V.\",\"businessName\":\"EMSP- ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":103,\"name\":\"ChargePoly\",\"businessName\":\"ChargePoly\",\"regNo\":\"85085499300019\",\"vatNo\":\"85085499300019\",\"country\":\"FR\",\"region\":null,\"city\":\"Aix-En-Provence\",\"postcode\":\"13593\",\"address\":\"31 Parc du golf\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":105,\"name\":\"CPO - Liikennevirta Oy (VIRTA)\",\"businessName\":\"CPO - Liikennevirta Oy (VIRTA)\",\"regNo\":null,\"vatNo\":\"2588986-2\",\"country\":\"FI\",\"region\":null,\"city\":\"Helsinki\",\"postcode\":\"00180\",\"address\":\"3 Energiakuja\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":112,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AUCH\",\"postcode\":\"32008\",\"address\":\"Place de l'ancien Foirail 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":113,\"name\":\"CPO - Rossini Energy\",\"businessName\":\"CPO - Rossini Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Villeneuve-d'Ascq\",\"postcode\":\"59650\",\"address\":\"Rue Horus 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rossini Luca\",\"email\":\"luca@rossinienergy.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":114,\"name\":\"CPO - WAAT SAS\",\"businessName\":\"CPO - WAAT SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Malakoff\",\"postcode\":\"92240\",\"address\":\"Rue Raymond David 10-20\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bon Jacques-Alexis\",\"email\":\"ja.bon@waat.fr\",\"phone\":\"+33698723265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":115,\"name\":\"EMSP- Freshmile Services\",\"businessName\":\"EMSP- Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"0668781435\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 3 68 78 14 35\"},\"billing\":{\"contactPerson\":\"Invoice Freshmile\",\"email\":\"roaming@freshmile.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":117,\"name\":\"CPO - Izivia SA\",\"businessName\":\"CPO - Izivia SA\",\"regNo\":\"419070180\",\"vatNo\":\"FR51419070180\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Avenue de l'Arche 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wehbe Ramy\",\"email\":\"ramy.wehbe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Equipe Facturation itin\\u00e9rance IZIVIA\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":119,\"name\":\"SPBR1\",\"businessName\":\"SPBR1\",\"regNo\":\"538133166\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rueil Malmaison\",\"postcode\":\"92500\",\"address\":\"Avenue de Colmar 64\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":120,\"name\":\"CPO - GreenWay Infrastructure s.r.o.\",\"businessName\":\"CPO - GreenWay Infrastructure s.r.o.\",\"regNo\":\"47728086\",\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Bratislava\",\"postcode\":\"85101\",\"address\":\"Einsteinova 24\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perger Adam\",\"email\":\"adam.perger@greenwaynetwork.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":121,\"name\":\"CPO - ZEborne\",\"businessName\":\"CPO - ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":122,\"name\":\"CPO - SIPLEC\",\"businessName\":\"CPO - SIPLEC\",\"regNo\":\"315281113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ivry-sur-Seine\",\"postcode\":\"94200\",\"address\":\"Quai Marcel Boyer 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hallopeau L\\u00e9opold\",\"email\":\"l.hallopeau@siplec.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":123,\"name\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"businessName\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"regNo\":\"20002678900053\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Carcassonne\",\"postcode\":\"11000\",\"address\":\"Rue Barb\\u00e8s 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":9,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":100,\"total\":839}}"} 
[2025-07-17 18:35:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":124,\"name\":\"CPO - Clicsysteme SAS (Car2plug)\",\"businessName\":\"CPO - Clicsysteme SAS (Car2plug)\",\"regNo\":\"803965110\",\"vatNo\":\"FR42803965110\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"Rue de Peinthievre 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Benami Eyal\",\"email\":\"eyal.benami@car2plug.fr\",\"phone\":\"+33767662028\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":126,\"name\":\"CPO - Indigo Park\",\"businessName\":\"CPO - Indigo Park\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"1 Place des Degr\\u00e9s - Tour Voltaire 92800 , Puteaux\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":127,\"name\":\"CPO - ZEPHYRE\",\"businessName\":\"CPO - ZEPHYRE\",\"regNo\":\"828414656\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"Rue Lyautey 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arrighi Charles\",\"email\":\"support@zephyre.fr\",\"phone\":\"+33180977675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":128,\"name\":\"EMSP- Electromaps S.L.\",\"businessName\":\"EMSP- Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":129,\"name\":\"CPO - MODULO\",\"businessName\":\"CPO - MODULO\",\"regNo\":\"841376734\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Tours\",\"postcode\":\"37000\",\"address\":\"BLAISE PASCAL 12-14\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Debouchage Emeric\",\"email\":\"edebouchage@modulo-energies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":130,\"name\":\"EMSP- Shell EV Charging Solutions B.V.\",\"businessName\":\"EMSP- Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":131,\"name\":\"CPO - Duferco Energia S.p.a.\",\"businessName\":\"CPO - Duferco Energia S.p.a.\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Genova\",\"postcode\":\"16126\",\"address\":\"4 Via Paolo Imperiale 16126 , Genova\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Merella Francesco\",\"email\":\"f.merella@dufercoenergia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":132,\"name\":\"Aix-Marseille Provence M\\u00e9tropole\",\"businessName\":\"Aix-Marseille Provence M\\u00e9tropole\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13007\",\"address\":\"58 Boulevard Charles Livon 13007 , Marseille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"dupont anthony\",\"email\":\"anthony.dupont@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":133,\"name\":\"Exadys\",\"businessName\":\"Exadys\",\"regNo\":\"89144253500011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Almeida JP\",\"email\":\"jpalmeida@exadys.com\",\"phone\":\"+33612779883\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":134,\"name\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"businessName\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nancy Cedex\",\"postcode\":\"54035\",\"address\":\"22-24 Viaduc Kennedy c.o. n\\u00b080036 54035 , Nancy Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perrolaz Frederic\",\"email\":\"frederic.perrollaz@grand-nancy.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":135,\"name\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"businessName\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-R\\u00e9my-de-Provence\",\"postcode\":\"13210\",\"address\":\"23 Avenue des Joncades Basses 13210 , Saint-R\\u00e9my-de-Provence France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GUINTINI Corinne\",\"email\":\"corinne.guintini@ccvba.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":136,\"name\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"businessName\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"regNo\":\"200045938\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Caen\",\"postcode\":\"14000\",\"address\":\"Esplanade Brillaud de Laujardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAFFRAY Alban\",\"email\":\"araffray@sdec-energie.fr\",\"phone\":\"+33231066164\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":137,\"name\":\"CPO - Driveco\",\"businessName\":\"CPO - Driveco\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75014\",\"address\":\"10 Place de Catalogne 75014 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Belkhodja Sofiane\",\"email\":\"sofiane.belkhodja@driveco.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":138,\"name\":\"CPO - Bouygues Energies et Services\",\"businessName\":\"CPO - Bouygues Energies et Services\",\"regNo\":\"775664873\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"GUYANCOURT\",\"postcode\":\"78280\",\"address\":\"Avenue Eug\\u00e8ne Freyssinet 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":139,\"name\":\"CPO - Suraya SAS\",\"businessName\":\"CPO - Suraya SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Fort de France\",\"postcode\":\"97200\",\"address\":\"8 Rue Georges EUCHARIS 97200 , Fort de France France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mansour Husam\",\"email\":\"husam.mansour@greentechnologie.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":140,\"name\":\"CPO - Bornes Solutions\",\"businessName\":\"CPO - Bornes Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"LE PLESSIS-ROBINSON\",\"postcode\":\"92350\",\"address\":\"15 avenue Descartes 92350 , LE PLESSIS-ROBINSON France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ABDALLAH Hachim\",\"email\":\"hachim.abdallah@bornes-solutions.fr\",\"phone\":\"(+33) 7 85 71 77 63\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":141,\"name\":\"CPO - LichtBlick eMobility\",\"businessName\":\"CPO - LichtBlick eMobility\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"Steigweg 24, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Payments Lichtblick eMobility GmbH\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":143,\"name\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"businessName\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen Cedex\",\"postcode\":\"76006\",\"address\":\"108 All\\u00e9e Fran\\u00e7ois Mitterand 76006 , Rouen Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Moreno Karine\",\"email\":\"karine.moreno@metropole-rouen-normandie.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":144,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-L\\u00f4\",\"postcode\":\"50008\",\"address\":\"11 Rue Dame Denise 50008 , Saint-L\\u00f4 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BLOSSE Fr\\u00e9d\\u00e9ric\",\"email\":\"frederic.blosse@sdem50.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":145,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orvault CEDEX 01\",\"postcode\":\"44701\",\"address\":\"Rue Roland Garros - Parc d'activit\\u00e9s du Bois Cesbron - CS 60 125\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flambeaux Etienne\",\"email\":\"etienne.flambeaux@sydela.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":146,\"name\":\"CPO - EFFIA Stationnement\",\"businessName\":\"CPO - EFFIA Stationnement\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"20 rue Hector Malot 75012 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Emilien Verneret\",\"email\":\"emilien.verneret@effia.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":147,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Toulouse\",\"postcode\":\"31000\",\"address\":\"9 Rue des 3 banquets 31000 , Toulouse France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":148,\"name\":\"Territoire d'Energie 90 (TE90)\",\"businessName\":\"Territoire d'Energie 90 (TE90)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Meroux\",\"postcode\":\"90400\",\"address\":\"1 Rue de la Gare TGV , La Jonxion - Tour 5 90400 , Meroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lombard Nathalie\",\"email\":\"nlombard@territoiredenergie90.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":149,\"name\":\"CPO - Sor\\u00e9gies\",\"businessName\":\"CPO - Sor\\u00e9gies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Poitiers\",\"postcode\":\"86000\",\"address\":\"78 Avenue Jacques Coeur 86000 , Poitiers France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Traor\\u00e9 Lamine\",\"email\":\"lamine.traore@soregies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":150,\"name\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"businessName\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Roche-sur-Yon\",\"postcode\":\"85036\",\"address\":\"3 Rue du Mar\\u00e9chal Juin 85036 , La Roche-sur-Yon France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"WAKKER WORDEN Johann\",\"email\":\"infra-irve@sydev-vendee.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":151,\"name\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"businessName\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Thor\",\"postcode\":\"84250\",\"address\":\"3511 Route des Vign\\u00e8res 84250 , Le Thor France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Alexander\",\"email\":\"athomas@sev84.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":152,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montauban\",\"postcode\":\"82000\",\"address\":\"78 Avenue de l'Europe 82000 , Montauban France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Puntonet Gerard\",\"email\":\"g.puntonet@sdetg.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":153,\"name\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"businessName\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Rochette\",\"postcode\":\"77000\",\"address\":\"1 Rue Claude Bernard 77000 , La Rochette France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Boitel Marc\",\"email\":\"marc.boitel@sdesm.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":154,\"name\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"businessName\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vaivre-et-Montoille\",\"postcode\":\"70000\",\"address\":\"20 Avenue des Rives du Lac 70000 , Vaivre-et-Montoille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tonghini Fabrice\",\"email\":\"f.tonghini@sied70.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":155,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dardilly\",\"postcode\":\"69570\",\"address\":\"61 Chemin du Moulin Carron 69570 , Dardilly France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GOUBO Vladimir\",\"email\":\"vladimir.goubo@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":156,\"name\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"businessName\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pau\",\"postcode\":\"64000\",\"address\":\"4 Rue Jean Zay 64000 , Pau France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Seillade Philippe\",\"email\":\"p.seillade@sdepa.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":157,\"name\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"businessName\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Cournon D'Auvergne\",\"postcode\":\"63800\",\"address\":\"36 Rue de Sarli\\u00e8ve 63800 , Cournon D'Auvergne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Picot S\\u00e9bastien\",\"email\":\"sebastien.picot@semelec63.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":158,\"name\":\"CPO - Territoire d'Energie Orne\",\"businessName\":\"CPO - Territoire d'Energie Orne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Valframbert\",\"postcode\":\"61250\",\"address\":\"5 Rue Gatel 61250 , Valframbert France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Auvray Philippe\",\"email\":\"cedric.thomas@te61.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":159,\"name\":\"Syndicat d'Energie de l'Oise (SE60)\",\"businessName\":\"Syndicat d'Energie de l'Oise (SE60)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Till\\u00e9\",\"postcode\":\"60000\",\"address\":\"9164 Avenue des Censives 60000 , Till\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":160,\"name\":\"Morbihan \\u00e9nergies\",\"businessName\":\"Morbihan \\u00e9nergies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vannes Cedex\",\"postcode\":\"56010\",\"address\":\"27 Rue de Luscanen - CS 32610 56010 , Vannes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":161,\"name\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"businessName\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chaumont\",\"postcode\":\"52000\",\"address\":\"40 bis Avenue du Mar\\u00e9chal Foch 52000 , Chaumont France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"F\\u00e8vre Jean-Marc\",\"email\":\"rodolphe.grandjonc@sded52.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":162,\"name\":\"CPO - Territoire d'Energie Mayenne\",\"businessName\":\"CPO - Territoire d'Energie Mayenne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chang\\u00e9\",\"postcode\":\"53810\",\"address\":\"Parc Technopolis - Rue Louis de Broglie - B\\u00e2timent R 53810 , Chang\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":163,\"name\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"businessName\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecouflant\",\"postcode\":\"49000\",\"address\":\"9 Route de la Confluence 49000 , Ecouflant France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrion Marine\",\"email\":\"m.adrion@sieml.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":164,\"name\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"businessName\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Agen\",\"postcode\":\"47000\",\"address\":\"26 Rue Diderot 47000 , Agen France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blanquet B\\u00e9renger\",\"email\":\"berenger.blanquet@sdee47.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":165,\"name\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"businessName\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Mont-de-Marsan Cedex\",\"postcode\":\"40006\",\"address\":\"55 Rue Martin Luther King - CS 70627 40006 , Mont-de-Marsan Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":166,\"name\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ch\\u00e2teauroux\",\"postcode\":\"36000\",\"address\":\"2 Colbert B\\u00e2t G - Rue des Cigari\\u00e8res 36000 , Ch\\u00e2teauroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Routet Didier\",\"email\":\"d.routet@sdei36.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":167,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Thorign\\u00e9-Fouillard\",\"postcode\":\"35236\",\"address\":\"1 Avenue de Tiz\\u00e9 35236 , Thorign\\u00e9-Fouillard France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Simon Charlotte\",\"email\":\"c.simon@sde35.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":168,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33000\",\"address\":\"12 Rue du Cardinal Richaud 33000 , Bordeaux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":169,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Quimper\",\"postcode\":\"29000\",\"address\":\"9 All\\u00e9e Sully 29000 , Quimper France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Monfort Jacques\",\"email\":\"jacques.monfort@sdef.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":170,\"name\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"businessName\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Guichainville\",\"postcode\":\"27930\",\"address\":\"12 Rue Concorde 27930 , Guichainville France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":171,\"name\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"businessName\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Besan\\u00e7on\",\"postcode\":\"25000\",\"address\":\"33 Rue Cl\\u00e9ment Marot 25000 , Besan\\u00e7on France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mourot David\",\"email\":\"david.mourot@syded.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":172,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"P\\u00e9rigueux\",\"postcode\":\"24000\",\"address\":\"7 All\\u00e9e de Tourny 24000 , P\\u00e9rigueux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"VIGNERON S\\u00e9bastien\",\"email\":\"mobive@sde24.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":173,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sain-Brieuc\",\"postcode\":\"22000\",\"address\":\"53 Boulevard Carnot 22000 , Sain-Brieuc France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Connan David\",\"email\":\"david.connan@sde22.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":174,\"name\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"businessName\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Miramas\",\"postcode\":\"13141\",\"address\":\"1 Avenue Marco Polo - CS 20100 13141 , Miramas France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"APPARICIO Alexandre\",\"email\":\"alexandre.apparicio@smed13.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":175,\"name\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"businessName\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Troyes\",\"postcode\":\"10000\",\"address\":\"22 Rue Gr\\u00e9goire Pierre Herluison 10000 , Troyes France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Godin Olivier\",\"email\":\"olivier.godin@sde-aube.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":176,\"name\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"businessName\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saintes Cedex\",\"postcode\":\"17119\",\"address\":\"3 rue du Clos Fleuri - ZI de l'Ormeau de Pied - CS 60518 17119 , Saintes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ferri\\u00e8res Francois-Annet\",\"email\":\"fa.de-ferrieres@sdeer17.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":177,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laguenne\",\"postcode\":\"19150\",\"address\":\"Quartier Montana 19150 , Laguenne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BARTHEL Laurent\",\"email\":\"l.barthuel@fdee19.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":178,\"name\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"businessName\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Angoul\\u00e8me\",\"postcode\":\"16021\",\"address\":\"308 Rue de Basseau 16021 , Angoul\\u00e8me France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gauthier-Laure\",\"email\":\"lgauthier@sdeg16.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":179,\"name\":\"CPO - Porsche Slovenija d.o.o.\",\"businessName\":\"CPO - Porsche Slovenija d.o.o.\",\"regNo\":\"5758980\",\"vatNo\":null,\"country\":\"SI\",\"region\":null,\"city\":\"Ljubljana\",\"postcode\":\"SI-1000\",\"address\":\"5 Bravnicarjeva\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lukic Dusan\",\"email\":\"dusan.lukic@porsche.si\",\"phone\":\"+38631679161\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":180,\"name\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"businessName\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nice\",\"postcode\":\"06364\",\"address\":\"5 H\\u00f4tel de ville 06364 , Nice France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clavier Aur\\u00e9lien\",\"email\":\"aurelien.clavier@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":181,\"name\":\"EMSP- Stations-e SAS\",\"businessName\":\"EMSP- Stations-e SAS\",\"regNo\":\"835124280\",\"vatNo\":\"FR10835124280\",\"country\":\"FR\",\"region\":null,\"city\":\"Boussy-Saint-Antoine\",\"postcode\":\"91800\",\"address\":\"rue Marcel Pagnol 3 - 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nguyen Peth\",\"email\":\"peth.nguyen@stations-e.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":182,\"name\":\"Creos Luxembourg\",\"businessName\":\"Creos Luxembourg\",\"regNo\":null,\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Luxembourg\",\"postcode\":\"L-1248\",\"address\":\"59-61 Rue de Bouillon L-1248 , Luxembourg Luxembourg\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bertrand S\\u00e9bastien\",\"email\":\"sebastien.bertrand@creos.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":183,\"name\":\"CPO - TEVGO SAS\",\"businessName\":\"CPO - TEVGO SAS\",\"regNo\":\"87932148700024\",\"vatNo\":\"FR03879321487\",\"country\":\"FR\",\"region\":null,\"city\":\"La D\\u00e9fense Cedex\",\"postcode\":\"92069\",\"address\":\"24 cours Michelet 92069 , La D\\u00e9fense Cedex\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":184,\"name\":\"EMSP- ZE-WATT\",\"businessName\":\"EMSP- ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaigneux Eric\",\"email\":\"eric.gaigneux@ze-watt.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":185,\"name\":\"Charge Point SRL (PlugPoint)\",\"businessName\":\"Charge Point SRL (PlugPoint)\",\"regNo\":\"J40\\/11414\\/2017\",\"vatNo\":null,\"country\":\"RO\",\"state\":null,\"city\":\"Decembrie\",\"postcode\":\"077005\",\"address\":\"Sos. Giurgiului 73 - 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dunca Alexandru\",\"email\":\"alex.dunca@plugpoint.ro\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":186,\"name\":\"Interparking France SA\",\"businessName\":\"Interparking France SA\",\"regNo\":\"692 051 113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"Rue de Gramont 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Scordia R\\u00e9mi\",\"email\":\"rscordia@interparking.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":187,\"name\":\"Alfa Power\",\"businessName\":\"Alfa Power\",\"regNo\":\"11119473\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Leeds\",\"postcode\":\"LS27 0BY\",\"address\":\"Quarry Court High Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandhi Varun\",\"email\":\"v.gandhi@alfapower.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":188,\"name\":\"CPO - Croatian Telekom Inc.\",\"businessName\":\"CPO - Croatian Telekom Inc.\",\"regNo\":\"080266256\",\"vatNo\":null,\"country\":\"HR\",\"region\":null,\"city\":\"Zagreb\",\"postcode\":\"10000\",\"address\":\"Radni\\u010dka cesta 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stjepanovic Josip\",\"email\":\"josip.stjepanovic@t.ht.hr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":189,\"name\":\"Qovoltis\",\"businessName\":\"Qovoltis\",\"regNo\":\"853420032\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montrouge\",\"postcode\":\"92120\",\"address\":\"Danton 2a\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Salle Frederic\",\"email\":\"frederic.salle@qovoltis.com\",\"phone\":\"+33614011053\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":190,\"name\":\"Rambouillet Territoires\",\"businessName\":\"Rambouillet Territoires\",\"regNo\":\"20007334400067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rambouillet Cedex\",\"postcode\":\"78511\",\"address\":\"rue Gustave Eiffel - ZA Bel Air 22 - BP 40036\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Forte Carole\",\"email\":\"c.forte@rt78.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":191,\"name\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"businessName\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"regNo\":null,\"vatNo\":\"957520901\",\"country\":\"FR\",\"region\":null,\"city\":\"Lyon\",\"postcode\":\"69004\",\"address\":\"Andr\\u00e9 Bonin 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":192,\"name\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"businessName\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"regNo\":\"200067213\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Reims\",\"postcode\":\"51100\",\"address\":\"Eug\\u00e8ne Desteuque 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Humbert St\\u00e9phane\",\"email\":\"stephane.humbert@grandreims.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":193,\"name\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"businessName\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"regNo\":\"20004071500019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grenoble\",\"postcode\":\"38031\",\"address\":\"Rue Malakoff 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":194,\"name\":\"CPO - M\\u00e9tropolis\",\"businessName\":\"CPO - M\\u00e9tropolis\",\"regNo\":\"885354860\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"rue d'Astorg 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":195,\"name\":\"SEMOB\",\"businessName\":\"SEMOB\",\"regNo\":\"84877842900011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"+33428044205\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":196,\"name\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"businessName\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"regNo\":\"20005623200016\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orsay\",\"postcode\":\"91898\",\"address\":\"rue Jean Rostand 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MADA VINCENT\",\"email\":\"vincent.mada@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":199,\"name\":\"CPO - BE TROM SE\",\"businessName\":\"CPO - BE TROM SE\",\"regNo\":\"833942725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33100\",\"address\":\"Montmejean 60\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tricaud Yves\",\"email\":\"ytricaud@betrom-se.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":200,\"name\":\"EMSP- WattzHub\",\"businessName\":\"EMSP- WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":201,\"name\":\"EMSP- Maingau Energie GmbH\",\"businessName\":\"EMSP- Maingau Energie GmbH\",\"regNo\":\"113525007\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Obertshausen\",\"postcode\":\"63179\",\"address\":\"Ringstra\\u00dfe 4 - 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Armbruster\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":202,\"name\":\"EMSP- BE:MO SASU\",\"businessName\":\"EMSP- BE:MO SASU\",\"regNo\":\"823647060\",\"vatNo\":\"FR52823647060\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Esplanade du G\\u00e9n\\u00e9ral DE GAULLE 110\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthieu Codron\",\"email\":\"invoices@be-mo.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":203,\"name\":\"EMSP- Deftpower B.V.\",\"businessName\":\"EMSP- Deftpower B.V.\",\"regNo\":\"78087627\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"AW Apeldoorn\",\"postcode\":\"7317\",\"address\":\"Stadhoudersmolenweg 136\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Houthooft Anja\",\"email\":\"anja.houthooft@deftpower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":204,\"name\":\"EMSP- Chargemap SAS\",\"businessName\":\"EMSP- Chargemap SAS\",\"regNo\":\"809844731\",\"vatNo\":\"FR37809844731\",\"country\":\"FR\",\"region\":null,\"city\":\"Strasbourg\",\"postcode\":\"67200\",\"address\":\"all\\u00e9e C\\u00e9r\\u00e8s 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yoann Nussbaumer\",\"email\":\"operations@chargemap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":205,\"name\":\"EMSP- Bosch Charging Solutions GmbH\",\"businessName\":\"EMSP- Bosch Charging Solutions GmbH\",\"regNo\":\"HRB780013\",\"vatNo\":\"DE815728513\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart-Feuerbach\",\"postcode\":\"70469\",\"address\":\"Kruppstr. 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandin Hornemann\",\"email\":\"gandin.hornemann@de.bosch.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":206,\"name\":\"CPO - Route220 S.R.L.\",\"businessName\":\"CPO - Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":207,\"name\":\"EMSP- Elvah GmbH (Kreait)\",\"businessName\":\"EMSP- Elvah GmbH (Kreait)\",\"regNo\":\"HRB22989\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Grafschaft\",\"postcode\":\"53501\",\"address\":\"Oberescher weg 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gowrynath Sivaganeshamoorthy\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":208,\"name\":\"EMSP- Octopus Energy Ltd\",\"businessName\":\"EMSP- Octopus Energy Ltd\",\"regNo\":\"09263424\",\"vatNo\":\"GB 358672751\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"EC1N 2HT\",\"address\":\"Holborn 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Zoisa North-Bond\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices @ Octopus Energy\",\"email\":\"invoices-oe@octoenergy.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":209,\"name\":\"EMSP- Muvext Lda\",\"businessName\":\"EMSP- Muvext Lda\",\"regNo\":\"515419923\",\"vatNo\":\"PT515419923\",\"country\":\"PT\",\"region\":null,\"city\":\"Ilhavo\",\"postcode\":\"3830-352\",\"address\":\"PCI Creative Science Park Aveiro Region, Via do Conhecimento, Edif\\u00edcio Central\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Marques\",\"email\":\"sara.marques@muvext.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Muvext\",\"email\":\"accounting@muvext.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":210,\"name\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"regNo\":\"B49456\",\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"8069\",\"address\":\"Rue de l'Industrie 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van Breugel Willem\",\"email\":\"wibreuge@q8.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":216,\"name\":\"Fiesandri BVBA\",\"businessName\":\"Fiesandri BVBA\",\"regNo\":\"BE0677757905\",\"vatNo\":\"BE0677757905\",\"country\":\"BE\",\"region\":null,\"city\":\"lokeren\",\"postcode\":\"9160\",\"address\":\"Gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heugens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":217,\"name\":\"Rexel Nederland B.V.\",\"businessName\":\"Rexel Nederland B.V.\",\"regNo\":\"24267850\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zoetermeer\",\"postcode\":\"2712 PB\",\"address\":\"Bleiswijkseweg 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Van Dalen Michael\",\"email\":\"michael.vandalen@rexel.nl\",\"phone\":\"+31631787345\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":221,\"name\":\"Ronny Smet\",\"businessName\":\"Ronny Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":223,\"name\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"businessName\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"regNo\":\"HRA 709651\",\"vatNo\":\"709651\",\"country\":\"DE\",\"region\":null,\"city\":\"Karlsruhe\",\"postcode\":\"761321\",\"address\":\"Durlacher Allee 93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lars Walch\",\"email\":\"outbound.b2b.billing@enbw.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Service EnBW\",\"email\":\"service.emob@enbw.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":224,\"name\":\"CPO - E-Totem SAS\",\"businessName\":\"CPO - E-Totem SAS\",\"regNo\":\"53918816900020\",\"vatNo\":\"53918816900020\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"(+33) 6 88 23 42 43\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":225,\"name\":\"CPO - S\\u00e9olis\",\"businessName\":\"CPO - S\\u00e9olis\",\"regNo\":\"492041086\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Niort\",\"postcode\":\"79025\",\"address\":\"Avenue de Paris 336\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gheribi Mehdi\",\"email\":\"mgheribi@seolis.net\",\"phone\":\"(+33) 5 49 08 85 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":200,\"total\":839}}"} 
[2025-07-17 18:35:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":226,\"name\":\"CPO - Proviridis\",\"businessName\":\"CPO - Proviridis\",\"regNo\":\"750 938 722 00022\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rousset\",\"postcode\":\"13790\",\"address\":\"Avenue Victoire 135\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Et\\u00e9 Vincent\",\"email\":\"vincent.ete@proviridis.fr\",\"phone\":\"(+33) 7 50 69 52 44\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":227,\"name\":\"CPO - Drem Kft.\",\"businessName\":\"CPO - Drem Kft.\",\"regNo\":\"01 09 864967\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"H-1033\",\"address\":\"Szentendrei \\u00fat 89-93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"N\\u00e9meth \\u00c1d\\u00e1m\",\"email\":\"adam.nemeth@drem.hu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":228,\"name\":\"CPO - INOUid SAS\",\"businessName\":\"CPO - INOUid SAS\",\"regNo\":\"831159587\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"\\u00c9cully\",\"postcode\":\"69130\",\"address\":\"Chemin des Mouilles 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Briand Didier\",\"email\":\"dbriand@inouid.com\",\"phone\":\"(+33) 6 61 36 91 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":229,\"name\":\"CPO - ePower Lt.\",\"businessName\":\"CPO - ePower Lt.\",\"regNo\":null,\"vatNo\":\"645309\",\"country\":\"IE\",\"region\":null,\"city\":\"Cork\",\"postcode\":\"T23 TCY8\",\"address\":\"1 Technology House, Rockgroove Industrial Estate, Little Island\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tugwell Josef\",\"email\":\"joe.tugwell@epower.ie\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":230,\"name\":\"CPO - SAEMES SA\",\"businessName\":\"CPO - SAEMES SA\",\"regNo\":\"317 032 993 00741\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"L\\u00e9on Cladel 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MONNIER G\\u00e9raldine\",\"email\":\"geraldine.monnier@tevgo.fr\",\"phone\":\"(+33) 7 61 06 43 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":231,\"name\":\"CPO - GEA Solutions Ltd\",\"businessName\":\"CPO - GEA Solutions Ltd\",\"regNo\":\"EL099022632\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Attiki\",\"postcode\":\"19010\",\"address\":\"101 Thesi Patima, VI.PE. Kalyvion\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivanov Stefan\",\"email\":\"stefan.ivanov@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":232,\"name\":\"CPO - Autorecharge SAS\",\"businessName\":\"CPO - Autorecharge SAS\",\"regNo\":\"837 529 700\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pantin\",\"postcode\":\"93500\",\"address\":\"avenue du g\\u00e9n\\u00e9ral Leclerc 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Drif Malek\",\"email\":\"malek@autorecharge.fr\",\"phone\":\"(+33) 6 50 37 04 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":233,\"name\":\"EMSP- Bump SAS\",\"businessName\":\"EMSP- Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":234,\"name\":\"CPO - Ecophi SAS\",\"businessName\":\"CPO - Ecophi SAS\",\"regNo\":\"892147679\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"rue de la Chesnaie 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":235,\"name\":\"MEA Energies SAS\",\"businessName\":\"MEA Energies SAS\",\"regNo\":\"89487859400015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yilmaz Mehmet\",\"email\":\"mehmet.yilmaz@meaenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":236,\"name\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"businessName\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"regNo\":\"200 050 433 00024\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"64bis Rue de Monceau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"JEMMALI SANA\",\"email\":\"sana.jemmali@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":237,\"name\":\"CPO - Mobilygreen SAS\",\"businessName\":\"CPO - Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":238,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"HRB 88854\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50823\",\"address\":\"000582 6-8 Methweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Support\",\"email\":\"support@chargecloud.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":239,\"name\":\"CPO - MVM Mobiliti Kft\",\"businessName\":\"CPO - MVM Mobiliti Kft\",\"regNo\":\"0109965868\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"1037\",\"address\":\"10. Montevideo utca\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":\"pvz@lastmilesolutions.com\",\"phone\":\"(+31) 6 15 89 21 19\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":242,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Auxerre\",\"postcode\":\"89000\",\"address\":\"Avenue Foch 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":243,\"name\":\"CPO - Electra SAS\",\"businessName\":\"CPO - Electra SAS\",\"regNo\":\"891 624 884\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"rue Henri Rochefort 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarrazanas Thomas\",\"email\":\"thomas@go-electra.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":244,\"name\":\"Franklin EV Limited\",\"businessName\":\"Franklin EV Limited\",\"regNo\":\"09672645\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Wilmslow, Cheshire\",\"postcode\":\"SK9 1RA\",\"address\":\"The Lodge Alderley Road\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Byrne Robert\",\"email\":\"robert.byrne@franklinenergy.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":245,\"name\":\"CPO - SalzachSonne GmbH\",\"businessName\":\"CPO - SalzachSonne GmbH\",\"regNo\":\"370509\",\"vatNo\":\"FN 370509\",\"country\":\"AT\",\"region\":null,\"city\":\"Neukirchen\",\"postcode\":\"5741\",\"address\":\"Marktstrasse 179\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bachmaier Edwin\",\"email\":\"edwin.bachmaier@salzachsonne.at\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":246,\"name\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"businessName\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"regNo\":\"HRB 113 258 B\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10829\",\"address\":\"7-8 EUREF-Campus\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ubitricity Roaming technical support\",\"email\":\"roaming@ubitricity.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":247,\"name\":\"Syndicat mixte des Transports du bassin de Briey\",\"businessName\":\"Syndicat mixte des Transports du bassin de Briey\",\"regNo\":\"20004184600029\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Val de Briey\",\"postcode\":\"54150\",\"address\":\"2 Rue du Mar\\u00e9chal Foch\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pinna Arnaud\",\"email\":\"arnaud.pinna@st2b.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":248,\"name\":\"SAP Labs France SAS\",\"businessName\":\"SAP Labs France SAS\",\"regNo\":\"419855127\",\"vatNo\":\"FR23419855127\",\"country\":\"FR\",\"region\":null,\"city\":\"Mougins Cedex\",\"postcode\":\"06254\",\"address\":\"805 Avenue du Docteur Maurice Donat\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ben Slimane Kinza\",\"email\":\"kinza.ben.slimane@sap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":249,\"name\":\"CPO - SIPPEREC\",\"businessName\":\"CPO - SIPPEREC\",\"regNo\":\"257 500 041\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75588\",\"address\":\"173-175 Rue de Bercy\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":250,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Boves\",\"postcode\":\"80440\",\"address\":\"3 Rue C\\u00e9sar Cascabel - P\\u00f4les Jules Verne 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DURIER Christophe\",\"email\":\"christophe.durier@fde-somme.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":251,\"name\":\"CPS Asset Management SAS\",\"businessName\":\"CPS Asset Management SAS\",\"regNo\":\"493123251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"BOULOGNE BILLANCOURT\",\"postcode\":\"92100\",\"address\":\"58 AV EMILE ZOLA\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PEZET Hugues\",\"email\":\"hugues_pezet@carrefour.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":252,\"name\":\"Ville de la Garenne Colombes\",\"businessName\":\"Ville de la Garenne Colombes\",\"regNo\":\"219 200 359 00012\",\"vatNo\":\"FR65219200359\",\"country\":\"FR\",\"region\":null,\"city\":\"La Garenne-Colombes\",\"postcode\":\"92250\",\"address\":\"68 Boulevard de la R\\u00e9publique\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"correia fabricio\",\"email\":\"fabricio.correia@lagarennecolombes.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":253,\"name\":\"CPO - SGA Automation SAS\",\"businessName\":\"CPO - SGA Automation SAS\",\"regNo\":\"424246015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76000\",\"address\":\"27 Rue Jean Philippe Rameau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":254,\"name\":\"EV Maestro Ltd.\",\"businessName\":\"EV Maestro Ltd.\",\"regNo\":\"40103266553\",\"vatNo\":null,\"country\":\"LV\",\"region\":null,\"city\":\"Riga\",\"postcode\":\"LV1021\",\"address\":\"46 K-2 Ulbrokas Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Berzina Iveta\",\"email\":\"ivetab@evmaestro.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":255,\"name\":\"LUMI'iN SAS\",\"businessName\":\"LUMI'iN SAS\",\"regNo\":\"80794006900014\",\"vatNo\":\"FR30807940069\",\"country\":\"FR\",\"region\":null,\"city\":\"Malijai\",\"postcode\":\"04350\",\"address\":\"5 Le Prieure\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"LUMI'IN Superviseur\",\"email\":\"gireve@lumi-in.fr\",\"phone\":\"(+33) 7 82 94 09 59\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":257,\"name\":\"TotalEnergies Charging Services SAS\",\"businessName\":\"CPO - TotalEnergies Charging Services\",\"regNo\":\"514 933 589\",\"vatNo\":\"FR22531680445\",\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"24 Cours Michelet\",\"lastUpdatedAt\":\"2025-02-20T10:29:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Longatte\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Knafo Salom\\u00e9\",\"email\":\"salome.knafo@totalenergies.com\",\"phone\":\"+33 6 07 04 69 68\"},\"billing\":{\"contactPerson\":\"Fanny Carolei\",\"email\":\"fanny.carolei@totalenergies.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":258,\"name\":\"CPO - R\\u00e9gion Hauts-de-France\",\"businessName\":\"CPO - R\\u00e9gion Hauts-de-France\",\"regNo\":\"200053742\",\"vatNo\":\"FR25200053742\",\"country\":\"FR\",\"region\":null,\"city\":\"Lille Cedex\",\"postcode\":\"59555\",\"address\":\"155 Avenue du Pr\\u00e9sident Hoover 59555 , Lille Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":261,\"name\":\"Conny De Schepper\",\"businessName\":\"Conny De Schepper\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Haeyershoek 74\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Conny De Schepper\",\"email\":\"vdmluc68@hotmail.com\",\"phone\":\"0472942323\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":263,\"name\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"businessName\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"regNo\":\"258708585\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Palais sur Vienne\",\"postcode\":\"87410\",\"address\":\"8 rue d'Anguernaud\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":\"(+33) 6 13 44 57 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":264,\"name\":\"CPO - Clem'\",\"businessName\":\"CPO - Clem'\",\"regNo\":\"519 450 209\",\"vatNo\":\"FR49519450209\",\"country\":\"FR\",\"region\":null,\"city\":\"Neuilly-sur-Seine\",\"postcode\":\"92200\",\"address\":\"9 Villa des Sablons\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Delabona Andrews\",\"email\":\"andrews.delabona@clem-e.com\",\"phone\":\"(+33) 9 72 39 68 60\"},\"technical\":{\"contactPerson\":\"Stanislas Soufflet,\",\"email\":\"stanislas.soufflet@clem-e.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"it@clem-e.com\",\"phone\":\"0753366695\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":265,\"name\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"businessName\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dampierre en Yvelines\",\"postcode\":\"78720\",\"address\":\"9 Grande Rue\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PELLETIER Jacques\",\"email\":\"cchvc78@orange.fr\",\"phone\":\"(+33) 1 30 52 83 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":266,\"name\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"businessName\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laon\",\"postcode\":\"02007\",\"address\":\"Rue Turgot\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Moliner Yves\",\"email\":\"y.demoliner@useda.fr\",\"phone\":\"(+33) 3 23 27 15 80\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":267,\"name\":\"Camping du Lac\",\"businessName\":\"Camping du Lac\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINTE EULALIE EN BORN\",\"postcode\":\"40200\",\"address\":\"1590 Route du Lac\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gallou\\u00ebt C\\u00e9cile\",\"email\":\"contact@lecampingdulac.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":268,\"name\":\"Cogelum IDF (Citeos)\",\"businessName\":\"Cogelum IDF (Citeos)\",\"regNo\":\"B525134169\",\"vatNo\":\"FR08525134169\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92122\",\"address\":\"50 Avenue Fran\\u00e7ois Arago - CS 80002\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ismail BADIH\",\"email\":\"ismail.badih@citeos.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Carla Atiga\",\"email\":\"comptabilite.cpo@citeos.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":271,\"name\":\"Mertens Consulting BV\",\"businessName\":\"Mertens Consulting BV\",\"regNo\":\"0896.979.487\",\"vatNo\":\"BE 0896.979.487\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Smalvoortstraat 50, Turnhout , 2300\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mertens Fons\",\"email\":\"fonsmertens@me.com\",\"phone\":\"0475\\/248.968\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":272,\"name\":\"Samantha De Witte\",\"businessName\":\"Samantha De Witte\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Hoogkamerstraat 13, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samantha De Witte\",\"email\":\"samantha.dw@outlook.be\",\"phone\":\"0478365219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":273,\"name\":\"EMSP- Radicle UG\",\"businessName\":\"EMSP- Radicle UG\",\"regNo\":\"HRB231270\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Leipzig\",\"postcode\":\"04129\",\"address\":\"2 Schiebestrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ross Savage\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":278,\"name\":\"Power Shop\",\"businessName\":\"Power Shop\",\"regNo\":\"0478302941\",\"vatNo\":\"BE0478302941\",\"country\":\"BE\",\"region\":null,\"city\":\"Menen\",\"postcode\":\"8930\",\"address\":\"Delorsplein 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Logan Demeulemeester\",\"email\":\"logan.demeulemeester@hotmail.com\",\"phone\":\"0492055783\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":283,\"name\":\"e-Clearing (Test)\",\"businessName\":\"e-Clearing (Test)\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":286,\"name\":\"Christof Haeseldonckx\",\"businessName\":\"Christof Haeseldonckx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Cranenskapelstraat 1a\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christof Haeseldonckx\",\"email\":\"christofsandy@telenet.be\",\"phone\":\"0495230848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":289,\"name\":\"EMSP- Bornes Lib SAS\",\"businessName\":\"EMSP- Bornes Lib SAS\",\"regNo\":\"905139515\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"4 rue pasquier\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bah Ibrahima Sory\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":291,\"name\":\"Jurgen Munghen\",\"businessName\":\"Jurgen Munghen\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ingelmunster\",\"postcode\":\"-\",\"address\":\"H\\u00fcllhorststraat 3, Ingelmunster, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Munghen\",\"email\":\"jurgen.munghen@telenet.be\",\"phone\":\"0476531993\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":293,\"name\":\"EMSP- PERETTI GROUPE SARL\",\"businessName\":\"EMSP- PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":307,\"name\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"businessName\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Michel-sur-Orge\",\"postcode\":\"91240\",\"address\":\"16bis Rue Denis Papin\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean-Pierre Duperron\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":316,\"name\":\"Thys Interieur & Design\",\"businessName\":\"Thys Interieur & Design\",\"regNo\":\"0876145174\",\"vatNo\":\"BE0876145174\",\"country\":\"BE\",\"region\":null,\"city\":\"Eeklo\",\"postcode\":\"9900\",\"address\":\"Vrombautstraat 147\",\"lastUpdatedAt\":\"2025-05-16T13:26:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":317,\"name\":\"EMSP- Load Stations SAS\",\"businessName\":\"EMSP- Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":321,\"name\":\"CPO - ChargePoint Austria GmbH\",\"businessName\":\"CPO - ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Henrik Gerdes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":300,\"total\":839}}"} 
[2025-07-17 18:35:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":333,\"name\":\"Polinvest\",\"businessName\":\"Polinvest\",\"regNo\":\"BE0452239437\",\"vatNo\":\"BE0452239437\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 58 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyra Kuppens\",\"email\":\"kyra.kuppens@ocb.be\",\"phone\":\"080013890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":334,\"name\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":342,\"name\":\"EMSP- Eneco eMobility B.V.\",\"businessName\":\"EMSP- Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leonie Baneke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":350,\"name\":\"EMSP- Kiwhi Pass Solutions SASU\",\"businessName\":\"EMSP- Kiwhi Pass Solutions SASU\",\"regNo\":\"808 639 801\",\"vatNo\":\"FR49 808 639 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Apollinaire\",\"postcode\":\"21850\",\"address\":\"36 Rue du docteur Schmitt\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique TALLON\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":351,\"name\":\"EMSP- Robo Charge B.V.\",\"businessName\":\"EMSP- Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":352,\"name\":\"EMSP- Volkswagen Group Charging GmbH\",\"businessName\":\"EMSP- Volkswagen Group Charging GmbH\",\"regNo\":\"HRB 208967\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"1 Mollstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"ladekonzept@elli.eco\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"cpo-invoice@elli.eco\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":355,\"name\":\"CPO - City Charging BV\",\"businessName\":\"CPO - City Charging BV\",\"regNo\":\"80648088\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Deventer\",\"postcode\":\"7418 AJ\",\"address\":\"6b Zutphenseweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@citycharging.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":356,\"name\":\"Power Dot S.A\",\"businessName\":\"Power Dot S.A\",\"regNo\":\"514790342\",\"vatNo\":null,\"country\":\"PT\",\"region\":null,\"city\":\"Lisboa\",\"postcode\":\"250-096\",\"address\":\"17 6B R. Carlos Alberto da Mota Pinto\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ramos Afonso\",\"email\":\"acr@powerdot.pt\",\"phone\":\"00351 91 44 56 54 3\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":357,\"name\":\"IMAC2 SAS\",\"businessName\":\"IMAC2 SAS\",\"regNo\":\"421334566\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Cannet\",\"postcode\":\"06110\",\"address\":\"50 avenue du Campon\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julienne St\\u00e9phane\",\"email\":null,\"phone\":\"s.julienne@rivieracarcenter.fr\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":358,\"name\":\"Be Charge S.r.l.\",\"businessName\":\"Be Charge S.r.l.\",\"regNo\":\"09957510960\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20143\",\"address\":\"11 Via Carlo Bo\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paolo Martini\",\"email\":\"invoice.italia@bepower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":359,\"name\":\"MACRIS SAS\",\"businessName\":\"MACRIS SAS\",\"regNo\":\"341760148\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Creissels\",\"postcode\":\"12100\",\"address\":\"Route de St Affrique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian CABIRON\",\"email\":\"christian.cabiron@socamil.leclerc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":361,\"name\":\"Syndicat de la Di\\u00e8ge\",\"businessName\":\"Syndicat de la Di\\u00e8ge\",\"regNo\":\"200 078 947\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ussel\",\"postcode\":\"19200\",\"address\":\"2 Avenue de Beauregard\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre CHEVALIER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":362,\"name\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"businessName\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Gu\\u00e9ret\",\"postcode\":\"23000\",\"address\":\"11 Avenue Pierre Mend\\u00e8s\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 MAVIGNER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":363,\"name\":\"Free To X S.r.l.\",\"businessName\":\"Free To X S.r.l.\",\"regNo\":\"07516911000\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Rome\",\"postcode\":\"00159\",\"address\":\"50 via A. Bergamini\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piolo Andrea\",\"email\":\"andrea.piolo@freeto-x.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":364,\"name\":\"CPO - Wattify BV\",\"businessName\":\"CPO - Wattify BV\",\"regNo\":\"0777610990\",\"vatNo\":\"BE0777610990\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"kriephoekstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitry Smagghe\",\"email\":\"dimitry@wattify.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":365,\"name\":\"R\\u00e9gie Services Energie\",\"businessName\":\"R\\u00e9gie Services Energie\",\"regNo\":\"43887287100019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AMBERIEUX EN DOMBES\",\"postcode\":\"01330\",\"address\":\"577 route de Saint -Trivier sur Moignans\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Marc GEORGE\",\"email\":\"comptabilite@oriosbyspie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":366,\"name\":\"Abel&Co\",\"businessName\":\"Abel&Co\",\"regNo\":\"18052596\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Tilburg\",\"postcode\":\"5046AT\",\"address\":\"38 Goirekekanaaldijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van den Dries Monicue\",\"email\":\"monicue@abelenco.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":367,\"name\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"businessName\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"regNo\":\"000003234533\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Soest\",\"postcode\":\"3768HL\",\"address\":\"108 Birkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leijdekker Ruben\",\"email\":\"rleijdekker@avia.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":368,\"name\":\"EnerMia\",\"businessName\":\"EnerMia\",\"regNo\":\"MO - 412382\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Modena\",\"postcode\":\"41121\",\"address\":\"41 Corso Vittorio Emanuele II\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flavia Samori\",\"email\":\"f.samori@enermia.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":369,\"name\":\"BEC Construction Champagne\",\"businessName\":\"BEC Construction Champagne\",\"regNo\":\"463 200 725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Epernay\",\"postcode\":\"51200\",\"address\":\"6 All\\u00e9e de la Cote des Blancs\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marchand Cassandra\",\"email\":\"c.marchand@becchampagne.fayat.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":370,\"name\":\"NW IECharge Bretagne\",\"businessName\":\"NW IECharge Bretagne\",\"regNo\":\"898279251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75007\",\"address\":\"34 avenue Bosquet\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wassenaar Bram\",\"email\":\"bram.wassenaar.partner@iecharge.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":371,\"name\":\"Meubles Ikea France\",\"businessName\":\"Meubles Ikea France\",\"regNo\":\"RCS B 351 745 724\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"PLAISIR Cedex\",\"postcode\":\"78 375 , BP 129,\",\"address\":\"425 rue Henri Barbusse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ARFAOUI Said\",\"email\":\"said.arfaoui@izivia.com\",\"phone\":\"(+33) 7 76 23 00 25\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":372,\"name\":\"CPO - Saascharge International GmbH\",\"businessName\":\"CPO - Saascharge International GmbH\",\"regNo\":\"CH-020.4.074.493-5\",\"vatNo\":null,\"country\":\"CH\",\"region\":null,\"city\":\"Glattpark (Opfikon)\",\"postcode\":\"8152\",\"address\":\"117 Thurgauerstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Albrecht Richard\",\"email\":\"richard.albrecht@saascharge.com\",\"phone\":\"(+41) 7 63 90 01 77\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@saascharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Richard Albrecht\",\"email\":\"finance@saascharge.com\",\"phone\":\"+41445864550\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":373,\"name\":\"Borneco\",\"businessName\":\"Borneco\",\"regNo\":\"90510266100014\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"142 avenue dausmenil\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Minaeian Sasan\",\"email\":\"sasan.minaeian@wattzhub.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":374,\"name\":\"ENEXTEN\",\"businessName\":\"ENEXTEN\",\"regNo\":\"882828726\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chavanod\",\"postcode\":\"74650\",\"address\":\"178 Route de cran gevrier\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krari Sara\",\"email\":\"sara.krari@nexteneo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":375,\"name\":\"ALP-EV\",\"businessName\":\"ALP-EV\",\"regNo\":\"85903108\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"BREDA\",\"postcode\":\"4814 RE\",\"address\":\"266 Leursebaan\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van der Lof Jochem\",\"email\":\"support@alp-ev.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":376,\"name\":\"Evadea\",\"businessName\":\"Evadea\",\"regNo\":\"500759683\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-DENIS\",\"postcode\":\"93200\",\"address\":\"1 PLACE DE LA BERLINE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DADOU Thomas\",\"email\":\"thomas.dadou@spie.com\",\"phone\":\"(+33) 7 60 26 22 20\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":377,\"name\":\"Gaia Green Tech S.L.\",\"businessName\":\"Gaia Green Tech S.L.\",\"regNo\":\"B40571002\",\"vatNo\":\"ESB40571002\",\"country\":\"ES\",\"region\":null,\"city\":\"Valencia\",\"postcode\":\"46022\",\"address\":\"11, 2nd floor, Apt. 9 Calle de Felipe Salvador\",\"lastUpdatedAt\":\"2025-03-04T10:00:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Siudzinski Wojtek\",\"email\":\"wojtek@gaiagreen.tech\",\"phone\":\"(+34) 6 84 28 68 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":378,\"name\":\"Sevdec\",\"businessName\":\"Sevdec\",\"regNo\":\"38064471600017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76100\",\"address\":\"20 rue David Ferrand\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":379,\"name\":\"Area Tech\",\"businessName\":\"Area Tech\",\"regNo\":\"854036308\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"MARCQ EN BAROEUL\",\"postcode\":\"59700\",\"address\":\"340 avenue de La Marne\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bonneville Renaud\",\"email\":\"renaud.bonneville@area-tech.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":380,\"name\":\"EMSP- Monta ApS\",\"businessName\":\"EMSP- Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":381,\"name\":\"GROUPE MOBELEC\",\"businessName\":\"GROUPE MOBELEC\",\"regNo\":\"88990931300021\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecully\",\"postcode\":\"69130\",\"address\":\"12 Chemin de Chalin\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaume Christophe\",\"email\":\"christophe.gaume@groupe-mobelec.fr\",\"phone\":\"(+33) 6 02 49 69 54\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":382,\"name\":\"ProperPhi\",\"businessName\":\"ProperPhi\",\"regNo\":\"89193764100027\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"8 rue de la Chesnaie\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":383,\"name\":\"Time2Plug\",\"businessName\":\"Time2Plug\",\"regNo\":\"912044948\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"13 avenue Boudon\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heripret Edouard\",\"email\":\"edouard@time2plug.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":384,\"name\":\"SunXLium\",\"businessName\":\"SunXLium\",\"regNo\":\"843721390\",\"vatNo\":null,\"country\":\"DM\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"9 Anatole de la Forge\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chady Fadil\",\"email\":\"fadil.chady@sunxlium.com\",\"phone\":\"(+23) 0 59 77 69 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":385,\"name\":\"Laadkompas B.V.\",\"businessName\":\"Laadkompas B.V.\",\"regNo\":\"75246740\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Almere\",\"postcode\":\"1322 CH\",\"address\":\"100 Transistorstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Khan Mazhar\",\"email\":\"administratie@laadkompas.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":386,\"name\":\"Atlante Srl\",\"businessName\":\"Atlante Srl\",\"regNo\":\"2635708\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20137\",\"address\":\"3 Piazzale Lodi\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Atlante Invoicing\",\"email\":\"invoices@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":388,\"name\":\"Eoliberty\",\"businessName\":\"Eoliberty\",\"regNo\":\"91844486000012\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vierzon\",\"postcode\":\"18100\",\"address\":\"All\\u00e9e Geroges Charpak\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GEHA Daniel\",\"email\":\"daniel.geha@eova.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":389,\"name\":\"Dropnplug\",\"businessName\":\"Dropnplug\",\"regNo\":\"88206038700017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rennes\",\"postcode\":\"35000\",\"address\":\"26 Avenue Chardonnet\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"lebrize claude\",\"email\":\"claude.lebrize@dropnplug.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":390,\"name\":\"EMSP- Diego Luxembourg\",\"businessName\":\"EMSP- Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":392,\"name\":\"Brussels Kois\",\"businessName\":\"Brussels Kois\",\"regNo\":\"BE 0820.015.135\",\"vatNo\":\"BE 0820.015.135\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Edmond Plas\",\"email\":\"sandra@capitalecars.be\",\"phone\":\"+32475235296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":397,\"name\":\"Tom Van Damme\",\"businessName\":\"Tom Van Damme\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Beukenlaan 40, 2110 Wijnegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Van Damme\",\"email\":\"tomvandamme001@gmail.com\",\"phone\":\"+32494899290\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":398,\"name\":\"Dirk Poppe\",\"businessName\":\"Dirk Poppe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9420\",\"address\":\"wezelpoelstraat 102 9420 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Poppe\",\"email\":\"poppe_dirk@hotmail.com\",\"phone\":\"0486727713\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":399,\"name\":\"Autel Netherlands B.V.\",\"businessName\":\"Autel Netherlands B.V.\",\"regNo\":\"84342773\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"GL \\u2019S-GRAVENHAGE\",\"postcode\":\"2497\",\"address\":\"217 Laan van Waalhaven\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Huang Baixin\",\"email\":\"baixin.huang@autel.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":403,\"name\":\"Ceylan Celikoz\",\"businessName\":\"Ceylan Celikoz\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Berchem\",\"postcode\":\"2600\",\"address\":\"Kanunnik Peeters Straat 147, 2600, Berchem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ceylan Celikoz\",\"email\":\"ceylan@blulinc.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"ceylan@blulinc.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":412,\"name\":\"PPC\",\"businessName\":\"PPC\",\"regNo\":\"000786301000\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Athens\",\"postcode\":\"10432\",\"address\":\"30 Chalkokondili Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyriakos Kofinas\",\"email\":\"roaming.deiblue@dei.gr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Benos Peter\",\"email\":\"p.benos@dei.gr\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":413,\"name\":\"PLUG-N-GO\",\"businessName\":\"PLUG-N-GO\",\"regNo\":\"10848124\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"WC2H 9JQ\",\"address\":\"71-75 Shelton Street, Covent Garden\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Revill Tim\",\"email\":\"tim@plug-n-go.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Dufty Nigel\",\"email\":\"nigel@plug-n-go.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Keith Hounsell\",\"email\":\"keith@plug-n-go.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":414,\"name\":\"CPO - Grupo EasyCharger\",\"businessName\":\"CPO - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":415,\"name\":\"NORMATECH SAS [Lodmi]\",\"businessName\":\"NORMATECH SAS [Lodmi]\",\"regNo\":\"901360602\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"ARRAS\",\"postcode\":\"62000\",\"address\":\"11 RUE WILLY BRANDT BATIMENT 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Saint Machin\",\"email\":\"tsm@lodmi.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Moukhlisse Zineb\",\"email\":\"zineb@lodmi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Qu\\u00e9ru Laura\",\"email\":\"laura@lodmi.com\",\"phone\":\"(+33) 7 66 59 08 46\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":416,\"name\":\"TEA MOBILITAS\",\"businessName\":\"TEA MOBILITAS\",\"regNo\":\"09-09-027080\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Hajd\\u00faszoboszl\\u00f3\",\"postcode\":\"4200\",\"address\":\"71 Kossuth\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Heged\\u0171s-Kocsis Krisztina\",\"email\":\"kocsiskrisztina@sarkcsillag.com\",\"phone\":\"(+36) 3 03 89 07 44\"},\"billing\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":417,\"name\":\"SBS Innovations (ByWatt)\",\"businessName\":\"SBS Innovations (ByWatt)\",\"regNo\":\"68061722\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Ernst\",\"postcode\":\"8166GP\",\"address\":\"4 Korte Laarstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"technical\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"billing\":{\"contactPerson\":\"ByWatt Invoicing\",\"email\":\"invoices@bywatt.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":418,\"name\":\"EV Map\",\"businessName\":\"EV Map\",\"regNo\":\"922271564\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-FONS\",\"postcode\":\"69190\",\"address\":\"49 Boulevard LUCIEN SAMPAIX\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":422,\"name\":\"Dhsn Bv\",\"businessName\":\"Dhsn Bv\",\"regNo\":\"0781.946.296\",\"vatNo\":\"BE 0781.946.296\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilsen-Stokkem\",\"postcode\":\"3650\",\"address\":\"Borreshoefstraat 67\",\"lastUpdatedAt\":\"2024-11-27T13:01:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries Housen\",\"email\":\"dries@dhsn.be\",\"phone\":\"0498\\/409607\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":426,\"name\":\"Patrick Wastyn\",\"businessName\":\"Patrick Wastyn\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zulte\",\"postcode\":\"9870\",\"address\":\"Waalbeekpark 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Wastyn\",\"email\":\"wastynpatrick6@gmail.com\",\"phone\":\"0476059342\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":400,\"total\":839}}"} 
[2025-07-17 18:35:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":430,\"name\":\"BV Dokter R. Steenwegen\",\"businessName\":\"BV Dokter R. Steenwegen\",\"regNo\":\"0474 426 010\",\"vatNo\":\"BE0474 426 010\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1700\",\"address\":\"Molenstraat 73\",\"lastUpdatedAt\":\"2024-11-27T13:04:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":431,\"name\":\"Ronny Hindyrickx\",\"businessName\":\"Ronny Hindyrickx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Raapstraat 33\",\"lastUpdatedAt\":\"2024-11-27T13:04:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Hindyrickx\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":434,\"name\":\"V-I-C bvba\",\"businessName\":\"V-I-C bvba\",\"regNo\":\"0536.481.462\",\"vatNo\":\"BE0536.481.462\",\"country\":\"BE\",\"region\":null,\"city\":\"Zedelgem\",\"postcode\":\"8210\",\"address\":\"Diksmuidse Heirweg 51c\",\"lastUpdatedAt\":\"2024-11-27T13:05:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":435,\"name\":\"Vermoortel Chantal\",\"businessName\":\"Vermoortel Chantal\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Damme\",\"postcode\":\"Damme\",\"address\":\"Damweg 56\",\"lastUpdatedAt\":\"2024-11-27T13:08:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":443,\"name\":\"EMSP- Recharger mon auto\",\"businessName\":\"EMSP- Recharger mon auto\",\"regNo\":\"91931393200015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Aulnay-Sous-Bois\",\"postcode\":\"93600\",\"address\":\"198 Avenue de Nonneville\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rodrigues C\\u00e9dric\",\"email\":\"cedric.rodrigues@rechargermonauto.com\",\"phone\":\"0659457794\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":444,\"name\":\"YES55\",\"businessName\":\"YES55\",\"regNo\":\"950758219\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grimaud\",\"postcode\":\"83310\",\"address\":\"ZA du Grand Pont\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robelin Nicolas\",\"email\":\"nicolas.robelin@yes55.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Martin Rachel\",\"email\":\"rachel.martin@yes55.fr\",\"phone\":\"+33 7 88 77 08 15\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":445,\"name\":\"CPO - METLD (BE GREEN MOBILITY)\",\"businessName\":\"CPO - METLD (BE GREEN MOBILITY)\",\"regNo\":\"919243121\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Herblain\",\"postcode\":\"44800\",\"address\":\"1 Guglielmo Marconi\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stecchino Julien\",\"email\":\"j.stecchino@begreen-group.com\",\"phone\":\"(+33) 6 76 89 05 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":446,\"name\":\"CPO - Compleo Charging Software GmbH\",\"businessName\":\"CPO - Compleo Charging Software GmbH\",\"regNo\":\"HRB 33903\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Dortmund\",\"postcode\":\"44379\",\"address\":\"8 Ezzestra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leidgebel Dennis\",\"email\":\"dennis.leidgebel@compleo-cs.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":447,\"name\":\"Energytix.solutions\",\"businessName\":\"Energytix.solutions\",\"regNo\":\"0654.812.554\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Schaapveld 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Baes Jonas\",\"email\":\"jbaes@energytix.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Leeman Bert\",\"email\":\"bleeman@energytix.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":448,\"name\":\"Amano Europe NV\",\"businessName\":\"Amano Europe NV\",\"regNo\":\"0434 751 030\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Westerring 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Schouterden Dominic\",\"email\":\"dschouterden@amano.eu\",\"phone\":\"(+32) 4 92 11 66 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":459,\"name\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"businessName\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":\"70435\",\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Philipp\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":462,\"name\":\"EMSP- NRG Accounting BV\",\"businessName\":\"EMSP- NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":463,\"name\":\"Top Employers Belgium\",\"businessName\":\"Top Employers Belgium\",\"regNo\":\"BE0895420064\",\"vatNo\":\"BE0895420064\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Nijverheidsstraat 70, 2160 Wommelgem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":466,\"name\":\"EMSP- E.ON Drive\",\"businessName\":\"EMSP- E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":470,\"name\":\"EMSP- E.A. Business\",\"businessName\":\"EMSP- E.A. Business\",\"regNo\":\"880960182\",\"vatNo\":\"FR31880960182\",\"country\":\"FR\",\"region\":null,\"city\":\"Rillieux-La-Pape\",\"postcode\":\"69140\",\"address\":\"555 chemin du Bois\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jemoui Mehdi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Issam Arfaoui\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":473,\"name\":\"Edmond Plas\",\"businessName\":\"Edmond Plas\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5,\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandra Bulinckx\",\"email\":\"sandra@capitalecars.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":476,\"name\":\"EMSP- E-Fusion SAS\",\"businessName\":\"EMSP- E-Fusion SAS\",\"regNo\":\"912272143\",\"vatNo\":\"FR47912272143\",\"country\":\"FR\",\"region\":null,\"city\":\"Labege\",\"postcode\":\"31670\",\"address\":\"231 rue Pierre et Marie Curie\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ernest BOADI\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":482,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":493,\"name\":\"CPO - Road B.V.\",\"businessName\":\"CPO - Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":494,\"name\":\"NLCharge B.V.\",\"businessName\":\"NLCharge B.V.\",\"regNo\":\"82372829\",\"vatNo\":\"NL862440142B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1015 CN\",\"address\":\"8 Keizersgracht\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter C. Molengraaf\",\"email\":\"peter@nlcharge.nl\",\"phone\":\"(+31) 6 46 36 09 71\"},\"technical\":{\"contactPerson\":\"Becker Riccardo\",\"email\":\"riccardo@longship.io\",\"phone\":\"(+31) 2 02 11 74 58\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":495,\"name\":\"Jerecharge.com SAS\",\"businessName\":\"Jerecharge.com SAS\",\"regNo\":\"905083895\",\"vatNo\":\"FR52905083895\",\"country\":\"FR\",\"region\":null,\"city\":\"Garches\",\"postcode\":\"92380\",\"address\":\"23 rue de la c\\u00f4te Saint Louis\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Olry\",\"email\":\"christophe.olry@jerecharge.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Viguie Gilles\",\"email\":\"gilles.viguie@jerecharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":496,\"name\":\"Paragon Mobility SAS\",\"businessName\":\"Paragon Mobility SAS\",\"regNo\":\"851548404\",\"vatNo\":\"FR68851548404\",\"country\":\"FR\",\"region\":null,\"city\":\"Valbonne\",\"postcode\":\"06560\",\"address\":\"535 Route des Lucioles, Les Aqueducs \\u2013 B\\u00e2timent 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann Cortot\",\"email\":\"operations@paragonmobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 1 84 88 39 32\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":497,\"name\":\"K2 PROPERTY BV\",\"businessName\":\"K2 PROPERTY BV\",\"regNo\":\"0749.520.384\",\"vatNo\":\"BE0749.520.384\",\"country\":\"BE\",\"region\":null,\"city\":\"Kuurne\",\"postcode\":\"8520\",\"address\":\"Ringlaan 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Janssens\",\"email\":\"bruno.janssens@questforproperty.com\",\"phone\":\"+(324) 953-85959\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":500,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":502,\"name\":\"Extendas Online Informatica B.V.\",\"businessName\":\"Extendas Online Informatica B.V.\",\"regNo\":\"08154890\",\"vatNo\":\"NL817496749B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Enschede\",\"postcode\":\"7521 PK\",\"address\":\"30 Institutenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"M.A. Cauli\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Tim Bethlehem\",\"email\":\"tim@extendas.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Raphael Verreijken\",\"email\":\"raphael@extendas.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":503,\"name\":\"EMSP- SMEG D\\u00e9veloppement\",\"businessName\":\"EMSP- SMEG D\\u00e9veloppement\",\"regNo\":\"20S08489\",\"vatNo\":\"FR46000150523\",\"country\":\"FR\",\"region\":null,\"city\":\"Monaco\",\"postcode\":\"98000\",\"address\":\"10 avenue de Fontvieille\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Battaglione\",\"email\":\"smeg@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"commercial@smeg.mc\",\"phone\":\"(+377) 92 05 66 44\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":510,\"name\":\"Fastned BV\",\"businessName\":\"Fastned BV\",\"regNo\":\"54606179\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1097 DL\",\"address\":\"77R James Wattstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Langezaal\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":500,\"total\":839}}"} 
[2025-07-17 18:35:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":533,\"name\":\"Dries Uitvaartzorg\",\"businessName\":\"Dries Uitvaartzorg\",\"regNo\":\"0457645604\",\"vatNo\":\"BE 0457645604\",\"country\":\"BE\",\"region\":null,\"city\":\"Dessel\",\"postcode\":\"2480\",\"address\":\"Polderstraat 46\",\"lastUpdatedAt\":\"2024-11-27T15:58:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":536,\"name\":\"CPO - LichtBlick eMobility GmbH\",\"businessName\":\"CPO - LichtBlick eMobility GmbH\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":539,\"name\":\"CPO - Remo Sustainable Mobility S.L.\",\"businessName\":\"CPO - Remo Sustainable Mobility S.L.\",\"regNo\":\"B72745698\",\"vatNo\":\"B72745698\",\"country\":\"ES\",\"region\":null,\"city\":\"28046\",\"postcode\":\"Madrid\",\"address\":\"135 Paseo de la Castellana, 12th floor\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remo Commercial Team\",\"email\":\"info@remo-mobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":542,\"name\":\"CPO - GreenYellow eMobility SAS\",\"businessName\":\"CPO - GreenYellow eMobility SAS\",\"regNo\":\"835370842\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint - Etienne\",\"postcode\":\"42000\",\"address\":\"1 Cours Antoine Guichard\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Romain BUTTE\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Chamkhi Salma\",\"email\":\"schamkhi@greenyellow.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"eMobility B2B support GreenYellow\",\"email\":\"emobility.exploit@greenyellow.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":543,\"name\":\"EMSP - Grupo EasyCharger\",\"businessName\":\"EMSP - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":544,\"name\":\"Sven Devisscher\",\"businessName\":\"Sven Devisscher\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2350\",\"address\":\"Ossevenstraat 11, 2350 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":549,\"name\":\"LichtBlick eMobility\",\"businessName\":\"LichtBlick eMobility\",\"regNo\":null,\"vatNo\":\"HRB 11191\",\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hubach Julia\",\"email\":\"julia.hubach@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"support.emobility@lichtblick.de\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":550,\"name\":\"Bart Van Keer\",\"businessName\":\"Bart Van Keer\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Fazantenstraat 45, 9080 Lochristi\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":556,\"name\":\"EV-Quip (SRL)\",\"businessName\":\"EV-Quip (SRL)\",\"regNo\":\"0750.549.871\",\"vatNo\":\"BE0750.549.871\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16, 3900 Pelt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vandebeeck Stephan\",\"email\":\"stephan@euroquip.be\",\"phone\":\"+(324) 974-80894\"},\"technical\":{\"contactPerson\":\"Vandebeeck Louis\",\"email\":\"louis@ev-quip.be\",\"phone\":\"+32 11 81 82 18\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":557,\"name\":\"Sovana Srl\\/Bv\",\"businessName\":\"Sovana Srl\\/Bv\",\"regNo\":\"0473863608\",\"vatNo\":\"BE0473863608\",\"country\":\"BE\",\"region\":null,\"city\":\"Tervuren\",\"postcode\":\"3080\",\"address\":\"Edmond Hanssenslaan 42 , Tervuren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Martine Serrien\",\"email\":\"martine.serrien@sovana.be\",\"phone\":\"0475 68 66 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":563,\"name\":\"CPO - Mobilize Fast Charge France\",\"businessName\":\"CPO - Mobilize Fast Charge France\",\"regNo\":\"983504002\",\"vatNo\":\"FR65983504002\",\"country\":\"FR\",\"region\":null,\"city\":\"Boulogne-Billancourt\",\"postcode\":\"92100\",\"address\":\"122-122 Bis Avenue du G\\u00e9n\\u00e9ral Leclerc\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Service Facturation\",\"email\":\"fastcharge.exploitation@mobilize.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":591,\"name\":\"CPO - QWELLO GmbH\",\"businessName\":\"CPO - QWELLO GmbH\",\"regNo\":\"HRB 234481\",\"vatNo\":\"DE316810194\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80992\",\"address\":\"1 Agnes-Pockels-Bogen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Roaming Qwello\",\"email\":\"roaming@qwello.eu\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":592,\"name\":\"CPO - ChargeIn\",\"businessName\":\"CPO - ChargeIn\",\"regNo\":\"0000986332\",\"vatNo\":\"PL7011100884\",\"country\":\"PL\",\"region\":null,\"city\":\"Warszawa\",\"postcode\":\"00-654\",\"address\":\"17 ul. Jana i J\\u0119drzeja \\u015aniadeckich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Babinski Kamil\",\"email\":\"kamil.babinski@chargein.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Maciej Skoczylas\",\"email\":\"maciej.sawicki@chargein.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":594,\"name\":\"Lard Aurelie\",\"businessName\":\"Lard Aurelie\",\"regNo\":\"0763997932\",\"vatNo\":\"BE0763997932\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:04:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lard Aurelie\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":602,\"name\":\"Taxi LM\",\"businessName\":\"Taxi LM\",\"regNo\":null,\"vatNo\":\"BE0794.869.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Jozef Verbovenlei 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":607,\"name\":\"EMSP- TanQyou\",\"businessName\":\"EMSP- TanQyou\",\"regNo\":\"70223521\",\"vatNo\":\"NL851056519B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"3 The Want, 8802PV, Franeker\",\"lastUpdatedAt\":\"2025-03-31T12:38:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Harmen Akkerman\",\"email\":\"info@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":\"(+31)88 100 9877\"},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":608,\"name\":\"CPO - Optimum Way Ltd.\",\"businessName\":\"CPO - Optimum Way Ltd.\",\"regNo\":\"03-09-131907\",\"vatNo\":\"HU-26399661\",\"country\":\"HU\",\"region\":null,\"city\":\"Baja\",\"postcode\":\"6500\",\"address\":\"2 Gesztenye utca 6500 , Baja\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"OW Invoices\",\"email\":\"szamla@optimumway.hu\",\"phone\":\"0036209564490\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":609,\"name\":\"CPO - Schouten Energy\",\"businessName\":\"CPO - Schouten Energy\",\"regNo\":\"28089720\",\"vatNo\":\"NL809534034B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Alphen aan den Rijn\",\"postcode\":\"2401 LP\",\"address\":\"4 Gnephoek 2401 LP , Alphen aan den Rijn\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wiebe van der Veen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":610,\"name\":\"CPO - Go Electric Stations SRLS\",\"businessName\":\"CPO - Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella 40128 , Bologna\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":611,\"name\":\"Divani NV\",\"businessName\":\"Divani NV\",\"regNo\":\"0830.657.916\",\"vatNo\":\"BE 0830.657.916\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052\\/D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"divani@immogra.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":616,\"name\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"businessName\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"regNo\":\"HRA 6945\",\"vatNo\":\"DE266451114\",\"country\":\"DE\",\"region\":null,\"city\":\"Bochum\",\"postcode\":\"44789\",\"address\":\"56 Wittener Stra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-13T13:32:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Stocker\",\"email\":\"info@trafineo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":617,\"name\":\"EMSP- Threeforce BV\",\"businessName\":\"EMSP- Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":618,\"name\":\"CPO - Optimile Bv\",\"businessName\":\"CPO - Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":619,\"name\":\"EMSP- ZEborne\",\"businessName\":\"EMSP- ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":620,\"name\":\"Demo Account - Blulinc\",\"businessName\":\"Demo Account - Blulinc\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-01-17T08:38:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":621,\"name\":\"EMSP- Road B.V.\",\"businessName\":\"EMSP- Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":622,\"name\":\"GoGlobal Netherlands B.V\",\"businessName\":\"GoGlobal Netherlands B.V\",\"regNo\":null,\"vatNo\":\"DE 341043115\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1066 EP\",\"address\":\"John M. Keynesplein 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Amandine Guillou\",\"email\":\"amandine.guillou@goglobalgeo.com\",\"phone\":\"0203\\/331.699\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":624,\"name\":\"Hubject Partner\",\"businessName\":\"Hubject Partner\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":626,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":null,\"vatNo\":\"Parochiale Werken Ledeberg VZW\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Ledebergplein 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":628,\"name\":\"EMSP- Go Electric Stations SRLS\",\"businessName\":\"EMSP- Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":629,\"name\":\"EMSP- Digital Charging Solutions GmbH\",\"businessName\":\"EMSP- Digital Charging Solutions GmbH\",\"regNo\":\"HRB 211155 B\",\"vatNo\":\"DE312237805\",\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"18 - 19 Rosenstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Markus Bartenschlager\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Team Accounting\",\"email\":\"accounting@digitalchargingsolutions.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":600,\"total\":839}}"} 
[2025-07-17 18:35:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":635,\"name\":\"Khasanov Tamerlan\",\"businessName\":\"Khasanov Tamerlan\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kampenhout\",\"postcode\":\"1910\",\"address\":\"Schuermansstraat 41\",\"lastUpdatedAt\":\"2024-12-02T15:12:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":636,\"name\":\"Raf Sodermans\",\"businessName\":\"Raf Sodermans\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Schutteweide 26\",\"lastUpdatedAt\":\"2024-12-02T15:13:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":637,\"name\":\"EMSP- Greenflux Assets B.V.\",\"businessName\":\"EMSP- Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":638,\"name\":\"EMSP- Route220 S.R.L.\",\"businessName\":\"EMSP- Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":641,\"name\":\"Erik Saerens\",\"businessName\":\"Erik Saerens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merchtem\",\"postcode\":\"1785\",\"address\":\"Onze Lieve Vrouwstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Saerens\",\"email\":\"saerens.vdb@skynet.be\",\"phone\":\"+32485 55 58 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":645,\"name\":\"CPO - Freshmile Services\",\"businessName\":\"CPO - Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"(+33) 3 68 78 14 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":646,\"name\":\"CPO - ZE-WATT\",\"businessName\":\"CPO - ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise 31670\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":647,\"name\":\"CPO - ConnectNed B.V.\",\"businessName\":\"CPO - ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":648,\"name\":\"CPO - WattzHub\",\"businessName\":\"CPO - WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":649,\"name\":\"CPO - Bump SAS\",\"businessName\":\"CPO - Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":650,\"name\":\"EMSP- Mobilygreen SAS\",\"businessName\":\"EMSP- Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":651,\"name\":\"CPO - Shell EV Charging Solutions B.V.\",\"businessName\":\"CPO - Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":652,\"name\":\"CPO - PERETTI GROUPE SARL\",\"businessName\":\"CPO - PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":653,\"name\":\"CPO - Load Stations SAS\",\"businessName\":\"CPO - Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":654,\"name\":\"CPO - Electromaps S.L.\",\"businessName\":\"CPO - Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":655,\"name\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":656,\"name\":\"CPO - Robo Charge B.V.\",\"businessName\":\"CPO - Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":657,\"name\":\"CPO - Diego Luxembourg\",\"businessName\":\"CPO - Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":658,\"name\":\"CPO - Monta ApS\",\"businessName\":\"CPO - Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":659,\"name\":\"CPO - NRG Accounting BV\",\"businessName\":\"CPO - NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":663,\"name\":\"S.U.L.T.A.N. B.V\",\"businessName\":\"S.U.L.T.A.N. B.V\",\"regNo\":\"0755563484\",\"vatNo\":\"BE0755563484\",\"country\":\"BE\",\"region\":null,\"city\":\"Hulshout\",\"postcode\":\"2235\",\"address\":\"Hoogzand 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yasin Ozturk\",\"email\":\"ysn.ozturk87@gmail.com\",\"phone\":\"+32485005142\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":665,\"name\":\"Daeze Angelique\",\"businessName\":\"Daeze Angelique\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Roskamstraat 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daeze Angelique\",\"email\":\"angeliquedaeze@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":674,\"name\":\"Anil & Naresh - App Development Blulinc\",\"businessName\":\"Anil & Naresh - App Development Blulinc\",\"regNo\":\"BE00123456789\",\"vatNo\":\"0123456\",\"country\":\"BE\",\"region\":\"Oast-Vlaanderen\",\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Laarnebaan 106b\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Naresh Kumar\",\"email\":\"ak0506493@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":676,\"name\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"businessName\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"regNo\":\"388 758 708 00076\",\"vatNo\":\"FR31388758708\",\"country\":\"FR\",\"region\":null,\"city\":\"BAVILLIERS\",\"postcode\":\"90800\",\"address\":\"Zone Industrielle\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tun UNLU\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":677,\"name\":\"CPO - SEW Solutions GmbH\",\"businessName\":\"CPO - SEW Solutions GmbH\",\"regNo\":\"HRB 743660\",\"vatNo\":\"DE350399349\",\"country\":\"DE\",\"region\":null,\"city\":\"Ravensburg\",\"postcode\":\"88213\",\"address\":\"Stra\\u00dfe 14 Wilhelm-Brielmayer\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Manfred Frick und Andreas Kessler\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+49) 7 51 99 43 87 0\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":678,\"name\":\"CPO - Volt-Up\",\"businessName\":\"CPO - Volt-Up\",\"regNo\":\"B246172\",\"vatNo\":\"LU32451925\",\"country\":\"LU\",\"region\":null,\"city\":\"Livange\",\"postcode\":\"L-3378\",\"address\":\"3 rue de Turi\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Massimo Russo\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Voltup\",\"email\":\"administration@voltup.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":679,\"name\":\"CPO - Floading Energy Infra\",\"businessName\":\"CPO - Floading Energy Infra\",\"regNo\":\"NL859649994B01\",\"vatNo\":\"NL859649994B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6827\",\"address\":\"73 Westervoortsedijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arnaud van der Sluis\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Floading Invoicing Team\",\"email\":\"administration@floading.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":680,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":\"BE 0797.981.188\",\"vatNo\":\"0797.981.188\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ren\\u00e9 Ryckaert\",\"email\":\"reneryckaert@icloud.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":682,\"name\":\"New Hair Club\",\"businessName\":\"New Hair Club\",\"regNo\":null,\"vatNo\":\"BE0589744756\",\"country\":\"BE\",\"region\":null,\"city\":\"De Pinte\",\"postcode\":\"9840\",\"address\":\"Zuidstationstraat  16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":684,\"name\":\"Anne Clarysse\",\"businessName\":\"Anne Clarysse\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Beukendreef 13, 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":696,\"name\":\"CPO - Blink Charging Belgium (SA)\",\"businessName\":\"CPO - Blink Charging Belgium (SA)\",\"regNo\":\"0833.034.020\",\"vatNo\":\"BE 0833.034.020\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Posthoflei 3\\/4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Van Schap\",\"email\":\"interop@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"servicedesk@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"billing\":{\"contactPerson\":\"Saskia Laperre\",\"email\":\"office@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":698,\"name\":\"STX Commodities BV\",\"businessName\":\"STX INT\",\"regNo\":\"0797.789.960\",\"vatNo\":\"BE 0797.789.960\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Louizalaan 475\",\"lastUpdatedAt\":\"2025-01-17T10:36:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Jan Wesselink\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brandon Palmers\",\"email\":\"Brandon.Palmers@stxgroup.com\",\"phone\":\"+31 6 15 58 45 51\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":350},{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":714,\"name\":\"CPO - BV Smart parking Solutions\",\"businessName\":\"CPO - BV Smart parking Solutions\",\"regNo\":\"BE 0539.751.253\",\"vatNo\":\"0539.751.253\",\"country\":\"BE\",\"region\":null,\"city\":\"Bertem\",\"postcode\":\"3061\",\"address\":\"Dorpstraat 570\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@groupbeyers.com\",\"phone\":\"003223038869\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"info@smartparkingsolutions.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":715,\"name\":\"CPO - Ebee Smart Technologies GmbH\",\"businessName\":\"CPO - Ebee Smart Technologies GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":716,\"name\":\"CPO - Zemovi BV\",\"businessName\":\"CPO - Zemovi BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"'s-Gravenhage\",\"postcode\":\"2517 KT\",\"address\":\"Scheveningseweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Chu\",\"email\":\"danny@zemovi.com\",\"phone\":\"+31850602419\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@zemovi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Hafid Salhi\",\"email\":\"billing@zemovi.com\",\"phone\":\"+31(0)85 060 8489\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":717,\"name\":\"CPO - eCarUp\",\"businessName\":\"CPO - eCarUp\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"cornel.beeler@ecarup.com\",\"phone\":\"+41415101717\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@ecarup.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"invoice@ecarup.com\",\"phone\":\"+41415101717\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":718,\"name\":\"CPO - Porsche Sales and Marketplace GmbH\",\"businessName\":\"CPO - Porsche Sales and Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":null,\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":719,\"name\":\"CPO - reev GmbH\",\"businessName\":\"CPO - reev GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"M\\u00fcnchen\",\"postcode\":\"80335\",\"address\":\"Sandstra\\u00dfe 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Eduard Schlutius\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":723,\"name\":\"CPO - Schneider Electric GmbH\",\"businessName\":\"CPO - Schneider Electric GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Ratingen\",\"postcode\":\"40880\",\"address\":\"Gothaer Str. 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Stoye\",\"email\":\"tim.stoye@se.com\",\"phone\":\"+49 30 238884 240\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@inno2fleet.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Evelyn Str\\u00fcbing\",\"email\":\"invoice@inno2fleet.com\",\"phone\":\"+ 49 30 238884 240\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":724,\"name\":\"CPO - Eneco eMobility B.V.\",\"businessName\":\"CPO - Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":null,\"email\":\"jan.sass2@eneco.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":725,\"name\":\"CPO - iLumen\",\"businessName\":\"CPO - iLumen\",\"regNo\":\"0846.015.786\",\"vatNo\":\"BE 0846.015.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Tessenderlo\",\"postcode\":\"3980\",\"address\":\"Ambachtsstraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Wuyts\",\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":\"+32 13 220 200\"},\"technical\":{\"contactPerson\":null,\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":null},\"billing\":{\"contactPerson\":\"Stefanie Van Eynde\",\"email\":\"invoices@ilumen.be\",\"phone\":\"+32 13 22 02 51\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":726,\"name\":\"CPO - Picoty SAS\",\"businessName\":\"CPO - Picoty SAS\",\"regNo\":\"77734738600057\",\"vatNo\":\"FR83777347386\",\"country\":\"FR\",\"region\":null,\"city\":\"La Souterraine\",\"postcode\":\"23300\",\"address\":\"Rue Andr\\u00e9 et Guy Picoty\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel PICOTY\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 5 55 89 38 05\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":727,\"name\":\"EMSP- Tap Electric B.V.\",\"businessName\":\"EMSP- Tap Electric B.V.\",\"regNo\":\"80990819\",\"vatNo\":\"NL861879764B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1016 AC\",\"address\":\"262-A Singel\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dan Pezim\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Dan Pezim\",\"email\":\"dan@tapelectric.app\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":728,\"name\":\"CPO - SJS Services SAS\",\"businessName\":\"CPO - SJS Services SAS\",\"regNo\":\"84470864400019\",\"vatNo\":\"FR71844708644\",\"country\":\"FR\",\"region\":null,\"city\":\"Chatellerault\",\"postcode\":\"86100\",\"address\":\"69 Chemin du Marais\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jerome Princ\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":729,\"name\":\"CPO - Obornes SASU\",\"businessName\":\"CPO - Obornes SASU\",\"regNo\":null,\"vatNo\":\"817481658\",\"country\":\"BE\",\"region\":null,\"city\":\"Aix-en-Provence\",\"postcode\":\"13100\",\"address\":\"550 Rue Pierre Berthier\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dourassoff\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":735,\"name\":\"CPO - E.ON Drive\",\"businessName\":\"CPO - E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Roaming & Partner Management Team EDRI\",\"email\":\"roaming@edri.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":736,\"name\":\"CPO - Iberdrola\",\"businessName\":\"CPO - Iberdrola\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Miguel Recuenco\",\"email\":\"mrecuenco@iberdrola.es\",\"phone\":\"+34900929293\"},\"technical\":{\"contactPerson\":null,\"email\":\"smartmobility@tuiberdrola.es\",\"phone\":null},\"billing\":{\"contactPerson\":\"Mar\\u00eda \\u00c1ngeles Diaz Bueno\",\"email\":\"roaming@iberdrola.es\",\"phone\":\"+34900929293\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":700,\"total\":839}}"} 
[2025-07-17 18:35:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":738,\"name\":\"EMSP- Vandebron Energie B.V.\",\"businessName\":\"EMSP- Vandebron Energie B.V.\",\"regNo\":\"59394218\",\"vatNo\":\"NL853458194B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013KS\",\"address\":\"2a-2h Grote Bickersstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remco Wilcke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Rowald Oosterkamp\",\"email\":\"ev-facturen@vandebron.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":740,\"name\":\"Embridge Belgium BV\",\"businessName\":\"M-Tech NV - Embridge\",\"regNo\":null,\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-17T14:27:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Boodts\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":745,\"name\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"businessName\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"technical\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"billing\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":746,\"name\":\"CPO - Atlante Energy\",\"businessName\":\"CPO - Atlante Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tommaso Cresti\",\"email\":\"tommaso.cresti@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":\"operation@atlante.energy\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Atlante\",\"email\":\"invoices@atlante.energy\",\"phone\":\"+39 344 3437928\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":747,\"name\":\"CPO - Powy (TheF Charging S.r.l.)\",\"businessName\":\"CPO - Powy (TheF Charging S.r.l.)\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicol\\u00f2 Brentan\",\"email\":\"nicolo.brentan@powy.energy\",\"phone\":\"+39 800 596 704\"},\"technical\":{\"contactPerson\":\"Matteo Scaglia\",\"email\":\"matteo.scaglia@powy.energy\",\"phone\":\"+39 345 047 1604\"},\"billing\":{\"contactPerson\":\"assistenza@powy.energy\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":748,\"name\":\"CPO - Enel X Way Italia\",\"businessName\":\"CPO - Enel X Way Italia\",\"regNo\":\"IT14553401002\",\"vatNo\":\"IT14553401002\",\"country\":\"BE\",\"region\":null,\"city\":\"Roma\",\"postcode\":\"00189\",\"address\":\"Via Flaminia 970\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":749,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"DE309400054\",\"vatNo\":\"DE309400054\",\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50672\",\"address\":\"Erftstra\\u00dfe 15\\u201317\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claudia Eder\",\"email\":\"roaming@chargecloud.de\",\"phone\":\"+4922129272500\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@chargecloud.de\",\"phone\":\"+4922129272500\"},\"billing\":{\"contactPerson\":\"Markus Bach\",\"email\":\"accounting@chargecloud.de\",\"phone\":\"+4922129272500\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":750,\"name\":\"Hauset Immo NV\",\"businessName\":\"Hauset Immo NV\",\"regNo\":\"0417.032.791\",\"vatNo\":\"BE 0417.032.791\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Veldkant 2\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":\"E Heuten\",\"email\":\"e.heuten@immogra.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":751,\"name\":\"Dirk meert\",\"businessName\":\"Dirk meert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"Aalst\",\"address\":\"Hof ter Lokerenstraat 38\",\"lastUpdatedAt\":\"2024-12-02T15:38:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":759,\"name\":\"Altensys\",\"businessName\":\"EMSP- ALTENSYS\",\"regNo\":\"90018325200015\",\"vatNo\":\"FR25900183252\",\"country\":\"FR\",\"region\":null,\"city\":\"Ajaccio\",\"postcode\":\"20000\",\"address\":\"51 cours Napol\\u00e9on\",\"lastUpdatedAt\":\"2024-11-07T09:56:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phanie Masson\",\"email\":\"s.masson@altensys.fr\",\"phone\":\"+33 6 64 96 56 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":768,\"name\":\"Jean Colle\",\"businessName\":\"Jean Colle\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-26T13:04:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":772,\"name\":\"Pieter Bergez\",\"businessName\":\"Pieter Bergez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-02T14:05:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":774,\"name\":\"Service & Development  Group Belgium NV\",\"businessName\":\"Service & Development  Group Belgium NV\",\"regNo\":\"0415.874.533\",\"vatNo\":\"BE 0415.874.533\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint Denijs Westrem\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052 D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"+32 475 920 898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":785,\"name\":\"Polygon Belgium NV - Public\",\"businessName\":\"Polygon Belgium NV - Public\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1200,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":786,\"name\":\"EMSP- Enapi\",\"businessName\":\"EMSP- Enapi\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-23T14:20:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":794,\"name\":\"Better IT Support bvba\",\"businessName\":\"Better IT Support bvba\",\"regNo\":null,\"vatNo\":\"BE0884.277.437\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"Marosdelle 5\",\"lastUpdatedAt\":\"2025-01-20T15:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":800,\"name\":\"VDZ bv\",\"businessName\":\"Plug 15\",\"regNo\":\"0436.378.452\",\"vatNo\":\"BE0436.378.452\",\"country\":\"BE\",\"region\":null,\"city\":\"Lendelede\",\"postcode\":\"8860\",\"address\":\"Rozebeeksestraat 103\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lowie Devriendt\",\"email\":\"lowie.devriendt@vdz.be\",\"phone\":\"0479221868\"},\"technical\":{\"contactPerson\":\"Maxim vroman\",\"email\":\"maxim@vdz.be\",\"phone\":\"32474859585\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":801,\"name\":\"EMSP- WeVee Technologies Ltd.\",\"businessName\":\"EMSP- WeVee Technologies Ltd.\",\"regNo\":\"13427704\",\"vatNo\":\"386900859\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"W6 0NB\",\"address\":\"1 Lyric Square\",\"lastUpdatedAt\":\"2025-02-04T13:59:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dr. Rahmyn Kress\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Francesca Spengos\",\"email\":\"f@wevee.com\",\"phone\":\"+30 694 418 0518\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":802,\"name\":\"E-Shore S.r.l.\",\"businessName\":\"CPO - E-Shore\",\"regNo\":\"02382770507\",\"vatNo\":\"IT02382770507\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20122\",\"address\":\"5 Pietro Cossa\",\"lastUpdatedAt\":\"2025-02-04T14:04:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marco Maria Mele\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Vanessa Barbini\",\"email\":\"segreteria@eshoremobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Team EShore\",\"email\":\"accounting@eshoremobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":803,\"name\":\"A\\u00e9roports de la C\\u00f4te d'Azur\",\"businessName\":\"CPO - A\\u00e9roports de la C\\u00f4te d'Azur\",\"regNo\":\"493479489\",\"vatNo\":\"FR35493479489\",\"country\":\"IT\",\"region\":null,\"city\":\"NICE Cedex 3\",\"postcode\":\"06206\",\"address\":\"19 Rue Costes et Bellonte - CS 63331\",\"lastUpdatedAt\":\"2025-02-04T14:13:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Franck GOLDNADEL\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Michele Lamasse\",\"email\":\"michele.lamasse@cote-azur.aeroport.fr\",\"phone\":\"+33 4 93 21 32 82\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":804,\"name\":\"Voltalia Mobility (Yusco) SA\",\"businessName\":\"CPO - Le Plein\",\"regNo\":\"982531527\",\"vatNo\":\"FR12982531527\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75003\",\"address\":\"84 Boulevard de S\\u00e9bastopol\",\"lastUpdatedAt\":\"2025-02-04T14:24:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Lebrun\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Benjamin Lalin\",\"email\":\"benjamin.lalin@voltalia-mobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"\\u00c9quipe comptable Yusco\",\"email\":\"compta@yusco.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":813,\"name\":\"Group Projecten BV\",\"businessName\":\"EMSP- Group Projecten\",\"regNo\":\"0795634085\",\"vatNo\":\"BE0795634085\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 81\",\"lastUpdatedAt\":\"2025-02-18T09:20:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Swaef Alex\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Christa Van De Slycke\",\"email\":\"hello@gridctrl.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":814,\"name\":\"Pleevi SRL\",\"businessName\":\"Pleevi.ai\",\"regNo\":\"1017.187.332\",\"vatNo\":\"BE1017.187.332\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Boulevard du Roi Albert II 4\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Lagae\",\"email\":\"Wout.Lagae@pleevi.ai\",\"phone\":\"+32 479 27 61 89\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":815,\"name\":\"PowerGoodies\",\"businessName\":\"PowerGoodies\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-02-24T08:49:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":821,\"name\":\"Johan Joseph\",\"businessName\":\"Johan Joseph\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 18, 2930 Brasschaat\",\"lastUpdatedAt\":\"2025-02-28T08:58:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":822,\"name\":\"Tony Graziano\",\"businessName\":\"Tony Graziano\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Karlsruhelaan 20, 2400 Mol\",\"lastUpdatedAt\":\"2025-02-28T12:39:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":824,\"name\":\"TandemDrive Services B.V.\",\"businessName\":\"TandemDrive Services\",\"regNo\":null,\"vatNo\":\"NL865400684B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Delft\",\"postcode\":\"2627AB\",\"address\":\"Hooikade 13\",\"lastUpdatedAt\":\"2025-03-04T10:05:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maarten Ari\\u00ebns\",\"email\":\"maartenariens@tandemdrive.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":827,\"name\":\"Rainer Klose\",\"businessName\":\"Rainer Klose\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Van Geertstraat 17\\/3, 2060 Antwerpen\",\"lastUpdatedAt\":\"2025-03-06T15:14:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":828,\"name\":\"Piet Scherrens\",\"businessName\":\"Piet Scherrens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-10T14:07:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":832,\"name\":\"Ann Creve\",\"businessName\":\"Ann Creve\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-14T15:06:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Creve\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":836,\"name\":\"Chargit B.V.\",\"businessName\":\"EMSP- Chargit B.V.\",\"regNo\":null,\"vatNo\":\"NL863096414B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Nijmegen\",\"postcode\":\"6511EV\",\"address\":\"Nassausingel 4\",\"lastUpdatedAt\":\"2025-03-31T12:41:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Leo Konings\",\"email\":\"leo.konings@chargit.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rik Sebens\",\"email\":\"rik.sebens@chargit.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":837,\"name\":\"CPO - MoveYou B.V.\",\"businessName\":\"CPO - MoveYou B.V.\",\"regNo\":null,\"vatNo\":\"NL858013563B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"Het Want 3\",\"lastUpdatedAt\":\"2025-03-26T11:50:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":844,\"name\":\"Georgios Evangelou\",\"businessName\":\"Georgios Evangelou\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-04-14T10:42:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":800,\"total\":839}}"} 
[2025-07-17 18:35:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":861,\"name\":\"Evolut-ion services bv\",\"businessName\":\"EMSP- Evolut-ion\",\"regNo\":\"0764.959.519\",\"vatNo\":\"BE0764.959.519\",\"country\":\"BE\",\"region\":null,\"city\":\"Buggenhout\",\"postcode\":\"9255\",\"address\":\"Heideveld 26\",\"lastUpdatedAt\":\"2025-06-02T12:54:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":863,\"name\":\"Copackr.Com\",\"businessName\":\"Copackr\",\"regNo\":\"0683.478.925\",\"vatNo\":\"BE 0683.478.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T13:07:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@copackr.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":867,\"name\":\"Annemie Van Hemelrijck\",\"businessName\":\"Annemie Van Hemelrijck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Molenstraat 18, 2811 Leest\",\"lastUpdatedAt\":\"2025-06-06T07:46:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Annemie Van Hemelrijck\",\"email\":\"annemievanhemelrijck@hotmail.com\",\"phone\":\"+32496596782\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":869,\"name\":\"Swish SAS\",\"businessName\":\"EMSP- Swish SAS\",\"regNo\":\"97764942500013\",\"vatNo\":\"FR27977649425\",\"country\":\"FR\",\"region\":null,\"city\":\"Roissy en France\",\"postcode\":\"95700\",\"address\":\"385 rue de la belle \\u00e9toile\",\"lastUpdatedAt\":\"2025-06-11T10:53:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alberto Prendin\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":870,\"name\":\"EVIO - Electrical Mobility\",\"businessName\":\"EMSP- EVIO - Electrical Mobility\",\"regNo\":\"515681890\",\"vatNo\":\"PT515681890\",\"country\":\"PT\",\"region\":null,\"city\":\"Matosinhos\",\"postcode\":\"4450-017\",\"address\":\"1825 Av. Dom Afonso Henriques\",\"lastUpdatedAt\":\"2025-06-11T11:50:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carlos Almeida\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"invoices@go-evio.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":872,\"name\":\"Lily Detrez\",\"businessName\":\"Lily Detrez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Heverlee\",\"postcode\":\"3050\",\"address\":\"Fonteinstraat 38\",\"lastUpdatedAt\":\"2025-06-17T09:37:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":874,\"name\":\"Abattoir\",\"businessName\":\"Abattoir\",\"regNo\":\"0425.276.704\",\"vatNo\":\"BE 0425.276.704\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Ropsy Chaudron 24\",\"lastUpdatedAt\":\"2025-06-25T10:36:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Blancke\",\"email\":\"thomas.blancke@abattoir.be\",\"phone\":\"0472262751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@abattoir.be\",\"phone\":\"025215419\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":878,\"name\":\"Ysco\",\"businessName\":\"Ysco\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-07-04T11:52:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Dehamers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":880,\"name\":\"ENERANDO Technologies\",\"businessName\":\"CPO - ENERANDO Technologies\",\"regNo\":\"HRB 284630\",\"vatNo\":\"DE361930407\",\"country\":\"DE\",\"region\":null,\"city\":\"Garching\",\"postcode\":\"D-85748\",\"address\":\"Schleissheimer Str. 91a\",\"lastUpdatedAt\":\"2025-07-07T09:20:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthias Schmid\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":881,\"name\":\"EMSP- Oriway SAS\",\"businessName\":\"EMSP- Oriway\",\"regNo\":\"95366062800017\",\"vatNo\":\"FR70953660628\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Gilles Croix de Vie\",\"postcode\":\"85800\",\"address\":\"7 du Vent de Galerne\",\"lastUpdatedAt\":\"2025-07-15T11:57:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Natacha Burahee\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":882,\"name\":\"EMSP- Amano Europe NV\",\"businessName\":\"EMSP- Amano Europe\",\"regNo\":\"0434 751 030\",\"vatNo\":\"BE0434.751.030\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"2 Westerring\",\"lastUpdatedAt\":\"2025-07-15T12:01:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Peirsman\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":883,\"name\":\"EMSP- autoSense AG\",\"businessName\":\"EMSP- autoSense AG\",\"regNo\":\"CH-020.3.046.019-3\",\"vatNo\":\"CHE-252.080.680\",\"country\":\"CH\",\"region\":null,\"city\":\"Zurich\",\"postcode\":\"8004\",\"address\":\"141 Badenerstrasse\",\"lastUpdatedAt\":\"2025-07-15T12:20:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jaap Vossen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Department\",\"email\":\"roaming@autosense.ch\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":884,\"name\":\"EMSP- Faroud SAS\",\"businessName\":\"EMSP- Faroud\",\"regNo\":\"98154506400017\",\"vatNo\":\"FR93981545064\",\"country\":\"FR\",\"region\":null,\"city\":\"Asni\\u00e8res sur Seine\",\"postcode\":\"92600\",\"address\":\"7 rue Paul Gillet\",\"lastUpdatedAt\":\"2025-07-15T12:23:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrien Navarro\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"next\":null},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":839,\"total\":839}}"} 
[2025-07-17 18:35:24] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":9,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"T.vanvlem@netcomsolutions.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-11-30T11:22:05+00:00\",\"acceptedAt\":\"2021-11-30T11:22:05+00:00\",\"userId\":7,\"lastUpdatedAt\":\"2022-08-29T15:49:21+00:00\"},{\"id\":16,\"partnerId\":9,\"sendViaEmail\":true,\"email\":\"bgaltman@netcomsolutions.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-16T22:30:28+00:00\",\"acceptedAt\":\"2021-12-16T22:30:28+00:00\",\"userId\":35,\"lastUpdatedAt\":\"2023-11-30T13:34:18+00:00\"},{\"id\":17,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.vanstappen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-22T08:22:43+00:00\",\"acceptedAt\":\"2021-12-22T08:22:43+00:00\",\"userId\":40,\"lastUpdatedAt\":\"2022-08-29T15:49:53+00:00\"},{\"id\":23,\"partnerId\":26,\"sendViaEmail\":true,\"email\":\"info@hildesmout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T15:08:52+00:00\",\"acceptedAt\":\"2021-12-27T15:08:52+00:00\",\"userId\":47,\"lastUpdatedAt\":\"2022-08-29T15:18:50+00:00\"},{\"id\":27,\"partnerId\":27,\"sendViaEmail\":true,\"email\":\"christophecompeers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T22:45:46+00:00\",\"acceptedAt\":\"2021-12-27T22:45:46+00:00\",\"userId\":19,\"lastUpdatedAt\":\"2022-08-29T15:39:05+00:00\"},{\"id\":28,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"maaike.vandenberghe@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-29T12:23:56+00:00\",\"acceptedAt\":\"2021-12-29T12:23:56+00:00\",\"userId\":51,\"lastUpdatedAt\":\"2021-12-29T12:23:56+00:00\"},{\"id\":30,\"partnerId\":29,\"sendViaEmail\":true,\"email\":\"boekhoudingvervack@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-07T09:39:56+00:00\",\"acceptedAt\":\"2022-01-07T09:39:57+00:00\",\"userId\":57,\"lastUpdatedAt\":\"2023-11-30T14:07:24+00:00\"},{\"id\":37,\"partnerId\":45,\"sendViaEmail\":true,\"email\":\"michael@hairconsultingbymd.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-23T18:06:57+00:00\",\"acceptedAt\":\"2022-01-23T18:06:57+00:00\",\"userId\":64,\"lastUpdatedAt\":\"2023-09-28T13:04:47+00:00\"},{\"id\":38,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"Jeroen.bogaerts@junto.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":66,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":39,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"evelyne.lekime@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":67,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":41,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jan.luyckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:06:50+00:00\",\"acceptedAt\":\"2022-02-01T14:06:50+00:00\",\"userId\":69,\"lastUpdatedAt\":\"2023-01-09T12:53:03+00:00\"},{\"id\":42,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thijs.campe@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:11:45+00:00\",\"acceptedAt\":\"2022-02-01T14:11:45+00:00\",\"userId\":61,\"lastUpdatedAt\":\"2023-01-09T12:53:06+00:00\"},{\"id\":45,\"partnerId\":50,\"sendViaEmail\":true,\"email\":\"kserranne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-09T22:20:16+00:00\",\"acceptedAt\":\"2022-02-09T22:20:16+00:00\",\"userId\":76,\"lastUpdatedAt\":\"2023-11-30T14:11:41+00:00\"},{\"id\":48,\"partnerId\":47,\"sendViaEmail\":true,\"email\":\"ran.ancho@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-15T17:54:58+00:00\",\"acceptedAt\":\"2022-02-15T17:54:58+00:00\",\"userId\":68,\"lastUpdatedAt\":\"2024-05-21T13:40:16+00:00\"},{\"id\":50,\"partnerId\":52,\"sendViaEmail\":true,\"email\":\"callebautdecoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-05T08:30:15+00:00\",\"acceptedAt\":\"2022-03-05T08:30:15+00:00\",\"userId\":84,\"lastUpdatedAt\":\"2023-11-30T14:11:51+00:00\"},{\"id\":52,\"partnerId\":13,\"sendViaEmail\":true,\"email\":\"phistelle@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-08T15:26:41+00:00\",\"acceptedAt\":\"2022-03-08T15:26:41+00:00\",\"userId\":17,\"lastUpdatedAt\":\"2022-08-30T09:00:33+00:00\"},{\"id\":53,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peter.reyniers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-09T14:46:45+00:00\",\"acceptedAt\":\"2022-03-09T14:46:45+00:00\",\"userId\":90,\"lastUpdatedAt\":\"2023-01-09T12:53:28+00:00\"},{\"id\":54,\"partnerId\":53,\"sendViaEmail\":true,\"email\":\"wma.architect@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-10T12:12:33+00:00\",\"acceptedAt\":\"2022-03-10T12:12:33+00:00\",\"userId\":87,\"lastUpdatedAt\":\"2023-11-30T14:12:08+00:00\"},{\"id\":56,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-13T13:43:59+00:00\",\"acceptedAt\":\"2022-03-13T13:43:59+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2023-11-30T14:12:21+00:00\"},{\"id\":58,\"partnerId\":56,\"sendViaEmail\":true,\"email\":\"nick.houthuys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-14T06:55:08+00:00\",\"acceptedAt\":\"2022-03-14T06:55:08+00:00\",\"userId\":80,\"lastUpdatedAt\":\"2023-11-30T14:14:08+00:00\"},{\"id\":60,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"siebe.verheyen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:30:34+00:00\",\"acceptedAt\":\"2022-03-22T11:30:34+00:00\",\"userId\":103,\"lastUpdatedAt\":\"2023-01-09T12:53:32+00:00\"},{\"id\":61,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ewoud.beheydt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:51:46+00:00\",\"acceptedAt\":\"2022-03-22T11:51:46+00:00\",\"userId\":104,\"lastUpdatedAt\":\"2023-11-23T13:58:45+00:00\"},{\"id\":62,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kathleen.sels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T12:46:30+00:00\",\"acceptedAt\":\"2022-03-22T12:46:30+00:00\",\"userId\":105,\"lastUpdatedAt\":\"2023-01-09T12:53:39+00:00\"},{\"id\":63,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"koen.stevens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T13:06:55+00:00\",\"acceptedAt\":\"2022-03-22T13:06:55+00:00\",\"userId\":106,\"lastUpdatedAt\":\"2023-11-23T14:00:12+00:00\"},{\"id\":64,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"jfleconte@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T14:26:36+00:00\",\"acceptedAt\":\"2022-03-22T14:26:36+00:00\",\"userId\":102,\"lastUpdatedAt\":\"2023-01-09T13:03:52+00:00\"},{\"id\":65,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jarne.vanbelleghem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-28T11:37:25+00:00\",\"acceptedAt\":\"2022-03-28T11:37:25+00:00\",\"userId\":115,\"lastUpdatedAt\":\"2023-01-09T12:54:14+00:00\"},{\"id\":66,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-29T13:12:51+00:00\",\"acceptedAt\":\"2022-03-29T13:12:51+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-05-31T11:12:50+00:00\"},{\"id\":68,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"mathieu@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-31T08:37:08+00:00\",\"acceptedAt\":\"2022-03-31T08:37:08+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-05-31T11:12:56+00:00\"},{\"id\":72,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"bob.missoorten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T11:31:15+00:00\",\"acceptedAt\":\"2022-04-04T11:31:15+00:00\",\"userId\":119,\"lastUpdatedAt\":\"2023-01-09T12:54:17+00:00\"},{\"id\":74,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"Hilde.verstraeten@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T13:26:02+00:00\",\"acceptedAt\":\"2022-04-04T13:26:02+00:00\",\"userId\":121,\"lastUpdatedAt\":\"2023-11-30T14:23:34+00:00\"},{\"id\":78,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lode.janssens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-05T13:38:46+00:00\",\"acceptedAt\":\"2022-04-05T13:38:46+00:00\",\"userId\":123,\"lastUpdatedAt\":\"2023-01-09T12:54:20+00:00\"},{\"id\":79,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"g.van.hoey@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T08:44:39+00:00\",\"acceptedAt\":\"2022-04-07T08:44:39+00:00\",\"userId\":111,\"lastUpdatedAt\":\"2023-01-09T13:03:49+00:00\"},{\"id\":82,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"j.vandenberghe@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T14:34:30+00:00\",\"acceptedAt\":\"2022-04-07T14:34:30+00:00\",\"userId\":101,\"lastUpdatedAt\":\"2023-01-09T13:03:45+00:00\"},{\"id\":85,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.billiau@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T10:06:50+00:00\",\"acceptedAt\":\"2022-04-08T10:06:50+00:00\",\"userId\":107,\"lastUpdatedAt\":\"2023-04-03T07:55:21+00:00\"},{\"id\":87,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"s.de.roo@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T11:04:51+00:00\",\"acceptedAt\":\"2022-04-08T11:04:51+00:00\",\"userId\":100,\"lastUpdatedAt\":\"2023-01-09T13:03:43+00:00\"},{\"id\":89,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"caat.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-14T11:26:56+00:00\",\"acceptedAt\":\"2022-04-20T06:57:53+00:00\",\"userId\":131,\"lastUpdatedAt\":\"2022-08-29T14:50:06+00:00\"},{\"id\":92,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"p.mareels@belgacom.net\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-20T13:22:14+00:00\",\"acceptedAt\":\"2022-04-20T13:22:14+00:00\",\"userId\":124,\"lastUpdatedAt\":\"2023-01-31T08:43:38+00:00\"},{\"id\":94,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"l.stoffelen@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-25T15:06:36+00:00\",\"acceptedAt\":\"2022-04-25T15:06:36+00:00\",\"userId\":110,\"lastUpdatedAt\":\"2023-01-09T13:03:37+00:00\"},{\"id\":95,\"partnerId\":82,\"sendViaEmail\":true,\"email\":\"katleen.vdw@aol.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-26T08:02:13+00:00\",\"acceptedAt\":\"2022-04-26T08:02:13+00:00\",\"userId\":79,\"lastUpdatedAt\":\"2023-05-31T09:38:16+00:00\"},{\"id\":105,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:22:01+00:00\",\"acceptedAt\":\"2022-04-30T13:22:01+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-01-09T12:55:00+00:00\"},{\"id\":106,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:23:57+00:00\",\"acceptedAt\":\"2022-04-30T13:23:57+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-11-30T14:25:39+00:00\"},{\"id\":111,\"partnerId\":61,\"sendViaEmail\":true,\"email\":\"carmelo.luparello@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-05T17:28:45+00:00\",\"acceptedAt\":\"2022-05-05T17:28:45+00:00\",\"userId\":116,\"lastUpdatedAt\":\"2023-08-18T09:52:50+00:00\"},{\"id\":112,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"vmeynen@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-06T13:39:21+00:00\",\"acceptedAt\":\"2022-05-06T13:39:21+00:00\",\"userId\":109,\"lastUpdatedAt\":\"2023-01-09T12:55:03+00:00\"},{\"id\":114,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"RFID@mado.be\",\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/65425cbd-2506-47ff-bfb4-2e33e04e7135\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"sent\",\"createdAt\":\"2022-05-06T14:35:26+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-30T14:30:13+00:00\"},{\"id\":120,\"partnerId\":89,\"sendViaEmail\":true,\"email\":\"celgeenen@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T10:00:56+00:00\",\"acceptedAt\":\"2022-05-09T10:00:56+00:00\",\"userId\":145,\"lastUpdatedAt\":\"2023-09-30T06:40:58+00:00\"},{\"id\":121,\"partnerId\":90,\"sendViaEmail\":true,\"email\":\"kris@intwit.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T13:41:39+00:00\",\"acceptedAt\":\"2022-05-09T13:41:39+00:00\",\"userId\":146,\"lastUpdatedAt\":\"2022-08-29T15:01:21+00:00\"},{\"id\":122,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.desmet@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-10T08:44:04+00:00\",\"acceptedAt\":\"2022-05-10T08:44:04+00:00\",\"userId\":147,\"lastUpdatedAt\":\"2023-01-09T12:55:06+00:00\"},{\"id\":125,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ralf.joris@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T05:02:49+00:00\",\"acceptedAt\":\"2022-05-16T05:02:49+00:00\",\"userId\":143,\"lastUpdatedAt\":\"2023-01-09T12:55:09+00:00\"},{\"id\":127,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"hilde@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T09:47:43+00:00\",\"acceptedAt\":\"2022-05-16T09:47:43+00:00\",\"userId\":122,\"lastUpdatedAt\":\"2023-11-30T14:30:26+00:00\"},{\"id\":130,\"partnerId\":84,\"sendViaEmail\":true,\"email\":\"gertvanlaeken@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T17:16:29+00:00\",\"acceptedAt\":\"2022-05-16T17:16:29+00:00\",\"userId\":134,\"lastUpdatedAt\":\"2023-02-08T11:17:05+00:00\"},{\"id\":134,\"partnerId\":51,\"sendViaEmail\":true,\"email\":\"wim@entrie.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-17T16:36:14+00:00\",\"acceptedAt\":\"2022-05-17T16:36:14+00:00\",\"userId\":74,\"lastUpdatedAt\":\"2023-05-31T09:38:34+00:00\"},{\"id\":140,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nielvandingenen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:46:43+00:00\",\"acceptedAt\":\"2022-05-23T11:46:43+00:00\",\"userId\":154,\"lastUpdatedAt\":\"2023-01-09T12:55:14+00:00\"},{\"id\":141,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ine.arits@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:47:17+00:00\",\"acceptedAt\":\"2022-05-23T11:47:17+00:00\",\"userId\":155,\"lastUpdatedAt\":\"2023-11-23T14:05:03+00:00\"},{\"id\":142,\"partnerId\":92,\"sendViaEmail\":true,\"email\":\"koen@montagewinkel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T12:34:39+00:00\",\"acceptedAt\":\"2022-05-23T12:34:39+00:00\",\"userId\":142,\"lastUpdatedAt\":\"2023-05-31T11:30:11+00:00\"},{\"id\":145,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stijn.paulissen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-24T12:24:55+00:00\",\"acceptedAt\":\"2022-05-24T12:24:55+00:00\",\"userId\":160,\"lastUpdatedAt\":\"2023-01-09T12:55:38+00:00\"},{\"id\":146,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stefan.dils@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-25T10:19:27+00:00\",\"acceptedAt\":\"2022-05-25T10:19:27+00:00\",\"userId\":161,\"lastUpdatedAt\":\"2023-01-09T12:55:41+00:00\"},{\"id\":147,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jo.smeyers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T09:40:54+00:00\",\"acceptedAt\":\"2022-05-31T09:40:54+00:00\",\"userId\":162,\"lastUpdatedAt\":\"2023-11-23T14:06:32+00:00\"},{\"id\":148,\"partnerId\":94,\"sendViaEmail\":true,\"email\":\"greetverleyen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T13:27:57+00:00\",\"acceptedAt\":\"2022-05-31T13:27:57+00:00\",\"userId\":163,\"lastUpdatedAt\":\"2023-11-30T15:13:31+00:00\"},{\"id\":149,\"partnerId\":95,\"sendViaEmail\":true,\"email\":\"bart@ibucon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T14:05:24+00:00\",\"acceptedAt\":\"2022-05-31T14:05:24+00:00\",\"userId\":164,\"lastUpdatedAt\":\"2022-08-29T14:28:21+00:00\"},{\"id\":151,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kristoftollet@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:15:40+00:00\",\"acceptedAt\":\"2022-06-03T08:15:40+00:00\",\"userId\":166,\"lastUpdatedAt\":\"2023-01-09T12:55:47+00:00\"},{\"id\":152,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frank.rutten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:58:06+00:00\",\"acceptedAt\":\"2022-06-03T08:58:06+00:00\",\"userId\":167,\"lastUpdatedAt\":\"2023-01-09T12:56:46+00:00\"},{\"id\":153,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wesley.breugelmans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T13:20:31+00:00\",\"acceptedAt\":\"2022-06-03T13:20:31+00:00\",\"userId\":168,\"lastUpdatedAt\":\"2023-01-09T12:56:43+00:00\"},{\"id\":154,\"partnerId\":97,\"sendViaEmail\":true,\"email\":\"jensdv42@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-07T15:40:20+00:00\",\"acceptedAt\":\"2022-06-07T15:40:21+00:00\",\"userId\":170,\"lastUpdatedAt\":\"2022-08-29T14:49:52+00:00\"},{\"id\":155,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"geert.keustermans@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:02:17+00:00\",\"acceptedAt\":\"2022-06-08T09:02:17+00:00\",\"userId\":172,\"lastUpdatedAt\":\"2023-01-09T12:56:39+00:00\"},{\"id\":156,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"caroline.avonds@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:35:56+00:00\",\"acceptedAt\":\"2022-06-08T09:35:56+00:00\",\"userId\":173,\"lastUpdatedAt\":\"2023-01-09T12:56:36+00:00\"},{\"id\":157,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christel.boogaerts@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T12:19:29+00:00\",\"acceptedAt\":\"2022-06-08T12:19:29+00:00\",\"userId\":125,\"lastUpdatedAt\":\"2023-01-09T12:56:33+00:00\"},{\"id\":158,\"partnerId\":98,\"sendViaEmail\":true,\"email\":\"info@renodaf.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T10:33:55+00:00\",\"acceptedAt\":\"2022-06-09T10:33:56+00:00\",\"userId\":174,\"lastUpdatedAt\":\"2023-07-25T07:11:32+00:00\"},{\"id\":159,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T11:08:33+00:00\",\"acceptedAt\":\"2022-06-09T11:08:33+00:00\",\"userId\":175,\"lastUpdatedAt\":\"2022-08-29T14:50:28+00:00\"},{\"id\":161,\"partnerId\":100,\"sendViaEmail\":true,\"email\":\"koen.holvoet2@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T14:25:52+00:00\",\"acceptedAt\":\"2022-06-09T14:25:52+00:00\",\"userId\":177,\"lastUpdatedAt\":\"2023-11-30T15:20:16+00:00\"},{\"id\":163,\"partnerId\":99,\"sendViaEmail\":true,\"email\":\"kevin@buildingconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-13T07:59:15+00:00\",\"acceptedAt\":\"2022-06-13T07:59:15+00:00\",\"userId\":176,\"lastUpdatedAt\":\"2023-11-30T15:20:28+00:00\"},{\"id\":164,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lieven.keuppens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-15T16:05:35+00:00\",\"acceptedAt\":\"2022-06-15T16:05:35+00:00\",\"userId\":113,\"lastUpdatedAt\":\"2023-01-09T12:58:59+00:00\"},{\"id\":165,\"partnerId\":79,\"sendViaEmail\":true,\"email\":\"geertpennewaert@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-18T07:51:29+00:00\",\"acceptedAt\":\"2022-06-18T07:51:29+00:00\",\"userId\":156,\"lastUpdatedAt\":\"2023-11-30T15:21:15+00:00\"},{\"id\":166,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kevin.deblochouse@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-21T10:58:03+00:00\",\"acceptedAt\":\"2022-06-21T10:58:03+00:00\",\"userId\":181,\"lastUpdatedAt\":\"2023-01-09T12:59:03+00:00\"},{\"id\":168,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:53:55+00:00\",\"acceptedAt\":\"2022-06-24T09:53:55+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:53:55+00:00\"},{\"id\":169,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:54:28+00:00\",\"acceptedAt\":\"2022-06-24T09:54:28+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:54:28+00:00\"},{\"id\":170,\"partnerId\":101,\"sendViaEmail\":true,\"email\":\"wim123bisschop@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-27T08:51:23+00:00\",\"acceptedAt\":\"2022-06-27T08:51:23+00:00\",\"userId\":171,\"lastUpdatedAt\":\"2023-11-30T15:23:03+00:00\"},{\"id\":171,\"partnerId\":107,\"sendViaEmail\":true,\"email\":\"scofawom@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T09:42:32+00:00\",\"acceptedAt\":\"2022-06-28T09:42:32+00:00\",\"userId\":183,\"lastUpdatedAt\":\"2023-11-30T15:23:55+00:00\"},{\"id\":172,\"partnerId\":108,\"sendViaEmail\":true,\"email\":\"dheungens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T11:20:23+00:00\",\"acceptedAt\":\"2022-06-28T11:20:23+00:00\",\"userId\":184,\"lastUpdatedAt\":\"2023-11-30T15:24:22+00:00\"},{\"id\":173,\"partnerId\":96,\"sendViaEmail\":true,\"email\":\"freddy.van.lokeren@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-05T11:30:38+00:00\",\"acceptedAt\":\"2022-07-05T11:30:38+00:00\",\"userId\":169,\"lastUpdatedAt\":\"2023-11-30T15:24:52+00:00\"},{\"id\":174,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gino.damen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T11:53:56+00:00\",\"acceptedAt\":\"2022-07-06T11:53:56+00:00\",\"userId\":191,\"lastUpdatedAt\":\"2023-01-09T12:59:06+00:00\"},{\"id\":175,\"partnerId\":110,\"sendViaEmail\":true,\"email\":\"wim.de.blieck@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T12:29:04+00:00\",\"acceptedAt\":\"2022-07-06T12:29:04+00:00\",\"userId\":192,\"lastUpdatedAt\":\"2023-11-30T15:27:55+00:00\"},{\"id\":176,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivan.vanlooveren@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T13:09:51+00:00\",\"acceptedAt\":\"2022-07-06T13:09:51+00:00\",\"userId\":194,\"lastUpdatedAt\":\"2023-01-09T12:59:08+00:00\"},{\"id\":180,\"partnerId\":109,\"sendViaEmail\":true,\"email\":\"info@automationgroup.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-13T08:20:14+00:00\",\"acceptedAt\":\"2022-07-13T08:20:14+00:00\",\"userId\":185,\"lastUpdatedAt\":\"2022-08-29T14:17:24+00:00\"},{\"id\":182,\"partnerId\":198,\"sendViaEmail\":true,\"email\":\"pranaapanabalance@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-25T14:11:22+00:00\",\"acceptedAt\":\"2022-07-25T14:11:22+00:00\",\"userId\":204,\"lastUpdatedAt\":\"2022-08-29T13:26:48+00:00\"},{\"id\":183,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"benny.vanhooydonck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T08:22:41+00:00\",\"acceptedAt\":\"2022-08-04T08:22:41+00:00\",\"userId\":205,\"lastUpdatedAt\":\"2023-04-03T07:55:05+00:00\"},{\"id\":184,\"partnerId\":211,\"sendViaEmail\":true,\"email\":\"kris@krisdepoorter.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T09:03:40+00:00\",\"acceptedAt\":\"2022-08-04T09:03:40+00:00\",\"userId\":206,\"lastUpdatedAt\":\"2023-11-30T15:28:16+00:00\"},{\"id\":185,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ronny.boeckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T08:36:39+00:00\",\"acceptedAt\":\"2022-08-05T08:36:39+00:00\",\"userId\":207,\"lastUpdatedAt\":\"2023-01-09T12:59:15+00:00\"},{\"id\":186,\"partnerId\":197,\"sendViaEmail\":true,\"email\":\"pieter.wyckmans@quinz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T19:15:21+00:00\",\"acceptedAt\":\"2022-08-05T19:15:21+00:00\",\"userId\":200,\"lastUpdatedAt\":\"2022-08-05T19:15:21+00:00\"},{\"id\":187,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"karolien.verwimp@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-08T10:25:42+00:00\",\"acceptedAt\":\"2022-08-08T10:25:42+00:00\",\"userId\":208,\"lastUpdatedAt\":\"2023-01-09T12:59:18+00:00\"},{\"id\":188,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frederic.bonte@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-10T13:00:15+00:00\",\"acceptedAt\":\"2022-08-10T13:00:15+00:00\",\"userId\":211,\"lastUpdatedAt\":\"2023-11-23T14:09:23+00:00\"},{\"id\":192,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"davy.palmans@argeus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-12T12:05:23+00:00\",\"acceptedAt\":\"2022-08-12T12:05:24+00:00\",\"userId\":180,\"lastUpdatedAt\":\"2023-11-30T15:29:25+00:00\"},{\"id\":193,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-25T09:32:51+00:00\",\"acceptedAt\":\"2022-08-25T09:32:51+00:00\",\"userId\":217,\"lastUpdatedAt\":\"2022-08-29T13:34:27+00:00\"},{\"id\":194,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peggy.vanpeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T10:31:45+00:00\",\"acceptedAt\":\"2022-08-29T10:31:45+00:00\",\"userId\":219,\"lastUpdatedAt\":\"2023-01-09T12:59:29+00:00\"},{\"id\":195,\"partnerId\":213,\"sendViaEmail\":true,\"email\":\"yannickveny@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T12:29:12+00:00\",\"acceptedAt\":\"2022-08-29T12:29:12+00:00\",\"userId\":220,\"lastUpdatedAt\":\"2022-08-29T12:29:12+00:00\"},{\"id\":199,\"partnerId\":215,\"sendViaEmail\":true,\"email\":\"bw.services@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-06T08:44:28+00:00\",\"acceptedAt\":\"2022-09-06T08:44:28+00:00\",\"userId\":225,\"lastUpdatedAt\":\"2023-11-30T15:31:50+00:00\"},{\"id\":200,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"pieter.debusser@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-08T14:09:03+00:00\",\"acceptedAt\":\"2022-09-08T14:09:03+00:00\",\"userId\":228,\"lastUpdatedAt\":\"2023-01-09T12:59:32+00:00\"},{\"id\":201,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"guus.strooband@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-12T13:20:12+00:00\",\"acceptedAt\":\"2022-09-12T13:20:12+00:00\",\"userId\":230,\"lastUpdatedAt\":\"2023-08-24T10:42:26+00:00\"},{\"id\":202,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.vandepeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-15T13:18:28+00:00\",\"acceptedAt\":\"2022-09-15T13:18:28+00:00\",\"userId\":234,\"lastUpdatedAt\":\"2023-11-23T14:20:12+00:00\"},{\"id\":203,\"partnerId\":219,\"sendViaEmail\":true,\"email\":\"bart@ledernierdomino.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-17T17:17:31+00:00\",\"acceptedAt\":\"2022-09-17T17:17:31+00:00\",\"userId\":226,\"lastUpdatedAt\":\"2023-11-30T15:32:05+00:00\"},{\"id\":204,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"torre.roosenbroeck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T09:57:11+00:00\",\"acceptedAt\":\"2022-09-19T09:57:11+00:00\",\"userId\":235,\"lastUpdatedAt\":\"2023-01-09T13:00:47+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":12,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":100,\"total\":1122}}"} 
[2025-07-17 18:35:24] local.ERROR: PartnerInviteUpdater: Error during update. {"exception":"SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`ampeco_db_local`.`partner_invites`, CONSTRAINT `partner_invites_partner_id_foreign` FOREIGN KEY (`partner_id`) REFERENCES `partners` (`id`) ON DELETE CASCADE) (Connection: mysql, SQL: insert into `partner_invites` (`user_id`, `partner_id`, `status`, `updated_at`, `created_at`) values (7, 10, accepted, 2025-07-17 18:35:24, 2025-07-17 18:35:24))","trace":"#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('insert into `pa...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\MySqlConnection.php(42): Illuminate\\Database\\Connection->run('insert into `pa...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Processors\\MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert('insert into `pa...', Array, 'id')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3785): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId(Object(Illuminate\\Database\\Query\\Builder), 'insert into `pa...', Array, 'id')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(2205): Illuminate\\Database\\Query\\Builder->insertGetId(Array, 'id')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1408): Illuminate\\Database\\Eloquent\\Builder->__call('insertGetId', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1373): Illuminate\\Database\\Eloquent\\Model->insertAndSetId(Object(Illuminate\\Database\\Eloquent\\Builder), Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1212): Illuminate\\Database\\Eloquent\\Model->performInsert(Object(Illuminate\\Database\\Eloquent\\Builder))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1189): Illuminate\\Database\\Eloquent\\Model->save()
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(399): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1188}(Object(App\\Models\\PartnerInvite))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1188): tap(Object(App\\Models\\PartnerInvite), Object(Closure))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->create(Array)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(32): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::createOrFirst():695}(Object(Illuminate\\Database\\MySqlConnection))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1928): Illuminate\\Database\\Connection->transaction(Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->withSavepointIfNeeded(Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(682): Illuminate\\Database\\Eloquent\\Builder->createOrFirst(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(710): Illuminate\\Database\\Eloquent\\Builder->firstOrCreate(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Traits\\ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->updateOrCreate(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2449): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'updateOrCreate', Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2465): Illuminate\\Database\\Eloquent\\Model->__call('updateOrCreate', Array)
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\AmpecoDataUpdater.php(82): Illuminate\\Database\\Eloquent\\Model::__callStatic('updateOrCreate', Array)
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\PartnerInviteUpdater->handle()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\PartnerInviteUpdater), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}"} 
[2025-07-17 18:43:55] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 18:43:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":1,\"name\":\"DO NOT DELETE - For App Store Approvals\",\"businessName\":\"DO NOT DELETE - For App Store Approvals\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":15,\"name\":\"Dn Construction\",\"businessName\":\"Dn Construction\",\"regNo\":\"0890.143.066\",\"vatNo\":\"BE 0890.143.066\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Temse,\",\"postcode\":\"9140\",\"address\":\"Burgem. Achiel Heymanstraat 29,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Nys\",\"email\":\"nys.danny@telenet.be\",\"phone\":\"+32477826185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":16,\"name\":\"GHL Logistics\",\"businessName\":\"GHL Logistics\",\"regNo\":\"BE0670.990.174\",\"vatNo\":\"BE0670.990.174\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Zandvoordestraat 503\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ghazaryan Hayk\",\"email\":\"info@ghllogistics.be\",\"phone\":\"0488720005\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":17,\"name\":\"JC pigeons\",\"businessName\":\"JC pigeons\",\"regNo\":\"BE0764.426.217\",\"vatNo\":\"BE0764.426.217\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Van Audenhovestraat 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jef Cuypers\",\"email\":\"jef.cuypers1@telenet.be\",\"phone\":\"0478307698\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":18,\"name\":\"Taxcon\",\"businessName\":\"Taxcon\",\"regNo\":\"BE0879.531.068\",\"vatNo\":\"BE0879.531.068\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ardooie,\",\"postcode\":\"8850\",\"address\":\"Oude Zwevezeelsestraat 22,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Van Tieghem\",\"email\":\"taxcon@skynet.be\",\"phone\":\"0475591200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":19,\"name\":\"Mark De Bleecker\",\"businessName\":\"Mark De Bleecker\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Kleemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark De Bleecker\",\"email\":\"debleecker.nv@telenet.be\",\"phone\":\"+32477391207\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":22,\"name\":\"Thor Bv\",\"businessName\":\"Thor Bv\",\"regNo\":\"0663.774.463\",\"vatNo\":\"BE 0663.774.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Grobbendonk\",\"postcode\":\"2280\",\"address\":\"Neerveld 11, 2280 Grobbendonk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Horemans\",\"email\":\"Zaakvoerder\",\"phone\":\"0476398890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":30,\"name\":\"Praktijk Sabine Deloof\",\"businessName\":\"Praktijk Sabine Deloof\",\"regNo\":null,\"vatNo\":\"BE0745.477.761\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Vuldersstraat 90,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Francois\",\"email\":\"filip.franswa@gmail.com\",\"phone\":\"0479395724\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":32,\"name\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"regNo\":\"0404584525\",\"vatNo\":\"BE0404584525\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"59 Box 1 Brusselstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jos Nyns\",\"email\":\"ali.hashem@q8.com\",\"phone\":\"+32 3 241 35 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":33,\"name\":\"CPO - Powerdale\",\"businessName\":\"CPO - Powerdale\",\"regNo\":\"0479.282.443\",\"vatNo\":\"BE0479.282.443\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"4 Kerkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain De Cat\",\"email\":null,\"phone\":\"+3285274900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":34,\"name\":\"CPO - Allego B.V.\",\"businessName\":\"CPO - Allego B.V.\",\"regNo\":\"54100038\",\"vatNo\":\"KVK 54100038\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6800 AW\",\"address\":\"73 Westervoortsedijk  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CH Pitt\",\"email\":null,\"phone\":\"+31-0800-37-45-337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":35,\"name\":\"CPO - Threeforce BV\",\"businessName\":\"CPO - Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":36,\"name\":\"CPO - IONITY GmbH\",\"businessName\":\"CPO - IONITY GmbH\",\"regNo\":\"234408\",\"vatNo\":\"HRB 234408\",\"country\":\"DE\",\"region\":null,\"city\":\"Munich\",\"postcode\":\"D-80809\",\"address\":\"84 Moosacher Strasse  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":37,\"name\":\"EMSP- Optimile Bv\",\"businessName\":\"EMSP- Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Optimile\",\"email\":\"invoices@optimile.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":39,\"name\":\"CPO - Greenflux Assets B.V.\",\"businessName\":\"CPO - Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":40,\"name\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"regNo\":\"24025263\",\"vatNo\":\"KVK24025263\",\"country\":\"NL\",\"region\":null,\"city\":\"The Hague\",\"postcode\":\"2595\",\"address\":\"50 Schenkkade\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Dochez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":41,\"name\":\"CPO - EVBox B.V.\",\"businessName\":\"CPO - EVBox B.V.\",\"regNo\":\"32165082\",\"vatNo\":\"kvk32165082\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1076 EE\",\"address\":\"115 Fred. Roeskestraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Vereenooghe\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"CDR Team EVBox\",\"email\":\"cdr@evbox.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":42,\"name\":\"EMSP- ChargePoint Austria GmbH\",\"businessName\":\"EMSP- ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hanke David\",\"email\":\"david.hanke@chargepoint.com\",\"phone\":\"(+43) 1 36 12 23 01 0\"},\"technical\":{\"contactPerson\":\"Henrik Gerdes,\",\"email\":\"support-beenergised@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rex Jackson\",\"email\":\"emsp-purchasing-beenergised@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":43,\"name\":\"Ssp\",\"businessName\":\"Ssp\",\"regNo\":\"0633.907.668\",\"vatNo\":\"BE0633.907.668\",\"country\":\"BE\",\"region\":null,\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Tuyaertsstraat 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Nuyens\",\"email\":\"nuyenssteven@gmail.com\",\"phone\":\"0487562506\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":48,\"name\":\"Dayone BV\",\"businessName\":\"Dayone BV\",\"regNo\":\"BE0776.446.693\",\"vatNo\":\"BE0776.446.693\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Dr. Paul Janssenstraat 48\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Van Schaik\",\"email\":\"michiel.vanschaik@sparkx.be\",\"phone\":\"0032472895893\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":49,\"name\":\"Casteels Vastgoed\",\"businessName\":\"Casteels Vastgoed\",\"regNo\":\"0720.632.794\",\"vatNo\":\"BE0720.632.794\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Driesstraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alex Casteels\",\"email\":\"hello@casteelsvastgoed.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":54,\"name\":\"Bimmo (BV)\",\"businessName\":\"Bimmo (BV)\",\"regNo\":\"0478.568.801\",\"vatNo\":\"BE0478.568.801\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Britselei 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anton Spits\",\"email\":\"info@brody.be\",\"phone\":\"03 663 88 07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Brody\",\"email\":\"invoice@brody.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":60,\"name\":\"Expertisebureau Vermeulen\",\"businessName\":\"Expertisebureau Vermeulen\",\"regNo\":\"0842209428\",\"vatNo\":\"BE0842209428\",\"country\":\"belgie\",\"region\":null,\"city\":\"Beveren-Waas\",\"postcode\":\"9120\",\"address\":\"Glazenleeuwstraat 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Vermeulen\",\"email\":\"michiel.vermeulen@telenet.be\",\"phone\":\"0485620791\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":63,\"name\":\"Kato VOF\",\"businessName\":\"Kato VOF\",\"regNo\":\"BE 0885.060.266\",\"vatNo\":\"0885.060.266\",\"country\":\"belgie\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Albert Van Heckelaan 9\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goossens Carls\",\"email\":\"carl.goossens2@telenet.be\",\"phone\":\"0475956056\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":68,\"name\":\"Ivo Verpraet\",\"businessName\":\"Ivo Verpraet\",\"regNo\":\"nvt\",\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Esptweg 14\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivo Verpraet\",\"email\":\"i.verpraet@telenet.be\",\"phone\":\"+(324) 973-52835\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":71,\"name\":\"BV Bakkerij Philippe\",\"businessName\":\"BV Bakkerij Philippe\",\"regNo\":\"0830.183.012\",\"vatNo\":\"BE 0830.183.012\",\"country\":\"Bekgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Hovenierstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Vergauwen\",\"email\":\"fa112908@msn.com\",\"phone\":\"+32476428613\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":74,\"name\":\"Bj\\u00f6rn De Vuyst\",\"businessName\":\"Bj\\u00f6rn De Vuyst\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Spoorwegwegel 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bj\\u00f6rn De Vuyst\",\"email\":\"bjorn.de.vuyst2@telenet.be\",\"phone\":\"0498568862\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":75,\"name\":\"Luc Bogaert\",\"businessName\":\"Luc Bogaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Kluisbergen\",\"postcode\":\"9690\",\"address\":\"Hoogweg 2 9690 Kluisbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bogaert\",\"email\":\"bogaert_luc@me.com\",\"phone\":\"0478379360\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":76,\"name\":\"Ronny Ediers\",\"businessName\":\"Ronny Ediers\",\"regNo\":\"0503.963.401\",\"vatNo\":\"BE 0503.963.401\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Raapveld 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Ediers\",\"email\":\"ronny.ediers@outlook.com\",\"phone\":\"0493056490\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":77,\"name\":\"Erwin Claes\",\"businessName\":\"Erwin Claes\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlaar\",\"postcode\":\"2590\",\"address\":\"Gasbakstraat 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erwin Claes\",\"email\":\"erwin.claes7@telenet.be\",\"phone\":\"+32490429843\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":78,\"name\":\"Bert Luysterman\",\"businessName\":\"Bert Luysterman\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Hofstade\",\"postcode\":\"9308\",\"address\":\"Steenweg op Dendermonde 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Luysterman\",\"email\":\"Luysterman.bert@gmail.com\",\"phone\":\"+32473646265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":80,\"name\":\"Wim Allegaert\",\"businessName\":\"Wim Allegaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Klaverweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Allegaert\",\"email\":\"wim.allegaert@mjladvice.com\",\"phone\":\"0474977433\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":81,\"name\":\"PLDW Bvba\",\"businessName\":\"PLDW Bvba\",\"regNo\":\"0681.652.454\",\"vatNo\":\"BE 0681.652.454\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Broekveldstraat 21, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Limbourg\",\"email\":\"info@pldwbvba.be\",\"phone\":\"+32491358050\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":86,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"regNo\":\"257600445\",\"vatNo\":\"FR257600445\",\"country\":\"FR\",\"region\":null,\"city\":\"Isneauville\",\"postcode\":\"76230\",\"address\":\"240 Rue Augustin Fresnel\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"d'Annoux Ana\\u00efs\",\"email\":\"anais.dannoux@totalenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":87,\"name\":\"P.M.G-Galuk\",\"businessName\":\"P.M.G-Galuk\",\"regNo\":\"838008932\",\"vatNo\":\"BE0838008932\",\"country\":\"BE\",\"region\":null,\"city\":\"Grimbergen\",\"postcode\":\"1800\",\"address\":\"Albrecht Rodenbachlaan 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paulina Medrek\",\"email\":\"paulina.medrek@hotmail.com\",\"phone\":\"0486077042\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":88,\"name\":\"Lyubo Test Partner\",\"businessName\":\"Lyubo Test Partner\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":93,\"name\":\"CPO - Electric 55 Charging\",\"businessName\":\"CPO - Electric 55 Charging\",\"regNo\":\"832 489 801\",\"vatNo\":\"FR832 489 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Tropez.\",\"postcode\":\"83990\",\"address\":\"Espace des Lices, 9 Bld Louis Blanc\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alicia MIRANDA\",\"email\":\"alicia@e55c.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":102,\"name\":\"EMSP- ConnectNed B.V.\",\"businessName\":\"EMSP- ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":103,\"name\":\"ChargePoly\",\"businessName\":\"ChargePoly\",\"regNo\":\"85085499300019\",\"vatNo\":\"85085499300019\",\"country\":\"FR\",\"region\":null,\"city\":\"Aix-En-Provence\",\"postcode\":\"13593\",\"address\":\"31 Parc du golf\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":105,\"name\":\"CPO - Liikennevirta Oy (VIRTA)\",\"businessName\":\"CPO - Liikennevirta Oy (VIRTA)\",\"regNo\":null,\"vatNo\":\"2588986-2\",\"country\":\"FI\",\"region\":null,\"city\":\"Helsinki\",\"postcode\":\"00180\",\"address\":\"3 Energiakuja\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":112,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AUCH\",\"postcode\":\"32008\",\"address\":\"Place de l'ancien Foirail 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":113,\"name\":\"CPO - Rossini Energy\",\"businessName\":\"CPO - Rossini Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Villeneuve-d'Ascq\",\"postcode\":\"59650\",\"address\":\"Rue Horus 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rossini Luca\",\"email\":\"luca@rossinienergy.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":114,\"name\":\"CPO - WAAT SAS\",\"businessName\":\"CPO - WAAT SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Malakoff\",\"postcode\":\"92240\",\"address\":\"Rue Raymond David 10-20\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bon Jacques-Alexis\",\"email\":\"ja.bon@waat.fr\",\"phone\":\"+33698723265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":115,\"name\":\"EMSP- Freshmile Services\",\"businessName\":\"EMSP- Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"0668781435\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 3 68 78 14 35\"},\"billing\":{\"contactPerson\":\"Invoice Freshmile\",\"email\":\"roaming@freshmile.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":117,\"name\":\"CPO - Izivia SA\",\"businessName\":\"CPO - Izivia SA\",\"regNo\":\"419070180\",\"vatNo\":\"FR51419070180\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Avenue de l'Arche 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wehbe Ramy\",\"email\":\"ramy.wehbe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Equipe Facturation itin\\u00e9rance IZIVIA\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":119,\"name\":\"SPBR1\",\"businessName\":\"SPBR1\",\"regNo\":\"538133166\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rueil Malmaison\",\"postcode\":\"92500\",\"address\":\"Avenue de Colmar 64\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":120,\"name\":\"CPO - GreenWay Infrastructure s.r.o.\",\"businessName\":\"CPO - GreenWay Infrastructure s.r.o.\",\"regNo\":\"47728086\",\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Bratislava\",\"postcode\":\"85101\",\"address\":\"Einsteinova 24\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perger Adam\",\"email\":\"adam.perger@greenwaynetwork.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":121,\"name\":\"CPO - ZEborne\",\"businessName\":\"CPO - ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":122,\"name\":\"CPO - SIPLEC\",\"businessName\":\"CPO - SIPLEC\",\"regNo\":\"315281113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ivry-sur-Seine\",\"postcode\":\"94200\",\"address\":\"Quai Marcel Boyer 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hallopeau L\\u00e9opold\",\"email\":\"l.hallopeau@siplec.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":123,\"name\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"businessName\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"regNo\":\"20002678900053\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Carcassonne\",\"postcode\":\"11000\",\"address\":\"Rue Barb\\u00e8s 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":9,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":100,\"total\":839}}"} 
[2025-07-17 18:43:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":124,\"name\":\"CPO - Clicsysteme SAS (Car2plug)\",\"businessName\":\"CPO - Clicsysteme SAS (Car2plug)\",\"regNo\":\"803965110\",\"vatNo\":\"FR42803965110\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"Rue de Peinthievre 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Benami Eyal\",\"email\":\"eyal.benami@car2plug.fr\",\"phone\":\"+33767662028\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":126,\"name\":\"CPO - Indigo Park\",\"businessName\":\"CPO - Indigo Park\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"1 Place des Degr\\u00e9s - Tour Voltaire 92800 , Puteaux\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":127,\"name\":\"CPO - ZEPHYRE\",\"businessName\":\"CPO - ZEPHYRE\",\"regNo\":\"828414656\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"Rue Lyautey 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arrighi Charles\",\"email\":\"support@zephyre.fr\",\"phone\":\"+33180977675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":128,\"name\":\"EMSP- Electromaps S.L.\",\"businessName\":\"EMSP- Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":129,\"name\":\"CPO - MODULO\",\"businessName\":\"CPO - MODULO\",\"regNo\":\"841376734\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Tours\",\"postcode\":\"37000\",\"address\":\"BLAISE PASCAL 12-14\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Debouchage Emeric\",\"email\":\"edebouchage@modulo-energies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":130,\"name\":\"EMSP- Shell EV Charging Solutions B.V.\",\"businessName\":\"EMSP- Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":131,\"name\":\"CPO - Duferco Energia S.p.a.\",\"businessName\":\"CPO - Duferco Energia S.p.a.\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Genova\",\"postcode\":\"16126\",\"address\":\"4 Via Paolo Imperiale 16126 , Genova\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Merella Francesco\",\"email\":\"f.merella@dufercoenergia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":132,\"name\":\"Aix-Marseille Provence M\\u00e9tropole\",\"businessName\":\"Aix-Marseille Provence M\\u00e9tropole\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13007\",\"address\":\"58 Boulevard Charles Livon 13007 , Marseille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"dupont anthony\",\"email\":\"anthony.dupont@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":133,\"name\":\"Exadys\",\"businessName\":\"Exadys\",\"regNo\":\"89144253500011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Almeida JP\",\"email\":\"jpalmeida@exadys.com\",\"phone\":\"+33612779883\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":134,\"name\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"businessName\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nancy Cedex\",\"postcode\":\"54035\",\"address\":\"22-24 Viaduc Kennedy c.o. n\\u00b080036 54035 , Nancy Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perrolaz Frederic\",\"email\":\"frederic.perrollaz@grand-nancy.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":135,\"name\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"businessName\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-R\\u00e9my-de-Provence\",\"postcode\":\"13210\",\"address\":\"23 Avenue des Joncades Basses 13210 , Saint-R\\u00e9my-de-Provence France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GUINTINI Corinne\",\"email\":\"corinne.guintini@ccvba.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":136,\"name\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"businessName\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"regNo\":\"200045938\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Caen\",\"postcode\":\"14000\",\"address\":\"Esplanade Brillaud de Laujardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAFFRAY Alban\",\"email\":\"araffray@sdec-energie.fr\",\"phone\":\"+33231066164\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":137,\"name\":\"CPO - Driveco\",\"businessName\":\"CPO - Driveco\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75014\",\"address\":\"10 Place de Catalogne 75014 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Belkhodja Sofiane\",\"email\":\"sofiane.belkhodja@driveco.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":138,\"name\":\"CPO - Bouygues Energies et Services\",\"businessName\":\"CPO - Bouygues Energies et Services\",\"regNo\":\"775664873\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"GUYANCOURT\",\"postcode\":\"78280\",\"address\":\"Avenue Eug\\u00e8ne Freyssinet 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":139,\"name\":\"CPO - Suraya SAS\",\"businessName\":\"CPO - Suraya SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Fort de France\",\"postcode\":\"97200\",\"address\":\"8 Rue Georges EUCHARIS 97200 , Fort de France France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mansour Husam\",\"email\":\"husam.mansour@greentechnologie.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":140,\"name\":\"CPO - Bornes Solutions\",\"businessName\":\"CPO - Bornes Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"LE PLESSIS-ROBINSON\",\"postcode\":\"92350\",\"address\":\"15 avenue Descartes 92350 , LE PLESSIS-ROBINSON France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ABDALLAH Hachim\",\"email\":\"hachim.abdallah@bornes-solutions.fr\",\"phone\":\"(+33) 7 85 71 77 63\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":141,\"name\":\"CPO - LichtBlick eMobility\",\"businessName\":\"CPO - LichtBlick eMobility\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"Steigweg 24, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Payments Lichtblick eMobility GmbH\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":143,\"name\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"businessName\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen Cedex\",\"postcode\":\"76006\",\"address\":\"108 All\\u00e9e Fran\\u00e7ois Mitterand 76006 , Rouen Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Moreno Karine\",\"email\":\"karine.moreno@metropole-rouen-normandie.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":144,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-L\\u00f4\",\"postcode\":\"50008\",\"address\":\"11 Rue Dame Denise 50008 , Saint-L\\u00f4 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BLOSSE Fr\\u00e9d\\u00e9ric\",\"email\":\"frederic.blosse@sdem50.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":145,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orvault CEDEX 01\",\"postcode\":\"44701\",\"address\":\"Rue Roland Garros - Parc d'activit\\u00e9s du Bois Cesbron - CS 60 125\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flambeaux Etienne\",\"email\":\"etienne.flambeaux@sydela.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":146,\"name\":\"CPO - EFFIA Stationnement\",\"businessName\":\"CPO - EFFIA Stationnement\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"20 rue Hector Malot 75012 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Emilien Verneret\",\"email\":\"emilien.verneret@effia.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":147,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Toulouse\",\"postcode\":\"31000\",\"address\":\"9 Rue des 3 banquets 31000 , Toulouse France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":148,\"name\":\"Territoire d'Energie 90 (TE90)\",\"businessName\":\"Territoire d'Energie 90 (TE90)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Meroux\",\"postcode\":\"90400\",\"address\":\"1 Rue de la Gare TGV , La Jonxion - Tour 5 90400 , Meroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lombard Nathalie\",\"email\":\"nlombard@territoiredenergie90.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":149,\"name\":\"CPO - Sor\\u00e9gies\",\"businessName\":\"CPO - Sor\\u00e9gies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Poitiers\",\"postcode\":\"86000\",\"address\":\"78 Avenue Jacques Coeur 86000 , Poitiers France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Traor\\u00e9 Lamine\",\"email\":\"lamine.traore@soregies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":150,\"name\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"businessName\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Roche-sur-Yon\",\"postcode\":\"85036\",\"address\":\"3 Rue du Mar\\u00e9chal Juin 85036 , La Roche-sur-Yon France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"WAKKER WORDEN Johann\",\"email\":\"infra-irve@sydev-vendee.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":151,\"name\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"businessName\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Thor\",\"postcode\":\"84250\",\"address\":\"3511 Route des Vign\\u00e8res 84250 , Le Thor France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Alexander\",\"email\":\"athomas@sev84.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":152,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montauban\",\"postcode\":\"82000\",\"address\":\"78 Avenue de l'Europe 82000 , Montauban France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Puntonet Gerard\",\"email\":\"g.puntonet@sdetg.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":153,\"name\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"businessName\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Rochette\",\"postcode\":\"77000\",\"address\":\"1 Rue Claude Bernard 77000 , La Rochette France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Boitel Marc\",\"email\":\"marc.boitel@sdesm.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":154,\"name\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"businessName\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vaivre-et-Montoille\",\"postcode\":\"70000\",\"address\":\"20 Avenue des Rives du Lac 70000 , Vaivre-et-Montoille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tonghini Fabrice\",\"email\":\"f.tonghini@sied70.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":155,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dardilly\",\"postcode\":\"69570\",\"address\":\"61 Chemin du Moulin Carron 69570 , Dardilly France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GOUBO Vladimir\",\"email\":\"vladimir.goubo@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":156,\"name\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"businessName\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pau\",\"postcode\":\"64000\",\"address\":\"4 Rue Jean Zay 64000 , Pau France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Seillade Philippe\",\"email\":\"p.seillade@sdepa.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":157,\"name\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"businessName\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Cournon D'Auvergne\",\"postcode\":\"63800\",\"address\":\"36 Rue de Sarli\\u00e8ve 63800 , Cournon D'Auvergne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Picot S\\u00e9bastien\",\"email\":\"sebastien.picot@semelec63.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":158,\"name\":\"CPO - Territoire d'Energie Orne\",\"businessName\":\"CPO - Territoire d'Energie Orne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Valframbert\",\"postcode\":\"61250\",\"address\":\"5 Rue Gatel 61250 , Valframbert France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Auvray Philippe\",\"email\":\"cedric.thomas@te61.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":159,\"name\":\"Syndicat d'Energie de l'Oise (SE60)\",\"businessName\":\"Syndicat d'Energie de l'Oise (SE60)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Till\\u00e9\",\"postcode\":\"60000\",\"address\":\"9164 Avenue des Censives 60000 , Till\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":160,\"name\":\"Morbihan \\u00e9nergies\",\"businessName\":\"Morbihan \\u00e9nergies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vannes Cedex\",\"postcode\":\"56010\",\"address\":\"27 Rue de Luscanen - CS 32610 56010 , Vannes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":161,\"name\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"businessName\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chaumont\",\"postcode\":\"52000\",\"address\":\"40 bis Avenue du Mar\\u00e9chal Foch 52000 , Chaumont France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"F\\u00e8vre Jean-Marc\",\"email\":\"rodolphe.grandjonc@sded52.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":162,\"name\":\"CPO - Territoire d'Energie Mayenne\",\"businessName\":\"CPO - Territoire d'Energie Mayenne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chang\\u00e9\",\"postcode\":\"53810\",\"address\":\"Parc Technopolis - Rue Louis de Broglie - B\\u00e2timent R 53810 , Chang\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":163,\"name\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"businessName\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecouflant\",\"postcode\":\"49000\",\"address\":\"9 Route de la Confluence 49000 , Ecouflant France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrion Marine\",\"email\":\"m.adrion@sieml.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":164,\"name\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"businessName\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Agen\",\"postcode\":\"47000\",\"address\":\"26 Rue Diderot 47000 , Agen France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blanquet B\\u00e9renger\",\"email\":\"berenger.blanquet@sdee47.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":165,\"name\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"businessName\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Mont-de-Marsan Cedex\",\"postcode\":\"40006\",\"address\":\"55 Rue Martin Luther King - CS 70627 40006 , Mont-de-Marsan Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":166,\"name\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ch\\u00e2teauroux\",\"postcode\":\"36000\",\"address\":\"2 Colbert B\\u00e2t G - Rue des Cigari\\u00e8res 36000 , Ch\\u00e2teauroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Routet Didier\",\"email\":\"d.routet@sdei36.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":167,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Thorign\\u00e9-Fouillard\",\"postcode\":\"35236\",\"address\":\"1 Avenue de Tiz\\u00e9 35236 , Thorign\\u00e9-Fouillard France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Simon Charlotte\",\"email\":\"c.simon@sde35.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":168,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33000\",\"address\":\"12 Rue du Cardinal Richaud 33000 , Bordeaux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":169,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Quimper\",\"postcode\":\"29000\",\"address\":\"9 All\\u00e9e Sully 29000 , Quimper France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Monfort Jacques\",\"email\":\"jacques.monfort@sdef.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":170,\"name\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"businessName\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Guichainville\",\"postcode\":\"27930\",\"address\":\"12 Rue Concorde 27930 , Guichainville France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":171,\"name\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"businessName\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Besan\\u00e7on\",\"postcode\":\"25000\",\"address\":\"33 Rue Cl\\u00e9ment Marot 25000 , Besan\\u00e7on France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mourot David\",\"email\":\"david.mourot@syded.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":172,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"P\\u00e9rigueux\",\"postcode\":\"24000\",\"address\":\"7 All\\u00e9e de Tourny 24000 , P\\u00e9rigueux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"VIGNERON S\\u00e9bastien\",\"email\":\"mobive@sde24.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":173,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sain-Brieuc\",\"postcode\":\"22000\",\"address\":\"53 Boulevard Carnot 22000 , Sain-Brieuc France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Connan David\",\"email\":\"david.connan@sde22.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":174,\"name\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"businessName\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Miramas\",\"postcode\":\"13141\",\"address\":\"1 Avenue Marco Polo - CS 20100 13141 , Miramas France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"APPARICIO Alexandre\",\"email\":\"alexandre.apparicio@smed13.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":175,\"name\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"businessName\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Troyes\",\"postcode\":\"10000\",\"address\":\"22 Rue Gr\\u00e9goire Pierre Herluison 10000 , Troyes France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Godin Olivier\",\"email\":\"olivier.godin@sde-aube.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":176,\"name\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"businessName\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saintes Cedex\",\"postcode\":\"17119\",\"address\":\"3 rue du Clos Fleuri - ZI de l'Ormeau de Pied - CS 60518 17119 , Saintes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ferri\\u00e8res Francois-Annet\",\"email\":\"fa.de-ferrieres@sdeer17.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":177,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laguenne\",\"postcode\":\"19150\",\"address\":\"Quartier Montana 19150 , Laguenne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BARTHEL Laurent\",\"email\":\"l.barthuel@fdee19.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":178,\"name\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"businessName\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Angoul\\u00e8me\",\"postcode\":\"16021\",\"address\":\"308 Rue de Basseau 16021 , Angoul\\u00e8me France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gauthier-Laure\",\"email\":\"lgauthier@sdeg16.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":179,\"name\":\"CPO - Porsche Slovenija d.o.o.\",\"businessName\":\"CPO - Porsche Slovenija d.o.o.\",\"regNo\":\"5758980\",\"vatNo\":null,\"country\":\"SI\",\"region\":null,\"city\":\"Ljubljana\",\"postcode\":\"SI-1000\",\"address\":\"5 Bravnicarjeva\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lukic Dusan\",\"email\":\"dusan.lukic@porsche.si\",\"phone\":\"+38631679161\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":180,\"name\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"businessName\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nice\",\"postcode\":\"06364\",\"address\":\"5 H\\u00f4tel de ville 06364 , Nice France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clavier Aur\\u00e9lien\",\"email\":\"aurelien.clavier@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":181,\"name\":\"EMSP- Stations-e SAS\",\"businessName\":\"EMSP- Stations-e SAS\",\"regNo\":\"835124280\",\"vatNo\":\"FR10835124280\",\"country\":\"FR\",\"region\":null,\"city\":\"Boussy-Saint-Antoine\",\"postcode\":\"91800\",\"address\":\"rue Marcel Pagnol 3 - 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nguyen Peth\",\"email\":\"peth.nguyen@stations-e.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":182,\"name\":\"Creos Luxembourg\",\"businessName\":\"Creos Luxembourg\",\"regNo\":null,\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Luxembourg\",\"postcode\":\"L-1248\",\"address\":\"59-61 Rue de Bouillon L-1248 , Luxembourg Luxembourg\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bertrand S\\u00e9bastien\",\"email\":\"sebastien.bertrand@creos.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":183,\"name\":\"CPO - TEVGO SAS\",\"businessName\":\"CPO - TEVGO SAS\",\"regNo\":\"87932148700024\",\"vatNo\":\"FR03879321487\",\"country\":\"FR\",\"region\":null,\"city\":\"La D\\u00e9fense Cedex\",\"postcode\":\"92069\",\"address\":\"24 cours Michelet 92069 , La D\\u00e9fense Cedex\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":184,\"name\":\"EMSP- ZE-WATT\",\"businessName\":\"EMSP- ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaigneux Eric\",\"email\":\"eric.gaigneux@ze-watt.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":185,\"name\":\"Charge Point SRL (PlugPoint)\",\"businessName\":\"Charge Point SRL (PlugPoint)\",\"regNo\":\"J40\\/11414\\/2017\",\"vatNo\":null,\"country\":\"RO\",\"state\":null,\"city\":\"Decembrie\",\"postcode\":\"077005\",\"address\":\"Sos. Giurgiului 73 - 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dunca Alexandru\",\"email\":\"alex.dunca@plugpoint.ro\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":186,\"name\":\"Interparking France SA\",\"businessName\":\"Interparking France SA\",\"regNo\":\"692 051 113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"Rue de Gramont 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Scordia R\\u00e9mi\",\"email\":\"rscordia@interparking.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":187,\"name\":\"Alfa Power\",\"businessName\":\"Alfa Power\",\"regNo\":\"11119473\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Leeds\",\"postcode\":\"LS27 0BY\",\"address\":\"Quarry Court High Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandhi Varun\",\"email\":\"v.gandhi@alfapower.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":188,\"name\":\"CPO - Croatian Telekom Inc.\",\"businessName\":\"CPO - Croatian Telekom Inc.\",\"regNo\":\"080266256\",\"vatNo\":null,\"country\":\"HR\",\"region\":null,\"city\":\"Zagreb\",\"postcode\":\"10000\",\"address\":\"Radni\\u010dka cesta 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stjepanovic Josip\",\"email\":\"josip.stjepanovic@t.ht.hr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":189,\"name\":\"Qovoltis\",\"businessName\":\"Qovoltis\",\"regNo\":\"853420032\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montrouge\",\"postcode\":\"92120\",\"address\":\"Danton 2a\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Salle Frederic\",\"email\":\"frederic.salle@qovoltis.com\",\"phone\":\"+33614011053\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":190,\"name\":\"Rambouillet Territoires\",\"businessName\":\"Rambouillet Territoires\",\"regNo\":\"20007334400067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rambouillet Cedex\",\"postcode\":\"78511\",\"address\":\"rue Gustave Eiffel - ZA Bel Air 22 - BP 40036\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Forte Carole\",\"email\":\"c.forte@rt78.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":191,\"name\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"businessName\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"regNo\":null,\"vatNo\":\"957520901\",\"country\":\"FR\",\"region\":null,\"city\":\"Lyon\",\"postcode\":\"69004\",\"address\":\"Andr\\u00e9 Bonin 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":192,\"name\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"businessName\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"regNo\":\"200067213\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Reims\",\"postcode\":\"51100\",\"address\":\"Eug\\u00e8ne Desteuque 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Humbert St\\u00e9phane\",\"email\":\"stephane.humbert@grandreims.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":193,\"name\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"businessName\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"regNo\":\"20004071500019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grenoble\",\"postcode\":\"38031\",\"address\":\"Rue Malakoff 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":194,\"name\":\"CPO - M\\u00e9tropolis\",\"businessName\":\"CPO - M\\u00e9tropolis\",\"regNo\":\"885354860\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"rue d'Astorg 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":195,\"name\":\"SEMOB\",\"businessName\":\"SEMOB\",\"regNo\":\"84877842900011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"+33428044205\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":196,\"name\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"businessName\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"regNo\":\"20005623200016\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orsay\",\"postcode\":\"91898\",\"address\":\"rue Jean Rostand 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MADA VINCENT\",\"email\":\"vincent.mada@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":199,\"name\":\"CPO - BE TROM SE\",\"businessName\":\"CPO - BE TROM SE\",\"regNo\":\"833942725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33100\",\"address\":\"Montmejean 60\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tricaud Yves\",\"email\":\"ytricaud@betrom-se.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":200,\"name\":\"EMSP- WattzHub\",\"businessName\":\"EMSP- WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":201,\"name\":\"EMSP- Maingau Energie GmbH\",\"businessName\":\"EMSP- Maingau Energie GmbH\",\"regNo\":\"113525007\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Obertshausen\",\"postcode\":\"63179\",\"address\":\"Ringstra\\u00dfe 4 - 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Armbruster\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":202,\"name\":\"EMSP- BE:MO SASU\",\"businessName\":\"EMSP- BE:MO SASU\",\"regNo\":\"823647060\",\"vatNo\":\"FR52823647060\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Esplanade du G\\u00e9n\\u00e9ral DE GAULLE 110\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthieu Codron\",\"email\":\"invoices@be-mo.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":203,\"name\":\"EMSP- Deftpower B.V.\",\"businessName\":\"EMSP- Deftpower B.V.\",\"regNo\":\"78087627\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"AW Apeldoorn\",\"postcode\":\"7317\",\"address\":\"Stadhoudersmolenweg 136\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Houthooft Anja\",\"email\":\"anja.houthooft@deftpower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":204,\"name\":\"EMSP- Chargemap SAS\",\"businessName\":\"EMSP- Chargemap SAS\",\"regNo\":\"809844731\",\"vatNo\":\"FR37809844731\",\"country\":\"FR\",\"region\":null,\"city\":\"Strasbourg\",\"postcode\":\"67200\",\"address\":\"all\\u00e9e C\\u00e9r\\u00e8s 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yoann Nussbaumer\",\"email\":\"operations@chargemap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":205,\"name\":\"EMSP- Bosch Charging Solutions GmbH\",\"businessName\":\"EMSP- Bosch Charging Solutions GmbH\",\"regNo\":\"HRB780013\",\"vatNo\":\"DE815728513\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart-Feuerbach\",\"postcode\":\"70469\",\"address\":\"Kruppstr. 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandin Hornemann\",\"email\":\"gandin.hornemann@de.bosch.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":206,\"name\":\"CPO - Route220 S.R.L.\",\"businessName\":\"CPO - Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":207,\"name\":\"EMSP- Elvah GmbH (Kreait)\",\"businessName\":\"EMSP- Elvah GmbH (Kreait)\",\"regNo\":\"HRB22989\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Grafschaft\",\"postcode\":\"53501\",\"address\":\"Oberescher weg 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gowrynath Sivaganeshamoorthy\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":208,\"name\":\"EMSP- Octopus Energy Ltd\",\"businessName\":\"EMSP- Octopus Energy Ltd\",\"regNo\":\"09263424\",\"vatNo\":\"GB 358672751\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"EC1N 2HT\",\"address\":\"Holborn 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Zoisa North-Bond\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices @ Octopus Energy\",\"email\":\"invoices-oe@octoenergy.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":209,\"name\":\"EMSP- Muvext Lda\",\"businessName\":\"EMSP- Muvext Lda\",\"regNo\":\"515419923\",\"vatNo\":\"PT515419923\",\"country\":\"PT\",\"region\":null,\"city\":\"Ilhavo\",\"postcode\":\"3830-352\",\"address\":\"PCI Creative Science Park Aveiro Region, Via do Conhecimento, Edif\\u00edcio Central\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Marques\",\"email\":\"sara.marques@muvext.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Muvext\",\"email\":\"accounting@muvext.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":210,\"name\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"regNo\":\"B49456\",\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"8069\",\"address\":\"Rue de l'Industrie 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van Breugel Willem\",\"email\":\"wibreuge@q8.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":216,\"name\":\"Fiesandri BVBA\",\"businessName\":\"Fiesandri BVBA\",\"regNo\":\"BE0677757905\",\"vatNo\":\"BE0677757905\",\"country\":\"BE\",\"region\":null,\"city\":\"lokeren\",\"postcode\":\"9160\",\"address\":\"Gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heugens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":217,\"name\":\"Rexel Nederland B.V.\",\"businessName\":\"Rexel Nederland B.V.\",\"regNo\":\"24267850\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zoetermeer\",\"postcode\":\"2712 PB\",\"address\":\"Bleiswijkseweg 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Van Dalen Michael\",\"email\":\"michael.vandalen@rexel.nl\",\"phone\":\"+31631787345\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":221,\"name\":\"Ronny Smet\",\"businessName\":\"Ronny Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":223,\"name\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"businessName\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"regNo\":\"HRA 709651\",\"vatNo\":\"709651\",\"country\":\"DE\",\"region\":null,\"city\":\"Karlsruhe\",\"postcode\":\"761321\",\"address\":\"Durlacher Allee 93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lars Walch\",\"email\":\"outbound.b2b.billing@enbw.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Service EnBW\",\"email\":\"service.emob@enbw.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":224,\"name\":\"CPO - E-Totem SAS\",\"businessName\":\"CPO - E-Totem SAS\",\"regNo\":\"53918816900020\",\"vatNo\":\"53918816900020\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"(+33) 6 88 23 42 43\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":225,\"name\":\"CPO - S\\u00e9olis\",\"businessName\":\"CPO - S\\u00e9olis\",\"regNo\":\"492041086\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Niort\",\"postcode\":\"79025\",\"address\":\"Avenue de Paris 336\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gheribi Mehdi\",\"email\":\"mgheribi@seolis.net\",\"phone\":\"(+33) 5 49 08 85 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":200,\"total\":839}}"} 
[2025-07-17 18:44:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":226,\"name\":\"CPO - Proviridis\",\"businessName\":\"CPO - Proviridis\",\"regNo\":\"750 938 722 00022\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rousset\",\"postcode\":\"13790\",\"address\":\"Avenue Victoire 135\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Et\\u00e9 Vincent\",\"email\":\"vincent.ete@proviridis.fr\",\"phone\":\"(+33) 7 50 69 52 44\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":227,\"name\":\"CPO - Drem Kft.\",\"businessName\":\"CPO - Drem Kft.\",\"regNo\":\"01 09 864967\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"H-1033\",\"address\":\"Szentendrei \\u00fat 89-93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"N\\u00e9meth \\u00c1d\\u00e1m\",\"email\":\"adam.nemeth@drem.hu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":228,\"name\":\"CPO - INOUid SAS\",\"businessName\":\"CPO - INOUid SAS\",\"regNo\":\"831159587\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"\\u00c9cully\",\"postcode\":\"69130\",\"address\":\"Chemin des Mouilles 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Briand Didier\",\"email\":\"dbriand@inouid.com\",\"phone\":\"(+33) 6 61 36 91 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":229,\"name\":\"CPO - ePower Lt.\",\"businessName\":\"CPO - ePower Lt.\",\"regNo\":null,\"vatNo\":\"645309\",\"country\":\"IE\",\"region\":null,\"city\":\"Cork\",\"postcode\":\"T23 TCY8\",\"address\":\"1 Technology House, Rockgroove Industrial Estate, Little Island\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tugwell Josef\",\"email\":\"joe.tugwell@epower.ie\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":230,\"name\":\"CPO - SAEMES SA\",\"businessName\":\"CPO - SAEMES SA\",\"regNo\":\"317 032 993 00741\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"L\\u00e9on Cladel 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MONNIER G\\u00e9raldine\",\"email\":\"geraldine.monnier@tevgo.fr\",\"phone\":\"(+33) 7 61 06 43 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":231,\"name\":\"CPO - GEA Solutions Ltd\",\"businessName\":\"CPO - GEA Solutions Ltd\",\"regNo\":\"EL099022632\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Attiki\",\"postcode\":\"19010\",\"address\":\"101 Thesi Patima, VI.PE. Kalyvion\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivanov Stefan\",\"email\":\"stefan.ivanov@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":232,\"name\":\"CPO - Autorecharge SAS\",\"businessName\":\"CPO - Autorecharge SAS\",\"regNo\":\"837 529 700\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pantin\",\"postcode\":\"93500\",\"address\":\"avenue du g\\u00e9n\\u00e9ral Leclerc 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Drif Malek\",\"email\":\"malek@autorecharge.fr\",\"phone\":\"(+33) 6 50 37 04 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":233,\"name\":\"EMSP- Bump SAS\",\"businessName\":\"EMSP- Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":234,\"name\":\"CPO - Ecophi SAS\",\"businessName\":\"CPO - Ecophi SAS\",\"regNo\":\"892147679\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"rue de la Chesnaie 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":235,\"name\":\"MEA Energies SAS\",\"businessName\":\"MEA Energies SAS\",\"regNo\":\"89487859400015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yilmaz Mehmet\",\"email\":\"mehmet.yilmaz@meaenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":236,\"name\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"businessName\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"regNo\":\"200 050 433 00024\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"64bis Rue de Monceau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"JEMMALI SANA\",\"email\":\"sana.jemmali@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":237,\"name\":\"CPO - Mobilygreen SAS\",\"businessName\":\"CPO - Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":238,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"HRB 88854\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50823\",\"address\":\"000582 6-8 Methweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Support\",\"email\":\"support@chargecloud.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":239,\"name\":\"CPO - MVM Mobiliti Kft\",\"businessName\":\"CPO - MVM Mobiliti Kft\",\"regNo\":\"0109965868\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"1037\",\"address\":\"10. Montevideo utca\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":\"pvz@lastmilesolutions.com\",\"phone\":\"(+31) 6 15 89 21 19\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":242,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Auxerre\",\"postcode\":\"89000\",\"address\":\"Avenue Foch 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":243,\"name\":\"CPO - Electra SAS\",\"businessName\":\"CPO - Electra SAS\",\"regNo\":\"891 624 884\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"rue Henri Rochefort 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarrazanas Thomas\",\"email\":\"thomas@go-electra.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":244,\"name\":\"Franklin EV Limited\",\"businessName\":\"Franklin EV Limited\",\"regNo\":\"09672645\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Wilmslow, Cheshire\",\"postcode\":\"SK9 1RA\",\"address\":\"The Lodge Alderley Road\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Byrne Robert\",\"email\":\"robert.byrne@franklinenergy.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":245,\"name\":\"CPO - SalzachSonne GmbH\",\"businessName\":\"CPO - SalzachSonne GmbH\",\"regNo\":\"370509\",\"vatNo\":\"FN 370509\",\"country\":\"AT\",\"region\":null,\"city\":\"Neukirchen\",\"postcode\":\"5741\",\"address\":\"Marktstrasse 179\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bachmaier Edwin\",\"email\":\"edwin.bachmaier@salzachsonne.at\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":246,\"name\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"businessName\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"regNo\":\"HRB 113 258 B\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10829\",\"address\":\"7-8 EUREF-Campus\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ubitricity Roaming technical support\",\"email\":\"roaming@ubitricity.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":247,\"name\":\"Syndicat mixte des Transports du bassin de Briey\",\"businessName\":\"Syndicat mixte des Transports du bassin de Briey\",\"regNo\":\"20004184600029\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Val de Briey\",\"postcode\":\"54150\",\"address\":\"2 Rue du Mar\\u00e9chal Foch\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pinna Arnaud\",\"email\":\"arnaud.pinna@st2b.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":248,\"name\":\"SAP Labs France SAS\",\"businessName\":\"SAP Labs France SAS\",\"regNo\":\"419855127\",\"vatNo\":\"FR23419855127\",\"country\":\"FR\",\"region\":null,\"city\":\"Mougins Cedex\",\"postcode\":\"06254\",\"address\":\"805 Avenue du Docteur Maurice Donat\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ben Slimane Kinza\",\"email\":\"kinza.ben.slimane@sap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":249,\"name\":\"CPO - SIPPEREC\",\"businessName\":\"CPO - SIPPEREC\",\"regNo\":\"257 500 041\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75588\",\"address\":\"173-175 Rue de Bercy\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":250,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Boves\",\"postcode\":\"80440\",\"address\":\"3 Rue C\\u00e9sar Cascabel - P\\u00f4les Jules Verne 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DURIER Christophe\",\"email\":\"christophe.durier@fde-somme.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":251,\"name\":\"CPS Asset Management SAS\",\"businessName\":\"CPS Asset Management SAS\",\"regNo\":\"493123251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"BOULOGNE BILLANCOURT\",\"postcode\":\"92100\",\"address\":\"58 AV EMILE ZOLA\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PEZET Hugues\",\"email\":\"hugues_pezet@carrefour.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":252,\"name\":\"Ville de la Garenne Colombes\",\"businessName\":\"Ville de la Garenne Colombes\",\"regNo\":\"219 200 359 00012\",\"vatNo\":\"FR65219200359\",\"country\":\"FR\",\"region\":null,\"city\":\"La Garenne-Colombes\",\"postcode\":\"92250\",\"address\":\"68 Boulevard de la R\\u00e9publique\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"correia fabricio\",\"email\":\"fabricio.correia@lagarennecolombes.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":253,\"name\":\"CPO - SGA Automation SAS\",\"businessName\":\"CPO - SGA Automation SAS\",\"regNo\":\"424246015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76000\",\"address\":\"27 Rue Jean Philippe Rameau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":254,\"name\":\"EV Maestro Ltd.\",\"businessName\":\"EV Maestro Ltd.\",\"regNo\":\"40103266553\",\"vatNo\":null,\"country\":\"LV\",\"region\":null,\"city\":\"Riga\",\"postcode\":\"LV1021\",\"address\":\"46 K-2 Ulbrokas Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Berzina Iveta\",\"email\":\"ivetab@evmaestro.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":255,\"name\":\"LUMI'iN SAS\",\"businessName\":\"LUMI'iN SAS\",\"regNo\":\"80794006900014\",\"vatNo\":\"FR30807940069\",\"country\":\"FR\",\"region\":null,\"city\":\"Malijai\",\"postcode\":\"04350\",\"address\":\"5 Le Prieure\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"LUMI'IN Superviseur\",\"email\":\"gireve@lumi-in.fr\",\"phone\":\"(+33) 7 82 94 09 59\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":257,\"name\":\"TotalEnergies Charging Services SAS\",\"businessName\":\"CPO - TotalEnergies Charging Services\",\"regNo\":\"514 933 589\",\"vatNo\":\"FR22531680445\",\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"24 Cours Michelet\",\"lastUpdatedAt\":\"2025-02-20T10:29:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Longatte\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Knafo Salom\\u00e9\",\"email\":\"salome.knafo@totalenergies.com\",\"phone\":\"+33 6 07 04 69 68\"},\"billing\":{\"contactPerson\":\"Fanny Carolei\",\"email\":\"fanny.carolei@totalenergies.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":258,\"name\":\"CPO - R\\u00e9gion Hauts-de-France\",\"businessName\":\"CPO - R\\u00e9gion Hauts-de-France\",\"regNo\":\"200053742\",\"vatNo\":\"FR25200053742\",\"country\":\"FR\",\"region\":null,\"city\":\"Lille Cedex\",\"postcode\":\"59555\",\"address\":\"155 Avenue du Pr\\u00e9sident Hoover 59555 , Lille Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":261,\"name\":\"Conny De Schepper\",\"businessName\":\"Conny De Schepper\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Haeyershoek 74\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Conny De Schepper\",\"email\":\"vdmluc68@hotmail.com\",\"phone\":\"0472942323\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":263,\"name\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"businessName\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"regNo\":\"258708585\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Palais sur Vienne\",\"postcode\":\"87410\",\"address\":\"8 rue d'Anguernaud\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":\"(+33) 6 13 44 57 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":264,\"name\":\"CPO - Clem'\",\"businessName\":\"CPO - Clem'\",\"regNo\":\"519 450 209\",\"vatNo\":\"FR49519450209\",\"country\":\"FR\",\"region\":null,\"city\":\"Neuilly-sur-Seine\",\"postcode\":\"92200\",\"address\":\"9 Villa des Sablons\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Delabona Andrews\",\"email\":\"andrews.delabona@clem-e.com\",\"phone\":\"(+33) 9 72 39 68 60\"},\"technical\":{\"contactPerson\":\"Stanislas Soufflet,\",\"email\":\"stanislas.soufflet@clem-e.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"it@clem-e.com\",\"phone\":\"0753366695\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":265,\"name\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"businessName\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dampierre en Yvelines\",\"postcode\":\"78720\",\"address\":\"9 Grande Rue\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PELLETIER Jacques\",\"email\":\"cchvc78@orange.fr\",\"phone\":\"(+33) 1 30 52 83 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":266,\"name\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"businessName\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laon\",\"postcode\":\"02007\",\"address\":\"Rue Turgot\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Moliner Yves\",\"email\":\"y.demoliner@useda.fr\",\"phone\":\"(+33) 3 23 27 15 80\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":267,\"name\":\"Camping du Lac\",\"businessName\":\"Camping du Lac\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINTE EULALIE EN BORN\",\"postcode\":\"40200\",\"address\":\"1590 Route du Lac\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gallou\\u00ebt C\\u00e9cile\",\"email\":\"contact@lecampingdulac.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":268,\"name\":\"Cogelum IDF (Citeos)\",\"businessName\":\"Cogelum IDF (Citeos)\",\"regNo\":\"B525134169\",\"vatNo\":\"FR08525134169\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92122\",\"address\":\"50 Avenue Fran\\u00e7ois Arago - CS 80002\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ismail BADIH\",\"email\":\"ismail.badih@citeos.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Carla Atiga\",\"email\":\"comptabilite.cpo@citeos.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":271,\"name\":\"Mertens Consulting BV\",\"businessName\":\"Mertens Consulting BV\",\"regNo\":\"0896.979.487\",\"vatNo\":\"BE 0896.979.487\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Smalvoortstraat 50, Turnhout , 2300\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mertens Fons\",\"email\":\"fonsmertens@me.com\",\"phone\":\"0475\\/248.968\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":272,\"name\":\"Samantha De Witte\",\"businessName\":\"Samantha De Witte\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Hoogkamerstraat 13, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samantha De Witte\",\"email\":\"samantha.dw@outlook.be\",\"phone\":\"0478365219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":273,\"name\":\"EMSP- Radicle UG\",\"businessName\":\"EMSP- Radicle UG\",\"regNo\":\"HRB231270\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Leipzig\",\"postcode\":\"04129\",\"address\":\"2 Schiebestrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ross Savage\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":278,\"name\":\"Power Shop\",\"businessName\":\"Power Shop\",\"regNo\":\"0478302941\",\"vatNo\":\"BE0478302941\",\"country\":\"BE\",\"region\":null,\"city\":\"Menen\",\"postcode\":\"8930\",\"address\":\"Delorsplein 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Logan Demeulemeester\",\"email\":\"logan.demeulemeester@hotmail.com\",\"phone\":\"0492055783\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":283,\"name\":\"e-Clearing (Test)\",\"businessName\":\"e-Clearing (Test)\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":286,\"name\":\"Christof Haeseldonckx\",\"businessName\":\"Christof Haeseldonckx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Cranenskapelstraat 1a\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christof Haeseldonckx\",\"email\":\"christofsandy@telenet.be\",\"phone\":\"0495230848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":289,\"name\":\"EMSP- Bornes Lib SAS\",\"businessName\":\"EMSP- Bornes Lib SAS\",\"regNo\":\"905139515\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"4 rue pasquier\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bah Ibrahima Sory\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":291,\"name\":\"Jurgen Munghen\",\"businessName\":\"Jurgen Munghen\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ingelmunster\",\"postcode\":\"-\",\"address\":\"H\\u00fcllhorststraat 3, Ingelmunster, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Munghen\",\"email\":\"jurgen.munghen@telenet.be\",\"phone\":\"0476531993\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":293,\"name\":\"EMSP- PERETTI GROUPE SARL\",\"businessName\":\"EMSP- PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":307,\"name\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"businessName\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Michel-sur-Orge\",\"postcode\":\"91240\",\"address\":\"16bis Rue Denis Papin\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean-Pierre Duperron\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":316,\"name\":\"Thys Interieur & Design\",\"businessName\":\"Thys Interieur & Design\",\"regNo\":\"0876145174\",\"vatNo\":\"BE0876145174\",\"country\":\"BE\",\"region\":null,\"city\":\"Eeklo\",\"postcode\":\"9900\",\"address\":\"Vrombautstraat 147\",\"lastUpdatedAt\":\"2025-05-16T13:26:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":317,\"name\":\"EMSP- Load Stations SAS\",\"businessName\":\"EMSP- Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":321,\"name\":\"CPO - ChargePoint Austria GmbH\",\"businessName\":\"CPO - ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Henrik Gerdes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":300,\"total\":839}}"} 
[2025-07-17 18:44:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":333,\"name\":\"Polinvest\",\"businessName\":\"Polinvest\",\"regNo\":\"BE0452239437\",\"vatNo\":\"BE0452239437\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 58 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyra Kuppens\",\"email\":\"kyra.kuppens@ocb.be\",\"phone\":\"080013890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":334,\"name\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":342,\"name\":\"EMSP- Eneco eMobility B.V.\",\"businessName\":\"EMSP- Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leonie Baneke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":350,\"name\":\"EMSP- Kiwhi Pass Solutions SASU\",\"businessName\":\"EMSP- Kiwhi Pass Solutions SASU\",\"regNo\":\"808 639 801\",\"vatNo\":\"FR49 808 639 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Apollinaire\",\"postcode\":\"21850\",\"address\":\"36 Rue du docteur Schmitt\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique TALLON\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":351,\"name\":\"EMSP- Robo Charge B.V.\",\"businessName\":\"EMSP- Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":352,\"name\":\"EMSP- Volkswagen Group Charging GmbH\",\"businessName\":\"EMSP- Volkswagen Group Charging GmbH\",\"regNo\":\"HRB 208967\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"1 Mollstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"ladekonzept@elli.eco\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"cpo-invoice@elli.eco\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":355,\"name\":\"CPO - City Charging BV\",\"businessName\":\"CPO - City Charging BV\",\"regNo\":\"80648088\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Deventer\",\"postcode\":\"7418 AJ\",\"address\":\"6b Zutphenseweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@citycharging.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":356,\"name\":\"Power Dot S.A\",\"businessName\":\"Power Dot S.A\",\"regNo\":\"514790342\",\"vatNo\":null,\"country\":\"PT\",\"region\":null,\"city\":\"Lisboa\",\"postcode\":\"250-096\",\"address\":\"17 6B R. Carlos Alberto da Mota Pinto\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ramos Afonso\",\"email\":\"acr@powerdot.pt\",\"phone\":\"00351 91 44 56 54 3\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":357,\"name\":\"IMAC2 SAS\",\"businessName\":\"IMAC2 SAS\",\"regNo\":\"421334566\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Cannet\",\"postcode\":\"06110\",\"address\":\"50 avenue du Campon\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julienne St\\u00e9phane\",\"email\":null,\"phone\":\"s.julienne@rivieracarcenter.fr\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":358,\"name\":\"Be Charge S.r.l.\",\"businessName\":\"Be Charge S.r.l.\",\"regNo\":\"09957510960\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20143\",\"address\":\"11 Via Carlo Bo\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paolo Martini\",\"email\":\"invoice.italia@bepower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":359,\"name\":\"MACRIS SAS\",\"businessName\":\"MACRIS SAS\",\"regNo\":\"341760148\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Creissels\",\"postcode\":\"12100\",\"address\":\"Route de St Affrique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian CABIRON\",\"email\":\"christian.cabiron@socamil.leclerc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":361,\"name\":\"Syndicat de la Di\\u00e8ge\",\"businessName\":\"Syndicat de la Di\\u00e8ge\",\"regNo\":\"200 078 947\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ussel\",\"postcode\":\"19200\",\"address\":\"2 Avenue de Beauregard\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre CHEVALIER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":362,\"name\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"businessName\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Gu\\u00e9ret\",\"postcode\":\"23000\",\"address\":\"11 Avenue Pierre Mend\\u00e8s\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 MAVIGNER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":363,\"name\":\"Free To X S.r.l.\",\"businessName\":\"Free To X S.r.l.\",\"regNo\":\"07516911000\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Rome\",\"postcode\":\"00159\",\"address\":\"50 via A. Bergamini\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piolo Andrea\",\"email\":\"andrea.piolo@freeto-x.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":364,\"name\":\"CPO - Wattify BV\",\"businessName\":\"CPO - Wattify BV\",\"regNo\":\"0777610990\",\"vatNo\":\"BE0777610990\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"kriephoekstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitry Smagghe\",\"email\":\"dimitry@wattify.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":365,\"name\":\"R\\u00e9gie Services Energie\",\"businessName\":\"R\\u00e9gie Services Energie\",\"regNo\":\"43887287100019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AMBERIEUX EN DOMBES\",\"postcode\":\"01330\",\"address\":\"577 route de Saint -Trivier sur Moignans\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Marc GEORGE\",\"email\":\"comptabilite@oriosbyspie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":366,\"name\":\"Abel&Co\",\"businessName\":\"Abel&Co\",\"regNo\":\"18052596\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Tilburg\",\"postcode\":\"5046AT\",\"address\":\"38 Goirekekanaaldijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van den Dries Monicue\",\"email\":\"monicue@abelenco.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":367,\"name\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"businessName\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"regNo\":\"000003234533\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Soest\",\"postcode\":\"3768HL\",\"address\":\"108 Birkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leijdekker Ruben\",\"email\":\"rleijdekker@avia.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":368,\"name\":\"EnerMia\",\"businessName\":\"EnerMia\",\"regNo\":\"MO - 412382\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Modena\",\"postcode\":\"41121\",\"address\":\"41 Corso Vittorio Emanuele II\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flavia Samori\",\"email\":\"f.samori@enermia.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":369,\"name\":\"BEC Construction Champagne\",\"businessName\":\"BEC Construction Champagne\",\"regNo\":\"463 200 725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Epernay\",\"postcode\":\"51200\",\"address\":\"6 All\\u00e9e de la Cote des Blancs\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marchand Cassandra\",\"email\":\"c.marchand@becchampagne.fayat.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":370,\"name\":\"NW IECharge Bretagne\",\"businessName\":\"NW IECharge Bretagne\",\"regNo\":\"898279251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75007\",\"address\":\"34 avenue Bosquet\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wassenaar Bram\",\"email\":\"bram.wassenaar.partner@iecharge.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":371,\"name\":\"Meubles Ikea France\",\"businessName\":\"Meubles Ikea France\",\"regNo\":\"RCS B 351 745 724\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"PLAISIR Cedex\",\"postcode\":\"78 375 , BP 129,\",\"address\":\"425 rue Henri Barbusse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ARFAOUI Said\",\"email\":\"said.arfaoui@izivia.com\",\"phone\":\"(+33) 7 76 23 00 25\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":372,\"name\":\"CPO - Saascharge International GmbH\",\"businessName\":\"CPO - Saascharge International GmbH\",\"regNo\":\"CH-020.4.074.493-5\",\"vatNo\":null,\"country\":\"CH\",\"region\":null,\"city\":\"Glattpark (Opfikon)\",\"postcode\":\"8152\",\"address\":\"117 Thurgauerstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Albrecht Richard\",\"email\":\"richard.albrecht@saascharge.com\",\"phone\":\"(+41) 7 63 90 01 77\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@saascharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Richard Albrecht\",\"email\":\"finance@saascharge.com\",\"phone\":\"+41445864550\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":373,\"name\":\"Borneco\",\"businessName\":\"Borneco\",\"regNo\":\"90510266100014\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"142 avenue dausmenil\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Minaeian Sasan\",\"email\":\"sasan.minaeian@wattzhub.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":374,\"name\":\"ENEXTEN\",\"businessName\":\"ENEXTEN\",\"regNo\":\"882828726\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chavanod\",\"postcode\":\"74650\",\"address\":\"178 Route de cran gevrier\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krari Sara\",\"email\":\"sara.krari@nexteneo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":375,\"name\":\"ALP-EV\",\"businessName\":\"ALP-EV\",\"regNo\":\"85903108\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"BREDA\",\"postcode\":\"4814 RE\",\"address\":\"266 Leursebaan\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van der Lof Jochem\",\"email\":\"support@alp-ev.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":376,\"name\":\"Evadea\",\"businessName\":\"Evadea\",\"regNo\":\"500759683\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-DENIS\",\"postcode\":\"93200\",\"address\":\"1 PLACE DE LA BERLINE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DADOU Thomas\",\"email\":\"thomas.dadou@spie.com\",\"phone\":\"(+33) 7 60 26 22 20\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":377,\"name\":\"Gaia Green Tech S.L.\",\"businessName\":\"Gaia Green Tech S.L.\",\"regNo\":\"B40571002\",\"vatNo\":\"ESB40571002\",\"country\":\"ES\",\"region\":null,\"city\":\"Valencia\",\"postcode\":\"46022\",\"address\":\"11, 2nd floor, Apt. 9 Calle de Felipe Salvador\",\"lastUpdatedAt\":\"2025-03-04T10:00:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Siudzinski Wojtek\",\"email\":\"wojtek@gaiagreen.tech\",\"phone\":\"(+34) 6 84 28 68 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":378,\"name\":\"Sevdec\",\"businessName\":\"Sevdec\",\"regNo\":\"38064471600017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76100\",\"address\":\"20 rue David Ferrand\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":379,\"name\":\"Area Tech\",\"businessName\":\"Area Tech\",\"regNo\":\"854036308\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"MARCQ EN BAROEUL\",\"postcode\":\"59700\",\"address\":\"340 avenue de La Marne\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bonneville Renaud\",\"email\":\"renaud.bonneville@area-tech.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":380,\"name\":\"EMSP- Monta ApS\",\"businessName\":\"EMSP- Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":381,\"name\":\"GROUPE MOBELEC\",\"businessName\":\"GROUPE MOBELEC\",\"regNo\":\"88990931300021\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecully\",\"postcode\":\"69130\",\"address\":\"12 Chemin de Chalin\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaume Christophe\",\"email\":\"christophe.gaume@groupe-mobelec.fr\",\"phone\":\"(+33) 6 02 49 69 54\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":382,\"name\":\"ProperPhi\",\"businessName\":\"ProperPhi\",\"regNo\":\"89193764100027\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"8 rue de la Chesnaie\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":383,\"name\":\"Time2Plug\",\"businessName\":\"Time2Plug\",\"regNo\":\"912044948\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"13 avenue Boudon\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heripret Edouard\",\"email\":\"edouard@time2plug.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":384,\"name\":\"SunXLium\",\"businessName\":\"SunXLium\",\"regNo\":\"843721390\",\"vatNo\":null,\"country\":\"DM\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"9 Anatole de la Forge\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chady Fadil\",\"email\":\"fadil.chady@sunxlium.com\",\"phone\":\"(+23) 0 59 77 69 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":385,\"name\":\"Laadkompas B.V.\",\"businessName\":\"Laadkompas B.V.\",\"regNo\":\"75246740\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Almere\",\"postcode\":\"1322 CH\",\"address\":\"100 Transistorstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Khan Mazhar\",\"email\":\"administratie@laadkompas.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":386,\"name\":\"Atlante Srl\",\"businessName\":\"Atlante Srl\",\"regNo\":\"2635708\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20137\",\"address\":\"3 Piazzale Lodi\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Atlante Invoicing\",\"email\":\"invoices@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":388,\"name\":\"Eoliberty\",\"businessName\":\"Eoliberty\",\"regNo\":\"91844486000012\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vierzon\",\"postcode\":\"18100\",\"address\":\"All\\u00e9e Geroges Charpak\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GEHA Daniel\",\"email\":\"daniel.geha@eova.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":389,\"name\":\"Dropnplug\",\"businessName\":\"Dropnplug\",\"regNo\":\"88206038700017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rennes\",\"postcode\":\"35000\",\"address\":\"26 Avenue Chardonnet\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"lebrize claude\",\"email\":\"claude.lebrize@dropnplug.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":390,\"name\":\"EMSP- Diego Luxembourg\",\"businessName\":\"EMSP- Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":392,\"name\":\"Brussels Kois\",\"businessName\":\"Brussels Kois\",\"regNo\":\"BE 0820.015.135\",\"vatNo\":\"BE 0820.015.135\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Edmond Plas\",\"email\":\"sandra@capitalecars.be\",\"phone\":\"+32475235296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":397,\"name\":\"Tom Van Damme\",\"businessName\":\"Tom Van Damme\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Beukenlaan 40, 2110 Wijnegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Van Damme\",\"email\":\"tomvandamme001@gmail.com\",\"phone\":\"+32494899290\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":398,\"name\":\"Dirk Poppe\",\"businessName\":\"Dirk Poppe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9420\",\"address\":\"wezelpoelstraat 102 9420 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Poppe\",\"email\":\"poppe_dirk@hotmail.com\",\"phone\":\"0486727713\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":399,\"name\":\"Autel Netherlands B.V.\",\"businessName\":\"Autel Netherlands B.V.\",\"regNo\":\"84342773\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"GL \\u2019S-GRAVENHAGE\",\"postcode\":\"2497\",\"address\":\"217 Laan van Waalhaven\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Huang Baixin\",\"email\":\"baixin.huang@autel.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":403,\"name\":\"Ceylan Celikoz\",\"businessName\":\"Ceylan Celikoz\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Berchem\",\"postcode\":\"2600\",\"address\":\"Kanunnik Peeters Straat 147, 2600, Berchem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ceylan Celikoz\",\"email\":\"ceylan@blulinc.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"ceylan@blulinc.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":412,\"name\":\"PPC\",\"businessName\":\"PPC\",\"regNo\":\"000786301000\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Athens\",\"postcode\":\"10432\",\"address\":\"30 Chalkokondili Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyriakos Kofinas\",\"email\":\"roaming.deiblue@dei.gr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Benos Peter\",\"email\":\"p.benos@dei.gr\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":413,\"name\":\"PLUG-N-GO\",\"businessName\":\"PLUG-N-GO\",\"regNo\":\"10848124\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"WC2H 9JQ\",\"address\":\"71-75 Shelton Street, Covent Garden\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Revill Tim\",\"email\":\"tim@plug-n-go.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Dufty Nigel\",\"email\":\"nigel@plug-n-go.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Keith Hounsell\",\"email\":\"keith@plug-n-go.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":414,\"name\":\"CPO - Grupo EasyCharger\",\"businessName\":\"CPO - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":415,\"name\":\"NORMATECH SAS [Lodmi]\",\"businessName\":\"NORMATECH SAS [Lodmi]\",\"regNo\":\"901360602\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"ARRAS\",\"postcode\":\"62000\",\"address\":\"11 RUE WILLY BRANDT BATIMENT 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Saint Machin\",\"email\":\"tsm@lodmi.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Moukhlisse Zineb\",\"email\":\"zineb@lodmi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Qu\\u00e9ru Laura\",\"email\":\"laura@lodmi.com\",\"phone\":\"(+33) 7 66 59 08 46\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":416,\"name\":\"TEA MOBILITAS\",\"businessName\":\"TEA MOBILITAS\",\"regNo\":\"09-09-027080\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Hajd\\u00faszoboszl\\u00f3\",\"postcode\":\"4200\",\"address\":\"71 Kossuth\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Heged\\u0171s-Kocsis Krisztina\",\"email\":\"kocsiskrisztina@sarkcsillag.com\",\"phone\":\"(+36) 3 03 89 07 44\"},\"billing\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":417,\"name\":\"SBS Innovations (ByWatt)\",\"businessName\":\"SBS Innovations (ByWatt)\",\"regNo\":\"68061722\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Ernst\",\"postcode\":\"8166GP\",\"address\":\"4 Korte Laarstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"technical\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"billing\":{\"contactPerson\":\"ByWatt Invoicing\",\"email\":\"invoices@bywatt.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":418,\"name\":\"EV Map\",\"businessName\":\"EV Map\",\"regNo\":\"922271564\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-FONS\",\"postcode\":\"69190\",\"address\":\"49 Boulevard LUCIEN SAMPAIX\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":422,\"name\":\"Dhsn Bv\",\"businessName\":\"Dhsn Bv\",\"regNo\":\"0781.946.296\",\"vatNo\":\"BE 0781.946.296\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilsen-Stokkem\",\"postcode\":\"3650\",\"address\":\"Borreshoefstraat 67\",\"lastUpdatedAt\":\"2024-11-27T13:01:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries Housen\",\"email\":\"dries@dhsn.be\",\"phone\":\"0498\\/409607\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":426,\"name\":\"Patrick Wastyn\",\"businessName\":\"Patrick Wastyn\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zulte\",\"postcode\":\"9870\",\"address\":\"Waalbeekpark 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Wastyn\",\"email\":\"wastynpatrick6@gmail.com\",\"phone\":\"0476059342\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":400,\"total\":839}}"} 
[2025-07-17 18:44:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":430,\"name\":\"BV Dokter R. Steenwegen\",\"businessName\":\"BV Dokter R. Steenwegen\",\"regNo\":\"0474 426 010\",\"vatNo\":\"BE0474 426 010\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1700\",\"address\":\"Molenstraat 73\",\"lastUpdatedAt\":\"2024-11-27T13:04:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":431,\"name\":\"Ronny Hindyrickx\",\"businessName\":\"Ronny Hindyrickx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Raapstraat 33\",\"lastUpdatedAt\":\"2024-11-27T13:04:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Hindyrickx\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":434,\"name\":\"V-I-C bvba\",\"businessName\":\"V-I-C bvba\",\"regNo\":\"0536.481.462\",\"vatNo\":\"BE0536.481.462\",\"country\":\"BE\",\"region\":null,\"city\":\"Zedelgem\",\"postcode\":\"8210\",\"address\":\"Diksmuidse Heirweg 51c\",\"lastUpdatedAt\":\"2024-11-27T13:05:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":435,\"name\":\"Vermoortel Chantal\",\"businessName\":\"Vermoortel Chantal\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Damme\",\"postcode\":\"Damme\",\"address\":\"Damweg 56\",\"lastUpdatedAt\":\"2024-11-27T13:08:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":443,\"name\":\"EMSP- Recharger mon auto\",\"businessName\":\"EMSP- Recharger mon auto\",\"regNo\":\"91931393200015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Aulnay-Sous-Bois\",\"postcode\":\"93600\",\"address\":\"198 Avenue de Nonneville\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rodrigues C\\u00e9dric\",\"email\":\"cedric.rodrigues@rechargermonauto.com\",\"phone\":\"0659457794\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":444,\"name\":\"YES55\",\"businessName\":\"YES55\",\"regNo\":\"950758219\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grimaud\",\"postcode\":\"83310\",\"address\":\"ZA du Grand Pont\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robelin Nicolas\",\"email\":\"nicolas.robelin@yes55.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Martin Rachel\",\"email\":\"rachel.martin@yes55.fr\",\"phone\":\"+33 7 88 77 08 15\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":445,\"name\":\"CPO - METLD (BE GREEN MOBILITY)\",\"businessName\":\"CPO - METLD (BE GREEN MOBILITY)\",\"regNo\":\"919243121\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Herblain\",\"postcode\":\"44800\",\"address\":\"1 Guglielmo Marconi\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stecchino Julien\",\"email\":\"j.stecchino@begreen-group.com\",\"phone\":\"(+33) 6 76 89 05 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":446,\"name\":\"CPO - Compleo Charging Software GmbH\",\"businessName\":\"CPO - Compleo Charging Software GmbH\",\"regNo\":\"HRB 33903\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Dortmund\",\"postcode\":\"44379\",\"address\":\"8 Ezzestra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leidgebel Dennis\",\"email\":\"dennis.leidgebel@compleo-cs.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":447,\"name\":\"Energytix.solutions\",\"businessName\":\"Energytix.solutions\",\"regNo\":\"0654.812.554\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Schaapveld 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Baes Jonas\",\"email\":\"jbaes@energytix.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Leeman Bert\",\"email\":\"bleeman@energytix.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":448,\"name\":\"Amano Europe NV\",\"businessName\":\"Amano Europe NV\",\"regNo\":\"0434 751 030\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Westerring 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Schouterden Dominic\",\"email\":\"dschouterden@amano.eu\",\"phone\":\"(+32) 4 92 11 66 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":459,\"name\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"businessName\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":\"70435\",\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Philipp\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":462,\"name\":\"EMSP- NRG Accounting BV\",\"businessName\":\"EMSP- NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":463,\"name\":\"Top Employers Belgium\",\"businessName\":\"Top Employers Belgium\",\"regNo\":\"BE0895420064\",\"vatNo\":\"BE0895420064\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Nijverheidsstraat 70, 2160 Wommelgem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":466,\"name\":\"EMSP- E.ON Drive\",\"businessName\":\"EMSP- E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":470,\"name\":\"EMSP- E.A. Business\",\"businessName\":\"EMSP- E.A. Business\",\"regNo\":\"880960182\",\"vatNo\":\"FR31880960182\",\"country\":\"FR\",\"region\":null,\"city\":\"Rillieux-La-Pape\",\"postcode\":\"69140\",\"address\":\"555 chemin du Bois\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jemoui Mehdi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Issam Arfaoui\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":473,\"name\":\"Edmond Plas\",\"businessName\":\"Edmond Plas\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5,\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandra Bulinckx\",\"email\":\"sandra@capitalecars.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":476,\"name\":\"EMSP- E-Fusion SAS\",\"businessName\":\"EMSP- E-Fusion SAS\",\"regNo\":\"912272143\",\"vatNo\":\"FR47912272143\",\"country\":\"FR\",\"region\":null,\"city\":\"Labege\",\"postcode\":\"31670\",\"address\":\"231 rue Pierre et Marie Curie\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ernest BOADI\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":482,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":493,\"name\":\"CPO - Road B.V.\",\"businessName\":\"CPO - Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":494,\"name\":\"NLCharge B.V.\",\"businessName\":\"NLCharge B.V.\",\"regNo\":\"82372829\",\"vatNo\":\"NL862440142B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1015 CN\",\"address\":\"8 Keizersgracht\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter C. Molengraaf\",\"email\":\"peter@nlcharge.nl\",\"phone\":\"(+31) 6 46 36 09 71\"},\"technical\":{\"contactPerson\":\"Becker Riccardo\",\"email\":\"riccardo@longship.io\",\"phone\":\"(+31) 2 02 11 74 58\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":495,\"name\":\"Jerecharge.com SAS\",\"businessName\":\"Jerecharge.com SAS\",\"regNo\":\"905083895\",\"vatNo\":\"FR52905083895\",\"country\":\"FR\",\"region\":null,\"city\":\"Garches\",\"postcode\":\"92380\",\"address\":\"23 rue de la c\\u00f4te Saint Louis\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Olry\",\"email\":\"christophe.olry@jerecharge.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Viguie Gilles\",\"email\":\"gilles.viguie@jerecharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":496,\"name\":\"Paragon Mobility SAS\",\"businessName\":\"Paragon Mobility SAS\",\"regNo\":\"851548404\",\"vatNo\":\"FR68851548404\",\"country\":\"FR\",\"region\":null,\"city\":\"Valbonne\",\"postcode\":\"06560\",\"address\":\"535 Route des Lucioles, Les Aqueducs \\u2013 B\\u00e2timent 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann Cortot\",\"email\":\"operations@paragonmobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 1 84 88 39 32\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":497,\"name\":\"K2 PROPERTY BV\",\"businessName\":\"K2 PROPERTY BV\",\"regNo\":\"0749.520.384\",\"vatNo\":\"BE0749.520.384\",\"country\":\"BE\",\"region\":null,\"city\":\"Kuurne\",\"postcode\":\"8520\",\"address\":\"Ringlaan 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Janssens\",\"email\":\"bruno.janssens@questforproperty.com\",\"phone\":\"+(324) 953-85959\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":500,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":502,\"name\":\"Extendas Online Informatica B.V.\",\"businessName\":\"Extendas Online Informatica B.V.\",\"regNo\":\"08154890\",\"vatNo\":\"NL817496749B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Enschede\",\"postcode\":\"7521 PK\",\"address\":\"30 Institutenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"M.A. Cauli\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Tim Bethlehem\",\"email\":\"tim@extendas.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Raphael Verreijken\",\"email\":\"raphael@extendas.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":503,\"name\":\"EMSP- SMEG D\\u00e9veloppement\",\"businessName\":\"EMSP- SMEG D\\u00e9veloppement\",\"regNo\":\"20S08489\",\"vatNo\":\"FR46000150523\",\"country\":\"FR\",\"region\":null,\"city\":\"Monaco\",\"postcode\":\"98000\",\"address\":\"10 avenue de Fontvieille\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Battaglione\",\"email\":\"smeg@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"commercial@smeg.mc\",\"phone\":\"(+377) 92 05 66 44\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":510,\"name\":\"Fastned BV\",\"businessName\":\"Fastned BV\",\"regNo\":\"54606179\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1097 DL\",\"address\":\"77R James Wattstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Langezaal\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":500,\"total\":839}}"} 
[2025-07-17 18:44:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":533,\"name\":\"Dries Uitvaartzorg\",\"businessName\":\"Dries Uitvaartzorg\",\"regNo\":\"0457645604\",\"vatNo\":\"BE 0457645604\",\"country\":\"BE\",\"region\":null,\"city\":\"Dessel\",\"postcode\":\"2480\",\"address\":\"Polderstraat 46\",\"lastUpdatedAt\":\"2024-11-27T15:58:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":536,\"name\":\"CPO - LichtBlick eMobility GmbH\",\"businessName\":\"CPO - LichtBlick eMobility GmbH\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":539,\"name\":\"CPO - Remo Sustainable Mobility S.L.\",\"businessName\":\"CPO - Remo Sustainable Mobility S.L.\",\"regNo\":\"B72745698\",\"vatNo\":\"B72745698\",\"country\":\"ES\",\"region\":null,\"city\":\"28046\",\"postcode\":\"Madrid\",\"address\":\"135 Paseo de la Castellana, 12th floor\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remo Commercial Team\",\"email\":\"info@remo-mobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":542,\"name\":\"CPO - GreenYellow eMobility SAS\",\"businessName\":\"CPO - GreenYellow eMobility SAS\",\"regNo\":\"835370842\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint - Etienne\",\"postcode\":\"42000\",\"address\":\"1 Cours Antoine Guichard\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Romain BUTTE\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Chamkhi Salma\",\"email\":\"schamkhi@greenyellow.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"eMobility B2B support GreenYellow\",\"email\":\"emobility.exploit@greenyellow.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":543,\"name\":\"EMSP - Grupo EasyCharger\",\"businessName\":\"EMSP - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":544,\"name\":\"Sven Devisscher\",\"businessName\":\"Sven Devisscher\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2350\",\"address\":\"Ossevenstraat 11, 2350 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":549,\"name\":\"LichtBlick eMobility\",\"businessName\":\"LichtBlick eMobility\",\"regNo\":null,\"vatNo\":\"HRB 11191\",\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hubach Julia\",\"email\":\"julia.hubach@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"support.emobility@lichtblick.de\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":550,\"name\":\"Bart Van Keer\",\"businessName\":\"Bart Van Keer\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Fazantenstraat 45, 9080 Lochristi\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":556,\"name\":\"EV-Quip (SRL)\",\"businessName\":\"EV-Quip (SRL)\",\"regNo\":\"0750.549.871\",\"vatNo\":\"BE0750.549.871\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16, 3900 Pelt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vandebeeck Stephan\",\"email\":\"stephan@euroquip.be\",\"phone\":\"+(324) 974-80894\"},\"technical\":{\"contactPerson\":\"Vandebeeck Louis\",\"email\":\"louis@ev-quip.be\",\"phone\":\"+32 11 81 82 18\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":557,\"name\":\"Sovana Srl\\/Bv\",\"businessName\":\"Sovana Srl\\/Bv\",\"regNo\":\"0473863608\",\"vatNo\":\"BE0473863608\",\"country\":\"BE\",\"region\":null,\"city\":\"Tervuren\",\"postcode\":\"3080\",\"address\":\"Edmond Hanssenslaan 42 , Tervuren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Martine Serrien\",\"email\":\"martine.serrien@sovana.be\",\"phone\":\"0475 68 66 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":563,\"name\":\"CPO - Mobilize Fast Charge France\",\"businessName\":\"CPO - Mobilize Fast Charge France\",\"regNo\":\"983504002\",\"vatNo\":\"FR65983504002\",\"country\":\"FR\",\"region\":null,\"city\":\"Boulogne-Billancourt\",\"postcode\":\"92100\",\"address\":\"122-122 Bis Avenue du G\\u00e9n\\u00e9ral Leclerc\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Service Facturation\",\"email\":\"fastcharge.exploitation@mobilize.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":591,\"name\":\"CPO - QWELLO GmbH\",\"businessName\":\"CPO - QWELLO GmbH\",\"regNo\":\"HRB 234481\",\"vatNo\":\"DE316810194\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80992\",\"address\":\"1 Agnes-Pockels-Bogen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Roaming Qwello\",\"email\":\"roaming@qwello.eu\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":592,\"name\":\"CPO - ChargeIn\",\"businessName\":\"CPO - ChargeIn\",\"regNo\":\"0000986332\",\"vatNo\":\"PL7011100884\",\"country\":\"PL\",\"region\":null,\"city\":\"Warszawa\",\"postcode\":\"00-654\",\"address\":\"17 ul. Jana i J\\u0119drzeja \\u015aniadeckich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Babinski Kamil\",\"email\":\"kamil.babinski@chargein.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Maciej Skoczylas\",\"email\":\"maciej.sawicki@chargein.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":594,\"name\":\"Lard Aurelie\",\"businessName\":\"Lard Aurelie\",\"regNo\":\"0763997932\",\"vatNo\":\"BE0763997932\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:04:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lard Aurelie\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":602,\"name\":\"Taxi LM\",\"businessName\":\"Taxi LM\",\"regNo\":null,\"vatNo\":\"BE0794.869.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Jozef Verbovenlei 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":607,\"name\":\"EMSP- TanQyou\",\"businessName\":\"EMSP- TanQyou\",\"regNo\":\"70223521\",\"vatNo\":\"NL851056519B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"3 The Want, 8802PV, Franeker\",\"lastUpdatedAt\":\"2025-03-31T12:38:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Harmen Akkerman\",\"email\":\"info@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":\"(+31)88 100 9877\"},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":608,\"name\":\"CPO - Optimum Way Ltd.\",\"businessName\":\"CPO - Optimum Way Ltd.\",\"regNo\":\"03-09-131907\",\"vatNo\":\"HU-26399661\",\"country\":\"HU\",\"region\":null,\"city\":\"Baja\",\"postcode\":\"6500\",\"address\":\"2 Gesztenye utca 6500 , Baja\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"OW Invoices\",\"email\":\"szamla@optimumway.hu\",\"phone\":\"0036209564490\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":609,\"name\":\"CPO - Schouten Energy\",\"businessName\":\"CPO - Schouten Energy\",\"regNo\":\"28089720\",\"vatNo\":\"NL809534034B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Alphen aan den Rijn\",\"postcode\":\"2401 LP\",\"address\":\"4 Gnephoek 2401 LP , Alphen aan den Rijn\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wiebe van der Veen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":610,\"name\":\"CPO - Go Electric Stations SRLS\",\"businessName\":\"CPO - Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella 40128 , Bologna\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":611,\"name\":\"Divani NV\",\"businessName\":\"Divani NV\",\"regNo\":\"0830.657.916\",\"vatNo\":\"BE 0830.657.916\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052\\/D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"divani@immogra.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":616,\"name\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"businessName\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"regNo\":\"HRA 6945\",\"vatNo\":\"DE266451114\",\"country\":\"DE\",\"region\":null,\"city\":\"Bochum\",\"postcode\":\"44789\",\"address\":\"56 Wittener Stra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-13T13:32:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Stocker\",\"email\":\"info@trafineo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":617,\"name\":\"EMSP- Threeforce BV\",\"businessName\":\"EMSP- Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":618,\"name\":\"CPO - Optimile Bv\",\"businessName\":\"CPO - Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":619,\"name\":\"EMSP- ZEborne\",\"businessName\":\"EMSP- ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":620,\"name\":\"Demo Account - Blulinc\",\"businessName\":\"Demo Account - Blulinc\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-01-17T08:38:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":621,\"name\":\"EMSP- Road B.V.\",\"businessName\":\"EMSP- Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":622,\"name\":\"GoGlobal Netherlands B.V\",\"businessName\":\"GoGlobal Netherlands B.V\",\"regNo\":null,\"vatNo\":\"DE 341043115\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1066 EP\",\"address\":\"John M. Keynesplein 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Amandine Guillou\",\"email\":\"amandine.guillou@goglobalgeo.com\",\"phone\":\"0203\\/331.699\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":624,\"name\":\"Hubject Partner\",\"businessName\":\"Hubject Partner\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":626,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":null,\"vatNo\":\"Parochiale Werken Ledeberg VZW\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Ledebergplein 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":628,\"name\":\"EMSP- Go Electric Stations SRLS\",\"businessName\":\"EMSP- Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":629,\"name\":\"EMSP- Digital Charging Solutions GmbH\",\"businessName\":\"EMSP- Digital Charging Solutions GmbH\",\"regNo\":\"HRB 211155 B\",\"vatNo\":\"DE312237805\",\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"18 - 19 Rosenstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Markus Bartenschlager\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Team Accounting\",\"email\":\"accounting@digitalchargingsolutions.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":600,\"total\":839}}"} 
[2025-07-17 18:44:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":635,\"name\":\"Khasanov Tamerlan\",\"businessName\":\"Khasanov Tamerlan\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kampenhout\",\"postcode\":\"1910\",\"address\":\"Schuermansstraat 41\",\"lastUpdatedAt\":\"2024-12-02T15:12:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":636,\"name\":\"Raf Sodermans\",\"businessName\":\"Raf Sodermans\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Schutteweide 26\",\"lastUpdatedAt\":\"2024-12-02T15:13:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":637,\"name\":\"EMSP- Greenflux Assets B.V.\",\"businessName\":\"EMSP- Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":638,\"name\":\"EMSP- Route220 S.R.L.\",\"businessName\":\"EMSP- Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":641,\"name\":\"Erik Saerens\",\"businessName\":\"Erik Saerens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merchtem\",\"postcode\":\"1785\",\"address\":\"Onze Lieve Vrouwstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Saerens\",\"email\":\"saerens.vdb@skynet.be\",\"phone\":\"+32485 55 58 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":645,\"name\":\"CPO - Freshmile Services\",\"businessName\":\"CPO - Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"(+33) 3 68 78 14 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":646,\"name\":\"CPO - ZE-WATT\",\"businessName\":\"CPO - ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise 31670\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":647,\"name\":\"CPO - ConnectNed B.V.\",\"businessName\":\"CPO - ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":648,\"name\":\"CPO - WattzHub\",\"businessName\":\"CPO - WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":649,\"name\":\"CPO - Bump SAS\",\"businessName\":\"CPO - Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":650,\"name\":\"EMSP- Mobilygreen SAS\",\"businessName\":\"EMSP- Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":651,\"name\":\"CPO - Shell EV Charging Solutions B.V.\",\"businessName\":\"CPO - Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":652,\"name\":\"CPO - PERETTI GROUPE SARL\",\"businessName\":\"CPO - PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":653,\"name\":\"CPO - Load Stations SAS\",\"businessName\":\"CPO - Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":654,\"name\":\"CPO - Electromaps S.L.\",\"businessName\":\"CPO - Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":655,\"name\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":656,\"name\":\"CPO - Robo Charge B.V.\",\"businessName\":\"CPO - Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":657,\"name\":\"CPO - Diego Luxembourg\",\"businessName\":\"CPO - Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":658,\"name\":\"CPO - Monta ApS\",\"businessName\":\"CPO - Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":659,\"name\":\"CPO - NRG Accounting BV\",\"businessName\":\"CPO - NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":663,\"name\":\"S.U.L.T.A.N. B.V\",\"businessName\":\"S.U.L.T.A.N. B.V\",\"regNo\":\"0755563484\",\"vatNo\":\"BE0755563484\",\"country\":\"BE\",\"region\":null,\"city\":\"Hulshout\",\"postcode\":\"2235\",\"address\":\"Hoogzand 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yasin Ozturk\",\"email\":\"ysn.ozturk87@gmail.com\",\"phone\":\"+32485005142\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":665,\"name\":\"Daeze Angelique\",\"businessName\":\"Daeze Angelique\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Roskamstraat 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daeze Angelique\",\"email\":\"angeliquedaeze@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":674,\"name\":\"Anil & Naresh - App Development Blulinc\",\"businessName\":\"Anil & Naresh - App Development Blulinc\",\"regNo\":\"BE00123456789\",\"vatNo\":\"0123456\",\"country\":\"BE\",\"region\":\"Oast-Vlaanderen\",\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Laarnebaan 106b\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Naresh Kumar\",\"email\":\"ak0506493@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":676,\"name\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"businessName\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"regNo\":\"388 758 708 00076\",\"vatNo\":\"FR31388758708\",\"country\":\"FR\",\"region\":null,\"city\":\"BAVILLIERS\",\"postcode\":\"90800\",\"address\":\"Zone Industrielle\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tun UNLU\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":677,\"name\":\"CPO - SEW Solutions GmbH\",\"businessName\":\"CPO - SEW Solutions GmbH\",\"regNo\":\"HRB 743660\",\"vatNo\":\"DE350399349\",\"country\":\"DE\",\"region\":null,\"city\":\"Ravensburg\",\"postcode\":\"88213\",\"address\":\"Stra\\u00dfe 14 Wilhelm-Brielmayer\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Manfred Frick und Andreas Kessler\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+49) 7 51 99 43 87 0\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":678,\"name\":\"CPO - Volt-Up\",\"businessName\":\"CPO - Volt-Up\",\"regNo\":\"B246172\",\"vatNo\":\"LU32451925\",\"country\":\"LU\",\"region\":null,\"city\":\"Livange\",\"postcode\":\"L-3378\",\"address\":\"3 rue de Turi\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Massimo Russo\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Voltup\",\"email\":\"administration@voltup.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":679,\"name\":\"CPO - Floading Energy Infra\",\"businessName\":\"CPO - Floading Energy Infra\",\"regNo\":\"NL859649994B01\",\"vatNo\":\"NL859649994B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6827\",\"address\":\"73 Westervoortsedijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arnaud van der Sluis\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Floading Invoicing Team\",\"email\":\"administration@floading.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":680,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":\"BE 0797.981.188\",\"vatNo\":\"0797.981.188\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ren\\u00e9 Ryckaert\",\"email\":\"reneryckaert@icloud.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":682,\"name\":\"New Hair Club\",\"businessName\":\"New Hair Club\",\"regNo\":null,\"vatNo\":\"BE0589744756\",\"country\":\"BE\",\"region\":null,\"city\":\"De Pinte\",\"postcode\":\"9840\",\"address\":\"Zuidstationstraat  16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":684,\"name\":\"Anne Clarysse\",\"businessName\":\"Anne Clarysse\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Beukendreef 13, 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":696,\"name\":\"CPO - Blink Charging Belgium (SA)\",\"businessName\":\"CPO - Blink Charging Belgium (SA)\",\"regNo\":\"0833.034.020\",\"vatNo\":\"BE 0833.034.020\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Posthoflei 3\\/4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Van Schap\",\"email\":\"interop@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"servicedesk@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"billing\":{\"contactPerson\":\"Saskia Laperre\",\"email\":\"office@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":698,\"name\":\"STX Commodities BV\",\"businessName\":\"STX INT\",\"regNo\":\"0797.789.960\",\"vatNo\":\"BE 0797.789.960\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Louizalaan 475\",\"lastUpdatedAt\":\"2025-01-17T10:36:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Jan Wesselink\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brandon Palmers\",\"email\":\"Brandon.Palmers@stxgroup.com\",\"phone\":\"+31 6 15 58 45 51\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":350},{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":714,\"name\":\"CPO - BV Smart parking Solutions\",\"businessName\":\"CPO - BV Smart parking Solutions\",\"regNo\":\"BE 0539.751.253\",\"vatNo\":\"0539.751.253\",\"country\":\"BE\",\"region\":null,\"city\":\"Bertem\",\"postcode\":\"3061\",\"address\":\"Dorpstraat 570\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@groupbeyers.com\",\"phone\":\"003223038869\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"info@smartparkingsolutions.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":715,\"name\":\"CPO - Ebee Smart Technologies GmbH\",\"businessName\":\"CPO - Ebee Smart Technologies GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":716,\"name\":\"CPO - Zemovi BV\",\"businessName\":\"CPO - Zemovi BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"'s-Gravenhage\",\"postcode\":\"2517 KT\",\"address\":\"Scheveningseweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Chu\",\"email\":\"danny@zemovi.com\",\"phone\":\"+31850602419\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@zemovi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Hafid Salhi\",\"email\":\"billing@zemovi.com\",\"phone\":\"+31(0)85 060 8489\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":717,\"name\":\"CPO - eCarUp\",\"businessName\":\"CPO - eCarUp\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"cornel.beeler@ecarup.com\",\"phone\":\"+41415101717\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@ecarup.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"invoice@ecarup.com\",\"phone\":\"+41415101717\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":718,\"name\":\"CPO - Porsche Sales and Marketplace GmbH\",\"businessName\":\"CPO - Porsche Sales and Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":null,\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":719,\"name\":\"CPO - reev GmbH\",\"businessName\":\"CPO - reev GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"M\\u00fcnchen\",\"postcode\":\"80335\",\"address\":\"Sandstra\\u00dfe 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Eduard Schlutius\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":723,\"name\":\"CPO - Schneider Electric GmbH\",\"businessName\":\"CPO - Schneider Electric GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Ratingen\",\"postcode\":\"40880\",\"address\":\"Gothaer Str. 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Stoye\",\"email\":\"tim.stoye@se.com\",\"phone\":\"+49 30 238884 240\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@inno2fleet.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Evelyn Str\\u00fcbing\",\"email\":\"invoice@inno2fleet.com\",\"phone\":\"+ 49 30 238884 240\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":724,\"name\":\"CPO - Eneco eMobility B.V.\",\"businessName\":\"CPO - Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":null,\"email\":\"jan.sass2@eneco.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":725,\"name\":\"CPO - iLumen\",\"businessName\":\"CPO - iLumen\",\"regNo\":\"0846.015.786\",\"vatNo\":\"BE 0846.015.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Tessenderlo\",\"postcode\":\"3980\",\"address\":\"Ambachtsstraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Wuyts\",\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":\"+32 13 220 200\"},\"technical\":{\"contactPerson\":null,\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":null},\"billing\":{\"contactPerson\":\"Stefanie Van Eynde\",\"email\":\"invoices@ilumen.be\",\"phone\":\"+32 13 22 02 51\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":726,\"name\":\"CPO - Picoty SAS\",\"businessName\":\"CPO - Picoty SAS\",\"regNo\":\"77734738600057\",\"vatNo\":\"FR83777347386\",\"country\":\"FR\",\"region\":null,\"city\":\"La Souterraine\",\"postcode\":\"23300\",\"address\":\"Rue Andr\\u00e9 et Guy Picoty\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel PICOTY\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 5 55 89 38 05\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":727,\"name\":\"EMSP- Tap Electric B.V.\",\"businessName\":\"EMSP- Tap Electric B.V.\",\"regNo\":\"80990819\",\"vatNo\":\"NL861879764B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1016 AC\",\"address\":\"262-A Singel\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dan Pezim\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Dan Pezim\",\"email\":\"dan@tapelectric.app\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":728,\"name\":\"CPO - SJS Services SAS\",\"businessName\":\"CPO - SJS Services SAS\",\"regNo\":\"84470864400019\",\"vatNo\":\"FR71844708644\",\"country\":\"FR\",\"region\":null,\"city\":\"Chatellerault\",\"postcode\":\"86100\",\"address\":\"69 Chemin du Marais\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jerome Princ\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":729,\"name\":\"CPO - Obornes SASU\",\"businessName\":\"CPO - Obornes SASU\",\"regNo\":null,\"vatNo\":\"817481658\",\"country\":\"BE\",\"region\":null,\"city\":\"Aix-en-Provence\",\"postcode\":\"13100\",\"address\":\"550 Rue Pierre Berthier\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dourassoff\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":735,\"name\":\"CPO - E.ON Drive\",\"businessName\":\"CPO - E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Roaming & Partner Management Team EDRI\",\"email\":\"roaming@edri.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":736,\"name\":\"CPO - Iberdrola\",\"businessName\":\"CPO - Iberdrola\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Miguel Recuenco\",\"email\":\"mrecuenco@iberdrola.es\",\"phone\":\"+34900929293\"},\"technical\":{\"contactPerson\":null,\"email\":\"smartmobility@tuiberdrola.es\",\"phone\":null},\"billing\":{\"contactPerson\":\"Mar\\u00eda \\u00c1ngeles Diaz Bueno\",\"email\":\"roaming@iberdrola.es\",\"phone\":\"+34900929293\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":700,\"total\":839}}"} 
[2025-07-17 18:44:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":738,\"name\":\"EMSP- Vandebron Energie B.V.\",\"businessName\":\"EMSP- Vandebron Energie B.V.\",\"regNo\":\"59394218\",\"vatNo\":\"NL853458194B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013KS\",\"address\":\"2a-2h Grote Bickersstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remco Wilcke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Rowald Oosterkamp\",\"email\":\"ev-facturen@vandebron.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":740,\"name\":\"Embridge Belgium BV\",\"businessName\":\"M-Tech NV - Embridge\",\"regNo\":null,\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-17T14:27:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Boodts\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":745,\"name\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"businessName\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"technical\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"billing\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":746,\"name\":\"CPO - Atlante Energy\",\"businessName\":\"CPO - Atlante Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tommaso Cresti\",\"email\":\"tommaso.cresti@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":\"operation@atlante.energy\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Atlante\",\"email\":\"invoices@atlante.energy\",\"phone\":\"+39 344 3437928\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":747,\"name\":\"CPO - Powy (TheF Charging S.r.l.)\",\"businessName\":\"CPO - Powy (TheF Charging S.r.l.)\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicol\\u00f2 Brentan\",\"email\":\"nicolo.brentan@powy.energy\",\"phone\":\"+39 800 596 704\"},\"technical\":{\"contactPerson\":\"Matteo Scaglia\",\"email\":\"matteo.scaglia@powy.energy\",\"phone\":\"+39 345 047 1604\"},\"billing\":{\"contactPerson\":\"assistenza@powy.energy\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":748,\"name\":\"CPO - Enel X Way Italia\",\"businessName\":\"CPO - Enel X Way Italia\",\"regNo\":\"IT14553401002\",\"vatNo\":\"IT14553401002\",\"country\":\"BE\",\"region\":null,\"city\":\"Roma\",\"postcode\":\"00189\",\"address\":\"Via Flaminia 970\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":749,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"DE309400054\",\"vatNo\":\"DE309400054\",\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50672\",\"address\":\"Erftstra\\u00dfe 15\\u201317\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claudia Eder\",\"email\":\"roaming@chargecloud.de\",\"phone\":\"+4922129272500\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@chargecloud.de\",\"phone\":\"+4922129272500\"},\"billing\":{\"contactPerson\":\"Markus Bach\",\"email\":\"accounting@chargecloud.de\",\"phone\":\"+4922129272500\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":750,\"name\":\"Hauset Immo NV\",\"businessName\":\"Hauset Immo NV\",\"regNo\":\"0417.032.791\",\"vatNo\":\"BE 0417.032.791\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Veldkant 2\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":\"E Heuten\",\"email\":\"e.heuten@immogra.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":751,\"name\":\"Dirk meert\",\"businessName\":\"Dirk meert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"Aalst\",\"address\":\"Hof ter Lokerenstraat 38\",\"lastUpdatedAt\":\"2024-12-02T15:38:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":759,\"name\":\"Altensys\",\"businessName\":\"EMSP- ALTENSYS\",\"regNo\":\"90018325200015\",\"vatNo\":\"FR25900183252\",\"country\":\"FR\",\"region\":null,\"city\":\"Ajaccio\",\"postcode\":\"20000\",\"address\":\"51 cours Napol\\u00e9on\",\"lastUpdatedAt\":\"2024-11-07T09:56:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phanie Masson\",\"email\":\"s.masson@altensys.fr\",\"phone\":\"+33 6 64 96 56 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":768,\"name\":\"Jean Colle\",\"businessName\":\"Jean Colle\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-26T13:04:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":772,\"name\":\"Pieter Bergez\",\"businessName\":\"Pieter Bergez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-02T14:05:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":774,\"name\":\"Service & Development  Group Belgium NV\",\"businessName\":\"Service & Development  Group Belgium NV\",\"regNo\":\"0415.874.533\",\"vatNo\":\"BE 0415.874.533\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint Denijs Westrem\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052 D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"+32 475 920 898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":785,\"name\":\"Polygon Belgium NV - Public\",\"businessName\":\"Polygon Belgium NV - Public\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1200,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":786,\"name\":\"EMSP- Enapi\",\"businessName\":\"EMSP- Enapi\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-23T14:20:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":794,\"name\":\"Better IT Support bvba\",\"businessName\":\"Better IT Support bvba\",\"regNo\":null,\"vatNo\":\"BE0884.277.437\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"Marosdelle 5\",\"lastUpdatedAt\":\"2025-01-20T15:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":800,\"name\":\"VDZ bv\",\"businessName\":\"Plug 15\",\"regNo\":\"0436.378.452\",\"vatNo\":\"BE0436.378.452\",\"country\":\"BE\",\"region\":null,\"city\":\"Lendelede\",\"postcode\":\"8860\",\"address\":\"Rozebeeksestraat 103\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lowie Devriendt\",\"email\":\"lowie.devriendt@vdz.be\",\"phone\":\"0479221868\"},\"technical\":{\"contactPerson\":\"Maxim vroman\",\"email\":\"maxim@vdz.be\",\"phone\":\"32474859585\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":801,\"name\":\"EMSP- WeVee Technologies Ltd.\",\"businessName\":\"EMSP- WeVee Technologies Ltd.\",\"regNo\":\"13427704\",\"vatNo\":\"386900859\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"W6 0NB\",\"address\":\"1 Lyric Square\",\"lastUpdatedAt\":\"2025-02-04T13:59:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dr. Rahmyn Kress\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Francesca Spengos\",\"email\":\"f@wevee.com\",\"phone\":\"+30 694 418 0518\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":802,\"name\":\"E-Shore S.r.l.\",\"businessName\":\"CPO - E-Shore\",\"regNo\":\"02382770507\",\"vatNo\":\"IT02382770507\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20122\",\"address\":\"5 Pietro Cossa\",\"lastUpdatedAt\":\"2025-02-04T14:04:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marco Maria Mele\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Vanessa Barbini\",\"email\":\"segreteria@eshoremobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Team EShore\",\"email\":\"accounting@eshoremobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":803,\"name\":\"A\\u00e9roports de la C\\u00f4te d'Azur\",\"businessName\":\"CPO - A\\u00e9roports de la C\\u00f4te d'Azur\",\"regNo\":\"493479489\",\"vatNo\":\"FR35493479489\",\"country\":\"IT\",\"region\":null,\"city\":\"NICE Cedex 3\",\"postcode\":\"06206\",\"address\":\"19 Rue Costes et Bellonte - CS 63331\",\"lastUpdatedAt\":\"2025-02-04T14:13:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Franck GOLDNADEL\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Michele Lamasse\",\"email\":\"michele.lamasse@cote-azur.aeroport.fr\",\"phone\":\"+33 4 93 21 32 82\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":804,\"name\":\"Voltalia Mobility (Yusco) SA\",\"businessName\":\"CPO - Le Plein\",\"regNo\":\"982531527\",\"vatNo\":\"FR12982531527\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75003\",\"address\":\"84 Boulevard de S\\u00e9bastopol\",\"lastUpdatedAt\":\"2025-02-04T14:24:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Lebrun\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Benjamin Lalin\",\"email\":\"benjamin.lalin@voltalia-mobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"\\u00c9quipe comptable Yusco\",\"email\":\"compta@yusco.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":813,\"name\":\"Group Projecten BV\",\"businessName\":\"EMSP- Group Projecten\",\"regNo\":\"0795634085\",\"vatNo\":\"BE0795634085\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 81\",\"lastUpdatedAt\":\"2025-02-18T09:20:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Swaef Alex\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Christa Van De Slycke\",\"email\":\"hello@gridctrl.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":814,\"name\":\"Pleevi SRL\",\"businessName\":\"Pleevi.ai\",\"regNo\":\"1017.187.332\",\"vatNo\":\"BE1017.187.332\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Boulevard du Roi Albert II 4\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Lagae\",\"email\":\"Wout.Lagae@pleevi.ai\",\"phone\":\"+32 479 27 61 89\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":815,\"name\":\"PowerGoodies\",\"businessName\":\"PowerGoodies\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-02-24T08:49:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":821,\"name\":\"Johan Joseph\",\"businessName\":\"Johan Joseph\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 18, 2930 Brasschaat\",\"lastUpdatedAt\":\"2025-02-28T08:58:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":822,\"name\":\"Tony Graziano\",\"businessName\":\"Tony Graziano\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Karlsruhelaan 20, 2400 Mol\",\"lastUpdatedAt\":\"2025-02-28T12:39:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":824,\"name\":\"TandemDrive Services B.V.\",\"businessName\":\"TandemDrive Services\",\"regNo\":null,\"vatNo\":\"NL865400684B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Delft\",\"postcode\":\"2627AB\",\"address\":\"Hooikade 13\",\"lastUpdatedAt\":\"2025-03-04T10:05:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maarten Ari\\u00ebns\",\"email\":\"maartenariens@tandemdrive.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":827,\"name\":\"Rainer Klose\",\"businessName\":\"Rainer Klose\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Van Geertstraat 17\\/3, 2060 Antwerpen\",\"lastUpdatedAt\":\"2025-03-06T15:14:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":828,\"name\":\"Piet Scherrens\",\"businessName\":\"Piet Scherrens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-10T14:07:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":832,\"name\":\"Ann Creve\",\"businessName\":\"Ann Creve\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-14T15:06:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Creve\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":836,\"name\":\"Chargit B.V.\",\"businessName\":\"EMSP- Chargit B.V.\",\"regNo\":null,\"vatNo\":\"NL863096414B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Nijmegen\",\"postcode\":\"6511EV\",\"address\":\"Nassausingel 4\",\"lastUpdatedAt\":\"2025-03-31T12:41:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Leo Konings\",\"email\":\"leo.konings@chargit.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rik Sebens\",\"email\":\"rik.sebens@chargit.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":837,\"name\":\"CPO - MoveYou B.V.\",\"businessName\":\"CPO - MoveYou B.V.\",\"regNo\":null,\"vatNo\":\"NL858013563B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"Het Want 3\",\"lastUpdatedAt\":\"2025-03-26T11:50:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":844,\"name\":\"Georgios Evangelou\",\"businessName\":\"Georgios Evangelou\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-04-14T10:42:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":800,\"total\":839}}"} 
[2025-07-17 18:44:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":861,\"name\":\"Evolut-ion services bv\",\"businessName\":\"EMSP- Evolut-ion\",\"regNo\":\"0764.959.519\",\"vatNo\":\"BE0764.959.519\",\"country\":\"BE\",\"region\":null,\"city\":\"Buggenhout\",\"postcode\":\"9255\",\"address\":\"Heideveld 26\",\"lastUpdatedAt\":\"2025-06-02T12:54:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":863,\"name\":\"Copackr.Com\",\"businessName\":\"Copackr\",\"regNo\":\"0683.478.925\",\"vatNo\":\"BE 0683.478.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T13:07:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@copackr.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":867,\"name\":\"Annemie Van Hemelrijck\",\"businessName\":\"Annemie Van Hemelrijck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Molenstraat 18, 2811 Leest\",\"lastUpdatedAt\":\"2025-06-06T07:46:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Annemie Van Hemelrijck\",\"email\":\"annemievanhemelrijck@hotmail.com\",\"phone\":\"+32496596782\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":869,\"name\":\"Swish SAS\",\"businessName\":\"EMSP- Swish SAS\",\"regNo\":\"97764942500013\",\"vatNo\":\"FR27977649425\",\"country\":\"FR\",\"region\":null,\"city\":\"Roissy en France\",\"postcode\":\"95700\",\"address\":\"385 rue de la belle \\u00e9toile\",\"lastUpdatedAt\":\"2025-06-11T10:53:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alberto Prendin\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":870,\"name\":\"EVIO - Electrical Mobility\",\"businessName\":\"EMSP- EVIO - Electrical Mobility\",\"regNo\":\"515681890\",\"vatNo\":\"PT515681890\",\"country\":\"PT\",\"region\":null,\"city\":\"Matosinhos\",\"postcode\":\"4450-017\",\"address\":\"1825 Av. Dom Afonso Henriques\",\"lastUpdatedAt\":\"2025-06-11T11:50:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carlos Almeida\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"invoices@go-evio.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":872,\"name\":\"Lily Detrez\",\"businessName\":\"Lily Detrez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Heverlee\",\"postcode\":\"3050\",\"address\":\"Fonteinstraat 38\",\"lastUpdatedAt\":\"2025-06-17T09:37:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":874,\"name\":\"Abattoir\",\"businessName\":\"Abattoir\",\"regNo\":\"0425.276.704\",\"vatNo\":\"BE 0425.276.704\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Ropsy Chaudron 24\",\"lastUpdatedAt\":\"2025-06-25T10:36:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Blancke\",\"email\":\"thomas.blancke@abattoir.be\",\"phone\":\"0472262751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@abattoir.be\",\"phone\":\"025215419\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":878,\"name\":\"Ysco\",\"businessName\":\"Ysco\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-07-04T11:52:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Dehamers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":880,\"name\":\"ENERANDO Technologies\",\"businessName\":\"CPO - ENERANDO Technologies\",\"regNo\":\"HRB 284630\",\"vatNo\":\"DE361930407\",\"country\":\"DE\",\"region\":null,\"city\":\"Garching\",\"postcode\":\"D-85748\",\"address\":\"Schleissheimer Str. 91a\",\"lastUpdatedAt\":\"2025-07-07T09:20:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthias Schmid\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":881,\"name\":\"EMSP- Oriway SAS\",\"businessName\":\"EMSP- Oriway\",\"regNo\":\"95366062800017\",\"vatNo\":\"FR70953660628\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Gilles Croix de Vie\",\"postcode\":\"85800\",\"address\":\"7 du Vent de Galerne\",\"lastUpdatedAt\":\"2025-07-15T11:57:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Natacha Burahee\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":882,\"name\":\"EMSP- Amano Europe NV\",\"businessName\":\"EMSP- Amano Europe\",\"regNo\":\"0434 751 030\",\"vatNo\":\"BE0434.751.030\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"2 Westerring\",\"lastUpdatedAt\":\"2025-07-15T12:01:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Peirsman\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":883,\"name\":\"EMSP- autoSense AG\",\"businessName\":\"EMSP- autoSense AG\",\"regNo\":\"CH-020.3.046.019-3\",\"vatNo\":\"CHE-252.080.680\",\"country\":\"CH\",\"region\":null,\"city\":\"Zurich\",\"postcode\":\"8004\",\"address\":\"141 Badenerstrasse\",\"lastUpdatedAt\":\"2025-07-15T12:20:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jaap Vossen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Department\",\"email\":\"roaming@autosense.ch\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":884,\"name\":\"EMSP- Faroud SAS\",\"businessName\":\"EMSP- Faroud\",\"regNo\":\"98154506400017\",\"vatNo\":\"FR93981545064\",\"country\":\"FR\",\"region\":null,\"city\":\"Asni\\u00e8res sur Seine\",\"postcode\":\"92600\",\"address\":\"7 rue Paul Gillet\",\"lastUpdatedAt\":\"2025-07-15T12:23:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrien Navarro\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"next\":null},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":839,\"total\":839}}"} 
[2025-07-17 18:44:12] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":9,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"T.vanvlem@netcomsolutions.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-11-30T11:22:05+00:00\",\"acceptedAt\":\"2021-11-30T11:22:05+00:00\",\"userId\":7,\"lastUpdatedAt\":\"2022-08-29T15:49:21+00:00\"},{\"id\":16,\"partnerId\":9,\"sendViaEmail\":true,\"email\":\"bgaltman@netcomsolutions.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-16T22:30:28+00:00\",\"acceptedAt\":\"2021-12-16T22:30:28+00:00\",\"userId\":35,\"lastUpdatedAt\":\"2023-11-30T13:34:18+00:00\"},{\"id\":17,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.vanstappen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-22T08:22:43+00:00\",\"acceptedAt\":\"2021-12-22T08:22:43+00:00\",\"userId\":40,\"lastUpdatedAt\":\"2022-08-29T15:49:53+00:00\"},{\"id\":23,\"partnerId\":26,\"sendViaEmail\":true,\"email\":\"info@hildesmout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T15:08:52+00:00\",\"acceptedAt\":\"2021-12-27T15:08:52+00:00\",\"userId\":47,\"lastUpdatedAt\":\"2022-08-29T15:18:50+00:00\"},{\"id\":27,\"partnerId\":27,\"sendViaEmail\":true,\"email\":\"christophecompeers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T22:45:46+00:00\",\"acceptedAt\":\"2021-12-27T22:45:46+00:00\",\"userId\":19,\"lastUpdatedAt\":\"2022-08-29T15:39:05+00:00\"},{\"id\":28,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"maaike.vandenberghe@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-29T12:23:56+00:00\",\"acceptedAt\":\"2021-12-29T12:23:56+00:00\",\"userId\":51,\"lastUpdatedAt\":\"2021-12-29T12:23:56+00:00\"},{\"id\":30,\"partnerId\":29,\"sendViaEmail\":true,\"email\":\"boekhoudingvervack@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-07T09:39:56+00:00\",\"acceptedAt\":\"2022-01-07T09:39:57+00:00\",\"userId\":57,\"lastUpdatedAt\":\"2023-11-30T14:07:24+00:00\"},{\"id\":37,\"partnerId\":45,\"sendViaEmail\":true,\"email\":\"michael@hairconsultingbymd.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-23T18:06:57+00:00\",\"acceptedAt\":\"2022-01-23T18:06:57+00:00\",\"userId\":64,\"lastUpdatedAt\":\"2023-09-28T13:04:47+00:00\"},{\"id\":38,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"Jeroen.bogaerts@junto.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":66,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":39,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"evelyne.lekime@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":67,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":41,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jan.luyckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:06:50+00:00\",\"acceptedAt\":\"2022-02-01T14:06:50+00:00\",\"userId\":69,\"lastUpdatedAt\":\"2023-01-09T12:53:03+00:00\"},{\"id\":42,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thijs.campe@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:11:45+00:00\",\"acceptedAt\":\"2022-02-01T14:11:45+00:00\",\"userId\":61,\"lastUpdatedAt\":\"2023-01-09T12:53:06+00:00\"},{\"id\":45,\"partnerId\":50,\"sendViaEmail\":true,\"email\":\"kserranne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-09T22:20:16+00:00\",\"acceptedAt\":\"2022-02-09T22:20:16+00:00\",\"userId\":76,\"lastUpdatedAt\":\"2023-11-30T14:11:41+00:00\"},{\"id\":48,\"partnerId\":47,\"sendViaEmail\":true,\"email\":\"ran.ancho@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-15T17:54:58+00:00\",\"acceptedAt\":\"2022-02-15T17:54:58+00:00\",\"userId\":68,\"lastUpdatedAt\":\"2024-05-21T13:40:16+00:00\"},{\"id\":50,\"partnerId\":52,\"sendViaEmail\":true,\"email\":\"callebautdecoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-05T08:30:15+00:00\",\"acceptedAt\":\"2022-03-05T08:30:15+00:00\",\"userId\":84,\"lastUpdatedAt\":\"2023-11-30T14:11:51+00:00\"},{\"id\":52,\"partnerId\":13,\"sendViaEmail\":true,\"email\":\"phistelle@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-08T15:26:41+00:00\",\"acceptedAt\":\"2022-03-08T15:26:41+00:00\",\"userId\":17,\"lastUpdatedAt\":\"2022-08-30T09:00:33+00:00\"},{\"id\":53,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peter.reyniers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-09T14:46:45+00:00\",\"acceptedAt\":\"2022-03-09T14:46:45+00:00\",\"userId\":90,\"lastUpdatedAt\":\"2023-01-09T12:53:28+00:00\"},{\"id\":54,\"partnerId\":53,\"sendViaEmail\":true,\"email\":\"wma.architect@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-10T12:12:33+00:00\",\"acceptedAt\":\"2022-03-10T12:12:33+00:00\",\"userId\":87,\"lastUpdatedAt\":\"2023-11-30T14:12:08+00:00\"},{\"id\":56,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-13T13:43:59+00:00\",\"acceptedAt\":\"2022-03-13T13:43:59+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2023-11-30T14:12:21+00:00\"},{\"id\":58,\"partnerId\":56,\"sendViaEmail\":true,\"email\":\"nick.houthuys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-14T06:55:08+00:00\",\"acceptedAt\":\"2022-03-14T06:55:08+00:00\",\"userId\":80,\"lastUpdatedAt\":\"2023-11-30T14:14:08+00:00\"},{\"id\":60,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"siebe.verheyen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:30:34+00:00\",\"acceptedAt\":\"2022-03-22T11:30:34+00:00\",\"userId\":103,\"lastUpdatedAt\":\"2023-01-09T12:53:32+00:00\"},{\"id\":61,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ewoud.beheydt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:51:46+00:00\",\"acceptedAt\":\"2022-03-22T11:51:46+00:00\",\"userId\":104,\"lastUpdatedAt\":\"2023-11-23T13:58:45+00:00\"},{\"id\":62,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kathleen.sels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T12:46:30+00:00\",\"acceptedAt\":\"2022-03-22T12:46:30+00:00\",\"userId\":105,\"lastUpdatedAt\":\"2023-01-09T12:53:39+00:00\"},{\"id\":63,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"koen.stevens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T13:06:55+00:00\",\"acceptedAt\":\"2022-03-22T13:06:55+00:00\",\"userId\":106,\"lastUpdatedAt\":\"2023-11-23T14:00:12+00:00\"},{\"id\":64,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"jfleconte@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T14:26:36+00:00\",\"acceptedAt\":\"2022-03-22T14:26:36+00:00\",\"userId\":102,\"lastUpdatedAt\":\"2023-01-09T13:03:52+00:00\"},{\"id\":65,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jarne.vanbelleghem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-28T11:37:25+00:00\",\"acceptedAt\":\"2022-03-28T11:37:25+00:00\",\"userId\":115,\"lastUpdatedAt\":\"2023-01-09T12:54:14+00:00\"},{\"id\":66,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-29T13:12:51+00:00\",\"acceptedAt\":\"2022-03-29T13:12:51+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-05-31T11:12:50+00:00\"},{\"id\":68,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"mathieu@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-31T08:37:08+00:00\",\"acceptedAt\":\"2022-03-31T08:37:08+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-05-31T11:12:56+00:00\"},{\"id\":72,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"bob.missoorten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T11:31:15+00:00\",\"acceptedAt\":\"2022-04-04T11:31:15+00:00\",\"userId\":119,\"lastUpdatedAt\":\"2023-01-09T12:54:17+00:00\"},{\"id\":74,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"Hilde.verstraeten@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T13:26:02+00:00\",\"acceptedAt\":\"2022-04-04T13:26:02+00:00\",\"userId\":121,\"lastUpdatedAt\":\"2023-11-30T14:23:34+00:00\"},{\"id\":78,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lode.janssens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-05T13:38:46+00:00\",\"acceptedAt\":\"2022-04-05T13:38:46+00:00\",\"userId\":123,\"lastUpdatedAt\":\"2023-01-09T12:54:20+00:00\"},{\"id\":79,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"g.van.hoey@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T08:44:39+00:00\",\"acceptedAt\":\"2022-04-07T08:44:39+00:00\",\"userId\":111,\"lastUpdatedAt\":\"2023-01-09T13:03:49+00:00\"},{\"id\":82,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"j.vandenberghe@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T14:34:30+00:00\",\"acceptedAt\":\"2022-04-07T14:34:30+00:00\",\"userId\":101,\"lastUpdatedAt\":\"2023-01-09T13:03:45+00:00\"},{\"id\":85,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.billiau@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T10:06:50+00:00\",\"acceptedAt\":\"2022-04-08T10:06:50+00:00\",\"userId\":107,\"lastUpdatedAt\":\"2023-04-03T07:55:21+00:00\"},{\"id\":87,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"s.de.roo@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T11:04:51+00:00\",\"acceptedAt\":\"2022-04-08T11:04:51+00:00\",\"userId\":100,\"lastUpdatedAt\":\"2023-01-09T13:03:43+00:00\"},{\"id\":89,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"caat.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-14T11:26:56+00:00\",\"acceptedAt\":\"2022-04-20T06:57:53+00:00\",\"userId\":131,\"lastUpdatedAt\":\"2022-08-29T14:50:06+00:00\"},{\"id\":92,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"p.mareels@belgacom.net\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-20T13:22:14+00:00\",\"acceptedAt\":\"2022-04-20T13:22:14+00:00\",\"userId\":124,\"lastUpdatedAt\":\"2023-01-31T08:43:38+00:00\"},{\"id\":94,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"l.stoffelen@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-25T15:06:36+00:00\",\"acceptedAt\":\"2022-04-25T15:06:36+00:00\",\"userId\":110,\"lastUpdatedAt\":\"2023-01-09T13:03:37+00:00\"},{\"id\":95,\"partnerId\":82,\"sendViaEmail\":true,\"email\":\"katleen.vdw@aol.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-26T08:02:13+00:00\",\"acceptedAt\":\"2022-04-26T08:02:13+00:00\",\"userId\":79,\"lastUpdatedAt\":\"2023-05-31T09:38:16+00:00\"},{\"id\":105,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:22:01+00:00\",\"acceptedAt\":\"2022-04-30T13:22:01+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-01-09T12:55:00+00:00\"},{\"id\":106,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:23:57+00:00\",\"acceptedAt\":\"2022-04-30T13:23:57+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-11-30T14:25:39+00:00\"},{\"id\":111,\"partnerId\":61,\"sendViaEmail\":true,\"email\":\"carmelo.luparello@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-05T17:28:45+00:00\",\"acceptedAt\":\"2022-05-05T17:28:45+00:00\",\"userId\":116,\"lastUpdatedAt\":\"2023-08-18T09:52:50+00:00\"},{\"id\":112,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"vmeynen@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-06T13:39:21+00:00\",\"acceptedAt\":\"2022-05-06T13:39:21+00:00\",\"userId\":109,\"lastUpdatedAt\":\"2023-01-09T12:55:03+00:00\"},{\"id\":114,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"RFID@mado.be\",\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/65425cbd-2506-47ff-bfb4-2e33e04e7135\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"sent\",\"createdAt\":\"2022-05-06T14:35:26+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-30T14:30:13+00:00\"},{\"id\":120,\"partnerId\":89,\"sendViaEmail\":true,\"email\":\"celgeenen@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T10:00:56+00:00\",\"acceptedAt\":\"2022-05-09T10:00:56+00:00\",\"userId\":145,\"lastUpdatedAt\":\"2023-09-30T06:40:58+00:00\"},{\"id\":121,\"partnerId\":90,\"sendViaEmail\":true,\"email\":\"kris@intwit.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T13:41:39+00:00\",\"acceptedAt\":\"2022-05-09T13:41:39+00:00\",\"userId\":146,\"lastUpdatedAt\":\"2022-08-29T15:01:21+00:00\"},{\"id\":122,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.desmet@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-10T08:44:04+00:00\",\"acceptedAt\":\"2022-05-10T08:44:04+00:00\",\"userId\":147,\"lastUpdatedAt\":\"2023-01-09T12:55:06+00:00\"},{\"id\":125,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ralf.joris@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T05:02:49+00:00\",\"acceptedAt\":\"2022-05-16T05:02:49+00:00\",\"userId\":143,\"lastUpdatedAt\":\"2023-01-09T12:55:09+00:00\"},{\"id\":127,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"hilde@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T09:47:43+00:00\",\"acceptedAt\":\"2022-05-16T09:47:43+00:00\",\"userId\":122,\"lastUpdatedAt\":\"2023-11-30T14:30:26+00:00\"},{\"id\":130,\"partnerId\":84,\"sendViaEmail\":true,\"email\":\"gertvanlaeken@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T17:16:29+00:00\",\"acceptedAt\":\"2022-05-16T17:16:29+00:00\",\"userId\":134,\"lastUpdatedAt\":\"2023-02-08T11:17:05+00:00\"},{\"id\":134,\"partnerId\":51,\"sendViaEmail\":true,\"email\":\"wim@entrie.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-17T16:36:14+00:00\",\"acceptedAt\":\"2022-05-17T16:36:14+00:00\",\"userId\":74,\"lastUpdatedAt\":\"2023-05-31T09:38:34+00:00\"},{\"id\":140,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nielvandingenen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:46:43+00:00\",\"acceptedAt\":\"2022-05-23T11:46:43+00:00\",\"userId\":154,\"lastUpdatedAt\":\"2023-01-09T12:55:14+00:00\"},{\"id\":141,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ine.arits@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:47:17+00:00\",\"acceptedAt\":\"2022-05-23T11:47:17+00:00\",\"userId\":155,\"lastUpdatedAt\":\"2023-11-23T14:05:03+00:00\"},{\"id\":142,\"partnerId\":92,\"sendViaEmail\":true,\"email\":\"koen@montagewinkel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T12:34:39+00:00\",\"acceptedAt\":\"2022-05-23T12:34:39+00:00\",\"userId\":142,\"lastUpdatedAt\":\"2023-05-31T11:30:11+00:00\"},{\"id\":145,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stijn.paulissen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-24T12:24:55+00:00\",\"acceptedAt\":\"2022-05-24T12:24:55+00:00\",\"userId\":160,\"lastUpdatedAt\":\"2023-01-09T12:55:38+00:00\"},{\"id\":146,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stefan.dils@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-25T10:19:27+00:00\",\"acceptedAt\":\"2022-05-25T10:19:27+00:00\",\"userId\":161,\"lastUpdatedAt\":\"2023-01-09T12:55:41+00:00\"},{\"id\":147,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jo.smeyers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T09:40:54+00:00\",\"acceptedAt\":\"2022-05-31T09:40:54+00:00\",\"userId\":162,\"lastUpdatedAt\":\"2023-11-23T14:06:32+00:00\"},{\"id\":148,\"partnerId\":94,\"sendViaEmail\":true,\"email\":\"greetverleyen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T13:27:57+00:00\",\"acceptedAt\":\"2022-05-31T13:27:57+00:00\",\"userId\":163,\"lastUpdatedAt\":\"2023-11-30T15:13:31+00:00\"},{\"id\":149,\"partnerId\":95,\"sendViaEmail\":true,\"email\":\"bart@ibucon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T14:05:24+00:00\",\"acceptedAt\":\"2022-05-31T14:05:24+00:00\",\"userId\":164,\"lastUpdatedAt\":\"2022-08-29T14:28:21+00:00\"},{\"id\":151,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kristoftollet@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:15:40+00:00\",\"acceptedAt\":\"2022-06-03T08:15:40+00:00\",\"userId\":166,\"lastUpdatedAt\":\"2023-01-09T12:55:47+00:00\"},{\"id\":152,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frank.rutten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:58:06+00:00\",\"acceptedAt\":\"2022-06-03T08:58:06+00:00\",\"userId\":167,\"lastUpdatedAt\":\"2023-01-09T12:56:46+00:00\"},{\"id\":153,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wesley.breugelmans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T13:20:31+00:00\",\"acceptedAt\":\"2022-06-03T13:20:31+00:00\",\"userId\":168,\"lastUpdatedAt\":\"2023-01-09T12:56:43+00:00\"},{\"id\":154,\"partnerId\":97,\"sendViaEmail\":true,\"email\":\"jensdv42@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-07T15:40:20+00:00\",\"acceptedAt\":\"2022-06-07T15:40:21+00:00\",\"userId\":170,\"lastUpdatedAt\":\"2022-08-29T14:49:52+00:00\"},{\"id\":155,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"geert.keustermans@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:02:17+00:00\",\"acceptedAt\":\"2022-06-08T09:02:17+00:00\",\"userId\":172,\"lastUpdatedAt\":\"2023-01-09T12:56:39+00:00\"},{\"id\":156,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"caroline.avonds@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:35:56+00:00\",\"acceptedAt\":\"2022-06-08T09:35:56+00:00\",\"userId\":173,\"lastUpdatedAt\":\"2023-01-09T12:56:36+00:00\"},{\"id\":157,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christel.boogaerts@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T12:19:29+00:00\",\"acceptedAt\":\"2022-06-08T12:19:29+00:00\",\"userId\":125,\"lastUpdatedAt\":\"2023-01-09T12:56:33+00:00\"},{\"id\":158,\"partnerId\":98,\"sendViaEmail\":true,\"email\":\"info@renodaf.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T10:33:55+00:00\",\"acceptedAt\":\"2022-06-09T10:33:56+00:00\",\"userId\":174,\"lastUpdatedAt\":\"2023-07-25T07:11:32+00:00\"},{\"id\":159,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T11:08:33+00:00\",\"acceptedAt\":\"2022-06-09T11:08:33+00:00\",\"userId\":175,\"lastUpdatedAt\":\"2022-08-29T14:50:28+00:00\"},{\"id\":161,\"partnerId\":100,\"sendViaEmail\":true,\"email\":\"koen.holvoet2@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T14:25:52+00:00\",\"acceptedAt\":\"2022-06-09T14:25:52+00:00\",\"userId\":177,\"lastUpdatedAt\":\"2023-11-30T15:20:16+00:00\"},{\"id\":163,\"partnerId\":99,\"sendViaEmail\":true,\"email\":\"kevin@buildingconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-13T07:59:15+00:00\",\"acceptedAt\":\"2022-06-13T07:59:15+00:00\",\"userId\":176,\"lastUpdatedAt\":\"2023-11-30T15:20:28+00:00\"},{\"id\":164,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lieven.keuppens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-15T16:05:35+00:00\",\"acceptedAt\":\"2022-06-15T16:05:35+00:00\",\"userId\":113,\"lastUpdatedAt\":\"2023-01-09T12:58:59+00:00\"},{\"id\":165,\"partnerId\":79,\"sendViaEmail\":true,\"email\":\"geertpennewaert@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-18T07:51:29+00:00\",\"acceptedAt\":\"2022-06-18T07:51:29+00:00\",\"userId\":156,\"lastUpdatedAt\":\"2023-11-30T15:21:15+00:00\"},{\"id\":166,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kevin.deblochouse@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-21T10:58:03+00:00\",\"acceptedAt\":\"2022-06-21T10:58:03+00:00\",\"userId\":181,\"lastUpdatedAt\":\"2023-01-09T12:59:03+00:00\"},{\"id\":168,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:53:55+00:00\",\"acceptedAt\":\"2022-06-24T09:53:55+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:53:55+00:00\"},{\"id\":169,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:54:28+00:00\",\"acceptedAt\":\"2022-06-24T09:54:28+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:54:28+00:00\"},{\"id\":170,\"partnerId\":101,\"sendViaEmail\":true,\"email\":\"wim123bisschop@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-27T08:51:23+00:00\",\"acceptedAt\":\"2022-06-27T08:51:23+00:00\",\"userId\":171,\"lastUpdatedAt\":\"2023-11-30T15:23:03+00:00\"},{\"id\":171,\"partnerId\":107,\"sendViaEmail\":true,\"email\":\"scofawom@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T09:42:32+00:00\",\"acceptedAt\":\"2022-06-28T09:42:32+00:00\",\"userId\":183,\"lastUpdatedAt\":\"2023-11-30T15:23:55+00:00\"},{\"id\":172,\"partnerId\":108,\"sendViaEmail\":true,\"email\":\"dheungens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T11:20:23+00:00\",\"acceptedAt\":\"2022-06-28T11:20:23+00:00\",\"userId\":184,\"lastUpdatedAt\":\"2023-11-30T15:24:22+00:00\"},{\"id\":173,\"partnerId\":96,\"sendViaEmail\":true,\"email\":\"freddy.van.lokeren@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-05T11:30:38+00:00\",\"acceptedAt\":\"2022-07-05T11:30:38+00:00\",\"userId\":169,\"lastUpdatedAt\":\"2023-11-30T15:24:52+00:00\"},{\"id\":174,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gino.damen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T11:53:56+00:00\",\"acceptedAt\":\"2022-07-06T11:53:56+00:00\",\"userId\":191,\"lastUpdatedAt\":\"2023-01-09T12:59:06+00:00\"},{\"id\":175,\"partnerId\":110,\"sendViaEmail\":true,\"email\":\"wim.de.blieck@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T12:29:04+00:00\",\"acceptedAt\":\"2022-07-06T12:29:04+00:00\",\"userId\":192,\"lastUpdatedAt\":\"2023-11-30T15:27:55+00:00\"},{\"id\":176,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivan.vanlooveren@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T13:09:51+00:00\",\"acceptedAt\":\"2022-07-06T13:09:51+00:00\",\"userId\":194,\"lastUpdatedAt\":\"2023-01-09T12:59:08+00:00\"},{\"id\":180,\"partnerId\":109,\"sendViaEmail\":true,\"email\":\"info@automationgroup.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-13T08:20:14+00:00\",\"acceptedAt\":\"2022-07-13T08:20:14+00:00\",\"userId\":185,\"lastUpdatedAt\":\"2022-08-29T14:17:24+00:00\"},{\"id\":182,\"partnerId\":198,\"sendViaEmail\":true,\"email\":\"pranaapanabalance@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-25T14:11:22+00:00\",\"acceptedAt\":\"2022-07-25T14:11:22+00:00\",\"userId\":204,\"lastUpdatedAt\":\"2022-08-29T13:26:48+00:00\"},{\"id\":183,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"benny.vanhooydonck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T08:22:41+00:00\",\"acceptedAt\":\"2022-08-04T08:22:41+00:00\",\"userId\":205,\"lastUpdatedAt\":\"2023-04-03T07:55:05+00:00\"},{\"id\":184,\"partnerId\":211,\"sendViaEmail\":true,\"email\":\"kris@krisdepoorter.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T09:03:40+00:00\",\"acceptedAt\":\"2022-08-04T09:03:40+00:00\",\"userId\":206,\"lastUpdatedAt\":\"2023-11-30T15:28:16+00:00\"},{\"id\":185,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ronny.boeckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T08:36:39+00:00\",\"acceptedAt\":\"2022-08-05T08:36:39+00:00\",\"userId\":207,\"lastUpdatedAt\":\"2023-01-09T12:59:15+00:00\"},{\"id\":186,\"partnerId\":197,\"sendViaEmail\":true,\"email\":\"pieter.wyckmans@quinz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T19:15:21+00:00\",\"acceptedAt\":\"2022-08-05T19:15:21+00:00\",\"userId\":200,\"lastUpdatedAt\":\"2022-08-05T19:15:21+00:00\"},{\"id\":187,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"karolien.verwimp@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-08T10:25:42+00:00\",\"acceptedAt\":\"2022-08-08T10:25:42+00:00\",\"userId\":208,\"lastUpdatedAt\":\"2023-01-09T12:59:18+00:00\"},{\"id\":188,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frederic.bonte@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-10T13:00:15+00:00\",\"acceptedAt\":\"2022-08-10T13:00:15+00:00\",\"userId\":211,\"lastUpdatedAt\":\"2023-11-23T14:09:23+00:00\"},{\"id\":192,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"davy.palmans@argeus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-12T12:05:23+00:00\",\"acceptedAt\":\"2022-08-12T12:05:24+00:00\",\"userId\":180,\"lastUpdatedAt\":\"2023-11-30T15:29:25+00:00\"},{\"id\":193,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-25T09:32:51+00:00\",\"acceptedAt\":\"2022-08-25T09:32:51+00:00\",\"userId\":217,\"lastUpdatedAt\":\"2022-08-29T13:34:27+00:00\"},{\"id\":194,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peggy.vanpeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T10:31:45+00:00\",\"acceptedAt\":\"2022-08-29T10:31:45+00:00\",\"userId\":219,\"lastUpdatedAt\":\"2023-01-09T12:59:29+00:00\"},{\"id\":195,\"partnerId\":213,\"sendViaEmail\":true,\"email\":\"yannickveny@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T12:29:12+00:00\",\"acceptedAt\":\"2022-08-29T12:29:12+00:00\",\"userId\":220,\"lastUpdatedAt\":\"2022-08-29T12:29:12+00:00\"},{\"id\":199,\"partnerId\":215,\"sendViaEmail\":true,\"email\":\"bw.services@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-06T08:44:28+00:00\",\"acceptedAt\":\"2022-09-06T08:44:28+00:00\",\"userId\":225,\"lastUpdatedAt\":\"2023-11-30T15:31:50+00:00\"},{\"id\":200,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"pieter.debusser@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-08T14:09:03+00:00\",\"acceptedAt\":\"2022-09-08T14:09:03+00:00\",\"userId\":228,\"lastUpdatedAt\":\"2023-01-09T12:59:32+00:00\"},{\"id\":201,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"guus.strooband@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-12T13:20:12+00:00\",\"acceptedAt\":\"2022-09-12T13:20:12+00:00\",\"userId\":230,\"lastUpdatedAt\":\"2023-08-24T10:42:26+00:00\"},{\"id\":202,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.vandepeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-15T13:18:28+00:00\",\"acceptedAt\":\"2022-09-15T13:18:28+00:00\",\"userId\":234,\"lastUpdatedAt\":\"2023-11-23T14:20:12+00:00\"},{\"id\":203,\"partnerId\":219,\"sendViaEmail\":true,\"email\":\"bart@ledernierdomino.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-17T17:17:31+00:00\",\"acceptedAt\":\"2022-09-17T17:17:31+00:00\",\"userId\":226,\"lastUpdatedAt\":\"2023-11-30T15:32:05+00:00\"},{\"id\":204,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"torre.roosenbroeck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T09:57:11+00:00\",\"acceptedAt\":\"2022-09-19T09:57:11+00:00\",\"userId\":235,\"lastUpdatedAt\":\"2023-01-09T13:00:47+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":12,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":100,\"total\":1122}}"} 
[2025-07-17 18:44:12] local.ERROR: PartnerInviteUpdater: Error during update. {"exception":"SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`ampeco_db_local`.`partner_invites`, CONSTRAINT `partner_invites_partner_id_foreign` FOREIGN KEY (`partner_id`) REFERENCES `partners` (`id`) ON DELETE CASCADE) (Connection: mysql, SQL: insert into `partner_invites` (`user_id`, `partner_id`, `status`, `updated_at`, `created_at`) values (7, 10, accepted, 2025-07-17 18:44:12, 2025-07-17 18:44:12))","trace":"#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('insert into `pa...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\MySqlConnection.php(42): Illuminate\\Database\\Connection->run('insert into `pa...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Processors\\MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert('insert into `pa...', Array, 'id')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3785): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId(Object(Illuminate\\Database\\Query\\Builder), 'insert into `pa...', Array, 'id')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(2205): Illuminate\\Database\\Query\\Builder->insertGetId(Array, 'id')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1408): Illuminate\\Database\\Eloquent\\Builder->__call('insertGetId', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1373): Illuminate\\Database\\Eloquent\\Model->insertAndSetId(Object(Illuminate\\Database\\Eloquent\\Builder), Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1212): Illuminate\\Database\\Eloquent\\Model->performInsert(Object(Illuminate\\Database\\Eloquent\\Builder))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1189): Illuminate\\Database\\Eloquent\\Model->save()
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(399): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1188}(Object(App\\Models\\PartnerInvite))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1188): tap(Object(App\\Models\\PartnerInvite), Object(Closure))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->create(Array)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(32): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::createOrFirst():695}(Object(Illuminate\\Database\\MySqlConnection))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1928): Illuminate\\Database\\Connection->transaction(Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->withSavepointIfNeeded(Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(682): Illuminate\\Database\\Eloquent\\Builder->createOrFirst(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(710): Illuminate\\Database\\Eloquent\\Builder->firstOrCreate(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Traits\\ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->updateOrCreate(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2449): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'updateOrCreate', Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2465): Illuminate\\Database\\Eloquent\\Model->__call('updateOrCreate', Array)
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\AmpecoDataUpdater.php(82): Illuminate\\Database\\Eloquent\\Model::__callStatic('updateOrCreate', Array)
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\PartnerInviteUpdater->handle()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\PartnerInviteUpdater), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}"} 
[2025-07-17 18:44:44] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 18:44:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":1,\"name\":\"DO NOT DELETE - For App Store Approvals\",\"businessName\":\"DO NOT DELETE - For App Store Approvals\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":15,\"name\":\"Dn Construction\",\"businessName\":\"Dn Construction\",\"regNo\":\"0890.143.066\",\"vatNo\":\"BE 0890.143.066\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Temse,\",\"postcode\":\"9140\",\"address\":\"Burgem. Achiel Heymanstraat 29,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Nys\",\"email\":\"nys.danny@telenet.be\",\"phone\":\"+32477826185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":16,\"name\":\"GHL Logistics\",\"businessName\":\"GHL Logistics\",\"regNo\":\"BE0670.990.174\",\"vatNo\":\"BE0670.990.174\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Zandvoordestraat 503\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ghazaryan Hayk\",\"email\":\"info@ghllogistics.be\",\"phone\":\"0488720005\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":17,\"name\":\"JC pigeons\",\"businessName\":\"JC pigeons\",\"regNo\":\"BE0764.426.217\",\"vatNo\":\"BE0764.426.217\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Van Audenhovestraat 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jef Cuypers\",\"email\":\"jef.cuypers1@telenet.be\",\"phone\":\"0478307698\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":18,\"name\":\"Taxcon\",\"businessName\":\"Taxcon\",\"regNo\":\"BE0879.531.068\",\"vatNo\":\"BE0879.531.068\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ardooie,\",\"postcode\":\"8850\",\"address\":\"Oude Zwevezeelsestraat 22,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Van Tieghem\",\"email\":\"taxcon@skynet.be\",\"phone\":\"0475591200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":19,\"name\":\"Mark De Bleecker\",\"businessName\":\"Mark De Bleecker\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Kleemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark De Bleecker\",\"email\":\"debleecker.nv@telenet.be\",\"phone\":\"+32477391207\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":22,\"name\":\"Thor Bv\",\"businessName\":\"Thor Bv\",\"regNo\":\"0663.774.463\",\"vatNo\":\"BE 0663.774.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Grobbendonk\",\"postcode\":\"2280\",\"address\":\"Neerveld 11, 2280 Grobbendonk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Horemans\",\"email\":\"Zaakvoerder\",\"phone\":\"0476398890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":30,\"name\":\"Praktijk Sabine Deloof\",\"businessName\":\"Praktijk Sabine Deloof\",\"regNo\":null,\"vatNo\":\"BE0745.477.761\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Vuldersstraat 90,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Francois\",\"email\":\"filip.franswa@gmail.com\",\"phone\":\"0479395724\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":32,\"name\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"regNo\":\"0404584525\",\"vatNo\":\"BE0404584525\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"59 Box 1 Brusselstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jos Nyns\",\"email\":\"ali.hashem@q8.com\",\"phone\":\"+32 3 241 35 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":33,\"name\":\"CPO - Powerdale\",\"businessName\":\"CPO - Powerdale\",\"regNo\":\"0479.282.443\",\"vatNo\":\"BE0479.282.443\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"4 Kerkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain De Cat\",\"email\":null,\"phone\":\"+3285274900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":34,\"name\":\"CPO - Allego B.V.\",\"businessName\":\"CPO - Allego B.V.\",\"regNo\":\"54100038\",\"vatNo\":\"KVK 54100038\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6800 AW\",\"address\":\"73 Westervoortsedijk  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CH Pitt\",\"email\":null,\"phone\":\"+31-0800-37-45-337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":35,\"name\":\"CPO - Threeforce BV\",\"businessName\":\"CPO - Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":36,\"name\":\"CPO - IONITY GmbH\",\"businessName\":\"CPO - IONITY GmbH\",\"regNo\":\"234408\",\"vatNo\":\"HRB 234408\",\"country\":\"DE\",\"region\":null,\"city\":\"Munich\",\"postcode\":\"D-80809\",\"address\":\"84 Moosacher Strasse  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":37,\"name\":\"EMSP- Optimile Bv\",\"businessName\":\"EMSP- Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Optimile\",\"email\":\"invoices@optimile.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":39,\"name\":\"CPO - Greenflux Assets B.V.\",\"businessName\":\"CPO - Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":40,\"name\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"regNo\":\"24025263\",\"vatNo\":\"KVK24025263\",\"country\":\"NL\",\"region\":null,\"city\":\"The Hague\",\"postcode\":\"2595\",\"address\":\"50 Schenkkade\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Dochez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":41,\"name\":\"CPO - EVBox B.V.\",\"businessName\":\"CPO - EVBox B.V.\",\"regNo\":\"32165082\",\"vatNo\":\"kvk32165082\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1076 EE\",\"address\":\"115 Fred. Roeskestraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Vereenooghe\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"CDR Team EVBox\",\"email\":\"cdr@evbox.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":42,\"name\":\"EMSP- ChargePoint Austria GmbH\",\"businessName\":\"EMSP- ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hanke David\",\"email\":\"david.hanke@chargepoint.com\",\"phone\":\"(+43) 1 36 12 23 01 0\"},\"technical\":{\"contactPerson\":\"Henrik Gerdes,\",\"email\":\"support-beenergised@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rex Jackson\",\"email\":\"emsp-purchasing-beenergised@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":43,\"name\":\"Ssp\",\"businessName\":\"Ssp\",\"regNo\":\"0633.907.668\",\"vatNo\":\"BE0633.907.668\",\"country\":\"BE\",\"region\":null,\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Tuyaertsstraat 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Nuyens\",\"email\":\"nuyenssteven@gmail.com\",\"phone\":\"0487562506\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":48,\"name\":\"Dayone BV\",\"businessName\":\"Dayone BV\",\"regNo\":\"BE0776.446.693\",\"vatNo\":\"BE0776.446.693\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Dr. Paul Janssenstraat 48\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Van Schaik\",\"email\":\"michiel.vanschaik@sparkx.be\",\"phone\":\"0032472895893\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":49,\"name\":\"Casteels Vastgoed\",\"businessName\":\"Casteels Vastgoed\",\"regNo\":\"0720.632.794\",\"vatNo\":\"BE0720.632.794\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Driesstraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alex Casteels\",\"email\":\"hello@casteelsvastgoed.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":54,\"name\":\"Bimmo (BV)\",\"businessName\":\"Bimmo (BV)\",\"regNo\":\"0478.568.801\",\"vatNo\":\"BE0478.568.801\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Britselei 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anton Spits\",\"email\":\"info@brody.be\",\"phone\":\"03 663 88 07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Brody\",\"email\":\"invoice@brody.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":60,\"name\":\"Expertisebureau Vermeulen\",\"businessName\":\"Expertisebureau Vermeulen\",\"regNo\":\"0842209428\",\"vatNo\":\"BE0842209428\",\"country\":\"belgie\",\"region\":null,\"city\":\"Beveren-Waas\",\"postcode\":\"9120\",\"address\":\"Glazenleeuwstraat 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Vermeulen\",\"email\":\"michiel.vermeulen@telenet.be\",\"phone\":\"0485620791\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":63,\"name\":\"Kato VOF\",\"businessName\":\"Kato VOF\",\"regNo\":\"BE 0885.060.266\",\"vatNo\":\"0885.060.266\",\"country\":\"belgie\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Albert Van Heckelaan 9\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goossens Carls\",\"email\":\"carl.goossens2@telenet.be\",\"phone\":\"0475956056\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":68,\"name\":\"Ivo Verpraet\",\"businessName\":\"Ivo Verpraet\",\"regNo\":\"nvt\",\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Esptweg 14\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivo Verpraet\",\"email\":\"i.verpraet@telenet.be\",\"phone\":\"+(324) 973-52835\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":71,\"name\":\"BV Bakkerij Philippe\",\"businessName\":\"BV Bakkerij Philippe\",\"regNo\":\"0830.183.012\",\"vatNo\":\"BE 0830.183.012\",\"country\":\"Bekgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Hovenierstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Vergauwen\",\"email\":\"fa112908@msn.com\",\"phone\":\"+32476428613\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":74,\"name\":\"Bj\\u00f6rn De Vuyst\",\"businessName\":\"Bj\\u00f6rn De Vuyst\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Spoorwegwegel 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bj\\u00f6rn De Vuyst\",\"email\":\"bjorn.de.vuyst2@telenet.be\",\"phone\":\"0498568862\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":75,\"name\":\"Luc Bogaert\",\"businessName\":\"Luc Bogaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Kluisbergen\",\"postcode\":\"9690\",\"address\":\"Hoogweg 2 9690 Kluisbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bogaert\",\"email\":\"bogaert_luc@me.com\",\"phone\":\"0478379360\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":76,\"name\":\"Ronny Ediers\",\"businessName\":\"Ronny Ediers\",\"regNo\":\"0503.963.401\",\"vatNo\":\"BE 0503.963.401\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Raapveld 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Ediers\",\"email\":\"ronny.ediers@outlook.com\",\"phone\":\"0493056490\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":77,\"name\":\"Erwin Claes\",\"businessName\":\"Erwin Claes\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlaar\",\"postcode\":\"2590\",\"address\":\"Gasbakstraat 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erwin Claes\",\"email\":\"erwin.claes7@telenet.be\",\"phone\":\"+32490429843\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":78,\"name\":\"Bert Luysterman\",\"businessName\":\"Bert Luysterman\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Hofstade\",\"postcode\":\"9308\",\"address\":\"Steenweg op Dendermonde 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Luysterman\",\"email\":\"Luysterman.bert@gmail.com\",\"phone\":\"+32473646265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":80,\"name\":\"Wim Allegaert\",\"businessName\":\"Wim Allegaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Klaverweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Allegaert\",\"email\":\"wim.allegaert@mjladvice.com\",\"phone\":\"0474977433\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":81,\"name\":\"PLDW Bvba\",\"businessName\":\"PLDW Bvba\",\"regNo\":\"0681.652.454\",\"vatNo\":\"BE 0681.652.454\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Broekveldstraat 21, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Limbourg\",\"email\":\"info@pldwbvba.be\",\"phone\":\"+32491358050\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":86,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"regNo\":\"257600445\",\"vatNo\":\"FR257600445\",\"country\":\"FR\",\"region\":null,\"city\":\"Isneauville\",\"postcode\":\"76230\",\"address\":\"240 Rue Augustin Fresnel\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"d'Annoux Ana\\u00efs\",\"email\":\"anais.dannoux@totalenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":87,\"name\":\"P.M.G-Galuk\",\"businessName\":\"P.M.G-Galuk\",\"regNo\":\"838008932\",\"vatNo\":\"BE0838008932\",\"country\":\"BE\",\"region\":null,\"city\":\"Grimbergen\",\"postcode\":\"1800\",\"address\":\"Albrecht Rodenbachlaan 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paulina Medrek\",\"email\":\"paulina.medrek@hotmail.com\",\"phone\":\"0486077042\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":88,\"name\":\"Lyubo Test Partner\",\"businessName\":\"Lyubo Test Partner\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":93,\"name\":\"CPO - Electric 55 Charging\",\"businessName\":\"CPO - Electric 55 Charging\",\"regNo\":\"832 489 801\",\"vatNo\":\"FR832 489 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Tropez.\",\"postcode\":\"83990\",\"address\":\"Espace des Lices, 9 Bld Louis Blanc\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alicia MIRANDA\",\"email\":\"alicia@e55c.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":102,\"name\":\"EMSP- ConnectNed B.V.\",\"businessName\":\"EMSP- ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":103,\"name\":\"ChargePoly\",\"businessName\":\"ChargePoly\",\"regNo\":\"85085499300019\",\"vatNo\":\"85085499300019\",\"country\":\"FR\",\"region\":null,\"city\":\"Aix-En-Provence\",\"postcode\":\"13593\",\"address\":\"31 Parc du golf\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":105,\"name\":\"CPO - Liikennevirta Oy (VIRTA)\",\"businessName\":\"CPO - Liikennevirta Oy (VIRTA)\",\"regNo\":null,\"vatNo\":\"2588986-2\",\"country\":\"FI\",\"region\":null,\"city\":\"Helsinki\",\"postcode\":\"00180\",\"address\":\"3 Energiakuja\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":112,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AUCH\",\"postcode\":\"32008\",\"address\":\"Place de l'ancien Foirail 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":113,\"name\":\"CPO - Rossini Energy\",\"businessName\":\"CPO - Rossini Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Villeneuve-d'Ascq\",\"postcode\":\"59650\",\"address\":\"Rue Horus 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rossini Luca\",\"email\":\"luca@rossinienergy.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":114,\"name\":\"CPO - WAAT SAS\",\"businessName\":\"CPO - WAAT SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Malakoff\",\"postcode\":\"92240\",\"address\":\"Rue Raymond David 10-20\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bon Jacques-Alexis\",\"email\":\"ja.bon@waat.fr\",\"phone\":\"+33698723265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":115,\"name\":\"EMSP- Freshmile Services\",\"businessName\":\"EMSP- Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"0668781435\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 3 68 78 14 35\"},\"billing\":{\"contactPerson\":\"Invoice Freshmile\",\"email\":\"roaming@freshmile.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":117,\"name\":\"CPO - Izivia SA\",\"businessName\":\"CPO - Izivia SA\",\"regNo\":\"419070180\",\"vatNo\":\"FR51419070180\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Avenue de l'Arche 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wehbe Ramy\",\"email\":\"ramy.wehbe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Equipe Facturation itin\\u00e9rance IZIVIA\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":119,\"name\":\"SPBR1\",\"businessName\":\"SPBR1\",\"regNo\":\"538133166\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rueil Malmaison\",\"postcode\":\"92500\",\"address\":\"Avenue de Colmar 64\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":120,\"name\":\"CPO - GreenWay Infrastructure s.r.o.\",\"businessName\":\"CPO - GreenWay Infrastructure s.r.o.\",\"regNo\":\"47728086\",\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Bratislava\",\"postcode\":\"85101\",\"address\":\"Einsteinova 24\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perger Adam\",\"email\":\"adam.perger@greenwaynetwork.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":121,\"name\":\"CPO - ZEborne\",\"businessName\":\"CPO - ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":122,\"name\":\"CPO - SIPLEC\",\"businessName\":\"CPO - SIPLEC\",\"regNo\":\"315281113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ivry-sur-Seine\",\"postcode\":\"94200\",\"address\":\"Quai Marcel Boyer 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hallopeau L\\u00e9opold\",\"email\":\"l.hallopeau@siplec.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":123,\"name\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"businessName\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"regNo\":\"20002678900053\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Carcassonne\",\"postcode\":\"11000\",\"address\":\"Rue Barb\\u00e8s 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":9,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":100,\"total\":839}}"} 
[2025-07-17 18:44:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":124,\"name\":\"CPO - Clicsysteme SAS (Car2plug)\",\"businessName\":\"CPO - Clicsysteme SAS (Car2plug)\",\"regNo\":\"803965110\",\"vatNo\":\"FR42803965110\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"Rue de Peinthievre 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Benami Eyal\",\"email\":\"eyal.benami@car2plug.fr\",\"phone\":\"+33767662028\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":126,\"name\":\"CPO - Indigo Park\",\"businessName\":\"CPO - Indigo Park\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"1 Place des Degr\\u00e9s - Tour Voltaire 92800 , Puteaux\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":127,\"name\":\"CPO - ZEPHYRE\",\"businessName\":\"CPO - ZEPHYRE\",\"regNo\":\"828414656\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"Rue Lyautey 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arrighi Charles\",\"email\":\"support@zephyre.fr\",\"phone\":\"+33180977675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":128,\"name\":\"EMSP- Electromaps S.L.\",\"businessName\":\"EMSP- Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":129,\"name\":\"CPO - MODULO\",\"businessName\":\"CPO - MODULO\",\"regNo\":\"841376734\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Tours\",\"postcode\":\"37000\",\"address\":\"BLAISE PASCAL 12-14\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Debouchage Emeric\",\"email\":\"edebouchage@modulo-energies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":130,\"name\":\"EMSP- Shell EV Charging Solutions B.V.\",\"businessName\":\"EMSP- Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":131,\"name\":\"CPO - Duferco Energia S.p.a.\",\"businessName\":\"CPO - Duferco Energia S.p.a.\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Genova\",\"postcode\":\"16126\",\"address\":\"4 Via Paolo Imperiale 16126 , Genova\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Merella Francesco\",\"email\":\"f.merella@dufercoenergia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":132,\"name\":\"Aix-Marseille Provence M\\u00e9tropole\",\"businessName\":\"Aix-Marseille Provence M\\u00e9tropole\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13007\",\"address\":\"58 Boulevard Charles Livon 13007 , Marseille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"dupont anthony\",\"email\":\"anthony.dupont@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":133,\"name\":\"Exadys\",\"businessName\":\"Exadys\",\"regNo\":\"89144253500011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Almeida JP\",\"email\":\"jpalmeida@exadys.com\",\"phone\":\"+33612779883\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":134,\"name\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"businessName\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nancy Cedex\",\"postcode\":\"54035\",\"address\":\"22-24 Viaduc Kennedy c.o. n\\u00b080036 54035 , Nancy Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perrolaz Frederic\",\"email\":\"frederic.perrollaz@grand-nancy.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":135,\"name\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"businessName\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-R\\u00e9my-de-Provence\",\"postcode\":\"13210\",\"address\":\"23 Avenue des Joncades Basses 13210 , Saint-R\\u00e9my-de-Provence France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GUINTINI Corinne\",\"email\":\"corinne.guintini@ccvba.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":136,\"name\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"businessName\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"regNo\":\"200045938\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Caen\",\"postcode\":\"14000\",\"address\":\"Esplanade Brillaud de Laujardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAFFRAY Alban\",\"email\":\"araffray@sdec-energie.fr\",\"phone\":\"+33231066164\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":137,\"name\":\"CPO - Driveco\",\"businessName\":\"CPO - Driveco\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75014\",\"address\":\"10 Place de Catalogne 75014 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Belkhodja Sofiane\",\"email\":\"sofiane.belkhodja@driveco.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":138,\"name\":\"CPO - Bouygues Energies et Services\",\"businessName\":\"CPO - Bouygues Energies et Services\",\"regNo\":\"775664873\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"GUYANCOURT\",\"postcode\":\"78280\",\"address\":\"Avenue Eug\\u00e8ne Freyssinet 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":139,\"name\":\"CPO - Suraya SAS\",\"businessName\":\"CPO - Suraya SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Fort de France\",\"postcode\":\"97200\",\"address\":\"8 Rue Georges EUCHARIS 97200 , Fort de France France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mansour Husam\",\"email\":\"husam.mansour@greentechnologie.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":140,\"name\":\"CPO - Bornes Solutions\",\"businessName\":\"CPO - Bornes Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"LE PLESSIS-ROBINSON\",\"postcode\":\"92350\",\"address\":\"15 avenue Descartes 92350 , LE PLESSIS-ROBINSON France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ABDALLAH Hachim\",\"email\":\"hachim.abdallah@bornes-solutions.fr\",\"phone\":\"(+33) 7 85 71 77 63\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":141,\"name\":\"CPO - LichtBlick eMobility\",\"businessName\":\"CPO - LichtBlick eMobility\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"Steigweg 24, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Payments Lichtblick eMobility GmbH\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":143,\"name\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"businessName\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen Cedex\",\"postcode\":\"76006\",\"address\":\"108 All\\u00e9e Fran\\u00e7ois Mitterand 76006 , Rouen Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Moreno Karine\",\"email\":\"karine.moreno@metropole-rouen-normandie.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":144,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-L\\u00f4\",\"postcode\":\"50008\",\"address\":\"11 Rue Dame Denise 50008 , Saint-L\\u00f4 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BLOSSE Fr\\u00e9d\\u00e9ric\",\"email\":\"frederic.blosse@sdem50.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":145,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orvault CEDEX 01\",\"postcode\":\"44701\",\"address\":\"Rue Roland Garros - Parc d'activit\\u00e9s du Bois Cesbron - CS 60 125\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flambeaux Etienne\",\"email\":\"etienne.flambeaux@sydela.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":146,\"name\":\"CPO - EFFIA Stationnement\",\"businessName\":\"CPO - EFFIA Stationnement\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"20 rue Hector Malot 75012 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Emilien Verneret\",\"email\":\"emilien.verneret@effia.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":147,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Toulouse\",\"postcode\":\"31000\",\"address\":\"9 Rue des 3 banquets 31000 , Toulouse France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":148,\"name\":\"Territoire d'Energie 90 (TE90)\",\"businessName\":\"Territoire d'Energie 90 (TE90)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Meroux\",\"postcode\":\"90400\",\"address\":\"1 Rue de la Gare TGV , La Jonxion - Tour 5 90400 , Meroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lombard Nathalie\",\"email\":\"nlombard@territoiredenergie90.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":149,\"name\":\"CPO - Sor\\u00e9gies\",\"businessName\":\"CPO - Sor\\u00e9gies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Poitiers\",\"postcode\":\"86000\",\"address\":\"78 Avenue Jacques Coeur 86000 , Poitiers France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Traor\\u00e9 Lamine\",\"email\":\"lamine.traore@soregies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":150,\"name\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"businessName\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Roche-sur-Yon\",\"postcode\":\"85036\",\"address\":\"3 Rue du Mar\\u00e9chal Juin 85036 , La Roche-sur-Yon France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"WAKKER WORDEN Johann\",\"email\":\"infra-irve@sydev-vendee.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":151,\"name\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"businessName\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Thor\",\"postcode\":\"84250\",\"address\":\"3511 Route des Vign\\u00e8res 84250 , Le Thor France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Alexander\",\"email\":\"athomas@sev84.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":152,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montauban\",\"postcode\":\"82000\",\"address\":\"78 Avenue de l'Europe 82000 , Montauban France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Puntonet Gerard\",\"email\":\"g.puntonet@sdetg.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":153,\"name\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"businessName\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Rochette\",\"postcode\":\"77000\",\"address\":\"1 Rue Claude Bernard 77000 , La Rochette France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Boitel Marc\",\"email\":\"marc.boitel@sdesm.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":154,\"name\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"businessName\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vaivre-et-Montoille\",\"postcode\":\"70000\",\"address\":\"20 Avenue des Rives du Lac 70000 , Vaivre-et-Montoille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tonghini Fabrice\",\"email\":\"f.tonghini@sied70.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":155,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dardilly\",\"postcode\":\"69570\",\"address\":\"61 Chemin du Moulin Carron 69570 , Dardilly France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GOUBO Vladimir\",\"email\":\"vladimir.goubo@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":156,\"name\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"businessName\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pau\",\"postcode\":\"64000\",\"address\":\"4 Rue Jean Zay 64000 , Pau France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Seillade Philippe\",\"email\":\"p.seillade@sdepa.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":157,\"name\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"businessName\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Cournon D'Auvergne\",\"postcode\":\"63800\",\"address\":\"36 Rue de Sarli\\u00e8ve 63800 , Cournon D'Auvergne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Picot S\\u00e9bastien\",\"email\":\"sebastien.picot@semelec63.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":158,\"name\":\"CPO - Territoire d'Energie Orne\",\"businessName\":\"CPO - Territoire d'Energie Orne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Valframbert\",\"postcode\":\"61250\",\"address\":\"5 Rue Gatel 61250 , Valframbert France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Auvray Philippe\",\"email\":\"cedric.thomas@te61.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":159,\"name\":\"Syndicat d'Energie de l'Oise (SE60)\",\"businessName\":\"Syndicat d'Energie de l'Oise (SE60)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Till\\u00e9\",\"postcode\":\"60000\",\"address\":\"9164 Avenue des Censives 60000 , Till\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":160,\"name\":\"Morbihan \\u00e9nergies\",\"businessName\":\"Morbihan \\u00e9nergies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vannes Cedex\",\"postcode\":\"56010\",\"address\":\"27 Rue de Luscanen - CS 32610 56010 , Vannes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":161,\"name\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"businessName\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chaumont\",\"postcode\":\"52000\",\"address\":\"40 bis Avenue du Mar\\u00e9chal Foch 52000 , Chaumont France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"F\\u00e8vre Jean-Marc\",\"email\":\"rodolphe.grandjonc@sded52.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":162,\"name\":\"CPO - Territoire d'Energie Mayenne\",\"businessName\":\"CPO - Territoire d'Energie Mayenne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chang\\u00e9\",\"postcode\":\"53810\",\"address\":\"Parc Technopolis - Rue Louis de Broglie - B\\u00e2timent R 53810 , Chang\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":163,\"name\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"businessName\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecouflant\",\"postcode\":\"49000\",\"address\":\"9 Route de la Confluence 49000 , Ecouflant France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrion Marine\",\"email\":\"m.adrion@sieml.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":164,\"name\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"businessName\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Agen\",\"postcode\":\"47000\",\"address\":\"26 Rue Diderot 47000 , Agen France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blanquet B\\u00e9renger\",\"email\":\"berenger.blanquet@sdee47.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":165,\"name\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"businessName\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Mont-de-Marsan Cedex\",\"postcode\":\"40006\",\"address\":\"55 Rue Martin Luther King - CS 70627 40006 , Mont-de-Marsan Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":166,\"name\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ch\\u00e2teauroux\",\"postcode\":\"36000\",\"address\":\"2 Colbert B\\u00e2t G - Rue des Cigari\\u00e8res 36000 , Ch\\u00e2teauroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Routet Didier\",\"email\":\"d.routet@sdei36.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":167,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Thorign\\u00e9-Fouillard\",\"postcode\":\"35236\",\"address\":\"1 Avenue de Tiz\\u00e9 35236 , Thorign\\u00e9-Fouillard France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Simon Charlotte\",\"email\":\"c.simon@sde35.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":168,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33000\",\"address\":\"12 Rue du Cardinal Richaud 33000 , Bordeaux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":169,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Quimper\",\"postcode\":\"29000\",\"address\":\"9 All\\u00e9e Sully 29000 , Quimper France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Monfort Jacques\",\"email\":\"jacques.monfort@sdef.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":170,\"name\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"businessName\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Guichainville\",\"postcode\":\"27930\",\"address\":\"12 Rue Concorde 27930 , Guichainville France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":171,\"name\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"businessName\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Besan\\u00e7on\",\"postcode\":\"25000\",\"address\":\"33 Rue Cl\\u00e9ment Marot 25000 , Besan\\u00e7on France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mourot David\",\"email\":\"david.mourot@syded.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":172,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"P\\u00e9rigueux\",\"postcode\":\"24000\",\"address\":\"7 All\\u00e9e de Tourny 24000 , P\\u00e9rigueux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"VIGNERON S\\u00e9bastien\",\"email\":\"mobive@sde24.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":173,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sain-Brieuc\",\"postcode\":\"22000\",\"address\":\"53 Boulevard Carnot 22000 , Sain-Brieuc France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Connan David\",\"email\":\"david.connan@sde22.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":174,\"name\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"businessName\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Miramas\",\"postcode\":\"13141\",\"address\":\"1 Avenue Marco Polo - CS 20100 13141 , Miramas France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"APPARICIO Alexandre\",\"email\":\"alexandre.apparicio@smed13.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":175,\"name\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"businessName\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Troyes\",\"postcode\":\"10000\",\"address\":\"22 Rue Gr\\u00e9goire Pierre Herluison 10000 , Troyes France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Godin Olivier\",\"email\":\"olivier.godin@sde-aube.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":176,\"name\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"businessName\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saintes Cedex\",\"postcode\":\"17119\",\"address\":\"3 rue du Clos Fleuri - ZI de l'Ormeau de Pied - CS 60518 17119 , Saintes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ferri\\u00e8res Francois-Annet\",\"email\":\"fa.de-ferrieres@sdeer17.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":177,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laguenne\",\"postcode\":\"19150\",\"address\":\"Quartier Montana 19150 , Laguenne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BARTHEL Laurent\",\"email\":\"l.barthuel@fdee19.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":178,\"name\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"businessName\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Angoul\\u00e8me\",\"postcode\":\"16021\",\"address\":\"308 Rue de Basseau 16021 , Angoul\\u00e8me France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gauthier-Laure\",\"email\":\"lgauthier@sdeg16.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":179,\"name\":\"CPO - Porsche Slovenija d.o.o.\",\"businessName\":\"CPO - Porsche Slovenija d.o.o.\",\"regNo\":\"5758980\",\"vatNo\":null,\"country\":\"SI\",\"region\":null,\"city\":\"Ljubljana\",\"postcode\":\"SI-1000\",\"address\":\"5 Bravnicarjeva\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lukic Dusan\",\"email\":\"dusan.lukic@porsche.si\",\"phone\":\"+38631679161\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":180,\"name\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"businessName\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nice\",\"postcode\":\"06364\",\"address\":\"5 H\\u00f4tel de ville 06364 , Nice France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clavier Aur\\u00e9lien\",\"email\":\"aurelien.clavier@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":181,\"name\":\"EMSP- Stations-e SAS\",\"businessName\":\"EMSP- Stations-e SAS\",\"regNo\":\"835124280\",\"vatNo\":\"FR10835124280\",\"country\":\"FR\",\"region\":null,\"city\":\"Boussy-Saint-Antoine\",\"postcode\":\"91800\",\"address\":\"rue Marcel Pagnol 3 - 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nguyen Peth\",\"email\":\"peth.nguyen@stations-e.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":182,\"name\":\"Creos Luxembourg\",\"businessName\":\"Creos Luxembourg\",\"regNo\":null,\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Luxembourg\",\"postcode\":\"L-1248\",\"address\":\"59-61 Rue de Bouillon L-1248 , Luxembourg Luxembourg\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bertrand S\\u00e9bastien\",\"email\":\"sebastien.bertrand@creos.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":183,\"name\":\"CPO - TEVGO SAS\",\"businessName\":\"CPO - TEVGO SAS\",\"regNo\":\"87932148700024\",\"vatNo\":\"FR03879321487\",\"country\":\"FR\",\"region\":null,\"city\":\"La D\\u00e9fense Cedex\",\"postcode\":\"92069\",\"address\":\"24 cours Michelet 92069 , La D\\u00e9fense Cedex\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":184,\"name\":\"EMSP- ZE-WATT\",\"businessName\":\"EMSP- ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaigneux Eric\",\"email\":\"eric.gaigneux@ze-watt.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":185,\"name\":\"Charge Point SRL (PlugPoint)\",\"businessName\":\"Charge Point SRL (PlugPoint)\",\"regNo\":\"J40\\/11414\\/2017\",\"vatNo\":null,\"country\":\"RO\",\"state\":null,\"city\":\"Decembrie\",\"postcode\":\"077005\",\"address\":\"Sos. Giurgiului 73 - 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dunca Alexandru\",\"email\":\"alex.dunca@plugpoint.ro\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":186,\"name\":\"Interparking France SA\",\"businessName\":\"Interparking France SA\",\"regNo\":\"692 051 113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"Rue de Gramont 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Scordia R\\u00e9mi\",\"email\":\"rscordia@interparking.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":187,\"name\":\"Alfa Power\",\"businessName\":\"Alfa Power\",\"regNo\":\"11119473\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Leeds\",\"postcode\":\"LS27 0BY\",\"address\":\"Quarry Court High Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandhi Varun\",\"email\":\"v.gandhi@alfapower.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":188,\"name\":\"CPO - Croatian Telekom Inc.\",\"businessName\":\"CPO - Croatian Telekom Inc.\",\"regNo\":\"080266256\",\"vatNo\":null,\"country\":\"HR\",\"region\":null,\"city\":\"Zagreb\",\"postcode\":\"10000\",\"address\":\"Radni\\u010dka cesta 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stjepanovic Josip\",\"email\":\"josip.stjepanovic@t.ht.hr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":189,\"name\":\"Qovoltis\",\"businessName\":\"Qovoltis\",\"regNo\":\"853420032\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montrouge\",\"postcode\":\"92120\",\"address\":\"Danton 2a\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Salle Frederic\",\"email\":\"frederic.salle@qovoltis.com\",\"phone\":\"+33614011053\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":190,\"name\":\"Rambouillet Territoires\",\"businessName\":\"Rambouillet Territoires\",\"regNo\":\"20007334400067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rambouillet Cedex\",\"postcode\":\"78511\",\"address\":\"rue Gustave Eiffel - ZA Bel Air 22 - BP 40036\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Forte Carole\",\"email\":\"c.forte@rt78.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":191,\"name\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"businessName\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"regNo\":null,\"vatNo\":\"957520901\",\"country\":\"FR\",\"region\":null,\"city\":\"Lyon\",\"postcode\":\"69004\",\"address\":\"Andr\\u00e9 Bonin 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":192,\"name\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"businessName\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"regNo\":\"200067213\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Reims\",\"postcode\":\"51100\",\"address\":\"Eug\\u00e8ne Desteuque 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Humbert St\\u00e9phane\",\"email\":\"stephane.humbert@grandreims.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":193,\"name\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"businessName\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"regNo\":\"20004071500019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grenoble\",\"postcode\":\"38031\",\"address\":\"Rue Malakoff 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":194,\"name\":\"CPO - M\\u00e9tropolis\",\"businessName\":\"CPO - M\\u00e9tropolis\",\"regNo\":\"885354860\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"rue d'Astorg 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":195,\"name\":\"SEMOB\",\"businessName\":\"SEMOB\",\"regNo\":\"84877842900011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"+33428044205\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":196,\"name\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"businessName\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"regNo\":\"20005623200016\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orsay\",\"postcode\":\"91898\",\"address\":\"rue Jean Rostand 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MADA VINCENT\",\"email\":\"vincent.mada@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":199,\"name\":\"CPO - BE TROM SE\",\"businessName\":\"CPO - BE TROM SE\",\"regNo\":\"833942725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33100\",\"address\":\"Montmejean 60\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tricaud Yves\",\"email\":\"ytricaud@betrom-se.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":200,\"name\":\"EMSP- WattzHub\",\"businessName\":\"EMSP- WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":201,\"name\":\"EMSP- Maingau Energie GmbH\",\"businessName\":\"EMSP- Maingau Energie GmbH\",\"regNo\":\"113525007\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Obertshausen\",\"postcode\":\"63179\",\"address\":\"Ringstra\\u00dfe 4 - 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Armbruster\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":202,\"name\":\"EMSP- BE:MO SASU\",\"businessName\":\"EMSP- BE:MO SASU\",\"regNo\":\"823647060\",\"vatNo\":\"FR52823647060\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Esplanade du G\\u00e9n\\u00e9ral DE GAULLE 110\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthieu Codron\",\"email\":\"invoices@be-mo.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":203,\"name\":\"EMSP- Deftpower B.V.\",\"businessName\":\"EMSP- Deftpower B.V.\",\"regNo\":\"78087627\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"AW Apeldoorn\",\"postcode\":\"7317\",\"address\":\"Stadhoudersmolenweg 136\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Houthooft Anja\",\"email\":\"anja.houthooft@deftpower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":204,\"name\":\"EMSP- Chargemap SAS\",\"businessName\":\"EMSP- Chargemap SAS\",\"regNo\":\"809844731\",\"vatNo\":\"FR37809844731\",\"country\":\"FR\",\"region\":null,\"city\":\"Strasbourg\",\"postcode\":\"67200\",\"address\":\"all\\u00e9e C\\u00e9r\\u00e8s 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yoann Nussbaumer\",\"email\":\"operations@chargemap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":205,\"name\":\"EMSP- Bosch Charging Solutions GmbH\",\"businessName\":\"EMSP- Bosch Charging Solutions GmbH\",\"regNo\":\"HRB780013\",\"vatNo\":\"DE815728513\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart-Feuerbach\",\"postcode\":\"70469\",\"address\":\"Kruppstr. 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandin Hornemann\",\"email\":\"gandin.hornemann@de.bosch.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":206,\"name\":\"CPO - Route220 S.R.L.\",\"businessName\":\"CPO - Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":207,\"name\":\"EMSP- Elvah GmbH (Kreait)\",\"businessName\":\"EMSP- Elvah GmbH (Kreait)\",\"regNo\":\"HRB22989\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Grafschaft\",\"postcode\":\"53501\",\"address\":\"Oberescher weg 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gowrynath Sivaganeshamoorthy\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":208,\"name\":\"EMSP- Octopus Energy Ltd\",\"businessName\":\"EMSP- Octopus Energy Ltd\",\"regNo\":\"09263424\",\"vatNo\":\"GB 358672751\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"EC1N 2HT\",\"address\":\"Holborn 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Zoisa North-Bond\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices @ Octopus Energy\",\"email\":\"invoices-oe@octoenergy.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":209,\"name\":\"EMSP- Muvext Lda\",\"businessName\":\"EMSP- Muvext Lda\",\"regNo\":\"515419923\",\"vatNo\":\"PT515419923\",\"country\":\"PT\",\"region\":null,\"city\":\"Ilhavo\",\"postcode\":\"3830-352\",\"address\":\"PCI Creative Science Park Aveiro Region, Via do Conhecimento, Edif\\u00edcio Central\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Marques\",\"email\":\"sara.marques@muvext.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Muvext\",\"email\":\"accounting@muvext.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":210,\"name\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"regNo\":\"B49456\",\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"8069\",\"address\":\"Rue de l'Industrie 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van Breugel Willem\",\"email\":\"wibreuge@q8.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":216,\"name\":\"Fiesandri BVBA\",\"businessName\":\"Fiesandri BVBA\",\"regNo\":\"BE0677757905\",\"vatNo\":\"BE0677757905\",\"country\":\"BE\",\"region\":null,\"city\":\"lokeren\",\"postcode\":\"9160\",\"address\":\"Gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heugens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":217,\"name\":\"Rexel Nederland B.V.\",\"businessName\":\"Rexel Nederland B.V.\",\"regNo\":\"24267850\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zoetermeer\",\"postcode\":\"2712 PB\",\"address\":\"Bleiswijkseweg 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Van Dalen Michael\",\"email\":\"michael.vandalen@rexel.nl\",\"phone\":\"+31631787345\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":221,\"name\":\"Ronny Smet\",\"businessName\":\"Ronny Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":223,\"name\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"businessName\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"regNo\":\"HRA 709651\",\"vatNo\":\"709651\",\"country\":\"DE\",\"region\":null,\"city\":\"Karlsruhe\",\"postcode\":\"761321\",\"address\":\"Durlacher Allee 93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lars Walch\",\"email\":\"outbound.b2b.billing@enbw.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Service EnBW\",\"email\":\"service.emob@enbw.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":224,\"name\":\"CPO - E-Totem SAS\",\"businessName\":\"CPO - E-Totem SAS\",\"regNo\":\"53918816900020\",\"vatNo\":\"53918816900020\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"(+33) 6 88 23 42 43\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":225,\"name\":\"CPO - S\\u00e9olis\",\"businessName\":\"CPO - S\\u00e9olis\",\"regNo\":\"492041086\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Niort\",\"postcode\":\"79025\",\"address\":\"Avenue de Paris 336\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gheribi Mehdi\",\"email\":\"mgheribi@seolis.net\",\"phone\":\"(+33) 5 49 08 85 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":200,\"total\":839}}"} 
[2025-07-17 18:44:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":226,\"name\":\"CPO - Proviridis\",\"businessName\":\"CPO - Proviridis\",\"regNo\":\"750 938 722 00022\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rousset\",\"postcode\":\"13790\",\"address\":\"Avenue Victoire 135\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Et\\u00e9 Vincent\",\"email\":\"vincent.ete@proviridis.fr\",\"phone\":\"(+33) 7 50 69 52 44\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":227,\"name\":\"CPO - Drem Kft.\",\"businessName\":\"CPO - Drem Kft.\",\"regNo\":\"01 09 864967\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"H-1033\",\"address\":\"Szentendrei \\u00fat 89-93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"N\\u00e9meth \\u00c1d\\u00e1m\",\"email\":\"adam.nemeth@drem.hu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":228,\"name\":\"CPO - INOUid SAS\",\"businessName\":\"CPO - INOUid SAS\",\"regNo\":\"831159587\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"\\u00c9cully\",\"postcode\":\"69130\",\"address\":\"Chemin des Mouilles 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Briand Didier\",\"email\":\"dbriand@inouid.com\",\"phone\":\"(+33) 6 61 36 91 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":229,\"name\":\"CPO - ePower Lt.\",\"businessName\":\"CPO - ePower Lt.\",\"regNo\":null,\"vatNo\":\"645309\",\"country\":\"IE\",\"region\":null,\"city\":\"Cork\",\"postcode\":\"T23 TCY8\",\"address\":\"1 Technology House, Rockgroove Industrial Estate, Little Island\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tugwell Josef\",\"email\":\"joe.tugwell@epower.ie\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":230,\"name\":\"CPO - SAEMES SA\",\"businessName\":\"CPO - SAEMES SA\",\"regNo\":\"317 032 993 00741\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"L\\u00e9on Cladel 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MONNIER G\\u00e9raldine\",\"email\":\"geraldine.monnier@tevgo.fr\",\"phone\":\"(+33) 7 61 06 43 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":231,\"name\":\"CPO - GEA Solutions Ltd\",\"businessName\":\"CPO - GEA Solutions Ltd\",\"regNo\":\"EL099022632\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Attiki\",\"postcode\":\"19010\",\"address\":\"101 Thesi Patima, VI.PE. Kalyvion\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivanov Stefan\",\"email\":\"stefan.ivanov@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":232,\"name\":\"CPO - Autorecharge SAS\",\"businessName\":\"CPO - Autorecharge SAS\",\"regNo\":\"837 529 700\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pantin\",\"postcode\":\"93500\",\"address\":\"avenue du g\\u00e9n\\u00e9ral Leclerc 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Drif Malek\",\"email\":\"malek@autorecharge.fr\",\"phone\":\"(+33) 6 50 37 04 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":233,\"name\":\"EMSP- Bump SAS\",\"businessName\":\"EMSP- Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":234,\"name\":\"CPO - Ecophi SAS\",\"businessName\":\"CPO - Ecophi SAS\",\"regNo\":\"892147679\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"rue de la Chesnaie 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":235,\"name\":\"MEA Energies SAS\",\"businessName\":\"MEA Energies SAS\",\"regNo\":\"89487859400015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yilmaz Mehmet\",\"email\":\"mehmet.yilmaz@meaenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":236,\"name\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"businessName\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"regNo\":\"200 050 433 00024\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"64bis Rue de Monceau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"JEMMALI SANA\",\"email\":\"sana.jemmali@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":237,\"name\":\"CPO - Mobilygreen SAS\",\"businessName\":\"CPO - Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":238,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"HRB 88854\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50823\",\"address\":\"000582 6-8 Methweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Support\",\"email\":\"support@chargecloud.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":239,\"name\":\"CPO - MVM Mobiliti Kft\",\"businessName\":\"CPO - MVM Mobiliti Kft\",\"regNo\":\"0109965868\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"1037\",\"address\":\"10. Montevideo utca\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":\"pvz@lastmilesolutions.com\",\"phone\":\"(+31) 6 15 89 21 19\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":242,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Auxerre\",\"postcode\":\"89000\",\"address\":\"Avenue Foch 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":243,\"name\":\"CPO - Electra SAS\",\"businessName\":\"CPO - Electra SAS\",\"regNo\":\"891 624 884\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"rue Henri Rochefort 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarrazanas Thomas\",\"email\":\"thomas@go-electra.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":244,\"name\":\"Franklin EV Limited\",\"businessName\":\"Franklin EV Limited\",\"regNo\":\"09672645\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Wilmslow, Cheshire\",\"postcode\":\"SK9 1RA\",\"address\":\"The Lodge Alderley Road\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Byrne Robert\",\"email\":\"robert.byrne@franklinenergy.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":245,\"name\":\"CPO - SalzachSonne GmbH\",\"businessName\":\"CPO - SalzachSonne GmbH\",\"regNo\":\"370509\",\"vatNo\":\"FN 370509\",\"country\":\"AT\",\"region\":null,\"city\":\"Neukirchen\",\"postcode\":\"5741\",\"address\":\"Marktstrasse 179\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bachmaier Edwin\",\"email\":\"edwin.bachmaier@salzachsonne.at\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":246,\"name\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"businessName\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"regNo\":\"HRB 113 258 B\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10829\",\"address\":\"7-8 EUREF-Campus\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ubitricity Roaming technical support\",\"email\":\"roaming@ubitricity.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":247,\"name\":\"Syndicat mixte des Transports du bassin de Briey\",\"businessName\":\"Syndicat mixte des Transports du bassin de Briey\",\"regNo\":\"20004184600029\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Val de Briey\",\"postcode\":\"54150\",\"address\":\"2 Rue du Mar\\u00e9chal Foch\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pinna Arnaud\",\"email\":\"arnaud.pinna@st2b.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":248,\"name\":\"SAP Labs France SAS\",\"businessName\":\"SAP Labs France SAS\",\"regNo\":\"419855127\",\"vatNo\":\"FR23419855127\",\"country\":\"FR\",\"region\":null,\"city\":\"Mougins Cedex\",\"postcode\":\"06254\",\"address\":\"805 Avenue du Docteur Maurice Donat\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ben Slimane Kinza\",\"email\":\"kinza.ben.slimane@sap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":249,\"name\":\"CPO - SIPPEREC\",\"businessName\":\"CPO - SIPPEREC\",\"regNo\":\"257 500 041\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75588\",\"address\":\"173-175 Rue de Bercy\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":250,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Boves\",\"postcode\":\"80440\",\"address\":\"3 Rue C\\u00e9sar Cascabel - P\\u00f4les Jules Verne 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DURIER Christophe\",\"email\":\"christophe.durier@fde-somme.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":251,\"name\":\"CPS Asset Management SAS\",\"businessName\":\"CPS Asset Management SAS\",\"regNo\":\"493123251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"BOULOGNE BILLANCOURT\",\"postcode\":\"92100\",\"address\":\"58 AV EMILE ZOLA\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PEZET Hugues\",\"email\":\"hugues_pezet@carrefour.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":252,\"name\":\"Ville de la Garenne Colombes\",\"businessName\":\"Ville de la Garenne Colombes\",\"regNo\":\"219 200 359 00012\",\"vatNo\":\"FR65219200359\",\"country\":\"FR\",\"region\":null,\"city\":\"La Garenne-Colombes\",\"postcode\":\"92250\",\"address\":\"68 Boulevard de la R\\u00e9publique\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"correia fabricio\",\"email\":\"fabricio.correia@lagarennecolombes.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":253,\"name\":\"CPO - SGA Automation SAS\",\"businessName\":\"CPO - SGA Automation SAS\",\"regNo\":\"424246015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76000\",\"address\":\"27 Rue Jean Philippe Rameau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":254,\"name\":\"EV Maestro Ltd.\",\"businessName\":\"EV Maestro Ltd.\",\"regNo\":\"40103266553\",\"vatNo\":null,\"country\":\"LV\",\"region\":null,\"city\":\"Riga\",\"postcode\":\"LV1021\",\"address\":\"46 K-2 Ulbrokas Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Berzina Iveta\",\"email\":\"ivetab@evmaestro.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":255,\"name\":\"LUMI'iN SAS\",\"businessName\":\"LUMI'iN SAS\",\"regNo\":\"80794006900014\",\"vatNo\":\"FR30807940069\",\"country\":\"FR\",\"region\":null,\"city\":\"Malijai\",\"postcode\":\"04350\",\"address\":\"5 Le Prieure\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"LUMI'IN Superviseur\",\"email\":\"gireve@lumi-in.fr\",\"phone\":\"(+33) 7 82 94 09 59\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":257,\"name\":\"TotalEnergies Charging Services SAS\",\"businessName\":\"CPO - TotalEnergies Charging Services\",\"regNo\":\"514 933 589\",\"vatNo\":\"FR22531680445\",\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"24 Cours Michelet\",\"lastUpdatedAt\":\"2025-02-20T10:29:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Longatte\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Knafo Salom\\u00e9\",\"email\":\"salome.knafo@totalenergies.com\",\"phone\":\"+33 6 07 04 69 68\"},\"billing\":{\"contactPerson\":\"Fanny Carolei\",\"email\":\"fanny.carolei@totalenergies.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":258,\"name\":\"CPO - R\\u00e9gion Hauts-de-France\",\"businessName\":\"CPO - R\\u00e9gion Hauts-de-France\",\"regNo\":\"200053742\",\"vatNo\":\"FR25200053742\",\"country\":\"FR\",\"region\":null,\"city\":\"Lille Cedex\",\"postcode\":\"59555\",\"address\":\"155 Avenue du Pr\\u00e9sident Hoover 59555 , Lille Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":261,\"name\":\"Conny De Schepper\",\"businessName\":\"Conny De Schepper\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Haeyershoek 74\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Conny De Schepper\",\"email\":\"vdmluc68@hotmail.com\",\"phone\":\"0472942323\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":263,\"name\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"businessName\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"regNo\":\"258708585\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Palais sur Vienne\",\"postcode\":\"87410\",\"address\":\"8 rue d'Anguernaud\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":\"(+33) 6 13 44 57 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":264,\"name\":\"CPO - Clem'\",\"businessName\":\"CPO - Clem'\",\"regNo\":\"519 450 209\",\"vatNo\":\"FR49519450209\",\"country\":\"FR\",\"region\":null,\"city\":\"Neuilly-sur-Seine\",\"postcode\":\"92200\",\"address\":\"9 Villa des Sablons\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Delabona Andrews\",\"email\":\"andrews.delabona@clem-e.com\",\"phone\":\"(+33) 9 72 39 68 60\"},\"technical\":{\"contactPerson\":\"Stanislas Soufflet,\",\"email\":\"stanislas.soufflet@clem-e.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"it@clem-e.com\",\"phone\":\"0753366695\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":265,\"name\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"businessName\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dampierre en Yvelines\",\"postcode\":\"78720\",\"address\":\"9 Grande Rue\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PELLETIER Jacques\",\"email\":\"cchvc78@orange.fr\",\"phone\":\"(+33) 1 30 52 83 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":266,\"name\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"businessName\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laon\",\"postcode\":\"02007\",\"address\":\"Rue Turgot\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Moliner Yves\",\"email\":\"y.demoliner@useda.fr\",\"phone\":\"(+33) 3 23 27 15 80\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":267,\"name\":\"Camping du Lac\",\"businessName\":\"Camping du Lac\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINTE EULALIE EN BORN\",\"postcode\":\"40200\",\"address\":\"1590 Route du Lac\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gallou\\u00ebt C\\u00e9cile\",\"email\":\"contact@lecampingdulac.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":268,\"name\":\"Cogelum IDF (Citeos)\",\"businessName\":\"Cogelum IDF (Citeos)\",\"regNo\":\"B525134169\",\"vatNo\":\"FR08525134169\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92122\",\"address\":\"50 Avenue Fran\\u00e7ois Arago - CS 80002\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ismail BADIH\",\"email\":\"ismail.badih@citeos.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Carla Atiga\",\"email\":\"comptabilite.cpo@citeos.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":271,\"name\":\"Mertens Consulting BV\",\"businessName\":\"Mertens Consulting BV\",\"regNo\":\"0896.979.487\",\"vatNo\":\"BE 0896.979.487\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Smalvoortstraat 50, Turnhout , 2300\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mertens Fons\",\"email\":\"fonsmertens@me.com\",\"phone\":\"0475\\/248.968\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":272,\"name\":\"Samantha De Witte\",\"businessName\":\"Samantha De Witte\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Hoogkamerstraat 13, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samantha De Witte\",\"email\":\"samantha.dw@outlook.be\",\"phone\":\"0478365219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":273,\"name\":\"EMSP- Radicle UG\",\"businessName\":\"EMSP- Radicle UG\",\"regNo\":\"HRB231270\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Leipzig\",\"postcode\":\"04129\",\"address\":\"2 Schiebestrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ross Savage\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":278,\"name\":\"Power Shop\",\"businessName\":\"Power Shop\",\"regNo\":\"0478302941\",\"vatNo\":\"BE0478302941\",\"country\":\"BE\",\"region\":null,\"city\":\"Menen\",\"postcode\":\"8930\",\"address\":\"Delorsplein 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Logan Demeulemeester\",\"email\":\"logan.demeulemeester@hotmail.com\",\"phone\":\"0492055783\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":283,\"name\":\"e-Clearing (Test)\",\"businessName\":\"e-Clearing (Test)\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":286,\"name\":\"Christof Haeseldonckx\",\"businessName\":\"Christof Haeseldonckx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Cranenskapelstraat 1a\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christof Haeseldonckx\",\"email\":\"christofsandy@telenet.be\",\"phone\":\"0495230848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":289,\"name\":\"EMSP- Bornes Lib SAS\",\"businessName\":\"EMSP- Bornes Lib SAS\",\"regNo\":\"905139515\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"4 rue pasquier\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bah Ibrahima Sory\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":291,\"name\":\"Jurgen Munghen\",\"businessName\":\"Jurgen Munghen\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ingelmunster\",\"postcode\":\"-\",\"address\":\"H\\u00fcllhorststraat 3, Ingelmunster, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Munghen\",\"email\":\"jurgen.munghen@telenet.be\",\"phone\":\"0476531993\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":293,\"name\":\"EMSP- PERETTI GROUPE SARL\",\"businessName\":\"EMSP- PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":307,\"name\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"businessName\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Michel-sur-Orge\",\"postcode\":\"91240\",\"address\":\"16bis Rue Denis Papin\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean-Pierre Duperron\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":316,\"name\":\"Thys Interieur & Design\",\"businessName\":\"Thys Interieur & Design\",\"regNo\":\"0876145174\",\"vatNo\":\"BE0876145174\",\"country\":\"BE\",\"region\":null,\"city\":\"Eeklo\",\"postcode\":\"9900\",\"address\":\"Vrombautstraat 147\",\"lastUpdatedAt\":\"2025-05-16T13:26:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":317,\"name\":\"EMSP- Load Stations SAS\",\"businessName\":\"EMSP- Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":321,\"name\":\"CPO - ChargePoint Austria GmbH\",\"businessName\":\"CPO - ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Henrik Gerdes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":300,\"total\":839}}"} 
[2025-07-17 18:44:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":333,\"name\":\"Polinvest\",\"businessName\":\"Polinvest\",\"regNo\":\"BE0452239437\",\"vatNo\":\"BE0452239437\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 58 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyra Kuppens\",\"email\":\"kyra.kuppens@ocb.be\",\"phone\":\"080013890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":334,\"name\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":342,\"name\":\"EMSP- Eneco eMobility B.V.\",\"businessName\":\"EMSP- Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leonie Baneke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":350,\"name\":\"EMSP- Kiwhi Pass Solutions SASU\",\"businessName\":\"EMSP- Kiwhi Pass Solutions SASU\",\"regNo\":\"808 639 801\",\"vatNo\":\"FR49 808 639 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Apollinaire\",\"postcode\":\"21850\",\"address\":\"36 Rue du docteur Schmitt\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique TALLON\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":351,\"name\":\"EMSP- Robo Charge B.V.\",\"businessName\":\"EMSP- Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":352,\"name\":\"EMSP- Volkswagen Group Charging GmbH\",\"businessName\":\"EMSP- Volkswagen Group Charging GmbH\",\"regNo\":\"HRB 208967\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"1 Mollstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"ladekonzept@elli.eco\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"cpo-invoice@elli.eco\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":355,\"name\":\"CPO - City Charging BV\",\"businessName\":\"CPO - City Charging BV\",\"regNo\":\"80648088\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Deventer\",\"postcode\":\"7418 AJ\",\"address\":\"6b Zutphenseweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@citycharging.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":356,\"name\":\"Power Dot S.A\",\"businessName\":\"Power Dot S.A\",\"regNo\":\"514790342\",\"vatNo\":null,\"country\":\"PT\",\"region\":null,\"city\":\"Lisboa\",\"postcode\":\"250-096\",\"address\":\"17 6B R. Carlos Alberto da Mota Pinto\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ramos Afonso\",\"email\":\"acr@powerdot.pt\",\"phone\":\"00351 91 44 56 54 3\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":357,\"name\":\"IMAC2 SAS\",\"businessName\":\"IMAC2 SAS\",\"regNo\":\"421334566\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Cannet\",\"postcode\":\"06110\",\"address\":\"50 avenue du Campon\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julienne St\\u00e9phane\",\"email\":null,\"phone\":\"s.julienne@rivieracarcenter.fr\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":358,\"name\":\"Be Charge S.r.l.\",\"businessName\":\"Be Charge S.r.l.\",\"regNo\":\"09957510960\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20143\",\"address\":\"11 Via Carlo Bo\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paolo Martini\",\"email\":\"invoice.italia@bepower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":359,\"name\":\"MACRIS SAS\",\"businessName\":\"MACRIS SAS\",\"regNo\":\"341760148\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Creissels\",\"postcode\":\"12100\",\"address\":\"Route de St Affrique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian CABIRON\",\"email\":\"christian.cabiron@socamil.leclerc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":361,\"name\":\"Syndicat de la Di\\u00e8ge\",\"businessName\":\"Syndicat de la Di\\u00e8ge\",\"regNo\":\"200 078 947\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ussel\",\"postcode\":\"19200\",\"address\":\"2 Avenue de Beauregard\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre CHEVALIER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":362,\"name\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"businessName\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Gu\\u00e9ret\",\"postcode\":\"23000\",\"address\":\"11 Avenue Pierre Mend\\u00e8s\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 MAVIGNER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":363,\"name\":\"Free To X S.r.l.\",\"businessName\":\"Free To X S.r.l.\",\"regNo\":\"07516911000\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Rome\",\"postcode\":\"00159\",\"address\":\"50 via A. Bergamini\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piolo Andrea\",\"email\":\"andrea.piolo@freeto-x.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":364,\"name\":\"CPO - Wattify BV\",\"businessName\":\"CPO - Wattify BV\",\"regNo\":\"0777610990\",\"vatNo\":\"BE0777610990\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"kriephoekstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitry Smagghe\",\"email\":\"dimitry@wattify.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":365,\"name\":\"R\\u00e9gie Services Energie\",\"businessName\":\"R\\u00e9gie Services Energie\",\"regNo\":\"43887287100019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AMBERIEUX EN DOMBES\",\"postcode\":\"01330\",\"address\":\"577 route de Saint -Trivier sur Moignans\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Marc GEORGE\",\"email\":\"comptabilite@oriosbyspie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":366,\"name\":\"Abel&Co\",\"businessName\":\"Abel&Co\",\"regNo\":\"18052596\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Tilburg\",\"postcode\":\"5046AT\",\"address\":\"38 Goirekekanaaldijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van den Dries Monicue\",\"email\":\"monicue@abelenco.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":367,\"name\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"businessName\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"regNo\":\"000003234533\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Soest\",\"postcode\":\"3768HL\",\"address\":\"108 Birkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leijdekker Ruben\",\"email\":\"rleijdekker@avia.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":368,\"name\":\"EnerMia\",\"businessName\":\"EnerMia\",\"regNo\":\"MO - 412382\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Modena\",\"postcode\":\"41121\",\"address\":\"41 Corso Vittorio Emanuele II\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flavia Samori\",\"email\":\"f.samori@enermia.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":369,\"name\":\"BEC Construction Champagne\",\"businessName\":\"BEC Construction Champagne\",\"regNo\":\"463 200 725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Epernay\",\"postcode\":\"51200\",\"address\":\"6 All\\u00e9e de la Cote des Blancs\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marchand Cassandra\",\"email\":\"c.marchand@becchampagne.fayat.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":370,\"name\":\"NW IECharge Bretagne\",\"businessName\":\"NW IECharge Bretagne\",\"regNo\":\"898279251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75007\",\"address\":\"34 avenue Bosquet\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wassenaar Bram\",\"email\":\"bram.wassenaar.partner@iecharge.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":371,\"name\":\"Meubles Ikea France\",\"businessName\":\"Meubles Ikea France\",\"regNo\":\"RCS B 351 745 724\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"PLAISIR Cedex\",\"postcode\":\"78 375 , BP 129,\",\"address\":\"425 rue Henri Barbusse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ARFAOUI Said\",\"email\":\"said.arfaoui@izivia.com\",\"phone\":\"(+33) 7 76 23 00 25\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":372,\"name\":\"CPO - Saascharge International GmbH\",\"businessName\":\"CPO - Saascharge International GmbH\",\"regNo\":\"CH-020.4.074.493-5\",\"vatNo\":null,\"country\":\"CH\",\"region\":null,\"city\":\"Glattpark (Opfikon)\",\"postcode\":\"8152\",\"address\":\"117 Thurgauerstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Albrecht Richard\",\"email\":\"richard.albrecht@saascharge.com\",\"phone\":\"(+41) 7 63 90 01 77\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@saascharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Richard Albrecht\",\"email\":\"finance@saascharge.com\",\"phone\":\"+41445864550\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":373,\"name\":\"Borneco\",\"businessName\":\"Borneco\",\"regNo\":\"90510266100014\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"142 avenue dausmenil\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Minaeian Sasan\",\"email\":\"sasan.minaeian@wattzhub.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":374,\"name\":\"ENEXTEN\",\"businessName\":\"ENEXTEN\",\"regNo\":\"882828726\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chavanod\",\"postcode\":\"74650\",\"address\":\"178 Route de cran gevrier\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krari Sara\",\"email\":\"sara.krari@nexteneo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":375,\"name\":\"ALP-EV\",\"businessName\":\"ALP-EV\",\"regNo\":\"85903108\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"BREDA\",\"postcode\":\"4814 RE\",\"address\":\"266 Leursebaan\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van der Lof Jochem\",\"email\":\"support@alp-ev.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":376,\"name\":\"Evadea\",\"businessName\":\"Evadea\",\"regNo\":\"500759683\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-DENIS\",\"postcode\":\"93200\",\"address\":\"1 PLACE DE LA BERLINE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DADOU Thomas\",\"email\":\"thomas.dadou@spie.com\",\"phone\":\"(+33) 7 60 26 22 20\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":377,\"name\":\"Gaia Green Tech S.L.\",\"businessName\":\"Gaia Green Tech S.L.\",\"regNo\":\"B40571002\",\"vatNo\":\"ESB40571002\",\"country\":\"ES\",\"region\":null,\"city\":\"Valencia\",\"postcode\":\"46022\",\"address\":\"11, 2nd floor, Apt. 9 Calle de Felipe Salvador\",\"lastUpdatedAt\":\"2025-03-04T10:00:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Siudzinski Wojtek\",\"email\":\"wojtek@gaiagreen.tech\",\"phone\":\"(+34) 6 84 28 68 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":378,\"name\":\"Sevdec\",\"businessName\":\"Sevdec\",\"regNo\":\"38064471600017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76100\",\"address\":\"20 rue David Ferrand\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":379,\"name\":\"Area Tech\",\"businessName\":\"Area Tech\",\"regNo\":\"854036308\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"MARCQ EN BAROEUL\",\"postcode\":\"59700\",\"address\":\"340 avenue de La Marne\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bonneville Renaud\",\"email\":\"renaud.bonneville@area-tech.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":380,\"name\":\"EMSP- Monta ApS\",\"businessName\":\"EMSP- Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":381,\"name\":\"GROUPE MOBELEC\",\"businessName\":\"GROUPE MOBELEC\",\"regNo\":\"88990931300021\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecully\",\"postcode\":\"69130\",\"address\":\"12 Chemin de Chalin\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaume Christophe\",\"email\":\"christophe.gaume@groupe-mobelec.fr\",\"phone\":\"(+33) 6 02 49 69 54\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":382,\"name\":\"ProperPhi\",\"businessName\":\"ProperPhi\",\"regNo\":\"89193764100027\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"8 rue de la Chesnaie\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":383,\"name\":\"Time2Plug\",\"businessName\":\"Time2Plug\",\"regNo\":\"912044948\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"13 avenue Boudon\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heripret Edouard\",\"email\":\"edouard@time2plug.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":384,\"name\":\"SunXLium\",\"businessName\":\"SunXLium\",\"regNo\":\"843721390\",\"vatNo\":null,\"country\":\"DM\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"9 Anatole de la Forge\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chady Fadil\",\"email\":\"fadil.chady@sunxlium.com\",\"phone\":\"(+23) 0 59 77 69 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":385,\"name\":\"Laadkompas B.V.\",\"businessName\":\"Laadkompas B.V.\",\"regNo\":\"75246740\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Almere\",\"postcode\":\"1322 CH\",\"address\":\"100 Transistorstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Khan Mazhar\",\"email\":\"administratie@laadkompas.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":386,\"name\":\"Atlante Srl\",\"businessName\":\"Atlante Srl\",\"regNo\":\"2635708\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20137\",\"address\":\"3 Piazzale Lodi\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Atlante Invoicing\",\"email\":\"invoices@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":388,\"name\":\"Eoliberty\",\"businessName\":\"Eoliberty\",\"regNo\":\"91844486000012\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vierzon\",\"postcode\":\"18100\",\"address\":\"All\\u00e9e Geroges Charpak\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GEHA Daniel\",\"email\":\"daniel.geha@eova.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":389,\"name\":\"Dropnplug\",\"businessName\":\"Dropnplug\",\"regNo\":\"88206038700017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rennes\",\"postcode\":\"35000\",\"address\":\"26 Avenue Chardonnet\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"lebrize claude\",\"email\":\"claude.lebrize@dropnplug.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":390,\"name\":\"EMSP- Diego Luxembourg\",\"businessName\":\"EMSP- Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":392,\"name\":\"Brussels Kois\",\"businessName\":\"Brussels Kois\",\"regNo\":\"BE 0820.015.135\",\"vatNo\":\"BE 0820.015.135\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Edmond Plas\",\"email\":\"sandra@capitalecars.be\",\"phone\":\"+32475235296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":397,\"name\":\"Tom Van Damme\",\"businessName\":\"Tom Van Damme\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Beukenlaan 40, 2110 Wijnegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Van Damme\",\"email\":\"tomvandamme001@gmail.com\",\"phone\":\"+32494899290\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":398,\"name\":\"Dirk Poppe\",\"businessName\":\"Dirk Poppe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9420\",\"address\":\"wezelpoelstraat 102 9420 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Poppe\",\"email\":\"poppe_dirk@hotmail.com\",\"phone\":\"0486727713\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":399,\"name\":\"Autel Netherlands B.V.\",\"businessName\":\"Autel Netherlands B.V.\",\"regNo\":\"84342773\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"GL \\u2019S-GRAVENHAGE\",\"postcode\":\"2497\",\"address\":\"217 Laan van Waalhaven\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Huang Baixin\",\"email\":\"baixin.huang@autel.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":403,\"name\":\"Ceylan Celikoz\",\"businessName\":\"Ceylan Celikoz\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Berchem\",\"postcode\":\"2600\",\"address\":\"Kanunnik Peeters Straat 147, 2600, Berchem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ceylan Celikoz\",\"email\":\"ceylan@blulinc.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"ceylan@blulinc.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":412,\"name\":\"PPC\",\"businessName\":\"PPC\",\"regNo\":\"000786301000\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Athens\",\"postcode\":\"10432\",\"address\":\"30 Chalkokondili Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyriakos Kofinas\",\"email\":\"roaming.deiblue@dei.gr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Benos Peter\",\"email\":\"p.benos@dei.gr\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":413,\"name\":\"PLUG-N-GO\",\"businessName\":\"PLUG-N-GO\",\"regNo\":\"10848124\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"WC2H 9JQ\",\"address\":\"71-75 Shelton Street, Covent Garden\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Revill Tim\",\"email\":\"tim@plug-n-go.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Dufty Nigel\",\"email\":\"nigel@plug-n-go.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Keith Hounsell\",\"email\":\"keith@plug-n-go.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":414,\"name\":\"CPO - Grupo EasyCharger\",\"businessName\":\"CPO - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":415,\"name\":\"NORMATECH SAS [Lodmi]\",\"businessName\":\"NORMATECH SAS [Lodmi]\",\"regNo\":\"901360602\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"ARRAS\",\"postcode\":\"62000\",\"address\":\"11 RUE WILLY BRANDT BATIMENT 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Saint Machin\",\"email\":\"tsm@lodmi.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Moukhlisse Zineb\",\"email\":\"zineb@lodmi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Qu\\u00e9ru Laura\",\"email\":\"laura@lodmi.com\",\"phone\":\"(+33) 7 66 59 08 46\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":416,\"name\":\"TEA MOBILITAS\",\"businessName\":\"TEA MOBILITAS\",\"regNo\":\"09-09-027080\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Hajd\\u00faszoboszl\\u00f3\",\"postcode\":\"4200\",\"address\":\"71 Kossuth\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Heged\\u0171s-Kocsis Krisztina\",\"email\":\"kocsiskrisztina@sarkcsillag.com\",\"phone\":\"(+36) 3 03 89 07 44\"},\"billing\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":417,\"name\":\"SBS Innovations (ByWatt)\",\"businessName\":\"SBS Innovations (ByWatt)\",\"regNo\":\"68061722\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Ernst\",\"postcode\":\"8166GP\",\"address\":\"4 Korte Laarstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"technical\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"billing\":{\"contactPerson\":\"ByWatt Invoicing\",\"email\":\"invoices@bywatt.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":418,\"name\":\"EV Map\",\"businessName\":\"EV Map\",\"regNo\":\"922271564\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-FONS\",\"postcode\":\"69190\",\"address\":\"49 Boulevard LUCIEN SAMPAIX\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":422,\"name\":\"Dhsn Bv\",\"businessName\":\"Dhsn Bv\",\"regNo\":\"0781.946.296\",\"vatNo\":\"BE 0781.946.296\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilsen-Stokkem\",\"postcode\":\"3650\",\"address\":\"Borreshoefstraat 67\",\"lastUpdatedAt\":\"2024-11-27T13:01:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries Housen\",\"email\":\"dries@dhsn.be\",\"phone\":\"0498\\/409607\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":426,\"name\":\"Patrick Wastyn\",\"businessName\":\"Patrick Wastyn\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zulte\",\"postcode\":\"9870\",\"address\":\"Waalbeekpark 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Wastyn\",\"email\":\"wastynpatrick6@gmail.com\",\"phone\":\"0476059342\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":400,\"total\":839}}"} 
[2025-07-17 18:44:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":430,\"name\":\"BV Dokter R. Steenwegen\",\"businessName\":\"BV Dokter R. Steenwegen\",\"regNo\":\"0474 426 010\",\"vatNo\":\"BE0474 426 010\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1700\",\"address\":\"Molenstraat 73\",\"lastUpdatedAt\":\"2024-11-27T13:04:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":431,\"name\":\"Ronny Hindyrickx\",\"businessName\":\"Ronny Hindyrickx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Raapstraat 33\",\"lastUpdatedAt\":\"2024-11-27T13:04:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Hindyrickx\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":434,\"name\":\"V-I-C bvba\",\"businessName\":\"V-I-C bvba\",\"regNo\":\"0536.481.462\",\"vatNo\":\"BE0536.481.462\",\"country\":\"BE\",\"region\":null,\"city\":\"Zedelgem\",\"postcode\":\"8210\",\"address\":\"Diksmuidse Heirweg 51c\",\"lastUpdatedAt\":\"2024-11-27T13:05:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":435,\"name\":\"Vermoortel Chantal\",\"businessName\":\"Vermoortel Chantal\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Damme\",\"postcode\":\"Damme\",\"address\":\"Damweg 56\",\"lastUpdatedAt\":\"2024-11-27T13:08:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":443,\"name\":\"EMSP- Recharger mon auto\",\"businessName\":\"EMSP- Recharger mon auto\",\"regNo\":\"91931393200015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Aulnay-Sous-Bois\",\"postcode\":\"93600\",\"address\":\"198 Avenue de Nonneville\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rodrigues C\\u00e9dric\",\"email\":\"cedric.rodrigues@rechargermonauto.com\",\"phone\":\"0659457794\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":444,\"name\":\"YES55\",\"businessName\":\"YES55\",\"regNo\":\"950758219\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grimaud\",\"postcode\":\"83310\",\"address\":\"ZA du Grand Pont\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robelin Nicolas\",\"email\":\"nicolas.robelin@yes55.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Martin Rachel\",\"email\":\"rachel.martin@yes55.fr\",\"phone\":\"+33 7 88 77 08 15\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":445,\"name\":\"CPO - METLD (BE GREEN MOBILITY)\",\"businessName\":\"CPO - METLD (BE GREEN MOBILITY)\",\"regNo\":\"919243121\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Herblain\",\"postcode\":\"44800\",\"address\":\"1 Guglielmo Marconi\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stecchino Julien\",\"email\":\"j.stecchino@begreen-group.com\",\"phone\":\"(+33) 6 76 89 05 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":446,\"name\":\"CPO - Compleo Charging Software GmbH\",\"businessName\":\"CPO - Compleo Charging Software GmbH\",\"regNo\":\"HRB 33903\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Dortmund\",\"postcode\":\"44379\",\"address\":\"8 Ezzestra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leidgebel Dennis\",\"email\":\"dennis.leidgebel@compleo-cs.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":447,\"name\":\"Energytix.solutions\",\"businessName\":\"Energytix.solutions\",\"regNo\":\"0654.812.554\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Schaapveld 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Baes Jonas\",\"email\":\"jbaes@energytix.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Leeman Bert\",\"email\":\"bleeman@energytix.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":448,\"name\":\"Amano Europe NV\",\"businessName\":\"Amano Europe NV\",\"regNo\":\"0434 751 030\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Westerring 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Schouterden Dominic\",\"email\":\"dschouterden@amano.eu\",\"phone\":\"(+32) 4 92 11 66 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":459,\"name\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"businessName\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":\"70435\",\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Philipp\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":462,\"name\":\"EMSP- NRG Accounting BV\",\"businessName\":\"EMSP- NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":463,\"name\":\"Top Employers Belgium\",\"businessName\":\"Top Employers Belgium\",\"regNo\":\"BE0895420064\",\"vatNo\":\"BE0895420064\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Nijverheidsstraat 70, 2160 Wommelgem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":466,\"name\":\"EMSP- E.ON Drive\",\"businessName\":\"EMSP- E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":470,\"name\":\"EMSP- E.A. Business\",\"businessName\":\"EMSP- E.A. Business\",\"regNo\":\"880960182\",\"vatNo\":\"FR31880960182\",\"country\":\"FR\",\"region\":null,\"city\":\"Rillieux-La-Pape\",\"postcode\":\"69140\",\"address\":\"555 chemin du Bois\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jemoui Mehdi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Issam Arfaoui\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":473,\"name\":\"Edmond Plas\",\"businessName\":\"Edmond Plas\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5,\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandra Bulinckx\",\"email\":\"sandra@capitalecars.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":476,\"name\":\"EMSP- E-Fusion SAS\",\"businessName\":\"EMSP- E-Fusion SAS\",\"regNo\":\"912272143\",\"vatNo\":\"FR47912272143\",\"country\":\"FR\",\"region\":null,\"city\":\"Labege\",\"postcode\":\"31670\",\"address\":\"231 rue Pierre et Marie Curie\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ernest BOADI\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":482,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":493,\"name\":\"CPO - Road B.V.\",\"businessName\":\"CPO - Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":494,\"name\":\"NLCharge B.V.\",\"businessName\":\"NLCharge B.V.\",\"regNo\":\"82372829\",\"vatNo\":\"NL862440142B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1015 CN\",\"address\":\"8 Keizersgracht\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter C. Molengraaf\",\"email\":\"peter@nlcharge.nl\",\"phone\":\"(+31) 6 46 36 09 71\"},\"technical\":{\"contactPerson\":\"Becker Riccardo\",\"email\":\"riccardo@longship.io\",\"phone\":\"(+31) 2 02 11 74 58\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":495,\"name\":\"Jerecharge.com SAS\",\"businessName\":\"Jerecharge.com SAS\",\"regNo\":\"905083895\",\"vatNo\":\"FR52905083895\",\"country\":\"FR\",\"region\":null,\"city\":\"Garches\",\"postcode\":\"92380\",\"address\":\"23 rue de la c\\u00f4te Saint Louis\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Olry\",\"email\":\"christophe.olry@jerecharge.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Viguie Gilles\",\"email\":\"gilles.viguie@jerecharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":496,\"name\":\"Paragon Mobility SAS\",\"businessName\":\"Paragon Mobility SAS\",\"regNo\":\"851548404\",\"vatNo\":\"FR68851548404\",\"country\":\"FR\",\"region\":null,\"city\":\"Valbonne\",\"postcode\":\"06560\",\"address\":\"535 Route des Lucioles, Les Aqueducs \\u2013 B\\u00e2timent 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann Cortot\",\"email\":\"operations@paragonmobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 1 84 88 39 32\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":497,\"name\":\"K2 PROPERTY BV\",\"businessName\":\"K2 PROPERTY BV\",\"regNo\":\"0749.520.384\",\"vatNo\":\"BE0749.520.384\",\"country\":\"BE\",\"region\":null,\"city\":\"Kuurne\",\"postcode\":\"8520\",\"address\":\"Ringlaan 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Janssens\",\"email\":\"bruno.janssens@questforproperty.com\",\"phone\":\"+(324) 953-85959\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":500,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":502,\"name\":\"Extendas Online Informatica B.V.\",\"businessName\":\"Extendas Online Informatica B.V.\",\"regNo\":\"08154890\",\"vatNo\":\"NL817496749B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Enschede\",\"postcode\":\"7521 PK\",\"address\":\"30 Institutenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"M.A. Cauli\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Tim Bethlehem\",\"email\":\"tim@extendas.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Raphael Verreijken\",\"email\":\"raphael@extendas.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":503,\"name\":\"EMSP- SMEG D\\u00e9veloppement\",\"businessName\":\"EMSP- SMEG D\\u00e9veloppement\",\"regNo\":\"20S08489\",\"vatNo\":\"FR46000150523\",\"country\":\"FR\",\"region\":null,\"city\":\"Monaco\",\"postcode\":\"98000\",\"address\":\"10 avenue de Fontvieille\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Battaglione\",\"email\":\"smeg@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"commercial@smeg.mc\",\"phone\":\"(+377) 92 05 66 44\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":510,\"name\":\"Fastned BV\",\"businessName\":\"Fastned BV\",\"regNo\":\"54606179\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1097 DL\",\"address\":\"77R James Wattstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Langezaal\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":500,\"total\":839}}"} 
[2025-07-17 18:44:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":533,\"name\":\"Dries Uitvaartzorg\",\"businessName\":\"Dries Uitvaartzorg\",\"regNo\":\"0457645604\",\"vatNo\":\"BE 0457645604\",\"country\":\"BE\",\"region\":null,\"city\":\"Dessel\",\"postcode\":\"2480\",\"address\":\"Polderstraat 46\",\"lastUpdatedAt\":\"2024-11-27T15:58:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":536,\"name\":\"CPO - LichtBlick eMobility GmbH\",\"businessName\":\"CPO - LichtBlick eMobility GmbH\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":539,\"name\":\"CPO - Remo Sustainable Mobility S.L.\",\"businessName\":\"CPO - Remo Sustainable Mobility S.L.\",\"regNo\":\"B72745698\",\"vatNo\":\"B72745698\",\"country\":\"ES\",\"region\":null,\"city\":\"28046\",\"postcode\":\"Madrid\",\"address\":\"135 Paseo de la Castellana, 12th floor\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remo Commercial Team\",\"email\":\"info@remo-mobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":542,\"name\":\"CPO - GreenYellow eMobility SAS\",\"businessName\":\"CPO - GreenYellow eMobility SAS\",\"regNo\":\"835370842\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint - Etienne\",\"postcode\":\"42000\",\"address\":\"1 Cours Antoine Guichard\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Romain BUTTE\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Chamkhi Salma\",\"email\":\"schamkhi@greenyellow.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"eMobility B2B support GreenYellow\",\"email\":\"emobility.exploit@greenyellow.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":543,\"name\":\"EMSP - Grupo EasyCharger\",\"businessName\":\"EMSP - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":544,\"name\":\"Sven Devisscher\",\"businessName\":\"Sven Devisscher\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2350\",\"address\":\"Ossevenstraat 11, 2350 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":549,\"name\":\"LichtBlick eMobility\",\"businessName\":\"LichtBlick eMobility\",\"regNo\":null,\"vatNo\":\"HRB 11191\",\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hubach Julia\",\"email\":\"julia.hubach@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"support.emobility@lichtblick.de\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":550,\"name\":\"Bart Van Keer\",\"businessName\":\"Bart Van Keer\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Fazantenstraat 45, 9080 Lochristi\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":556,\"name\":\"EV-Quip (SRL)\",\"businessName\":\"EV-Quip (SRL)\",\"regNo\":\"0750.549.871\",\"vatNo\":\"BE0750.549.871\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16, 3900 Pelt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vandebeeck Stephan\",\"email\":\"stephan@euroquip.be\",\"phone\":\"+(324) 974-80894\"},\"technical\":{\"contactPerson\":\"Vandebeeck Louis\",\"email\":\"louis@ev-quip.be\",\"phone\":\"+32 11 81 82 18\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":557,\"name\":\"Sovana Srl\\/Bv\",\"businessName\":\"Sovana Srl\\/Bv\",\"regNo\":\"0473863608\",\"vatNo\":\"BE0473863608\",\"country\":\"BE\",\"region\":null,\"city\":\"Tervuren\",\"postcode\":\"3080\",\"address\":\"Edmond Hanssenslaan 42 , Tervuren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Martine Serrien\",\"email\":\"martine.serrien@sovana.be\",\"phone\":\"0475 68 66 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":563,\"name\":\"CPO - Mobilize Fast Charge France\",\"businessName\":\"CPO - Mobilize Fast Charge France\",\"regNo\":\"983504002\",\"vatNo\":\"FR65983504002\",\"country\":\"FR\",\"region\":null,\"city\":\"Boulogne-Billancourt\",\"postcode\":\"92100\",\"address\":\"122-122 Bis Avenue du G\\u00e9n\\u00e9ral Leclerc\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Service Facturation\",\"email\":\"fastcharge.exploitation@mobilize.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":591,\"name\":\"CPO - QWELLO GmbH\",\"businessName\":\"CPO - QWELLO GmbH\",\"regNo\":\"HRB 234481\",\"vatNo\":\"DE316810194\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80992\",\"address\":\"1 Agnes-Pockels-Bogen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Roaming Qwello\",\"email\":\"roaming@qwello.eu\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":592,\"name\":\"CPO - ChargeIn\",\"businessName\":\"CPO - ChargeIn\",\"regNo\":\"0000986332\",\"vatNo\":\"PL7011100884\",\"country\":\"PL\",\"region\":null,\"city\":\"Warszawa\",\"postcode\":\"00-654\",\"address\":\"17 ul. Jana i J\\u0119drzeja \\u015aniadeckich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Babinski Kamil\",\"email\":\"kamil.babinski@chargein.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Maciej Skoczylas\",\"email\":\"maciej.sawicki@chargein.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":594,\"name\":\"Lard Aurelie\",\"businessName\":\"Lard Aurelie\",\"regNo\":\"0763997932\",\"vatNo\":\"BE0763997932\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:04:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lard Aurelie\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":602,\"name\":\"Taxi LM\",\"businessName\":\"Taxi LM\",\"regNo\":null,\"vatNo\":\"BE0794.869.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Jozef Verbovenlei 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":607,\"name\":\"EMSP- TanQyou\",\"businessName\":\"EMSP- TanQyou\",\"regNo\":\"70223521\",\"vatNo\":\"NL851056519B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"3 The Want, 8802PV, Franeker\",\"lastUpdatedAt\":\"2025-03-31T12:38:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Harmen Akkerman\",\"email\":\"info@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":\"(+31)88 100 9877\"},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":608,\"name\":\"CPO - Optimum Way Ltd.\",\"businessName\":\"CPO - Optimum Way Ltd.\",\"regNo\":\"03-09-131907\",\"vatNo\":\"HU-26399661\",\"country\":\"HU\",\"region\":null,\"city\":\"Baja\",\"postcode\":\"6500\",\"address\":\"2 Gesztenye utca 6500 , Baja\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"OW Invoices\",\"email\":\"szamla@optimumway.hu\",\"phone\":\"0036209564490\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":609,\"name\":\"CPO - Schouten Energy\",\"businessName\":\"CPO - Schouten Energy\",\"regNo\":\"28089720\",\"vatNo\":\"NL809534034B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Alphen aan den Rijn\",\"postcode\":\"2401 LP\",\"address\":\"4 Gnephoek 2401 LP , Alphen aan den Rijn\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wiebe van der Veen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":610,\"name\":\"CPO - Go Electric Stations SRLS\",\"businessName\":\"CPO - Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella 40128 , Bologna\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":611,\"name\":\"Divani NV\",\"businessName\":\"Divani NV\",\"regNo\":\"0830.657.916\",\"vatNo\":\"BE 0830.657.916\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052\\/D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"divani@immogra.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":616,\"name\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"businessName\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"regNo\":\"HRA 6945\",\"vatNo\":\"DE266451114\",\"country\":\"DE\",\"region\":null,\"city\":\"Bochum\",\"postcode\":\"44789\",\"address\":\"56 Wittener Stra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-13T13:32:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Stocker\",\"email\":\"info@trafineo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":617,\"name\":\"EMSP- Threeforce BV\",\"businessName\":\"EMSP- Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":618,\"name\":\"CPO - Optimile Bv\",\"businessName\":\"CPO - Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":619,\"name\":\"EMSP- ZEborne\",\"businessName\":\"EMSP- ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":620,\"name\":\"Demo Account - Blulinc\",\"businessName\":\"Demo Account - Blulinc\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-01-17T08:38:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":621,\"name\":\"EMSP- Road B.V.\",\"businessName\":\"EMSP- Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":622,\"name\":\"GoGlobal Netherlands B.V\",\"businessName\":\"GoGlobal Netherlands B.V\",\"regNo\":null,\"vatNo\":\"DE 341043115\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1066 EP\",\"address\":\"John M. Keynesplein 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Amandine Guillou\",\"email\":\"amandine.guillou@goglobalgeo.com\",\"phone\":\"0203\\/331.699\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":624,\"name\":\"Hubject Partner\",\"businessName\":\"Hubject Partner\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":626,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":null,\"vatNo\":\"Parochiale Werken Ledeberg VZW\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Ledebergplein 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":628,\"name\":\"EMSP- Go Electric Stations SRLS\",\"businessName\":\"EMSP- Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":629,\"name\":\"EMSP- Digital Charging Solutions GmbH\",\"businessName\":\"EMSP- Digital Charging Solutions GmbH\",\"regNo\":\"HRB 211155 B\",\"vatNo\":\"DE312237805\",\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"18 - 19 Rosenstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Markus Bartenschlager\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Team Accounting\",\"email\":\"accounting@digitalchargingsolutions.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":600,\"total\":839}}"} 
[2025-07-17 18:44:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":635,\"name\":\"Khasanov Tamerlan\",\"businessName\":\"Khasanov Tamerlan\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kampenhout\",\"postcode\":\"1910\",\"address\":\"Schuermansstraat 41\",\"lastUpdatedAt\":\"2024-12-02T15:12:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":636,\"name\":\"Raf Sodermans\",\"businessName\":\"Raf Sodermans\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Schutteweide 26\",\"lastUpdatedAt\":\"2024-12-02T15:13:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":637,\"name\":\"EMSP- Greenflux Assets B.V.\",\"businessName\":\"EMSP- Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":638,\"name\":\"EMSP- Route220 S.R.L.\",\"businessName\":\"EMSP- Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":641,\"name\":\"Erik Saerens\",\"businessName\":\"Erik Saerens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merchtem\",\"postcode\":\"1785\",\"address\":\"Onze Lieve Vrouwstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Saerens\",\"email\":\"saerens.vdb@skynet.be\",\"phone\":\"+32485 55 58 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":645,\"name\":\"CPO - Freshmile Services\",\"businessName\":\"CPO - Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"(+33) 3 68 78 14 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":646,\"name\":\"CPO - ZE-WATT\",\"businessName\":\"CPO - ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise 31670\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":647,\"name\":\"CPO - ConnectNed B.V.\",\"businessName\":\"CPO - ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":648,\"name\":\"CPO - WattzHub\",\"businessName\":\"CPO - WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":649,\"name\":\"CPO - Bump SAS\",\"businessName\":\"CPO - Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":650,\"name\":\"EMSP- Mobilygreen SAS\",\"businessName\":\"EMSP- Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":651,\"name\":\"CPO - Shell EV Charging Solutions B.V.\",\"businessName\":\"CPO - Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":652,\"name\":\"CPO - PERETTI GROUPE SARL\",\"businessName\":\"CPO - PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":653,\"name\":\"CPO - Load Stations SAS\",\"businessName\":\"CPO - Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":654,\"name\":\"CPO - Electromaps S.L.\",\"businessName\":\"CPO - Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":655,\"name\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":656,\"name\":\"CPO - Robo Charge B.V.\",\"businessName\":\"CPO - Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":657,\"name\":\"CPO - Diego Luxembourg\",\"businessName\":\"CPO - Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":658,\"name\":\"CPO - Monta ApS\",\"businessName\":\"CPO - Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":659,\"name\":\"CPO - NRG Accounting BV\",\"businessName\":\"CPO - NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":663,\"name\":\"S.U.L.T.A.N. B.V\",\"businessName\":\"S.U.L.T.A.N. B.V\",\"regNo\":\"0755563484\",\"vatNo\":\"BE0755563484\",\"country\":\"BE\",\"region\":null,\"city\":\"Hulshout\",\"postcode\":\"2235\",\"address\":\"Hoogzand 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yasin Ozturk\",\"email\":\"ysn.ozturk87@gmail.com\",\"phone\":\"+32485005142\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":665,\"name\":\"Daeze Angelique\",\"businessName\":\"Daeze Angelique\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Roskamstraat 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daeze Angelique\",\"email\":\"angeliquedaeze@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":674,\"name\":\"Anil & Naresh - App Development Blulinc\",\"businessName\":\"Anil & Naresh - App Development Blulinc\",\"regNo\":\"BE00123456789\",\"vatNo\":\"0123456\",\"country\":\"BE\",\"region\":\"Oast-Vlaanderen\",\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Laarnebaan 106b\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Naresh Kumar\",\"email\":\"ak0506493@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":676,\"name\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"businessName\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"regNo\":\"388 758 708 00076\",\"vatNo\":\"FR31388758708\",\"country\":\"FR\",\"region\":null,\"city\":\"BAVILLIERS\",\"postcode\":\"90800\",\"address\":\"Zone Industrielle\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tun UNLU\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":677,\"name\":\"CPO - SEW Solutions GmbH\",\"businessName\":\"CPO - SEW Solutions GmbH\",\"regNo\":\"HRB 743660\",\"vatNo\":\"DE350399349\",\"country\":\"DE\",\"region\":null,\"city\":\"Ravensburg\",\"postcode\":\"88213\",\"address\":\"Stra\\u00dfe 14 Wilhelm-Brielmayer\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Manfred Frick und Andreas Kessler\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+49) 7 51 99 43 87 0\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":678,\"name\":\"CPO - Volt-Up\",\"businessName\":\"CPO - Volt-Up\",\"regNo\":\"B246172\",\"vatNo\":\"LU32451925\",\"country\":\"LU\",\"region\":null,\"city\":\"Livange\",\"postcode\":\"L-3378\",\"address\":\"3 rue de Turi\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Massimo Russo\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Voltup\",\"email\":\"administration@voltup.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":679,\"name\":\"CPO - Floading Energy Infra\",\"businessName\":\"CPO - Floading Energy Infra\",\"regNo\":\"NL859649994B01\",\"vatNo\":\"NL859649994B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6827\",\"address\":\"73 Westervoortsedijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arnaud van der Sluis\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Floading Invoicing Team\",\"email\":\"administration@floading.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":680,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":\"BE 0797.981.188\",\"vatNo\":\"0797.981.188\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ren\\u00e9 Ryckaert\",\"email\":\"reneryckaert@icloud.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":682,\"name\":\"New Hair Club\",\"businessName\":\"New Hair Club\",\"regNo\":null,\"vatNo\":\"BE0589744756\",\"country\":\"BE\",\"region\":null,\"city\":\"De Pinte\",\"postcode\":\"9840\",\"address\":\"Zuidstationstraat  16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":684,\"name\":\"Anne Clarysse\",\"businessName\":\"Anne Clarysse\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Beukendreef 13, 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":696,\"name\":\"CPO - Blink Charging Belgium (SA)\",\"businessName\":\"CPO - Blink Charging Belgium (SA)\",\"regNo\":\"0833.034.020\",\"vatNo\":\"BE 0833.034.020\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Posthoflei 3\\/4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Van Schap\",\"email\":\"interop@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"servicedesk@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"billing\":{\"contactPerson\":\"Saskia Laperre\",\"email\":\"office@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":698,\"name\":\"STX Commodities BV\",\"businessName\":\"STX INT\",\"regNo\":\"0797.789.960\",\"vatNo\":\"BE 0797.789.960\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Louizalaan 475\",\"lastUpdatedAt\":\"2025-01-17T10:36:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Jan Wesselink\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brandon Palmers\",\"email\":\"Brandon.Palmers@stxgroup.com\",\"phone\":\"+31 6 15 58 45 51\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":350},{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":714,\"name\":\"CPO - BV Smart parking Solutions\",\"businessName\":\"CPO - BV Smart parking Solutions\",\"regNo\":\"BE 0539.751.253\",\"vatNo\":\"0539.751.253\",\"country\":\"BE\",\"region\":null,\"city\":\"Bertem\",\"postcode\":\"3061\",\"address\":\"Dorpstraat 570\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@groupbeyers.com\",\"phone\":\"003223038869\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"info@smartparkingsolutions.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":715,\"name\":\"CPO - Ebee Smart Technologies GmbH\",\"businessName\":\"CPO - Ebee Smart Technologies GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":716,\"name\":\"CPO - Zemovi BV\",\"businessName\":\"CPO - Zemovi BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"'s-Gravenhage\",\"postcode\":\"2517 KT\",\"address\":\"Scheveningseweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Chu\",\"email\":\"danny@zemovi.com\",\"phone\":\"+31850602419\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@zemovi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Hafid Salhi\",\"email\":\"billing@zemovi.com\",\"phone\":\"+31(0)85 060 8489\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":717,\"name\":\"CPO - eCarUp\",\"businessName\":\"CPO - eCarUp\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"cornel.beeler@ecarup.com\",\"phone\":\"+41415101717\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@ecarup.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"invoice@ecarup.com\",\"phone\":\"+41415101717\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":718,\"name\":\"CPO - Porsche Sales and Marketplace GmbH\",\"businessName\":\"CPO - Porsche Sales and Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":null,\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":719,\"name\":\"CPO - reev GmbH\",\"businessName\":\"CPO - reev GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"M\\u00fcnchen\",\"postcode\":\"80335\",\"address\":\"Sandstra\\u00dfe 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Eduard Schlutius\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":723,\"name\":\"CPO - Schneider Electric GmbH\",\"businessName\":\"CPO - Schneider Electric GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Ratingen\",\"postcode\":\"40880\",\"address\":\"Gothaer Str. 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Stoye\",\"email\":\"tim.stoye@se.com\",\"phone\":\"+49 30 238884 240\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@inno2fleet.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Evelyn Str\\u00fcbing\",\"email\":\"invoice@inno2fleet.com\",\"phone\":\"+ 49 30 238884 240\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":724,\"name\":\"CPO - Eneco eMobility B.V.\",\"businessName\":\"CPO - Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":null,\"email\":\"jan.sass2@eneco.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":725,\"name\":\"CPO - iLumen\",\"businessName\":\"CPO - iLumen\",\"regNo\":\"0846.015.786\",\"vatNo\":\"BE 0846.015.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Tessenderlo\",\"postcode\":\"3980\",\"address\":\"Ambachtsstraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Wuyts\",\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":\"+32 13 220 200\"},\"technical\":{\"contactPerson\":null,\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":null},\"billing\":{\"contactPerson\":\"Stefanie Van Eynde\",\"email\":\"invoices@ilumen.be\",\"phone\":\"+32 13 22 02 51\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":726,\"name\":\"CPO - Picoty SAS\",\"businessName\":\"CPO - Picoty SAS\",\"regNo\":\"77734738600057\",\"vatNo\":\"FR83777347386\",\"country\":\"FR\",\"region\":null,\"city\":\"La Souterraine\",\"postcode\":\"23300\",\"address\":\"Rue Andr\\u00e9 et Guy Picoty\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel PICOTY\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 5 55 89 38 05\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":727,\"name\":\"EMSP- Tap Electric B.V.\",\"businessName\":\"EMSP- Tap Electric B.V.\",\"regNo\":\"80990819\",\"vatNo\":\"NL861879764B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1016 AC\",\"address\":\"262-A Singel\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dan Pezim\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Dan Pezim\",\"email\":\"dan@tapelectric.app\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":728,\"name\":\"CPO - SJS Services SAS\",\"businessName\":\"CPO - SJS Services SAS\",\"regNo\":\"84470864400019\",\"vatNo\":\"FR71844708644\",\"country\":\"FR\",\"region\":null,\"city\":\"Chatellerault\",\"postcode\":\"86100\",\"address\":\"69 Chemin du Marais\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jerome Princ\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":729,\"name\":\"CPO - Obornes SASU\",\"businessName\":\"CPO - Obornes SASU\",\"regNo\":null,\"vatNo\":\"817481658\",\"country\":\"BE\",\"region\":null,\"city\":\"Aix-en-Provence\",\"postcode\":\"13100\",\"address\":\"550 Rue Pierre Berthier\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dourassoff\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":735,\"name\":\"CPO - E.ON Drive\",\"businessName\":\"CPO - E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Roaming & Partner Management Team EDRI\",\"email\":\"roaming@edri.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":736,\"name\":\"CPO - Iberdrola\",\"businessName\":\"CPO - Iberdrola\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Miguel Recuenco\",\"email\":\"mrecuenco@iberdrola.es\",\"phone\":\"+34900929293\"},\"technical\":{\"contactPerson\":null,\"email\":\"smartmobility@tuiberdrola.es\",\"phone\":null},\"billing\":{\"contactPerson\":\"Mar\\u00eda \\u00c1ngeles Diaz Bueno\",\"email\":\"roaming@iberdrola.es\",\"phone\":\"+34900929293\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":700,\"total\":839}}"} 
[2025-07-17 18:45:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":738,\"name\":\"EMSP- Vandebron Energie B.V.\",\"businessName\":\"EMSP- Vandebron Energie B.V.\",\"regNo\":\"59394218\",\"vatNo\":\"NL853458194B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013KS\",\"address\":\"2a-2h Grote Bickersstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remco Wilcke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Rowald Oosterkamp\",\"email\":\"ev-facturen@vandebron.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":740,\"name\":\"Embridge Belgium BV\",\"businessName\":\"M-Tech NV - Embridge\",\"regNo\":null,\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-17T14:27:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Boodts\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":745,\"name\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"businessName\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"technical\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"billing\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":746,\"name\":\"CPO - Atlante Energy\",\"businessName\":\"CPO - Atlante Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tommaso Cresti\",\"email\":\"tommaso.cresti@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":\"operation@atlante.energy\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Atlante\",\"email\":\"invoices@atlante.energy\",\"phone\":\"+39 344 3437928\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":747,\"name\":\"CPO - Powy (TheF Charging S.r.l.)\",\"businessName\":\"CPO - Powy (TheF Charging S.r.l.)\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicol\\u00f2 Brentan\",\"email\":\"nicolo.brentan@powy.energy\",\"phone\":\"+39 800 596 704\"},\"technical\":{\"contactPerson\":\"Matteo Scaglia\",\"email\":\"matteo.scaglia@powy.energy\",\"phone\":\"+39 345 047 1604\"},\"billing\":{\"contactPerson\":\"assistenza@powy.energy\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":748,\"name\":\"CPO - Enel X Way Italia\",\"businessName\":\"CPO - Enel X Way Italia\",\"regNo\":\"IT14553401002\",\"vatNo\":\"IT14553401002\",\"country\":\"BE\",\"region\":null,\"city\":\"Roma\",\"postcode\":\"00189\",\"address\":\"Via Flaminia 970\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":749,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"DE309400054\",\"vatNo\":\"DE309400054\",\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50672\",\"address\":\"Erftstra\\u00dfe 15\\u201317\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claudia Eder\",\"email\":\"roaming@chargecloud.de\",\"phone\":\"+4922129272500\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@chargecloud.de\",\"phone\":\"+4922129272500\"},\"billing\":{\"contactPerson\":\"Markus Bach\",\"email\":\"accounting@chargecloud.de\",\"phone\":\"+4922129272500\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":750,\"name\":\"Hauset Immo NV\",\"businessName\":\"Hauset Immo NV\",\"regNo\":\"0417.032.791\",\"vatNo\":\"BE 0417.032.791\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Veldkant 2\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":\"E Heuten\",\"email\":\"e.heuten@immogra.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":751,\"name\":\"Dirk meert\",\"businessName\":\"Dirk meert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"Aalst\",\"address\":\"Hof ter Lokerenstraat 38\",\"lastUpdatedAt\":\"2024-12-02T15:38:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":759,\"name\":\"Altensys\",\"businessName\":\"EMSP- ALTENSYS\",\"regNo\":\"90018325200015\",\"vatNo\":\"FR25900183252\",\"country\":\"FR\",\"region\":null,\"city\":\"Ajaccio\",\"postcode\":\"20000\",\"address\":\"51 cours Napol\\u00e9on\",\"lastUpdatedAt\":\"2024-11-07T09:56:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phanie Masson\",\"email\":\"s.masson@altensys.fr\",\"phone\":\"+33 6 64 96 56 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":768,\"name\":\"Jean Colle\",\"businessName\":\"Jean Colle\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-26T13:04:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":772,\"name\":\"Pieter Bergez\",\"businessName\":\"Pieter Bergez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-02T14:05:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":774,\"name\":\"Service & Development  Group Belgium NV\",\"businessName\":\"Service & Development  Group Belgium NV\",\"regNo\":\"0415.874.533\",\"vatNo\":\"BE 0415.874.533\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint Denijs Westrem\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052 D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"+32 475 920 898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":785,\"name\":\"Polygon Belgium NV - Public\",\"businessName\":\"Polygon Belgium NV - Public\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1200,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":786,\"name\":\"EMSP- Enapi\",\"businessName\":\"EMSP- Enapi\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-23T14:20:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":794,\"name\":\"Better IT Support bvba\",\"businessName\":\"Better IT Support bvba\",\"regNo\":null,\"vatNo\":\"BE0884.277.437\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"Marosdelle 5\",\"lastUpdatedAt\":\"2025-01-20T15:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":800,\"name\":\"VDZ bv\",\"businessName\":\"Plug 15\",\"regNo\":\"0436.378.452\",\"vatNo\":\"BE0436.378.452\",\"country\":\"BE\",\"region\":null,\"city\":\"Lendelede\",\"postcode\":\"8860\",\"address\":\"Rozebeeksestraat 103\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lowie Devriendt\",\"email\":\"lowie.devriendt@vdz.be\",\"phone\":\"0479221868\"},\"technical\":{\"contactPerson\":\"Maxim vroman\",\"email\":\"maxim@vdz.be\",\"phone\":\"32474859585\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":801,\"name\":\"EMSP- WeVee Technologies Ltd.\",\"businessName\":\"EMSP- WeVee Technologies Ltd.\",\"regNo\":\"13427704\",\"vatNo\":\"386900859\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"W6 0NB\",\"address\":\"1 Lyric Square\",\"lastUpdatedAt\":\"2025-02-04T13:59:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dr. Rahmyn Kress\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Francesca Spengos\",\"email\":\"f@wevee.com\",\"phone\":\"+30 694 418 0518\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":802,\"name\":\"E-Shore S.r.l.\",\"businessName\":\"CPO - E-Shore\",\"regNo\":\"02382770507\",\"vatNo\":\"IT02382770507\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20122\",\"address\":\"5 Pietro Cossa\",\"lastUpdatedAt\":\"2025-02-04T14:04:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marco Maria Mele\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Vanessa Barbini\",\"email\":\"segreteria@eshoremobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Team EShore\",\"email\":\"accounting@eshoremobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":803,\"name\":\"A\\u00e9roports de la C\\u00f4te d'Azur\",\"businessName\":\"CPO - A\\u00e9roports de la C\\u00f4te d'Azur\",\"regNo\":\"493479489\",\"vatNo\":\"FR35493479489\",\"country\":\"IT\",\"region\":null,\"city\":\"NICE Cedex 3\",\"postcode\":\"06206\",\"address\":\"19 Rue Costes et Bellonte - CS 63331\",\"lastUpdatedAt\":\"2025-02-04T14:13:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Franck GOLDNADEL\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Michele Lamasse\",\"email\":\"michele.lamasse@cote-azur.aeroport.fr\",\"phone\":\"+33 4 93 21 32 82\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":804,\"name\":\"Voltalia Mobility (Yusco) SA\",\"businessName\":\"CPO - Le Plein\",\"regNo\":\"982531527\",\"vatNo\":\"FR12982531527\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75003\",\"address\":\"84 Boulevard de S\\u00e9bastopol\",\"lastUpdatedAt\":\"2025-02-04T14:24:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Lebrun\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Benjamin Lalin\",\"email\":\"benjamin.lalin@voltalia-mobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"\\u00c9quipe comptable Yusco\",\"email\":\"compta@yusco.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":813,\"name\":\"Group Projecten BV\",\"businessName\":\"EMSP- Group Projecten\",\"regNo\":\"0795634085\",\"vatNo\":\"BE0795634085\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 81\",\"lastUpdatedAt\":\"2025-02-18T09:20:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Swaef Alex\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Christa Van De Slycke\",\"email\":\"hello@gridctrl.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":814,\"name\":\"Pleevi SRL\",\"businessName\":\"Pleevi.ai\",\"regNo\":\"1017.187.332\",\"vatNo\":\"BE1017.187.332\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Boulevard du Roi Albert II 4\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Lagae\",\"email\":\"Wout.Lagae@pleevi.ai\",\"phone\":\"+32 479 27 61 89\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":815,\"name\":\"PowerGoodies\",\"businessName\":\"PowerGoodies\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-02-24T08:49:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":821,\"name\":\"Johan Joseph\",\"businessName\":\"Johan Joseph\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 18, 2930 Brasschaat\",\"lastUpdatedAt\":\"2025-02-28T08:58:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":822,\"name\":\"Tony Graziano\",\"businessName\":\"Tony Graziano\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Karlsruhelaan 20, 2400 Mol\",\"lastUpdatedAt\":\"2025-02-28T12:39:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":824,\"name\":\"TandemDrive Services B.V.\",\"businessName\":\"TandemDrive Services\",\"regNo\":null,\"vatNo\":\"NL865400684B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Delft\",\"postcode\":\"2627AB\",\"address\":\"Hooikade 13\",\"lastUpdatedAt\":\"2025-03-04T10:05:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maarten Ari\\u00ebns\",\"email\":\"maartenariens@tandemdrive.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":827,\"name\":\"Rainer Klose\",\"businessName\":\"Rainer Klose\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Van Geertstraat 17\\/3, 2060 Antwerpen\",\"lastUpdatedAt\":\"2025-03-06T15:14:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":828,\"name\":\"Piet Scherrens\",\"businessName\":\"Piet Scherrens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-10T14:07:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":832,\"name\":\"Ann Creve\",\"businessName\":\"Ann Creve\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-14T15:06:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Creve\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":836,\"name\":\"Chargit B.V.\",\"businessName\":\"EMSP- Chargit B.V.\",\"regNo\":null,\"vatNo\":\"NL863096414B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Nijmegen\",\"postcode\":\"6511EV\",\"address\":\"Nassausingel 4\",\"lastUpdatedAt\":\"2025-03-31T12:41:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Leo Konings\",\"email\":\"leo.konings@chargit.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rik Sebens\",\"email\":\"rik.sebens@chargit.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":837,\"name\":\"CPO - MoveYou B.V.\",\"businessName\":\"CPO - MoveYou B.V.\",\"regNo\":null,\"vatNo\":\"NL858013563B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"Het Want 3\",\"lastUpdatedAt\":\"2025-03-26T11:50:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":844,\"name\":\"Georgios Evangelou\",\"businessName\":\"Georgios Evangelou\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-04-14T10:42:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":800,\"total\":839}}"} 
[2025-07-17 18:45:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":861,\"name\":\"Evolut-ion services bv\",\"businessName\":\"EMSP- Evolut-ion\",\"regNo\":\"0764.959.519\",\"vatNo\":\"BE0764.959.519\",\"country\":\"BE\",\"region\":null,\"city\":\"Buggenhout\",\"postcode\":\"9255\",\"address\":\"Heideveld 26\",\"lastUpdatedAt\":\"2025-06-02T12:54:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":863,\"name\":\"Copackr.Com\",\"businessName\":\"Copackr\",\"regNo\":\"0683.478.925\",\"vatNo\":\"BE 0683.478.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T13:07:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@copackr.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":867,\"name\":\"Annemie Van Hemelrijck\",\"businessName\":\"Annemie Van Hemelrijck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Molenstraat 18, 2811 Leest\",\"lastUpdatedAt\":\"2025-06-06T07:46:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Annemie Van Hemelrijck\",\"email\":\"annemievanhemelrijck@hotmail.com\",\"phone\":\"+32496596782\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":869,\"name\":\"Swish SAS\",\"businessName\":\"EMSP- Swish SAS\",\"regNo\":\"97764942500013\",\"vatNo\":\"FR27977649425\",\"country\":\"FR\",\"region\":null,\"city\":\"Roissy en France\",\"postcode\":\"95700\",\"address\":\"385 rue de la belle \\u00e9toile\",\"lastUpdatedAt\":\"2025-06-11T10:53:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alberto Prendin\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":870,\"name\":\"EVIO - Electrical Mobility\",\"businessName\":\"EMSP- EVIO - Electrical Mobility\",\"regNo\":\"515681890\",\"vatNo\":\"PT515681890\",\"country\":\"PT\",\"region\":null,\"city\":\"Matosinhos\",\"postcode\":\"4450-017\",\"address\":\"1825 Av. Dom Afonso Henriques\",\"lastUpdatedAt\":\"2025-06-11T11:50:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carlos Almeida\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"invoices@go-evio.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":872,\"name\":\"Lily Detrez\",\"businessName\":\"Lily Detrez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Heverlee\",\"postcode\":\"3050\",\"address\":\"Fonteinstraat 38\",\"lastUpdatedAt\":\"2025-06-17T09:37:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":874,\"name\":\"Abattoir\",\"businessName\":\"Abattoir\",\"regNo\":\"0425.276.704\",\"vatNo\":\"BE 0425.276.704\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Ropsy Chaudron 24\",\"lastUpdatedAt\":\"2025-06-25T10:36:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Blancke\",\"email\":\"thomas.blancke@abattoir.be\",\"phone\":\"0472262751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@abattoir.be\",\"phone\":\"025215419\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":878,\"name\":\"Ysco\",\"businessName\":\"Ysco\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-07-04T11:52:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Dehamers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":880,\"name\":\"ENERANDO Technologies\",\"businessName\":\"CPO - ENERANDO Technologies\",\"regNo\":\"HRB 284630\",\"vatNo\":\"DE361930407\",\"country\":\"DE\",\"region\":null,\"city\":\"Garching\",\"postcode\":\"D-85748\",\"address\":\"Schleissheimer Str. 91a\",\"lastUpdatedAt\":\"2025-07-07T09:20:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthias Schmid\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":881,\"name\":\"EMSP- Oriway SAS\",\"businessName\":\"EMSP- Oriway\",\"regNo\":\"95366062800017\",\"vatNo\":\"FR70953660628\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Gilles Croix de Vie\",\"postcode\":\"85800\",\"address\":\"7 du Vent de Galerne\",\"lastUpdatedAt\":\"2025-07-15T11:57:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Natacha Burahee\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":882,\"name\":\"EMSP- Amano Europe NV\",\"businessName\":\"EMSP- Amano Europe\",\"regNo\":\"0434 751 030\",\"vatNo\":\"BE0434.751.030\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"2 Westerring\",\"lastUpdatedAt\":\"2025-07-15T12:01:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Peirsman\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":883,\"name\":\"EMSP- autoSense AG\",\"businessName\":\"EMSP- autoSense AG\",\"regNo\":\"CH-020.3.046.019-3\",\"vatNo\":\"CHE-252.080.680\",\"country\":\"CH\",\"region\":null,\"city\":\"Zurich\",\"postcode\":\"8004\",\"address\":\"141 Badenerstrasse\",\"lastUpdatedAt\":\"2025-07-15T12:20:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jaap Vossen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Department\",\"email\":\"roaming@autosense.ch\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":884,\"name\":\"EMSP- Faroud SAS\",\"businessName\":\"EMSP- Faroud\",\"regNo\":\"98154506400017\",\"vatNo\":\"FR93981545064\",\"country\":\"FR\",\"region\":null,\"city\":\"Asni\\u00e8res sur Seine\",\"postcode\":\"92600\",\"address\":\"7 rue Paul Gillet\",\"lastUpdatedAt\":\"2025-07-15T12:23:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrien Navarro\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"next\":null},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":839,\"total\":839}}"} 
[2025-07-17 18:45:02] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":9,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"T.vanvlem@netcomsolutions.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-11-30T11:22:05+00:00\",\"acceptedAt\":\"2021-11-30T11:22:05+00:00\",\"userId\":7,\"lastUpdatedAt\":\"2022-08-29T15:49:21+00:00\"},{\"id\":16,\"partnerId\":9,\"sendViaEmail\":true,\"email\":\"bgaltman@netcomsolutions.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-16T22:30:28+00:00\",\"acceptedAt\":\"2021-12-16T22:30:28+00:00\",\"userId\":35,\"lastUpdatedAt\":\"2023-11-30T13:34:18+00:00\"},{\"id\":17,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.vanstappen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-22T08:22:43+00:00\",\"acceptedAt\":\"2021-12-22T08:22:43+00:00\",\"userId\":40,\"lastUpdatedAt\":\"2022-08-29T15:49:53+00:00\"},{\"id\":23,\"partnerId\":26,\"sendViaEmail\":true,\"email\":\"info@hildesmout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T15:08:52+00:00\",\"acceptedAt\":\"2021-12-27T15:08:52+00:00\",\"userId\":47,\"lastUpdatedAt\":\"2022-08-29T15:18:50+00:00\"},{\"id\":27,\"partnerId\":27,\"sendViaEmail\":true,\"email\":\"christophecompeers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T22:45:46+00:00\",\"acceptedAt\":\"2021-12-27T22:45:46+00:00\",\"userId\":19,\"lastUpdatedAt\":\"2022-08-29T15:39:05+00:00\"},{\"id\":28,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"maaike.vandenberghe@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-29T12:23:56+00:00\",\"acceptedAt\":\"2021-12-29T12:23:56+00:00\",\"userId\":51,\"lastUpdatedAt\":\"2021-12-29T12:23:56+00:00\"},{\"id\":30,\"partnerId\":29,\"sendViaEmail\":true,\"email\":\"boekhoudingvervack@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-07T09:39:56+00:00\",\"acceptedAt\":\"2022-01-07T09:39:57+00:00\",\"userId\":57,\"lastUpdatedAt\":\"2023-11-30T14:07:24+00:00\"},{\"id\":37,\"partnerId\":45,\"sendViaEmail\":true,\"email\":\"michael@hairconsultingbymd.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-23T18:06:57+00:00\",\"acceptedAt\":\"2022-01-23T18:06:57+00:00\",\"userId\":64,\"lastUpdatedAt\":\"2023-09-28T13:04:47+00:00\"},{\"id\":38,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"Jeroen.bogaerts@junto.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":66,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":39,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"evelyne.lekime@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":67,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":41,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jan.luyckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:06:50+00:00\",\"acceptedAt\":\"2022-02-01T14:06:50+00:00\",\"userId\":69,\"lastUpdatedAt\":\"2023-01-09T12:53:03+00:00\"},{\"id\":42,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thijs.campe@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:11:45+00:00\",\"acceptedAt\":\"2022-02-01T14:11:45+00:00\",\"userId\":61,\"lastUpdatedAt\":\"2023-01-09T12:53:06+00:00\"},{\"id\":45,\"partnerId\":50,\"sendViaEmail\":true,\"email\":\"kserranne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-09T22:20:16+00:00\",\"acceptedAt\":\"2022-02-09T22:20:16+00:00\",\"userId\":76,\"lastUpdatedAt\":\"2023-11-30T14:11:41+00:00\"},{\"id\":48,\"partnerId\":47,\"sendViaEmail\":true,\"email\":\"ran.ancho@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-15T17:54:58+00:00\",\"acceptedAt\":\"2022-02-15T17:54:58+00:00\",\"userId\":68,\"lastUpdatedAt\":\"2024-05-21T13:40:16+00:00\"},{\"id\":50,\"partnerId\":52,\"sendViaEmail\":true,\"email\":\"callebautdecoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-05T08:30:15+00:00\",\"acceptedAt\":\"2022-03-05T08:30:15+00:00\",\"userId\":84,\"lastUpdatedAt\":\"2023-11-30T14:11:51+00:00\"},{\"id\":52,\"partnerId\":13,\"sendViaEmail\":true,\"email\":\"phistelle@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-08T15:26:41+00:00\",\"acceptedAt\":\"2022-03-08T15:26:41+00:00\",\"userId\":17,\"lastUpdatedAt\":\"2022-08-30T09:00:33+00:00\"},{\"id\":53,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peter.reyniers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-09T14:46:45+00:00\",\"acceptedAt\":\"2022-03-09T14:46:45+00:00\",\"userId\":90,\"lastUpdatedAt\":\"2023-01-09T12:53:28+00:00\"},{\"id\":54,\"partnerId\":53,\"sendViaEmail\":true,\"email\":\"wma.architect@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-10T12:12:33+00:00\",\"acceptedAt\":\"2022-03-10T12:12:33+00:00\",\"userId\":87,\"lastUpdatedAt\":\"2023-11-30T14:12:08+00:00\"},{\"id\":56,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-13T13:43:59+00:00\",\"acceptedAt\":\"2022-03-13T13:43:59+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2023-11-30T14:12:21+00:00\"},{\"id\":58,\"partnerId\":56,\"sendViaEmail\":true,\"email\":\"nick.houthuys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-14T06:55:08+00:00\",\"acceptedAt\":\"2022-03-14T06:55:08+00:00\",\"userId\":80,\"lastUpdatedAt\":\"2023-11-30T14:14:08+00:00\"},{\"id\":60,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"siebe.verheyen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:30:34+00:00\",\"acceptedAt\":\"2022-03-22T11:30:34+00:00\",\"userId\":103,\"lastUpdatedAt\":\"2023-01-09T12:53:32+00:00\"},{\"id\":61,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ewoud.beheydt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:51:46+00:00\",\"acceptedAt\":\"2022-03-22T11:51:46+00:00\",\"userId\":104,\"lastUpdatedAt\":\"2023-11-23T13:58:45+00:00\"},{\"id\":62,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kathleen.sels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T12:46:30+00:00\",\"acceptedAt\":\"2022-03-22T12:46:30+00:00\",\"userId\":105,\"lastUpdatedAt\":\"2023-01-09T12:53:39+00:00\"},{\"id\":63,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"koen.stevens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T13:06:55+00:00\",\"acceptedAt\":\"2022-03-22T13:06:55+00:00\",\"userId\":106,\"lastUpdatedAt\":\"2023-11-23T14:00:12+00:00\"},{\"id\":64,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"jfleconte@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T14:26:36+00:00\",\"acceptedAt\":\"2022-03-22T14:26:36+00:00\",\"userId\":102,\"lastUpdatedAt\":\"2023-01-09T13:03:52+00:00\"},{\"id\":65,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jarne.vanbelleghem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-28T11:37:25+00:00\",\"acceptedAt\":\"2022-03-28T11:37:25+00:00\",\"userId\":115,\"lastUpdatedAt\":\"2023-01-09T12:54:14+00:00\"},{\"id\":66,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-29T13:12:51+00:00\",\"acceptedAt\":\"2022-03-29T13:12:51+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-05-31T11:12:50+00:00\"},{\"id\":68,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"mathieu@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-31T08:37:08+00:00\",\"acceptedAt\":\"2022-03-31T08:37:08+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-05-31T11:12:56+00:00\"},{\"id\":72,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"bob.missoorten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T11:31:15+00:00\",\"acceptedAt\":\"2022-04-04T11:31:15+00:00\",\"userId\":119,\"lastUpdatedAt\":\"2023-01-09T12:54:17+00:00\"},{\"id\":74,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"Hilde.verstraeten@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T13:26:02+00:00\",\"acceptedAt\":\"2022-04-04T13:26:02+00:00\",\"userId\":121,\"lastUpdatedAt\":\"2023-11-30T14:23:34+00:00\"},{\"id\":78,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lode.janssens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-05T13:38:46+00:00\",\"acceptedAt\":\"2022-04-05T13:38:46+00:00\",\"userId\":123,\"lastUpdatedAt\":\"2023-01-09T12:54:20+00:00\"},{\"id\":79,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"g.van.hoey@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T08:44:39+00:00\",\"acceptedAt\":\"2022-04-07T08:44:39+00:00\",\"userId\":111,\"lastUpdatedAt\":\"2023-01-09T13:03:49+00:00\"},{\"id\":82,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"j.vandenberghe@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T14:34:30+00:00\",\"acceptedAt\":\"2022-04-07T14:34:30+00:00\",\"userId\":101,\"lastUpdatedAt\":\"2023-01-09T13:03:45+00:00\"},{\"id\":85,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.billiau@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T10:06:50+00:00\",\"acceptedAt\":\"2022-04-08T10:06:50+00:00\",\"userId\":107,\"lastUpdatedAt\":\"2023-04-03T07:55:21+00:00\"},{\"id\":87,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"s.de.roo@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T11:04:51+00:00\",\"acceptedAt\":\"2022-04-08T11:04:51+00:00\",\"userId\":100,\"lastUpdatedAt\":\"2023-01-09T13:03:43+00:00\"},{\"id\":89,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"caat.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-14T11:26:56+00:00\",\"acceptedAt\":\"2022-04-20T06:57:53+00:00\",\"userId\":131,\"lastUpdatedAt\":\"2022-08-29T14:50:06+00:00\"},{\"id\":92,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"p.mareels@belgacom.net\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-20T13:22:14+00:00\",\"acceptedAt\":\"2022-04-20T13:22:14+00:00\",\"userId\":124,\"lastUpdatedAt\":\"2023-01-31T08:43:38+00:00\"},{\"id\":94,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"l.stoffelen@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-25T15:06:36+00:00\",\"acceptedAt\":\"2022-04-25T15:06:36+00:00\",\"userId\":110,\"lastUpdatedAt\":\"2023-01-09T13:03:37+00:00\"},{\"id\":95,\"partnerId\":82,\"sendViaEmail\":true,\"email\":\"katleen.vdw@aol.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-26T08:02:13+00:00\",\"acceptedAt\":\"2022-04-26T08:02:13+00:00\",\"userId\":79,\"lastUpdatedAt\":\"2023-05-31T09:38:16+00:00\"},{\"id\":105,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:22:01+00:00\",\"acceptedAt\":\"2022-04-30T13:22:01+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-01-09T12:55:00+00:00\"},{\"id\":106,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:23:57+00:00\",\"acceptedAt\":\"2022-04-30T13:23:57+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-11-30T14:25:39+00:00\"},{\"id\":111,\"partnerId\":61,\"sendViaEmail\":true,\"email\":\"carmelo.luparello@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-05T17:28:45+00:00\",\"acceptedAt\":\"2022-05-05T17:28:45+00:00\",\"userId\":116,\"lastUpdatedAt\":\"2023-08-18T09:52:50+00:00\"},{\"id\":112,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"vmeynen@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-06T13:39:21+00:00\",\"acceptedAt\":\"2022-05-06T13:39:21+00:00\",\"userId\":109,\"lastUpdatedAt\":\"2023-01-09T12:55:03+00:00\"},{\"id\":114,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"RFID@mado.be\",\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/65425cbd-2506-47ff-bfb4-2e33e04e7135\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"sent\",\"createdAt\":\"2022-05-06T14:35:26+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-30T14:30:13+00:00\"},{\"id\":120,\"partnerId\":89,\"sendViaEmail\":true,\"email\":\"celgeenen@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T10:00:56+00:00\",\"acceptedAt\":\"2022-05-09T10:00:56+00:00\",\"userId\":145,\"lastUpdatedAt\":\"2023-09-30T06:40:58+00:00\"},{\"id\":121,\"partnerId\":90,\"sendViaEmail\":true,\"email\":\"kris@intwit.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T13:41:39+00:00\",\"acceptedAt\":\"2022-05-09T13:41:39+00:00\",\"userId\":146,\"lastUpdatedAt\":\"2022-08-29T15:01:21+00:00\"},{\"id\":122,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.desmet@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-10T08:44:04+00:00\",\"acceptedAt\":\"2022-05-10T08:44:04+00:00\",\"userId\":147,\"lastUpdatedAt\":\"2023-01-09T12:55:06+00:00\"},{\"id\":125,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ralf.joris@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T05:02:49+00:00\",\"acceptedAt\":\"2022-05-16T05:02:49+00:00\",\"userId\":143,\"lastUpdatedAt\":\"2023-01-09T12:55:09+00:00\"},{\"id\":127,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"hilde@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T09:47:43+00:00\",\"acceptedAt\":\"2022-05-16T09:47:43+00:00\",\"userId\":122,\"lastUpdatedAt\":\"2023-11-30T14:30:26+00:00\"},{\"id\":130,\"partnerId\":84,\"sendViaEmail\":true,\"email\":\"gertvanlaeken@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T17:16:29+00:00\",\"acceptedAt\":\"2022-05-16T17:16:29+00:00\",\"userId\":134,\"lastUpdatedAt\":\"2023-02-08T11:17:05+00:00\"},{\"id\":134,\"partnerId\":51,\"sendViaEmail\":true,\"email\":\"wim@entrie.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-17T16:36:14+00:00\",\"acceptedAt\":\"2022-05-17T16:36:14+00:00\",\"userId\":74,\"lastUpdatedAt\":\"2023-05-31T09:38:34+00:00\"},{\"id\":140,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nielvandingenen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:46:43+00:00\",\"acceptedAt\":\"2022-05-23T11:46:43+00:00\",\"userId\":154,\"lastUpdatedAt\":\"2023-01-09T12:55:14+00:00\"},{\"id\":141,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ine.arits@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:47:17+00:00\",\"acceptedAt\":\"2022-05-23T11:47:17+00:00\",\"userId\":155,\"lastUpdatedAt\":\"2023-11-23T14:05:03+00:00\"},{\"id\":142,\"partnerId\":92,\"sendViaEmail\":true,\"email\":\"koen@montagewinkel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T12:34:39+00:00\",\"acceptedAt\":\"2022-05-23T12:34:39+00:00\",\"userId\":142,\"lastUpdatedAt\":\"2023-05-31T11:30:11+00:00\"},{\"id\":145,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stijn.paulissen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-24T12:24:55+00:00\",\"acceptedAt\":\"2022-05-24T12:24:55+00:00\",\"userId\":160,\"lastUpdatedAt\":\"2023-01-09T12:55:38+00:00\"},{\"id\":146,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stefan.dils@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-25T10:19:27+00:00\",\"acceptedAt\":\"2022-05-25T10:19:27+00:00\",\"userId\":161,\"lastUpdatedAt\":\"2023-01-09T12:55:41+00:00\"},{\"id\":147,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jo.smeyers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T09:40:54+00:00\",\"acceptedAt\":\"2022-05-31T09:40:54+00:00\",\"userId\":162,\"lastUpdatedAt\":\"2023-11-23T14:06:32+00:00\"},{\"id\":148,\"partnerId\":94,\"sendViaEmail\":true,\"email\":\"greetverleyen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T13:27:57+00:00\",\"acceptedAt\":\"2022-05-31T13:27:57+00:00\",\"userId\":163,\"lastUpdatedAt\":\"2023-11-30T15:13:31+00:00\"},{\"id\":149,\"partnerId\":95,\"sendViaEmail\":true,\"email\":\"bart@ibucon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T14:05:24+00:00\",\"acceptedAt\":\"2022-05-31T14:05:24+00:00\",\"userId\":164,\"lastUpdatedAt\":\"2022-08-29T14:28:21+00:00\"},{\"id\":151,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kristoftollet@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:15:40+00:00\",\"acceptedAt\":\"2022-06-03T08:15:40+00:00\",\"userId\":166,\"lastUpdatedAt\":\"2023-01-09T12:55:47+00:00\"},{\"id\":152,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frank.rutten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:58:06+00:00\",\"acceptedAt\":\"2022-06-03T08:58:06+00:00\",\"userId\":167,\"lastUpdatedAt\":\"2023-01-09T12:56:46+00:00\"},{\"id\":153,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wesley.breugelmans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T13:20:31+00:00\",\"acceptedAt\":\"2022-06-03T13:20:31+00:00\",\"userId\":168,\"lastUpdatedAt\":\"2023-01-09T12:56:43+00:00\"},{\"id\":154,\"partnerId\":97,\"sendViaEmail\":true,\"email\":\"jensdv42@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-07T15:40:20+00:00\",\"acceptedAt\":\"2022-06-07T15:40:21+00:00\",\"userId\":170,\"lastUpdatedAt\":\"2022-08-29T14:49:52+00:00\"},{\"id\":155,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"geert.keustermans@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:02:17+00:00\",\"acceptedAt\":\"2022-06-08T09:02:17+00:00\",\"userId\":172,\"lastUpdatedAt\":\"2023-01-09T12:56:39+00:00\"},{\"id\":156,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"caroline.avonds@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:35:56+00:00\",\"acceptedAt\":\"2022-06-08T09:35:56+00:00\",\"userId\":173,\"lastUpdatedAt\":\"2023-01-09T12:56:36+00:00\"},{\"id\":157,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christel.boogaerts@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T12:19:29+00:00\",\"acceptedAt\":\"2022-06-08T12:19:29+00:00\",\"userId\":125,\"lastUpdatedAt\":\"2023-01-09T12:56:33+00:00\"},{\"id\":158,\"partnerId\":98,\"sendViaEmail\":true,\"email\":\"info@renodaf.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T10:33:55+00:00\",\"acceptedAt\":\"2022-06-09T10:33:56+00:00\",\"userId\":174,\"lastUpdatedAt\":\"2023-07-25T07:11:32+00:00\"},{\"id\":159,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T11:08:33+00:00\",\"acceptedAt\":\"2022-06-09T11:08:33+00:00\",\"userId\":175,\"lastUpdatedAt\":\"2022-08-29T14:50:28+00:00\"},{\"id\":161,\"partnerId\":100,\"sendViaEmail\":true,\"email\":\"koen.holvoet2@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T14:25:52+00:00\",\"acceptedAt\":\"2022-06-09T14:25:52+00:00\",\"userId\":177,\"lastUpdatedAt\":\"2023-11-30T15:20:16+00:00\"},{\"id\":163,\"partnerId\":99,\"sendViaEmail\":true,\"email\":\"kevin@buildingconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-13T07:59:15+00:00\",\"acceptedAt\":\"2022-06-13T07:59:15+00:00\",\"userId\":176,\"lastUpdatedAt\":\"2023-11-30T15:20:28+00:00\"},{\"id\":164,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lieven.keuppens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-15T16:05:35+00:00\",\"acceptedAt\":\"2022-06-15T16:05:35+00:00\",\"userId\":113,\"lastUpdatedAt\":\"2023-01-09T12:58:59+00:00\"},{\"id\":165,\"partnerId\":79,\"sendViaEmail\":true,\"email\":\"geertpennewaert@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-18T07:51:29+00:00\",\"acceptedAt\":\"2022-06-18T07:51:29+00:00\",\"userId\":156,\"lastUpdatedAt\":\"2023-11-30T15:21:15+00:00\"},{\"id\":166,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kevin.deblochouse@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-21T10:58:03+00:00\",\"acceptedAt\":\"2022-06-21T10:58:03+00:00\",\"userId\":181,\"lastUpdatedAt\":\"2023-01-09T12:59:03+00:00\"},{\"id\":168,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:53:55+00:00\",\"acceptedAt\":\"2022-06-24T09:53:55+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:53:55+00:00\"},{\"id\":169,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:54:28+00:00\",\"acceptedAt\":\"2022-06-24T09:54:28+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:54:28+00:00\"},{\"id\":170,\"partnerId\":101,\"sendViaEmail\":true,\"email\":\"wim123bisschop@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-27T08:51:23+00:00\",\"acceptedAt\":\"2022-06-27T08:51:23+00:00\",\"userId\":171,\"lastUpdatedAt\":\"2023-11-30T15:23:03+00:00\"},{\"id\":171,\"partnerId\":107,\"sendViaEmail\":true,\"email\":\"scofawom@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T09:42:32+00:00\",\"acceptedAt\":\"2022-06-28T09:42:32+00:00\",\"userId\":183,\"lastUpdatedAt\":\"2023-11-30T15:23:55+00:00\"},{\"id\":172,\"partnerId\":108,\"sendViaEmail\":true,\"email\":\"dheungens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T11:20:23+00:00\",\"acceptedAt\":\"2022-06-28T11:20:23+00:00\",\"userId\":184,\"lastUpdatedAt\":\"2023-11-30T15:24:22+00:00\"},{\"id\":173,\"partnerId\":96,\"sendViaEmail\":true,\"email\":\"freddy.van.lokeren@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-05T11:30:38+00:00\",\"acceptedAt\":\"2022-07-05T11:30:38+00:00\",\"userId\":169,\"lastUpdatedAt\":\"2023-11-30T15:24:52+00:00\"},{\"id\":174,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gino.damen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T11:53:56+00:00\",\"acceptedAt\":\"2022-07-06T11:53:56+00:00\",\"userId\":191,\"lastUpdatedAt\":\"2023-01-09T12:59:06+00:00\"},{\"id\":175,\"partnerId\":110,\"sendViaEmail\":true,\"email\":\"wim.de.blieck@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T12:29:04+00:00\",\"acceptedAt\":\"2022-07-06T12:29:04+00:00\",\"userId\":192,\"lastUpdatedAt\":\"2023-11-30T15:27:55+00:00\"},{\"id\":176,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivan.vanlooveren@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T13:09:51+00:00\",\"acceptedAt\":\"2022-07-06T13:09:51+00:00\",\"userId\":194,\"lastUpdatedAt\":\"2023-01-09T12:59:08+00:00\"},{\"id\":180,\"partnerId\":109,\"sendViaEmail\":true,\"email\":\"info@automationgroup.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-13T08:20:14+00:00\",\"acceptedAt\":\"2022-07-13T08:20:14+00:00\",\"userId\":185,\"lastUpdatedAt\":\"2022-08-29T14:17:24+00:00\"},{\"id\":182,\"partnerId\":198,\"sendViaEmail\":true,\"email\":\"pranaapanabalance@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-25T14:11:22+00:00\",\"acceptedAt\":\"2022-07-25T14:11:22+00:00\",\"userId\":204,\"lastUpdatedAt\":\"2022-08-29T13:26:48+00:00\"},{\"id\":183,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"benny.vanhooydonck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T08:22:41+00:00\",\"acceptedAt\":\"2022-08-04T08:22:41+00:00\",\"userId\":205,\"lastUpdatedAt\":\"2023-04-03T07:55:05+00:00\"},{\"id\":184,\"partnerId\":211,\"sendViaEmail\":true,\"email\":\"kris@krisdepoorter.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T09:03:40+00:00\",\"acceptedAt\":\"2022-08-04T09:03:40+00:00\",\"userId\":206,\"lastUpdatedAt\":\"2023-11-30T15:28:16+00:00\"},{\"id\":185,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ronny.boeckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T08:36:39+00:00\",\"acceptedAt\":\"2022-08-05T08:36:39+00:00\",\"userId\":207,\"lastUpdatedAt\":\"2023-01-09T12:59:15+00:00\"},{\"id\":186,\"partnerId\":197,\"sendViaEmail\":true,\"email\":\"pieter.wyckmans@quinz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T19:15:21+00:00\",\"acceptedAt\":\"2022-08-05T19:15:21+00:00\",\"userId\":200,\"lastUpdatedAt\":\"2022-08-05T19:15:21+00:00\"},{\"id\":187,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"karolien.verwimp@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-08T10:25:42+00:00\",\"acceptedAt\":\"2022-08-08T10:25:42+00:00\",\"userId\":208,\"lastUpdatedAt\":\"2023-01-09T12:59:18+00:00\"},{\"id\":188,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frederic.bonte@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-10T13:00:15+00:00\",\"acceptedAt\":\"2022-08-10T13:00:15+00:00\",\"userId\":211,\"lastUpdatedAt\":\"2023-11-23T14:09:23+00:00\"},{\"id\":192,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"davy.palmans@argeus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-12T12:05:23+00:00\",\"acceptedAt\":\"2022-08-12T12:05:24+00:00\",\"userId\":180,\"lastUpdatedAt\":\"2023-11-30T15:29:25+00:00\"},{\"id\":193,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-25T09:32:51+00:00\",\"acceptedAt\":\"2022-08-25T09:32:51+00:00\",\"userId\":217,\"lastUpdatedAt\":\"2022-08-29T13:34:27+00:00\"},{\"id\":194,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peggy.vanpeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T10:31:45+00:00\",\"acceptedAt\":\"2022-08-29T10:31:45+00:00\",\"userId\":219,\"lastUpdatedAt\":\"2023-01-09T12:59:29+00:00\"},{\"id\":195,\"partnerId\":213,\"sendViaEmail\":true,\"email\":\"yannickveny@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T12:29:12+00:00\",\"acceptedAt\":\"2022-08-29T12:29:12+00:00\",\"userId\":220,\"lastUpdatedAt\":\"2022-08-29T12:29:12+00:00\"},{\"id\":199,\"partnerId\":215,\"sendViaEmail\":true,\"email\":\"bw.services@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-06T08:44:28+00:00\",\"acceptedAt\":\"2022-09-06T08:44:28+00:00\",\"userId\":225,\"lastUpdatedAt\":\"2023-11-30T15:31:50+00:00\"},{\"id\":200,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"pieter.debusser@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-08T14:09:03+00:00\",\"acceptedAt\":\"2022-09-08T14:09:03+00:00\",\"userId\":228,\"lastUpdatedAt\":\"2023-01-09T12:59:32+00:00\"},{\"id\":201,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"guus.strooband@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-12T13:20:12+00:00\",\"acceptedAt\":\"2022-09-12T13:20:12+00:00\",\"userId\":230,\"lastUpdatedAt\":\"2023-08-24T10:42:26+00:00\"},{\"id\":202,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.vandepeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-15T13:18:28+00:00\",\"acceptedAt\":\"2022-09-15T13:18:28+00:00\",\"userId\":234,\"lastUpdatedAt\":\"2023-11-23T14:20:12+00:00\"},{\"id\":203,\"partnerId\":219,\"sendViaEmail\":true,\"email\":\"bart@ledernierdomino.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-17T17:17:31+00:00\",\"acceptedAt\":\"2022-09-17T17:17:31+00:00\",\"userId\":226,\"lastUpdatedAt\":\"2023-11-30T15:32:05+00:00\"},{\"id\":204,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"torre.roosenbroeck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T09:57:11+00:00\",\"acceptedAt\":\"2022-09-19T09:57:11+00:00\",\"userId\":235,\"lastUpdatedAt\":\"2023-01-09T13:00:47+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":12,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":100,\"total\":1122}}"} 
[2025-07-17 18:45:02] local.ERROR: PartnerInviteUpdater: Error during update. {"exception":"SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`ampeco_db_local`.`partner_invites`, CONSTRAINT `partner_invites_partner_id_foreign` FOREIGN KEY (`partner_id`) REFERENCES `partners` (`id`) ON DELETE CASCADE) (Connection: mysql, SQL: insert into `partner_invites` (`user_id`, `partner_id`, `status`, `updated_at`, `created_at`) values (7, 10, accepted, 2025-07-17 18:45:02, 2025-07-17 18:45:02))","trace":"#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('insert into `pa...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\MySqlConnection.php(42): Illuminate\\Database\\Connection->run('insert into `pa...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Processors\\MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert('insert into `pa...', Array, 'id')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3785): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId(Object(Illuminate\\Database\\Query\\Builder), 'insert into `pa...', Array, 'id')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(2205): Illuminate\\Database\\Query\\Builder->insertGetId(Array, 'id')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1408): Illuminate\\Database\\Eloquent\\Builder->__call('insertGetId', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1373): Illuminate\\Database\\Eloquent\\Model->insertAndSetId(Object(Illuminate\\Database\\Eloquent\\Builder), Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1212): Illuminate\\Database\\Eloquent\\Model->performInsert(Object(Illuminate\\Database\\Eloquent\\Builder))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1189): Illuminate\\Database\\Eloquent\\Model->save()
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(399): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1188}(Object(App\\Models\\PartnerInvite))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1188): tap(Object(App\\Models\\PartnerInvite), Object(Closure))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->create(Array)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(32): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::createOrFirst():695}(Object(Illuminate\\Database\\MySqlConnection))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1928): Illuminate\\Database\\Connection->transaction(Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->withSavepointIfNeeded(Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(682): Illuminate\\Database\\Eloquent\\Builder->createOrFirst(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(710): Illuminate\\Database\\Eloquent\\Builder->firstOrCreate(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Traits\\ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->updateOrCreate(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2449): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'updateOrCreate', Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2465): Illuminate\\Database\\Eloquent\\Model->__call('updateOrCreate', Array)
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\AmpecoDataUpdater.php(82): Illuminate\\Database\\Eloquent\\Model::__callStatic('updateOrCreate', Array)
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\PartnerInviteUpdater->handle()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\PartnerInviteUpdater), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}"} 
[2025-07-17 18:52:07] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 18:52:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":1,\"name\":\"DO NOT DELETE - For App Store Approvals\",\"businessName\":\"DO NOT DELETE - For App Store Approvals\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":15,\"name\":\"Dn Construction\",\"businessName\":\"Dn Construction\",\"regNo\":\"0890.143.066\",\"vatNo\":\"BE 0890.143.066\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Temse,\",\"postcode\":\"9140\",\"address\":\"Burgem. Achiel Heymanstraat 29,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Nys\",\"email\":\"nys.danny@telenet.be\",\"phone\":\"+32477826185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":16,\"name\":\"GHL Logistics\",\"businessName\":\"GHL Logistics\",\"regNo\":\"BE0670.990.174\",\"vatNo\":\"BE0670.990.174\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Zandvoordestraat 503\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ghazaryan Hayk\",\"email\":\"info@ghllogistics.be\",\"phone\":\"0488720005\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":17,\"name\":\"JC pigeons\",\"businessName\":\"JC pigeons\",\"regNo\":\"BE0764.426.217\",\"vatNo\":\"BE0764.426.217\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Van Audenhovestraat 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jef Cuypers\",\"email\":\"jef.cuypers1@telenet.be\",\"phone\":\"0478307698\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":18,\"name\":\"Taxcon\",\"businessName\":\"Taxcon\",\"regNo\":\"BE0879.531.068\",\"vatNo\":\"BE0879.531.068\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ardooie,\",\"postcode\":\"8850\",\"address\":\"Oude Zwevezeelsestraat 22,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Van Tieghem\",\"email\":\"taxcon@skynet.be\",\"phone\":\"0475591200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":19,\"name\":\"Mark De Bleecker\",\"businessName\":\"Mark De Bleecker\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Kleemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark De Bleecker\",\"email\":\"debleecker.nv@telenet.be\",\"phone\":\"+32477391207\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":22,\"name\":\"Thor Bv\",\"businessName\":\"Thor Bv\",\"regNo\":\"0663.774.463\",\"vatNo\":\"BE 0663.774.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Grobbendonk\",\"postcode\":\"2280\",\"address\":\"Neerveld 11, 2280 Grobbendonk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Horemans\",\"email\":\"Zaakvoerder\",\"phone\":\"0476398890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":30,\"name\":\"Praktijk Sabine Deloof\",\"businessName\":\"Praktijk Sabine Deloof\",\"regNo\":null,\"vatNo\":\"BE0745.477.761\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Vuldersstraat 90,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Francois\",\"email\":\"filip.franswa@gmail.com\",\"phone\":\"0479395724\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":32,\"name\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"regNo\":\"0404584525\",\"vatNo\":\"BE0404584525\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"59 Box 1 Brusselstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jos Nyns\",\"email\":\"ali.hashem@q8.com\",\"phone\":\"+32 3 241 35 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":33,\"name\":\"CPO - Powerdale\",\"businessName\":\"CPO - Powerdale\",\"regNo\":\"0479.282.443\",\"vatNo\":\"BE0479.282.443\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"4 Kerkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain De Cat\",\"email\":null,\"phone\":\"+3285274900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":34,\"name\":\"CPO - Allego B.V.\",\"businessName\":\"CPO - Allego B.V.\",\"regNo\":\"54100038\",\"vatNo\":\"KVK 54100038\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6800 AW\",\"address\":\"73 Westervoortsedijk  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CH Pitt\",\"email\":null,\"phone\":\"+31-0800-37-45-337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":35,\"name\":\"CPO - Threeforce BV\",\"businessName\":\"CPO - Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":36,\"name\":\"CPO - IONITY GmbH\",\"businessName\":\"CPO - IONITY GmbH\",\"regNo\":\"234408\",\"vatNo\":\"HRB 234408\",\"country\":\"DE\",\"region\":null,\"city\":\"Munich\",\"postcode\":\"D-80809\",\"address\":\"84 Moosacher Strasse  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":37,\"name\":\"EMSP- Optimile Bv\",\"businessName\":\"EMSP- Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Optimile\",\"email\":\"invoices@optimile.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":39,\"name\":\"CPO - Greenflux Assets B.V.\",\"businessName\":\"CPO - Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":40,\"name\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"regNo\":\"24025263\",\"vatNo\":\"KVK24025263\",\"country\":\"NL\",\"region\":null,\"city\":\"The Hague\",\"postcode\":\"2595\",\"address\":\"50 Schenkkade\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Dochez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":41,\"name\":\"CPO - EVBox B.V.\",\"businessName\":\"CPO - EVBox B.V.\",\"regNo\":\"32165082\",\"vatNo\":\"kvk32165082\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1076 EE\",\"address\":\"115 Fred. Roeskestraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Vereenooghe\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"CDR Team EVBox\",\"email\":\"cdr@evbox.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":42,\"name\":\"EMSP- ChargePoint Austria GmbH\",\"businessName\":\"EMSP- ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hanke David\",\"email\":\"david.hanke@chargepoint.com\",\"phone\":\"(+43) 1 36 12 23 01 0\"},\"technical\":{\"contactPerson\":\"Henrik Gerdes,\",\"email\":\"support-beenergised@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rex Jackson\",\"email\":\"emsp-purchasing-beenergised@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":43,\"name\":\"Ssp\",\"businessName\":\"Ssp\",\"regNo\":\"0633.907.668\",\"vatNo\":\"BE0633.907.668\",\"country\":\"BE\",\"region\":null,\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Tuyaertsstraat 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Nuyens\",\"email\":\"nuyenssteven@gmail.com\",\"phone\":\"0487562506\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":48,\"name\":\"Dayone BV\",\"businessName\":\"Dayone BV\",\"regNo\":\"BE0776.446.693\",\"vatNo\":\"BE0776.446.693\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Dr. Paul Janssenstraat 48\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Van Schaik\",\"email\":\"michiel.vanschaik@sparkx.be\",\"phone\":\"0032472895893\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":49,\"name\":\"Casteels Vastgoed\",\"businessName\":\"Casteels Vastgoed\",\"regNo\":\"0720.632.794\",\"vatNo\":\"BE0720.632.794\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Driesstraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alex Casteels\",\"email\":\"hello@casteelsvastgoed.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":54,\"name\":\"Bimmo (BV)\",\"businessName\":\"Bimmo (BV)\",\"regNo\":\"0478.568.801\",\"vatNo\":\"BE0478.568.801\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Britselei 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anton Spits\",\"email\":\"info@brody.be\",\"phone\":\"03 663 88 07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Brody\",\"email\":\"invoice@brody.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":60,\"name\":\"Expertisebureau Vermeulen\",\"businessName\":\"Expertisebureau Vermeulen\",\"regNo\":\"0842209428\",\"vatNo\":\"BE0842209428\",\"country\":\"belgie\",\"region\":null,\"city\":\"Beveren-Waas\",\"postcode\":\"9120\",\"address\":\"Glazenleeuwstraat 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Vermeulen\",\"email\":\"michiel.vermeulen@telenet.be\",\"phone\":\"0485620791\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":63,\"name\":\"Kato VOF\",\"businessName\":\"Kato VOF\",\"regNo\":\"BE 0885.060.266\",\"vatNo\":\"0885.060.266\",\"country\":\"belgie\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Albert Van Heckelaan 9\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goossens Carls\",\"email\":\"carl.goossens2@telenet.be\",\"phone\":\"0475956056\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":68,\"name\":\"Ivo Verpraet\",\"businessName\":\"Ivo Verpraet\",\"regNo\":\"nvt\",\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Esptweg 14\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivo Verpraet\",\"email\":\"i.verpraet@telenet.be\",\"phone\":\"+(324) 973-52835\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":71,\"name\":\"BV Bakkerij Philippe\",\"businessName\":\"BV Bakkerij Philippe\",\"regNo\":\"0830.183.012\",\"vatNo\":\"BE 0830.183.012\",\"country\":\"Bekgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Hovenierstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Vergauwen\",\"email\":\"fa112908@msn.com\",\"phone\":\"+32476428613\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":74,\"name\":\"Bj\\u00f6rn De Vuyst\",\"businessName\":\"Bj\\u00f6rn De Vuyst\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Spoorwegwegel 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bj\\u00f6rn De Vuyst\",\"email\":\"bjorn.de.vuyst2@telenet.be\",\"phone\":\"0498568862\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":75,\"name\":\"Luc Bogaert\",\"businessName\":\"Luc Bogaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Kluisbergen\",\"postcode\":\"9690\",\"address\":\"Hoogweg 2 9690 Kluisbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bogaert\",\"email\":\"bogaert_luc@me.com\",\"phone\":\"0478379360\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":76,\"name\":\"Ronny Ediers\",\"businessName\":\"Ronny Ediers\",\"regNo\":\"0503.963.401\",\"vatNo\":\"BE 0503.963.401\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Raapveld 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Ediers\",\"email\":\"ronny.ediers@outlook.com\",\"phone\":\"0493056490\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":77,\"name\":\"Erwin Claes\",\"businessName\":\"Erwin Claes\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlaar\",\"postcode\":\"2590\",\"address\":\"Gasbakstraat 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erwin Claes\",\"email\":\"erwin.claes7@telenet.be\",\"phone\":\"+32490429843\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":78,\"name\":\"Bert Luysterman\",\"businessName\":\"Bert Luysterman\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Hofstade\",\"postcode\":\"9308\",\"address\":\"Steenweg op Dendermonde 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Luysterman\",\"email\":\"Luysterman.bert@gmail.com\",\"phone\":\"+32473646265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":80,\"name\":\"Wim Allegaert\",\"businessName\":\"Wim Allegaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Klaverweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Allegaert\",\"email\":\"wim.allegaert@mjladvice.com\",\"phone\":\"0474977433\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":81,\"name\":\"PLDW Bvba\",\"businessName\":\"PLDW Bvba\",\"regNo\":\"0681.652.454\",\"vatNo\":\"BE 0681.652.454\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Broekveldstraat 21, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Limbourg\",\"email\":\"info@pldwbvba.be\",\"phone\":\"+32491358050\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":86,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"regNo\":\"257600445\",\"vatNo\":\"FR257600445\",\"country\":\"FR\",\"region\":null,\"city\":\"Isneauville\",\"postcode\":\"76230\",\"address\":\"240 Rue Augustin Fresnel\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"d'Annoux Ana\\u00efs\",\"email\":\"anais.dannoux@totalenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":87,\"name\":\"P.M.G-Galuk\",\"businessName\":\"P.M.G-Galuk\",\"regNo\":\"838008932\",\"vatNo\":\"BE0838008932\",\"country\":\"BE\",\"region\":null,\"city\":\"Grimbergen\",\"postcode\":\"1800\",\"address\":\"Albrecht Rodenbachlaan 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paulina Medrek\",\"email\":\"paulina.medrek@hotmail.com\",\"phone\":\"0486077042\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":88,\"name\":\"Lyubo Test Partner\",\"businessName\":\"Lyubo Test Partner\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":93,\"name\":\"CPO - Electric 55 Charging\",\"businessName\":\"CPO - Electric 55 Charging\",\"regNo\":\"832 489 801\",\"vatNo\":\"FR832 489 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Tropez.\",\"postcode\":\"83990\",\"address\":\"Espace des Lices, 9 Bld Louis Blanc\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alicia MIRANDA\",\"email\":\"alicia@e55c.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":102,\"name\":\"EMSP- ConnectNed B.V.\",\"businessName\":\"EMSP- ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":103,\"name\":\"ChargePoly\",\"businessName\":\"ChargePoly\",\"regNo\":\"85085499300019\",\"vatNo\":\"85085499300019\",\"country\":\"FR\",\"region\":null,\"city\":\"Aix-En-Provence\",\"postcode\":\"13593\",\"address\":\"31 Parc du golf\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":105,\"name\":\"CPO - Liikennevirta Oy (VIRTA)\",\"businessName\":\"CPO - Liikennevirta Oy (VIRTA)\",\"regNo\":null,\"vatNo\":\"2588986-2\",\"country\":\"FI\",\"region\":null,\"city\":\"Helsinki\",\"postcode\":\"00180\",\"address\":\"3 Energiakuja\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":112,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AUCH\",\"postcode\":\"32008\",\"address\":\"Place de l'ancien Foirail 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":113,\"name\":\"CPO - Rossini Energy\",\"businessName\":\"CPO - Rossini Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Villeneuve-d'Ascq\",\"postcode\":\"59650\",\"address\":\"Rue Horus 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rossini Luca\",\"email\":\"luca@rossinienergy.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":114,\"name\":\"CPO - WAAT SAS\",\"businessName\":\"CPO - WAAT SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Malakoff\",\"postcode\":\"92240\",\"address\":\"Rue Raymond David 10-20\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bon Jacques-Alexis\",\"email\":\"ja.bon@waat.fr\",\"phone\":\"+33698723265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":115,\"name\":\"EMSP- Freshmile Services\",\"businessName\":\"EMSP- Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"0668781435\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 3 68 78 14 35\"},\"billing\":{\"contactPerson\":\"Invoice Freshmile\",\"email\":\"roaming@freshmile.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":117,\"name\":\"CPO - Izivia SA\",\"businessName\":\"CPO - Izivia SA\",\"regNo\":\"419070180\",\"vatNo\":\"FR51419070180\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Avenue de l'Arche 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wehbe Ramy\",\"email\":\"ramy.wehbe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Equipe Facturation itin\\u00e9rance IZIVIA\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":119,\"name\":\"SPBR1\",\"businessName\":\"SPBR1\",\"regNo\":\"538133166\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rueil Malmaison\",\"postcode\":\"92500\",\"address\":\"Avenue de Colmar 64\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":120,\"name\":\"CPO - GreenWay Infrastructure s.r.o.\",\"businessName\":\"CPO - GreenWay Infrastructure s.r.o.\",\"regNo\":\"47728086\",\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Bratislava\",\"postcode\":\"85101\",\"address\":\"Einsteinova 24\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perger Adam\",\"email\":\"adam.perger@greenwaynetwork.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":121,\"name\":\"CPO - ZEborne\",\"businessName\":\"CPO - ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":122,\"name\":\"CPO - SIPLEC\",\"businessName\":\"CPO - SIPLEC\",\"regNo\":\"315281113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ivry-sur-Seine\",\"postcode\":\"94200\",\"address\":\"Quai Marcel Boyer 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hallopeau L\\u00e9opold\",\"email\":\"l.hallopeau@siplec.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":123,\"name\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"businessName\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"regNo\":\"20002678900053\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Carcassonne\",\"postcode\":\"11000\",\"address\":\"Rue Barb\\u00e8s 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":9,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":100,\"total\":839}}"} 
[2025-07-17 18:52:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":124,\"name\":\"CPO - Clicsysteme SAS (Car2plug)\",\"businessName\":\"CPO - Clicsysteme SAS (Car2plug)\",\"regNo\":\"803965110\",\"vatNo\":\"FR42803965110\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"Rue de Peinthievre 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Benami Eyal\",\"email\":\"eyal.benami@car2plug.fr\",\"phone\":\"+33767662028\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":126,\"name\":\"CPO - Indigo Park\",\"businessName\":\"CPO - Indigo Park\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"1 Place des Degr\\u00e9s - Tour Voltaire 92800 , Puteaux\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":127,\"name\":\"CPO - ZEPHYRE\",\"businessName\":\"CPO - ZEPHYRE\",\"regNo\":\"828414656\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"Rue Lyautey 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arrighi Charles\",\"email\":\"support@zephyre.fr\",\"phone\":\"+33180977675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":128,\"name\":\"EMSP- Electromaps S.L.\",\"businessName\":\"EMSP- Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":129,\"name\":\"CPO - MODULO\",\"businessName\":\"CPO - MODULO\",\"regNo\":\"841376734\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Tours\",\"postcode\":\"37000\",\"address\":\"BLAISE PASCAL 12-14\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Debouchage Emeric\",\"email\":\"edebouchage@modulo-energies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":130,\"name\":\"EMSP- Shell EV Charging Solutions B.V.\",\"businessName\":\"EMSP- Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":131,\"name\":\"CPO - Duferco Energia S.p.a.\",\"businessName\":\"CPO - Duferco Energia S.p.a.\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Genova\",\"postcode\":\"16126\",\"address\":\"4 Via Paolo Imperiale 16126 , Genova\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Merella Francesco\",\"email\":\"f.merella@dufercoenergia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":132,\"name\":\"Aix-Marseille Provence M\\u00e9tropole\",\"businessName\":\"Aix-Marseille Provence M\\u00e9tropole\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13007\",\"address\":\"58 Boulevard Charles Livon 13007 , Marseille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"dupont anthony\",\"email\":\"anthony.dupont@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":133,\"name\":\"Exadys\",\"businessName\":\"Exadys\",\"regNo\":\"89144253500011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Almeida JP\",\"email\":\"jpalmeida@exadys.com\",\"phone\":\"+33612779883\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":134,\"name\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"businessName\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nancy Cedex\",\"postcode\":\"54035\",\"address\":\"22-24 Viaduc Kennedy c.o. n\\u00b080036 54035 , Nancy Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perrolaz Frederic\",\"email\":\"frederic.perrollaz@grand-nancy.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":135,\"name\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"businessName\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-R\\u00e9my-de-Provence\",\"postcode\":\"13210\",\"address\":\"23 Avenue des Joncades Basses 13210 , Saint-R\\u00e9my-de-Provence France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GUINTINI Corinne\",\"email\":\"corinne.guintini@ccvba.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":136,\"name\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"businessName\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"regNo\":\"200045938\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Caen\",\"postcode\":\"14000\",\"address\":\"Esplanade Brillaud de Laujardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAFFRAY Alban\",\"email\":\"araffray@sdec-energie.fr\",\"phone\":\"+33231066164\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":137,\"name\":\"CPO - Driveco\",\"businessName\":\"CPO - Driveco\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75014\",\"address\":\"10 Place de Catalogne 75014 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Belkhodja Sofiane\",\"email\":\"sofiane.belkhodja@driveco.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":138,\"name\":\"CPO - Bouygues Energies et Services\",\"businessName\":\"CPO - Bouygues Energies et Services\",\"regNo\":\"775664873\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"GUYANCOURT\",\"postcode\":\"78280\",\"address\":\"Avenue Eug\\u00e8ne Freyssinet 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":139,\"name\":\"CPO - Suraya SAS\",\"businessName\":\"CPO - Suraya SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Fort de France\",\"postcode\":\"97200\",\"address\":\"8 Rue Georges EUCHARIS 97200 , Fort de France France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mansour Husam\",\"email\":\"husam.mansour@greentechnologie.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":140,\"name\":\"CPO - Bornes Solutions\",\"businessName\":\"CPO - Bornes Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"LE PLESSIS-ROBINSON\",\"postcode\":\"92350\",\"address\":\"15 avenue Descartes 92350 , LE PLESSIS-ROBINSON France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ABDALLAH Hachim\",\"email\":\"hachim.abdallah@bornes-solutions.fr\",\"phone\":\"(+33) 7 85 71 77 63\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":141,\"name\":\"CPO - LichtBlick eMobility\",\"businessName\":\"CPO - LichtBlick eMobility\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"Steigweg 24, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Payments Lichtblick eMobility GmbH\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":143,\"name\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"businessName\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen Cedex\",\"postcode\":\"76006\",\"address\":\"108 All\\u00e9e Fran\\u00e7ois Mitterand 76006 , Rouen Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Moreno Karine\",\"email\":\"karine.moreno@metropole-rouen-normandie.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":144,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-L\\u00f4\",\"postcode\":\"50008\",\"address\":\"11 Rue Dame Denise 50008 , Saint-L\\u00f4 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BLOSSE Fr\\u00e9d\\u00e9ric\",\"email\":\"frederic.blosse@sdem50.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":145,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orvault CEDEX 01\",\"postcode\":\"44701\",\"address\":\"Rue Roland Garros - Parc d'activit\\u00e9s du Bois Cesbron - CS 60 125\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flambeaux Etienne\",\"email\":\"etienne.flambeaux@sydela.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":146,\"name\":\"CPO - EFFIA Stationnement\",\"businessName\":\"CPO - EFFIA Stationnement\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"20 rue Hector Malot 75012 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Emilien Verneret\",\"email\":\"emilien.verneret@effia.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":147,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Toulouse\",\"postcode\":\"31000\",\"address\":\"9 Rue des 3 banquets 31000 , Toulouse France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":148,\"name\":\"Territoire d'Energie 90 (TE90)\",\"businessName\":\"Territoire d'Energie 90 (TE90)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Meroux\",\"postcode\":\"90400\",\"address\":\"1 Rue de la Gare TGV , La Jonxion - Tour 5 90400 , Meroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lombard Nathalie\",\"email\":\"nlombard@territoiredenergie90.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":149,\"name\":\"CPO - Sor\\u00e9gies\",\"businessName\":\"CPO - Sor\\u00e9gies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Poitiers\",\"postcode\":\"86000\",\"address\":\"78 Avenue Jacques Coeur 86000 , Poitiers France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Traor\\u00e9 Lamine\",\"email\":\"lamine.traore@soregies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":150,\"name\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"businessName\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Roche-sur-Yon\",\"postcode\":\"85036\",\"address\":\"3 Rue du Mar\\u00e9chal Juin 85036 , La Roche-sur-Yon France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"WAKKER WORDEN Johann\",\"email\":\"infra-irve@sydev-vendee.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":151,\"name\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"businessName\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Thor\",\"postcode\":\"84250\",\"address\":\"3511 Route des Vign\\u00e8res 84250 , Le Thor France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Alexander\",\"email\":\"athomas@sev84.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":152,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montauban\",\"postcode\":\"82000\",\"address\":\"78 Avenue de l'Europe 82000 , Montauban France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Puntonet Gerard\",\"email\":\"g.puntonet@sdetg.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":153,\"name\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"businessName\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Rochette\",\"postcode\":\"77000\",\"address\":\"1 Rue Claude Bernard 77000 , La Rochette France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Boitel Marc\",\"email\":\"marc.boitel@sdesm.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":154,\"name\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"businessName\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vaivre-et-Montoille\",\"postcode\":\"70000\",\"address\":\"20 Avenue des Rives du Lac 70000 , Vaivre-et-Montoille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tonghini Fabrice\",\"email\":\"f.tonghini@sied70.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":155,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dardilly\",\"postcode\":\"69570\",\"address\":\"61 Chemin du Moulin Carron 69570 , Dardilly France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GOUBO Vladimir\",\"email\":\"vladimir.goubo@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":156,\"name\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"businessName\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pau\",\"postcode\":\"64000\",\"address\":\"4 Rue Jean Zay 64000 , Pau France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Seillade Philippe\",\"email\":\"p.seillade@sdepa.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":157,\"name\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"businessName\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Cournon D'Auvergne\",\"postcode\":\"63800\",\"address\":\"36 Rue de Sarli\\u00e8ve 63800 , Cournon D'Auvergne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Picot S\\u00e9bastien\",\"email\":\"sebastien.picot@semelec63.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":158,\"name\":\"CPO - Territoire d'Energie Orne\",\"businessName\":\"CPO - Territoire d'Energie Orne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Valframbert\",\"postcode\":\"61250\",\"address\":\"5 Rue Gatel 61250 , Valframbert France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Auvray Philippe\",\"email\":\"cedric.thomas@te61.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":159,\"name\":\"Syndicat d'Energie de l'Oise (SE60)\",\"businessName\":\"Syndicat d'Energie de l'Oise (SE60)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Till\\u00e9\",\"postcode\":\"60000\",\"address\":\"9164 Avenue des Censives 60000 , Till\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":160,\"name\":\"Morbihan \\u00e9nergies\",\"businessName\":\"Morbihan \\u00e9nergies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vannes Cedex\",\"postcode\":\"56010\",\"address\":\"27 Rue de Luscanen - CS 32610 56010 , Vannes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":161,\"name\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"businessName\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chaumont\",\"postcode\":\"52000\",\"address\":\"40 bis Avenue du Mar\\u00e9chal Foch 52000 , Chaumont France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"F\\u00e8vre Jean-Marc\",\"email\":\"rodolphe.grandjonc@sded52.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":162,\"name\":\"CPO - Territoire d'Energie Mayenne\",\"businessName\":\"CPO - Territoire d'Energie Mayenne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chang\\u00e9\",\"postcode\":\"53810\",\"address\":\"Parc Technopolis - Rue Louis de Broglie - B\\u00e2timent R 53810 , Chang\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":163,\"name\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"businessName\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecouflant\",\"postcode\":\"49000\",\"address\":\"9 Route de la Confluence 49000 , Ecouflant France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrion Marine\",\"email\":\"m.adrion@sieml.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":164,\"name\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"businessName\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Agen\",\"postcode\":\"47000\",\"address\":\"26 Rue Diderot 47000 , Agen France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blanquet B\\u00e9renger\",\"email\":\"berenger.blanquet@sdee47.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":165,\"name\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"businessName\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Mont-de-Marsan Cedex\",\"postcode\":\"40006\",\"address\":\"55 Rue Martin Luther King - CS 70627 40006 , Mont-de-Marsan Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":166,\"name\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ch\\u00e2teauroux\",\"postcode\":\"36000\",\"address\":\"2 Colbert B\\u00e2t G - Rue des Cigari\\u00e8res 36000 , Ch\\u00e2teauroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Routet Didier\",\"email\":\"d.routet@sdei36.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":167,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Thorign\\u00e9-Fouillard\",\"postcode\":\"35236\",\"address\":\"1 Avenue de Tiz\\u00e9 35236 , Thorign\\u00e9-Fouillard France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Simon Charlotte\",\"email\":\"c.simon@sde35.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":168,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33000\",\"address\":\"12 Rue du Cardinal Richaud 33000 , Bordeaux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":169,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Quimper\",\"postcode\":\"29000\",\"address\":\"9 All\\u00e9e Sully 29000 , Quimper France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Monfort Jacques\",\"email\":\"jacques.monfort@sdef.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":170,\"name\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"businessName\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Guichainville\",\"postcode\":\"27930\",\"address\":\"12 Rue Concorde 27930 , Guichainville France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":171,\"name\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"businessName\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Besan\\u00e7on\",\"postcode\":\"25000\",\"address\":\"33 Rue Cl\\u00e9ment Marot 25000 , Besan\\u00e7on France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mourot David\",\"email\":\"david.mourot@syded.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":172,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"P\\u00e9rigueux\",\"postcode\":\"24000\",\"address\":\"7 All\\u00e9e de Tourny 24000 , P\\u00e9rigueux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"VIGNERON S\\u00e9bastien\",\"email\":\"mobive@sde24.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":173,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sain-Brieuc\",\"postcode\":\"22000\",\"address\":\"53 Boulevard Carnot 22000 , Sain-Brieuc France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Connan David\",\"email\":\"david.connan@sde22.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":174,\"name\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"businessName\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Miramas\",\"postcode\":\"13141\",\"address\":\"1 Avenue Marco Polo - CS 20100 13141 , Miramas France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"APPARICIO Alexandre\",\"email\":\"alexandre.apparicio@smed13.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":175,\"name\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"businessName\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Troyes\",\"postcode\":\"10000\",\"address\":\"22 Rue Gr\\u00e9goire Pierre Herluison 10000 , Troyes France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Godin Olivier\",\"email\":\"olivier.godin@sde-aube.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":176,\"name\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"businessName\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saintes Cedex\",\"postcode\":\"17119\",\"address\":\"3 rue du Clos Fleuri - ZI de l'Ormeau de Pied - CS 60518 17119 , Saintes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ferri\\u00e8res Francois-Annet\",\"email\":\"fa.de-ferrieres@sdeer17.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":177,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laguenne\",\"postcode\":\"19150\",\"address\":\"Quartier Montana 19150 , Laguenne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BARTHEL Laurent\",\"email\":\"l.barthuel@fdee19.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":178,\"name\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"businessName\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Angoul\\u00e8me\",\"postcode\":\"16021\",\"address\":\"308 Rue de Basseau 16021 , Angoul\\u00e8me France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gauthier-Laure\",\"email\":\"lgauthier@sdeg16.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":179,\"name\":\"CPO - Porsche Slovenija d.o.o.\",\"businessName\":\"CPO - Porsche Slovenija d.o.o.\",\"regNo\":\"5758980\",\"vatNo\":null,\"country\":\"SI\",\"region\":null,\"city\":\"Ljubljana\",\"postcode\":\"SI-1000\",\"address\":\"5 Bravnicarjeva\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lukic Dusan\",\"email\":\"dusan.lukic@porsche.si\",\"phone\":\"+38631679161\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":180,\"name\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"businessName\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nice\",\"postcode\":\"06364\",\"address\":\"5 H\\u00f4tel de ville 06364 , Nice France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clavier Aur\\u00e9lien\",\"email\":\"aurelien.clavier@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":181,\"name\":\"EMSP- Stations-e SAS\",\"businessName\":\"EMSP- Stations-e SAS\",\"regNo\":\"835124280\",\"vatNo\":\"FR10835124280\",\"country\":\"FR\",\"region\":null,\"city\":\"Boussy-Saint-Antoine\",\"postcode\":\"91800\",\"address\":\"rue Marcel Pagnol 3 - 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nguyen Peth\",\"email\":\"peth.nguyen@stations-e.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":182,\"name\":\"Creos Luxembourg\",\"businessName\":\"Creos Luxembourg\",\"regNo\":null,\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Luxembourg\",\"postcode\":\"L-1248\",\"address\":\"59-61 Rue de Bouillon L-1248 , Luxembourg Luxembourg\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bertrand S\\u00e9bastien\",\"email\":\"sebastien.bertrand@creos.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":183,\"name\":\"CPO - TEVGO SAS\",\"businessName\":\"CPO - TEVGO SAS\",\"regNo\":\"87932148700024\",\"vatNo\":\"FR03879321487\",\"country\":\"FR\",\"region\":null,\"city\":\"La D\\u00e9fense Cedex\",\"postcode\":\"92069\",\"address\":\"24 cours Michelet 92069 , La D\\u00e9fense Cedex\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":184,\"name\":\"EMSP- ZE-WATT\",\"businessName\":\"EMSP- ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaigneux Eric\",\"email\":\"eric.gaigneux@ze-watt.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":185,\"name\":\"Charge Point SRL (PlugPoint)\",\"businessName\":\"Charge Point SRL (PlugPoint)\",\"regNo\":\"J40\\/11414\\/2017\",\"vatNo\":null,\"country\":\"RO\",\"state\":null,\"city\":\"Decembrie\",\"postcode\":\"077005\",\"address\":\"Sos. Giurgiului 73 - 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dunca Alexandru\",\"email\":\"alex.dunca@plugpoint.ro\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":186,\"name\":\"Interparking France SA\",\"businessName\":\"Interparking France SA\",\"regNo\":\"692 051 113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"Rue de Gramont 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Scordia R\\u00e9mi\",\"email\":\"rscordia@interparking.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":187,\"name\":\"Alfa Power\",\"businessName\":\"Alfa Power\",\"regNo\":\"11119473\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Leeds\",\"postcode\":\"LS27 0BY\",\"address\":\"Quarry Court High Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandhi Varun\",\"email\":\"v.gandhi@alfapower.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":188,\"name\":\"CPO - Croatian Telekom Inc.\",\"businessName\":\"CPO - Croatian Telekom Inc.\",\"regNo\":\"080266256\",\"vatNo\":null,\"country\":\"HR\",\"region\":null,\"city\":\"Zagreb\",\"postcode\":\"10000\",\"address\":\"Radni\\u010dka cesta 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stjepanovic Josip\",\"email\":\"josip.stjepanovic@t.ht.hr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":189,\"name\":\"Qovoltis\",\"businessName\":\"Qovoltis\",\"regNo\":\"853420032\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montrouge\",\"postcode\":\"92120\",\"address\":\"Danton 2a\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Salle Frederic\",\"email\":\"frederic.salle@qovoltis.com\",\"phone\":\"+33614011053\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":190,\"name\":\"Rambouillet Territoires\",\"businessName\":\"Rambouillet Territoires\",\"regNo\":\"20007334400067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rambouillet Cedex\",\"postcode\":\"78511\",\"address\":\"rue Gustave Eiffel - ZA Bel Air 22 - BP 40036\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Forte Carole\",\"email\":\"c.forte@rt78.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":191,\"name\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"businessName\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"regNo\":null,\"vatNo\":\"957520901\",\"country\":\"FR\",\"region\":null,\"city\":\"Lyon\",\"postcode\":\"69004\",\"address\":\"Andr\\u00e9 Bonin 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":192,\"name\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"businessName\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"regNo\":\"200067213\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Reims\",\"postcode\":\"51100\",\"address\":\"Eug\\u00e8ne Desteuque 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Humbert St\\u00e9phane\",\"email\":\"stephane.humbert@grandreims.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":193,\"name\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"businessName\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"regNo\":\"20004071500019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grenoble\",\"postcode\":\"38031\",\"address\":\"Rue Malakoff 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":194,\"name\":\"CPO - M\\u00e9tropolis\",\"businessName\":\"CPO - M\\u00e9tropolis\",\"regNo\":\"885354860\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"rue d'Astorg 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":195,\"name\":\"SEMOB\",\"businessName\":\"SEMOB\",\"regNo\":\"84877842900011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"+33428044205\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":196,\"name\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"businessName\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"regNo\":\"20005623200016\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orsay\",\"postcode\":\"91898\",\"address\":\"rue Jean Rostand 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MADA VINCENT\",\"email\":\"vincent.mada@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":199,\"name\":\"CPO - BE TROM SE\",\"businessName\":\"CPO - BE TROM SE\",\"regNo\":\"833942725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33100\",\"address\":\"Montmejean 60\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tricaud Yves\",\"email\":\"ytricaud@betrom-se.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":200,\"name\":\"EMSP- WattzHub\",\"businessName\":\"EMSP- WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":201,\"name\":\"EMSP- Maingau Energie GmbH\",\"businessName\":\"EMSP- Maingau Energie GmbH\",\"regNo\":\"113525007\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Obertshausen\",\"postcode\":\"63179\",\"address\":\"Ringstra\\u00dfe 4 - 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Armbruster\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":202,\"name\":\"EMSP- BE:MO SASU\",\"businessName\":\"EMSP- BE:MO SASU\",\"regNo\":\"823647060\",\"vatNo\":\"FR52823647060\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Esplanade du G\\u00e9n\\u00e9ral DE GAULLE 110\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthieu Codron\",\"email\":\"invoices@be-mo.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":203,\"name\":\"EMSP- Deftpower B.V.\",\"businessName\":\"EMSP- Deftpower B.V.\",\"regNo\":\"78087627\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"AW Apeldoorn\",\"postcode\":\"7317\",\"address\":\"Stadhoudersmolenweg 136\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Houthooft Anja\",\"email\":\"anja.houthooft@deftpower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":204,\"name\":\"EMSP- Chargemap SAS\",\"businessName\":\"EMSP- Chargemap SAS\",\"regNo\":\"809844731\",\"vatNo\":\"FR37809844731\",\"country\":\"FR\",\"region\":null,\"city\":\"Strasbourg\",\"postcode\":\"67200\",\"address\":\"all\\u00e9e C\\u00e9r\\u00e8s 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yoann Nussbaumer\",\"email\":\"operations@chargemap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":205,\"name\":\"EMSP- Bosch Charging Solutions GmbH\",\"businessName\":\"EMSP- Bosch Charging Solutions GmbH\",\"regNo\":\"HRB780013\",\"vatNo\":\"DE815728513\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart-Feuerbach\",\"postcode\":\"70469\",\"address\":\"Kruppstr. 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandin Hornemann\",\"email\":\"gandin.hornemann@de.bosch.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":206,\"name\":\"CPO - Route220 S.R.L.\",\"businessName\":\"CPO - Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":207,\"name\":\"EMSP- Elvah GmbH (Kreait)\",\"businessName\":\"EMSP- Elvah GmbH (Kreait)\",\"regNo\":\"HRB22989\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Grafschaft\",\"postcode\":\"53501\",\"address\":\"Oberescher weg 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gowrynath Sivaganeshamoorthy\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":208,\"name\":\"EMSP- Octopus Energy Ltd\",\"businessName\":\"EMSP- Octopus Energy Ltd\",\"regNo\":\"09263424\",\"vatNo\":\"GB 358672751\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"EC1N 2HT\",\"address\":\"Holborn 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Zoisa North-Bond\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices @ Octopus Energy\",\"email\":\"invoices-oe@octoenergy.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":209,\"name\":\"EMSP- Muvext Lda\",\"businessName\":\"EMSP- Muvext Lda\",\"regNo\":\"515419923\",\"vatNo\":\"PT515419923\",\"country\":\"PT\",\"region\":null,\"city\":\"Ilhavo\",\"postcode\":\"3830-352\",\"address\":\"PCI Creative Science Park Aveiro Region, Via do Conhecimento, Edif\\u00edcio Central\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Marques\",\"email\":\"sara.marques@muvext.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Muvext\",\"email\":\"accounting@muvext.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":210,\"name\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"regNo\":\"B49456\",\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"8069\",\"address\":\"Rue de l'Industrie 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van Breugel Willem\",\"email\":\"wibreuge@q8.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":216,\"name\":\"Fiesandri BVBA\",\"businessName\":\"Fiesandri BVBA\",\"regNo\":\"BE0677757905\",\"vatNo\":\"BE0677757905\",\"country\":\"BE\",\"region\":null,\"city\":\"lokeren\",\"postcode\":\"9160\",\"address\":\"Gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heugens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":217,\"name\":\"Rexel Nederland B.V.\",\"businessName\":\"Rexel Nederland B.V.\",\"regNo\":\"24267850\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zoetermeer\",\"postcode\":\"2712 PB\",\"address\":\"Bleiswijkseweg 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Van Dalen Michael\",\"email\":\"michael.vandalen@rexel.nl\",\"phone\":\"+31631787345\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":221,\"name\":\"Ronny Smet\",\"businessName\":\"Ronny Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":223,\"name\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"businessName\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"regNo\":\"HRA 709651\",\"vatNo\":\"709651\",\"country\":\"DE\",\"region\":null,\"city\":\"Karlsruhe\",\"postcode\":\"761321\",\"address\":\"Durlacher Allee 93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lars Walch\",\"email\":\"outbound.b2b.billing@enbw.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Service EnBW\",\"email\":\"service.emob@enbw.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":224,\"name\":\"CPO - E-Totem SAS\",\"businessName\":\"CPO - E-Totem SAS\",\"regNo\":\"53918816900020\",\"vatNo\":\"53918816900020\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"(+33) 6 88 23 42 43\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":225,\"name\":\"CPO - S\\u00e9olis\",\"businessName\":\"CPO - S\\u00e9olis\",\"regNo\":\"492041086\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Niort\",\"postcode\":\"79025\",\"address\":\"Avenue de Paris 336\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gheribi Mehdi\",\"email\":\"mgheribi@seolis.net\",\"phone\":\"(+33) 5 49 08 85 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":200,\"total\":839}}"} 
[2025-07-17 18:52:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":226,\"name\":\"CPO - Proviridis\",\"businessName\":\"CPO - Proviridis\",\"regNo\":\"750 938 722 00022\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rousset\",\"postcode\":\"13790\",\"address\":\"Avenue Victoire 135\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Et\\u00e9 Vincent\",\"email\":\"vincent.ete@proviridis.fr\",\"phone\":\"(+33) 7 50 69 52 44\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":227,\"name\":\"CPO - Drem Kft.\",\"businessName\":\"CPO - Drem Kft.\",\"regNo\":\"01 09 864967\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"H-1033\",\"address\":\"Szentendrei \\u00fat 89-93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"N\\u00e9meth \\u00c1d\\u00e1m\",\"email\":\"adam.nemeth@drem.hu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":228,\"name\":\"CPO - INOUid SAS\",\"businessName\":\"CPO - INOUid SAS\",\"regNo\":\"831159587\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"\\u00c9cully\",\"postcode\":\"69130\",\"address\":\"Chemin des Mouilles 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Briand Didier\",\"email\":\"dbriand@inouid.com\",\"phone\":\"(+33) 6 61 36 91 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":229,\"name\":\"CPO - ePower Lt.\",\"businessName\":\"CPO - ePower Lt.\",\"regNo\":null,\"vatNo\":\"645309\",\"country\":\"IE\",\"region\":null,\"city\":\"Cork\",\"postcode\":\"T23 TCY8\",\"address\":\"1 Technology House, Rockgroove Industrial Estate, Little Island\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tugwell Josef\",\"email\":\"joe.tugwell@epower.ie\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":230,\"name\":\"CPO - SAEMES SA\",\"businessName\":\"CPO - SAEMES SA\",\"regNo\":\"317 032 993 00741\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"L\\u00e9on Cladel 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MONNIER G\\u00e9raldine\",\"email\":\"geraldine.monnier@tevgo.fr\",\"phone\":\"(+33) 7 61 06 43 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":231,\"name\":\"CPO - GEA Solutions Ltd\",\"businessName\":\"CPO - GEA Solutions Ltd\",\"regNo\":\"EL099022632\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Attiki\",\"postcode\":\"19010\",\"address\":\"101 Thesi Patima, VI.PE. Kalyvion\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivanov Stefan\",\"email\":\"stefan.ivanov@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":232,\"name\":\"CPO - Autorecharge SAS\",\"businessName\":\"CPO - Autorecharge SAS\",\"regNo\":\"837 529 700\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pantin\",\"postcode\":\"93500\",\"address\":\"avenue du g\\u00e9n\\u00e9ral Leclerc 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Drif Malek\",\"email\":\"malek@autorecharge.fr\",\"phone\":\"(+33) 6 50 37 04 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":233,\"name\":\"EMSP- Bump SAS\",\"businessName\":\"EMSP- Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":234,\"name\":\"CPO - Ecophi SAS\",\"businessName\":\"CPO - Ecophi SAS\",\"regNo\":\"892147679\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"rue de la Chesnaie 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":235,\"name\":\"MEA Energies SAS\",\"businessName\":\"MEA Energies SAS\",\"regNo\":\"89487859400015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yilmaz Mehmet\",\"email\":\"mehmet.yilmaz@meaenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":236,\"name\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"businessName\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"regNo\":\"200 050 433 00024\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"64bis Rue de Monceau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"JEMMALI SANA\",\"email\":\"sana.jemmali@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":237,\"name\":\"CPO - Mobilygreen SAS\",\"businessName\":\"CPO - Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":238,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"HRB 88854\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50823\",\"address\":\"000582 6-8 Methweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Support\",\"email\":\"support@chargecloud.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":239,\"name\":\"CPO - MVM Mobiliti Kft\",\"businessName\":\"CPO - MVM Mobiliti Kft\",\"regNo\":\"0109965868\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"1037\",\"address\":\"10. Montevideo utca\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":\"pvz@lastmilesolutions.com\",\"phone\":\"(+31) 6 15 89 21 19\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":242,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Auxerre\",\"postcode\":\"89000\",\"address\":\"Avenue Foch 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":243,\"name\":\"CPO - Electra SAS\",\"businessName\":\"CPO - Electra SAS\",\"regNo\":\"891 624 884\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"rue Henri Rochefort 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarrazanas Thomas\",\"email\":\"thomas@go-electra.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":244,\"name\":\"Franklin EV Limited\",\"businessName\":\"Franklin EV Limited\",\"regNo\":\"09672645\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Wilmslow, Cheshire\",\"postcode\":\"SK9 1RA\",\"address\":\"The Lodge Alderley Road\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Byrne Robert\",\"email\":\"robert.byrne@franklinenergy.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":245,\"name\":\"CPO - SalzachSonne GmbH\",\"businessName\":\"CPO - SalzachSonne GmbH\",\"regNo\":\"370509\",\"vatNo\":\"FN 370509\",\"country\":\"AT\",\"region\":null,\"city\":\"Neukirchen\",\"postcode\":\"5741\",\"address\":\"Marktstrasse 179\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bachmaier Edwin\",\"email\":\"edwin.bachmaier@salzachsonne.at\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":246,\"name\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"businessName\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"regNo\":\"HRB 113 258 B\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10829\",\"address\":\"7-8 EUREF-Campus\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ubitricity Roaming technical support\",\"email\":\"roaming@ubitricity.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":247,\"name\":\"Syndicat mixte des Transports du bassin de Briey\",\"businessName\":\"Syndicat mixte des Transports du bassin de Briey\",\"regNo\":\"20004184600029\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Val de Briey\",\"postcode\":\"54150\",\"address\":\"2 Rue du Mar\\u00e9chal Foch\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pinna Arnaud\",\"email\":\"arnaud.pinna@st2b.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":248,\"name\":\"SAP Labs France SAS\",\"businessName\":\"SAP Labs France SAS\",\"regNo\":\"419855127\",\"vatNo\":\"FR23419855127\",\"country\":\"FR\",\"region\":null,\"city\":\"Mougins Cedex\",\"postcode\":\"06254\",\"address\":\"805 Avenue du Docteur Maurice Donat\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ben Slimane Kinza\",\"email\":\"kinza.ben.slimane@sap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":249,\"name\":\"CPO - SIPPEREC\",\"businessName\":\"CPO - SIPPEREC\",\"regNo\":\"257 500 041\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75588\",\"address\":\"173-175 Rue de Bercy\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":250,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Boves\",\"postcode\":\"80440\",\"address\":\"3 Rue C\\u00e9sar Cascabel - P\\u00f4les Jules Verne 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DURIER Christophe\",\"email\":\"christophe.durier@fde-somme.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":251,\"name\":\"CPS Asset Management SAS\",\"businessName\":\"CPS Asset Management SAS\",\"regNo\":\"493123251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"BOULOGNE BILLANCOURT\",\"postcode\":\"92100\",\"address\":\"58 AV EMILE ZOLA\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PEZET Hugues\",\"email\":\"hugues_pezet@carrefour.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":252,\"name\":\"Ville de la Garenne Colombes\",\"businessName\":\"Ville de la Garenne Colombes\",\"regNo\":\"219 200 359 00012\",\"vatNo\":\"FR65219200359\",\"country\":\"FR\",\"region\":null,\"city\":\"La Garenne-Colombes\",\"postcode\":\"92250\",\"address\":\"68 Boulevard de la R\\u00e9publique\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"correia fabricio\",\"email\":\"fabricio.correia@lagarennecolombes.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":253,\"name\":\"CPO - SGA Automation SAS\",\"businessName\":\"CPO - SGA Automation SAS\",\"regNo\":\"424246015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76000\",\"address\":\"27 Rue Jean Philippe Rameau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":254,\"name\":\"EV Maestro Ltd.\",\"businessName\":\"EV Maestro Ltd.\",\"regNo\":\"40103266553\",\"vatNo\":null,\"country\":\"LV\",\"region\":null,\"city\":\"Riga\",\"postcode\":\"LV1021\",\"address\":\"46 K-2 Ulbrokas Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Berzina Iveta\",\"email\":\"ivetab@evmaestro.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":255,\"name\":\"LUMI'iN SAS\",\"businessName\":\"LUMI'iN SAS\",\"regNo\":\"80794006900014\",\"vatNo\":\"FR30807940069\",\"country\":\"FR\",\"region\":null,\"city\":\"Malijai\",\"postcode\":\"04350\",\"address\":\"5 Le Prieure\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"LUMI'IN Superviseur\",\"email\":\"gireve@lumi-in.fr\",\"phone\":\"(+33) 7 82 94 09 59\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":257,\"name\":\"TotalEnergies Charging Services SAS\",\"businessName\":\"CPO - TotalEnergies Charging Services\",\"regNo\":\"514 933 589\",\"vatNo\":\"FR22531680445\",\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"24 Cours Michelet\",\"lastUpdatedAt\":\"2025-02-20T10:29:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Longatte\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Knafo Salom\\u00e9\",\"email\":\"salome.knafo@totalenergies.com\",\"phone\":\"+33 6 07 04 69 68\"},\"billing\":{\"contactPerson\":\"Fanny Carolei\",\"email\":\"fanny.carolei@totalenergies.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":258,\"name\":\"CPO - R\\u00e9gion Hauts-de-France\",\"businessName\":\"CPO - R\\u00e9gion Hauts-de-France\",\"regNo\":\"200053742\",\"vatNo\":\"FR25200053742\",\"country\":\"FR\",\"region\":null,\"city\":\"Lille Cedex\",\"postcode\":\"59555\",\"address\":\"155 Avenue du Pr\\u00e9sident Hoover 59555 , Lille Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":261,\"name\":\"Conny De Schepper\",\"businessName\":\"Conny De Schepper\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Haeyershoek 74\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Conny De Schepper\",\"email\":\"vdmluc68@hotmail.com\",\"phone\":\"0472942323\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":263,\"name\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"businessName\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"regNo\":\"258708585\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Palais sur Vienne\",\"postcode\":\"87410\",\"address\":\"8 rue d'Anguernaud\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":\"(+33) 6 13 44 57 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":264,\"name\":\"CPO - Clem'\",\"businessName\":\"CPO - Clem'\",\"regNo\":\"519 450 209\",\"vatNo\":\"FR49519450209\",\"country\":\"FR\",\"region\":null,\"city\":\"Neuilly-sur-Seine\",\"postcode\":\"92200\",\"address\":\"9 Villa des Sablons\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Delabona Andrews\",\"email\":\"andrews.delabona@clem-e.com\",\"phone\":\"(+33) 9 72 39 68 60\"},\"technical\":{\"contactPerson\":\"Stanislas Soufflet,\",\"email\":\"stanislas.soufflet@clem-e.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"it@clem-e.com\",\"phone\":\"0753366695\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":265,\"name\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"businessName\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dampierre en Yvelines\",\"postcode\":\"78720\",\"address\":\"9 Grande Rue\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PELLETIER Jacques\",\"email\":\"cchvc78@orange.fr\",\"phone\":\"(+33) 1 30 52 83 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":266,\"name\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"businessName\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laon\",\"postcode\":\"02007\",\"address\":\"Rue Turgot\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Moliner Yves\",\"email\":\"y.demoliner@useda.fr\",\"phone\":\"(+33) 3 23 27 15 80\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":267,\"name\":\"Camping du Lac\",\"businessName\":\"Camping du Lac\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINTE EULALIE EN BORN\",\"postcode\":\"40200\",\"address\":\"1590 Route du Lac\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gallou\\u00ebt C\\u00e9cile\",\"email\":\"contact@lecampingdulac.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":268,\"name\":\"Cogelum IDF (Citeos)\",\"businessName\":\"Cogelum IDF (Citeos)\",\"regNo\":\"B525134169\",\"vatNo\":\"FR08525134169\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92122\",\"address\":\"50 Avenue Fran\\u00e7ois Arago - CS 80002\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ismail BADIH\",\"email\":\"ismail.badih@citeos.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Carla Atiga\",\"email\":\"comptabilite.cpo@citeos.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":271,\"name\":\"Mertens Consulting BV\",\"businessName\":\"Mertens Consulting BV\",\"regNo\":\"0896.979.487\",\"vatNo\":\"BE 0896.979.487\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Smalvoortstraat 50, Turnhout , 2300\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mertens Fons\",\"email\":\"fonsmertens@me.com\",\"phone\":\"0475\\/248.968\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":272,\"name\":\"Samantha De Witte\",\"businessName\":\"Samantha De Witte\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Hoogkamerstraat 13, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samantha De Witte\",\"email\":\"samantha.dw@outlook.be\",\"phone\":\"0478365219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":273,\"name\":\"EMSP- Radicle UG\",\"businessName\":\"EMSP- Radicle UG\",\"regNo\":\"HRB231270\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Leipzig\",\"postcode\":\"04129\",\"address\":\"2 Schiebestrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ross Savage\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":278,\"name\":\"Power Shop\",\"businessName\":\"Power Shop\",\"regNo\":\"0478302941\",\"vatNo\":\"BE0478302941\",\"country\":\"BE\",\"region\":null,\"city\":\"Menen\",\"postcode\":\"8930\",\"address\":\"Delorsplein 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Logan Demeulemeester\",\"email\":\"logan.demeulemeester@hotmail.com\",\"phone\":\"0492055783\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":283,\"name\":\"e-Clearing (Test)\",\"businessName\":\"e-Clearing (Test)\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":286,\"name\":\"Christof Haeseldonckx\",\"businessName\":\"Christof Haeseldonckx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Cranenskapelstraat 1a\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christof Haeseldonckx\",\"email\":\"christofsandy@telenet.be\",\"phone\":\"0495230848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":289,\"name\":\"EMSP- Bornes Lib SAS\",\"businessName\":\"EMSP- Bornes Lib SAS\",\"regNo\":\"905139515\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"4 rue pasquier\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bah Ibrahima Sory\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":291,\"name\":\"Jurgen Munghen\",\"businessName\":\"Jurgen Munghen\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ingelmunster\",\"postcode\":\"-\",\"address\":\"H\\u00fcllhorststraat 3, Ingelmunster, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Munghen\",\"email\":\"jurgen.munghen@telenet.be\",\"phone\":\"0476531993\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":293,\"name\":\"EMSP- PERETTI GROUPE SARL\",\"businessName\":\"EMSP- PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":307,\"name\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"businessName\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Michel-sur-Orge\",\"postcode\":\"91240\",\"address\":\"16bis Rue Denis Papin\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean-Pierre Duperron\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":316,\"name\":\"Thys Interieur & Design\",\"businessName\":\"Thys Interieur & Design\",\"regNo\":\"0876145174\",\"vatNo\":\"BE0876145174\",\"country\":\"BE\",\"region\":null,\"city\":\"Eeklo\",\"postcode\":\"9900\",\"address\":\"Vrombautstraat 147\",\"lastUpdatedAt\":\"2025-05-16T13:26:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":317,\"name\":\"EMSP- Load Stations SAS\",\"businessName\":\"EMSP- Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":321,\"name\":\"CPO - ChargePoint Austria GmbH\",\"businessName\":\"CPO - ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Henrik Gerdes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":300,\"total\":839}}"} 
[2025-07-17 18:52:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":333,\"name\":\"Polinvest\",\"businessName\":\"Polinvest\",\"regNo\":\"BE0452239437\",\"vatNo\":\"BE0452239437\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 58 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyra Kuppens\",\"email\":\"kyra.kuppens@ocb.be\",\"phone\":\"080013890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":334,\"name\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":342,\"name\":\"EMSP- Eneco eMobility B.V.\",\"businessName\":\"EMSP- Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leonie Baneke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":350,\"name\":\"EMSP- Kiwhi Pass Solutions SASU\",\"businessName\":\"EMSP- Kiwhi Pass Solutions SASU\",\"regNo\":\"808 639 801\",\"vatNo\":\"FR49 808 639 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Apollinaire\",\"postcode\":\"21850\",\"address\":\"36 Rue du docteur Schmitt\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique TALLON\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":351,\"name\":\"EMSP- Robo Charge B.V.\",\"businessName\":\"EMSP- Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":352,\"name\":\"EMSP- Volkswagen Group Charging GmbH\",\"businessName\":\"EMSP- Volkswagen Group Charging GmbH\",\"regNo\":\"HRB 208967\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"1 Mollstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"ladekonzept@elli.eco\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"cpo-invoice@elli.eco\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":355,\"name\":\"CPO - City Charging BV\",\"businessName\":\"CPO - City Charging BV\",\"regNo\":\"80648088\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Deventer\",\"postcode\":\"7418 AJ\",\"address\":\"6b Zutphenseweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@citycharging.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":356,\"name\":\"Power Dot S.A\",\"businessName\":\"Power Dot S.A\",\"regNo\":\"514790342\",\"vatNo\":null,\"country\":\"PT\",\"region\":null,\"city\":\"Lisboa\",\"postcode\":\"250-096\",\"address\":\"17 6B R. Carlos Alberto da Mota Pinto\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ramos Afonso\",\"email\":\"acr@powerdot.pt\",\"phone\":\"00351 91 44 56 54 3\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":357,\"name\":\"IMAC2 SAS\",\"businessName\":\"IMAC2 SAS\",\"regNo\":\"421334566\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Cannet\",\"postcode\":\"06110\",\"address\":\"50 avenue du Campon\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julienne St\\u00e9phane\",\"email\":null,\"phone\":\"s.julienne@rivieracarcenter.fr\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":358,\"name\":\"Be Charge S.r.l.\",\"businessName\":\"Be Charge S.r.l.\",\"regNo\":\"09957510960\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20143\",\"address\":\"11 Via Carlo Bo\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paolo Martini\",\"email\":\"invoice.italia@bepower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":359,\"name\":\"MACRIS SAS\",\"businessName\":\"MACRIS SAS\",\"regNo\":\"341760148\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Creissels\",\"postcode\":\"12100\",\"address\":\"Route de St Affrique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian CABIRON\",\"email\":\"christian.cabiron@socamil.leclerc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":361,\"name\":\"Syndicat de la Di\\u00e8ge\",\"businessName\":\"Syndicat de la Di\\u00e8ge\",\"regNo\":\"200 078 947\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ussel\",\"postcode\":\"19200\",\"address\":\"2 Avenue de Beauregard\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre CHEVALIER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":362,\"name\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"businessName\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Gu\\u00e9ret\",\"postcode\":\"23000\",\"address\":\"11 Avenue Pierre Mend\\u00e8s\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 MAVIGNER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":363,\"name\":\"Free To X S.r.l.\",\"businessName\":\"Free To X S.r.l.\",\"regNo\":\"07516911000\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Rome\",\"postcode\":\"00159\",\"address\":\"50 via A. Bergamini\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piolo Andrea\",\"email\":\"andrea.piolo@freeto-x.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":364,\"name\":\"CPO - Wattify BV\",\"businessName\":\"CPO - Wattify BV\",\"regNo\":\"0777610990\",\"vatNo\":\"BE0777610990\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"kriephoekstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitry Smagghe\",\"email\":\"dimitry@wattify.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":365,\"name\":\"R\\u00e9gie Services Energie\",\"businessName\":\"R\\u00e9gie Services Energie\",\"regNo\":\"43887287100019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AMBERIEUX EN DOMBES\",\"postcode\":\"01330\",\"address\":\"577 route de Saint -Trivier sur Moignans\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Marc GEORGE\",\"email\":\"comptabilite@oriosbyspie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":366,\"name\":\"Abel&Co\",\"businessName\":\"Abel&Co\",\"regNo\":\"18052596\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Tilburg\",\"postcode\":\"5046AT\",\"address\":\"38 Goirekekanaaldijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van den Dries Monicue\",\"email\":\"monicue@abelenco.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":367,\"name\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"businessName\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"regNo\":\"000003234533\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Soest\",\"postcode\":\"3768HL\",\"address\":\"108 Birkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leijdekker Ruben\",\"email\":\"rleijdekker@avia.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":368,\"name\":\"EnerMia\",\"businessName\":\"EnerMia\",\"regNo\":\"MO - 412382\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Modena\",\"postcode\":\"41121\",\"address\":\"41 Corso Vittorio Emanuele II\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flavia Samori\",\"email\":\"f.samori@enermia.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":369,\"name\":\"BEC Construction Champagne\",\"businessName\":\"BEC Construction Champagne\",\"regNo\":\"463 200 725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Epernay\",\"postcode\":\"51200\",\"address\":\"6 All\\u00e9e de la Cote des Blancs\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marchand Cassandra\",\"email\":\"c.marchand@becchampagne.fayat.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":370,\"name\":\"NW IECharge Bretagne\",\"businessName\":\"NW IECharge Bretagne\",\"regNo\":\"898279251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75007\",\"address\":\"34 avenue Bosquet\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wassenaar Bram\",\"email\":\"bram.wassenaar.partner@iecharge.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":371,\"name\":\"Meubles Ikea France\",\"businessName\":\"Meubles Ikea France\",\"regNo\":\"RCS B 351 745 724\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"PLAISIR Cedex\",\"postcode\":\"78 375 , BP 129,\",\"address\":\"425 rue Henri Barbusse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ARFAOUI Said\",\"email\":\"said.arfaoui@izivia.com\",\"phone\":\"(+33) 7 76 23 00 25\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":372,\"name\":\"CPO - Saascharge International GmbH\",\"businessName\":\"CPO - Saascharge International GmbH\",\"regNo\":\"CH-020.4.074.493-5\",\"vatNo\":null,\"country\":\"CH\",\"region\":null,\"city\":\"Glattpark (Opfikon)\",\"postcode\":\"8152\",\"address\":\"117 Thurgauerstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Albrecht Richard\",\"email\":\"richard.albrecht@saascharge.com\",\"phone\":\"(+41) 7 63 90 01 77\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@saascharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Richard Albrecht\",\"email\":\"finance@saascharge.com\",\"phone\":\"+41445864550\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":373,\"name\":\"Borneco\",\"businessName\":\"Borneco\",\"regNo\":\"90510266100014\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"142 avenue dausmenil\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Minaeian Sasan\",\"email\":\"sasan.minaeian@wattzhub.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":374,\"name\":\"ENEXTEN\",\"businessName\":\"ENEXTEN\",\"regNo\":\"882828726\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chavanod\",\"postcode\":\"74650\",\"address\":\"178 Route de cran gevrier\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krari Sara\",\"email\":\"sara.krari@nexteneo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":375,\"name\":\"ALP-EV\",\"businessName\":\"ALP-EV\",\"regNo\":\"85903108\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"BREDA\",\"postcode\":\"4814 RE\",\"address\":\"266 Leursebaan\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van der Lof Jochem\",\"email\":\"support@alp-ev.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":376,\"name\":\"Evadea\",\"businessName\":\"Evadea\",\"regNo\":\"500759683\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-DENIS\",\"postcode\":\"93200\",\"address\":\"1 PLACE DE LA BERLINE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DADOU Thomas\",\"email\":\"thomas.dadou@spie.com\",\"phone\":\"(+33) 7 60 26 22 20\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":377,\"name\":\"Gaia Green Tech S.L.\",\"businessName\":\"Gaia Green Tech S.L.\",\"regNo\":\"B40571002\",\"vatNo\":\"ESB40571002\",\"country\":\"ES\",\"region\":null,\"city\":\"Valencia\",\"postcode\":\"46022\",\"address\":\"11, 2nd floor, Apt. 9 Calle de Felipe Salvador\",\"lastUpdatedAt\":\"2025-03-04T10:00:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Siudzinski Wojtek\",\"email\":\"wojtek@gaiagreen.tech\",\"phone\":\"(+34) 6 84 28 68 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":378,\"name\":\"Sevdec\",\"businessName\":\"Sevdec\",\"regNo\":\"38064471600017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76100\",\"address\":\"20 rue David Ferrand\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":379,\"name\":\"Area Tech\",\"businessName\":\"Area Tech\",\"regNo\":\"854036308\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"MARCQ EN BAROEUL\",\"postcode\":\"59700\",\"address\":\"340 avenue de La Marne\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bonneville Renaud\",\"email\":\"renaud.bonneville@area-tech.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":380,\"name\":\"EMSP- Monta ApS\",\"businessName\":\"EMSP- Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":381,\"name\":\"GROUPE MOBELEC\",\"businessName\":\"GROUPE MOBELEC\",\"regNo\":\"88990931300021\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecully\",\"postcode\":\"69130\",\"address\":\"12 Chemin de Chalin\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaume Christophe\",\"email\":\"christophe.gaume@groupe-mobelec.fr\",\"phone\":\"(+33) 6 02 49 69 54\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":382,\"name\":\"ProperPhi\",\"businessName\":\"ProperPhi\",\"regNo\":\"89193764100027\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"8 rue de la Chesnaie\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":383,\"name\":\"Time2Plug\",\"businessName\":\"Time2Plug\",\"regNo\":\"912044948\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"13 avenue Boudon\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heripret Edouard\",\"email\":\"edouard@time2plug.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":384,\"name\":\"SunXLium\",\"businessName\":\"SunXLium\",\"regNo\":\"843721390\",\"vatNo\":null,\"country\":\"DM\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"9 Anatole de la Forge\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chady Fadil\",\"email\":\"fadil.chady@sunxlium.com\",\"phone\":\"(+23) 0 59 77 69 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":385,\"name\":\"Laadkompas B.V.\",\"businessName\":\"Laadkompas B.V.\",\"regNo\":\"75246740\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Almere\",\"postcode\":\"1322 CH\",\"address\":\"100 Transistorstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Khan Mazhar\",\"email\":\"administratie@laadkompas.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":386,\"name\":\"Atlante Srl\",\"businessName\":\"Atlante Srl\",\"regNo\":\"2635708\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20137\",\"address\":\"3 Piazzale Lodi\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Atlante Invoicing\",\"email\":\"invoices@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":388,\"name\":\"Eoliberty\",\"businessName\":\"Eoliberty\",\"regNo\":\"91844486000012\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vierzon\",\"postcode\":\"18100\",\"address\":\"All\\u00e9e Geroges Charpak\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GEHA Daniel\",\"email\":\"daniel.geha@eova.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":389,\"name\":\"Dropnplug\",\"businessName\":\"Dropnplug\",\"regNo\":\"88206038700017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rennes\",\"postcode\":\"35000\",\"address\":\"26 Avenue Chardonnet\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"lebrize claude\",\"email\":\"claude.lebrize@dropnplug.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":390,\"name\":\"EMSP- Diego Luxembourg\",\"businessName\":\"EMSP- Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":392,\"name\":\"Brussels Kois\",\"businessName\":\"Brussels Kois\",\"regNo\":\"BE 0820.015.135\",\"vatNo\":\"BE 0820.015.135\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Edmond Plas\",\"email\":\"sandra@capitalecars.be\",\"phone\":\"+32475235296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":397,\"name\":\"Tom Van Damme\",\"businessName\":\"Tom Van Damme\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Beukenlaan 40, 2110 Wijnegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Van Damme\",\"email\":\"tomvandamme001@gmail.com\",\"phone\":\"+32494899290\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":398,\"name\":\"Dirk Poppe\",\"businessName\":\"Dirk Poppe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9420\",\"address\":\"wezelpoelstraat 102 9420 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Poppe\",\"email\":\"poppe_dirk@hotmail.com\",\"phone\":\"0486727713\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":399,\"name\":\"Autel Netherlands B.V.\",\"businessName\":\"Autel Netherlands B.V.\",\"regNo\":\"84342773\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"GL \\u2019S-GRAVENHAGE\",\"postcode\":\"2497\",\"address\":\"217 Laan van Waalhaven\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Huang Baixin\",\"email\":\"baixin.huang@autel.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":403,\"name\":\"Ceylan Celikoz\",\"businessName\":\"Ceylan Celikoz\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Berchem\",\"postcode\":\"2600\",\"address\":\"Kanunnik Peeters Straat 147, 2600, Berchem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ceylan Celikoz\",\"email\":\"ceylan@blulinc.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"ceylan@blulinc.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":412,\"name\":\"PPC\",\"businessName\":\"PPC\",\"regNo\":\"000786301000\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Athens\",\"postcode\":\"10432\",\"address\":\"30 Chalkokondili Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyriakos Kofinas\",\"email\":\"roaming.deiblue@dei.gr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Benos Peter\",\"email\":\"p.benos@dei.gr\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":413,\"name\":\"PLUG-N-GO\",\"businessName\":\"PLUG-N-GO\",\"regNo\":\"10848124\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"WC2H 9JQ\",\"address\":\"71-75 Shelton Street, Covent Garden\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Revill Tim\",\"email\":\"tim@plug-n-go.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Dufty Nigel\",\"email\":\"nigel@plug-n-go.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Keith Hounsell\",\"email\":\"keith@plug-n-go.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":414,\"name\":\"CPO - Grupo EasyCharger\",\"businessName\":\"CPO - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":415,\"name\":\"NORMATECH SAS [Lodmi]\",\"businessName\":\"NORMATECH SAS [Lodmi]\",\"regNo\":\"901360602\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"ARRAS\",\"postcode\":\"62000\",\"address\":\"11 RUE WILLY BRANDT BATIMENT 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Saint Machin\",\"email\":\"tsm@lodmi.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Moukhlisse Zineb\",\"email\":\"zineb@lodmi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Qu\\u00e9ru Laura\",\"email\":\"laura@lodmi.com\",\"phone\":\"(+33) 7 66 59 08 46\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":416,\"name\":\"TEA MOBILITAS\",\"businessName\":\"TEA MOBILITAS\",\"regNo\":\"09-09-027080\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Hajd\\u00faszoboszl\\u00f3\",\"postcode\":\"4200\",\"address\":\"71 Kossuth\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Heged\\u0171s-Kocsis Krisztina\",\"email\":\"kocsiskrisztina@sarkcsillag.com\",\"phone\":\"(+36) 3 03 89 07 44\"},\"billing\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":417,\"name\":\"SBS Innovations (ByWatt)\",\"businessName\":\"SBS Innovations (ByWatt)\",\"regNo\":\"68061722\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Ernst\",\"postcode\":\"8166GP\",\"address\":\"4 Korte Laarstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"technical\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"billing\":{\"contactPerson\":\"ByWatt Invoicing\",\"email\":\"invoices@bywatt.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":418,\"name\":\"EV Map\",\"businessName\":\"EV Map\",\"regNo\":\"922271564\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-FONS\",\"postcode\":\"69190\",\"address\":\"49 Boulevard LUCIEN SAMPAIX\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":422,\"name\":\"Dhsn Bv\",\"businessName\":\"Dhsn Bv\",\"regNo\":\"0781.946.296\",\"vatNo\":\"BE 0781.946.296\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilsen-Stokkem\",\"postcode\":\"3650\",\"address\":\"Borreshoefstraat 67\",\"lastUpdatedAt\":\"2024-11-27T13:01:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries Housen\",\"email\":\"dries@dhsn.be\",\"phone\":\"0498\\/409607\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":426,\"name\":\"Patrick Wastyn\",\"businessName\":\"Patrick Wastyn\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zulte\",\"postcode\":\"9870\",\"address\":\"Waalbeekpark 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Wastyn\",\"email\":\"wastynpatrick6@gmail.com\",\"phone\":\"0476059342\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":400,\"total\":839}}"} 
[2025-07-17 18:52:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":430,\"name\":\"BV Dokter R. Steenwegen\",\"businessName\":\"BV Dokter R. Steenwegen\",\"regNo\":\"0474 426 010\",\"vatNo\":\"BE0474 426 010\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1700\",\"address\":\"Molenstraat 73\",\"lastUpdatedAt\":\"2024-11-27T13:04:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":431,\"name\":\"Ronny Hindyrickx\",\"businessName\":\"Ronny Hindyrickx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Raapstraat 33\",\"lastUpdatedAt\":\"2024-11-27T13:04:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Hindyrickx\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":434,\"name\":\"V-I-C bvba\",\"businessName\":\"V-I-C bvba\",\"regNo\":\"0536.481.462\",\"vatNo\":\"BE0536.481.462\",\"country\":\"BE\",\"region\":null,\"city\":\"Zedelgem\",\"postcode\":\"8210\",\"address\":\"Diksmuidse Heirweg 51c\",\"lastUpdatedAt\":\"2024-11-27T13:05:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":435,\"name\":\"Vermoortel Chantal\",\"businessName\":\"Vermoortel Chantal\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Damme\",\"postcode\":\"Damme\",\"address\":\"Damweg 56\",\"lastUpdatedAt\":\"2024-11-27T13:08:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":443,\"name\":\"EMSP- Recharger mon auto\",\"businessName\":\"EMSP- Recharger mon auto\",\"regNo\":\"91931393200015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Aulnay-Sous-Bois\",\"postcode\":\"93600\",\"address\":\"198 Avenue de Nonneville\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rodrigues C\\u00e9dric\",\"email\":\"cedric.rodrigues@rechargermonauto.com\",\"phone\":\"0659457794\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":444,\"name\":\"YES55\",\"businessName\":\"YES55\",\"regNo\":\"950758219\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grimaud\",\"postcode\":\"83310\",\"address\":\"ZA du Grand Pont\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robelin Nicolas\",\"email\":\"nicolas.robelin@yes55.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Martin Rachel\",\"email\":\"rachel.martin@yes55.fr\",\"phone\":\"+33 7 88 77 08 15\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":445,\"name\":\"CPO - METLD (BE GREEN MOBILITY)\",\"businessName\":\"CPO - METLD (BE GREEN MOBILITY)\",\"regNo\":\"919243121\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Herblain\",\"postcode\":\"44800\",\"address\":\"1 Guglielmo Marconi\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stecchino Julien\",\"email\":\"j.stecchino@begreen-group.com\",\"phone\":\"(+33) 6 76 89 05 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":446,\"name\":\"CPO - Compleo Charging Software GmbH\",\"businessName\":\"CPO - Compleo Charging Software GmbH\",\"regNo\":\"HRB 33903\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Dortmund\",\"postcode\":\"44379\",\"address\":\"8 Ezzestra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leidgebel Dennis\",\"email\":\"dennis.leidgebel@compleo-cs.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":447,\"name\":\"Energytix.solutions\",\"businessName\":\"Energytix.solutions\",\"regNo\":\"0654.812.554\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Schaapveld 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Baes Jonas\",\"email\":\"jbaes@energytix.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Leeman Bert\",\"email\":\"bleeman@energytix.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":448,\"name\":\"Amano Europe NV\",\"businessName\":\"Amano Europe NV\",\"regNo\":\"0434 751 030\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Westerring 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Schouterden Dominic\",\"email\":\"dschouterden@amano.eu\",\"phone\":\"(+32) 4 92 11 66 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":459,\"name\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"businessName\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":\"70435\",\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Philipp\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":462,\"name\":\"EMSP- NRG Accounting BV\",\"businessName\":\"EMSP- NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":463,\"name\":\"Top Employers Belgium\",\"businessName\":\"Top Employers Belgium\",\"regNo\":\"BE0895420064\",\"vatNo\":\"BE0895420064\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Nijverheidsstraat 70, 2160 Wommelgem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":466,\"name\":\"EMSP- E.ON Drive\",\"businessName\":\"EMSP- E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":470,\"name\":\"EMSP- E.A. Business\",\"businessName\":\"EMSP- E.A. Business\",\"regNo\":\"880960182\",\"vatNo\":\"FR31880960182\",\"country\":\"FR\",\"region\":null,\"city\":\"Rillieux-La-Pape\",\"postcode\":\"69140\",\"address\":\"555 chemin du Bois\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jemoui Mehdi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Issam Arfaoui\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":473,\"name\":\"Edmond Plas\",\"businessName\":\"Edmond Plas\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5,\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandra Bulinckx\",\"email\":\"sandra@capitalecars.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":476,\"name\":\"EMSP- E-Fusion SAS\",\"businessName\":\"EMSP- E-Fusion SAS\",\"regNo\":\"912272143\",\"vatNo\":\"FR47912272143\",\"country\":\"FR\",\"region\":null,\"city\":\"Labege\",\"postcode\":\"31670\",\"address\":\"231 rue Pierre et Marie Curie\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ernest BOADI\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":482,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":493,\"name\":\"CPO - Road B.V.\",\"businessName\":\"CPO - Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":494,\"name\":\"NLCharge B.V.\",\"businessName\":\"NLCharge B.V.\",\"regNo\":\"82372829\",\"vatNo\":\"NL862440142B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1015 CN\",\"address\":\"8 Keizersgracht\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter C. Molengraaf\",\"email\":\"peter@nlcharge.nl\",\"phone\":\"(+31) 6 46 36 09 71\"},\"technical\":{\"contactPerson\":\"Becker Riccardo\",\"email\":\"riccardo@longship.io\",\"phone\":\"(+31) 2 02 11 74 58\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":495,\"name\":\"Jerecharge.com SAS\",\"businessName\":\"Jerecharge.com SAS\",\"regNo\":\"905083895\",\"vatNo\":\"FR52905083895\",\"country\":\"FR\",\"region\":null,\"city\":\"Garches\",\"postcode\":\"92380\",\"address\":\"23 rue de la c\\u00f4te Saint Louis\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Olry\",\"email\":\"christophe.olry@jerecharge.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Viguie Gilles\",\"email\":\"gilles.viguie@jerecharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":496,\"name\":\"Paragon Mobility SAS\",\"businessName\":\"Paragon Mobility SAS\",\"regNo\":\"851548404\",\"vatNo\":\"FR68851548404\",\"country\":\"FR\",\"region\":null,\"city\":\"Valbonne\",\"postcode\":\"06560\",\"address\":\"535 Route des Lucioles, Les Aqueducs \\u2013 B\\u00e2timent 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann Cortot\",\"email\":\"operations@paragonmobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 1 84 88 39 32\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":497,\"name\":\"K2 PROPERTY BV\",\"businessName\":\"K2 PROPERTY BV\",\"regNo\":\"0749.520.384\",\"vatNo\":\"BE0749.520.384\",\"country\":\"BE\",\"region\":null,\"city\":\"Kuurne\",\"postcode\":\"8520\",\"address\":\"Ringlaan 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Janssens\",\"email\":\"bruno.janssens@questforproperty.com\",\"phone\":\"+(324) 953-85959\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":500,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":502,\"name\":\"Extendas Online Informatica B.V.\",\"businessName\":\"Extendas Online Informatica B.V.\",\"regNo\":\"08154890\",\"vatNo\":\"NL817496749B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Enschede\",\"postcode\":\"7521 PK\",\"address\":\"30 Institutenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"M.A. Cauli\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Tim Bethlehem\",\"email\":\"tim@extendas.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Raphael Verreijken\",\"email\":\"raphael@extendas.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":503,\"name\":\"EMSP- SMEG D\\u00e9veloppement\",\"businessName\":\"EMSP- SMEG D\\u00e9veloppement\",\"regNo\":\"20S08489\",\"vatNo\":\"FR46000150523\",\"country\":\"FR\",\"region\":null,\"city\":\"Monaco\",\"postcode\":\"98000\",\"address\":\"10 avenue de Fontvieille\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Battaglione\",\"email\":\"smeg@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"commercial@smeg.mc\",\"phone\":\"(+377) 92 05 66 44\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":510,\"name\":\"Fastned BV\",\"businessName\":\"Fastned BV\",\"regNo\":\"54606179\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1097 DL\",\"address\":\"77R James Wattstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Langezaal\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":500,\"total\":839}}"} 
[2025-07-17 18:52:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":533,\"name\":\"Dries Uitvaartzorg\",\"businessName\":\"Dries Uitvaartzorg\",\"regNo\":\"0457645604\",\"vatNo\":\"BE 0457645604\",\"country\":\"BE\",\"region\":null,\"city\":\"Dessel\",\"postcode\":\"2480\",\"address\":\"Polderstraat 46\",\"lastUpdatedAt\":\"2024-11-27T15:58:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":536,\"name\":\"CPO - LichtBlick eMobility GmbH\",\"businessName\":\"CPO - LichtBlick eMobility GmbH\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":539,\"name\":\"CPO - Remo Sustainable Mobility S.L.\",\"businessName\":\"CPO - Remo Sustainable Mobility S.L.\",\"regNo\":\"B72745698\",\"vatNo\":\"B72745698\",\"country\":\"ES\",\"region\":null,\"city\":\"28046\",\"postcode\":\"Madrid\",\"address\":\"135 Paseo de la Castellana, 12th floor\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remo Commercial Team\",\"email\":\"info@remo-mobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":542,\"name\":\"CPO - GreenYellow eMobility SAS\",\"businessName\":\"CPO - GreenYellow eMobility SAS\",\"regNo\":\"835370842\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint - Etienne\",\"postcode\":\"42000\",\"address\":\"1 Cours Antoine Guichard\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Romain BUTTE\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Chamkhi Salma\",\"email\":\"schamkhi@greenyellow.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"eMobility B2B support GreenYellow\",\"email\":\"emobility.exploit@greenyellow.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":543,\"name\":\"EMSP - Grupo EasyCharger\",\"businessName\":\"EMSP - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":544,\"name\":\"Sven Devisscher\",\"businessName\":\"Sven Devisscher\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2350\",\"address\":\"Ossevenstraat 11, 2350 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":549,\"name\":\"LichtBlick eMobility\",\"businessName\":\"LichtBlick eMobility\",\"regNo\":null,\"vatNo\":\"HRB 11191\",\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hubach Julia\",\"email\":\"julia.hubach@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"support.emobility@lichtblick.de\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":550,\"name\":\"Bart Van Keer\",\"businessName\":\"Bart Van Keer\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Fazantenstraat 45, 9080 Lochristi\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":556,\"name\":\"EV-Quip (SRL)\",\"businessName\":\"EV-Quip (SRL)\",\"regNo\":\"0750.549.871\",\"vatNo\":\"BE0750.549.871\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16, 3900 Pelt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vandebeeck Stephan\",\"email\":\"stephan@euroquip.be\",\"phone\":\"+(324) 974-80894\"},\"technical\":{\"contactPerson\":\"Vandebeeck Louis\",\"email\":\"louis@ev-quip.be\",\"phone\":\"+32 11 81 82 18\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":557,\"name\":\"Sovana Srl\\/Bv\",\"businessName\":\"Sovana Srl\\/Bv\",\"regNo\":\"0473863608\",\"vatNo\":\"BE0473863608\",\"country\":\"BE\",\"region\":null,\"city\":\"Tervuren\",\"postcode\":\"3080\",\"address\":\"Edmond Hanssenslaan 42 , Tervuren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Martine Serrien\",\"email\":\"martine.serrien@sovana.be\",\"phone\":\"0475 68 66 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":563,\"name\":\"CPO - Mobilize Fast Charge France\",\"businessName\":\"CPO - Mobilize Fast Charge France\",\"regNo\":\"983504002\",\"vatNo\":\"FR65983504002\",\"country\":\"FR\",\"region\":null,\"city\":\"Boulogne-Billancourt\",\"postcode\":\"92100\",\"address\":\"122-122 Bis Avenue du G\\u00e9n\\u00e9ral Leclerc\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Service Facturation\",\"email\":\"fastcharge.exploitation@mobilize.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":591,\"name\":\"CPO - QWELLO GmbH\",\"businessName\":\"CPO - QWELLO GmbH\",\"regNo\":\"HRB 234481\",\"vatNo\":\"DE316810194\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80992\",\"address\":\"1 Agnes-Pockels-Bogen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Roaming Qwello\",\"email\":\"roaming@qwello.eu\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":592,\"name\":\"CPO - ChargeIn\",\"businessName\":\"CPO - ChargeIn\",\"regNo\":\"0000986332\",\"vatNo\":\"PL7011100884\",\"country\":\"PL\",\"region\":null,\"city\":\"Warszawa\",\"postcode\":\"00-654\",\"address\":\"17 ul. Jana i J\\u0119drzeja \\u015aniadeckich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Babinski Kamil\",\"email\":\"kamil.babinski@chargein.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Maciej Skoczylas\",\"email\":\"maciej.sawicki@chargein.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":594,\"name\":\"Lard Aurelie\",\"businessName\":\"Lard Aurelie\",\"regNo\":\"0763997932\",\"vatNo\":\"BE0763997932\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:04:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lard Aurelie\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":602,\"name\":\"Taxi LM\",\"businessName\":\"Taxi LM\",\"regNo\":null,\"vatNo\":\"BE0794.869.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Jozef Verbovenlei 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":607,\"name\":\"EMSP- TanQyou\",\"businessName\":\"EMSP- TanQyou\",\"regNo\":\"70223521\",\"vatNo\":\"NL851056519B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"3 The Want, 8802PV, Franeker\",\"lastUpdatedAt\":\"2025-03-31T12:38:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Harmen Akkerman\",\"email\":\"info@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":\"(+31)88 100 9877\"},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":608,\"name\":\"CPO - Optimum Way Ltd.\",\"businessName\":\"CPO - Optimum Way Ltd.\",\"regNo\":\"03-09-131907\",\"vatNo\":\"HU-26399661\",\"country\":\"HU\",\"region\":null,\"city\":\"Baja\",\"postcode\":\"6500\",\"address\":\"2 Gesztenye utca 6500 , Baja\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"OW Invoices\",\"email\":\"szamla@optimumway.hu\",\"phone\":\"0036209564490\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":609,\"name\":\"CPO - Schouten Energy\",\"businessName\":\"CPO - Schouten Energy\",\"regNo\":\"28089720\",\"vatNo\":\"NL809534034B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Alphen aan den Rijn\",\"postcode\":\"2401 LP\",\"address\":\"4 Gnephoek 2401 LP , Alphen aan den Rijn\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wiebe van der Veen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":610,\"name\":\"CPO - Go Electric Stations SRLS\",\"businessName\":\"CPO - Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella 40128 , Bologna\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":611,\"name\":\"Divani NV\",\"businessName\":\"Divani NV\",\"regNo\":\"0830.657.916\",\"vatNo\":\"BE 0830.657.916\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052\\/D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"divani@immogra.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":616,\"name\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"businessName\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"regNo\":\"HRA 6945\",\"vatNo\":\"DE266451114\",\"country\":\"DE\",\"region\":null,\"city\":\"Bochum\",\"postcode\":\"44789\",\"address\":\"56 Wittener Stra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-13T13:32:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Stocker\",\"email\":\"info@trafineo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":617,\"name\":\"EMSP- Threeforce BV\",\"businessName\":\"EMSP- Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":618,\"name\":\"CPO - Optimile Bv\",\"businessName\":\"CPO - Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":619,\"name\":\"EMSP- ZEborne\",\"businessName\":\"EMSP- ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":620,\"name\":\"Demo Account - Blulinc\",\"businessName\":\"Demo Account - Blulinc\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-01-17T08:38:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":621,\"name\":\"EMSP- Road B.V.\",\"businessName\":\"EMSP- Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":622,\"name\":\"GoGlobal Netherlands B.V\",\"businessName\":\"GoGlobal Netherlands B.V\",\"regNo\":null,\"vatNo\":\"DE 341043115\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1066 EP\",\"address\":\"John M. Keynesplein 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Amandine Guillou\",\"email\":\"amandine.guillou@goglobalgeo.com\",\"phone\":\"0203\\/331.699\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":624,\"name\":\"Hubject Partner\",\"businessName\":\"Hubject Partner\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":626,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":null,\"vatNo\":\"Parochiale Werken Ledeberg VZW\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Ledebergplein 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":628,\"name\":\"EMSP- Go Electric Stations SRLS\",\"businessName\":\"EMSP- Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":629,\"name\":\"EMSP- Digital Charging Solutions GmbH\",\"businessName\":\"EMSP- Digital Charging Solutions GmbH\",\"regNo\":\"HRB 211155 B\",\"vatNo\":\"DE312237805\",\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"18 - 19 Rosenstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Markus Bartenschlager\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Team Accounting\",\"email\":\"accounting@digitalchargingsolutions.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":600,\"total\":839}}"} 
[2025-07-17 18:52:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":635,\"name\":\"Khasanov Tamerlan\",\"businessName\":\"Khasanov Tamerlan\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kampenhout\",\"postcode\":\"1910\",\"address\":\"Schuermansstraat 41\",\"lastUpdatedAt\":\"2024-12-02T15:12:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":636,\"name\":\"Raf Sodermans\",\"businessName\":\"Raf Sodermans\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Schutteweide 26\",\"lastUpdatedAt\":\"2024-12-02T15:13:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":637,\"name\":\"EMSP- Greenflux Assets B.V.\",\"businessName\":\"EMSP- Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":638,\"name\":\"EMSP- Route220 S.R.L.\",\"businessName\":\"EMSP- Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":641,\"name\":\"Erik Saerens\",\"businessName\":\"Erik Saerens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merchtem\",\"postcode\":\"1785\",\"address\":\"Onze Lieve Vrouwstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Saerens\",\"email\":\"saerens.vdb@skynet.be\",\"phone\":\"+32485 55 58 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":645,\"name\":\"CPO - Freshmile Services\",\"businessName\":\"CPO - Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"(+33) 3 68 78 14 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":646,\"name\":\"CPO - ZE-WATT\",\"businessName\":\"CPO - ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise 31670\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":647,\"name\":\"CPO - ConnectNed B.V.\",\"businessName\":\"CPO - ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":648,\"name\":\"CPO - WattzHub\",\"businessName\":\"CPO - WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":649,\"name\":\"CPO - Bump SAS\",\"businessName\":\"CPO - Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":650,\"name\":\"EMSP- Mobilygreen SAS\",\"businessName\":\"EMSP- Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":651,\"name\":\"CPO - Shell EV Charging Solutions B.V.\",\"businessName\":\"CPO - Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":652,\"name\":\"CPO - PERETTI GROUPE SARL\",\"businessName\":\"CPO - PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":653,\"name\":\"CPO - Load Stations SAS\",\"businessName\":\"CPO - Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":654,\"name\":\"CPO - Electromaps S.L.\",\"businessName\":\"CPO - Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":655,\"name\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":656,\"name\":\"CPO - Robo Charge B.V.\",\"businessName\":\"CPO - Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":657,\"name\":\"CPO - Diego Luxembourg\",\"businessName\":\"CPO - Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":658,\"name\":\"CPO - Monta ApS\",\"businessName\":\"CPO - Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":659,\"name\":\"CPO - NRG Accounting BV\",\"businessName\":\"CPO - NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":663,\"name\":\"S.U.L.T.A.N. B.V\",\"businessName\":\"S.U.L.T.A.N. B.V\",\"regNo\":\"0755563484\",\"vatNo\":\"BE0755563484\",\"country\":\"BE\",\"region\":null,\"city\":\"Hulshout\",\"postcode\":\"2235\",\"address\":\"Hoogzand 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yasin Ozturk\",\"email\":\"ysn.ozturk87@gmail.com\",\"phone\":\"+32485005142\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":665,\"name\":\"Daeze Angelique\",\"businessName\":\"Daeze Angelique\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Roskamstraat 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daeze Angelique\",\"email\":\"angeliquedaeze@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":674,\"name\":\"Anil & Naresh - App Development Blulinc\",\"businessName\":\"Anil & Naresh - App Development Blulinc\",\"regNo\":\"BE00123456789\",\"vatNo\":\"0123456\",\"country\":\"BE\",\"region\":\"Oast-Vlaanderen\",\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Laarnebaan 106b\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Naresh Kumar\",\"email\":\"ak0506493@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":676,\"name\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"businessName\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"regNo\":\"388 758 708 00076\",\"vatNo\":\"FR31388758708\",\"country\":\"FR\",\"region\":null,\"city\":\"BAVILLIERS\",\"postcode\":\"90800\",\"address\":\"Zone Industrielle\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tun UNLU\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":677,\"name\":\"CPO - SEW Solutions GmbH\",\"businessName\":\"CPO - SEW Solutions GmbH\",\"regNo\":\"HRB 743660\",\"vatNo\":\"DE350399349\",\"country\":\"DE\",\"region\":null,\"city\":\"Ravensburg\",\"postcode\":\"88213\",\"address\":\"Stra\\u00dfe 14 Wilhelm-Brielmayer\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Manfred Frick und Andreas Kessler\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+49) 7 51 99 43 87 0\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":678,\"name\":\"CPO - Volt-Up\",\"businessName\":\"CPO - Volt-Up\",\"regNo\":\"B246172\",\"vatNo\":\"LU32451925\",\"country\":\"LU\",\"region\":null,\"city\":\"Livange\",\"postcode\":\"L-3378\",\"address\":\"3 rue de Turi\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Massimo Russo\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Voltup\",\"email\":\"administration@voltup.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":679,\"name\":\"CPO - Floading Energy Infra\",\"businessName\":\"CPO - Floading Energy Infra\",\"regNo\":\"NL859649994B01\",\"vatNo\":\"NL859649994B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6827\",\"address\":\"73 Westervoortsedijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arnaud van der Sluis\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Floading Invoicing Team\",\"email\":\"administration@floading.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":680,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":\"BE 0797.981.188\",\"vatNo\":\"0797.981.188\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ren\\u00e9 Ryckaert\",\"email\":\"reneryckaert@icloud.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":682,\"name\":\"New Hair Club\",\"businessName\":\"New Hair Club\",\"regNo\":null,\"vatNo\":\"BE0589744756\",\"country\":\"BE\",\"region\":null,\"city\":\"De Pinte\",\"postcode\":\"9840\",\"address\":\"Zuidstationstraat  16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":684,\"name\":\"Anne Clarysse\",\"businessName\":\"Anne Clarysse\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Beukendreef 13, 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":696,\"name\":\"CPO - Blink Charging Belgium (SA)\",\"businessName\":\"CPO - Blink Charging Belgium (SA)\",\"regNo\":\"0833.034.020\",\"vatNo\":\"BE 0833.034.020\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Posthoflei 3\\/4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Van Schap\",\"email\":\"interop@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"servicedesk@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"billing\":{\"contactPerson\":\"Saskia Laperre\",\"email\":\"office@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":698,\"name\":\"STX Commodities BV\",\"businessName\":\"STX INT\",\"regNo\":\"0797.789.960\",\"vatNo\":\"BE 0797.789.960\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Louizalaan 475\",\"lastUpdatedAt\":\"2025-01-17T10:36:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Jan Wesselink\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brandon Palmers\",\"email\":\"Brandon.Palmers@stxgroup.com\",\"phone\":\"+31 6 15 58 45 51\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":350},{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":714,\"name\":\"CPO - BV Smart parking Solutions\",\"businessName\":\"CPO - BV Smart parking Solutions\",\"regNo\":\"BE 0539.751.253\",\"vatNo\":\"0539.751.253\",\"country\":\"BE\",\"region\":null,\"city\":\"Bertem\",\"postcode\":\"3061\",\"address\":\"Dorpstraat 570\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@groupbeyers.com\",\"phone\":\"003223038869\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"info@smartparkingsolutions.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":715,\"name\":\"CPO - Ebee Smart Technologies GmbH\",\"businessName\":\"CPO - Ebee Smart Technologies GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":716,\"name\":\"CPO - Zemovi BV\",\"businessName\":\"CPO - Zemovi BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"'s-Gravenhage\",\"postcode\":\"2517 KT\",\"address\":\"Scheveningseweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Chu\",\"email\":\"danny@zemovi.com\",\"phone\":\"+31850602419\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@zemovi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Hafid Salhi\",\"email\":\"billing@zemovi.com\",\"phone\":\"+31(0)85 060 8489\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":717,\"name\":\"CPO - eCarUp\",\"businessName\":\"CPO - eCarUp\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"cornel.beeler@ecarup.com\",\"phone\":\"+41415101717\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@ecarup.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"invoice@ecarup.com\",\"phone\":\"+41415101717\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":718,\"name\":\"CPO - Porsche Sales and Marketplace GmbH\",\"businessName\":\"CPO - Porsche Sales and Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":null,\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":719,\"name\":\"CPO - reev GmbH\",\"businessName\":\"CPO - reev GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"M\\u00fcnchen\",\"postcode\":\"80335\",\"address\":\"Sandstra\\u00dfe 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Eduard Schlutius\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":723,\"name\":\"CPO - Schneider Electric GmbH\",\"businessName\":\"CPO - Schneider Electric GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Ratingen\",\"postcode\":\"40880\",\"address\":\"Gothaer Str. 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Stoye\",\"email\":\"tim.stoye@se.com\",\"phone\":\"+49 30 238884 240\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@inno2fleet.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Evelyn Str\\u00fcbing\",\"email\":\"invoice@inno2fleet.com\",\"phone\":\"+ 49 30 238884 240\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":724,\"name\":\"CPO - Eneco eMobility B.V.\",\"businessName\":\"CPO - Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":null,\"email\":\"jan.sass2@eneco.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":725,\"name\":\"CPO - iLumen\",\"businessName\":\"CPO - iLumen\",\"regNo\":\"0846.015.786\",\"vatNo\":\"BE 0846.015.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Tessenderlo\",\"postcode\":\"3980\",\"address\":\"Ambachtsstraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Wuyts\",\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":\"+32 13 220 200\"},\"technical\":{\"contactPerson\":null,\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":null},\"billing\":{\"contactPerson\":\"Stefanie Van Eynde\",\"email\":\"invoices@ilumen.be\",\"phone\":\"+32 13 22 02 51\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":726,\"name\":\"CPO - Picoty SAS\",\"businessName\":\"CPO - Picoty SAS\",\"regNo\":\"77734738600057\",\"vatNo\":\"FR83777347386\",\"country\":\"FR\",\"region\":null,\"city\":\"La Souterraine\",\"postcode\":\"23300\",\"address\":\"Rue Andr\\u00e9 et Guy Picoty\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel PICOTY\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 5 55 89 38 05\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":727,\"name\":\"EMSP- Tap Electric B.V.\",\"businessName\":\"EMSP- Tap Electric B.V.\",\"regNo\":\"80990819\",\"vatNo\":\"NL861879764B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1016 AC\",\"address\":\"262-A Singel\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dan Pezim\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Dan Pezim\",\"email\":\"dan@tapelectric.app\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":728,\"name\":\"CPO - SJS Services SAS\",\"businessName\":\"CPO - SJS Services SAS\",\"regNo\":\"84470864400019\",\"vatNo\":\"FR71844708644\",\"country\":\"FR\",\"region\":null,\"city\":\"Chatellerault\",\"postcode\":\"86100\",\"address\":\"69 Chemin du Marais\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jerome Princ\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":729,\"name\":\"CPO - Obornes SASU\",\"businessName\":\"CPO - Obornes SASU\",\"regNo\":null,\"vatNo\":\"817481658\",\"country\":\"BE\",\"region\":null,\"city\":\"Aix-en-Provence\",\"postcode\":\"13100\",\"address\":\"550 Rue Pierre Berthier\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dourassoff\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":735,\"name\":\"CPO - E.ON Drive\",\"businessName\":\"CPO - E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Roaming & Partner Management Team EDRI\",\"email\":\"roaming@edri.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":736,\"name\":\"CPO - Iberdrola\",\"businessName\":\"CPO - Iberdrola\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Miguel Recuenco\",\"email\":\"mrecuenco@iberdrola.es\",\"phone\":\"+34900929293\"},\"technical\":{\"contactPerson\":null,\"email\":\"smartmobility@tuiberdrola.es\",\"phone\":null},\"billing\":{\"contactPerson\":\"Mar\\u00eda \\u00c1ngeles Diaz Bueno\",\"email\":\"roaming@iberdrola.es\",\"phone\":\"+34900929293\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":700,\"total\":839}}"} 
[2025-07-17 18:52:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":738,\"name\":\"EMSP- Vandebron Energie B.V.\",\"businessName\":\"EMSP- Vandebron Energie B.V.\",\"regNo\":\"59394218\",\"vatNo\":\"NL853458194B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013KS\",\"address\":\"2a-2h Grote Bickersstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remco Wilcke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Rowald Oosterkamp\",\"email\":\"ev-facturen@vandebron.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":740,\"name\":\"Embridge Belgium BV\",\"businessName\":\"M-Tech NV - Embridge\",\"regNo\":null,\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-17T14:27:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Boodts\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":745,\"name\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"businessName\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"technical\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"billing\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":746,\"name\":\"CPO - Atlante Energy\",\"businessName\":\"CPO - Atlante Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tommaso Cresti\",\"email\":\"tommaso.cresti@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":\"operation@atlante.energy\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Atlante\",\"email\":\"invoices@atlante.energy\",\"phone\":\"+39 344 3437928\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":747,\"name\":\"CPO - Powy (TheF Charging S.r.l.)\",\"businessName\":\"CPO - Powy (TheF Charging S.r.l.)\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicol\\u00f2 Brentan\",\"email\":\"nicolo.brentan@powy.energy\",\"phone\":\"+39 800 596 704\"},\"technical\":{\"contactPerson\":\"Matteo Scaglia\",\"email\":\"matteo.scaglia@powy.energy\",\"phone\":\"+39 345 047 1604\"},\"billing\":{\"contactPerson\":\"assistenza@powy.energy\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":748,\"name\":\"CPO - Enel X Way Italia\",\"businessName\":\"CPO - Enel X Way Italia\",\"regNo\":\"IT14553401002\",\"vatNo\":\"IT14553401002\",\"country\":\"BE\",\"region\":null,\"city\":\"Roma\",\"postcode\":\"00189\",\"address\":\"Via Flaminia 970\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":749,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"DE309400054\",\"vatNo\":\"DE309400054\",\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50672\",\"address\":\"Erftstra\\u00dfe 15\\u201317\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claudia Eder\",\"email\":\"roaming@chargecloud.de\",\"phone\":\"+4922129272500\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@chargecloud.de\",\"phone\":\"+4922129272500\"},\"billing\":{\"contactPerson\":\"Markus Bach\",\"email\":\"accounting@chargecloud.de\",\"phone\":\"+4922129272500\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":750,\"name\":\"Hauset Immo NV\",\"businessName\":\"Hauset Immo NV\",\"regNo\":\"0417.032.791\",\"vatNo\":\"BE 0417.032.791\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Veldkant 2\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":\"E Heuten\",\"email\":\"e.heuten@immogra.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":751,\"name\":\"Dirk meert\",\"businessName\":\"Dirk meert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"Aalst\",\"address\":\"Hof ter Lokerenstraat 38\",\"lastUpdatedAt\":\"2024-12-02T15:38:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":759,\"name\":\"Altensys\",\"businessName\":\"EMSP- ALTENSYS\",\"regNo\":\"90018325200015\",\"vatNo\":\"FR25900183252\",\"country\":\"FR\",\"region\":null,\"city\":\"Ajaccio\",\"postcode\":\"20000\",\"address\":\"51 cours Napol\\u00e9on\",\"lastUpdatedAt\":\"2024-11-07T09:56:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phanie Masson\",\"email\":\"s.masson@altensys.fr\",\"phone\":\"+33 6 64 96 56 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":768,\"name\":\"Jean Colle\",\"businessName\":\"Jean Colle\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-26T13:04:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":772,\"name\":\"Pieter Bergez\",\"businessName\":\"Pieter Bergez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-02T14:05:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":774,\"name\":\"Service & Development  Group Belgium NV\",\"businessName\":\"Service & Development  Group Belgium NV\",\"regNo\":\"0415.874.533\",\"vatNo\":\"BE 0415.874.533\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint Denijs Westrem\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052 D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"+32 475 920 898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":785,\"name\":\"Polygon Belgium NV - Public\",\"businessName\":\"Polygon Belgium NV - Public\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1200,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":786,\"name\":\"EMSP- Enapi\",\"businessName\":\"EMSP- Enapi\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-23T14:20:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":794,\"name\":\"Better IT Support bvba\",\"businessName\":\"Better IT Support bvba\",\"regNo\":null,\"vatNo\":\"BE0884.277.437\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"Marosdelle 5\",\"lastUpdatedAt\":\"2025-01-20T15:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":800,\"name\":\"VDZ bv\",\"businessName\":\"Plug 15\",\"regNo\":\"0436.378.452\",\"vatNo\":\"BE0436.378.452\",\"country\":\"BE\",\"region\":null,\"city\":\"Lendelede\",\"postcode\":\"8860\",\"address\":\"Rozebeeksestraat 103\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lowie Devriendt\",\"email\":\"lowie.devriendt@vdz.be\",\"phone\":\"0479221868\"},\"technical\":{\"contactPerson\":\"Maxim vroman\",\"email\":\"maxim@vdz.be\",\"phone\":\"32474859585\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":801,\"name\":\"EMSP- WeVee Technologies Ltd.\",\"businessName\":\"EMSP- WeVee Technologies Ltd.\",\"regNo\":\"13427704\",\"vatNo\":\"386900859\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"W6 0NB\",\"address\":\"1 Lyric Square\",\"lastUpdatedAt\":\"2025-02-04T13:59:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dr. Rahmyn Kress\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Francesca Spengos\",\"email\":\"f@wevee.com\",\"phone\":\"+30 694 418 0518\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":802,\"name\":\"E-Shore S.r.l.\",\"businessName\":\"CPO - E-Shore\",\"regNo\":\"02382770507\",\"vatNo\":\"IT02382770507\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20122\",\"address\":\"5 Pietro Cossa\",\"lastUpdatedAt\":\"2025-02-04T14:04:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marco Maria Mele\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Vanessa Barbini\",\"email\":\"segreteria@eshoremobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Team EShore\",\"email\":\"accounting@eshoremobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":803,\"name\":\"A\\u00e9roports de la C\\u00f4te d'Azur\",\"businessName\":\"CPO - A\\u00e9roports de la C\\u00f4te d'Azur\",\"regNo\":\"493479489\",\"vatNo\":\"FR35493479489\",\"country\":\"IT\",\"region\":null,\"city\":\"NICE Cedex 3\",\"postcode\":\"06206\",\"address\":\"19 Rue Costes et Bellonte - CS 63331\",\"lastUpdatedAt\":\"2025-02-04T14:13:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Franck GOLDNADEL\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Michele Lamasse\",\"email\":\"michele.lamasse@cote-azur.aeroport.fr\",\"phone\":\"+33 4 93 21 32 82\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":804,\"name\":\"Voltalia Mobility (Yusco) SA\",\"businessName\":\"CPO - Le Plein\",\"regNo\":\"982531527\",\"vatNo\":\"FR12982531527\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75003\",\"address\":\"84 Boulevard de S\\u00e9bastopol\",\"lastUpdatedAt\":\"2025-02-04T14:24:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Lebrun\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Benjamin Lalin\",\"email\":\"benjamin.lalin@voltalia-mobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"\\u00c9quipe comptable Yusco\",\"email\":\"compta@yusco.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":813,\"name\":\"Group Projecten BV\",\"businessName\":\"EMSP- Group Projecten\",\"regNo\":\"0795634085\",\"vatNo\":\"BE0795634085\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 81\",\"lastUpdatedAt\":\"2025-02-18T09:20:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Swaef Alex\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Christa Van De Slycke\",\"email\":\"hello@gridctrl.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":814,\"name\":\"Pleevi SRL\",\"businessName\":\"Pleevi.ai\",\"regNo\":\"1017.187.332\",\"vatNo\":\"BE1017.187.332\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Boulevard du Roi Albert II 4\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Lagae\",\"email\":\"Wout.Lagae@pleevi.ai\",\"phone\":\"+32 479 27 61 89\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":815,\"name\":\"PowerGoodies\",\"businessName\":\"PowerGoodies\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-02-24T08:49:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":821,\"name\":\"Johan Joseph\",\"businessName\":\"Johan Joseph\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 18, 2930 Brasschaat\",\"lastUpdatedAt\":\"2025-02-28T08:58:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":822,\"name\":\"Tony Graziano\",\"businessName\":\"Tony Graziano\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Karlsruhelaan 20, 2400 Mol\",\"lastUpdatedAt\":\"2025-02-28T12:39:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":824,\"name\":\"TandemDrive Services B.V.\",\"businessName\":\"TandemDrive Services\",\"regNo\":null,\"vatNo\":\"NL865400684B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Delft\",\"postcode\":\"2627AB\",\"address\":\"Hooikade 13\",\"lastUpdatedAt\":\"2025-03-04T10:05:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maarten Ari\\u00ebns\",\"email\":\"maartenariens@tandemdrive.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":827,\"name\":\"Rainer Klose\",\"businessName\":\"Rainer Klose\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Van Geertstraat 17\\/3, 2060 Antwerpen\",\"lastUpdatedAt\":\"2025-03-06T15:14:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":828,\"name\":\"Piet Scherrens\",\"businessName\":\"Piet Scherrens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-10T14:07:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":832,\"name\":\"Ann Creve\",\"businessName\":\"Ann Creve\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-14T15:06:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Creve\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":836,\"name\":\"Chargit B.V.\",\"businessName\":\"EMSP- Chargit B.V.\",\"regNo\":null,\"vatNo\":\"NL863096414B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Nijmegen\",\"postcode\":\"6511EV\",\"address\":\"Nassausingel 4\",\"lastUpdatedAt\":\"2025-03-31T12:41:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Leo Konings\",\"email\":\"leo.konings@chargit.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rik Sebens\",\"email\":\"rik.sebens@chargit.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":837,\"name\":\"CPO - MoveYou B.V.\",\"businessName\":\"CPO - MoveYou B.V.\",\"regNo\":null,\"vatNo\":\"NL858013563B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"Het Want 3\",\"lastUpdatedAt\":\"2025-03-26T11:50:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":844,\"name\":\"Georgios Evangelou\",\"businessName\":\"Georgios Evangelou\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-04-14T10:42:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":800,\"total\":839}}"} 
[2025-07-17 18:52:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":861,\"name\":\"Evolut-ion services bv\",\"businessName\":\"EMSP- Evolut-ion\",\"regNo\":\"0764.959.519\",\"vatNo\":\"BE0764.959.519\",\"country\":\"BE\",\"region\":null,\"city\":\"Buggenhout\",\"postcode\":\"9255\",\"address\":\"Heideveld 26\",\"lastUpdatedAt\":\"2025-06-02T12:54:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":863,\"name\":\"Copackr.Com\",\"businessName\":\"Copackr\",\"regNo\":\"0683.478.925\",\"vatNo\":\"BE 0683.478.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T13:07:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@copackr.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":867,\"name\":\"Annemie Van Hemelrijck\",\"businessName\":\"Annemie Van Hemelrijck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Molenstraat 18, 2811 Leest\",\"lastUpdatedAt\":\"2025-06-06T07:46:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Annemie Van Hemelrijck\",\"email\":\"annemievanhemelrijck@hotmail.com\",\"phone\":\"+32496596782\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":869,\"name\":\"Swish SAS\",\"businessName\":\"EMSP- Swish SAS\",\"regNo\":\"97764942500013\",\"vatNo\":\"FR27977649425\",\"country\":\"FR\",\"region\":null,\"city\":\"Roissy en France\",\"postcode\":\"95700\",\"address\":\"385 rue de la belle \\u00e9toile\",\"lastUpdatedAt\":\"2025-06-11T10:53:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alberto Prendin\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":870,\"name\":\"EVIO - Electrical Mobility\",\"businessName\":\"EMSP- EVIO - Electrical Mobility\",\"regNo\":\"515681890\",\"vatNo\":\"PT515681890\",\"country\":\"PT\",\"region\":null,\"city\":\"Matosinhos\",\"postcode\":\"4450-017\",\"address\":\"1825 Av. Dom Afonso Henriques\",\"lastUpdatedAt\":\"2025-06-11T11:50:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carlos Almeida\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"invoices@go-evio.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":872,\"name\":\"Lily Detrez\",\"businessName\":\"Lily Detrez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Heverlee\",\"postcode\":\"3050\",\"address\":\"Fonteinstraat 38\",\"lastUpdatedAt\":\"2025-06-17T09:37:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":874,\"name\":\"Abattoir\",\"businessName\":\"Abattoir\",\"regNo\":\"0425.276.704\",\"vatNo\":\"BE 0425.276.704\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Ropsy Chaudron 24\",\"lastUpdatedAt\":\"2025-06-25T10:36:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Blancke\",\"email\":\"thomas.blancke@abattoir.be\",\"phone\":\"0472262751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@abattoir.be\",\"phone\":\"025215419\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":878,\"name\":\"Ysco\",\"businessName\":\"Ysco\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-07-04T11:52:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Dehamers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":880,\"name\":\"ENERANDO Technologies\",\"businessName\":\"CPO - ENERANDO Technologies\",\"regNo\":\"HRB 284630\",\"vatNo\":\"DE361930407\",\"country\":\"DE\",\"region\":null,\"city\":\"Garching\",\"postcode\":\"D-85748\",\"address\":\"Schleissheimer Str. 91a\",\"lastUpdatedAt\":\"2025-07-07T09:20:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthias Schmid\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":881,\"name\":\"EMSP- Oriway SAS\",\"businessName\":\"EMSP- Oriway\",\"regNo\":\"95366062800017\",\"vatNo\":\"FR70953660628\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Gilles Croix de Vie\",\"postcode\":\"85800\",\"address\":\"7 du Vent de Galerne\",\"lastUpdatedAt\":\"2025-07-15T11:57:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Natacha Burahee\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":882,\"name\":\"EMSP- Amano Europe NV\",\"businessName\":\"EMSP- Amano Europe\",\"regNo\":\"0434 751 030\",\"vatNo\":\"BE0434.751.030\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"2 Westerring\",\"lastUpdatedAt\":\"2025-07-15T12:01:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Peirsman\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":883,\"name\":\"EMSP- autoSense AG\",\"businessName\":\"EMSP- autoSense AG\",\"regNo\":\"CH-020.3.046.019-3\",\"vatNo\":\"CHE-252.080.680\",\"country\":\"CH\",\"region\":null,\"city\":\"Zurich\",\"postcode\":\"8004\",\"address\":\"141 Badenerstrasse\",\"lastUpdatedAt\":\"2025-07-15T12:20:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jaap Vossen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Department\",\"email\":\"roaming@autosense.ch\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":884,\"name\":\"EMSP- Faroud SAS\",\"businessName\":\"EMSP- Faroud\",\"regNo\":\"98154506400017\",\"vatNo\":\"FR93981545064\",\"country\":\"FR\",\"region\":null,\"city\":\"Asni\\u00e8res sur Seine\",\"postcode\":\"92600\",\"address\":\"7 rue Paul Gillet\",\"lastUpdatedAt\":\"2025-07-15T12:23:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrien Navarro\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"next\":null},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":839,\"total\":839}}"} 
[2025-07-17 18:52:21] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":9,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"T.vanvlem@netcomsolutions.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-11-30T11:22:05+00:00\",\"acceptedAt\":\"2021-11-30T11:22:05+00:00\",\"userId\":7,\"lastUpdatedAt\":\"2022-08-29T15:49:21+00:00\"},{\"id\":16,\"partnerId\":9,\"sendViaEmail\":true,\"email\":\"bgaltman@netcomsolutions.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-16T22:30:28+00:00\",\"acceptedAt\":\"2021-12-16T22:30:28+00:00\",\"userId\":35,\"lastUpdatedAt\":\"2023-11-30T13:34:18+00:00\"},{\"id\":17,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.vanstappen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-22T08:22:43+00:00\",\"acceptedAt\":\"2021-12-22T08:22:43+00:00\",\"userId\":40,\"lastUpdatedAt\":\"2022-08-29T15:49:53+00:00\"},{\"id\":23,\"partnerId\":26,\"sendViaEmail\":true,\"email\":\"info@hildesmout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T15:08:52+00:00\",\"acceptedAt\":\"2021-12-27T15:08:52+00:00\",\"userId\":47,\"lastUpdatedAt\":\"2022-08-29T15:18:50+00:00\"},{\"id\":27,\"partnerId\":27,\"sendViaEmail\":true,\"email\":\"christophecompeers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T22:45:46+00:00\",\"acceptedAt\":\"2021-12-27T22:45:46+00:00\",\"userId\":19,\"lastUpdatedAt\":\"2022-08-29T15:39:05+00:00\"},{\"id\":28,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"maaike.vandenberghe@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-29T12:23:56+00:00\",\"acceptedAt\":\"2021-12-29T12:23:56+00:00\",\"userId\":51,\"lastUpdatedAt\":\"2021-12-29T12:23:56+00:00\"},{\"id\":30,\"partnerId\":29,\"sendViaEmail\":true,\"email\":\"boekhoudingvervack@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-07T09:39:56+00:00\",\"acceptedAt\":\"2022-01-07T09:39:57+00:00\",\"userId\":57,\"lastUpdatedAt\":\"2023-11-30T14:07:24+00:00\"},{\"id\":37,\"partnerId\":45,\"sendViaEmail\":true,\"email\":\"michael@hairconsultingbymd.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-23T18:06:57+00:00\",\"acceptedAt\":\"2022-01-23T18:06:57+00:00\",\"userId\":64,\"lastUpdatedAt\":\"2023-09-28T13:04:47+00:00\"},{\"id\":38,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"Jeroen.bogaerts@junto.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":66,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":39,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"evelyne.lekime@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":67,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":41,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jan.luyckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:06:50+00:00\",\"acceptedAt\":\"2022-02-01T14:06:50+00:00\",\"userId\":69,\"lastUpdatedAt\":\"2023-01-09T12:53:03+00:00\"},{\"id\":42,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thijs.campe@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:11:45+00:00\",\"acceptedAt\":\"2022-02-01T14:11:45+00:00\",\"userId\":61,\"lastUpdatedAt\":\"2023-01-09T12:53:06+00:00\"},{\"id\":45,\"partnerId\":50,\"sendViaEmail\":true,\"email\":\"kserranne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-09T22:20:16+00:00\",\"acceptedAt\":\"2022-02-09T22:20:16+00:00\",\"userId\":76,\"lastUpdatedAt\":\"2023-11-30T14:11:41+00:00\"},{\"id\":48,\"partnerId\":47,\"sendViaEmail\":true,\"email\":\"ran.ancho@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-15T17:54:58+00:00\",\"acceptedAt\":\"2022-02-15T17:54:58+00:00\",\"userId\":68,\"lastUpdatedAt\":\"2024-05-21T13:40:16+00:00\"},{\"id\":50,\"partnerId\":52,\"sendViaEmail\":true,\"email\":\"callebautdecoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-05T08:30:15+00:00\",\"acceptedAt\":\"2022-03-05T08:30:15+00:00\",\"userId\":84,\"lastUpdatedAt\":\"2023-11-30T14:11:51+00:00\"},{\"id\":52,\"partnerId\":13,\"sendViaEmail\":true,\"email\":\"phistelle@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-08T15:26:41+00:00\",\"acceptedAt\":\"2022-03-08T15:26:41+00:00\",\"userId\":17,\"lastUpdatedAt\":\"2022-08-30T09:00:33+00:00\"},{\"id\":53,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peter.reyniers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-09T14:46:45+00:00\",\"acceptedAt\":\"2022-03-09T14:46:45+00:00\",\"userId\":90,\"lastUpdatedAt\":\"2023-01-09T12:53:28+00:00\"},{\"id\":54,\"partnerId\":53,\"sendViaEmail\":true,\"email\":\"wma.architect@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-10T12:12:33+00:00\",\"acceptedAt\":\"2022-03-10T12:12:33+00:00\",\"userId\":87,\"lastUpdatedAt\":\"2023-11-30T14:12:08+00:00\"},{\"id\":56,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-13T13:43:59+00:00\",\"acceptedAt\":\"2022-03-13T13:43:59+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2023-11-30T14:12:21+00:00\"},{\"id\":58,\"partnerId\":56,\"sendViaEmail\":true,\"email\":\"nick.houthuys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-14T06:55:08+00:00\",\"acceptedAt\":\"2022-03-14T06:55:08+00:00\",\"userId\":80,\"lastUpdatedAt\":\"2023-11-30T14:14:08+00:00\"},{\"id\":60,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"siebe.verheyen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:30:34+00:00\",\"acceptedAt\":\"2022-03-22T11:30:34+00:00\",\"userId\":103,\"lastUpdatedAt\":\"2023-01-09T12:53:32+00:00\"},{\"id\":61,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ewoud.beheydt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:51:46+00:00\",\"acceptedAt\":\"2022-03-22T11:51:46+00:00\",\"userId\":104,\"lastUpdatedAt\":\"2023-11-23T13:58:45+00:00\"},{\"id\":62,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kathleen.sels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T12:46:30+00:00\",\"acceptedAt\":\"2022-03-22T12:46:30+00:00\",\"userId\":105,\"lastUpdatedAt\":\"2023-01-09T12:53:39+00:00\"},{\"id\":63,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"koen.stevens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T13:06:55+00:00\",\"acceptedAt\":\"2022-03-22T13:06:55+00:00\",\"userId\":106,\"lastUpdatedAt\":\"2023-11-23T14:00:12+00:00\"},{\"id\":64,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"jfleconte@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T14:26:36+00:00\",\"acceptedAt\":\"2022-03-22T14:26:36+00:00\",\"userId\":102,\"lastUpdatedAt\":\"2023-01-09T13:03:52+00:00\"},{\"id\":65,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jarne.vanbelleghem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-28T11:37:25+00:00\",\"acceptedAt\":\"2022-03-28T11:37:25+00:00\",\"userId\":115,\"lastUpdatedAt\":\"2023-01-09T12:54:14+00:00\"},{\"id\":66,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-29T13:12:51+00:00\",\"acceptedAt\":\"2022-03-29T13:12:51+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-05-31T11:12:50+00:00\"},{\"id\":68,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"mathieu@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-31T08:37:08+00:00\",\"acceptedAt\":\"2022-03-31T08:37:08+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-05-31T11:12:56+00:00\"},{\"id\":72,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"bob.missoorten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T11:31:15+00:00\",\"acceptedAt\":\"2022-04-04T11:31:15+00:00\",\"userId\":119,\"lastUpdatedAt\":\"2023-01-09T12:54:17+00:00\"},{\"id\":74,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"Hilde.verstraeten@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T13:26:02+00:00\",\"acceptedAt\":\"2022-04-04T13:26:02+00:00\",\"userId\":121,\"lastUpdatedAt\":\"2023-11-30T14:23:34+00:00\"},{\"id\":78,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lode.janssens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-05T13:38:46+00:00\",\"acceptedAt\":\"2022-04-05T13:38:46+00:00\",\"userId\":123,\"lastUpdatedAt\":\"2023-01-09T12:54:20+00:00\"},{\"id\":79,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"g.van.hoey@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T08:44:39+00:00\",\"acceptedAt\":\"2022-04-07T08:44:39+00:00\",\"userId\":111,\"lastUpdatedAt\":\"2023-01-09T13:03:49+00:00\"},{\"id\":82,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"j.vandenberghe@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T14:34:30+00:00\",\"acceptedAt\":\"2022-04-07T14:34:30+00:00\",\"userId\":101,\"lastUpdatedAt\":\"2023-01-09T13:03:45+00:00\"},{\"id\":85,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.billiau@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T10:06:50+00:00\",\"acceptedAt\":\"2022-04-08T10:06:50+00:00\",\"userId\":107,\"lastUpdatedAt\":\"2023-04-03T07:55:21+00:00\"},{\"id\":87,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"s.de.roo@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T11:04:51+00:00\",\"acceptedAt\":\"2022-04-08T11:04:51+00:00\",\"userId\":100,\"lastUpdatedAt\":\"2023-01-09T13:03:43+00:00\"},{\"id\":89,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"caat.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-14T11:26:56+00:00\",\"acceptedAt\":\"2022-04-20T06:57:53+00:00\",\"userId\":131,\"lastUpdatedAt\":\"2022-08-29T14:50:06+00:00\"},{\"id\":92,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"p.mareels@belgacom.net\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-20T13:22:14+00:00\",\"acceptedAt\":\"2022-04-20T13:22:14+00:00\",\"userId\":124,\"lastUpdatedAt\":\"2023-01-31T08:43:38+00:00\"},{\"id\":94,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"l.stoffelen@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-25T15:06:36+00:00\",\"acceptedAt\":\"2022-04-25T15:06:36+00:00\",\"userId\":110,\"lastUpdatedAt\":\"2023-01-09T13:03:37+00:00\"},{\"id\":95,\"partnerId\":82,\"sendViaEmail\":true,\"email\":\"katleen.vdw@aol.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-26T08:02:13+00:00\",\"acceptedAt\":\"2022-04-26T08:02:13+00:00\",\"userId\":79,\"lastUpdatedAt\":\"2023-05-31T09:38:16+00:00\"},{\"id\":105,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:22:01+00:00\",\"acceptedAt\":\"2022-04-30T13:22:01+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-01-09T12:55:00+00:00\"},{\"id\":106,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:23:57+00:00\",\"acceptedAt\":\"2022-04-30T13:23:57+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-11-30T14:25:39+00:00\"},{\"id\":111,\"partnerId\":61,\"sendViaEmail\":true,\"email\":\"carmelo.luparello@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-05T17:28:45+00:00\",\"acceptedAt\":\"2022-05-05T17:28:45+00:00\",\"userId\":116,\"lastUpdatedAt\":\"2023-08-18T09:52:50+00:00\"},{\"id\":112,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"vmeynen@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-06T13:39:21+00:00\",\"acceptedAt\":\"2022-05-06T13:39:21+00:00\",\"userId\":109,\"lastUpdatedAt\":\"2023-01-09T12:55:03+00:00\"},{\"id\":114,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"RFID@mado.be\",\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/65425cbd-2506-47ff-bfb4-2e33e04e7135\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"sent\",\"createdAt\":\"2022-05-06T14:35:26+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-30T14:30:13+00:00\"},{\"id\":120,\"partnerId\":89,\"sendViaEmail\":true,\"email\":\"celgeenen@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T10:00:56+00:00\",\"acceptedAt\":\"2022-05-09T10:00:56+00:00\",\"userId\":145,\"lastUpdatedAt\":\"2023-09-30T06:40:58+00:00\"},{\"id\":121,\"partnerId\":90,\"sendViaEmail\":true,\"email\":\"kris@intwit.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T13:41:39+00:00\",\"acceptedAt\":\"2022-05-09T13:41:39+00:00\",\"userId\":146,\"lastUpdatedAt\":\"2022-08-29T15:01:21+00:00\"},{\"id\":122,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.desmet@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-10T08:44:04+00:00\",\"acceptedAt\":\"2022-05-10T08:44:04+00:00\",\"userId\":147,\"lastUpdatedAt\":\"2023-01-09T12:55:06+00:00\"},{\"id\":125,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ralf.joris@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T05:02:49+00:00\",\"acceptedAt\":\"2022-05-16T05:02:49+00:00\",\"userId\":143,\"lastUpdatedAt\":\"2023-01-09T12:55:09+00:00\"},{\"id\":127,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"hilde@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T09:47:43+00:00\",\"acceptedAt\":\"2022-05-16T09:47:43+00:00\",\"userId\":122,\"lastUpdatedAt\":\"2023-11-30T14:30:26+00:00\"},{\"id\":130,\"partnerId\":84,\"sendViaEmail\":true,\"email\":\"gertvanlaeken@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T17:16:29+00:00\",\"acceptedAt\":\"2022-05-16T17:16:29+00:00\",\"userId\":134,\"lastUpdatedAt\":\"2023-02-08T11:17:05+00:00\"},{\"id\":134,\"partnerId\":51,\"sendViaEmail\":true,\"email\":\"wim@entrie.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-17T16:36:14+00:00\",\"acceptedAt\":\"2022-05-17T16:36:14+00:00\",\"userId\":74,\"lastUpdatedAt\":\"2023-05-31T09:38:34+00:00\"},{\"id\":140,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nielvandingenen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:46:43+00:00\",\"acceptedAt\":\"2022-05-23T11:46:43+00:00\",\"userId\":154,\"lastUpdatedAt\":\"2023-01-09T12:55:14+00:00\"},{\"id\":141,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ine.arits@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:47:17+00:00\",\"acceptedAt\":\"2022-05-23T11:47:17+00:00\",\"userId\":155,\"lastUpdatedAt\":\"2023-11-23T14:05:03+00:00\"},{\"id\":142,\"partnerId\":92,\"sendViaEmail\":true,\"email\":\"koen@montagewinkel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T12:34:39+00:00\",\"acceptedAt\":\"2022-05-23T12:34:39+00:00\",\"userId\":142,\"lastUpdatedAt\":\"2023-05-31T11:30:11+00:00\"},{\"id\":145,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stijn.paulissen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-24T12:24:55+00:00\",\"acceptedAt\":\"2022-05-24T12:24:55+00:00\",\"userId\":160,\"lastUpdatedAt\":\"2023-01-09T12:55:38+00:00\"},{\"id\":146,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stefan.dils@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-25T10:19:27+00:00\",\"acceptedAt\":\"2022-05-25T10:19:27+00:00\",\"userId\":161,\"lastUpdatedAt\":\"2023-01-09T12:55:41+00:00\"},{\"id\":147,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jo.smeyers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T09:40:54+00:00\",\"acceptedAt\":\"2022-05-31T09:40:54+00:00\",\"userId\":162,\"lastUpdatedAt\":\"2023-11-23T14:06:32+00:00\"},{\"id\":148,\"partnerId\":94,\"sendViaEmail\":true,\"email\":\"greetverleyen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T13:27:57+00:00\",\"acceptedAt\":\"2022-05-31T13:27:57+00:00\",\"userId\":163,\"lastUpdatedAt\":\"2023-11-30T15:13:31+00:00\"},{\"id\":149,\"partnerId\":95,\"sendViaEmail\":true,\"email\":\"bart@ibucon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T14:05:24+00:00\",\"acceptedAt\":\"2022-05-31T14:05:24+00:00\",\"userId\":164,\"lastUpdatedAt\":\"2022-08-29T14:28:21+00:00\"},{\"id\":151,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kristoftollet@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:15:40+00:00\",\"acceptedAt\":\"2022-06-03T08:15:40+00:00\",\"userId\":166,\"lastUpdatedAt\":\"2023-01-09T12:55:47+00:00\"},{\"id\":152,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frank.rutten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:58:06+00:00\",\"acceptedAt\":\"2022-06-03T08:58:06+00:00\",\"userId\":167,\"lastUpdatedAt\":\"2023-01-09T12:56:46+00:00\"},{\"id\":153,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wesley.breugelmans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T13:20:31+00:00\",\"acceptedAt\":\"2022-06-03T13:20:31+00:00\",\"userId\":168,\"lastUpdatedAt\":\"2023-01-09T12:56:43+00:00\"},{\"id\":154,\"partnerId\":97,\"sendViaEmail\":true,\"email\":\"jensdv42@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-07T15:40:20+00:00\",\"acceptedAt\":\"2022-06-07T15:40:21+00:00\",\"userId\":170,\"lastUpdatedAt\":\"2022-08-29T14:49:52+00:00\"},{\"id\":155,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"geert.keustermans@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:02:17+00:00\",\"acceptedAt\":\"2022-06-08T09:02:17+00:00\",\"userId\":172,\"lastUpdatedAt\":\"2023-01-09T12:56:39+00:00\"},{\"id\":156,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"caroline.avonds@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:35:56+00:00\",\"acceptedAt\":\"2022-06-08T09:35:56+00:00\",\"userId\":173,\"lastUpdatedAt\":\"2023-01-09T12:56:36+00:00\"},{\"id\":157,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christel.boogaerts@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T12:19:29+00:00\",\"acceptedAt\":\"2022-06-08T12:19:29+00:00\",\"userId\":125,\"lastUpdatedAt\":\"2023-01-09T12:56:33+00:00\"},{\"id\":158,\"partnerId\":98,\"sendViaEmail\":true,\"email\":\"info@renodaf.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T10:33:55+00:00\",\"acceptedAt\":\"2022-06-09T10:33:56+00:00\",\"userId\":174,\"lastUpdatedAt\":\"2023-07-25T07:11:32+00:00\"},{\"id\":159,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T11:08:33+00:00\",\"acceptedAt\":\"2022-06-09T11:08:33+00:00\",\"userId\":175,\"lastUpdatedAt\":\"2022-08-29T14:50:28+00:00\"},{\"id\":161,\"partnerId\":100,\"sendViaEmail\":true,\"email\":\"koen.holvoet2@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T14:25:52+00:00\",\"acceptedAt\":\"2022-06-09T14:25:52+00:00\",\"userId\":177,\"lastUpdatedAt\":\"2023-11-30T15:20:16+00:00\"},{\"id\":163,\"partnerId\":99,\"sendViaEmail\":true,\"email\":\"kevin@buildingconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-13T07:59:15+00:00\",\"acceptedAt\":\"2022-06-13T07:59:15+00:00\",\"userId\":176,\"lastUpdatedAt\":\"2023-11-30T15:20:28+00:00\"},{\"id\":164,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lieven.keuppens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-15T16:05:35+00:00\",\"acceptedAt\":\"2022-06-15T16:05:35+00:00\",\"userId\":113,\"lastUpdatedAt\":\"2023-01-09T12:58:59+00:00\"},{\"id\":165,\"partnerId\":79,\"sendViaEmail\":true,\"email\":\"geertpennewaert@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-18T07:51:29+00:00\",\"acceptedAt\":\"2022-06-18T07:51:29+00:00\",\"userId\":156,\"lastUpdatedAt\":\"2023-11-30T15:21:15+00:00\"},{\"id\":166,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kevin.deblochouse@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-21T10:58:03+00:00\",\"acceptedAt\":\"2022-06-21T10:58:03+00:00\",\"userId\":181,\"lastUpdatedAt\":\"2023-01-09T12:59:03+00:00\"},{\"id\":168,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:53:55+00:00\",\"acceptedAt\":\"2022-06-24T09:53:55+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:53:55+00:00\"},{\"id\":169,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:54:28+00:00\",\"acceptedAt\":\"2022-06-24T09:54:28+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:54:28+00:00\"},{\"id\":170,\"partnerId\":101,\"sendViaEmail\":true,\"email\":\"wim123bisschop@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-27T08:51:23+00:00\",\"acceptedAt\":\"2022-06-27T08:51:23+00:00\",\"userId\":171,\"lastUpdatedAt\":\"2023-11-30T15:23:03+00:00\"},{\"id\":171,\"partnerId\":107,\"sendViaEmail\":true,\"email\":\"scofawom@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T09:42:32+00:00\",\"acceptedAt\":\"2022-06-28T09:42:32+00:00\",\"userId\":183,\"lastUpdatedAt\":\"2023-11-30T15:23:55+00:00\"},{\"id\":172,\"partnerId\":108,\"sendViaEmail\":true,\"email\":\"dheungens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T11:20:23+00:00\",\"acceptedAt\":\"2022-06-28T11:20:23+00:00\",\"userId\":184,\"lastUpdatedAt\":\"2023-11-30T15:24:22+00:00\"},{\"id\":173,\"partnerId\":96,\"sendViaEmail\":true,\"email\":\"freddy.van.lokeren@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-05T11:30:38+00:00\",\"acceptedAt\":\"2022-07-05T11:30:38+00:00\",\"userId\":169,\"lastUpdatedAt\":\"2023-11-30T15:24:52+00:00\"},{\"id\":174,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gino.damen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T11:53:56+00:00\",\"acceptedAt\":\"2022-07-06T11:53:56+00:00\",\"userId\":191,\"lastUpdatedAt\":\"2023-01-09T12:59:06+00:00\"},{\"id\":175,\"partnerId\":110,\"sendViaEmail\":true,\"email\":\"wim.de.blieck@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T12:29:04+00:00\",\"acceptedAt\":\"2022-07-06T12:29:04+00:00\",\"userId\":192,\"lastUpdatedAt\":\"2023-11-30T15:27:55+00:00\"},{\"id\":176,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivan.vanlooveren@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T13:09:51+00:00\",\"acceptedAt\":\"2022-07-06T13:09:51+00:00\",\"userId\":194,\"lastUpdatedAt\":\"2023-01-09T12:59:08+00:00\"},{\"id\":180,\"partnerId\":109,\"sendViaEmail\":true,\"email\":\"info@automationgroup.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-13T08:20:14+00:00\",\"acceptedAt\":\"2022-07-13T08:20:14+00:00\",\"userId\":185,\"lastUpdatedAt\":\"2022-08-29T14:17:24+00:00\"},{\"id\":182,\"partnerId\":198,\"sendViaEmail\":true,\"email\":\"pranaapanabalance@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-25T14:11:22+00:00\",\"acceptedAt\":\"2022-07-25T14:11:22+00:00\",\"userId\":204,\"lastUpdatedAt\":\"2022-08-29T13:26:48+00:00\"},{\"id\":183,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"benny.vanhooydonck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T08:22:41+00:00\",\"acceptedAt\":\"2022-08-04T08:22:41+00:00\",\"userId\":205,\"lastUpdatedAt\":\"2023-04-03T07:55:05+00:00\"},{\"id\":184,\"partnerId\":211,\"sendViaEmail\":true,\"email\":\"kris@krisdepoorter.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T09:03:40+00:00\",\"acceptedAt\":\"2022-08-04T09:03:40+00:00\",\"userId\":206,\"lastUpdatedAt\":\"2023-11-30T15:28:16+00:00\"},{\"id\":185,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ronny.boeckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T08:36:39+00:00\",\"acceptedAt\":\"2022-08-05T08:36:39+00:00\",\"userId\":207,\"lastUpdatedAt\":\"2023-01-09T12:59:15+00:00\"},{\"id\":186,\"partnerId\":197,\"sendViaEmail\":true,\"email\":\"pieter.wyckmans@quinz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T19:15:21+00:00\",\"acceptedAt\":\"2022-08-05T19:15:21+00:00\",\"userId\":200,\"lastUpdatedAt\":\"2022-08-05T19:15:21+00:00\"},{\"id\":187,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"karolien.verwimp@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-08T10:25:42+00:00\",\"acceptedAt\":\"2022-08-08T10:25:42+00:00\",\"userId\":208,\"lastUpdatedAt\":\"2023-01-09T12:59:18+00:00\"},{\"id\":188,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frederic.bonte@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-10T13:00:15+00:00\",\"acceptedAt\":\"2022-08-10T13:00:15+00:00\",\"userId\":211,\"lastUpdatedAt\":\"2023-11-23T14:09:23+00:00\"},{\"id\":192,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"davy.palmans@argeus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-12T12:05:23+00:00\",\"acceptedAt\":\"2022-08-12T12:05:24+00:00\",\"userId\":180,\"lastUpdatedAt\":\"2023-11-30T15:29:25+00:00\"},{\"id\":193,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-25T09:32:51+00:00\",\"acceptedAt\":\"2022-08-25T09:32:51+00:00\",\"userId\":217,\"lastUpdatedAt\":\"2022-08-29T13:34:27+00:00\"},{\"id\":194,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peggy.vanpeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T10:31:45+00:00\",\"acceptedAt\":\"2022-08-29T10:31:45+00:00\",\"userId\":219,\"lastUpdatedAt\":\"2023-01-09T12:59:29+00:00\"},{\"id\":195,\"partnerId\":213,\"sendViaEmail\":true,\"email\":\"yannickveny@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T12:29:12+00:00\",\"acceptedAt\":\"2022-08-29T12:29:12+00:00\",\"userId\":220,\"lastUpdatedAt\":\"2022-08-29T12:29:12+00:00\"},{\"id\":199,\"partnerId\":215,\"sendViaEmail\":true,\"email\":\"bw.services@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-06T08:44:28+00:00\",\"acceptedAt\":\"2022-09-06T08:44:28+00:00\",\"userId\":225,\"lastUpdatedAt\":\"2023-11-30T15:31:50+00:00\"},{\"id\":200,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"pieter.debusser@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-08T14:09:03+00:00\",\"acceptedAt\":\"2022-09-08T14:09:03+00:00\",\"userId\":228,\"lastUpdatedAt\":\"2023-01-09T12:59:32+00:00\"},{\"id\":201,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"guus.strooband@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-12T13:20:12+00:00\",\"acceptedAt\":\"2022-09-12T13:20:12+00:00\",\"userId\":230,\"lastUpdatedAt\":\"2023-08-24T10:42:26+00:00\"},{\"id\":202,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.vandepeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-15T13:18:28+00:00\",\"acceptedAt\":\"2022-09-15T13:18:28+00:00\",\"userId\":234,\"lastUpdatedAt\":\"2023-11-23T14:20:12+00:00\"},{\"id\":203,\"partnerId\":219,\"sendViaEmail\":true,\"email\":\"bart@ledernierdomino.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-17T17:17:31+00:00\",\"acceptedAt\":\"2022-09-17T17:17:31+00:00\",\"userId\":226,\"lastUpdatedAt\":\"2023-11-30T15:32:05+00:00\"},{\"id\":204,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"torre.roosenbroeck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T09:57:11+00:00\",\"acceptedAt\":\"2022-09-19T09:57:11+00:00\",\"userId\":235,\"lastUpdatedAt\":\"2023-01-09T13:00:47+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":12,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":100,\"total\":1122}}"} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":9,"partnerId":10,"sendViaEmail":true,"email":"T.vanvlem@netcomsolutions.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2021-11-30T11:22:05+00:00","acceptedAt":"2021-11-30T11:22:05+00:00","userId":7,"lastUpdatedAt":"2022-08-29T15:49:21+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":16,"partnerId":9,"sendViaEmail":true,"email":"bgaltman@netcomsolutions.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2021-12-16T22:30:28+00:00","acceptedAt":"2021-12-16T22:30:28+00:00","userId":35,"lastUpdatedAt":"2023-11-30T13:34:18+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":17,"partnerId":10,"sendViaEmail":true,"email":"s.vanstappen@veko.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2021-12-22T08:22:43+00:00","acceptedAt":"2021-12-22T08:22:43+00:00","userId":40,"lastUpdatedAt":"2022-08-29T15:49:53+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":23,"partnerId":26,"sendViaEmail":true,"email":"info@hildesmout.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2021-12-27T15:08:52+00:00","acceptedAt":"2021-12-27T15:08:52+00:00","userId":47,"lastUpdatedAt":"2022-08-29T15:18:50+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":27,"partnerId":27,"sendViaEmail":true,"email":"christophecompeers@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2021-12-27T22:45:46+00:00","acceptedAt":"2021-12-27T22:45:46+00:00","userId":19,"lastUpdatedAt":"2022-08-29T15:39:05+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":28,"partnerId":23,"sendViaEmail":true,"email":"maaike.vandenberghe@netcomsolutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2021-12-29T12:23:56+00:00","acceptedAt":"2021-12-29T12:23:56+00:00","userId":51,"lastUpdatedAt":"2021-12-29T12:23:56+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":30,"partnerId":29,"sendViaEmail":true,"email":"boekhoudingvervack@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-01-07T09:39:56+00:00","acceptedAt":"2022-01-07T09:39:57+00:00","userId":57,"lastUpdatedAt":"2023-11-30T14:07:24+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":37,"partnerId":45,"sendViaEmail":true,"email":"michael@hairconsultingbymd.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-01-23T18:06:57+00:00","acceptedAt":"2022-01-23T18:06:57+00:00","userId":64,"lastUpdatedAt":"2023-09-28T13:04:47+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":38,"partnerId":46,"sendViaEmail":true,"email":"Jeroen.bogaerts@junto.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2022-01-24T16:54:54+00:00","acceptedAt":"2022-01-24T16:54:54+00:00","userId":66,"lastUpdatedAt":"2022-01-24T16:54:54+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":39,"partnerId":46,"sendViaEmail":true,"email":"evelyne.lekime@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2022-01-24T16:54:54+00:00","acceptedAt":"2022-01-24T16:54:54+00:00","userId":67,"lastUpdatedAt":"2022-01-24T16:54:54+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":41,"partnerId":20,"sendViaEmail":true,"email":"jan.luyckx@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-02-01T14:06:50+00:00","acceptedAt":"2022-02-01T14:06:50+00:00","userId":69,"lastUpdatedAt":"2023-01-09T12:53:03+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":42,"partnerId":20,"sendViaEmail":true,"email":"thijs.campe@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-02-01T14:11:45+00:00","acceptedAt":"2022-02-01T14:11:45+00:00","userId":61,"lastUpdatedAt":"2023-01-09T12:53:06+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":45,"partnerId":50,"sendViaEmail":true,"email":"kserranne@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-02-09T22:20:16+00:00","acceptedAt":"2022-02-09T22:20:16+00:00","userId":76,"lastUpdatedAt":"2023-11-30T14:11:41+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":48,"partnerId":47,"sendViaEmail":true,"email":"ran.ancho@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-02-15T17:54:58+00:00","acceptedAt":"2022-02-15T17:54:58+00:00","userId":68,"lastUpdatedAt":"2024-05-21T13:40:16+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":50,"partnerId":52,"sendViaEmail":true,"email":"callebautdecoene@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-05T08:30:15+00:00","acceptedAt":"2022-03-05T08:30:15+00:00","userId":84,"lastUpdatedAt":"2023-11-30T14:11:51+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":52,"partnerId":13,"sendViaEmail":true,"email":"phistelle@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-08T15:26:41+00:00","acceptedAt":"2022-03-08T15:26:41+00:00","userId":17,"lastUpdatedAt":"2022-08-30T09:00:33+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":53,"partnerId":20,"sendViaEmail":true,"email":"peter.reyniers@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-09T14:46:45+00:00","acceptedAt":"2022-03-09T14:46:45+00:00","userId":90,"lastUpdatedAt":"2023-01-09T12:53:28+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":54,"partnerId":53,"sendViaEmail":true,"email":"wma.architect@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-10T12:12:33+00:00","acceptedAt":"2022-03-10T12:12:33+00:00","userId":87,"lastUpdatedAt":"2023-11-30T14:12:08+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":56,"partnerId":23,"sendViaEmail":true,"email":"cihan.kranda@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-13T13:43:59+00:00","acceptedAt":"2022-03-13T13:43:59+00:00","userId":21,"lastUpdatedAt":"2023-11-30T14:12:21+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":58,"partnerId":56,"sendViaEmail":true,"email":"nick.houthuys@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-14T06:55:08+00:00","acceptedAt":"2022-03-14T06:55:08+00:00","userId":80,"lastUpdatedAt":"2023-11-30T14:14:08+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":60,"partnerId":20,"sendViaEmail":true,"email":"siebe.verheyen@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-22T11:30:34+00:00","acceptedAt":"2022-03-22T11:30:34+00:00","userId":103,"lastUpdatedAt":"2023-01-09T12:53:32+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":61,"partnerId":20,"sendViaEmail":true,"email":"ewoud.beheydt@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-22T11:51:46+00:00","acceptedAt":"2022-03-22T11:51:46+00:00","userId":104,"lastUpdatedAt":"2023-11-23T13:58:45+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":62,"partnerId":20,"sendViaEmail":true,"email":"kathleen.sels@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-22T12:46:30+00:00","acceptedAt":"2022-03-22T12:46:30+00:00","userId":105,"lastUpdatedAt":"2023-01-09T12:53:39+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":63,"partnerId":20,"sendViaEmail":true,"email":"koen.stevens@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-22T13:06:55+00:00","acceptedAt":"2022-03-22T13:06:55+00:00","userId":106,"lastUpdatedAt":"2023-11-23T14:00:12+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":64,"partnerId":58,"sendViaEmail":true,"email":"jfleconte@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-22T14:26:36+00:00","acceptedAt":"2022-03-22T14:26:36+00:00","userId":102,"lastUpdatedAt":"2023-01-09T13:03:52+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":65,"partnerId":20,"sendViaEmail":true,"email":"jarne.vanbelleghem@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-28T11:37:25+00:00","acceptedAt":"2022-03-28T11:37:25+00:00","userId":115,"lastUpdatedAt":"2023-01-09T12:54:14+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":66,"partnerId":59,"sendViaEmail":true,"email":"john@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-29T13:12:51+00:00","acceptedAt":"2022-03-29T13:12:51+00:00","userId":88,"lastUpdatedAt":"2024-05-31T11:12:50+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":68,"partnerId":59,"sendViaEmail":true,"email":"mathieu@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-31T08:37:08+00:00","acceptedAt":"2022-03-31T08:37:08+00:00","userId":117,"lastUpdatedAt":"2024-05-31T11:12:56+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":72,"partnerId":20,"sendViaEmail":true,"email":"bob.missoorten@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-04T11:31:15+00:00","acceptedAt":"2022-04-04T11:31:15+00:00","userId":119,"lastUpdatedAt":"2023-01-09T12:54:17+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":74,"partnerId":62,"sendViaEmail":true,"email":"Hilde.verstraeten@mado.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-04T13:26:02+00:00","acceptedAt":"2022-04-04T13:26:02+00:00","userId":121,"lastUpdatedAt":"2023-11-30T14:23:34+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":78,"partnerId":20,"sendViaEmail":true,"email":"lode.janssens@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-05T13:38:46+00:00","acceptedAt":"2022-04-05T13:38:46+00:00","userId":123,"lastUpdatedAt":"2023-01-09T12:54:20+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":79,"partnerId":58,"sendViaEmail":true,"email":"g.van.hoey@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-07T08:44:39+00:00","acceptedAt":"2022-04-07T08:44:39+00:00","userId":111,"lastUpdatedAt":"2023-01-09T13:03:49+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":82,"partnerId":58,"sendViaEmail":true,"email":"j.vandenberghe@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-07T14:34:30+00:00","acceptedAt":"2022-04-07T14:34:30+00:00","userId":101,"lastUpdatedAt":"2023-01-09T13:03:45+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":85,"partnerId":20,"sendViaEmail":true,"email":"tom.billiau@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-08T10:06:50+00:00","acceptedAt":"2022-04-08T10:06:50+00:00","userId":107,"lastUpdatedAt":"2023-04-03T07:55:21+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":87,"partnerId":58,"sendViaEmail":true,"email":"s.de.roo@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-08T11:04:51+00:00","acceptedAt":"2022-04-08T11:04:51+00:00","userId":100,"lastUpdatedAt":"2023-01-09T13:03:43+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":89,"partnerId":67,"sendViaEmail":true,"email":"caat.vanbelle@vanbelle.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-14T11:26:56+00:00","acceptedAt":"2022-04-20T06:57:53+00:00","userId":131,"lastUpdatedAt":"2022-08-29T14:50:06+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":92,"partnerId":64,"sendViaEmail":true,"email":"p.mareels@belgacom.net","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-20T13:22:14+00:00","acceptedAt":"2022-04-20T13:22:14+00:00","userId":124,"lastUpdatedAt":"2023-01-31T08:43:38+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":94,"partnerId":58,"sendViaEmail":true,"email":"l.stoffelen@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-25T15:06:36+00:00","acceptedAt":"2022-04-25T15:06:36+00:00","userId":110,"lastUpdatedAt":"2023-01-09T13:03:37+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":95,"partnerId":82,"sendViaEmail":true,"email":"katleen.vdw@aol.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-26T08:02:13+00:00","acceptedAt":"2022-04-26T08:02:13+00:00","userId":79,"lastUpdatedAt":"2023-05-31T09:38:16+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":105,"partnerId":20,"sendViaEmail":true,"email":"demo@netcomsolutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-30T13:22:01+00:00","acceptedAt":"2022-04-30T13:22:01+00:00","userId":138,"lastUpdatedAt":"2023-01-09T12:55:00+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":106,"partnerId":23,"sendViaEmail":true,"email":"demo@netcomsolutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-30T13:23:57+00:00","acceptedAt":"2022-04-30T13:23:57+00:00","userId":138,"lastUpdatedAt":"2023-11-30T14:25:39+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":111,"partnerId":61,"sendViaEmail":true,"email":"carmelo.luparello@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-05T17:28:45+00:00","acceptedAt":"2022-05-05T17:28:45+00:00","userId":116,"lastUpdatedAt":"2023-08-18T09:52:50+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":112,"partnerId":20,"sendViaEmail":true,"email":"vmeynen@outlook.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-06T13:39:21+00:00","acceptedAt":"2022-05-06T13:39:21+00:00","userId":109,"lastUpdatedAt":"2023-01-09T12:55:03+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite due to missing ID or UserID. {"invite_data":{"id":114,"partnerId":62,"sendViaEmail":true,"email":"RFID@mado.be","language":"nl","acceptUrl":"https://cp.blulinc.com/public/invite/65425cbd-2506-47ff-bfb4-2e33e04e7135","options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"sent","createdAt":"2022-05-06T14:35:26+00:00","acceptedAt":null,"userId":null,"lastUpdatedAt":"2023-11-30T14:30:13+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":120,"partnerId":89,"sendViaEmail":true,"email":"celgeenen@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-09T10:00:56+00:00","acceptedAt":"2022-05-09T10:00:56+00:00","userId":145,"lastUpdatedAt":"2023-09-30T06:40:58+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":121,"partnerId":90,"sendViaEmail":true,"email":"kris@intwit.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-09T13:41:39+00:00","acceptedAt":"2022-05-09T13:41:39+00:00","userId":146,"lastUpdatedAt":"2022-08-29T15:01:21+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":122,"partnerId":20,"sendViaEmail":true,"email":"johan.desmet@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-10T08:44:04+00:00","acceptedAt":"2022-05-10T08:44:04+00:00","userId":147,"lastUpdatedAt":"2023-01-09T12:55:06+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":125,"partnerId":20,"sendViaEmail":true,"email":"ralf.joris@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-16T05:02:49+00:00","acceptedAt":"2022-05-16T05:02:49+00:00","userId":143,"lastUpdatedAt":"2023-01-09T12:55:09+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":127,"partnerId":62,"sendViaEmail":true,"email":"hilde@mado.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-16T09:47:43+00:00","acceptedAt":"2022-05-16T09:47:43+00:00","userId":122,"lastUpdatedAt":"2023-11-30T14:30:26+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":130,"partnerId":84,"sendViaEmail":true,"email":"gertvanlaeken@hotmail.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-16T17:16:29+00:00","acceptedAt":"2022-05-16T17:16:29+00:00","userId":134,"lastUpdatedAt":"2023-02-08T11:17:05+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":134,"partnerId":51,"sendViaEmail":true,"email":"wim@entrie.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-17T16:36:14+00:00","acceptedAt":"2022-05-17T16:36:14+00:00","userId":74,"lastUpdatedAt":"2023-05-31T09:38:34+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":140,"partnerId":20,"sendViaEmail":true,"email":"nielvandingenen@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-23T11:46:43+00:00","acceptedAt":"2022-05-23T11:46:43+00:00","userId":154,"lastUpdatedAt":"2023-01-09T12:55:14+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":141,"partnerId":20,"sendViaEmail":true,"email":"ine.arits@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-23T11:47:17+00:00","acceptedAt":"2022-05-23T11:47:17+00:00","userId":155,"lastUpdatedAt":"2023-11-23T14:05:03+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":142,"partnerId":92,"sendViaEmail":true,"email":"koen@montagewinkel.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-23T12:34:39+00:00","acceptedAt":"2022-05-23T12:34:39+00:00","userId":142,"lastUpdatedAt":"2023-05-31T11:30:11+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":145,"partnerId":20,"sendViaEmail":true,"email":"stijn.paulissen@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-24T12:24:55+00:00","acceptedAt":"2022-05-24T12:24:55+00:00","userId":160,"lastUpdatedAt":"2023-01-09T12:55:38+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":146,"partnerId":20,"sendViaEmail":true,"email":"stefan.dils@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-25T10:19:27+00:00","acceptedAt":"2022-05-25T10:19:27+00:00","userId":161,"lastUpdatedAt":"2023-01-09T12:55:41+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":147,"partnerId":20,"sendViaEmail":true,"email":"jo.smeyers@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-31T09:40:54+00:00","acceptedAt":"2022-05-31T09:40:54+00:00","userId":162,"lastUpdatedAt":"2023-11-23T14:06:32+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":148,"partnerId":94,"sendViaEmail":true,"email":"greetverleyen@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-31T13:27:57+00:00","acceptedAt":"2022-05-31T13:27:57+00:00","userId":163,"lastUpdatedAt":"2023-11-30T15:13:31+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":149,"partnerId":95,"sendViaEmail":true,"email":"bart@ibucon.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-31T14:05:24+00:00","acceptedAt":"2022-05-31T14:05:24+00:00","userId":164,"lastUpdatedAt":"2022-08-29T14:28:21+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":151,"partnerId":20,"sendViaEmail":true,"email":"kristoftollet@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-03T08:15:40+00:00","acceptedAt":"2022-06-03T08:15:40+00:00","userId":166,"lastUpdatedAt":"2023-01-09T12:55:47+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":152,"partnerId":20,"sendViaEmail":true,"email":"frank.rutten@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-03T08:58:06+00:00","acceptedAt":"2022-06-03T08:58:06+00:00","userId":167,"lastUpdatedAt":"2023-01-09T12:56:46+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":153,"partnerId":20,"sendViaEmail":true,"email":"wesley.breugelmans@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-03T13:20:31+00:00","acceptedAt":"2022-06-03T13:20:31+00:00","userId":168,"lastUpdatedAt":"2023-01-09T12:56:43+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":154,"partnerId":97,"sendViaEmail":true,"email":"jensdv42@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-07T15:40:20+00:00","acceptedAt":"2022-06-07T15:40:21+00:00","userId":170,"lastUpdatedAt":"2022-08-29T14:49:52+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":155,"partnerId":20,"sendViaEmail":true,"email":"geert.keustermans@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-08T09:02:17+00:00","acceptedAt":"2022-06-08T09:02:17+00:00","userId":172,"lastUpdatedAt":"2023-01-09T12:56:39+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":156,"partnerId":20,"sendViaEmail":true,"email":"caroline.avonds@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-08T09:35:56+00:00","acceptedAt":"2022-06-08T09:35:56+00:00","userId":173,"lastUpdatedAt":"2023-01-09T12:56:36+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":157,"partnerId":20,"sendViaEmail":true,"email":"christel.boogaerts@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-08T12:19:29+00:00","acceptedAt":"2022-06-08T12:19:29+00:00","userId":125,"lastUpdatedAt":"2023-01-09T12:56:33+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":158,"partnerId":98,"sendViaEmail":true,"email":"info@renodaf.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-09T10:33:55+00:00","acceptedAt":"2022-06-09T10:33:56+00:00","userId":174,"lastUpdatedAt":"2023-07-25T07:11:32+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":159,"partnerId":67,"sendViaEmail":true,"email":"rudy.vanbelle@vanbelle.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-09T11:08:33+00:00","acceptedAt":"2022-06-09T11:08:33+00:00","userId":175,"lastUpdatedAt":"2022-08-29T14:50:28+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":161,"partnerId":100,"sendViaEmail":true,"email":"koen.holvoet2@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-09T14:25:52+00:00","acceptedAt":"2022-06-09T14:25:52+00:00","userId":177,"lastUpdatedAt":"2023-11-30T15:20:16+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":163,"partnerId":99,"sendViaEmail":true,"email":"kevin@buildingconsulting.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-13T07:59:15+00:00","acceptedAt":"2022-06-13T07:59:15+00:00","userId":176,"lastUpdatedAt":"2023-11-30T15:20:28+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":164,"partnerId":20,"sendViaEmail":true,"email":"lieven.keuppens@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-15T16:05:35+00:00","acceptedAt":"2022-06-15T16:05:35+00:00","userId":113,"lastUpdatedAt":"2023-01-09T12:58:59+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":165,"partnerId":79,"sendViaEmail":true,"email":"geertpennewaert@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-18T07:51:29+00:00","acceptedAt":"2022-06-18T07:51:29+00:00","userId":156,"lastUpdatedAt":"2023-11-30T15:21:15+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":166,"partnerId":20,"sendViaEmail":true,"email":"kevin.deblochouse@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-21T10:58:03+00:00","acceptedAt":"2022-06-21T10:58:03+00:00","userId":181,"lastUpdatedAt":"2023-01-09T12:59:03+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":168,"partnerId":23,"sendViaEmail":true,"email":"cihan.kranda@netcomsolutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-24T09:53:55+00:00","acceptedAt":"2022-06-24T09:53:55+00:00","userId":2,"lastUpdatedAt":"2022-06-24T09:53:55+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":169,"partnerId":59,"sendViaEmail":true,"email":"cihan.kranda@netcomsolutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-24T09:54:28+00:00","acceptedAt":"2022-06-24T09:54:28+00:00","userId":2,"lastUpdatedAt":"2022-06-24T09:54:28+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":170,"partnerId":101,"sendViaEmail":true,"email":"wim123bisschop@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-27T08:51:23+00:00","acceptedAt":"2022-06-27T08:51:23+00:00","userId":171,"lastUpdatedAt":"2023-11-30T15:23:03+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":171,"partnerId":107,"sendViaEmail":true,"email":"scofawom@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-28T09:42:32+00:00","acceptedAt":"2022-06-28T09:42:32+00:00","userId":183,"lastUpdatedAt":"2023-11-30T15:23:55+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":172,"partnerId":108,"sendViaEmail":true,"email":"dheungens@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-28T11:20:23+00:00","acceptedAt":"2022-06-28T11:20:23+00:00","userId":184,"lastUpdatedAt":"2023-11-30T15:24:22+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":173,"partnerId":96,"sendViaEmail":true,"email":"freddy.van.lokeren@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-07-05T11:30:38+00:00","acceptedAt":"2022-07-05T11:30:38+00:00","userId":169,"lastUpdatedAt":"2023-11-30T15:24:52+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":174,"partnerId":20,"sendViaEmail":true,"email":"gino.damen@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-07-06T11:53:56+00:00","acceptedAt":"2022-07-06T11:53:56+00:00","userId":191,"lastUpdatedAt":"2023-01-09T12:59:06+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":175,"partnerId":110,"sendViaEmail":true,"email":"wim.de.blieck@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-07-06T12:29:04+00:00","acceptedAt":"2022-07-06T12:29:04+00:00","userId":192,"lastUpdatedAt":"2023-11-30T15:27:55+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":176,"partnerId":20,"sendViaEmail":true,"email":"ivan.vanlooveren@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-07-06T13:09:51+00:00","acceptedAt":"2022-07-06T13:09:51+00:00","userId":194,"lastUpdatedAt":"2023-01-09T12:59:08+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":180,"partnerId":109,"sendViaEmail":true,"email":"info@automationgroup.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-07-13T08:20:14+00:00","acceptedAt":"2022-07-13T08:20:14+00:00","userId":185,"lastUpdatedAt":"2022-08-29T14:17:24+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":182,"partnerId":198,"sendViaEmail":true,"email":"pranaapanabalance@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-07-25T14:11:22+00:00","acceptedAt":"2022-07-25T14:11:22+00:00","userId":204,"lastUpdatedAt":"2022-08-29T13:26:48+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":183,"partnerId":20,"sendViaEmail":true,"email":"benny.vanhooydonck@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-04T08:22:41+00:00","acceptedAt":"2022-08-04T08:22:41+00:00","userId":205,"lastUpdatedAt":"2023-04-03T07:55:05+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":184,"partnerId":211,"sendViaEmail":true,"email":"kris@krisdepoorter.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-04T09:03:40+00:00","acceptedAt":"2022-08-04T09:03:40+00:00","userId":206,"lastUpdatedAt":"2023-11-30T15:28:16+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":185,"partnerId":20,"sendViaEmail":true,"email":"ronny.boeckx@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-05T08:36:39+00:00","acceptedAt":"2022-08-05T08:36:39+00:00","userId":207,"lastUpdatedAt":"2023-01-09T12:59:15+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":186,"partnerId":197,"sendViaEmail":true,"email":"pieter.wyckmans@quinz.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-05T19:15:21+00:00","acceptedAt":"2022-08-05T19:15:21+00:00","userId":200,"lastUpdatedAt":"2022-08-05T19:15:21+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":187,"partnerId":20,"sendViaEmail":true,"email":"karolien.verwimp@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-08T10:25:42+00:00","acceptedAt":"2022-08-08T10:25:42+00:00","userId":208,"lastUpdatedAt":"2023-01-09T12:59:18+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":188,"partnerId":20,"sendViaEmail":true,"email":"frederic.bonte@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-10T13:00:15+00:00","acceptedAt":"2022-08-10T13:00:15+00:00","userId":211,"lastUpdatedAt":"2023-11-23T14:09:23+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":192,"partnerId":25,"sendViaEmail":true,"email":"davy.palmans@argeus.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-12T12:05:23+00:00","acceptedAt":"2022-08-12T12:05:24+00:00","userId":180,"lastUpdatedAt":"2023-11-30T15:29:25+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":193,"partnerId":212,"sendViaEmail":true,"email":"tino.vanhecke@ramenvanhecke.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-25T09:32:51+00:00","acceptedAt":"2022-08-25T09:32:51+00:00","userId":217,"lastUpdatedAt":"2022-08-29T13:34:27+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":194,"partnerId":20,"sendViaEmail":true,"email":"peggy.vanpeer@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-29T10:31:45+00:00","acceptedAt":"2022-08-29T10:31:45+00:00","userId":219,"lastUpdatedAt":"2023-01-09T12:59:29+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":195,"partnerId":213,"sendViaEmail":true,"email":"yannickveny@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-29T12:29:12+00:00","acceptedAt":"2022-08-29T12:29:12+00:00","userId":220,"lastUpdatedAt":"2022-08-29T12:29:12+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":199,"partnerId":215,"sendViaEmail":true,"email":"bw.services@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-06T08:44:28+00:00","acceptedAt":"2022-09-06T08:44:28+00:00","userId":225,"lastUpdatedAt":"2023-11-30T15:31:50+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":200,"partnerId":20,"sendViaEmail":true,"email":"pieter.debusser@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-08T14:09:03+00:00","acceptedAt":"2022-09-08T14:09:03+00:00","userId":228,"lastUpdatedAt":"2023-01-09T12:59:32+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":201,"partnerId":20,"sendViaEmail":true,"email":"guus.strooband@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-12T13:20:12+00:00","acceptedAt":"2022-09-12T13:20:12+00:00","userId":230,"lastUpdatedAt":"2023-08-24T10:42:26+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":202,"partnerId":20,"sendViaEmail":true,"email":"tom.vandepeer@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-15T13:18:28+00:00","acceptedAt":"2022-09-15T13:18:28+00:00","userId":234,"lastUpdatedAt":"2023-11-23T14:20:12+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":203,"partnerId":219,"sendViaEmail":true,"email":"bart@ledernierdomino.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-17T17:17:31+00:00","acceptedAt":"2022-09-17T17:17:31+00:00","userId":226,"lastUpdatedAt":"2023-11-30T15:32:05+00:00"}} 
[2025-07-17 18:52:21] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":204,"partnerId":20,"sendViaEmail":true,"email":"torre.roosenbroeck@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-19T09:57:11+00:00","acceptedAt":"2022-09-19T09:57:11+00:00","userId":235,"lastUpdatedAt":"2023-01-09T13:00:47+00:00"}} 
[2025-07-17 18:52:22] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":205,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tina.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T12:18:42+00:00\",\"acceptedAt\":\"2022-09-19T12:18:42+00:00\",\"userId\":224,\"lastUpdatedAt\":\"2022-09-19T12:18:42+00:00\"},{\"id\":206,\"partnerId\":111,\"sendViaEmail\":true,\"email\":\"vanheckeann@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-20T07:32:02+00:00\",\"acceptedAt\":\"2022-09-20T07:32:02+00:00\",\"userId\":193,\"lastUpdatedAt\":\"2022-09-20T07:32:02+00:00\"},{\"id\":207,\"partnerId\":220,\"sendViaEmail\":true,\"email\":\"ronny-smet@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-20T11:21:59+00:00\",\"acceptedAt\":\"2022-09-20T11:21:59+00:00\",\"userId\":237,\"lastUpdatedAt\":\"2023-11-30T15:33:13+00:00\"},{\"id\":208,\"partnerId\":222,\"sendViaEmail\":true,\"email\":\"w.janse@jaleco-havaro.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-20T12:33:18+00:00\",\"acceptedAt\":\"2022-09-20T12:33:18+00:00\",\"userId\":238,\"lastUpdatedAt\":\"2023-11-30T15:33:19+00:00\"},{\"id\":209,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gerrit.blommaert@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-21T11:21:15+00:00\",\"acceptedAt\":\"2022-09-21T11:21:15+00:00\",\"userId\":239,\"lastUpdatedAt\":\"2023-01-09T13:00:51+00:00\"},{\"id\":210,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"dirk.milis@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-28T13:27:47+00:00\",\"acceptedAt\":\"2022-09-28T13:27:47+00:00\",\"userId\":244,\"lastUpdatedAt\":\"2023-01-09T13:00:55+00:00\"},{\"id\":212,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nevena.misovic@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-28T13:42:38+00:00\",\"acceptedAt\":\"2022-09-28T13:42:38+00:00\",\"userId\":245,\"lastUpdatedAt\":\"2023-01-09T13:00:59+00:00\"},{\"id\":218,\"partnerId\":241,\"sendViaEmail\":true,\"email\":\"info@jdbschrijnwerk.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-05T10:45:40+00:00\",\"acceptedAt\":\"2022-10-05T10:45:40+00:00\",\"userId\":246,\"lastUpdatedAt\":\"2023-11-30T15:33:32+00:00\"},{\"id\":219,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"marino.waem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-11T15:04:40+00:00\",\"acceptedAt\":\"2022-10-11T15:04:40+00:00\",\"userId\":247,\"lastUpdatedAt\":\"2023-01-09T13:01:03+00:00\"},{\"id\":220,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lex.berkhout@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-11T15:05:10+00:00\",\"acceptedAt\":\"2022-10-11T15:05:10+00:00\",\"userId\":249,\"lastUpdatedAt\":\"2023-01-09T13:01:08+00:00\"},{\"id\":221,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jonas.baeyens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-11T15:05:41+00:00\",\"acceptedAt\":\"2022-10-11T15:05:41+00:00\",\"userId\":248,\"lastUpdatedAt\":\"2023-01-09T13:01:12+00:00\"},{\"id\":222,\"partnerId\":259,\"sendViaEmail\":true,\"email\":\"carmenverbeke@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-17T11:50:14+00:00\",\"acceptedAt\":\"2022-10-17T11:50:14+00:00\",\"userId\":253,\"lastUpdatedAt\":\"2023-11-30T15:35:36+00:00\"},{\"id\":223,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wim.coessens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-17T13:22:05+00:00\",\"acceptedAt\":\"2022-10-17T13:22:05+00:00\",\"userId\":254,\"lastUpdatedAt\":\"2023-01-09T13:01:17+00:00\"},{\"id\":225,\"partnerId\":260,\"sendViaEmail\":true,\"email\":\"pauldeclercq@curon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-20T10:37:09+00:00\",\"acceptedAt\":\"2022-10-20T10:37:09+00:00\",\"userId\":257,\"lastUpdatedAt\":\"2023-01-09T13:08:01+00:00\"},{\"id\":227,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"walter.beeckmans@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-02T15:40:45+00:00\",\"acceptedAt\":\"2022-11-02T15:40:45+00:00\",\"userId\":267,\"lastUpdatedAt\":\"2023-01-09T13:01:48+00:00\"},{\"id\":228,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.smet@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-03T09:21:42+00:00\",\"acceptedAt\":\"2022-11-03T09:21:42+00:00\",\"userId\":269,\"lastUpdatedAt\":\"2023-01-09T13:01:45+00:00\"},{\"id\":229,\"partnerId\":269,\"sendViaEmail\":true,\"email\":\"rudiziko@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-07T15:30:57+00:00\",\"acceptedAt\":\"2022-11-07T15:30:57+00:00\",\"userId\":271,\"lastUpdatedAt\":\"2023-11-30T15:35:50+00:00\"},{\"id\":230,\"partnerId\":260,\"sendViaEmail\":true,\"email\":\"margotvernijns@curon.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-08T13:05:34+00:00\",\"acceptedAt\":\"2022-11-08T13:05:34+00:00\",\"userId\":273,\"lastUpdatedAt\":\"2023-01-09T13:04:35+00:00\"},{\"id\":231,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ann.schauwers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-08T13:52:21+00:00\",\"acceptedAt\":\"2022-11-08T13:52:21+00:00\",\"userId\":274,\"lastUpdatedAt\":\"2023-01-09T13:01:42+00:00\"},{\"id\":233,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"katleenboydens@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-16T11:19:22+00:00\",\"acceptedAt\":\"2022-11-16T11:19:22+00:00\",\"userId\":277,\"lastUpdatedAt\":\"2023-01-09T13:05:20+00:00\"},{\"id\":235,\"partnerId\":274,\"sendViaEmail\":true,\"email\":\"isabellalaura@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-23T11:58:28+00:00\",\"acceptedAt\":\"2022-11-23T11:58:28+00:00\",\"userId\":283,\"lastUpdatedAt\":\"2023-02-10T14:56:12+00:00\"},{\"id\":236,\"partnerId\":275,\"sendViaEmail\":true,\"email\":\"kristof@immotrix.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-23T13:00:55+00:00\",\"acceptedAt\":\"2022-11-23T13:00:55+00:00\",\"userId\":284,\"lastUpdatedAt\":\"2023-11-30T15:40:37+00:00\"},{\"id\":237,\"partnerId\":276,\"sendViaEmail\":true,\"email\":\"johan.blommaert@btj-service.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-23T16:09:35+00:00\",\"acceptedAt\":\"2022-11-23T16:09:35+00:00\",\"userId\":285,\"lastUpdatedAt\":\"2023-11-30T15:41:18+00:00\"},{\"id\":238,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"tineseyen@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-24T12:54:01+00:00\",\"acceptedAt\":\"2022-11-24T12:54:01+00:00\",\"userId\":288,\"lastUpdatedAt\":\"2023-01-09T13:04:58+00:00\"},{\"id\":239,\"partnerId\":277,\"sendViaEmail\":true,\"email\":\"patrickkerkhofs@konradholding.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-24T16:37:17+00:00\",\"acceptedAt\":\"2022-11-24T16:37:17+00:00\",\"userId\":290,\"lastUpdatedAt\":\"2022-11-24T16:37:17+00:00\"},{\"id\":241,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"dirk.vanroy@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-25T12:11:11+00:00\",\"acceptedAt\":\"2022-11-25T12:11:11+00:00\",\"userId\":292,\"lastUpdatedAt\":\"2023-01-09T13:01:40+00:00\"},{\"id\":243,\"partnerId\":279,\"sendViaEmail\":true,\"email\":\"ewanten@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-30T11:49:59+00:00\",\"acceptedAt\":\"2022-11-30T11:49:59+00:00\",\"userId\":46,\"lastUpdatedAt\":\"2022-11-30T11:49:59+00:00\"},{\"id\":244,\"partnerId\":11,\"sendViaEmail\":true,\"email\":\"eric.stevens@themailingfactory.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-30T16:13:31+00:00\",\"acceptedAt\":\"2022-11-30T16:13:31+00:00\",\"userId\":297,\"lastUpdatedAt\":\"2022-11-30T16:13:31+00:00\"},{\"id\":246,\"partnerId\":281,\"sendViaEmail\":true,\"email\":\"thuisverplegingevi@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-07T12:17:44+00:00\",\"acceptedAt\":\"2022-12-07T12:17:44+00:00\",\"userId\":301,\"lastUpdatedAt\":\"2022-12-07T12:17:44+00:00\"},{\"id\":247,\"partnerId\":282,\"sendViaEmail\":true,\"email\":\"isabelle.verheyen@tandarts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-08T10:49:36+00:00\",\"acceptedAt\":\"2022-12-08T10:49:36+00:00\",\"userId\":294,\"lastUpdatedAt\":\"2022-12-08T10:49:36+00:00\"},{\"id\":248,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"familie.mareels@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-12T09:45:16+00:00\",\"acceptedAt\":\"2022-12-12T09:45:16+00:00\",\"userId\":302,\"lastUpdatedAt\":\"2023-01-31T08:42:25+00:00\"},{\"id\":250,\"partnerId\":284,\"sendViaEmail\":false,\"email\":\"info@padel-idegem.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-16T15:22:59+00:00\",\"acceptedAt\":\"2022-12-16T15:22:59+00:00\",\"userId\":307,\"lastUpdatedAt\":\"2023-11-30T15:43:31+00:00\"},{\"id\":251,\"partnerId\":285,\"sendViaEmail\":false,\"email\":\"ellen.ketsman@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-16T15:36:43+00:00\",\"acceptedAt\":\"2022-12-16T15:36:43+00:00\",\"userId\":308,\"lastUpdatedAt\":\"2023-05-24T11:14:19+00:00\"},{\"id\":252,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christofsandy@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-20T15:31:58+00:00\",\"acceptedAt\":\"2022-12-20T15:31:58+00:00\",\"userId\":305,\"lastUpdatedAt\":\"2023-01-09T13:01:36+00:00\"},{\"id\":253,\"partnerId\":287,\"sendViaEmail\":true,\"email\":\"joel@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-22T14:52:15+00:00\",\"acceptedAt\":\"2022-12-22T14:52:15+00:00\",\"userId\":295,\"lastUpdatedAt\":\"2023-05-31T11:35:19+00:00\"},{\"id\":254,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"pascaldebbaut@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-23T14:26:43+00:00\",\"acceptedAt\":\"2022-12-23T14:26:43+00:00\",\"userId\":310,\"lastUpdatedAt\":\"2023-11-30T15:43:45+00:00\"},{\"id\":255,\"partnerId\":288,\"sendViaEmail\":false,\"email\":\"ludocaberg@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-27T12:04:19+00:00\",\"acceptedAt\":\"2022-12-27T12:04:19+00:00\",\"userId\":311,\"lastUpdatedAt\":\"2023-11-30T15:43:54+00:00\"},{\"id\":256,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"dennis@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-30T15:37:51+00:00\",\"acceptedAt\":\"2022-12-30T15:37:51+00:00\",\"userId\":313,\"lastUpdatedAt\":\"2024-05-31T11:13:00+00:00\"},{\"id\":259,\"partnerId\":294,\"sendViaEmail\":true,\"email\":\"djeylan.dezutter@probis-plus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-10T16:17:17+00:00\",\"acceptedAt\":\"2023-01-10T16:17:17+00:00\",\"userId\":320,\"lastUpdatedAt\":\"2023-01-10T16:17:17+00:00\"},{\"id\":260,\"partnerId\":280,\"sendViaEmail\":true,\"email\":\"ozkanyurdaer@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-11T13:27:31+00:00\",\"acceptedAt\":\"2023-01-11T13:27:31+00:00\",\"userId\":296,\"lastUpdatedAt\":\"2023-11-15T13:35:14+00:00\"},{\"id\":262,\"partnerId\":295,\"sendViaEmail\":true,\"email\":\"mvandenhooft@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-17T10:27:05+00:00\",\"acceptedAt\":\"2023-01-17T10:27:05+00:00\",\"userId\":323,\"lastUpdatedAt\":\"2023-01-17T10:27:05+00:00\"},{\"id\":263,\"partnerId\":296,\"sendViaEmail\":true,\"email\":\"philippe.rooseleer@fibizpartners.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-17T13:53:58+00:00\",\"acceptedAt\":\"2023-01-17T13:53:58+00:00\",\"userId\":318,\"lastUpdatedAt\":\"2023-11-30T15:48:38+00:00\"},{\"id\":264,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"p.vanbelle@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-18T12:42:08+00:00\",\"acceptedAt\":\"2023-01-18T12:42:08+00:00\",\"userId\":327,\"lastUpdatedAt\":\"2023-01-18T12:42:08+00:00\"},{\"id\":265,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"jan.everaert@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T13:21:56+00:00\",\"acceptedAt\":\"2023-01-19T13:21:56+00:00\",\"userId\":330,\"lastUpdatedAt\":\"2023-01-19T13:21:56+00:00\"},{\"id\":266,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"senne.depeuter@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T13:40:58+00:00\",\"acceptedAt\":\"2023-01-19T13:40:58+00:00\",\"userId\":331,\"lastUpdatedAt\":\"2023-01-19T13:40:58+00:00\"},{\"id\":267,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"tuur.depreter@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T13:50:36+00:00\",\"acceptedAt\":\"2023-01-19T13:50:36+00:00\",\"userId\":332,\"lastUpdatedAt\":\"2023-01-19T13:50:36+00:00\"},{\"id\":268,\"partnerId\":298,\"sendViaEmail\":true,\"email\":\"bartel@zenses.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T15:50:16+00:00\",\"acceptedAt\":\"2023-01-19T15:50:16+00:00\",\"userId\":325,\"lastUpdatedAt\":\"2023-02-06T13:22:26+00:00\"},{\"id\":269,\"partnerId\":298,\"sendViaEmail\":true,\"email\":\"pascal@zenses.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T15:51:03+00:00\",\"acceptedAt\":\"2023-01-19T15:51:04+00:00\",\"userId\":333,\"lastUpdatedAt\":\"2023-04-06T14:15:52+00:00\"},{\"id\":271,\"partnerId\":300,\"sendViaEmail\":false,\"email\":\"katgoemaere77@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-20T10:16:44+00:00\",\"acceptedAt\":\"2023-01-20T10:16:44+00:00\",\"userId\":336,\"lastUpdatedAt\":\"2023-01-20T10:16:44+00:00\"},{\"id\":273,\"partnerId\":301,\"sendViaEmail\":false,\"email\":\"chris.phlips@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-20T14:18:23+00:00\",\"acceptedAt\":\"2023-01-20T14:18:23+00:00\",\"userId\":338,\"lastUpdatedAt\":\"2023-01-20T14:18:23+00:00\"},{\"id\":274,\"partnerId\":302,\"sendViaEmail\":true,\"email\":\"autobel@live.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-01-23T14:48:53+00:00\",\"acceptedAt\":\"2023-01-23T14:48:53+00:00\",\"userId\":339,\"lastUpdatedAt\":\"2023-01-23T14:48:53+00:00\"},{\"id\":277,\"partnerId\":303,\"sendViaEmail\":false,\"email\":\"eric.de.bruyn1@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-24T13:55:00+00:00\",\"acceptedAt\":\"2023-01-24T13:55:00+00:00\",\"userId\":343,\"lastUpdatedAt\":\"2023-01-24T13:55:00+00:00\"},{\"id\":281,\"partnerId\":304,\"sendViaEmail\":true,\"email\":\"info@casacava.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-25T11:14:17+00:00\",\"acceptedAt\":\"2023-01-25T11:14:17+00:00\",\"userId\":344,\"lastUpdatedAt\":\"2023-01-25T11:14:17+00:00\"},{\"id\":283,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"dries.vranckx@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-26T09:22:31+00:00\",\"acceptedAt\":\"2023-01-26T09:22:31+00:00\",\"userId\":352,\"lastUpdatedAt\":\"2023-01-26T09:22:31+00:00\"},{\"id\":284,\"partnerId\":305,\"sendViaEmail\":true,\"email\":\"info@cgoconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-27T11:43:18+00:00\",\"acceptedAt\":\"2023-01-27T11:43:18+00:00\",\"userId\":353,\"lastUpdatedAt\":\"2023-01-27T11:43:18+00:00\"},{\"id\":285,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"philippe@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-30T16:21:50+00:00\",\"acceptedAt\":\"2023-01-30T16:21:50+00:00\",\"userId\":355,\"lastUpdatedAt\":\"2023-11-30T12:06:55+00:00\"},{\"id\":286,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pina.debeck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-31T09:39:25+00:00\",\"acceptedAt\":\"2023-01-31T09:39:25+00:00\",\"userId\":356,\"lastUpdatedAt\":\"2023-11-14T15:18:35+00:00\"},{\"id\":287,\"partnerId\":306,\"sendViaEmail\":false,\"email\":\"marcbmddakwerken@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-31T13:11:33+00:00\",\"acceptedAt\":\"2023-01-31T13:11:33+00:00\",\"userId\":357,\"lastUpdatedAt\":\"2023-01-31T13:11:33+00:00\"},{\"id\":288,\"partnerId\":308,\"sendViaEmail\":false,\"email\":\"bart_matth@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-02T16:03:14+00:00\",\"acceptedAt\":\"2023-02-02T16:03:14+00:00\",\"userId\":360,\"lastUpdatedAt\":\"2023-02-02T16:03:14+00:00\"},{\"id\":289,\"partnerId\":310,\"sendViaEmail\":true,\"email\":\"lucdebock@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-02-03T13:07:49+00:00\",\"acceptedAt\":\"2023-02-03T13:07:49+00:00\",\"userId\":359,\"lastUpdatedAt\":\"2023-02-03T13:07:49+00:00\"},{\"id\":290,\"partnerId\":290,\"sendViaEmail\":true,\"email\":\"wdt@wdt.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-04T13:33:23+00:00\",\"acceptedAt\":\"2023-02-04T13:33:23+00:00\",\"userId\":260,\"lastUpdatedAt\":\"2023-11-30T13:32:07+00:00\"},{\"id\":291,\"partnerId\":312,\"sendViaEmail\":false,\"email\":\"tuinenroels@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-09T10:16:27+00:00\",\"acceptedAt\":\"2023-02-09T10:16:27+00:00\",\"userId\":364,\"lastUpdatedAt\":\"2023-02-09T10:16:27+00:00\"},{\"id\":292,\"partnerId\":299,\"sendViaEmail\":true,\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-09T11:44:07+00:00\",\"acceptedAt\":\"2023-02-09T11:44:07+00:00\",\"userId\":335,\"lastUpdatedAt\":\"2023-02-09T11:44:07+00:00\"},{\"id\":294,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"nico.caers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-15T12:03:40+00:00\",\"acceptedAt\":\"2023-02-15T12:03:40+00:00\",\"userId\":376,\"lastUpdatedAt\":\"2023-02-15T12:03:40+00:00\"},{\"id\":295,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"alex.vantilborg@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-15T12:07:23+00:00\",\"acceptedAt\":\"2023-02-15T12:07:23+00:00\",\"userId\":377,\"lastUpdatedAt\":\"2023-02-15T12:07:23+00:00\"},{\"id\":296,\"partnerId\":315,\"sendViaEmail\":false,\"email\":\"vvanvlodrop@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-20T09:55:10+00:00\",\"acceptedAt\":\"2023-02-20T09:55:10+00:00\",\"userId\":383,\"lastUpdatedAt\":\"2023-02-20T09:55:10+00:00\"},{\"id\":297,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"rudi.broos@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T09:22:43+00:00\",\"acceptedAt\":\"2023-02-21T09:22:43+00:00\",\"userId\":384,\"lastUpdatedAt\":\"2023-02-21T09:22:43+00:00\"},{\"id\":298,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"wim.naenen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T13:11:07+00:00\",\"acceptedAt\":\"2023-02-21T13:11:07+00:00\",\"userId\":386,\"lastUpdatedAt\":\"2023-02-21T13:11:07+00:00\"},{\"id\":299,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pieter.vandeperre@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T13:24:03+00:00\",\"acceptedAt\":\"2023-02-21T13:24:03+00:00\",\"userId\":387,\"lastUpdatedAt\":\"2023-02-21T13:24:03+00:00\"},{\"id\":300,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"steven.deron@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T13:27:19+00:00\",\"acceptedAt\":\"2023-02-21T13:27:19+00:00\",\"userId\":388,\"lastUpdatedAt\":\"2023-02-21T13:27:19+00:00\"},{\"id\":301,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"houssaifi@deloitte.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T13:43:07+00:00\",\"acceptedAt\":\"2023-02-21T13:43:07+00:00\",\"userId\":389,\"lastUpdatedAt\":\"2023-02-21T13:43:07+00:00\"},{\"id\":304,\"partnerId\":314,\"sendViaEmail\":false,\"email\":\"niels@hestia.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-22T11:21:43+00:00\",\"acceptedAt\":\"2023-02-22T11:21:43+00:00\",\"userId\":390,\"lastUpdatedAt\":\"2023-02-22T11:21:43+00:00\"},{\"id\":305,\"partnerId\":319,\"sendViaEmail\":false,\"email\":\"olivier@driesenfoods.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-22T12:17:44+00:00\",\"acceptedAt\":\"2023-02-22T12:17:44+00:00\",\"userId\":391,\"lastUpdatedAt\":\"2023-12-01T16:18:48+00:00\"},{\"id\":306,\"partnerId\":320,\"sendViaEmail\":false,\"email\":\"info@denambacht.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-22T16:56:40+00:00\",\"acceptedAt\":\"2023-02-22T16:56:40+00:00\",\"userId\":392,\"lastUpdatedAt\":\"2023-02-22T16:56:40+00:00\"},{\"id\":307,\"partnerId\":322,\"sendViaEmail\":false,\"email\":\"Ilse@momenting.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-23T12:41:23+00:00\",\"acceptedAt\":\"2023-02-23T12:41:23+00:00\",\"userId\":393,\"lastUpdatedAt\":\"2023-12-01T16:18:58+00:00\"},{\"id\":308,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"jansenisabelle@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-03T14:12:52+00:00\",\"acceptedAt\":\"2023-03-03T14:12:52+00:00\",\"userId\":262,\"lastUpdatedAt\":\"2023-12-01T16:21:28+00:00\"},{\"id\":309,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"j.janquart@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-08T15:44:01+00:00\",\"acceptedAt\":\"2023-03-08T15:44:01+00:00\",\"userId\":406,\"lastUpdatedAt\":\"2023-03-08T15:44:01+00:00\"},{\"id\":310,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"marjan.janssen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-09T14:39:29+00:00\",\"acceptedAt\":\"2023-03-09T14:39:29+00:00\",\"userId\":407,\"lastUpdatedAt\":\"2023-03-09T14:39:29+00:00\"},{\"id\":311,\"partnerId\":324,\"sendViaEmail\":false,\"email\":\"S.verrept@betaguard.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-10T12:53:16+00:00\",\"acceptedAt\":\"2023-03-10T12:53:16+00:00\",\"userId\":408,\"lastUpdatedAt\":\"2023-03-10T12:53:16+00:00\"},{\"id\":312,\"partnerId\":325,\"sendViaEmail\":true,\"email\":\"m.vandewiel@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-10T15:24:13+00:00\",\"acceptedAt\":\"2023-03-10T15:24:13+00:00\",\"userId\":378,\"lastUpdatedAt\":\"2023-08-04T09:39:25+00:00\"},{\"id\":313,\"partnerId\":277,\"sendViaEmail\":false,\"email\":\"ingrid.gelders@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-13T13:06:43+00:00\",\"acceptedAt\":\"2023-03-13T13:06:43+00:00\",\"userId\":413,\"lastUpdatedAt\":\"2023-03-13T13:06:43+00:00\"},{\"id\":314,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"s.bruyninckx@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-16T13:56:23+00:00\",\"acceptedAt\":\"2023-03-16T13:56:23+00:00\",\"userId\":414,\"lastUpdatedAt\":\"2023-03-16T13:56:23+00:00\"},{\"id\":315,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"m.berx@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-16T14:23:58+00:00\",\"acceptedAt\":\"2023-03-16T14:23:58+00:00\",\"userId\":415,\"lastUpdatedAt\":\"2023-03-16T14:23:58+00:00\"},{\"id\":316,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"stefan.vanwauwe@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-17T11:53:03+00:00\",\"acceptedAt\":\"2023-03-17T11:53:03+00:00\",\"userId\":416,\"lastUpdatedAt\":\"2023-03-17T11:53:03+00:00\"},{\"id\":317,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"katleen.boeckx@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-17T15:34:50+00:00\",\"acceptedAt\":\"2023-03-17T15:34:50+00:00\",\"userId\":417,\"lastUpdatedAt\":\"2023-03-17T15:34:50+00:00\"},{\"id\":318,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"tom.segers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-21T10:13:05+00:00\",\"acceptedAt\":\"2023-03-21T10:13:05+00:00\",\"userId\":421,\"lastUpdatedAt\":\"2023-03-21T10:13:05+00:00\"},{\"id\":319,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"y.deryck@hesse-lignal.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-23T16:08:56+00:00\",\"acceptedAt\":\"2023-03-23T16:08:56+00:00\",\"userId\":423,\"lastUpdatedAt\":\"2023-03-23T16:08:56+00:00\"},{\"id\":320,\"partnerId\":327,\"sendViaEmail\":true,\"email\":\"d.reynaert@tecware.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-25T18:05:31+00:00\",\"acceptedAt\":\"2023-03-25T18:05:31+00:00\",\"userId\":425,\"lastUpdatedAt\":\"2023-06-14T13:46:26+00:00\"},{\"id\":321,\"partnerId\":318,\"sendViaEmail\":false,\"email\":\"greet@netebeemden.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T08:00:36+00:00\",\"acceptedAt\":\"2023-03-27T08:00:36+00:00\",\"userId\":427,\"lastUpdatedAt\":\"2023-12-01T16:22:31+00:00\"},{\"id\":322,\"partnerId\":318,\"sendViaEmail\":true,\"email\":\"niels@hestia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T08:04:22+00:00\",\"acceptedAt\":\"2023-03-27T08:04:22+00:00\",\"userId\":390,\"lastUpdatedAt\":\"2023-07-26T12:03:12+00:00\"},{\"id\":323,\"partnerId\":329,\"sendViaEmail\":false,\"email\":\"eva@metaalconstructieblomme.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T10:34:42+00:00\",\"acceptedAt\":\"2023-03-27T10:34:42+00:00\",\"userId\":429,\"lastUpdatedAt\":\"2023-03-27T10:34:42+00:00\"},{\"id\":324,\"partnerId\":328,\"sendViaEmail\":true,\"email\":\"meidoorn.bb@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T12:12:22+00:00\",\"acceptedAt\":\"2023-03-27T12:12:22+00:00\",\"userId\":428,\"lastUpdatedAt\":\"2023-03-27T12:12:22+00:00\"},{\"id\":325,\"partnerId\":214,\"sendViaEmail\":true,\"email\":\"patricklaisnez@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T12:33:04+00:00\",\"acceptedAt\":\"2023-03-27T12:33:04+00:00\",\"userId\":186,\"lastUpdatedAt\":\"2023-03-27T12:33:04+00:00\"},{\"id\":326,\"partnerId\":330,\"sendViaEmail\":false,\"email\":\"sabrina.temmerman72@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T14:15:05+00:00\",\"acceptedAt\":\"2023-03-27T14:15:05+00:00\",\"userId\":430,\"lastUpdatedAt\":\"2023-03-27T14:15:05+00:00\"},{\"id\":327,\"partnerId\":331,\"sendViaEmail\":false,\"email\":\"cenfibo@live.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-28T09:17:36+00:00\",\"acceptedAt\":\"2023-03-28T09:17:36+00:00\",\"userId\":431,\"lastUpdatedAt\":\"2023-03-28T09:17:36+00:00\"},{\"id\":328,\"partnerId\":332,\"sendViaEmail\":true,\"email\":\"w.declercq@profilan.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-28T09:51:35+00:00\",\"acceptedAt\":\"2023-03-28T09:51:35+00:00\",\"userId\":432,\"lastUpdatedAt\":\"2023-05-27T13:54:39+00:00\"},{\"id\":329,\"partnerId\":220,\"sendViaEmail\":true,\"email\":\"charlotte.vercauteren@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-28T13:56:04+00:00\",\"acceptedAt\":\"2023-03-28T13:56:04+00:00\",\"userId\":306,\"lastUpdatedAt\":\"2023-05-30T15:12:32+00:00\"},{\"id\":330,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"margotdenaeyer@ccselect.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T10:15:51+00:00\",\"acceptedAt\":\"2023-03-29T10:15:51+00:00\",\"userId\":433,\"lastUpdatedAt\":\"2023-08-02T11:49:54+00:00\"},{\"id\":331,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"wimdewever@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T10:32:38+00:00\",\"acceptedAt\":\"2023-03-29T10:32:38+00:00\",\"userId\":434,\"lastUpdatedAt\":\"2023-03-29T10:32:38+00:00\"},{\"id\":332,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"sofieponcelet@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T12:14:34+00:00\",\"acceptedAt\":\"2023-03-29T12:14:34+00:00\",\"userId\":435,\"lastUpdatedAt\":\"2023-07-05T08:20:38+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":200,\"total\":1122}}"} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":205,"partnerId":212,"sendViaEmail":true,"email":"tina.vanhecke@ramenvanhecke.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-19T12:18:42+00:00","acceptedAt":"2022-09-19T12:18:42+00:00","userId":224,"lastUpdatedAt":"2022-09-19T12:18:42+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":206,"partnerId":111,"sendViaEmail":true,"email":"vanheckeann@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-20T07:32:02+00:00","acceptedAt":"2022-09-20T07:32:02+00:00","userId":193,"lastUpdatedAt":"2022-09-20T07:32:02+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":207,"partnerId":220,"sendViaEmail":true,"email":"ronny-smet@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-20T11:21:59+00:00","acceptedAt":"2022-09-20T11:21:59+00:00","userId":237,"lastUpdatedAt":"2023-11-30T15:33:13+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":208,"partnerId":222,"sendViaEmail":true,"email":"w.janse@jaleco-havaro.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-20T12:33:18+00:00","acceptedAt":"2022-09-20T12:33:18+00:00","userId":238,"lastUpdatedAt":"2023-11-30T15:33:19+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":209,"partnerId":20,"sendViaEmail":true,"email":"gerrit.blommaert@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-21T11:21:15+00:00","acceptedAt":"2022-09-21T11:21:15+00:00","userId":239,"lastUpdatedAt":"2023-01-09T13:00:51+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":210,"partnerId":20,"sendViaEmail":true,"email":"dirk.milis@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-28T13:27:47+00:00","acceptedAt":"2022-09-28T13:27:47+00:00","userId":244,"lastUpdatedAt":"2023-01-09T13:00:55+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":212,"partnerId":20,"sendViaEmail":true,"email":"nevena.misovic@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-28T13:42:38+00:00","acceptedAt":"2022-09-28T13:42:38+00:00","userId":245,"lastUpdatedAt":"2023-01-09T13:00:59+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":218,"partnerId":241,"sendViaEmail":true,"email":"info@jdbschrijnwerk.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-05T10:45:40+00:00","acceptedAt":"2022-10-05T10:45:40+00:00","userId":246,"lastUpdatedAt":"2023-11-30T15:33:32+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":219,"partnerId":20,"sendViaEmail":true,"email":"marino.waem@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-11T15:04:40+00:00","acceptedAt":"2022-10-11T15:04:40+00:00","userId":247,"lastUpdatedAt":"2023-01-09T13:01:03+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":220,"partnerId":20,"sendViaEmail":true,"email":"lex.berkhout@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-11T15:05:10+00:00","acceptedAt":"2022-10-11T15:05:10+00:00","userId":249,"lastUpdatedAt":"2023-01-09T13:01:08+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":221,"partnerId":20,"sendViaEmail":true,"email":"jonas.baeyens@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-11T15:05:41+00:00","acceptedAt":"2022-10-11T15:05:41+00:00","userId":248,"lastUpdatedAt":"2023-01-09T13:01:12+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":222,"partnerId":259,"sendViaEmail":true,"email":"carmenverbeke@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-17T11:50:14+00:00","acceptedAt":"2022-10-17T11:50:14+00:00","userId":253,"lastUpdatedAt":"2023-11-30T15:35:36+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":223,"partnerId":20,"sendViaEmail":true,"email":"wim.coessens@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-17T13:22:05+00:00","acceptedAt":"2022-10-17T13:22:05+00:00","userId":254,"lastUpdatedAt":"2023-01-09T13:01:17+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":225,"partnerId":260,"sendViaEmail":true,"email":"pauldeclercq@curon.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-20T10:37:09+00:00","acceptedAt":"2022-10-20T10:37:09+00:00","userId":257,"lastUpdatedAt":"2023-01-09T13:08:01+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":227,"partnerId":20,"sendViaEmail":true,"email":"walter.beeckmans@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-02T15:40:45+00:00","acceptedAt":"2022-11-02T15:40:45+00:00","userId":267,"lastUpdatedAt":"2023-01-09T13:01:48+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":228,"partnerId":20,"sendViaEmail":true,"email":"tom.smet@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-03T09:21:42+00:00","acceptedAt":"2022-11-03T09:21:42+00:00","userId":269,"lastUpdatedAt":"2023-01-09T13:01:45+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":229,"partnerId":269,"sendViaEmail":true,"email":"rudiziko@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-07T15:30:57+00:00","acceptedAt":"2022-11-07T15:30:57+00:00","userId":271,"lastUpdatedAt":"2023-11-30T15:35:50+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":230,"partnerId":260,"sendViaEmail":true,"email":"margotvernijns@curon.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-08T13:05:34+00:00","acceptedAt":"2022-11-08T13:05:34+00:00","userId":273,"lastUpdatedAt":"2023-01-09T13:04:35+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":231,"partnerId":20,"sendViaEmail":true,"email":"ann.schauwers@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-08T13:52:21+00:00","acceptedAt":"2022-11-08T13:52:21+00:00","userId":274,"lastUpdatedAt":"2023-01-09T13:01:42+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":233,"partnerId":240,"sendViaEmail":true,"email":"katleenboydens@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-16T11:19:22+00:00","acceptedAt":"2022-11-16T11:19:22+00:00","userId":277,"lastUpdatedAt":"2023-01-09T13:05:20+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":235,"partnerId":274,"sendViaEmail":true,"email":"isabellalaura@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-23T11:58:28+00:00","acceptedAt":"2022-11-23T11:58:28+00:00","userId":283,"lastUpdatedAt":"2023-02-10T14:56:12+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":236,"partnerId":275,"sendViaEmail":true,"email":"kristof@immotrix.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-23T13:00:55+00:00","acceptedAt":"2022-11-23T13:00:55+00:00","userId":284,"lastUpdatedAt":"2023-11-30T15:40:37+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":237,"partnerId":276,"sendViaEmail":true,"email":"johan.blommaert@btj-service.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-23T16:09:35+00:00","acceptedAt":"2022-11-23T16:09:35+00:00","userId":285,"lastUpdatedAt":"2023-11-30T15:41:18+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":238,"partnerId":240,"sendViaEmail":true,"email":"tineseyen@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-24T12:54:01+00:00","acceptedAt":"2022-11-24T12:54:01+00:00","userId":288,"lastUpdatedAt":"2023-01-09T13:04:58+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":239,"partnerId":277,"sendViaEmail":true,"email":"patrickkerkhofs@konradholding.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-24T16:37:17+00:00","acceptedAt":"2022-11-24T16:37:17+00:00","userId":290,"lastUpdatedAt":"2022-11-24T16:37:17+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":241,"partnerId":20,"sendViaEmail":true,"email":"dirk.vanroy@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-25T12:11:11+00:00","acceptedAt":"2022-11-25T12:11:11+00:00","userId":292,"lastUpdatedAt":"2023-01-09T13:01:40+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":243,"partnerId":279,"sendViaEmail":true,"email":"ewanten@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-30T11:49:59+00:00","acceptedAt":"2022-11-30T11:49:59+00:00","userId":46,"lastUpdatedAt":"2022-11-30T11:49:59+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":244,"partnerId":11,"sendViaEmail":true,"email":"eric.stevens@themailingfactory.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-30T16:13:31+00:00","acceptedAt":"2022-11-30T16:13:31+00:00","userId":297,"lastUpdatedAt":"2022-11-30T16:13:31+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":246,"partnerId":281,"sendViaEmail":true,"email":"thuisverplegingevi@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-07T12:17:44+00:00","acceptedAt":"2022-12-07T12:17:44+00:00","userId":301,"lastUpdatedAt":"2022-12-07T12:17:44+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":247,"partnerId":282,"sendViaEmail":true,"email":"isabelle.verheyen@tandarts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-08T10:49:36+00:00","acceptedAt":"2022-12-08T10:49:36+00:00","userId":294,"lastUpdatedAt":"2022-12-08T10:49:36+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":248,"partnerId":64,"sendViaEmail":true,"email":"familie.mareels@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-12T09:45:16+00:00","acceptedAt":"2022-12-12T09:45:16+00:00","userId":302,"lastUpdatedAt":"2023-01-31T08:42:25+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":250,"partnerId":284,"sendViaEmail":false,"email":"info@padel-idegem.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-16T15:22:59+00:00","acceptedAt":"2022-12-16T15:22:59+00:00","userId":307,"lastUpdatedAt":"2023-11-30T15:43:31+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":251,"partnerId":285,"sendViaEmail":false,"email":"ellen.ketsman@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-16T15:36:43+00:00","acceptedAt":"2022-12-16T15:36:43+00:00","userId":308,"lastUpdatedAt":"2023-05-24T11:14:19+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":252,"partnerId":20,"sendViaEmail":true,"email":"christofsandy@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-20T15:31:58+00:00","acceptedAt":"2022-12-20T15:31:58+00:00","userId":305,"lastUpdatedAt":"2023-01-09T13:01:36+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":253,"partnerId":287,"sendViaEmail":true,"email":"joel@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-22T14:52:15+00:00","acceptedAt":"2022-12-22T14:52:15+00:00","userId":295,"lastUpdatedAt":"2023-05-31T11:35:19+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":254,"partnerId":240,"sendViaEmail":false,"email":"pascaldebbaut@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-23T14:26:43+00:00","acceptedAt":"2022-12-23T14:26:43+00:00","userId":310,"lastUpdatedAt":"2023-11-30T15:43:45+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":255,"partnerId":288,"sendViaEmail":false,"email":"ludocaberg@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-27T12:04:19+00:00","acceptedAt":"2022-12-27T12:04:19+00:00","userId":311,"lastUpdatedAt":"2023-11-30T15:43:54+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":256,"partnerId":59,"sendViaEmail":true,"email":"dennis@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-30T15:37:51+00:00","acceptedAt":"2022-12-30T15:37:51+00:00","userId":313,"lastUpdatedAt":"2024-05-31T11:13:00+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":259,"partnerId":294,"sendViaEmail":true,"email":"djeylan.dezutter@probis-plus.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-10T16:17:17+00:00","acceptedAt":"2023-01-10T16:17:17+00:00","userId":320,"lastUpdatedAt":"2023-01-10T16:17:17+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":260,"partnerId":280,"sendViaEmail":true,"email":"ozkanyurdaer@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-11T13:27:31+00:00","acceptedAt":"2023-01-11T13:27:31+00:00","userId":296,"lastUpdatedAt":"2023-11-15T13:35:14+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":262,"partnerId":295,"sendViaEmail":true,"email":"mvandenhooft@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-17T10:27:05+00:00","acceptedAt":"2023-01-17T10:27:05+00:00","userId":323,"lastUpdatedAt":"2023-01-17T10:27:05+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":263,"partnerId":296,"sendViaEmail":true,"email":"philippe.rooseleer@fibizpartners.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-17T13:53:58+00:00","acceptedAt":"2023-01-17T13:53:58+00:00","userId":318,"lastUpdatedAt":"2023-11-30T15:48:38+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":264,"partnerId":297,"sendViaEmail":false,"email":"p.vanbelle@hamiltonbright.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-18T12:42:08+00:00","acceptedAt":"2023-01-18T12:42:08+00:00","userId":327,"lastUpdatedAt":"2023-01-18T12:42:08+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":265,"partnerId":20,"sendViaEmail":false,"email":"jan.everaert@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-19T13:21:56+00:00","acceptedAt":"2023-01-19T13:21:56+00:00","userId":330,"lastUpdatedAt":"2023-01-19T13:21:56+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":266,"partnerId":20,"sendViaEmail":false,"email":"senne.depeuter@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-19T13:40:58+00:00","acceptedAt":"2023-01-19T13:40:58+00:00","userId":331,"lastUpdatedAt":"2023-01-19T13:40:58+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":267,"partnerId":20,"sendViaEmail":false,"email":"tuur.depreter@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-19T13:50:36+00:00","acceptedAt":"2023-01-19T13:50:36+00:00","userId":332,"lastUpdatedAt":"2023-01-19T13:50:36+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":268,"partnerId":298,"sendViaEmail":true,"email":"bartel@zenses.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-19T15:50:16+00:00","acceptedAt":"2023-01-19T15:50:16+00:00","userId":325,"lastUpdatedAt":"2023-02-06T13:22:26+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":269,"partnerId":298,"sendViaEmail":true,"email":"pascal@zenses.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-19T15:51:03+00:00","acceptedAt":"2023-01-19T15:51:04+00:00","userId":333,"lastUpdatedAt":"2023-04-06T14:15:52+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":271,"partnerId":300,"sendViaEmail":false,"email":"katgoemaere77@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-20T10:16:44+00:00","acceptedAt":"2023-01-20T10:16:44+00:00","userId":336,"lastUpdatedAt":"2023-01-20T10:16:44+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":273,"partnerId":301,"sendViaEmail":false,"email":"chris.phlips@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-20T14:18:23+00:00","acceptedAt":"2023-01-20T14:18:23+00:00","userId":338,"lastUpdatedAt":"2023-01-20T14:18:23+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":274,"partnerId":302,"sendViaEmail":true,"email":"autobel@live.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-01-23T14:48:53+00:00","acceptedAt":"2023-01-23T14:48:53+00:00","userId":339,"lastUpdatedAt":"2023-01-23T14:48:53+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":277,"partnerId":303,"sendViaEmail":false,"email":"eric.de.bruyn1@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-24T13:55:00+00:00","acceptedAt":"2023-01-24T13:55:00+00:00","userId":343,"lastUpdatedAt":"2023-01-24T13:55:00+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":281,"partnerId":304,"sendViaEmail":true,"email":"info@casacava.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-25T11:14:17+00:00","acceptedAt":"2023-01-25T11:14:17+00:00","userId":344,"lastUpdatedAt":"2023-01-25T11:14:17+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":283,"partnerId":20,"sendViaEmail":false,"email":"dries.vranckx@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-26T09:22:31+00:00","acceptedAt":"2023-01-26T09:22:31+00:00","userId":352,"lastUpdatedAt":"2023-01-26T09:22:31+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":284,"partnerId":305,"sendViaEmail":true,"email":"info@cgoconsulting.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-27T11:43:18+00:00","acceptedAt":"2023-01-27T11:43:18+00:00","userId":353,"lastUpdatedAt":"2023-01-27T11:43:18+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":285,"partnerId":298,"sendViaEmail":false,"email":"philippe@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-30T16:21:50+00:00","acceptedAt":"2023-01-30T16:21:50+00:00","userId":355,"lastUpdatedAt":"2023-11-30T12:06:55+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":286,"partnerId":20,"sendViaEmail":false,"email":"pina.debeck@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-31T09:39:25+00:00","acceptedAt":"2023-01-31T09:39:25+00:00","userId":356,"lastUpdatedAt":"2023-11-14T15:18:35+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":287,"partnerId":306,"sendViaEmail":false,"email":"marcbmddakwerken@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-31T13:11:33+00:00","acceptedAt":"2023-01-31T13:11:33+00:00","userId":357,"lastUpdatedAt":"2023-01-31T13:11:33+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":288,"partnerId":308,"sendViaEmail":false,"email":"bart_matth@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-02T16:03:14+00:00","acceptedAt":"2023-02-02T16:03:14+00:00","userId":360,"lastUpdatedAt":"2023-02-02T16:03:14+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":289,"partnerId":310,"sendViaEmail":true,"email":"lucdebock@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-02-03T13:07:49+00:00","acceptedAt":"2023-02-03T13:07:49+00:00","userId":359,"lastUpdatedAt":"2023-02-03T13:07:49+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":290,"partnerId":290,"sendViaEmail":true,"email":"wdt@wdt.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-04T13:33:23+00:00","acceptedAt":"2023-02-04T13:33:23+00:00","userId":260,"lastUpdatedAt":"2023-11-30T13:32:07+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":291,"partnerId":312,"sendViaEmail":false,"email":"tuinenroels@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-09T10:16:27+00:00","acceptedAt":"2023-02-09T10:16:27+00:00","userId":364,"lastUpdatedAt":"2023-02-09T10:16:27+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":292,"partnerId":299,"sendViaEmail":true,"email":"sebastiaan.verberckmoes@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-09T11:44:07+00:00","acceptedAt":"2023-02-09T11:44:07+00:00","userId":335,"lastUpdatedAt":"2023-02-09T11:44:07+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":294,"partnerId":20,"sendViaEmail":false,"email":"nico.caers@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-15T12:03:40+00:00","acceptedAt":"2023-02-15T12:03:40+00:00","userId":376,"lastUpdatedAt":"2023-02-15T12:03:40+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":295,"partnerId":20,"sendViaEmail":false,"email":"alex.vantilborg@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-15T12:07:23+00:00","acceptedAt":"2023-02-15T12:07:23+00:00","userId":377,"lastUpdatedAt":"2023-02-15T12:07:23+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":296,"partnerId":315,"sendViaEmail":false,"email":"vvanvlodrop@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-20T09:55:10+00:00","acceptedAt":"2023-02-20T09:55:10+00:00","userId":383,"lastUpdatedAt":"2023-02-20T09:55:10+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":297,"partnerId":20,"sendViaEmail":false,"email":"rudi.broos@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-21T09:22:43+00:00","acceptedAt":"2023-02-21T09:22:43+00:00","userId":384,"lastUpdatedAt":"2023-02-21T09:22:43+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":298,"partnerId":20,"sendViaEmail":false,"email":"wim.naenen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-21T13:11:07+00:00","acceptedAt":"2023-02-21T13:11:07+00:00","userId":386,"lastUpdatedAt":"2023-02-21T13:11:07+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":299,"partnerId":20,"sendViaEmail":false,"email":"pieter.vandeperre@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-21T13:24:03+00:00","acceptedAt":"2023-02-21T13:24:03+00:00","userId":387,"lastUpdatedAt":"2023-02-21T13:24:03+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":300,"partnerId":20,"sendViaEmail":false,"email":"steven.deron@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-21T13:27:19+00:00","acceptedAt":"2023-02-21T13:27:19+00:00","userId":388,"lastUpdatedAt":"2023-02-21T13:27:19+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":301,"partnerId":298,"sendViaEmail":false,"email":"houssaifi@deloitte.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-21T13:43:07+00:00","acceptedAt":"2023-02-21T13:43:07+00:00","userId":389,"lastUpdatedAt":"2023-02-21T13:43:07+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":304,"partnerId":314,"sendViaEmail":false,"email":"niels@hestia.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-22T11:21:43+00:00","acceptedAt":"2023-02-22T11:21:43+00:00","userId":390,"lastUpdatedAt":"2023-02-22T11:21:43+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":305,"partnerId":319,"sendViaEmail":false,"email":"olivier@driesenfoods.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-22T12:17:44+00:00","acceptedAt":"2023-02-22T12:17:44+00:00","userId":391,"lastUpdatedAt":"2023-12-01T16:18:48+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":306,"partnerId":320,"sendViaEmail":false,"email":"info@denambacht.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-22T16:56:40+00:00","acceptedAt":"2023-02-22T16:56:40+00:00","userId":392,"lastUpdatedAt":"2023-02-22T16:56:40+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":307,"partnerId":322,"sendViaEmail":false,"email":"Ilse@momenting.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-23T12:41:23+00:00","acceptedAt":"2023-02-23T12:41:23+00:00","userId":393,"lastUpdatedAt":"2023-12-01T16:18:58+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":308,"partnerId":25,"sendViaEmail":true,"email":"jansenisabelle@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-03T14:12:52+00:00","acceptedAt":"2023-03-03T14:12:52+00:00","userId":262,"lastUpdatedAt":"2023-12-01T16:21:28+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":309,"partnerId":297,"sendViaEmail":false,"email":"j.janquart@hamiltonbright.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-08T15:44:01+00:00","acceptedAt":"2023-03-08T15:44:01+00:00","userId":406,"lastUpdatedAt":"2023-03-08T15:44:01+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":310,"partnerId":20,"sendViaEmail":false,"email":"marjan.janssen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-09T14:39:29+00:00","acceptedAt":"2023-03-09T14:39:29+00:00","userId":407,"lastUpdatedAt":"2023-03-09T14:39:29+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":311,"partnerId":324,"sendViaEmail":false,"email":"S.verrept@betaguard.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-10T12:53:16+00:00","acceptedAt":"2023-03-10T12:53:16+00:00","userId":408,"lastUpdatedAt":"2023-03-10T12:53:16+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":312,"partnerId":325,"sendViaEmail":true,"email":"m.vandewiel@profilan.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-10T15:24:13+00:00","acceptedAt":"2023-03-10T15:24:13+00:00","userId":378,"lastUpdatedAt":"2023-08-04T09:39:25+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":313,"partnerId":277,"sendViaEmail":false,"email":"ingrid.gelders@skynet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-13T13:06:43+00:00","acceptedAt":"2023-03-13T13:06:43+00:00","userId":413,"lastUpdatedAt":"2023-03-13T13:06:43+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":314,"partnerId":297,"sendViaEmail":false,"email":"s.bruyninckx@hamiltonbright.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-16T13:56:23+00:00","acceptedAt":"2023-03-16T13:56:23+00:00","userId":414,"lastUpdatedAt":"2023-03-16T13:56:23+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":315,"partnerId":297,"sendViaEmail":false,"email":"m.berx@hamiltonbright.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-16T14:23:58+00:00","acceptedAt":"2023-03-16T14:23:58+00:00","userId":415,"lastUpdatedAt":"2023-03-16T14:23:58+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":316,"partnerId":20,"sendViaEmail":false,"email":"stefan.vanwauwe@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-17T11:53:03+00:00","acceptedAt":"2023-03-17T11:53:03+00:00","userId":416,"lastUpdatedAt":"2023-03-17T11:53:03+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":317,"partnerId":20,"sendViaEmail":false,"email":"katleen.boeckx@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-17T15:34:50+00:00","acceptedAt":"2023-03-17T15:34:50+00:00","userId":417,"lastUpdatedAt":"2023-03-17T15:34:50+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":318,"partnerId":20,"sendViaEmail":false,"email":"tom.segers@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-21T10:13:05+00:00","acceptedAt":"2023-03-21T10:13:05+00:00","userId":421,"lastUpdatedAt":"2023-03-21T10:13:05+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":319,"partnerId":58,"sendViaEmail":false,"email":"y.deryck@hesse-lignal.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-23T16:08:56+00:00","acceptedAt":"2023-03-23T16:08:56+00:00","userId":423,"lastUpdatedAt":"2023-03-23T16:08:56+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":320,"partnerId":327,"sendViaEmail":true,"email":"d.reynaert@tecware.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-25T18:05:31+00:00","acceptedAt":"2023-03-25T18:05:31+00:00","userId":425,"lastUpdatedAt":"2023-06-14T13:46:26+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":321,"partnerId":318,"sendViaEmail":false,"email":"greet@netebeemden.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-27T08:00:36+00:00","acceptedAt":"2023-03-27T08:00:36+00:00","userId":427,"lastUpdatedAt":"2023-12-01T16:22:31+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":322,"partnerId":318,"sendViaEmail":true,"email":"niels@hestia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-27T08:04:22+00:00","acceptedAt":"2023-03-27T08:04:22+00:00","userId":390,"lastUpdatedAt":"2023-07-26T12:03:12+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":323,"partnerId":329,"sendViaEmail":false,"email":"eva@metaalconstructieblomme.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-27T10:34:42+00:00","acceptedAt":"2023-03-27T10:34:42+00:00","userId":429,"lastUpdatedAt":"2023-03-27T10:34:42+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":324,"partnerId":328,"sendViaEmail":true,"email":"meidoorn.bb@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-27T12:12:22+00:00","acceptedAt":"2023-03-27T12:12:22+00:00","userId":428,"lastUpdatedAt":"2023-03-27T12:12:22+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":325,"partnerId":214,"sendViaEmail":true,"email":"patricklaisnez@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-27T12:33:04+00:00","acceptedAt":"2023-03-27T12:33:04+00:00","userId":186,"lastUpdatedAt":"2023-03-27T12:33:04+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":326,"partnerId":330,"sendViaEmail":false,"email":"sabrina.temmerman72@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-27T14:15:05+00:00","acceptedAt":"2023-03-27T14:15:05+00:00","userId":430,"lastUpdatedAt":"2023-03-27T14:15:05+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":327,"partnerId":331,"sendViaEmail":false,"email":"cenfibo@live.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-28T09:17:36+00:00","acceptedAt":"2023-03-28T09:17:36+00:00","userId":431,"lastUpdatedAt":"2023-03-28T09:17:36+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":328,"partnerId":332,"sendViaEmail":true,"email":"w.declercq@profilan.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-28T09:51:35+00:00","acceptedAt":"2023-03-28T09:51:35+00:00","userId":432,"lastUpdatedAt":"2023-05-27T13:54:39+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":329,"partnerId":220,"sendViaEmail":true,"email":"charlotte.vercauteren@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-28T13:56:04+00:00","acceptedAt":"2023-03-28T13:56:04+00:00","userId":306,"lastUpdatedAt":"2023-05-30T15:12:32+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":330,"partnerId":240,"sendViaEmail":false,"email":"margotdenaeyer@ccselect.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-29T10:15:51+00:00","acceptedAt":"2023-03-29T10:15:51+00:00","userId":433,"lastUpdatedAt":"2023-08-02T11:49:54+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":331,"partnerId":240,"sendViaEmail":false,"email":"wimdewever@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-29T10:32:38+00:00","acceptedAt":"2023-03-29T10:32:38+00:00","userId":434,"lastUpdatedAt":"2023-03-29T10:32:38+00:00"}} 
[2025-07-17 18:52:22] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":332,"partnerId":240,"sendViaEmail":false,"email":"sofieponcelet@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-29T12:14:34+00:00","acceptedAt":"2023-03-29T12:14:34+00:00","userId":435,"lastUpdatedAt":"2023-07-05T08:20:38+00:00"}} 
[2025-07-17 18:52:23] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":333,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"michellerommelaere@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T12:35:45+00:00\",\"acceptedAt\":\"2023-03-29T12:35:45+00:00\",\"userId\":436,\"lastUpdatedAt\":\"2023-06-02T12:51:41+00:00\"},{\"id\":334,\"partnerId\":326,\"sendViaEmail\":false,\"email\":\"patrick@bcmbv.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T15:42:20+00:00\",\"acceptedAt\":\"2023-03-29T15:42:20+00:00\",\"userId\":437,\"lastUpdatedAt\":\"2023-06-05T07:22:56+00:00\"},{\"id\":335,\"partnerId\":336,\"sendViaEmail\":false,\"email\":\"info@keizers-kroon.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-30T13:35:28+00:00\",\"acceptedAt\":\"2023-03-30T13:35:28+00:00\",\"userId\":440,\"lastUpdatedAt\":\"2023-12-01T16:25:25+00:00\"},{\"id\":336,\"partnerId\":337,\"sendViaEmail\":false,\"email\":\"solcol01@protonmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-31T13:07:50+00:00\",\"acceptedAt\":\"2023-03-31T13:07:50+00:00\",\"userId\":442,\"lastUpdatedAt\":\"2023-03-31T13:07:50+00:00\"},{\"id\":337,\"partnerId\":335,\"sendViaEmail\":true,\"email\":\"evertderijcker@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-31T13:54:52+00:00\",\"acceptedAt\":\"2023-03-31T13:54:52+00:00\",\"userId\":439,\"lastUpdatedAt\":\"2023-03-31T13:54:52+00:00\"},{\"id\":338,\"partnerId\":339,\"sendViaEmail\":false,\"email\":\"kristof.goedemont@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-31T15:18:49+00:00\",\"acceptedAt\":\"2023-03-31T15:18:49+00:00\",\"userId\":443,\"lastUpdatedAt\":\"2023-03-31T15:18:49+00:00\"},{\"id\":339,\"partnerId\":287,\"sendViaEmail\":false,\"email\":\"Fabienne@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T10:34:10+00:00\",\"acceptedAt\":\"2023-04-03T10:34:10+00:00\",\"userId\":449,\"lastUpdatedAt\":\"2023-04-03T10:34:10+00:00\"},{\"id\":340,\"partnerId\":10,\"sendViaEmail\":false,\"email\":\"i.delarue@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:05:14+00:00\",\"acceptedAt\":\"2023-04-03T12:05:14+00:00\",\"userId\":451,\"lastUpdatedAt\":\"2023-04-03T12:05:14+00:00\"},{\"id\":341,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.dreesen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:10:46+00:00\",\"acceptedAt\":\"2023-04-03T12:10:46+00:00\",\"userId\":446,\"lastUpdatedAt\":\"2023-04-03T12:10:46+00:00\"},{\"id\":342,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"christophe@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:12:14+00:00\",\"acceptedAt\":\"2023-04-03T12:12:14+00:00\",\"userId\":452,\"lastUpdatedAt\":\"2023-06-07T13:03:49+00:00\"},{\"id\":343,\"partnerId\":329,\"sendViaEmail\":false,\"email\":\"bart@metaalconstructieblomme.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:33:08+00:00\",\"acceptedAt\":\"2023-04-03T12:33:08+00:00\",\"userId\":453,\"lastUpdatedAt\":\"2023-04-03T12:33:08+00:00\"},{\"id\":344,\"partnerId\":329,\"sendViaEmail\":false,\"email\":\"bartenolivia@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:37:24+00:00\",\"acceptedAt\":\"2023-04-03T12:37:24+00:00\",\"userId\":454,\"lastUpdatedAt\":\"2023-04-03T12:37:24+00:00\"},{\"id\":345,\"partnerId\":340,\"sendViaEmail\":true,\"email\":\"jofem@me.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T14:40:46+00:00\",\"acceptedAt\":\"2023-04-03T14:40:46+00:00\",\"userId\":229,\"lastUpdatedAt\":\"2023-05-31T09:42:40+00:00\"},{\"id\":346,\"partnerId\":341,\"sendViaEmail\":false,\"email\":\"rudy.desaeger@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-04T15:16:19+00:00\",\"acceptedAt\":\"2023-04-04T15:16:19+00:00\",\"userId\":455,\"lastUpdatedAt\":\"2023-12-01T16:26:54+00:00\"},{\"id\":347,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.desaeger@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-04T15:16:48+00:00\",\"acceptedAt\":\"2023-04-04T15:16:48+00:00\",\"userId\":455,\"lastUpdatedAt\":\"2024-03-25T13:03:34+00:00\"},{\"id\":349,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"belinda.apon@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-05T15:27:18+00:00\",\"acceptedAt\":\"2023-04-05T15:27:18+00:00\",\"userId\":458,\"lastUpdatedAt\":\"2023-05-19T19:24:07+00:00\"},{\"id\":350,\"partnerId\":343,\"sendViaEmail\":false,\"email\":\"tom@tommytech-consulting.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-06T12:51:10+00:00\",\"acceptedAt\":\"2023-04-06T12:51:10+00:00\",\"userId\":459,\"lastUpdatedAt\":\"2023-04-06T12:51:10+00:00\"},{\"id\":351,\"partnerId\":344,\"sendViaEmail\":false,\"email\":\"wim.verbruggen-bertels@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-06T13:13:15+00:00\",\"acceptedAt\":\"2023-04-06T13:13:15+00:00\",\"userId\":460,\"lastUpdatedAt\":\"2023-04-07T14:23:00+00:00\"},{\"id\":352,\"partnerId\":345,\"sendViaEmail\":false,\"email\":\"maliknemat4@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-06T13:32:17+00:00\",\"acceptedAt\":\"2023-04-06T13:32:17+00:00\",\"userId\":461,\"lastUpdatedAt\":\"2023-05-11T11:26:38+00:00\"},{\"id\":354,\"partnerId\":346,\"sendViaEmail\":true,\"email\":\"patrick.grispen@pandora.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-06T14:46:29+00:00\",\"acceptedAt\":\"2023-04-06T14:46:29+00:00\",\"userId\":463,\"lastUpdatedAt\":\"2023-04-06T14:46:29+00:00\"},{\"id\":355,\"partnerId\":347,\"sendViaEmail\":true,\"email\":\"quinten.van.durme@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-07T12:44:34+00:00\",\"acceptedAt\":\"2023-04-07T12:44:34+00:00\",\"userId\":457,\"lastUpdatedAt\":\"2023-04-07T12:44:34+00:00\"},{\"id\":356,\"partnerId\":348,\"sendViaEmail\":true,\"email\":\"geert.paepen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-04-11T12:22:59+00:00\",\"acceptedAt\":\"2023-04-11T12:22:59+00:00\",\"userId\":450,\"lastUpdatedAt\":\"2023-04-11T12:22:59+00:00\"},{\"id\":357,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"bart.voorspoels@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-12T12:07:04+00:00\",\"acceptedAt\":\"2023-04-12T12:07:04+00:00\",\"userId\":469,\"lastUpdatedAt\":\"2023-04-12T12:07:04+00:00\"},{\"id\":358,\"partnerId\":349,\"sendViaEmail\":false,\"email\":\"mark.deprez@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-04-13T10:15:29+00:00\",\"acceptedAt\":\"2023-04-13T10:15:29+00:00\",\"userId\":470,\"lastUpdatedAt\":\"2023-04-13T10:15:29+00:00\"},{\"id\":359,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"eshwarkiran.pampana@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-17T14:00:59+00:00\",\"acceptedAt\":\"2023-04-17T14:00:59+00:00\",\"userId\":474,\"lastUpdatedAt\":\"2023-04-17T14:00:59+00:00\"},{\"id\":360,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"dorothy.verheyden@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-18T13:09:49+00:00\",\"acceptedAt\":\"2023-04-18T13:09:49+00:00\",\"userId\":366,\"lastUpdatedAt\":\"2023-04-18T13:09:49+00:00\"},{\"id\":363,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"carllodewyckx@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T12:25:16+00:00\",\"acceptedAt\":\"2023-04-19T12:25:16+00:00\",\"userId\":477,\"lastUpdatedAt\":\"2023-09-28T09:32:45+00:00\"},{\"id\":364,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"Annelies.borgheys@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T12:58:38+00:00\",\"acceptedAt\":\"2023-04-19T12:58:39+00:00\",\"userId\":478,\"lastUpdatedAt\":\"2023-07-10T07:30:21+00:00\"},{\"id\":367,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"davidbrulard@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T13:45:02+00:00\",\"acceptedAt\":\"2023-04-19T13:45:02+00:00\",\"userId\":482,\"lastUpdatedAt\":\"2024-01-18T13:20:03+00:00\"},{\"id\":368,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"Heidivanhoof@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T14:21:42+00:00\",\"acceptedAt\":\"2023-04-19T14:21:42+00:00\",\"userId\":483,\"lastUpdatedAt\":\"2023-04-19T14:21:42+00:00\"},{\"id\":370,\"partnerId\":260,\"sendViaEmail\":false,\"email\":\"vickymols@curon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T15:36:31+00:00\",\"acceptedAt\":\"2023-04-19T15:36:31+00:00\",\"userId\":484,\"lastUpdatedAt\":\"2023-04-19T15:36:31+00:00\"},{\"id\":371,\"partnerId\":353,\"sendViaEmail\":false,\"email\":\"kattymartens@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T10:23:51+00:00\",\"acceptedAt\":\"2023-04-20T10:23:51+00:00\",\"userId\":487,\"lastUpdatedAt\":\"2023-04-20T10:23:51+00:00\"},{\"id\":372,\"partnerId\":354,\"sendViaEmail\":false,\"email\":\"andre.goffaerts@btciveco.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T12:00:10+00:00\",\"acceptedAt\":\"2023-04-20T12:00:10+00:00\",\"userId\":488,\"lastUpdatedAt\":\"2023-12-08T13:57:39+00:00\"},{\"id\":373,\"partnerId\":72,\"sendViaEmail\":true,\"email\":\"Jeff@mylifemuzik.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T13:41:24+00:00\",\"acceptedAt\":\"2023-04-20T13:41:24+00:00\",\"userId\":45,\"lastUpdatedAt\":\"2023-04-20T13:41:24+00:00\"},{\"id\":374,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"fleet1@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T15:12:30+00:00\",\"acceptedAt\":\"2023-04-20T15:12:30+00:00\",\"userId\":489,\"lastUpdatedAt\":\"2023-04-20T15:12:30+00:00\"},{\"id\":375,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"fleet2@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T15:15:35+00:00\",\"acceptedAt\":\"2023-04-20T15:15:35+00:00\",\"userId\":490,\"lastUpdatedAt\":\"2023-07-26T12:02:31+00:00\"},{\"id\":376,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"fleet3@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T15:18:40+00:00\",\"acceptedAt\":\"2023-04-20T15:18:40+00:00\",\"userId\":491,\"lastUpdatedAt\":\"2023-04-20T15:18:40+00:00\"},{\"id\":377,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"fleet4@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T15:21:14+00:00\",\"acceptedAt\":\"2023-04-20T15:21:14+00:00\",\"userId\":492,\"lastUpdatedAt\":\"2023-04-20T15:21:14+00:00\"},{\"id\":380,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gilles.ferket@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-25T08:16:23+00:00\",\"acceptedAt\":\"2023-04-25T08:16:23+00:00\",\"userId\":312,\"lastUpdatedAt\":\"2023-05-15T08:01:16+00:00\"},{\"id\":381,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ludo.vervoort@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-25T12:14:00+00:00\",\"acceptedAt\":\"2023-04-25T12:14:00+00:00\",\"userId\":493,\"lastUpdatedAt\":\"2023-04-25T12:14:00+00:00\"},{\"id\":382,\"partnerId\":391,\"sendViaEmail\":false,\"email\":\"pascal.debruyn@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-26T08:53:23+00:00\",\"acceptedAt\":\"2023-04-26T08:53:23+00:00\",\"userId\":494,\"lastUpdatedAt\":\"2023-04-26T08:53:23+00:00\"},{\"id\":383,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"hideyuki.hashimoto@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-26T10:29:28+00:00\",\"acceptedAt\":\"2023-04-26T10:29:28+00:00\",\"userId\":495,\"lastUpdatedAt\":\"2023-04-26T10:29:28+00:00\"},{\"id\":385,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"dan-axel.haggblom@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-26T15:10:25+00:00\",\"acceptedAt\":\"2023-04-26T15:10:25+00:00\",\"userId\":500,\"lastUpdatedAt\":\"2023-04-26T15:10:25+00:00\"},{\"id\":386,\"partnerId\":393,\"sendViaEmail\":false,\"email\":\"limbourg.danny@tldexpress.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-28T10:28:24+00:00\",\"acceptedAt\":\"2023-04-28T10:28:24+00:00\",\"userId\":503,\"lastUpdatedAt\":\"2023-04-28T10:28:24+00:00\"},{\"id\":387,\"partnerId\":394,\"sendViaEmail\":false,\"email\":\"Piet_lantsoght@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-02T13:56:17+00:00\",\"acceptedAt\":\"2023-05-02T13:56:17+00:00\",\"userId\":506,\"lastUpdatedAt\":\"2023-05-02T13:56:17+00:00\"},{\"id\":388,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"carlo.menten@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-03T12:08:22+00:00\",\"acceptedAt\":\"2023-05-03T12:08:22+00:00\",\"userId\":509,\"lastUpdatedAt\":\"2023-06-13T14:19:19+00:00\"},{\"id\":389,\"partnerId\":395,\"sendViaEmail\":true,\"email\":\"steve.stiers@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-03T14:05:16+00:00\",\"acceptedAt\":\"2023-05-03T14:05:16+00:00\",\"userId\":28,\"lastUpdatedAt\":\"2024-02-05T16:50:11+00:00\"},{\"id\":390,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"natalie.swinnen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-03T15:11:54+00:00\",\"acceptedAt\":\"2023-05-03T15:11:54+00:00\",\"userId\":510,\"lastUpdatedAt\":\"2023-05-25T09:27:38+00:00\"},{\"id\":391,\"partnerId\":396,\"sendViaEmail\":false,\"email\":\"yibz@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-04T08:23:53+00:00\",\"acceptedAt\":\"2023-05-04T08:23:53+00:00\",\"userId\":512,\"lastUpdatedAt\":\"2023-05-04T08:23:53+00:00\"},{\"id\":392,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nicolae.baboi@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-08T09:40:51+00:00\",\"acceptedAt\":\"2023-05-08T09:40:51+00:00\",\"userId\":507,\"lastUpdatedAt\":\"2023-05-08T09:40:51+00:00\"},{\"id\":393,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Lennie.heerwegh@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-08T12:44:06+00:00\",\"acceptedAt\":\"2023-05-08T12:44:06+00:00\",\"userId\":516,\"lastUpdatedAt\":\"2023-08-18T09:59:40+00:00\"},{\"id\":394,\"partnerId\":400,\"sendViaEmail\":true,\"email\":\"hugo@myncke.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-08T13:45:51+00:00\",\"acceptedAt\":\"2023-05-08T13:45:51+00:00\",\"userId\":515,\"lastUpdatedAt\":\"2023-05-08T13:45:51+00:00\"},{\"id\":395,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"chiodidemi@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-09T17:11:41+00:00\",\"acceptedAt\":\"2023-05-09T17:11:41+00:00\",\"userId\":496,\"lastUpdatedAt\":\"2023-08-03T12:56:05+00:00\"},{\"id\":396,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"johan.jaspers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-10T09:44:58+00:00\",\"acceptedAt\":\"2023-05-10T09:44:58+00:00\",\"userId\":518,\"lastUpdatedAt\":\"2023-05-10T09:44:58+00:00\"},{\"id\":397,\"partnerId\":402,\"sendViaEmail\":true,\"email\":\"Immopro@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-11T09:01:36+00:00\",\"acceptedAt\":\"2023-05-11T09:01:36+00:00\",\"userId\":519,\"lastUpdatedAt\":\"2023-05-11T09:01:36+00:00\"},{\"id\":398,\"partnerId\":401,\"sendViaEmail\":true,\"email\":\"jd@jeandubois-consulting.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-13T05:54:47+00:00\",\"acceptedAt\":\"2023-05-13T05:54:47+00:00\",\"userId\":508,\"lastUpdatedAt\":\"2023-05-13T05:54:47+00:00\"},{\"id\":399,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"igor.romandic@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-17T14:56:19+00:00\",\"acceptedAt\":\"2023-05-17T14:56:19+00:00\",\"userId\":525,\"lastUpdatedAt\":\"2023-05-17T14:56:19+00:00\"},{\"id\":400,\"partnerId\":354,\"sendViaEmail\":false,\"email\":\"annick.vander.bracht@btciveco.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-23T12:40:59+00:00\",\"acceptedAt\":\"2023-05-23T12:40:59+00:00\",\"userId\":527,\"lastUpdatedAt\":\"2023-12-08T13:57:47+00:00\"},{\"id\":401,\"partnerId\":354,\"sendViaEmail\":false,\"email\":\"receptie@btciveco.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-23T12:43:46+00:00\",\"acceptedAt\":\"2023-05-23T12:43:46+00:00\",\"userId\":528,\"lastUpdatedAt\":\"2023-12-08T13:57:57+00:00\"},{\"id\":402,\"partnerId\":354,\"sendViaEmail\":false,\"email\":\"matthias.desadeleer@btciveco.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-23T12:46:56+00:00\",\"acceptedAt\":\"2023-05-23T12:46:56+00:00\",\"userId\":529,\"lastUpdatedAt\":\"2023-12-08T13:58:13+00:00\"},{\"id\":403,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"wim.vandenbosch@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-23T15:29:03+00:00\",\"acceptedAt\":\"2023-05-23T15:29:03+00:00\",\"userId\":530,\"lastUpdatedAt\":\"2023-05-23T15:29:03+00:00\"},{\"id\":404,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"tom.vanbreda@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-26T13:18:39+00:00\",\"acceptedAt\":\"2023-05-26T13:18:39+00:00\",\"userId\":534,\"lastUpdatedAt\":\"2023-05-26T13:18:39+00:00\"},{\"id\":405,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"gianni.cairo@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-26T14:56:39+00:00\",\"acceptedAt\":\"2023-05-26T14:56:39+00:00\",\"userId\":535,\"lastUpdatedAt\":\"2023-05-26T14:56:39+00:00\"},{\"id\":407,\"partnerId\":332,\"sendViaEmail\":true,\"email\":\"a.declercq@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-27T13:53:18+00:00\",\"acceptedAt\":\"2023-05-27T13:53:18+00:00\",\"userId\":536,\"lastUpdatedAt\":\"2023-05-27T13:53:18+00:00\"},{\"id\":408,\"partnerId\":325,\"sendViaEmail\":true,\"email\":\"w.declercq@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-27T13:53:45+00:00\",\"acceptedAt\":\"2023-05-27T13:53:45+00:00\",\"userId\":432,\"lastUpdatedAt\":\"2023-05-27T13:53:45+00:00\"},{\"id\":410,\"partnerId\":220,\"sendViaEmail\":false,\"email\":\"femke@terdoel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-30T15:16:20+00:00\",\"acceptedAt\":\"2023-05-30T15:16:20+00:00\",\"userId\":537,\"lastUpdatedAt\":\"2023-05-30T15:16:20+00:00\"},{\"id\":411,\"partnerId\":319,\"sendViaEmail\":true,\"email\":\"Wim@driesenfoods.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-31T14:40:29+00:00\",\"acceptedAt\":\"2023-05-31T14:40:29+00:00\",\"userId\":486,\"lastUpdatedAt\":\"2023-05-31T14:40:29+00:00\"},{\"id\":412,\"partnerId\":309,\"sendViaEmail\":true,\"email\":\"ThiemoMohr@skynet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-06T13:17:12+00:00\",\"acceptedAt\":\"2023-06-06T13:17:12+00:00\",\"userId\":348,\"lastUpdatedAt\":\"2023-12-31T09:57:49+00:00\"},{\"id\":413,\"partnerId\":404,\"sendViaEmail\":false,\"email\":\"DennisGoossens@konradholding.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-06T13:37:35+00:00\",\"acceptedAt\":\"2023-06-06T13:37:35+00:00\",\"userId\":541,\"lastUpdatedAt\":\"2023-06-06T13:37:35+00:00\"},{\"id\":414,\"partnerId\":10,\"sendViaEmail\":false,\"email\":\"s.vandendriessche@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-06T13:51:24+00:00\",\"acceptedAt\":\"2023-06-06T13:51:24+00:00\",\"userId\":542,\"lastUpdatedAt\":\"2023-06-06T13:51:24+00:00\"},{\"id\":416,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"bart.peeters@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-08T08:53:53+00:00\",\"acceptedAt\":\"2023-06-08T08:53:53+00:00\",\"userId\":544,\"lastUpdatedAt\":\"2023-06-08T08:53:53+00:00\"},{\"id\":418,\"partnerId\":332,\"sendViaEmail\":false,\"email\":\"m.wauthier@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-08T09:23:29+00:00\",\"acceptedAt\":\"2023-06-08T09:23:29+00:00\",\"userId\":547,\"lastUpdatedAt\":\"2023-06-08T09:23:29+00:00\"},{\"id\":419,\"partnerId\":405,\"sendViaEmail\":false,\"email\":\"goele@baert.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-13T13:15:09+00:00\",\"acceptedAt\":\"2023-06-13T13:15:09+00:00\",\"userId\":553,\"lastUpdatedAt\":\"2023-06-13T13:15:09+00:00\"},{\"id\":420,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"jelle.engelen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-13T14:28:33+00:00\",\"acceptedAt\":\"2023-06-13T14:28:33+00:00\",\"userId\":554,\"lastUpdatedAt\":\"2023-06-13T14:28:33+00:00\"},{\"id\":421,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"erwin.conaerts@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-13T14:31:50+00:00\",\"acceptedAt\":\"2023-06-13T14:31:50+00:00\",\"userId\":555,\"lastUpdatedAt\":\"2023-06-13T14:31:50+00:00\"},{\"id\":422,\"partnerId\":406,\"sendViaEmail\":true,\"email\":\"pieter.leemans@yunextraffic.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-14T07:55:36+00:00\",\"acceptedAt\":\"2023-06-14T07:55:36+00:00\",\"userId\":557,\"lastUpdatedAt\":\"2023-06-14T07:55:36+00:00\"},{\"id\":423,\"partnerId\":407,\"sendViaEmail\":false,\"email\":\"karel.dhont@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-14T08:36:48+00:00\",\"acceptedAt\":\"2023-06-14T08:36:48+00:00\",\"userId\":558,\"lastUpdatedAt\":\"2023-06-14T08:36:48+00:00\"},{\"id\":424,\"partnerId\":408,\"sendViaEmail\":false,\"email\":\"evi.dieltjens@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-14T09:05:20+00:00\",\"acceptedAt\":\"2023-06-14T09:05:20+00:00\",\"userId\":559,\"lastUpdatedAt\":\"2023-06-14T09:05:20+00:00\"},{\"id\":425,\"partnerId\":409,\"sendViaEmail\":false,\"email\":\"steven.jansegers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-15T08:41:31+00:00\",\"acceptedAt\":\"2023-06-15T08:41:31+00:00\",\"userId\":561,\"lastUpdatedAt\":\"2023-06-15T08:41:31+00:00\"},{\"id\":426,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"luc.vanlandeghem@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-15T14:14:34+00:00\",\"acceptedAt\":\"2023-06-15T14:14:34+00:00\",\"userId\":562,\"lastUpdatedAt\":\"2023-06-15T14:14:34+00:00\"},{\"id\":427,\"partnerId\":332,\"sendViaEmail\":true,\"email\":\"csb2@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T07:02:35+00:00\",\"acceptedAt\":\"2023-06-16T07:02:35+00:00\",\"userId\":546,\"lastUpdatedAt\":\"2023-06-16T07:02:35+00:00\"},{\"id\":429,\"partnerId\":410,\"sendViaEmail\":true,\"email\":\"marleen@lambrechtshout.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T13:59:12+00:00\",\"acceptedAt\":\"2023-06-16T13:59:12+00:00\",\"userId\":471,\"lastUpdatedAt\":\"2023-06-16T13:59:12+00:00\"},{\"id\":430,\"partnerId\":410,\"sendViaEmail\":false,\"email\":\"maxime@lambrechtshout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T14:18:09+00:00\",\"acceptedAt\":\"2023-06-16T14:18:09+00:00\",\"userId\":563,\"lastUpdatedAt\":\"2023-06-16T14:18:09+00:00\"},{\"id\":431,\"partnerId\":410,\"sendViaEmail\":false,\"email\":\"igor@lambrechtshout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T14:34:01+00:00\",\"acceptedAt\":\"2023-06-16T14:34:01+00:00\",\"userId\":564,\"lastUpdatedAt\":\"2023-06-16T14:34:01+00:00\"},{\"id\":432,\"partnerId\":410,\"sendViaEmail\":false,\"email\":\"lambrechtsvisitors@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T14:36:55+00:00\",\"acceptedAt\":\"2023-06-16T14:36:55+00:00\",\"userId\":565,\"lastUpdatedAt\":\"2023-06-19T08:21:22+00:00\"},{\"id\":433,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"jan.vandenbulck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-20T08:28:00+00:00\",\"acceptedAt\":\"2023-06-20T08:28:00+00:00\",\"userId\":566,\"lastUpdatedAt\":\"2023-06-20T08:28:00+00:00\"},{\"id\":434,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pieter.darcon@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-20T10:38:15+00:00\",\"acceptedAt\":\"2023-06-20T10:38:15+00:00\",\"userId\":567,\"lastUpdatedAt\":\"2023-06-20T10:38:15+00:00\"},{\"id\":435,\"partnerId\":419,\"sendViaEmail\":false,\"email\":\"info@wijngoeddhellekapelle.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-21T08:40:09+00:00\",\"acceptedAt\":\"2023-06-21T08:40:09+00:00\",\"userId\":570,\"lastUpdatedAt\":\"2023-06-21T08:40:09+00:00\"},{\"id\":436,\"partnerId\":338,\"sendViaEmail\":false,\"email\":\"rene.mulders@normecgroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-26T14:19:32+00:00\",\"acceptedAt\":\"2023-06-26T14:19:32+00:00\",\"userId\":572,\"lastUpdatedAt\":\"2023-06-26T14:19:32+00:00\"},{\"id\":437,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"marilynhinderdael@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-29T07:53:36+00:00\",\"acceptedAt\":\"2023-06-29T07:53:36+00:00\",\"userId\":575,\"lastUpdatedAt\":\"2023-06-29T07:53:36+00:00\"},{\"id\":438,\"partnerId\":420,\"sendViaEmail\":true,\"email\":\"fatihsezgin0101@gmail.com\",\"language\":\"tr-TR\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-06-29T14:23:22+00:00\",\"acceptedAt\":\"2023-06-29T14:23:22+00:00\",\"userId\":577,\"lastUpdatedAt\":\"2023-06-29T14:23:22+00:00\"},{\"id\":439,\"partnerId\":424,\"sendViaEmail\":false,\"email\":\"sonia@q-building.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-06T08:57:37+00:00\",\"acceptedAt\":\"2023-07-06T08:57:37+00:00\",\"userId\":580,\"lastUpdatedAt\":\"2023-07-06T08:57:37+00:00\"},{\"id\":440,\"partnerId\":425,\"sendViaEmail\":false,\"email\":\"jan.breuls@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-06T13:23:45+00:00\",\"acceptedAt\":\"2023-07-06T13:23:45+00:00\",\"userId\":581,\"lastUpdatedAt\":\"2023-07-06T13:23:45+00:00\"},{\"id\":442,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"d.cantoro-vanschoonbeel@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-08T16:39:58+00:00\",\"acceptedAt\":\"2023-07-08T16:39:58+00:00\",\"userId\":585,\"lastUpdatedAt\":\"2023-07-08T16:39:58+00:00\"},{\"id\":443,\"partnerId\":406,\"sendViaEmail\":false,\"email\":\"luc.beuten@yunextraffic.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-10T08:45:27+00:00\",\"acceptedAt\":\"2023-07-10T08:45:27+00:00\",\"userId\":589,\"lastUpdatedAt\":\"2023-07-10T08:45:27+00:00\"},{\"id\":444,\"partnerId\":432,\"sendViaEmail\":false,\"email\":\"frans@herbots.info\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-12T09:11:53+00:00\",\"acceptedAt\":\"2023-07-12T09:11:53+00:00\",\"userId\":591,\"lastUpdatedAt\":\"2023-07-12T09:11:53+00:00\"},{\"id\":445,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ben.engels@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-13T11:29:49+00:00\",\"acceptedAt\":\"2023-07-13T11:29:49+00:00\",\"userId\":593,\"lastUpdatedAt\":\"2023-07-13T11:29:49+00:00\"},{\"id\":446,\"partnerId\":429,\"sendViaEmail\":true,\"email\":\"nicolas.giraud@ngconsult.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-13T12:16:21+00:00\",\"acceptedAt\":\"2023-07-13T12:16:21+00:00\",\"userId\":588,\"lastUpdatedAt\":\"2023-07-13T12:16:21+00:00\"},{\"id\":447,\"partnerId\":319,\"sendViaEmail\":false,\"email\":\"carlien@driesenfoods.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-13T12:33:16+00:00\",\"acceptedAt\":\"2023-07-13T12:33:16+00:00\",\"userId\":595,\"lastUpdatedAt\":\"2023-07-13T12:33:16+00:00\"},{\"id\":448,\"partnerId\":319,\"sendViaEmail\":true,\"email\":\"paul@driesenfoods.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-13T12:33:51+00:00\",\"acceptedAt\":\"2023-07-13T12:33:51+00:00\",\"userId\":594,\"lastUpdatedAt\":\"2023-07-13T12:33:51+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":300,\"total\":1122}}"} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":333,"partnerId":240,"sendViaEmail":false,"email":"michellerommelaere@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-29T12:35:45+00:00","acceptedAt":"2023-03-29T12:35:45+00:00","userId":436,"lastUpdatedAt":"2023-06-02T12:51:41+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":334,"partnerId":326,"sendViaEmail":false,"email":"patrick@bcmbv.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-29T15:42:20+00:00","acceptedAt":"2023-03-29T15:42:20+00:00","userId":437,"lastUpdatedAt":"2023-06-05T07:22:56+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":335,"partnerId":336,"sendViaEmail":false,"email":"info@keizers-kroon.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-30T13:35:28+00:00","acceptedAt":"2023-03-30T13:35:28+00:00","userId":440,"lastUpdatedAt":"2023-12-01T16:25:25+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":336,"partnerId":337,"sendViaEmail":false,"email":"solcol01@protonmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-31T13:07:50+00:00","acceptedAt":"2023-03-31T13:07:50+00:00","userId":442,"lastUpdatedAt":"2023-03-31T13:07:50+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":337,"partnerId":335,"sendViaEmail":true,"email":"evertderijcker@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-31T13:54:52+00:00","acceptedAt":"2023-03-31T13:54:52+00:00","userId":439,"lastUpdatedAt":"2023-03-31T13:54:52+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":338,"partnerId":339,"sendViaEmail":false,"email":"kristof.goedemont@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-31T15:18:49+00:00","acceptedAt":"2023-03-31T15:18:49+00:00","userId":443,"lastUpdatedAt":"2023-03-31T15:18:49+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":339,"partnerId":287,"sendViaEmail":false,"email":"Fabienne@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T10:34:10+00:00","acceptedAt":"2023-04-03T10:34:10+00:00","userId":449,"lastUpdatedAt":"2023-04-03T10:34:10+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":340,"partnerId":10,"sendViaEmail":false,"email":"i.delarue@veko.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T12:05:14+00:00","acceptedAt":"2023-04-03T12:05:14+00:00","userId":451,"lastUpdatedAt":"2023-04-03T12:05:14+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":341,"partnerId":10,"sendViaEmail":true,"email":"s.dreesen@veko.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T12:10:46+00:00","acceptedAt":"2023-04-03T12:10:46+00:00","userId":446,"lastUpdatedAt":"2023-04-03T12:10:46+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":342,"partnerId":298,"sendViaEmail":false,"email":"christophe@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T12:12:14+00:00","acceptedAt":"2023-04-03T12:12:14+00:00","userId":452,"lastUpdatedAt":"2023-06-07T13:03:49+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":343,"partnerId":329,"sendViaEmail":false,"email":"bart@metaalconstructieblomme.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T12:33:08+00:00","acceptedAt":"2023-04-03T12:33:08+00:00","userId":453,"lastUpdatedAt":"2023-04-03T12:33:08+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":344,"partnerId":329,"sendViaEmail":false,"email":"bartenolivia@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T12:37:24+00:00","acceptedAt":"2023-04-03T12:37:24+00:00","userId":454,"lastUpdatedAt":"2023-04-03T12:37:24+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":345,"partnerId":340,"sendViaEmail":true,"email":"jofem@me.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T14:40:46+00:00","acceptedAt":"2023-04-03T14:40:46+00:00","userId":229,"lastUpdatedAt":"2023-05-31T09:42:40+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":346,"partnerId":341,"sendViaEmail":false,"email":"rudy.desaeger@vanbelle.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-04T15:16:19+00:00","acceptedAt":"2023-04-04T15:16:19+00:00","userId":455,"lastUpdatedAt":"2023-12-01T16:26:54+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":347,"partnerId":67,"sendViaEmail":true,"email":"rudy.desaeger@vanbelle.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-04T15:16:48+00:00","acceptedAt":"2023-04-04T15:16:48+00:00","userId":455,"lastUpdatedAt":"2024-03-25T13:03:34+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":349,"partnerId":20,"sendViaEmail":false,"email":"belinda.apon@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-05T15:27:18+00:00","acceptedAt":"2023-04-05T15:27:18+00:00","userId":458,"lastUpdatedAt":"2023-05-19T19:24:07+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":350,"partnerId":343,"sendViaEmail":false,"email":"tom@tommytech-consulting.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-06T12:51:10+00:00","acceptedAt":"2023-04-06T12:51:10+00:00","userId":459,"lastUpdatedAt":"2023-04-06T12:51:10+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":351,"partnerId":344,"sendViaEmail":false,"email":"wim.verbruggen-bertels@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-06T13:13:15+00:00","acceptedAt":"2023-04-06T13:13:15+00:00","userId":460,"lastUpdatedAt":"2023-04-07T14:23:00+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":352,"partnerId":345,"sendViaEmail":false,"email":"maliknemat4@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-06T13:32:17+00:00","acceptedAt":"2023-04-06T13:32:17+00:00","userId":461,"lastUpdatedAt":"2023-05-11T11:26:38+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":354,"partnerId":346,"sendViaEmail":true,"email":"patrick.grispen@pandora.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-06T14:46:29+00:00","acceptedAt":"2023-04-06T14:46:29+00:00","userId":463,"lastUpdatedAt":"2023-04-06T14:46:29+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":355,"partnerId":347,"sendViaEmail":true,"email":"quinten.van.durme@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-07T12:44:34+00:00","acceptedAt":"2023-04-07T12:44:34+00:00","userId":457,"lastUpdatedAt":"2023-04-07T12:44:34+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":356,"partnerId":348,"sendViaEmail":true,"email":"geert.paepen@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-04-11T12:22:59+00:00","acceptedAt":"2023-04-11T12:22:59+00:00","userId":450,"lastUpdatedAt":"2023-04-11T12:22:59+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":357,"partnerId":20,"sendViaEmail":false,"email":"bart.voorspoels@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-12T12:07:04+00:00","acceptedAt":"2023-04-12T12:07:04+00:00","userId":469,"lastUpdatedAt":"2023-04-12T12:07:04+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":358,"partnerId":349,"sendViaEmail":false,"email":"mark.deprez@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-04-13T10:15:29+00:00","acceptedAt":"2023-04-13T10:15:29+00:00","userId":470,"lastUpdatedAt":"2023-04-13T10:15:29+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":359,"partnerId":20,"sendViaEmail":false,"email":"eshwarkiran.pampana@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-17T14:00:59+00:00","acceptedAt":"2023-04-17T14:00:59+00:00","userId":474,"lastUpdatedAt":"2023-04-17T14:00:59+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":360,"partnerId":20,"sendViaEmail":true,"email":"dorothy.verheyden@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-18T13:09:49+00:00","acceptedAt":"2023-04-18T13:09:49+00:00","userId":366,"lastUpdatedAt":"2023-04-18T13:09:49+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":363,"partnerId":240,"sendViaEmail":false,"email":"carllodewyckx@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-19T12:25:16+00:00","acceptedAt":"2023-04-19T12:25:16+00:00","userId":477,"lastUpdatedAt":"2023-09-28T09:32:45+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":364,"partnerId":20,"sendViaEmail":true,"email":"Annelies.borgheys@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-19T12:58:38+00:00","acceptedAt":"2023-04-19T12:58:39+00:00","userId":478,"lastUpdatedAt":"2023-07-10T07:30:21+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":367,"partnerId":240,"sendViaEmail":true,"email":"davidbrulard@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-19T13:45:02+00:00","acceptedAt":"2023-04-19T13:45:02+00:00","userId":482,"lastUpdatedAt":"2024-01-18T13:20:03+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":368,"partnerId":240,"sendViaEmail":false,"email":"Heidivanhoof@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-19T14:21:42+00:00","acceptedAt":"2023-04-19T14:21:42+00:00","userId":483,"lastUpdatedAt":"2023-04-19T14:21:42+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":370,"partnerId":260,"sendViaEmail":false,"email":"vickymols@curon.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-19T15:36:31+00:00","acceptedAt":"2023-04-19T15:36:31+00:00","userId":484,"lastUpdatedAt":"2023-04-19T15:36:31+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":371,"partnerId":353,"sendViaEmail":false,"email":"kattymartens@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T10:23:51+00:00","acceptedAt":"2023-04-20T10:23:51+00:00","userId":487,"lastUpdatedAt":"2023-04-20T10:23:51+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":372,"partnerId":354,"sendViaEmail":false,"email":"andre.goffaerts@btciveco.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T12:00:10+00:00","acceptedAt":"2023-04-20T12:00:10+00:00","userId":488,"lastUpdatedAt":"2023-12-08T13:57:39+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":373,"partnerId":72,"sendViaEmail":true,"email":"Jeff@mylifemuzik.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T13:41:24+00:00","acceptedAt":"2023-04-20T13:41:24+00:00","userId":45,"lastUpdatedAt":"2023-04-20T13:41:24+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":374,"partnerId":311,"sendViaEmail":false,"email":"fleet1@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T15:12:30+00:00","acceptedAt":"2023-04-20T15:12:30+00:00","userId":489,"lastUpdatedAt":"2023-04-20T15:12:30+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":375,"partnerId":311,"sendViaEmail":false,"email":"fleet2@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T15:15:35+00:00","acceptedAt":"2023-04-20T15:15:35+00:00","userId":490,"lastUpdatedAt":"2023-07-26T12:02:31+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":376,"partnerId":311,"sendViaEmail":false,"email":"fleet3@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T15:18:40+00:00","acceptedAt":"2023-04-20T15:18:40+00:00","userId":491,"lastUpdatedAt":"2023-04-20T15:18:40+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":377,"partnerId":311,"sendViaEmail":false,"email":"fleet4@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T15:21:14+00:00","acceptedAt":"2023-04-20T15:21:14+00:00","userId":492,"lastUpdatedAt":"2023-04-20T15:21:14+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":380,"partnerId":20,"sendViaEmail":true,"email":"gilles.ferket@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-25T08:16:23+00:00","acceptedAt":"2023-04-25T08:16:23+00:00","userId":312,"lastUpdatedAt":"2023-05-15T08:01:16+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":381,"partnerId":20,"sendViaEmail":false,"email":"ludo.vervoort@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-25T12:14:00+00:00","acceptedAt":"2023-04-25T12:14:00+00:00","userId":493,"lastUpdatedAt":"2023-04-25T12:14:00+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":382,"partnerId":391,"sendViaEmail":false,"email":"pascal.debruyn@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-26T08:53:23+00:00","acceptedAt":"2023-04-26T08:53:23+00:00","userId":494,"lastUpdatedAt":"2023-04-26T08:53:23+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":383,"partnerId":20,"sendViaEmail":false,"email":"hideyuki.hashimoto@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-26T10:29:28+00:00","acceptedAt":"2023-04-26T10:29:28+00:00","userId":495,"lastUpdatedAt":"2023-04-26T10:29:28+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":385,"partnerId":20,"sendViaEmail":false,"email":"dan-axel.haggblom@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-26T15:10:25+00:00","acceptedAt":"2023-04-26T15:10:25+00:00","userId":500,"lastUpdatedAt":"2023-04-26T15:10:25+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":386,"partnerId":393,"sendViaEmail":false,"email":"limbourg.danny@tldexpress.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-28T10:28:24+00:00","acceptedAt":"2023-04-28T10:28:24+00:00","userId":503,"lastUpdatedAt":"2023-04-28T10:28:24+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":387,"partnerId":394,"sendViaEmail":false,"email":"Piet_lantsoght@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-02T13:56:17+00:00","acceptedAt":"2023-05-02T13:56:17+00:00","userId":506,"lastUpdatedAt":"2023-05-02T13:56:17+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":388,"partnerId":20,"sendViaEmail":false,"email":"carlo.menten@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-03T12:08:22+00:00","acceptedAt":"2023-05-03T12:08:22+00:00","userId":509,"lastUpdatedAt":"2023-06-13T14:19:19+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":389,"partnerId":395,"sendViaEmail":true,"email":"steve.stiers@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-03T14:05:16+00:00","acceptedAt":"2023-05-03T14:05:16+00:00","userId":28,"lastUpdatedAt":"2024-02-05T16:50:11+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":390,"partnerId":20,"sendViaEmail":false,"email":"natalie.swinnen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-03T15:11:54+00:00","acceptedAt":"2023-05-03T15:11:54+00:00","userId":510,"lastUpdatedAt":"2023-05-25T09:27:38+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":391,"partnerId":396,"sendViaEmail":false,"email":"yibz@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-04T08:23:53+00:00","acceptedAt":"2023-05-04T08:23:53+00:00","userId":512,"lastUpdatedAt":"2023-05-04T08:23:53+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":392,"partnerId":20,"sendViaEmail":true,"email":"nicolae.baboi@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-08T09:40:51+00:00","acceptedAt":"2023-05-08T09:40:51+00:00","userId":507,"lastUpdatedAt":"2023-05-08T09:40:51+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":393,"partnerId":20,"sendViaEmail":false,"email":"Lennie.heerwegh@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-08T12:44:06+00:00","acceptedAt":"2023-05-08T12:44:06+00:00","userId":516,"lastUpdatedAt":"2023-08-18T09:59:40+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":394,"partnerId":400,"sendViaEmail":true,"email":"hugo@myncke.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-08T13:45:51+00:00","acceptedAt":"2023-05-08T13:45:51+00:00","userId":515,"lastUpdatedAt":"2023-05-08T13:45:51+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":395,"partnerId":20,"sendViaEmail":true,"email":"chiodidemi@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-09T17:11:41+00:00","acceptedAt":"2023-05-09T17:11:41+00:00","userId":496,"lastUpdatedAt":"2023-08-03T12:56:05+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":396,"partnerId":20,"sendViaEmail":false,"email":"johan.jaspers@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-10T09:44:58+00:00","acceptedAt":"2023-05-10T09:44:58+00:00","userId":518,"lastUpdatedAt":"2023-05-10T09:44:58+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":397,"partnerId":402,"sendViaEmail":true,"email":"Immopro@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-11T09:01:36+00:00","acceptedAt":"2023-05-11T09:01:36+00:00","userId":519,"lastUpdatedAt":"2023-05-11T09:01:36+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":398,"partnerId":401,"sendViaEmail":true,"email":"jd@jeandubois-consulting.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-13T05:54:47+00:00","acceptedAt":"2023-05-13T05:54:47+00:00","userId":508,"lastUpdatedAt":"2023-05-13T05:54:47+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":399,"partnerId":20,"sendViaEmail":false,"email":"igor.romandic@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-17T14:56:19+00:00","acceptedAt":"2023-05-17T14:56:19+00:00","userId":525,"lastUpdatedAt":"2023-05-17T14:56:19+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":400,"partnerId":354,"sendViaEmail":false,"email":"annick.vander.bracht@btciveco.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-23T12:40:59+00:00","acceptedAt":"2023-05-23T12:40:59+00:00","userId":527,"lastUpdatedAt":"2023-12-08T13:57:47+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":401,"partnerId":354,"sendViaEmail":false,"email":"receptie@btciveco.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-23T12:43:46+00:00","acceptedAt":"2023-05-23T12:43:46+00:00","userId":528,"lastUpdatedAt":"2023-12-08T13:57:57+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":402,"partnerId":354,"sendViaEmail":false,"email":"matthias.desadeleer@btciveco.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-23T12:46:56+00:00","acceptedAt":"2023-05-23T12:46:56+00:00","userId":529,"lastUpdatedAt":"2023-12-08T13:58:13+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":403,"partnerId":20,"sendViaEmail":false,"email":"wim.vandenbosch@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-23T15:29:03+00:00","acceptedAt":"2023-05-23T15:29:03+00:00","userId":530,"lastUpdatedAt":"2023-05-23T15:29:03+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":404,"partnerId":20,"sendViaEmail":false,"email":"tom.vanbreda@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-26T13:18:39+00:00","acceptedAt":"2023-05-26T13:18:39+00:00","userId":534,"lastUpdatedAt":"2023-05-26T13:18:39+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":405,"partnerId":20,"sendViaEmail":false,"email":"gianni.cairo@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-26T14:56:39+00:00","acceptedAt":"2023-05-26T14:56:39+00:00","userId":535,"lastUpdatedAt":"2023-05-26T14:56:39+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":407,"partnerId":332,"sendViaEmail":true,"email":"a.declercq@profilan.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-27T13:53:18+00:00","acceptedAt":"2023-05-27T13:53:18+00:00","userId":536,"lastUpdatedAt":"2023-05-27T13:53:18+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":408,"partnerId":325,"sendViaEmail":true,"email":"w.declercq@profilan.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-27T13:53:45+00:00","acceptedAt":"2023-05-27T13:53:45+00:00","userId":432,"lastUpdatedAt":"2023-05-27T13:53:45+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":410,"partnerId":220,"sendViaEmail":false,"email":"femke@terdoel.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-30T15:16:20+00:00","acceptedAt":"2023-05-30T15:16:20+00:00","userId":537,"lastUpdatedAt":"2023-05-30T15:16:20+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":411,"partnerId":319,"sendViaEmail":true,"email":"Wim@driesenfoods.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-31T14:40:29+00:00","acceptedAt":"2023-05-31T14:40:29+00:00","userId":486,"lastUpdatedAt":"2023-05-31T14:40:29+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":412,"partnerId":309,"sendViaEmail":true,"email":"ThiemoMohr@skynet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-06T13:17:12+00:00","acceptedAt":"2023-06-06T13:17:12+00:00","userId":348,"lastUpdatedAt":"2023-12-31T09:57:49+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":413,"partnerId":404,"sendViaEmail":false,"email":"DennisGoossens@konradholding.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-06T13:37:35+00:00","acceptedAt":"2023-06-06T13:37:35+00:00","userId":541,"lastUpdatedAt":"2023-06-06T13:37:35+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":414,"partnerId":10,"sendViaEmail":false,"email":"s.vandendriessche@veko.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-06T13:51:24+00:00","acceptedAt":"2023-06-06T13:51:24+00:00","userId":542,"lastUpdatedAt":"2023-06-06T13:51:24+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":416,"partnerId":20,"sendViaEmail":false,"email":"bart.peeters@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-08T08:53:53+00:00","acceptedAt":"2023-06-08T08:53:53+00:00","userId":544,"lastUpdatedAt":"2023-06-08T08:53:53+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":418,"partnerId":332,"sendViaEmail":false,"email":"m.wauthier@profilan.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-08T09:23:29+00:00","acceptedAt":"2023-06-08T09:23:29+00:00","userId":547,"lastUpdatedAt":"2023-06-08T09:23:29+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":419,"partnerId":405,"sendViaEmail":false,"email":"goele@baert.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-13T13:15:09+00:00","acceptedAt":"2023-06-13T13:15:09+00:00","userId":553,"lastUpdatedAt":"2023-06-13T13:15:09+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":420,"partnerId":20,"sendViaEmail":false,"email":"jelle.engelen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-13T14:28:33+00:00","acceptedAt":"2023-06-13T14:28:33+00:00","userId":554,"lastUpdatedAt":"2023-06-13T14:28:33+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":421,"partnerId":20,"sendViaEmail":false,"email":"erwin.conaerts@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-13T14:31:50+00:00","acceptedAt":"2023-06-13T14:31:50+00:00","userId":555,"lastUpdatedAt":"2023-06-13T14:31:50+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":422,"partnerId":406,"sendViaEmail":true,"email":"pieter.leemans@yunextraffic.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-14T07:55:36+00:00","acceptedAt":"2023-06-14T07:55:36+00:00","userId":557,"lastUpdatedAt":"2023-06-14T07:55:36+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":423,"partnerId":407,"sendViaEmail":false,"email":"karel.dhont@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-14T08:36:48+00:00","acceptedAt":"2023-06-14T08:36:48+00:00","userId":558,"lastUpdatedAt":"2023-06-14T08:36:48+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":424,"partnerId":408,"sendViaEmail":false,"email":"evi.dieltjens@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-14T09:05:20+00:00","acceptedAt":"2023-06-14T09:05:20+00:00","userId":559,"lastUpdatedAt":"2023-06-14T09:05:20+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":425,"partnerId":409,"sendViaEmail":false,"email":"steven.jansegers@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-15T08:41:31+00:00","acceptedAt":"2023-06-15T08:41:31+00:00","userId":561,"lastUpdatedAt":"2023-06-15T08:41:31+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":426,"partnerId":20,"sendViaEmail":false,"email":"luc.vanlandeghem@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-15T14:14:34+00:00","acceptedAt":"2023-06-15T14:14:34+00:00","userId":562,"lastUpdatedAt":"2023-06-15T14:14:34+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":427,"partnerId":332,"sendViaEmail":true,"email":"csb2@profilan.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-16T07:02:35+00:00","acceptedAt":"2023-06-16T07:02:35+00:00","userId":546,"lastUpdatedAt":"2023-06-16T07:02:35+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":429,"partnerId":410,"sendViaEmail":true,"email":"marleen@lambrechtshout.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-16T13:59:12+00:00","acceptedAt":"2023-06-16T13:59:12+00:00","userId":471,"lastUpdatedAt":"2023-06-16T13:59:12+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":430,"partnerId":410,"sendViaEmail":false,"email":"maxime@lambrechtshout.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-16T14:18:09+00:00","acceptedAt":"2023-06-16T14:18:09+00:00","userId":563,"lastUpdatedAt":"2023-06-16T14:18:09+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":431,"partnerId":410,"sendViaEmail":false,"email":"igor@lambrechtshout.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-16T14:34:01+00:00","acceptedAt":"2023-06-16T14:34:01+00:00","userId":564,"lastUpdatedAt":"2023-06-16T14:34:01+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":432,"partnerId":410,"sendViaEmail":false,"email":"lambrechtsvisitors@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-16T14:36:55+00:00","acceptedAt":"2023-06-16T14:36:55+00:00","userId":565,"lastUpdatedAt":"2023-06-19T08:21:22+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":433,"partnerId":20,"sendViaEmail":false,"email":"jan.vandenbulck@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-20T08:28:00+00:00","acceptedAt":"2023-06-20T08:28:00+00:00","userId":566,"lastUpdatedAt":"2023-06-20T08:28:00+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":434,"partnerId":20,"sendViaEmail":false,"email":"pieter.darcon@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-20T10:38:15+00:00","acceptedAt":"2023-06-20T10:38:15+00:00","userId":567,"lastUpdatedAt":"2023-06-20T10:38:15+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":435,"partnerId":419,"sendViaEmail":false,"email":"info@wijngoeddhellekapelle.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-21T08:40:09+00:00","acceptedAt":"2023-06-21T08:40:09+00:00","userId":570,"lastUpdatedAt":"2023-06-21T08:40:09+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":436,"partnerId":338,"sendViaEmail":false,"email":"rene.mulders@normecgroup.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-26T14:19:32+00:00","acceptedAt":"2023-06-26T14:19:32+00:00","userId":572,"lastUpdatedAt":"2023-06-26T14:19:32+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":437,"partnerId":240,"sendViaEmail":false,"email":"marilynhinderdael@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-29T07:53:36+00:00","acceptedAt":"2023-06-29T07:53:36+00:00","userId":575,"lastUpdatedAt":"2023-06-29T07:53:36+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":438,"partnerId":420,"sendViaEmail":true,"email":"fatihsezgin0101@gmail.com","language":"tr-TR","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-06-29T14:23:22+00:00","acceptedAt":"2023-06-29T14:23:22+00:00","userId":577,"lastUpdatedAt":"2023-06-29T14:23:22+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":439,"partnerId":424,"sendViaEmail":false,"email":"sonia@q-building.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-06T08:57:37+00:00","acceptedAt":"2023-07-06T08:57:37+00:00","userId":580,"lastUpdatedAt":"2023-07-06T08:57:37+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":440,"partnerId":425,"sendViaEmail":false,"email":"jan.breuls@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-06T13:23:45+00:00","acceptedAt":"2023-07-06T13:23:45+00:00","userId":581,"lastUpdatedAt":"2023-07-06T13:23:45+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":442,"partnerId":58,"sendViaEmail":true,"email":"d.cantoro-vanschoonbeel@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-08T16:39:58+00:00","acceptedAt":"2023-07-08T16:39:58+00:00","userId":585,"lastUpdatedAt":"2023-07-08T16:39:58+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":443,"partnerId":406,"sendViaEmail":false,"email":"luc.beuten@yunextraffic.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-10T08:45:27+00:00","acceptedAt":"2023-07-10T08:45:27+00:00","userId":589,"lastUpdatedAt":"2023-07-10T08:45:27+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":444,"partnerId":432,"sendViaEmail":false,"email":"frans@herbots.info","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-12T09:11:53+00:00","acceptedAt":"2023-07-12T09:11:53+00:00","userId":591,"lastUpdatedAt":"2023-07-12T09:11:53+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":445,"partnerId":20,"sendViaEmail":false,"email":"ben.engels@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-13T11:29:49+00:00","acceptedAt":"2023-07-13T11:29:49+00:00","userId":593,"lastUpdatedAt":"2023-07-13T11:29:49+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":446,"partnerId":429,"sendViaEmail":true,"email":"nicolas.giraud@ngconsult.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-13T12:16:21+00:00","acceptedAt":"2023-07-13T12:16:21+00:00","userId":588,"lastUpdatedAt":"2023-07-13T12:16:21+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":447,"partnerId":319,"sendViaEmail":false,"email":"carlien@driesenfoods.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-13T12:33:16+00:00","acceptedAt":"2023-07-13T12:33:16+00:00","userId":595,"lastUpdatedAt":"2023-07-13T12:33:16+00:00"}} 
[2025-07-17 18:52:23] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":448,"partnerId":319,"sendViaEmail":true,"email":"paul@driesenfoods.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-13T12:33:51+00:00","acceptedAt":"2023-07-13T12:33:51+00:00","userId":594,"lastUpdatedAt":"2023-07-13T12:33:51+00:00"}} 
[2025-07-17 18:52:24] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":449,\"partnerId\":433,\"sendViaEmail\":false,\"email\":\"kris.seyen@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-14T09:14:49+00:00\",\"acceptedAt\":\"2023-07-14T09:14:49+00:00\",\"userId\":596,\"lastUpdatedAt\":\"2023-07-14T09:14:49+00:00\"},{\"id\":451,\"partnerId\":428,\"sendViaEmail\":true,\"email\":\"singhravi1998@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-14T21:36:06+00:00\",\"acceptedAt\":\"2023-07-14T21:36:06+00:00\",\"userId\":586,\"lastUpdatedAt\":\"2023-07-21T21:09:47+00:00\"},{\"id\":452,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"nicocools.nc@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-18T12:22:52+00:00\",\"acceptedAt\":\"2023-07-18T12:22:52+00:00\",\"userId\":599,\"lastUpdatedAt\":\"2023-07-18T12:22:52+00:00\"},{\"id\":453,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"kurtfanton33@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-18T12:24:15+00:00\",\"acceptedAt\":\"2023-07-18T12:24:15+00:00\",\"userId\":600,\"lastUpdatedAt\":\"2023-07-18T12:24:15+00:00\"},{\"id\":456,\"partnerId\":436,\"sendViaEmail\":true,\"email\":\"olivier.vanheghe@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-20T13:44:44+00:00\",\"acceptedAt\":\"2023-07-20T13:44:44+00:00\",\"userId\":584,\"lastUpdatedAt\":\"2023-07-20T13:44:44+00:00\"},{\"id\":457,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"j.davidse@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-20T15:12:05+00:00\",\"acceptedAt\":\"2023-07-20T15:12:05+00:00\",\"userId\":604,\"lastUpdatedAt\":\"2023-09-27T13:00:21+00:00\"},{\"id\":458,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"stijn.geukens@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-24T09:31:55+00:00\",\"acceptedAt\":\"2023-07-24T09:31:55+00:00\",\"userId\":607,\"lastUpdatedAt\":\"2023-07-24T09:31:55+00:00\"},{\"id\":459,\"partnerId\":438,\"sendViaEmail\":true,\"email\":\"geert_spranghers@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-26T12:23:39+00:00\",\"acceptedAt\":\"2023-07-26T12:23:39+00:00\",\"userId\":610,\"lastUpdatedAt\":\"2023-12-07T10:31:57+00:00\"},{\"id\":460,\"partnerId\":439,\"sendViaEmail\":false,\"email\":\"linda.rutten1964@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-26T12:35:08+00:00\",\"acceptedAt\":\"2023-07-26T12:35:08+00:00\",\"userId\":611,\"lastUpdatedAt\":\"2023-07-26T12:35:08+00:00\"},{\"id\":461,\"partnerId\":440,\"sendViaEmail\":true,\"email\":\"fen.celis@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-27T08:06:52+00:00\",\"acceptedAt\":\"2023-07-27T08:06:52+00:00\",\"userId\":346,\"lastUpdatedAt\":\"2023-07-27T08:06:52+00:00\"},{\"id\":462,\"partnerId\":441,\"sendViaEmail\":false,\"email\":\"desutter.peter@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-27T10:00:26+00:00\",\"acceptedAt\":\"2023-07-27T10:00:26+00:00\",\"userId\":612,\"lastUpdatedAt\":\"2024-02-16T07:26:48+00:00\"},{\"id\":463,\"partnerId\":437,\"sendViaEmail\":false,\"email\":\"Info@ROSC-Consulting.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-27T12:51:57+00:00\",\"acceptedAt\":\"2023-07-27T12:51:57+00:00\",\"userId\":614,\"lastUpdatedAt\":\"2023-07-27T12:51:57+00:00\"},{\"id\":464,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"patrick.boeckx@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-31T15:11:44+00:00\",\"acceptedAt\":\"2023-07-31T15:11:44+00:00\",\"userId\":616,\"lastUpdatedAt\":\"2023-07-31T15:11:44+00:00\"},{\"id\":465,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"claudiaderoover@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-01T13:42:53+00:00\",\"acceptedAt\":\"2023-08-01T13:42:53+00:00\",\"userId\":618,\"lastUpdatedAt\":\"2023-08-01T13:42:53+00:00\"},{\"id\":466,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"thomasderous@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-01T13:48:11+00:00\",\"acceptedAt\":\"2023-08-01T13:48:11+00:00\",\"userId\":619,\"lastUpdatedAt\":\"2023-08-01T13:48:11+00:00\"},{\"id\":467,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"casbuffel@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-01T13:53:26+00:00\",\"acceptedAt\":\"2023-08-01T13:53:26+00:00\",\"userId\":620,\"lastUpdatedAt\":\"2023-08-01T13:53:26+00:00\"},{\"id\":468,\"partnerId\":442,\"sendViaEmail\":false,\"email\":\"demeybarbara@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-02T15:00:47+00:00\",\"acceptedAt\":\"2023-08-02T15:00:47+00:00\",\"userId\":621,\"lastUpdatedAt\":\"2023-08-02T15:00:47+00:00\"},{\"id\":469,\"partnerId\":449,\"sendViaEmail\":false,\"email\":\"ngtechnics@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T10:16:51+00:00\",\"acceptedAt\":\"2023-08-03T10:16:51+00:00\",\"userId\":623,\"lastUpdatedAt\":\"2023-08-03T10:16:51+00:00\"},{\"id\":470,\"partnerId\":450,\"sendViaEmail\":false,\"email\":\"frederik.soffers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T10:35:10+00:00\",\"acceptedAt\":\"2023-08-03T10:35:10+00:00\",\"userId\":624,\"lastUpdatedAt\":\"2023-08-03T10:35:10+00:00\"},{\"id\":471,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"olivier.penning@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T10:44:19+00:00\",\"acceptedAt\":\"2023-08-03T10:44:19+00:00\",\"userId\":625,\"lastUpdatedAt\":\"2023-08-03T10:44:19+00:00\"},{\"id\":472,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"brecht.fonck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T11:08:45+00:00\",\"acceptedAt\":\"2023-08-03T11:08:45+00:00\",\"userId\":626,\"lastUpdatedAt\":\"2023-08-03T11:08:45+00:00\"},{\"id\":473,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"martine@vadigran.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T11:15:48+00:00\",\"acceptedAt\":\"2023-08-03T11:15:48+00:00\",\"userId\":627,\"lastUpdatedAt\":\"2023-08-03T11:15:48+00:00\"},{\"id\":474,\"partnerId\":451,\"sendViaEmail\":false,\"email\":\"karel@meubelen-jonckheere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T14:21:38+00:00\",\"acceptedAt\":\"2023-08-03T14:21:38+00:00\",\"userId\":628,\"lastUpdatedAt\":\"2023-12-03T19:03:48+00:00\"},{\"id\":475,\"partnerId\":452,\"sendViaEmail\":true,\"email\":\"pierre.poelmans@poelmans.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-07T07:51:26+00:00\",\"acceptedAt\":\"2023-08-07T07:51:26+00:00\",\"userId\":550,\"lastUpdatedAt\":\"2023-08-07T07:51:26+00:00\"},{\"id\":480,\"partnerId\":453,\"sendViaEmail\":true,\"email\":\"citgezsamy@gmail.com\",\"language\":\"fr\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-16T13:37:36+00:00\",\"acceptedAt\":\"2023-08-16T13:37:36+00:00\",\"userId\":640,\"lastUpdatedAt\":\"2023-08-16T13:37:36+00:00\"},{\"id\":484,\"partnerId\":455,\"sendViaEmail\":true,\"email\":\"ivana@live.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-17T08:33:08+00:00\",\"acceptedAt\":\"2023-08-17T08:33:08+00:00\",\"userId\":641,\"lastUpdatedAt\":\"2023-08-17T08:33:08+00:00\"},{\"id\":486,\"partnerId\":456,\"sendViaEmail\":true,\"email\":\"kevin.van.cortenberg@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-17T11:02:50+00:00\",\"acceptedAt\":\"2023-08-17T11:02:50+00:00\",\"userId\":642,\"lastUpdatedAt\":\"2023-08-17T11:02:50+00:00\"},{\"id\":487,\"partnerId\":458,\"sendViaEmail\":true,\"email\":\"johnny@tc-alv.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-25T08:38:41+00:00\",\"acceptedAt\":\"2023-08-25T08:38:41+00:00\",\"userId\":633,\"lastUpdatedAt\":\"2023-08-25T08:38:41+00:00\"},{\"id\":488,\"partnerId\":460,\"sendViaEmail\":false,\"email\":\"joris.deconinck@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-25T09:17:51+00:00\",\"acceptedAt\":\"2023-08-25T09:17:51+00:00\",\"userId\":647,\"lastUpdatedAt\":\"2023-08-25T09:17:51+00:00\"},{\"id\":489,\"partnerId\":461,\"sendViaEmail\":true,\"email\":\"info@dekinesist.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-28T10:23:19+00:00\",\"acceptedAt\":\"2023-08-28T10:23:19+00:00\",\"userId\":638,\"lastUpdatedAt\":\"2023-08-28T10:23:19+00:00\"},{\"id\":490,\"partnerId\":332,\"sendViaEmail\":true,\"email\":\"m.vandewiel@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-28T13:28:06+00:00\",\"acceptedAt\":\"2023-08-28T13:28:06+00:00\",\"userId\":378,\"lastUpdatedAt\":\"2023-08-28T13:28:06+00:00\"},{\"id\":491,\"partnerId\":465,\"sendViaEmail\":false,\"email\":\"dimitrijoseph@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-01T13:29:06+00:00\",\"acceptedAt\":\"2023-09-01T13:29:06+00:00\",\"userId\":650,\"lastUpdatedAt\":\"2023-09-01T13:29:06+00:00\"},{\"id\":493,\"partnerId\":467,\"sendViaEmail\":false,\"email\":\"welcome@casadekama.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-04T14:03:30+00:00\",\"acceptedAt\":\"2023-09-04T14:03:30+00:00\",\"userId\":655,\"lastUpdatedAt\":\"2023-09-04T14:03:30+00:00\"},{\"id\":494,\"partnerId\":468,\"sendViaEmail\":false,\"email\":\"daniel@bme.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-04T14:30:07+00:00\",\"acceptedAt\":\"2023-09-04T14:30:07+00:00\",\"userId\":656,\"lastUpdatedAt\":\"2023-11-27T11:21:13+00:00\"},{\"id\":495,\"partnerId\":469,\"sendViaEmail\":true,\"email\":\"geert.nobels@genoly.biz\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-06T08:13:45+00:00\",\"acceptedAt\":\"2023-09-06T08:13:45+00:00\",\"userId\":657,\"lastUpdatedAt\":\"2023-09-06T08:13:45+00:00\"},{\"id\":496,\"partnerId\":471,\"sendViaEmail\":false,\"email\":\"worldline@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-09-08T11:36:59+00:00\",\"acceptedAt\":\"2023-09-08T11:36:59+00:00\",\"userId\":658,\"lastUpdatedAt\":\"2023-11-23T10:00:54+00:00\"},{\"id\":497,\"partnerId\":472,\"sendViaEmail\":true,\"email\":\"Nabil.Tazit@arch-teco.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-11T07:27:46+00:00\",\"acceptedAt\":\"2023-09-11T07:27:46+00:00\",\"userId\":660,\"lastUpdatedAt\":\"2023-09-11T07:27:46+00:00\"},{\"id\":498,\"partnerId\":411,\"sendViaEmail\":true,\"email\":\"marc.borghers@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-12T07:30:28+00:00\",\"acceptedAt\":\"2023-09-12T07:30:28+00:00\",\"userId\":539,\"lastUpdatedAt\":\"2023-09-12T07:30:28+00:00\"},{\"id\":499,\"partnerId\":464,\"sendViaEmail\":true,\"email\":\"karadakicangela@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-13T07:53:05+00:00\",\"acceptedAt\":\"2023-09-13T07:53:05+00:00\",\"userId\":632,\"lastUpdatedAt\":\"2023-09-13T07:53:05+00:00\"},{\"id\":500,\"partnerId\":91,\"sendViaEmail\":true,\"email\":\"lykle@roosjen.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-15T13:10:41+00:00\",\"acceptedAt\":\"2023-09-15T13:10:42+00:00\",\"userId\":222,\"lastUpdatedAt\":\"2023-09-15T13:10:42+00:00\"},{\"id\":501,\"partnerId\":454,\"sendViaEmail\":true,\"email\":\"marinadenijs@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-20T09:50:13+00:00\",\"acceptedAt\":\"2023-09-20T09:50:13+00:00\",\"userId\":639,\"lastUpdatedAt\":\"2023-09-20T09:50:13+00:00\"},{\"id\":502,\"partnerId\":474,\"sendViaEmail\":false,\"email\":\"mark.proost@live.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-20T09:52:36+00:00\",\"acceptedAt\":\"2023-09-20T09:52:36+00:00\",\"userId\":666,\"lastUpdatedAt\":\"2023-09-20T09:52:36+00:00\"},{\"id\":503,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"Sylvester@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-22T08:35:27+00:00\",\"acceptedAt\":\"2023-09-22T08:35:27+00:00\",\"userId\":668,\"lastUpdatedAt\":\"2023-09-22T08:35:27+00:00\"},{\"id\":504,\"partnerId\":475,\"sendViaEmail\":false,\"email\":\"patrimonium@lievegem.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-22T08:57:22+00:00\",\"acceptedAt\":\"2023-09-22T08:57:22+00:00\",\"userId\":669,\"lastUpdatedAt\":\"2024-02-21T09:27:58+00:00\"},{\"id\":505,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pascal.meyvaert@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-22T10:18:25+00:00\",\"acceptedAt\":\"2023-09-22T10:18:25+00:00\",\"userId\":670,\"lastUpdatedAt\":\"2023-09-22T10:18:25+00:00\"},{\"id\":506,\"partnerId\":477,\"sendViaEmail\":true,\"email\":\"harry@deappelboom.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-25T09:32:14+00:00\",\"acceptedAt\":\"2023-09-25T09:32:15+00:00\",\"userId\":653,\"lastUpdatedAt\":\"2023-09-25T09:32:15+00:00\"},{\"id\":507,\"partnerId\":478,\"sendViaEmail\":false,\"email\":\"aster.roelandt@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-25T10:28:42+00:00\",\"acceptedAt\":\"2023-09-25T10:28:42+00:00\",\"userId\":671,\"lastUpdatedAt\":\"2023-09-25T10:28:42+00:00\"},{\"id\":508,\"partnerId\":479,\"sendViaEmail\":false,\"email\":\"kim_ingelbrecht@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-25T12:46:42+00:00\",\"acceptedAt\":\"2023-09-25T12:46:42+00:00\",\"userId\":672,\"lastUpdatedAt\":\"2023-09-25T12:46:42+00:00\"},{\"id\":509,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"sofieverheyden@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-25T13:26:04+00:00\",\"acceptedAt\":\"2023-09-25T13:26:04+00:00\",\"userId\":673,\"lastUpdatedAt\":\"2023-09-25T13:26:04+00:00\"},{\"id\":510,\"partnerId\":480,\"sendViaEmail\":false,\"email\":\"payconiq@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-26T09:55:33+00:00\",\"acceptedAt\":\"2023-09-26T09:55:33+00:00\",\"userId\":674,\"lastUpdatedAt\":\"2023-09-26T09:55:33+00:00\"},{\"id\":511,\"partnerId\":481,\"sendViaEmail\":false,\"email\":\"yacine.zine@wyzeconsulting.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-26T12:30:40+00:00\",\"acceptedAt\":\"2023-09-26T12:30:40+00:00\",\"userId\":675,\"lastUpdatedAt\":\"2023-09-26T12:30:40+00:00\"},{\"id\":512,\"partnerId\":483,\"sendViaEmail\":false,\"email\":\"Guy.VanderSande@VDS-Solutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-29T11:07:54+00:00\",\"acceptedAt\":\"2023-09-29T11:07:54+00:00\",\"userId\":677,\"lastUpdatedAt\":\"2023-09-29T11:07:54+00:00\"},{\"id\":513,\"partnerId\":457,\"sendViaEmail\":true,\"email\":\"tim.mammarella@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-03T11:00:13+00:00\",\"acceptedAt\":\"2023-10-03T11:00:13+00:00\",\"userId\":646,\"lastUpdatedAt\":\"2023-10-03T11:00:13+00:00\"},{\"id\":514,\"partnerId\":484,\"sendViaEmail\":true,\"email\":\"maurice.derden@stasbelgium.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-03T12:10:36+00:00\",\"acceptedAt\":\"2023-10-03T12:10:36+00:00\",\"userId\":680,\"lastUpdatedAt\":\"2023-10-03T12:10:36+00:00\"},{\"id\":515,\"partnerId\":484,\"sendViaEmail\":false,\"email\":\"kristof.stas@stasbelgium.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-04T09:14:24+00:00\",\"acceptedAt\":\"2023-10-04T09:14:24+00:00\",\"userId\":681,\"lastUpdatedAt\":\"2023-10-04T09:14:24+00:00\"},{\"id\":516,\"partnerId\":292,\"sendViaEmail\":false,\"email\":\"info@hotel-st-janshof.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-04T13:39:38+00:00\",\"acceptedAt\":\"2023-10-04T13:39:38+00:00\",\"userId\":683,\"lastUpdatedAt\":\"2023-10-04T13:39:38+00:00\"},{\"id\":517,\"partnerId\":485,\"sendViaEmail\":true,\"email\":\"myriamwaegenaar@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-06T12:38:25+00:00\",\"acceptedAt\":\"2023-10-06T12:38:25+00:00\",\"userId\":569,\"lastUpdatedAt\":\"2023-10-06T12:38:25+00:00\"},{\"id\":518,\"partnerId\":486,\"sendViaEmail\":true,\"email\":\"myriamwaegenaar@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-06T12:41:24+00:00\",\"acceptedAt\":\"2023-10-06T12:41:24+00:00\",\"userId\":569,\"lastUpdatedAt\":\"2023-10-06T12:41:24+00:00\"},{\"id\":519,\"partnerId\":347,\"sendViaEmail\":true,\"email\":\"degrooteanja@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-06T18:08:12+00:00\",\"acceptedAt\":\"2023-10-06T18:08:12+00:00\",\"userId\":467,\"lastUpdatedAt\":\"2023-10-06T18:08:12+00:00\"},{\"id\":520,\"partnerId\":487,\"sendViaEmail\":false,\"email\":\"david.ottoy@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-10T10:48:09+00:00\",\"acceptedAt\":\"2023-10-10T10:48:09+00:00\",\"userId\":690,\"lastUpdatedAt\":\"2023-10-10T10:48:09+00:00\"},{\"id\":521,\"partnerId\":488,\"sendViaEmail\":false,\"email\":\"info@cammaertbvba.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-11T11:22:17+00:00\",\"acceptedAt\":\"2023-10-11T11:22:17+00:00\",\"userId\":692,\"lastUpdatedAt\":\"2023-10-11T11:22:17+00:00\"},{\"id\":524,\"partnerId\":490,\"sendViaEmail\":false,\"email\":\"maurits.voormolen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-13T08:58:40+00:00\",\"acceptedAt\":\"2023-10-13T08:58:40+00:00\",\"userId\":696,\"lastUpdatedAt\":\"2023-10-13T08:58:40+00:00\"},{\"id\":525,\"partnerId\":491,\"sendViaEmail\":false,\"email\":\"ann.mortier@sezz.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-13T09:07:33+00:00\",\"acceptedAt\":\"2023-10-13T09:07:33+00:00\",\"userId\":697,\"lastUpdatedAt\":\"2023-10-13T09:07:33+00:00\"},{\"id\":526,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"lieve.geukens@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-13T12:19:17+00:00\",\"acceptedAt\":\"2023-10-13T12:19:17+00:00\",\"userId\":698,\"lastUpdatedAt\":\"2023-10-13T12:19:17+00:00\"},{\"id\":527,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"raf.theunis@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-13T14:56:05+00:00\",\"acceptedAt\":\"2023-10-13T14:56:05+00:00\",\"userId\":699,\"lastUpdatedAt\":\"2023-10-13T14:56:05+00:00\"},{\"id\":529,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"dieterlauwers@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-19T13:11:19+00:00\",\"acceptedAt\":\"2023-10-19T13:11:19+00:00\",\"userId\":706,\"lastUpdatedAt\":\"2023-10-19T13:11:19+00:00\"},{\"id\":531,\"partnerId\":498,\"sendViaEmail\":true,\"email\":\"Info@agathea.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-27T14:15:41+00:00\",\"acceptedAt\":\"2023-10-27T14:15:41+00:00\",\"userId\":716,\"lastUpdatedAt\":\"2023-10-27T14:15:41+00:00\"},{\"id\":532,\"partnerId\":451,\"sendViaEmail\":false,\"email\":\"jos@meubelen-jonckheere.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-30T08:03:34+00:00\",\"acceptedAt\":\"2023-10-30T08:03:34+00:00\",\"userId\":719,\"lastUpdatedAt\":\"2023-10-30T08:03:34+00:00\"},{\"id\":533,\"partnerId\":485,\"sendViaEmail\":false,\"email\":\"liliane@newline.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-30T10:09:36+00:00\",\"acceptedAt\":\"2023-10-30T10:09:36+00:00\",\"userId\":720,\"lastUpdatedAt\":\"2023-10-30T10:09:36+00:00\"},{\"id\":534,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"gino.debruyne@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-31T11:19:22+00:00\",\"acceptedAt\":\"2023-10-31T11:19:22+00:00\",\"userId\":721,\"lastUpdatedAt\":\"2023-10-31T11:19:22+00:00\"},{\"id\":536,\"partnerId\":499,\"sendViaEmail\":true,\"email\":\"petra-vanderstraeten@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-31T13:48:13+00:00\",\"acceptedAt\":\"2023-10-31T13:48:14+00:00\",\"userId\":723,\"lastUpdatedAt\":\"2023-10-31T13:48:14+00:00\"},{\"id\":537,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"levi.gooris@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-02T13:14:13+00:00\",\"acceptedAt\":\"2023-11-02T13:14:13+00:00\",\"userId\":728,\"lastUpdatedAt\":\"2023-11-02T13:14:13+00:00\"},{\"id\":538,\"partnerId\":501,\"sendViaEmail\":false,\"email\":\"Els.verlinden@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-03T13:24:04+00:00\",\"acceptedAt\":\"2023-11-03T13:24:04+00:00\",\"userId\":729,\"lastUpdatedAt\":\"2023-11-03T13:24:04+00:00\"},{\"id\":539,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"johanbaeten1@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-09T12:55:19+00:00\",\"acceptedAt\":\"2023-11-09T12:55:19+00:00\",\"userId\":739,\"lastUpdatedAt\":\"2023-11-09T12:55:19+00:00\"},{\"id\":540,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"pascal_b27@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-09T13:01:12+00:00\",\"acceptedAt\":\"2023-11-09T13:01:12+00:00\",\"userId\":740,\"lastUpdatedAt\":\"2023-11-09T13:01:12+00:00\"},{\"id\":541,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"jimmybrouckaert@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-09T13:06:40+00:00\",\"acceptedAt\":\"2023-11-09T13:06:40+00:00\",\"userId\":741,\"lastUpdatedAt\":\"2023-11-09T13:06:40+00:00\"},{\"id\":542,\"partnerId\":504,\"sendViaEmail\":true,\"email\":\"nathalie.scheppers@xemex.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-10T09:52:09+00:00\",\"acceptedAt\":\"2023-11-10T09:52:09+00:00\",\"userId\":727,\"lastUpdatedAt\":\"2023-11-10T09:52:09+00:00\"},{\"id\":543,\"partnerId\":505,\"sendViaEmail\":false,\"email\":\"stijn.bogaerts@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-10T14:23:12+00:00\",\"acceptedAt\":\"2023-11-10T14:23:12+00:00\",\"userId\":743,\"lastUpdatedAt\":\"2023-11-10T14:23:12+00:00\"},{\"id\":544,\"partnerId\":506,\"sendViaEmail\":false,\"email\":\"jdewitjoris.chem@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-10T14:56:38+00:00\",\"acceptedAt\":\"2023-11-10T14:56:38+00:00\",\"userId\":744,\"lastUpdatedAt\":\"2023-11-10T14:56:38+00:00\"},{\"id\":545,\"partnerId\":73,\"sendViaEmail\":true,\"email\":\"kurtcoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-10T19:33:11+00:00\",\"acceptedAt\":\"2023-11-10T19:33:11+00:00\",\"userId\":55,\"lastUpdatedAt\":\"2023-11-10T19:33:11+00:00\"},{\"id\":546,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"petercamps@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T11:36:50+00:00\",\"acceptedAt\":\"2023-11-13T11:36:50+00:00\",\"userId\":745,\"lastUpdatedAt\":\"2023-11-13T11:36:50+00:00\"},{\"id\":547,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"tommycorri@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T11:44:56+00:00\",\"acceptedAt\":\"2023-11-13T11:44:56+00:00\",\"userId\":746,\"lastUpdatedAt\":\"2023-11-13T11:44:56+00:00\"},{\"id\":548,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"jimmycorrias@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T11:52:18+00:00\",\"acceptedAt\":\"2023-11-13T11:52:18+00:00\",\"userId\":747,\"lastUpdatedAt\":\"2023-11-13T11:52:18+00:00\"},{\"id\":549,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"geert.debing@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T11:59:30+00:00\",\"acceptedAt\":\"2023-11-13T11:59:30+00:00\",\"userId\":748,\"lastUpdatedAt\":\"2023-11-13T11:59:30+00:00\"},{\"id\":550,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"jdegol@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T12:44:19+00:00\",\"acceptedAt\":\"2023-11-13T12:44:19+00:00\",\"userId\":749,\"lastUpdatedAt\":\"2023-11-13T12:44:19+00:00\"},{\"id\":551,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"filip_doucet@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T12:49:59+00:00\",\"acceptedAt\":\"2023-11-13T12:49:59+00:00\",\"userId\":750,\"lastUpdatedAt\":\"2023-11-13T12:49:59+00:00\"},{\"id\":552,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"youssefelballata@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T12:55:45+00:00\",\"acceptedAt\":\"2023-11-13T12:55:45+00:00\",\"userId\":751,\"lastUpdatedAt\":\"2023-11-13T12:55:45+00:00\"},{\"id\":553,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"timothy.geboers@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:00:39+00:00\",\"acceptedAt\":\"2023-11-13T13:00:39+00:00\",\"userId\":752,\"lastUpdatedAt\":\"2023-11-13T13:00:39+00:00\"},{\"id\":554,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"rob.geebelen@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:06:58+00:00\",\"acceptedAt\":\"2023-11-13T13:06:58+00:00\",\"userId\":753,\"lastUpdatedAt\":\"2023-11-13T13:06:58+00:00\"},{\"id\":555,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"bmppeters@home.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:09:52+00:00\",\"acceptedAt\":\"2023-11-13T13:09:52+00:00\",\"userId\":754,\"lastUpdatedAt\":\"2023-11-13T13:09:52+00:00\"},{\"id\":556,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"mouloud.iday@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:14:53+00:00\",\"acceptedAt\":\"2023-11-13T13:14:53+00:00\",\"userId\":755,\"lastUpdatedAt\":\"2023-11-13T13:14:53+00:00\"},{\"id\":557,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"christian.jehaes@live.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:17:26+00:00\",\"acceptedAt\":\"2023-11-13T13:17:26+00:00\",\"userId\":756,\"lastUpdatedAt\":\"2023-11-13T13:17:26+00:00\"},{\"id\":558,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"mark@markata.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:18:53+00:00\",\"acceptedAt\":\"2023-11-13T13:18:53+00:00\",\"userId\":757,\"lastUpdatedAt\":\"2023-11-13T13:18:53+00:00\"},{\"id\":559,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"ozkan.yasar@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:29:51+00:00\",\"acceptedAt\":\"2023-11-13T13:29:51+00:00\",\"userId\":758,\"lastUpdatedAt\":\"2023-11-13T13:29:51+00:00\"},{\"id\":560,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"bkusters1980@icloud.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:31:38+00:00\",\"acceptedAt\":\"2023-11-13T13:31:38+00:00\",\"userId\":759,\"lastUpdatedAt\":\"2023-11-13T13:31:38+00:00\"},{\"id\":561,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"serge.persoons1@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:33:10+00:00\",\"acceptedAt\":\"2023-11-13T13:33:10+00:00\",\"userId\":760,\"lastUpdatedAt\":\"2023-11-13T13:33:10+00:00\"},{\"id\":562,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"Pepelsjoey@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:38:35+00:00\",\"acceptedAt\":\"2023-11-13T13:38:35+00:00\",\"userId\":761,\"lastUpdatedAt\":\"2023-11-13T13:38:35+00:00\"},{\"id\":563,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"mauro.rossi33@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:39:03+00:00\",\"acceptedAt\":\"2023-11-13T13:39:03+00:00\",\"userId\":762,\"lastUpdatedAt\":\"2023-11-13T13:39:03+00:00\"},{\"id\":564,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"savelkouls_roy@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:43:49+00:00\",\"acceptedAt\":\"2023-11-13T13:43:49+00:00\",\"userId\":763,\"lastUpdatedAt\":\"2023-11-13T13:43:49+00:00\"},{\"id\":565,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"erik-s@live.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:47:55+00:00\",\"acceptedAt\":\"2023-11-13T13:47:55+00:00\",\"userId\":764,\"lastUpdatedAt\":\"2023-11-13T13:47:55+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":400,\"total\":1122}}"} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":449,"partnerId":433,"sendViaEmail":false,"email":"kris.seyen@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-14T09:14:49+00:00","acceptedAt":"2023-07-14T09:14:49+00:00","userId":596,"lastUpdatedAt":"2023-07-14T09:14:49+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":451,"partnerId":428,"sendViaEmail":true,"email":"singhravi1998@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-14T21:36:06+00:00","acceptedAt":"2023-07-14T21:36:06+00:00","userId":586,"lastUpdatedAt":"2023-07-21T21:09:47+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":452,"partnerId":423,"sendViaEmail":true,"email":"nicocools.nc@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-18T12:22:52+00:00","acceptedAt":"2023-07-18T12:22:52+00:00","userId":599,"lastUpdatedAt":"2023-07-18T12:22:52+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":453,"partnerId":423,"sendViaEmail":false,"email":"kurtfanton33@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-18T12:24:15+00:00","acceptedAt":"2023-07-18T12:24:15+00:00","userId":600,"lastUpdatedAt":"2023-07-18T12:24:15+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":456,"partnerId":436,"sendViaEmail":true,"email":"olivier.vanheghe@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-20T13:44:44+00:00","acceptedAt":"2023-07-20T13:44:44+00:00","userId":584,"lastUpdatedAt":"2023-07-20T13:44:44+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":457,"partnerId":58,"sendViaEmail":false,"email":"j.davidse@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-20T15:12:05+00:00","acceptedAt":"2023-07-20T15:12:05+00:00","userId":604,"lastUpdatedAt":"2023-09-27T13:00:21+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":458,"partnerId":20,"sendViaEmail":false,"email":"stijn.geukens@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-24T09:31:55+00:00","acceptedAt":"2023-07-24T09:31:55+00:00","userId":607,"lastUpdatedAt":"2023-07-24T09:31:55+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":459,"partnerId":438,"sendViaEmail":true,"email":"geert_spranghers@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-26T12:23:39+00:00","acceptedAt":"2023-07-26T12:23:39+00:00","userId":610,"lastUpdatedAt":"2023-12-07T10:31:57+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":460,"partnerId":439,"sendViaEmail":false,"email":"linda.rutten1964@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-26T12:35:08+00:00","acceptedAt":"2023-07-26T12:35:08+00:00","userId":611,"lastUpdatedAt":"2023-07-26T12:35:08+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":461,"partnerId":440,"sendViaEmail":true,"email":"fen.celis@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-27T08:06:52+00:00","acceptedAt":"2023-07-27T08:06:52+00:00","userId":346,"lastUpdatedAt":"2023-07-27T08:06:52+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":462,"partnerId":441,"sendViaEmail":false,"email":"desutter.peter@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-27T10:00:26+00:00","acceptedAt":"2023-07-27T10:00:26+00:00","userId":612,"lastUpdatedAt":"2024-02-16T07:26:48+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":463,"partnerId":437,"sendViaEmail":false,"email":"Info@ROSC-Consulting.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-27T12:51:57+00:00","acceptedAt":"2023-07-27T12:51:57+00:00","userId":614,"lastUpdatedAt":"2023-07-27T12:51:57+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":464,"partnerId":20,"sendViaEmail":false,"email":"patrick.boeckx@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-31T15:11:44+00:00","acceptedAt":"2023-07-31T15:11:44+00:00","userId":616,"lastUpdatedAt":"2023-07-31T15:11:44+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":465,"partnerId":240,"sendViaEmail":false,"email":"claudiaderoover@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-01T13:42:53+00:00","acceptedAt":"2023-08-01T13:42:53+00:00","userId":618,"lastUpdatedAt":"2023-08-01T13:42:53+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":466,"partnerId":240,"sendViaEmail":false,"email":"thomasderous@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-01T13:48:11+00:00","acceptedAt":"2023-08-01T13:48:11+00:00","userId":619,"lastUpdatedAt":"2023-08-01T13:48:11+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":467,"partnerId":240,"sendViaEmail":false,"email":"casbuffel@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-01T13:53:26+00:00","acceptedAt":"2023-08-01T13:53:26+00:00","userId":620,"lastUpdatedAt":"2023-08-01T13:53:26+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":468,"partnerId":442,"sendViaEmail":false,"email":"demeybarbara@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-02T15:00:47+00:00","acceptedAt":"2023-08-02T15:00:47+00:00","userId":621,"lastUpdatedAt":"2023-08-02T15:00:47+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":469,"partnerId":449,"sendViaEmail":false,"email":"ngtechnics@outlook.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-03T10:16:51+00:00","acceptedAt":"2023-08-03T10:16:51+00:00","userId":623,"lastUpdatedAt":"2023-08-03T10:16:51+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":470,"partnerId":450,"sendViaEmail":false,"email":"frederik.soffers@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-03T10:35:10+00:00","acceptedAt":"2023-08-03T10:35:10+00:00","userId":624,"lastUpdatedAt":"2023-08-03T10:35:10+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":471,"partnerId":20,"sendViaEmail":false,"email":"olivier.penning@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-03T10:44:19+00:00","acceptedAt":"2023-08-03T10:44:19+00:00","userId":625,"lastUpdatedAt":"2023-08-03T10:44:19+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":472,"partnerId":20,"sendViaEmail":false,"email":"brecht.fonck@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-03T11:08:45+00:00","acceptedAt":"2023-08-03T11:08:45+00:00","userId":626,"lastUpdatedAt":"2023-08-03T11:08:45+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":473,"partnerId":311,"sendViaEmail":false,"email":"martine@vadigran.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-03T11:15:48+00:00","acceptedAt":"2023-08-03T11:15:48+00:00","userId":627,"lastUpdatedAt":"2023-08-03T11:15:48+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":474,"partnerId":451,"sendViaEmail":false,"email":"karel@meubelen-jonckheere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-03T14:21:38+00:00","acceptedAt":"2023-08-03T14:21:38+00:00","userId":628,"lastUpdatedAt":"2023-12-03T19:03:48+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":475,"partnerId":452,"sendViaEmail":true,"email":"pierre.poelmans@poelmans.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-07T07:51:26+00:00","acceptedAt":"2023-08-07T07:51:26+00:00","userId":550,"lastUpdatedAt":"2023-08-07T07:51:26+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":480,"partnerId":453,"sendViaEmail":true,"email":"citgezsamy@gmail.com","language":"fr","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-16T13:37:36+00:00","acceptedAt":"2023-08-16T13:37:36+00:00","userId":640,"lastUpdatedAt":"2023-08-16T13:37:36+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":484,"partnerId":455,"sendViaEmail":true,"email":"ivana@live.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-17T08:33:08+00:00","acceptedAt":"2023-08-17T08:33:08+00:00","userId":641,"lastUpdatedAt":"2023-08-17T08:33:08+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":486,"partnerId":456,"sendViaEmail":true,"email":"kevin.van.cortenberg@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-17T11:02:50+00:00","acceptedAt":"2023-08-17T11:02:50+00:00","userId":642,"lastUpdatedAt":"2023-08-17T11:02:50+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":487,"partnerId":458,"sendViaEmail":true,"email":"johnny@tc-alv.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-25T08:38:41+00:00","acceptedAt":"2023-08-25T08:38:41+00:00","userId":633,"lastUpdatedAt":"2023-08-25T08:38:41+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":488,"partnerId":460,"sendViaEmail":false,"email":"joris.deconinck@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-25T09:17:51+00:00","acceptedAt":"2023-08-25T09:17:51+00:00","userId":647,"lastUpdatedAt":"2023-08-25T09:17:51+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":489,"partnerId":461,"sendViaEmail":true,"email":"info@dekinesist.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-28T10:23:19+00:00","acceptedAt":"2023-08-28T10:23:19+00:00","userId":638,"lastUpdatedAt":"2023-08-28T10:23:19+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":490,"partnerId":332,"sendViaEmail":true,"email":"m.vandewiel@profilan.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-28T13:28:06+00:00","acceptedAt":"2023-08-28T13:28:06+00:00","userId":378,"lastUpdatedAt":"2023-08-28T13:28:06+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":491,"partnerId":465,"sendViaEmail":false,"email":"dimitrijoseph@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-01T13:29:06+00:00","acceptedAt":"2023-09-01T13:29:06+00:00","userId":650,"lastUpdatedAt":"2023-09-01T13:29:06+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":493,"partnerId":467,"sendViaEmail":false,"email":"welcome@casadekama.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-04T14:03:30+00:00","acceptedAt":"2023-09-04T14:03:30+00:00","userId":655,"lastUpdatedAt":"2023-09-04T14:03:30+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":494,"partnerId":468,"sendViaEmail":false,"email":"daniel@bme.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-04T14:30:07+00:00","acceptedAt":"2023-09-04T14:30:07+00:00","userId":656,"lastUpdatedAt":"2023-11-27T11:21:13+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":495,"partnerId":469,"sendViaEmail":true,"email":"geert.nobels@genoly.biz","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-06T08:13:45+00:00","acceptedAt":"2023-09-06T08:13:45+00:00","userId":657,"lastUpdatedAt":"2023-09-06T08:13:45+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":496,"partnerId":471,"sendViaEmail":false,"email":"worldline@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-09-08T11:36:59+00:00","acceptedAt":"2023-09-08T11:36:59+00:00","userId":658,"lastUpdatedAt":"2023-11-23T10:00:54+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":497,"partnerId":472,"sendViaEmail":true,"email":"Nabil.Tazit@arch-teco.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-11T07:27:46+00:00","acceptedAt":"2023-09-11T07:27:46+00:00","userId":660,"lastUpdatedAt":"2023-09-11T07:27:46+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":498,"partnerId":411,"sendViaEmail":true,"email":"marc.borghers@icloud.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-12T07:30:28+00:00","acceptedAt":"2023-09-12T07:30:28+00:00","userId":539,"lastUpdatedAt":"2023-09-12T07:30:28+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":499,"partnerId":464,"sendViaEmail":true,"email":"karadakicangela@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-13T07:53:05+00:00","acceptedAt":"2023-09-13T07:53:05+00:00","userId":632,"lastUpdatedAt":"2023-09-13T07:53:05+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":500,"partnerId":91,"sendViaEmail":true,"email":"lykle@roosjen.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-15T13:10:41+00:00","acceptedAt":"2023-09-15T13:10:42+00:00","userId":222,"lastUpdatedAt":"2023-09-15T13:10:42+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":501,"partnerId":454,"sendViaEmail":true,"email":"marinadenijs@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-20T09:50:13+00:00","acceptedAt":"2023-09-20T09:50:13+00:00","userId":639,"lastUpdatedAt":"2023-09-20T09:50:13+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":502,"partnerId":474,"sendViaEmail":false,"email":"mark.proost@live.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-20T09:52:36+00:00","acceptedAt":"2023-09-20T09:52:36+00:00","userId":666,"lastUpdatedAt":"2023-09-20T09:52:36+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":503,"partnerId":298,"sendViaEmail":false,"email":"Sylvester@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-22T08:35:27+00:00","acceptedAt":"2023-09-22T08:35:27+00:00","userId":668,"lastUpdatedAt":"2023-09-22T08:35:27+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":504,"partnerId":475,"sendViaEmail":false,"email":"patrimonium@lievegem.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-22T08:57:22+00:00","acceptedAt":"2023-09-22T08:57:22+00:00","userId":669,"lastUpdatedAt":"2024-02-21T09:27:58+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":505,"partnerId":20,"sendViaEmail":false,"email":"pascal.meyvaert@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-22T10:18:25+00:00","acceptedAt":"2023-09-22T10:18:25+00:00","userId":670,"lastUpdatedAt":"2023-09-22T10:18:25+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":506,"partnerId":477,"sendViaEmail":true,"email":"harry@deappelboom.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-25T09:32:14+00:00","acceptedAt":"2023-09-25T09:32:15+00:00","userId":653,"lastUpdatedAt":"2023-09-25T09:32:15+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":507,"partnerId":478,"sendViaEmail":false,"email":"aster.roelandt@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-25T10:28:42+00:00","acceptedAt":"2023-09-25T10:28:42+00:00","userId":671,"lastUpdatedAt":"2023-09-25T10:28:42+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":508,"partnerId":479,"sendViaEmail":false,"email":"kim_ingelbrecht@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-25T12:46:42+00:00","acceptedAt":"2023-09-25T12:46:42+00:00","userId":672,"lastUpdatedAt":"2023-09-25T12:46:42+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":509,"partnerId":240,"sendViaEmail":false,"email":"sofieverheyden@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-25T13:26:04+00:00","acceptedAt":"2023-09-25T13:26:04+00:00","userId":673,"lastUpdatedAt":"2023-09-25T13:26:04+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":510,"partnerId":480,"sendViaEmail":false,"email":"payconiq@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-26T09:55:33+00:00","acceptedAt":"2023-09-26T09:55:33+00:00","userId":674,"lastUpdatedAt":"2023-09-26T09:55:33+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":511,"partnerId":481,"sendViaEmail":false,"email":"yacine.zine@wyzeconsulting.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-26T12:30:40+00:00","acceptedAt":"2023-09-26T12:30:40+00:00","userId":675,"lastUpdatedAt":"2023-09-26T12:30:40+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":512,"partnerId":483,"sendViaEmail":false,"email":"Guy.VanderSande@VDS-Solutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-29T11:07:54+00:00","acceptedAt":"2023-09-29T11:07:54+00:00","userId":677,"lastUpdatedAt":"2023-09-29T11:07:54+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":513,"partnerId":457,"sendViaEmail":true,"email":"tim.mammarella@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-03T11:00:13+00:00","acceptedAt":"2023-10-03T11:00:13+00:00","userId":646,"lastUpdatedAt":"2023-10-03T11:00:13+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":514,"partnerId":484,"sendViaEmail":true,"email":"maurice.derden@stasbelgium.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-03T12:10:36+00:00","acceptedAt":"2023-10-03T12:10:36+00:00","userId":680,"lastUpdatedAt":"2023-10-03T12:10:36+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":515,"partnerId":484,"sendViaEmail":false,"email":"kristof.stas@stasbelgium.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-04T09:14:24+00:00","acceptedAt":"2023-10-04T09:14:24+00:00","userId":681,"lastUpdatedAt":"2023-10-04T09:14:24+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":516,"partnerId":292,"sendViaEmail":false,"email":"info@hotel-st-janshof.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-04T13:39:38+00:00","acceptedAt":"2023-10-04T13:39:38+00:00","userId":683,"lastUpdatedAt":"2023-10-04T13:39:38+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":517,"partnerId":485,"sendViaEmail":true,"email":"myriamwaegenaar@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-06T12:38:25+00:00","acceptedAt":"2023-10-06T12:38:25+00:00","userId":569,"lastUpdatedAt":"2023-10-06T12:38:25+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":518,"partnerId":486,"sendViaEmail":true,"email":"myriamwaegenaar@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-06T12:41:24+00:00","acceptedAt":"2023-10-06T12:41:24+00:00","userId":569,"lastUpdatedAt":"2023-10-06T12:41:24+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":519,"partnerId":347,"sendViaEmail":true,"email":"degrooteanja@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-06T18:08:12+00:00","acceptedAt":"2023-10-06T18:08:12+00:00","userId":467,"lastUpdatedAt":"2023-10-06T18:08:12+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":520,"partnerId":487,"sendViaEmail":false,"email":"david.ottoy@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-10T10:48:09+00:00","acceptedAt":"2023-10-10T10:48:09+00:00","userId":690,"lastUpdatedAt":"2023-10-10T10:48:09+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":521,"partnerId":488,"sendViaEmail":false,"email":"info@cammaertbvba.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-11T11:22:17+00:00","acceptedAt":"2023-10-11T11:22:17+00:00","userId":692,"lastUpdatedAt":"2023-10-11T11:22:17+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":524,"partnerId":490,"sendViaEmail":false,"email":"maurits.voormolen@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-13T08:58:40+00:00","acceptedAt":"2023-10-13T08:58:40+00:00","userId":696,"lastUpdatedAt":"2023-10-13T08:58:40+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":525,"partnerId":491,"sendViaEmail":false,"email":"ann.mortier@sezz.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-13T09:07:33+00:00","acceptedAt":"2023-10-13T09:07:33+00:00","userId":697,"lastUpdatedAt":"2023-10-13T09:07:33+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":526,"partnerId":20,"sendViaEmail":false,"email":"lieve.geukens@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-13T12:19:17+00:00","acceptedAt":"2023-10-13T12:19:17+00:00","userId":698,"lastUpdatedAt":"2023-10-13T12:19:17+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":527,"partnerId":20,"sendViaEmail":false,"email":"raf.theunis@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-13T14:56:05+00:00","acceptedAt":"2023-10-13T14:56:05+00:00","userId":699,"lastUpdatedAt":"2023-10-13T14:56:05+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":529,"partnerId":240,"sendViaEmail":false,"email":"dieterlauwers@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-19T13:11:19+00:00","acceptedAt":"2023-10-19T13:11:19+00:00","userId":706,"lastUpdatedAt":"2023-10-19T13:11:19+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":531,"partnerId":498,"sendViaEmail":true,"email":"Info@agathea.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-27T14:15:41+00:00","acceptedAt":"2023-10-27T14:15:41+00:00","userId":716,"lastUpdatedAt":"2023-10-27T14:15:41+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":532,"partnerId":451,"sendViaEmail":false,"email":"jos@meubelen-jonckheere.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-30T08:03:34+00:00","acceptedAt":"2023-10-30T08:03:34+00:00","userId":719,"lastUpdatedAt":"2023-10-30T08:03:34+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":533,"partnerId":485,"sendViaEmail":false,"email":"liliane@newline.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-30T10:09:36+00:00","acceptedAt":"2023-10-30T10:09:36+00:00","userId":720,"lastUpdatedAt":"2023-10-30T10:09:36+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":534,"partnerId":20,"sendViaEmail":false,"email":"gino.debruyne@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-31T11:19:22+00:00","acceptedAt":"2023-10-31T11:19:22+00:00","userId":721,"lastUpdatedAt":"2023-10-31T11:19:22+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":536,"partnerId":499,"sendViaEmail":true,"email":"petra-vanderstraeten@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-31T13:48:13+00:00","acceptedAt":"2023-10-31T13:48:14+00:00","userId":723,"lastUpdatedAt":"2023-10-31T13:48:14+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":537,"partnerId":20,"sendViaEmail":true,"email":"levi.gooris@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-02T13:14:13+00:00","acceptedAt":"2023-11-02T13:14:13+00:00","userId":728,"lastUpdatedAt":"2023-11-02T13:14:13+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":538,"partnerId":501,"sendViaEmail":false,"email":"Els.verlinden@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-03T13:24:04+00:00","acceptedAt":"2023-11-03T13:24:04+00:00","userId":729,"lastUpdatedAt":"2023-11-03T13:24:04+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":539,"partnerId":423,"sendViaEmail":true,"email":"johanbaeten1@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-09T12:55:19+00:00","acceptedAt":"2023-11-09T12:55:19+00:00","userId":739,"lastUpdatedAt":"2023-11-09T12:55:19+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":540,"partnerId":423,"sendViaEmail":false,"email":"pascal_b27@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-09T13:01:12+00:00","acceptedAt":"2023-11-09T13:01:12+00:00","userId":740,"lastUpdatedAt":"2023-11-09T13:01:12+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":541,"partnerId":423,"sendViaEmail":false,"email":"jimmybrouckaert@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-09T13:06:40+00:00","acceptedAt":"2023-11-09T13:06:40+00:00","userId":741,"lastUpdatedAt":"2023-11-09T13:06:40+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":542,"partnerId":504,"sendViaEmail":true,"email":"nathalie.scheppers@xemex.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-10T09:52:09+00:00","acceptedAt":"2023-11-10T09:52:09+00:00","userId":727,"lastUpdatedAt":"2023-11-10T09:52:09+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":543,"partnerId":505,"sendViaEmail":false,"email":"stijn.bogaerts@outlook.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-10T14:23:12+00:00","acceptedAt":"2023-11-10T14:23:12+00:00","userId":743,"lastUpdatedAt":"2023-11-10T14:23:12+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":544,"partnerId":506,"sendViaEmail":false,"email":"jdewitjoris.chem@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-10T14:56:38+00:00","acceptedAt":"2023-11-10T14:56:38+00:00","userId":744,"lastUpdatedAt":"2023-11-10T14:56:38+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":545,"partnerId":73,"sendViaEmail":true,"email":"kurtcoene@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-10T19:33:11+00:00","acceptedAt":"2023-11-10T19:33:11+00:00","userId":55,"lastUpdatedAt":"2023-11-10T19:33:11+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":546,"partnerId":423,"sendViaEmail":false,"email":"petercamps@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T11:36:50+00:00","acceptedAt":"2023-11-13T11:36:50+00:00","userId":745,"lastUpdatedAt":"2023-11-13T11:36:50+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":547,"partnerId":423,"sendViaEmail":false,"email":"tommycorri@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T11:44:56+00:00","acceptedAt":"2023-11-13T11:44:56+00:00","userId":746,"lastUpdatedAt":"2023-11-13T11:44:56+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":548,"partnerId":423,"sendViaEmail":false,"email":"jimmycorrias@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T11:52:18+00:00","acceptedAt":"2023-11-13T11:52:18+00:00","userId":747,"lastUpdatedAt":"2023-11-13T11:52:18+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":549,"partnerId":423,"sendViaEmail":false,"email":"geert.debing@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T11:59:30+00:00","acceptedAt":"2023-11-13T11:59:30+00:00","userId":748,"lastUpdatedAt":"2023-11-13T11:59:30+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":550,"partnerId":423,"sendViaEmail":false,"email":"jdegol@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T12:44:19+00:00","acceptedAt":"2023-11-13T12:44:19+00:00","userId":749,"lastUpdatedAt":"2023-11-13T12:44:19+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":551,"partnerId":423,"sendViaEmail":false,"email":"filip_doucet@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T12:49:59+00:00","acceptedAt":"2023-11-13T12:49:59+00:00","userId":750,"lastUpdatedAt":"2023-11-13T12:49:59+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":552,"partnerId":423,"sendViaEmail":false,"email":"youssefelballata@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T12:55:45+00:00","acceptedAt":"2023-11-13T12:55:45+00:00","userId":751,"lastUpdatedAt":"2023-11-13T12:55:45+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":553,"partnerId":423,"sendViaEmail":false,"email":"timothy.geboers@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:00:39+00:00","acceptedAt":"2023-11-13T13:00:39+00:00","userId":752,"lastUpdatedAt":"2023-11-13T13:00:39+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":554,"partnerId":423,"sendViaEmail":false,"email":"rob.geebelen@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:06:58+00:00","acceptedAt":"2023-11-13T13:06:58+00:00","userId":753,"lastUpdatedAt":"2023-11-13T13:06:58+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":555,"partnerId":423,"sendViaEmail":false,"email":"bmppeters@home.nl","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:09:52+00:00","acceptedAt":"2023-11-13T13:09:52+00:00","userId":754,"lastUpdatedAt":"2023-11-13T13:09:52+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":556,"partnerId":423,"sendViaEmail":false,"email":"mouloud.iday@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:14:53+00:00","acceptedAt":"2023-11-13T13:14:53+00:00","userId":755,"lastUpdatedAt":"2023-11-13T13:14:53+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":557,"partnerId":423,"sendViaEmail":false,"email":"christian.jehaes@live.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:17:26+00:00","acceptedAt":"2023-11-13T13:17:26+00:00","userId":756,"lastUpdatedAt":"2023-11-13T13:17:26+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":558,"partnerId":423,"sendViaEmail":false,"email":"mark@markata.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:18:53+00:00","acceptedAt":"2023-11-13T13:18:53+00:00","userId":757,"lastUpdatedAt":"2023-11-13T13:18:53+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":559,"partnerId":423,"sendViaEmail":false,"email":"ozkan.yasar@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:29:51+00:00","acceptedAt":"2023-11-13T13:29:51+00:00","userId":758,"lastUpdatedAt":"2023-11-13T13:29:51+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":560,"partnerId":423,"sendViaEmail":false,"email":"bkusters1980@icloud.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:31:38+00:00","acceptedAt":"2023-11-13T13:31:38+00:00","userId":759,"lastUpdatedAt":"2023-11-13T13:31:38+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":561,"partnerId":423,"sendViaEmail":false,"email":"serge.persoons1@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:33:10+00:00","acceptedAt":"2023-11-13T13:33:10+00:00","userId":760,"lastUpdatedAt":"2023-11-13T13:33:10+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":562,"partnerId":423,"sendViaEmail":false,"email":"Pepelsjoey@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:38:35+00:00","acceptedAt":"2023-11-13T13:38:35+00:00","userId":761,"lastUpdatedAt":"2023-11-13T13:38:35+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":563,"partnerId":423,"sendViaEmail":false,"email":"mauro.rossi33@outlook.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:39:03+00:00","acceptedAt":"2023-11-13T13:39:03+00:00","userId":762,"lastUpdatedAt":"2023-11-13T13:39:03+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":564,"partnerId":423,"sendViaEmail":false,"email":"savelkouls_roy@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:43:49+00:00","acceptedAt":"2023-11-13T13:43:49+00:00","userId":763,"lastUpdatedAt":"2023-11-13T13:43:49+00:00"}} 
[2025-07-17 18:52:24] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":565,"partnerId":423,"sendViaEmail":false,"email":"erik-s@live.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:47:55+00:00","acceptedAt":"2023-11-13T13:47:55+00:00","userId":764,"lastUpdatedAt":"2023-11-13T13:47:55+00:00"}} 
[2025-07-17 18:52:25] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":566,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"bjorn.timmermans113@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:50:59+00:00\",\"acceptedAt\":\"2023-11-13T13:50:59+00:00\",\"userId\":765,\"lastUpdatedAt\":\"2023-11-13T13:50:59+00:00\"},{\"id\":567,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"dirk_reyskens@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:51:46+00:00\",\"acceptedAt\":\"2023-11-13T13:51:46+00:00\",\"userId\":766,\"lastUpdatedAt\":\"2023-11-13T13:51:46+00:00\"},{\"id\":568,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"gijsvangoethem@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:58:45+00:00\",\"acceptedAt\":\"2023-11-13T13:58:45+00:00\",\"userId\":767,\"lastUpdatedAt\":\"2023-11-13T13:58:45+00:00\"},{\"id\":569,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"sertacc66@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:58:51+00:00\",\"acceptedAt\":\"2023-11-13T13:58:51+00:00\",\"userId\":768,\"lastUpdatedAt\":\"2023-11-13T13:58:51+00:00\"},{\"id\":570,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"stijn_vandermeulen@msn.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:03:37+00:00\",\"acceptedAt\":\"2023-11-13T14:03:37+00:00\",\"userId\":769,\"lastUpdatedAt\":\"2023-11-13T14:03:37+00:00\"},{\"id\":571,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"rudi.vandeweyer1@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:05:26+00:00\",\"acceptedAt\":\"2023-11-13T14:05:26+00:00\",\"userId\":770,\"lastUpdatedAt\":\"2023-11-13T14:05:26+00:00\"},{\"id\":572,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"kenny.walis@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:11:28+00:00\",\"acceptedAt\":\"2023-11-13T14:11:28+00:00\",\"userId\":771,\"lastUpdatedAt\":\"2023-11-13T14:11:28+00:00\"},{\"id\":573,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"joris.willems@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:21:50+00:00\",\"acceptedAt\":\"2023-11-13T14:21:50+00:00\",\"userId\":772,\"lastUpdatedAt\":\"2023-11-23T08:22:12+00:00\"},{\"id\":574,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"tim.zeelmaekers@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:37:31+00:00\",\"acceptedAt\":\"2023-11-13T14:37:31+00:00\",\"userId\":773,\"lastUpdatedAt\":\"2023-11-13T14:37:31+00:00\"},{\"id\":575,\"partnerId\":507,\"sendViaEmail\":true,\"email\":\"anke.spannenburg@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T16:49:59+00:00\",\"acceptedAt\":\"2023-11-13T16:49:59+00:00\",\"userId\":705,\"lastUpdatedAt\":\"2023-11-13T16:49:59+00:00\"},{\"id\":576,\"partnerId\":508,\"sendViaEmail\":true,\"email\":\"solisalesconsulting@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-11-14T08:25:21+00:00\",\"acceptedAt\":\"2023-11-14T08:25:21+00:00\",\"userId\":717,\"lastUpdatedAt\":\"2023-11-14T08:25:21+00:00\"},{\"id\":577,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"eshun.josh@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-14T09:28:57+00:00\",\"acceptedAt\":\"2023-11-14T09:28:57+00:00\",\"userId\":774,\"lastUpdatedAt\":\"2023-11-14T09:28:57+00:00\"},{\"id\":578,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivo.karremans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-15T09:58:38+00:00\",\"acceptedAt\":\"2023-11-15T09:58:38+00:00\",\"userId\":702,\"lastUpdatedAt\":\"2023-11-15T09:58:38+00:00\"},{\"id\":579,\"partnerId\":509,\"sendViaEmail\":true,\"email\":\"Peter@tripleaccountancy.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-15T14:44:52+00:00\",\"acceptedAt\":\"2023-11-15T14:44:52+00:00\",\"userId\":777,\"lastUpdatedAt\":\"2024-07-29T09:23:39+00:00\"},{\"id\":581,\"partnerId\":504,\"sendViaEmail\":false,\"email\":\"wouter.mertens@xemex.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-16T10:58:44+00:00\",\"acceptedAt\":\"2023-11-16T10:58:44+00:00\",\"userId\":779,\"lastUpdatedAt\":\"2023-11-16T10:58:44+00:00\"},{\"id\":582,\"partnerId\":504,\"sendViaEmail\":false,\"email\":\"noor.verbeke@xemex.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-16T11:24:37+00:00\",\"acceptedAt\":\"2023-11-16T11:24:37+00:00\",\"userId\":780,\"lastUpdatedAt\":\"2023-11-16T11:24:37+00:00\"},{\"id\":583,\"partnerId\":504,\"sendViaEmail\":false,\"email\":\"bart.jonkers@xemex.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-16T11:29:40+00:00\",\"acceptedAt\":\"2023-11-16T11:29:40+00:00\",\"userId\":781,\"lastUpdatedAt\":\"2023-11-16T11:29:40+00:00\"},{\"id\":584,\"partnerId\":504,\"sendViaEmail\":true,\"email\":\"wouter.degeyndt@xemex.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-16T11:34:52+00:00\",\"acceptedAt\":\"2023-11-16T11:34:52+00:00\",\"userId\":778,\"lastUpdatedAt\":\"2023-11-16T11:34:52+00:00\"},{\"id\":585,\"partnerId\":8,\"sendViaEmail\":false,\"email\":\"garagejos@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-17T09:43:16+00:00\",\"acceptedAt\":\"2023-11-17T09:43:16+00:00\",\"userId\":792,\"lastUpdatedAt\":\"2023-11-17T09:43:16+00:00\"},{\"id\":586,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"jurgen@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-17T09:56:17+00:00\",\"acceptedAt\":\"2023-11-17T09:56:17+00:00\",\"userId\":793,\"lastUpdatedAt\":\"2023-11-17T09:56:17+00:00\"},{\"id\":587,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"Carlo@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-17T10:11:45+00:00\",\"acceptedAt\":\"2023-11-17T10:11:45+00:00\",\"userId\":795,\"lastUpdatedAt\":\"2023-11-17T10:11:45+00:00\"},{\"id\":588,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"Patrick@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-17T10:19:47+00:00\",\"acceptedAt\":\"2023-11-17T10:19:47+00:00\",\"userId\":796,\"lastUpdatedAt\":\"2023-11-17T10:19:47+00:00\"},{\"id\":589,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"erolyildiz@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:38:50+00:00\",\"acceptedAt\":\"2023-11-20T08:38:50+00:00\",\"userId\":790,\"lastUpdatedAt\":\"2023-11-20T08:38:50+00:00\"},{\"id\":590,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"marco_wijman@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:42:55+00:00\",\"acceptedAt\":\"2023-11-20T08:42:55+00:00\",\"userId\":789,\"lastUpdatedAt\":\"2023-11-20T08:42:55+00:00\"},{\"id\":591,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"hema13@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:44:15+00:00\",\"acceptedAt\":\"2023-11-20T08:44:15+00:00\",\"userId\":788,\"lastUpdatedAt\":\"2023-11-20T08:44:15+00:00\"},{\"id\":592,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"soren_soren@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:44:58+00:00\",\"acceptedAt\":\"2023-11-20T08:44:58+00:00\",\"userId\":787,\"lastUpdatedAt\":\"2023-11-20T08:44:58+00:00\"},{\"id\":593,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"van.rompay.marc1962@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:45:43+00:00\",\"acceptedAt\":\"2023-11-20T08:45:43+00:00\",\"userId\":786,\"lastUpdatedAt\":\"2023-11-20T08:45:43+00:00\"},{\"id\":594,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"federicotriventi@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:46:26+00:00\",\"acceptedAt\":\"2023-11-20T08:46:26+00:00\",\"userId\":785,\"lastUpdatedAt\":\"2023-11-20T08:46:26+00:00\"},{\"id\":595,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"rudi_thys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:47:16+00:00\",\"acceptedAt\":\"2023-11-20T08:47:16+00:00\",\"userId\":784,\"lastUpdatedAt\":\"2023-11-20T08:47:16+00:00\"},{\"id\":596,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"patrick-schols@skynet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:47:55+00:00\",\"acceptedAt\":\"2023-11-20T08:47:55+00:00\",\"userId\":783,\"lastUpdatedAt\":\"2023-11-20T08:47:55+00:00\"},{\"id\":597,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"j.bellinga@hesse-lignal.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T10:57:21+00:00\",\"acceptedAt\":\"2023-11-20T10:57:21+00:00\",\"userId\":802,\"lastUpdatedAt\":\"2023-11-20T10:57:21+00:00\"},{\"id\":598,\"partnerId\":512,\"sendViaEmail\":true,\"email\":\"mario.stm@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-21T13:50:43+00:00\",\"acceptedAt\":\"2023-11-21T13:50:43+00:00\",\"userId\":804,\"lastUpdatedAt\":\"2023-11-21T13:50:43+00:00\"},{\"id\":599,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"joeri.devriendt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-21T14:46:35+00:00\",\"acceptedAt\":\"2023-11-21T14:46:35+00:00\",\"userId\":791,\"lastUpdatedAt\":\"2023-11-21T14:46:35+00:00\"},{\"id\":600,\"partnerId\":511,\"sendViaEmail\":true,\"email\":\"chantalpicqueur@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-21T16:57:39+00:00\",\"acceptedAt\":\"2023-11-21T16:57:39+00:00\",\"userId\":776,\"lastUpdatedAt\":\"2023-11-21T16:57:39+00:00\"},{\"id\":601,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"julie@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-22T13:25:20+00:00\",\"acceptedAt\":\"2023-11-22T13:25:20+00:00\",\"userId\":805,\"lastUpdatedAt\":\"2023-11-22T13:25:20+00:00\"},{\"id\":602,\"partnerId\":514,\"sendViaEmail\":false,\"email\":null,\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/f3b2c983-a58b-4ed5-9b87-d9253cfd1ebc\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"pending\",\"createdAt\":\"2023-11-23T10:19:08+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-23T10:19:08+00:00\"},{\"id\":603,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"hilde.vandyck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-23T10:42:58+00:00\",\"acceptedAt\":\"2023-11-23T10:42:58+00:00\",\"userId\":807,\"lastUpdatedAt\":\"2023-11-23T10:42:58+00:00\"},{\"id\":604,\"partnerId\":515,\"sendViaEmail\":false,\"email\":\"facto.groep.bvba@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-23T12:56:48+00:00\",\"acceptedAt\":\"2023-11-23T12:56:48+00:00\",\"userId\":808,\"lastUpdatedAt\":\"2023-11-23T12:56:48+00:00\"},{\"id\":605,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"thomas-rsca@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-23T14:28:30+00:00\",\"acceptedAt\":\"2023-11-23T14:28:30+00:00\",\"userId\":809,\"lastUpdatedAt\":\"2023-11-23T14:28:30+00:00\"},{\"id\":606,\"partnerId\":516,\"sendViaEmail\":false,\"email\":\"kristiaan@meyvis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-23T15:05:52+00:00\",\"acceptedAt\":\"2023-11-23T15:05:52+00:00\",\"userId\":810,\"lastUpdatedAt\":\"2023-11-23T15:05:52+00:00\"},{\"id\":607,\"partnerId\":517,\"sendViaEmail\":false,\"email\":\"info@droomwolkje.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-24T15:10:39+00:00\",\"acceptedAt\":\"2023-11-24T15:10:39+00:00\",\"userId\":812,\"lastUpdatedAt\":\"2023-11-24T15:10:39+00:00\"},{\"id\":608,\"partnerId\":440,\"sendViaEmail\":false,\"email\":\"fen@blulinc.Com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T08:53:09+00:00\",\"acceptedAt\":\"2023-11-27T08:53:09+00:00\",\"userId\":814,\"lastUpdatedAt\":\"2023-11-27T08:53:09+00:00\"},{\"id\":609,\"partnerId\":468,\"sendViaEmail\":false,\"email\":\"chris@bme.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T11:13:02+00:00\",\"acceptedAt\":\"2023-11-27T11:13:02+00:00\",\"userId\":816,\"lastUpdatedAt\":\"2023-11-27T11:13:02+00:00\"},{\"id\":610,\"partnerId\":468,\"sendViaEmail\":false,\"email\":\"christian@bme.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T11:14:31+00:00\",\"acceptedAt\":\"2023-11-27T11:14:31+00:00\",\"userId\":817,\"lastUpdatedAt\":\"2023-11-27T11:14:31+00:00\"},{\"id\":611,\"partnerId\":519,\"sendViaEmail\":false,\"email\":\"mail@cicco.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T11:19:58+00:00\",\"acceptedAt\":\"2023-11-27T11:19:58+00:00\",\"userId\":818,\"lastUpdatedAt\":\"2023-11-27T11:19:58+00:00\"},{\"id\":612,\"partnerId\":517,\"sendViaEmail\":false,\"email\":\"miekederidder2007@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T16:14:40+00:00\",\"acceptedAt\":\"2023-11-27T16:14:40+00:00\",\"userId\":822,\"lastUpdatedAt\":\"2023-11-27T16:14:40+00:00\"},{\"id\":613,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"kledison17@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-29T15:59:09+00:00\",\"acceptedAt\":\"2023-11-29T15:59:09+00:00\",\"userId\":823,\"lastUpdatedAt\":\"2023-11-29T15:59:09+00:00\"},{\"id\":614,\"partnerId\":520,\"sendViaEmail\":true,\"email\":\"brigitte.brams@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-04T09:35:59+00:00\",\"acceptedAt\":\"2023-12-04T09:35:59+00:00\",\"userId\":831,\"lastUpdatedAt\":\"2023-12-04T09:35:59+00:00\"},{\"id\":615,\"partnerId\":346,\"sendViaEmail\":true,\"email\":\"userpincet@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-06T09:19:18+00:00\",\"acceptedAt\":\"2023-12-06T09:19:18+00:00\",\"userId\":833,\"lastUpdatedAt\":\"2023-12-06T09:19:18+00:00\"},{\"id\":616,\"partnerId\":517,\"sendViaEmail\":false,\"email\":\"svenloman@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-06T11:45:16+00:00\",\"acceptedAt\":\"2023-12-06T11:45:16+00:00\",\"userId\":837,\"lastUpdatedAt\":\"2023-12-06T11:45:16+00:00\"},{\"id\":617,\"partnerId\":218,\"sendViaEmail\":true,\"email\":\"it@diabetes.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-07T15:26:46+00:00\",\"acceptedAt\":\"2023-12-07T15:26:46+00:00\",\"userId\":236,\"lastUpdatedAt\":\"2023-12-07T15:26:46+00:00\"},{\"id\":618,\"partnerId\":218,\"sendViaEmail\":true,\"email\":\"thierry.regniers@diabetes.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-07T15:27:14+00:00\",\"acceptedAt\":\"2023-12-07T15:27:14+00:00\",\"userId\":233,\"lastUpdatedAt\":\"2023-12-07T15:27:14+00:00\"},{\"id\":619,\"partnerId\":354,\"sendViaEmail\":true,\"email\":\"jan.decancq@btciveco.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-08T13:53:16+00:00\",\"acceptedAt\":\"2023-12-08T13:53:16+00:00\",\"userId\":838,\"lastUpdatedAt\":\"2023-12-08T13:56:57+00:00\"},{\"id\":620,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"sergio.lopescosta@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-12T08:35:07+00:00\",\"acceptedAt\":\"2023-12-12T08:35:07+00:00\",\"userId\":842,\"lastUpdatedAt\":\"2023-12-12T08:35:07+00:00\"},{\"id\":621,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Ilse.eyckmans@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-12T10:00:45+00:00\",\"acceptedAt\":\"2023-12-12T10:00:45+00:00\",\"userId\":843,\"lastUpdatedAt\":\"2024-03-05T17:57:19+00:00\"},{\"id\":622,\"partnerId\":522,\"sendViaEmail\":true,\"email\":\"krista.buts@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-14T13:14:05+00:00\",\"acceptedAt\":\"2023-12-14T13:14:05+00:00\",\"userId\":737,\"lastUpdatedAt\":\"2023-12-14T13:14:05+00:00\"},{\"id\":623,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"bjorn.dupont@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-14T14:33:59+00:00\",\"acceptedAt\":\"2023-12-14T14:33:59+00:00\",\"userId\":846,\"lastUpdatedAt\":\"2023-12-14T14:33:59+00:00\"},{\"id\":624,\"partnerId\":513,\"sendViaEmail\":false,\"email\":\"ronny.baetens@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-18T10:28:23+00:00\",\"acceptedAt\":\"2023-12-18T10:28:23+00:00\",\"userId\":851,\"lastUpdatedAt\":\"2023-12-18T10:28:23+00:00\"},{\"id\":625,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"joppe.decock@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-19T09:24:49+00:00\",\"acceptedAt\":\"2023-12-19T09:24:49+00:00\",\"userId\":855,\"lastUpdatedAt\":\"2023-12-19T09:24:49+00:00\"},{\"id\":626,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"elisabethwiels@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-19T09:27:36+00:00\",\"acceptedAt\":\"2023-12-19T09:27:36+00:00\",\"userId\":856,\"lastUpdatedAt\":\"2023-12-19T09:27:36+00:00\"},{\"id\":627,\"partnerId\":524,\"sendViaEmail\":false,\"email\":\"julie@lessoeurs.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-12-20T11:46:51+00:00\",\"acceptedAt\":\"2023-12-20T11:46:51+00:00\",\"userId\":859,\"lastUpdatedAt\":\"2023-12-20T11:46:51+00:00\"},{\"id\":628,\"partnerId\":525,\"sendViaEmail\":false,\"email\":\"waldrik.pavoni@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-21T10:50:30+00:00\",\"acceptedAt\":\"2023-12-21T10:50:30+00:00\",\"userId\":860,\"lastUpdatedAt\":\"2023-12-21T10:50:30+00:00\"},{\"id\":629,\"partnerId\":526,\"sendViaEmail\":false,\"email\":\"kari_borms@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-21T15:43:21+00:00\",\"acceptedAt\":\"2023-12-21T15:43:21+00:00\",\"userId\":862,\"lastUpdatedAt\":\"2023-12-21T15:43:21+00:00\"},{\"id\":630,\"partnerId\":528,\"sendViaEmail\":true,\"email\":\"Eline@recruitrlab.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-22T13:56:59+00:00\",\"acceptedAt\":\"2023-12-22T13:56:59+00:00\",\"userId\":863,\"lastUpdatedAt\":\"2023-12-22T13:56:59+00:00\"},{\"id\":631,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"simon@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-22T13:58:26+00:00\",\"acceptedAt\":\"2023-12-22T13:58:26+00:00\",\"userId\":864,\"lastUpdatedAt\":\"2023-12-22T13:58:26+00:00\"},{\"id\":632,\"partnerId\":529,\"sendViaEmail\":true,\"email\":\"marco.pauwels333@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-28T11:10:07+00:00\",\"acceptedAt\":\"2023-12-28T11:10:07+00:00\",\"userId\":865,\"lastUpdatedAt\":\"2023-12-28T11:10:07+00:00\"},{\"id\":633,\"partnerId\":531,\"sendViaEmail\":false,\"email\":\"eimerscollin@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-29T10:45:48+00:00\",\"acceptedAt\":\"2023-12-29T10:45:48+00:00\",\"userId\":876,\"lastUpdatedAt\":\"2023-12-29T10:45:48+00:00\"},{\"id\":634,\"partnerId\":534,\"sendViaEmail\":true,\"email\":\"nik.voets@icloud.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-08T15:45:54+00:00\",\"acceptedAt\":\"2024-01-08T15:45:54+00:00\",\"userId\":803,\"lastUpdatedAt\":\"2024-01-08T15:45:54+00:00\"},{\"id\":635,\"partnerId\":537,\"sendViaEmail\":false,\"email\":\"info@imasvastgoed.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-12T08:12:52+00:00\",\"acceptedAt\":\"2024-01-12T08:12:52+00:00\",\"userId\":893,\"lastUpdatedAt\":\"2024-01-12T08:12:52+00:00\"},{\"id\":636,\"partnerId\":523,\"sendViaEmail\":false,\"email\":\"k_berghmans@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-12T08:33:42+00:00\",\"acceptedAt\":\"2024-01-12T08:33:42+00:00\",\"userId\":894,\"lastUpdatedAt\":\"2024-01-12T08:33:42+00:00\"},{\"id\":637,\"partnerId\":535,\"sendViaEmail\":true,\"email\":\"info@gerdschelfhout.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-15T08:16:05+00:00\",\"acceptedAt\":\"2024-01-15T08:16:05+00:00\",\"userId\":693,\"lastUpdatedAt\":\"2024-01-15T08:16:05+00:00\"},{\"id\":638,\"partnerId\":540,\"sendViaEmail\":true,\"email\":\"koen.devalck@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-16T11:17:08+00:00\",\"acceptedAt\":\"2024-01-16T11:17:08+00:00\",\"userId\":861,\"lastUpdatedAt\":\"2024-01-16T11:17:08+00:00\"},{\"id\":639,\"partnerId\":538,\"sendViaEmail\":true,\"email\":\"mseco@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-22T13:36:51+00:00\",\"acceptedAt\":\"2024-01-22T13:36:51+00:00\",\"userId\":835,\"lastUpdatedAt\":\"2024-01-22T13:36:51+00:00\"},{\"id\":640,\"partnerId\":546,\"sendViaEmail\":false,\"email\":\"joachim.alvarez@inlightbv.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-25T13:53:55+00:00\",\"acceptedAt\":\"2024-01-25T13:53:55+00:00\",\"userId\":909,\"lastUpdatedAt\":\"2024-01-25T13:53:55+00:00\"},{\"id\":641,\"partnerId\":518,\"sendViaEmail\":true,\"email\":\"wielandvanminnen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-25T16:00:01+00:00\",\"acceptedAt\":\"2024-01-25T16:00:01+00:00\",\"userId\":689,\"lastUpdatedAt\":\"2024-01-25T16:00:01+00:00\"},{\"id\":642,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"thijs.reynaerts@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-26T09:56:51+00:00\",\"acceptedAt\":\"2024-01-26T09:56:51+00:00\",\"userId\":910,\"lastUpdatedAt\":\"2024-01-26T09:56:51+00:00\"},{\"id\":643,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"Carl.nys@madolex.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-26T10:27:08+00:00\",\"acceptedAt\":\"2024-01-26T10:27:08+00:00\",\"userId\":911,\"lastUpdatedAt\":\"2024-01-26T10:27:08+00:00\"},{\"id\":644,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"t.vermeiren@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-26T14:05:09+00:00\",\"acceptedAt\":\"2024-01-26T14:05:09+00:00\",\"userId\":912,\"lastUpdatedAt\":\"2024-01-26T14:05:09+00:00\"},{\"id\":645,\"partnerId\":547,\"sendViaEmail\":true,\"email\":\"lucwils@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-26T16:26:48+00:00\",\"acceptedAt\":\"2024-01-26T16:26:48+00:00\",\"userId\":907,\"lastUpdatedAt\":\"2024-01-26T16:26:48+00:00\"},{\"id\":646,\"partnerId\":545,\"sendViaEmail\":true,\"email\":\"dries@ddmservices.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-28T08:55:21+00:00\",\"acceptedAt\":\"2024-01-28T08:55:21+00:00\",\"userId\":914,\"lastUpdatedAt\":\"2024-01-28T08:55:21+00:00\"},{\"id\":647,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Jef.daems@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-29T10:13:07+00:00\",\"acceptedAt\":\"2024-01-29T10:13:07+00:00\",\"userId\":917,\"lastUpdatedAt\":\"2024-01-29T10:13:07+00:00\"},{\"id\":648,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"juan.perez@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-29T11:02:42+00:00\",\"acceptedAt\":\"2024-01-29T11:02:42+00:00\",\"userId\":918,\"lastUpdatedAt\":\"2024-01-29T11:02:42+00:00\"},{\"id\":650,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"kim.mathyssen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-02T09:52:45+00:00\",\"acceptedAt\":\"2024-02-02T09:52:45+00:00\",\"userId\":925,\"lastUpdatedAt\":\"2024-02-02T09:52:45+00:00\"},{\"id\":651,\"partnerId\":541,\"sendViaEmail\":true,\"email\":\"tom@3trade.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-02T17:56:31+00:00\",\"acceptedAt\":\"2024-02-02T17:56:31+00:00\",\"userId\":713,\"lastUpdatedAt\":\"2024-02-02T17:56:31+00:00\"},{\"id\":652,\"partnerId\":551,\"sendViaEmail\":false,\"email\":\"bert.de.norre@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-03T11:27:21+00:00\",\"acceptedAt\":\"2024-02-03T11:27:21+00:00\",\"userId\":928,\"lastUpdatedAt\":\"2024-02-03T11:27:21+00:00\"},{\"id\":653,\"partnerId\":532,\"sendViaEmail\":false,\"email\":\"test@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-04T10:05:30+00:00\",\"acceptedAt\":\"2024-02-04T10:05:30+00:00\",\"userId\":929,\"lastUpdatedAt\":\"2024-02-04T10:05:30+00:00\"},{\"id\":654,\"partnerId\":532,\"sendViaEmail\":false,\"email\":\"test2@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-04T11:32:44+00:00\",\"acceptedAt\":\"2024-02-04T11:32:44+00:00\",\"userId\":930,\"lastUpdatedAt\":\"2024-02-04T11:32:44+00:00\"},{\"id\":655,\"partnerId\":552,\"sendViaEmail\":false,\"email\":\"segolene@soriabel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T09:43:18+00:00\",\"acceptedAt\":\"2024-02-05T09:43:18+00:00\",\"userId\":931,\"lastUpdatedAt\":\"2024-02-05T09:43:18+00:00\"},{\"id\":656,\"partnerId\":552,\"sendViaEmail\":false,\"email\":\"sabrina@soriabel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T10:06:01+00:00\",\"acceptedAt\":\"2024-02-05T10:06:01+00:00\",\"userId\":932,\"lastUpdatedAt\":\"2024-02-05T10:06:01+00:00\"},{\"id\":657,\"partnerId\":552,\"sendViaEmail\":false,\"email\":\"bernadette@soriabel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T10:10:56+00:00\",\"acceptedAt\":\"2024-02-05T10:10:56+00:00\",\"userId\":933,\"lastUpdatedAt\":\"2024-02-05T10:10:56+00:00\"},{\"id\":658,\"partnerId\":552,\"sendViaEmail\":false,\"email\":\"kaat@soriabel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T10:14:48+00:00\",\"acceptedAt\":\"2024-02-05T10:14:48+00:00\",\"userId\":934,\"lastUpdatedAt\":\"2024-02-05T10:14:48+00:00\"},{\"id\":659,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Christian.colfs@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T15:06:51+00:00\",\"acceptedAt\":\"2024-02-05T15:06:51+00:00\",\"userId\":936,\"lastUpdatedAt\":\"2024-02-05T15:06:51+00:00\"},{\"id\":660,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"bartvanstapel48@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T15:42:09+00:00\",\"acceptedAt\":\"2024-02-05T15:42:09+00:00\",\"userId\":937,\"lastUpdatedAt\":\"2024-02-05T15:42:09+00:00\"},{\"id\":661,\"partnerId\":395,\"sendViaEmail\":false,\"email\":\"sandra@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T16:49:40+00:00\",\"acceptedAt\":\"2024-02-05T16:49:40+00:00\",\"userId\":938,\"lastUpdatedAt\":\"2024-02-05T16:49:40+00:00\"},{\"id\":662,\"partnerId\":553,\"sendViaEmail\":true,\"email\":\"timothyverpoort@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-06T08:51:44+00:00\",\"acceptedAt\":\"2024-02-06T08:51:44+00:00\",\"userId\":602,\"lastUpdatedAt\":\"2024-02-06T08:51:44+00:00\"},{\"id\":664,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"orry.vanacker@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T09:48:33+00:00\",\"acceptedAt\":\"2024-02-13T09:48:33+00:00\",\"userId\":954,\"lastUpdatedAt\":\"2024-02-13T09:48:33+00:00\"},{\"id\":665,\"partnerId\":521,\"sendViaEmail\":false,\"email\":\"tine@thefairexperts.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T11:39:35+00:00\",\"acceptedAt\":\"2024-02-13T11:39:35+00:00\",\"userId\":955,\"lastUpdatedAt\":\"2024-02-13T11:39:35+00:00\"},{\"id\":666,\"partnerId\":521,\"sendViaEmail\":false,\"email\":\"valerie@thefairexperts.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T13:08:00+00:00\",\"acceptedAt\":\"2024-02-13T13:08:00+00:00\",\"userId\":956,\"lastUpdatedAt\":\"2024-02-13T13:08:00+00:00\"},{\"id\":667,\"partnerId\":521,\"sendViaEmail\":false,\"email\":\"michael@thefairexperts.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T13:14:46+00:00\",\"acceptedAt\":\"2024-02-13T13:14:46+00:00\",\"userId\":957,\"lastUpdatedAt\":\"2024-02-13T13:14:46+00:00\"},{\"id\":668,\"partnerId\":521,\"sendViaEmail\":false,\"email\":\"marc@thefairexperts.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T13:20:56+00:00\",\"acceptedAt\":\"2024-02-13T13:20:56+00:00\",\"userId\":958,\"lastUpdatedAt\":\"2024-02-13T13:20:56+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":500,\"total\":1122}}"} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":566,"partnerId":423,"sendViaEmail":false,"email":"bjorn.timmermans113@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:50:59+00:00","acceptedAt":"2023-11-13T13:50:59+00:00","userId":765,"lastUpdatedAt":"2023-11-13T13:50:59+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":567,"partnerId":423,"sendViaEmail":false,"email":"dirk_reyskens@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:51:46+00:00","acceptedAt":"2023-11-13T13:51:46+00:00","userId":766,"lastUpdatedAt":"2023-11-13T13:51:46+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":568,"partnerId":423,"sendViaEmail":false,"email":"gijsvangoethem@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:58:45+00:00","acceptedAt":"2023-11-13T13:58:45+00:00","userId":767,"lastUpdatedAt":"2023-11-13T13:58:45+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":569,"partnerId":423,"sendViaEmail":false,"email":"sertacc66@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:58:51+00:00","acceptedAt":"2023-11-13T13:58:51+00:00","userId":768,"lastUpdatedAt":"2023-11-13T13:58:51+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":570,"partnerId":423,"sendViaEmail":false,"email":"stijn_vandermeulen@msn.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T14:03:37+00:00","acceptedAt":"2023-11-13T14:03:37+00:00","userId":769,"lastUpdatedAt":"2023-11-13T14:03:37+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":571,"partnerId":423,"sendViaEmail":false,"email":"rudi.vandeweyer1@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T14:05:26+00:00","acceptedAt":"2023-11-13T14:05:26+00:00","userId":770,"lastUpdatedAt":"2023-11-13T14:05:26+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":572,"partnerId":423,"sendViaEmail":false,"email":"kenny.walis@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T14:11:28+00:00","acceptedAt":"2023-11-13T14:11:28+00:00","userId":771,"lastUpdatedAt":"2023-11-13T14:11:28+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":573,"partnerId":423,"sendViaEmail":false,"email":"joris.willems@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T14:21:50+00:00","acceptedAt":"2023-11-13T14:21:50+00:00","userId":772,"lastUpdatedAt":"2023-11-23T08:22:12+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":574,"partnerId":423,"sendViaEmail":false,"email":"tim.zeelmaekers@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T14:37:31+00:00","acceptedAt":"2023-11-13T14:37:31+00:00","userId":773,"lastUpdatedAt":"2023-11-13T14:37:31+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":575,"partnerId":507,"sendViaEmail":true,"email":"anke.spannenburg@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T16:49:59+00:00","acceptedAt":"2023-11-13T16:49:59+00:00","userId":705,"lastUpdatedAt":"2023-11-13T16:49:59+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":576,"partnerId":508,"sendViaEmail":true,"email":"solisalesconsulting@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-11-14T08:25:21+00:00","acceptedAt":"2023-11-14T08:25:21+00:00","userId":717,"lastUpdatedAt":"2023-11-14T08:25:21+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":577,"partnerId":20,"sendViaEmail":false,"email":"eshun.josh@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-14T09:28:57+00:00","acceptedAt":"2023-11-14T09:28:57+00:00","userId":774,"lastUpdatedAt":"2023-11-14T09:28:57+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":578,"partnerId":20,"sendViaEmail":true,"email":"ivo.karremans@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-15T09:58:38+00:00","acceptedAt":"2023-11-15T09:58:38+00:00","userId":702,"lastUpdatedAt":"2023-11-15T09:58:38+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":579,"partnerId":509,"sendViaEmail":true,"email":"Peter@tripleaccountancy.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-15T14:44:52+00:00","acceptedAt":"2023-11-15T14:44:52+00:00","userId":777,"lastUpdatedAt":"2024-07-29T09:23:39+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":581,"partnerId":504,"sendViaEmail":false,"email":"wouter.mertens@xemex.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-16T10:58:44+00:00","acceptedAt":"2023-11-16T10:58:44+00:00","userId":779,"lastUpdatedAt":"2023-11-16T10:58:44+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":582,"partnerId":504,"sendViaEmail":false,"email":"noor.verbeke@xemex.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-16T11:24:37+00:00","acceptedAt":"2023-11-16T11:24:37+00:00","userId":780,"lastUpdatedAt":"2023-11-16T11:24:37+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":583,"partnerId":504,"sendViaEmail":false,"email":"bart.jonkers@xemex.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-16T11:29:40+00:00","acceptedAt":"2023-11-16T11:29:40+00:00","userId":781,"lastUpdatedAt":"2023-11-16T11:29:40+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":584,"partnerId":504,"sendViaEmail":true,"email":"wouter.degeyndt@xemex.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-16T11:34:52+00:00","acceptedAt":"2023-11-16T11:34:52+00:00","userId":778,"lastUpdatedAt":"2023-11-16T11:34:52+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":585,"partnerId":8,"sendViaEmail":false,"email":"garagejos@skynet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-17T09:43:16+00:00","acceptedAt":"2023-11-17T09:43:16+00:00","userId":792,"lastUpdatedAt":"2023-11-17T09:43:16+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":586,"partnerId":298,"sendViaEmail":false,"email":"jurgen@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-17T09:56:17+00:00","acceptedAt":"2023-11-17T09:56:17+00:00","userId":793,"lastUpdatedAt":"2023-11-17T09:56:17+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":587,"partnerId":298,"sendViaEmail":false,"email":"Carlo@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-17T10:11:45+00:00","acceptedAt":"2023-11-17T10:11:45+00:00","userId":795,"lastUpdatedAt":"2023-11-17T10:11:45+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":588,"partnerId":298,"sendViaEmail":false,"email":"Patrick@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-17T10:19:47+00:00","acceptedAt":"2023-11-17T10:19:47+00:00","userId":796,"lastUpdatedAt":"2023-11-17T10:19:47+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":589,"partnerId":423,"sendViaEmail":true,"email":"erolyildiz@hotmail.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:38:50+00:00","acceptedAt":"2023-11-20T08:38:50+00:00","userId":790,"lastUpdatedAt":"2023-11-20T08:38:50+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":590,"partnerId":423,"sendViaEmail":true,"email":"marco_wijman@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:42:55+00:00","acceptedAt":"2023-11-20T08:42:55+00:00","userId":789,"lastUpdatedAt":"2023-11-20T08:42:55+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":591,"partnerId":423,"sendViaEmail":true,"email":"hema13@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:44:15+00:00","acceptedAt":"2023-11-20T08:44:15+00:00","userId":788,"lastUpdatedAt":"2023-11-20T08:44:15+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":592,"partnerId":423,"sendViaEmail":true,"email":"soren_soren@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:44:58+00:00","acceptedAt":"2023-11-20T08:44:58+00:00","userId":787,"lastUpdatedAt":"2023-11-20T08:44:58+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":593,"partnerId":423,"sendViaEmail":true,"email":"van.rompay.marc1962@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:45:43+00:00","acceptedAt":"2023-11-20T08:45:43+00:00","userId":786,"lastUpdatedAt":"2023-11-20T08:45:43+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":594,"partnerId":423,"sendViaEmail":true,"email":"federicotriventi@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:46:26+00:00","acceptedAt":"2023-11-20T08:46:26+00:00","userId":785,"lastUpdatedAt":"2023-11-20T08:46:26+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":595,"partnerId":423,"sendViaEmail":true,"email":"rudi_thys@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:47:16+00:00","acceptedAt":"2023-11-20T08:47:16+00:00","userId":784,"lastUpdatedAt":"2023-11-20T08:47:16+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":596,"partnerId":423,"sendViaEmail":true,"email":"patrick-schols@skynet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:47:55+00:00","acceptedAt":"2023-11-20T08:47:55+00:00","userId":783,"lastUpdatedAt":"2023-11-20T08:47:55+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":597,"partnerId":58,"sendViaEmail":false,"email":"j.bellinga@hesse-lignal.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T10:57:21+00:00","acceptedAt":"2023-11-20T10:57:21+00:00","userId":802,"lastUpdatedAt":"2023-11-20T10:57:21+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":598,"partnerId":512,"sendViaEmail":true,"email":"mario.stm@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-21T13:50:43+00:00","acceptedAt":"2023-11-21T13:50:43+00:00","userId":804,"lastUpdatedAt":"2023-11-21T13:50:43+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":599,"partnerId":20,"sendViaEmail":true,"email":"joeri.devriendt@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-21T14:46:35+00:00","acceptedAt":"2023-11-21T14:46:35+00:00","userId":791,"lastUpdatedAt":"2023-11-21T14:46:35+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":600,"partnerId":511,"sendViaEmail":true,"email":"chantalpicqueur@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-21T16:57:39+00:00","acceptedAt":"2023-11-21T16:57:39+00:00","userId":776,"lastUpdatedAt":"2023-11-21T16:57:39+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":601,"partnerId":298,"sendViaEmail":false,"email":"julie@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-22T13:25:20+00:00","acceptedAt":"2023-11-22T13:25:20+00:00","userId":805,"lastUpdatedAt":"2023-11-22T13:25:20+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite due to missing ID or UserID. {"invite_data":{"id":602,"partnerId":514,"sendViaEmail":false,"email":null,"language":"nl","acceptUrl":"https://cp.blulinc.com/public/invite/f3b2c983-a58b-4ed5-9b87-d9253cfd1ebc","options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"pending","createdAt":"2023-11-23T10:19:08+00:00","acceptedAt":null,"userId":null,"lastUpdatedAt":"2023-11-23T10:19:08+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":603,"partnerId":20,"sendViaEmail":false,"email":"hilde.vandyck@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-23T10:42:58+00:00","acceptedAt":"2023-11-23T10:42:58+00:00","userId":807,"lastUpdatedAt":"2023-11-23T10:42:58+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":604,"partnerId":515,"sendViaEmail":false,"email":"facto.groep.bvba@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-23T12:56:48+00:00","acceptedAt":"2023-11-23T12:56:48+00:00","userId":808,"lastUpdatedAt":"2023-11-23T12:56:48+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":605,"partnerId":298,"sendViaEmail":false,"email":"thomas-rsca@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-23T14:28:30+00:00","acceptedAt":"2023-11-23T14:28:30+00:00","userId":809,"lastUpdatedAt":"2023-11-23T14:28:30+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":606,"partnerId":516,"sendViaEmail":false,"email":"kristiaan@meyvis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-23T15:05:52+00:00","acceptedAt":"2023-11-23T15:05:52+00:00","userId":810,"lastUpdatedAt":"2023-11-23T15:05:52+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":607,"partnerId":517,"sendViaEmail":false,"email":"info@droomwolkje.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-24T15:10:39+00:00","acceptedAt":"2023-11-24T15:10:39+00:00","userId":812,"lastUpdatedAt":"2023-11-24T15:10:39+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":608,"partnerId":440,"sendViaEmail":false,"email":"fen@blulinc.Com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-27T08:53:09+00:00","acceptedAt":"2023-11-27T08:53:09+00:00","userId":814,"lastUpdatedAt":"2023-11-27T08:53:09+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":609,"partnerId":468,"sendViaEmail":false,"email":"chris@bme.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-27T11:13:02+00:00","acceptedAt":"2023-11-27T11:13:02+00:00","userId":816,"lastUpdatedAt":"2023-11-27T11:13:02+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":610,"partnerId":468,"sendViaEmail":false,"email":"christian@bme.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-27T11:14:31+00:00","acceptedAt":"2023-11-27T11:14:31+00:00","userId":817,"lastUpdatedAt":"2023-11-27T11:14:31+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":611,"partnerId":519,"sendViaEmail":false,"email":"mail@cicco.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-27T11:19:58+00:00","acceptedAt":"2023-11-27T11:19:58+00:00","userId":818,"lastUpdatedAt":"2023-11-27T11:19:58+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":612,"partnerId":517,"sendViaEmail":false,"email":"miekederidder2007@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-27T16:14:40+00:00","acceptedAt":"2023-11-27T16:14:40+00:00","userId":822,"lastUpdatedAt":"2023-11-27T16:14:40+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":613,"partnerId":298,"sendViaEmail":false,"email":"kledison17@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-29T15:59:09+00:00","acceptedAt":"2023-11-29T15:59:09+00:00","userId":823,"lastUpdatedAt":"2023-11-29T15:59:09+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":614,"partnerId":520,"sendViaEmail":true,"email":"brigitte.brams@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-04T09:35:59+00:00","acceptedAt":"2023-12-04T09:35:59+00:00","userId":831,"lastUpdatedAt":"2023-12-04T09:35:59+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":615,"partnerId":346,"sendViaEmail":true,"email":"userpincet@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-06T09:19:18+00:00","acceptedAt":"2023-12-06T09:19:18+00:00","userId":833,"lastUpdatedAt":"2023-12-06T09:19:18+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":616,"partnerId":517,"sendViaEmail":false,"email":"svenloman@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-06T11:45:16+00:00","acceptedAt":"2023-12-06T11:45:16+00:00","userId":837,"lastUpdatedAt":"2023-12-06T11:45:16+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":617,"partnerId":218,"sendViaEmail":true,"email":"it@diabetes.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-07T15:26:46+00:00","acceptedAt":"2023-12-07T15:26:46+00:00","userId":236,"lastUpdatedAt":"2023-12-07T15:26:46+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":618,"partnerId":218,"sendViaEmail":true,"email":"thierry.regniers@diabetes.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-07T15:27:14+00:00","acceptedAt":"2023-12-07T15:27:14+00:00","userId":233,"lastUpdatedAt":"2023-12-07T15:27:14+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":619,"partnerId":354,"sendViaEmail":true,"email":"jan.decancq@btciveco.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-08T13:53:16+00:00","acceptedAt":"2023-12-08T13:53:16+00:00","userId":838,"lastUpdatedAt":"2023-12-08T13:56:57+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":620,"partnerId":20,"sendViaEmail":false,"email":"sergio.lopescosta@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-12T08:35:07+00:00","acceptedAt":"2023-12-12T08:35:07+00:00","userId":842,"lastUpdatedAt":"2023-12-12T08:35:07+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":621,"partnerId":20,"sendViaEmail":false,"email":"Ilse.eyckmans@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-12T10:00:45+00:00","acceptedAt":"2023-12-12T10:00:45+00:00","userId":843,"lastUpdatedAt":"2024-03-05T17:57:19+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":622,"partnerId":522,"sendViaEmail":true,"email":"krista.buts@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-14T13:14:05+00:00","acceptedAt":"2023-12-14T13:14:05+00:00","userId":737,"lastUpdatedAt":"2023-12-14T13:14:05+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":623,"partnerId":20,"sendViaEmail":false,"email":"bjorn.dupont@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-14T14:33:59+00:00","acceptedAt":"2023-12-14T14:33:59+00:00","userId":846,"lastUpdatedAt":"2023-12-14T14:33:59+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":624,"partnerId":513,"sendViaEmail":false,"email":"ronny.baetens@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-18T10:28:23+00:00","acceptedAt":"2023-12-18T10:28:23+00:00","userId":851,"lastUpdatedAt":"2023-12-18T10:28:23+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":625,"partnerId":20,"sendViaEmail":false,"email":"joppe.decock@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-19T09:24:49+00:00","acceptedAt":"2023-12-19T09:24:49+00:00","userId":855,"lastUpdatedAt":"2023-12-19T09:24:49+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":626,"partnerId":240,"sendViaEmail":false,"email":"elisabethwiels@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-19T09:27:36+00:00","acceptedAt":"2023-12-19T09:27:36+00:00","userId":856,"lastUpdatedAt":"2023-12-19T09:27:36+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":627,"partnerId":524,"sendViaEmail":false,"email":"julie@lessoeurs.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-12-20T11:46:51+00:00","acceptedAt":"2023-12-20T11:46:51+00:00","userId":859,"lastUpdatedAt":"2023-12-20T11:46:51+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":628,"partnerId":525,"sendViaEmail":false,"email":"waldrik.pavoni@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-21T10:50:30+00:00","acceptedAt":"2023-12-21T10:50:30+00:00","userId":860,"lastUpdatedAt":"2023-12-21T10:50:30+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":629,"partnerId":526,"sendViaEmail":false,"email":"kari_borms@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-21T15:43:21+00:00","acceptedAt":"2023-12-21T15:43:21+00:00","userId":862,"lastUpdatedAt":"2023-12-21T15:43:21+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":630,"partnerId":528,"sendViaEmail":true,"email":"Eline@recruitrlab.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-22T13:56:59+00:00","acceptedAt":"2023-12-22T13:56:59+00:00","userId":863,"lastUpdatedAt":"2023-12-22T13:56:59+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":631,"partnerId":528,"sendViaEmail":false,"email":"simon@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-22T13:58:26+00:00","acceptedAt":"2023-12-22T13:58:26+00:00","userId":864,"lastUpdatedAt":"2023-12-22T13:58:26+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":632,"partnerId":529,"sendViaEmail":true,"email":"marco.pauwels333@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-28T11:10:07+00:00","acceptedAt":"2023-12-28T11:10:07+00:00","userId":865,"lastUpdatedAt":"2023-12-28T11:10:07+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":633,"partnerId":531,"sendViaEmail":false,"email":"eimerscollin@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-29T10:45:48+00:00","acceptedAt":"2023-12-29T10:45:48+00:00","userId":876,"lastUpdatedAt":"2023-12-29T10:45:48+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":634,"partnerId":534,"sendViaEmail":true,"email":"nik.voets@icloud.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-08T15:45:54+00:00","acceptedAt":"2024-01-08T15:45:54+00:00","userId":803,"lastUpdatedAt":"2024-01-08T15:45:54+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":635,"partnerId":537,"sendViaEmail":false,"email":"info@imasvastgoed.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-12T08:12:52+00:00","acceptedAt":"2024-01-12T08:12:52+00:00","userId":893,"lastUpdatedAt":"2024-01-12T08:12:52+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":636,"partnerId":523,"sendViaEmail":false,"email":"k_berghmans@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-12T08:33:42+00:00","acceptedAt":"2024-01-12T08:33:42+00:00","userId":894,"lastUpdatedAt":"2024-01-12T08:33:42+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":637,"partnerId":535,"sendViaEmail":true,"email":"info@gerdschelfhout.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-15T08:16:05+00:00","acceptedAt":"2024-01-15T08:16:05+00:00","userId":693,"lastUpdatedAt":"2024-01-15T08:16:05+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":638,"partnerId":540,"sendViaEmail":true,"email":"koen.devalck@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-16T11:17:08+00:00","acceptedAt":"2024-01-16T11:17:08+00:00","userId":861,"lastUpdatedAt":"2024-01-16T11:17:08+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":639,"partnerId":538,"sendViaEmail":true,"email":"mseco@skynet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-22T13:36:51+00:00","acceptedAt":"2024-01-22T13:36:51+00:00","userId":835,"lastUpdatedAt":"2024-01-22T13:36:51+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":640,"partnerId":546,"sendViaEmail":false,"email":"joachim.alvarez@inlightbv.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-25T13:53:55+00:00","acceptedAt":"2024-01-25T13:53:55+00:00","userId":909,"lastUpdatedAt":"2024-01-25T13:53:55+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":641,"partnerId":518,"sendViaEmail":true,"email":"wielandvanminnen@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-25T16:00:01+00:00","acceptedAt":"2024-01-25T16:00:01+00:00","userId":689,"lastUpdatedAt":"2024-01-25T16:00:01+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":642,"partnerId":423,"sendViaEmail":false,"email":"thijs.reynaerts@skynet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-26T09:56:51+00:00","acceptedAt":"2024-01-26T09:56:51+00:00","userId":910,"lastUpdatedAt":"2024-01-26T09:56:51+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":643,"partnerId":423,"sendViaEmail":false,"email":"Carl.nys@madolex.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-26T10:27:08+00:00","acceptedAt":"2024-01-26T10:27:08+00:00","userId":911,"lastUpdatedAt":"2024-01-26T10:27:08+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":644,"partnerId":297,"sendViaEmail":false,"email":"t.vermeiren@hamiltonbright.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-26T14:05:09+00:00","acceptedAt":"2024-01-26T14:05:09+00:00","userId":912,"lastUpdatedAt":"2024-01-26T14:05:09+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":645,"partnerId":547,"sendViaEmail":true,"email":"lucwils@hotmail.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-26T16:26:48+00:00","acceptedAt":"2024-01-26T16:26:48+00:00","userId":907,"lastUpdatedAt":"2024-01-26T16:26:48+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":646,"partnerId":545,"sendViaEmail":true,"email":"dries@ddmservices.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-28T08:55:21+00:00","acceptedAt":"2024-01-28T08:55:21+00:00","userId":914,"lastUpdatedAt":"2024-01-28T08:55:21+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":647,"partnerId":20,"sendViaEmail":false,"email":"Jef.daems@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-29T10:13:07+00:00","acceptedAt":"2024-01-29T10:13:07+00:00","userId":917,"lastUpdatedAt":"2024-01-29T10:13:07+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":648,"partnerId":20,"sendViaEmail":false,"email":"juan.perez@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-29T11:02:42+00:00","acceptedAt":"2024-01-29T11:02:42+00:00","userId":918,"lastUpdatedAt":"2024-01-29T11:02:42+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":650,"partnerId":20,"sendViaEmail":false,"email":"kim.mathyssen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-02T09:52:45+00:00","acceptedAt":"2024-02-02T09:52:45+00:00","userId":925,"lastUpdatedAt":"2024-02-02T09:52:45+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":651,"partnerId":541,"sendViaEmail":true,"email":"tom@3trade.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-02T17:56:31+00:00","acceptedAt":"2024-02-02T17:56:31+00:00","userId":713,"lastUpdatedAt":"2024-02-02T17:56:31+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":652,"partnerId":551,"sendViaEmail":false,"email":"bert.de.norre@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-03T11:27:21+00:00","acceptedAt":"2024-02-03T11:27:21+00:00","userId":928,"lastUpdatedAt":"2024-02-03T11:27:21+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":653,"partnerId":532,"sendViaEmail":false,"email":"test@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-04T10:05:30+00:00","acceptedAt":"2024-02-04T10:05:30+00:00","userId":929,"lastUpdatedAt":"2024-02-04T10:05:30+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":654,"partnerId":532,"sendViaEmail":false,"email":"test2@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-04T11:32:44+00:00","acceptedAt":"2024-02-04T11:32:44+00:00","userId":930,"lastUpdatedAt":"2024-02-04T11:32:44+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":655,"partnerId":552,"sendViaEmail":false,"email":"segolene@soriabel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T09:43:18+00:00","acceptedAt":"2024-02-05T09:43:18+00:00","userId":931,"lastUpdatedAt":"2024-02-05T09:43:18+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":656,"partnerId":552,"sendViaEmail":false,"email":"sabrina@soriabel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T10:06:01+00:00","acceptedAt":"2024-02-05T10:06:01+00:00","userId":932,"lastUpdatedAt":"2024-02-05T10:06:01+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":657,"partnerId":552,"sendViaEmail":false,"email":"bernadette@soriabel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T10:10:56+00:00","acceptedAt":"2024-02-05T10:10:56+00:00","userId":933,"lastUpdatedAt":"2024-02-05T10:10:56+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":658,"partnerId":552,"sendViaEmail":false,"email":"kaat@soriabel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T10:14:48+00:00","acceptedAt":"2024-02-05T10:14:48+00:00","userId":934,"lastUpdatedAt":"2024-02-05T10:14:48+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":659,"partnerId":20,"sendViaEmail":false,"email":"Christian.colfs@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T15:06:51+00:00","acceptedAt":"2024-02-05T15:06:51+00:00","userId":936,"lastUpdatedAt":"2024-02-05T15:06:51+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":660,"partnerId":423,"sendViaEmail":false,"email":"bartvanstapel48@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T15:42:09+00:00","acceptedAt":"2024-02-05T15:42:09+00:00","userId":937,"lastUpdatedAt":"2024-02-05T15:42:09+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":661,"partnerId":395,"sendViaEmail":false,"email":"sandra@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T16:49:40+00:00","acceptedAt":"2024-02-05T16:49:40+00:00","userId":938,"lastUpdatedAt":"2024-02-05T16:49:40+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":662,"partnerId":553,"sendViaEmail":true,"email":"timothyverpoort@icloud.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-06T08:51:44+00:00","acceptedAt":"2024-02-06T08:51:44+00:00","userId":602,"lastUpdatedAt":"2024-02-06T08:51:44+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":664,"partnerId":20,"sendViaEmail":false,"email":"orry.vanacker@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T09:48:33+00:00","acceptedAt":"2024-02-13T09:48:33+00:00","userId":954,"lastUpdatedAt":"2024-02-13T09:48:33+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":665,"partnerId":521,"sendViaEmail":false,"email":"tine@thefairexperts.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T11:39:35+00:00","acceptedAt":"2024-02-13T11:39:35+00:00","userId":955,"lastUpdatedAt":"2024-02-13T11:39:35+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":666,"partnerId":521,"sendViaEmail":false,"email":"valerie@thefairexperts.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T13:08:00+00:00","acceptedAt":"2024-02-13T13:08:00+00:00","userId":956,"lastUpdatedAt":"2024-02-13T13:08:00+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":667,"partnerId":521,"sendViaEmail":false,"email":"michael@thefairexperts.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T13:14:46+00:00","acceptedAt":"2024-02-13T13:14:46+00:00","userId":957,"lastUpdatedAt":"2024-02-13T13:14:46+00:00"}} 
[2025-07-17 18:52:25] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":668,"partnerId":521,"sendViaEmail":false,"email":"marc@thefairexperts.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T13:20:56+00:00","acceptedAt":"2024-02-13T13:20:56+00:00","userId":958,"lastUpdatedAt":"2024-02-13T13:20:56+00:00"}} 
[2025-07-17 18:52:26] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":669,\"partnerId\":521,\"sendViaEmail\":true,\"email\":\"gregory.olszewski@matexpo.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T13:25:52+00:00\",\"acceptedAt\":\"2024-02-13T13:25:52+00:00\",\"userId\":844,\"lastUpdatedAt\":\"2024-02-13T13:25:52+00:00\"},{\"id\":670,\"partnerId\":554,\"sendViaEmail\":true,\"email\":\"anja.guldner@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T16:56:43+00:00\",\"acceptedAt\":\"2024-02-13T16:56:43+00:00\",\"userId\":960,\"lastUpdatedAt\":\"2024-02-13T16:56:43+00:00\"},{\"id\":671,\"partnerId\":555,\"sendViaEmail\":true,\"email\":\"v.beeckx@elegis.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T17:00:22+00:00\",\"acceptedAt\":\"2024-02-13T17:00:22+00:00\",\"userId\":961,\"lastUpdatedAt\":\"2024-02-24T15:28:27+00:00\"},{\"id\":672,\"partnerId\":558,\"sendViaEmail\":true,\"email\":\"fedor.pl@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T12:54:43+00:00\",\"acceptedAt\":\"2024-02-16T12:54:43+00:00\",\"userId\":963,\"lastUpdatedAt\":\"2024-02-16T12:54:43+00:00\"},{\"id\":673,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"jan@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:01:12+00:00\",\"acceptedAt\":\"2024-02-16T15:01:12+00:00\",\"userId\":965,\"lastUpdatedAt\":\"2024-02-16T15:01:12+00:00\"},{\"id\":674,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"Steven@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:03:58+00:00\",\"acceptedAt\":\"2024-02-16T15:03:58+00:00\",\"userId\":966,\"lastUpdatedAt\":\"2024-02-16T15:03:58+00:00\"},{\"id\":675,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"jochen@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:07:02+00:00\",\"acceptedAt\":\"2024-02-16T15:07:02+00:00\",\"userId\":967,\"lastUpdatedAt\":\"2024-02-16T15:07:02+00:00\"},{\"id\":676,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"philippe@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:08:35+00:00\",\"acceptedAt\":\"2024-02-16T15:08:35+00:00\",\"userId\":968,\"lastUpdatedAt\":\"2024-02-16T15:14:34+00:00\"},{\"id\":677,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"els.minten@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:21:50+00:00\",\"acceptedAt\":\"2024-02-16T15:21:50+00:00\",\"userId\":970,\"lastUpdatedAt\":\"2024-02-16T15:21:50+00:00\"},{\"id\":678,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"danush.moorghen@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:28:08+00:00\",\"acceptedAt\":\"2024-02-16T15:28:09+00:00\",\"userId\":971,\"lastUpdatedAt\":\"2024-02-16T15:28:09+00:00\"},{\"id\":679,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"ward@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:33:32+00:00\",\"acceptedAt\":\"2024-02-16T15:33:32+00:00\",\"userId\":972,\"lastUpdatedAt\":\"2024-02-16T15:33:32+00:00\"},{\"id\":680,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"linda@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:37:14+00:00\",\"acceptedAt\":\"2024-02-16T15:37:14+00:00\",\"userId\":973,\"lastUpdatedAt\":\"2024-02-16T15:37:14+00:00\"},{\"id\":681,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"tommie.van.mechgelen@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:45:45+00:00\",\"acceptedAt\":\"2024-02-16T15:45:46+00:00\",\"userId\":974,\"lastUpdatedAt\":\"2024-02-16T15:45:46+00:00\"},{\"id\":682,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"nippon-international@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-20T10:12:52+00:00\",\"acceptedAt\":\"2024-02-20T10:12:52+00:00\",\"userId\":983,\"lastUpdatedAt\":\"2024-02-20T10:12:52+00:00\"},{\"id\":683,\"partnerId\":560,\"sendViaEmail\":true,\"email\":\"hannekerkhofs@hctconsult.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-20T11:58:43+00:00\",\"acceptedAt\":\"2024-02-20T11:58:43+00:00\",\"userId\":887,\"lastUpdatedAt\":\"2024-02-20T11:58:43+00:00\"},{\"id\":684,\"partnerId\":561,\"sendViaEmail\":true,\"email\":\"gerard@euroquip.nl\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-20T14:34:06+00:00\",\"acceptedAt\":\"2024-02-20T14:34:07+00:00\",\"userId\":939,\"lastUpdatedAt\":\"2024-02-20T14:34:07+00:00\"},{\"id\":685,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"albi.palushi@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-21T11:58:25+00:00\",\"acceptedAt\":\"2024-02-21T11:58:25+00:00\",\"userId\":984,\"lastUpdatedAt\":\"2024-02-21T11:58:25+00:00\"},{\"id\":686,\"partnerId\":562,\"sendViaEmail\":true,\"email\":\"ken.kenens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:05:02+00:00\",\"acceptedAt\":\"2024-02-22T09:05:02+00:00\",\"userId\":943,\"lastUpdatedAt\":\"2024-02-22T09:05:02+00:00\"},{\"id\":687,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"gertjesalta@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:37:16+00:00\",\"acceptedAt\":\"2024-02-22T09:37:16+00:00\",\"userId\":985,\"lastUpdatedAt\":\"2024-02-22T09:37:16+00:00\"},{\"id\":688,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"iaconoalessio@msn.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:43:13+00:00\",\"acceptedAt\":\"2024-02-22T09:43:13+00:00\",\"userId\":986,\"lastUpdatedAt\":\"2024-02-22T09:43:13+00:00\"},{\"id\":689,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"kevinschoofs83@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:47:08+00:00\",\"acceptedAt\":\"2024-02-22T09:47:08+00:00\",\"userId\":987,\"lastUpdatedAt\":\"2024-02-22T09:47:08+00:00\"},{\"id\":690,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"moussasmaani29@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:50:14+00:00\",\"acceptedAt\":\"2024-02-22T09:50:14+00:00\",\"userId\":988,\"lastUpdatedAt\":\"2024-02-22T09:50:14+00:00\"},{\"id\":691,\"partnerId\":564,\"sendViaEmail\":true,\"email\":\"robby.mondelaers78@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T14:30:25+00:00\",\"acceptedAt\":\"2024-02-22T14:30:25+00:00\",\"userId\":922,\"lastUpdatedAt\":\"2024-02-22T14:30:25+00:00\"},{\"id\":692,\"partnerId\":565,\"sendViaEmail\":true,\"email\":\"olivier.duquenne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-23T09:31:01+00:00\",\"acceptedAt\":\"2024-02-23T09:31:01+00:00\",\"userId\":935,\"lastUpdatedAt\":\"2024-02-23T09:31:01+00:00\"},{\"id\":693,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"kris@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-23T15:32:15+00:00\",\"acceptedAt\":\"2024-02-23T15:32:15+00:00\",\"userId\":991,\"lastUpdatedAt\":\"2024-02-23T15:32:15+00:00\"},{\"id\":694,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"jimmy.gorissen@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-23T15:35:57+00:00\",\"acceptedAt\":\"2024-02-23T15:35:57+00:00\",\"userId\":990,\"lastUpdatedAt\":\"2024-02-23T15:35:57+00:00\"},{\"id\":695,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"Pieter.luts@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-23T15:36:41+00:00\",\"acceptedAt\":\"2024-02-23T15:36:41+00:00\",\"userId\":969,\"lastUpdatedAt\":\"2024-02-26T10:20:27+00:00\"},{\"id\":696,\"partnerId\":567,\"sendViaEmail\":false,\"email\":\"mvanschel@deloitte.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-24T11:10:07+00:00\",\"acceptedAt\":\"2024-02-24T11:10:07+00:00\",\"userId\":994,\"lastUpdatedAt\":\"2024-02-24T11:10:07+00:00\"},{\"id\":697,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Talitha.vandrom@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-26T12:54:39+00:00\",\"acceptedAt\":\"2024-02-26T12:54:39+00:00\",\"userId\":996,\"lastUpdatedAt\":\"2024-02-26T12:54:39+00:00\"},{\"id\":698,\"partnerId\":260,\"sendViaEmail\":false,\"email\":\"johanvanderstraeten@curon.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-27T08:34:17+00:00\",\"acceptedAt\":\"2024-02-27T08:34:17+00:00\",\"userId\":997,\"lastUpdatedAt\":\"2024-02-27T08:34:17+00:00\"},{\"id\":699,\"partnerId\":568,\"sendViaEmail\":false,\"email\":\"gino@ligi.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-29T10:32:52+00:00\",\"acceptedAt\":\"2024-02-29T10:32:52+00:00\",\"userId\":999,\"lastUpdatedAt\":\"2024-02-29T10:32:52+00:00\"},{\"id\":700,\"partnerId\":10,\"sendViaEmail\":false,\"email\":\"f.Clinckemaillie@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-29T15:24:47+00:00\",\"acceptedAt\":\"2024-02-29T15:24:47+00:00\",\"userId\":1001,\"lastUpdatedAt\":\"2024-02-29T15:24:47+00:00\"},{\"id\":701,\"partnerId\":571,\"sendViaEmail\":false,\"email\":\"karenkeygnaert@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-01T13:02:01+00:00\",\"acceptedAt\":\"2024-03-01T13:02:01+00:00\",\"userId\":1004,\"lastUpdatedAt\":\"2024-03-01T13:02:01+00:00\"},{\"id\":702,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"niels.helsen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-04T10:46:48+00:00\",\"acceptedAt\":\"2024-03-04T10:46:48+00:00\",\"userId\":1008,\"lastUpdatedAt\":\"2024-03-04T10:46:48+00:00\"},{\"id\":703,\"partnerId\":559,\"sendViaEmail\":false,\"email\":\"tim@aviniti.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-04T10:59:43+00:00\",\"acceptedAt\":\"2024-03-04T10:59:43+00:00\",\"userId\":1009,\"lastUpdatedAt\":\"2024-03-04T10:59:43+00:00\"},{\"id\":704,\"partnerId\":559,\"sendViaEmail\":false,\"email\":\"roland.vangasse@aviniti.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-04T11:05:30+00:00\",\"acceptedAt\":\"2024-03-04T11:05:30+00:00\",\"userId\":1010,\"lastUpdatedAt\":\"2024-03-04T11:05:30+00:00\"},{\"id\":705,\"partnerId\":572,\"sendViaEmail\":false,\"email\":\"apotheek.moonen@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-04T13:57:15+00:00\",\"acceptedAt\":\"2024-03-04T13:57:15+00:00\",\"userId\":1011,\"lastUpdatedAt\":\"2024-03-04T13:57:15+00:00\"},{\"id\":706,\"partnerId\":484,\"sendViaEmail\":true,\"email\":\"michiel.drijvers@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-05T08:26:10+00:00\",\"acceptedAt\":\"2024-03-05T08:26:10+00:00\",\"userId\":995,\"lastUpdatedAt\":\"2024-03-05T08:26:10+00:00\"},{\"id\":707,\"partnerId\":287,\"sendViaEmail\":true,\"email\":\"gaetan@vadigran.be\",\"language\":\"fr\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-05T15:09:20+00:00\",\"acceptedAt\":\"2024-03-05T15:09:20+00:00\",\"userId\":340,\"lastUpdatedAt\":\"2024-03-05T15:09:20+00:00\"},{\"id\":709,\"partnerId\":573,\"sendViaEmail\":true,\"email\":\"flup.vanbackle@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-07T09:08:04+00:00\",\"acceptedAt\":\"2024-03-07T09:08:04+00:00\",\"userId\":923,\"lastUpdatedAt\":\"2024-03-07T17:22:42+00:00\"},{\"id\":710,\"partnerId\":574,\"sendViaEmail\":false,\"email\":\"philippe.herickx@multimag.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-07T10:05:03+00:00\",\"acceptedAt\":\"2024-03-07T10:05:03+00:00\",\"userId\":1019,\"lastUpdatedAt\":\"2024-03-07T10:05:03+00:00\"},{\"id\":711,\"partnerId\":573,\"sendViaEmail\":true,\"email\":\"vandenbosch.marleen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T10:53:21+00:00\",\"acceptedAt\":\"2024-03-08T10:53:21+00:00\",\"userId\":924,\"lastUpdatedAt\":\"2024-03-08T10:53:21+00:00\"},{\"id\":712,\"partnerId\":575,\"sendViaEmail\":true,\"email\":\"de.clercq.david@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T11:02:44+00:00\",\"acceptedAt\":\"2024-03-08T11:02:44+00:00\",\"userId\":942,\"lastUpdatedAt\":\"2024-03-08T11:02:44+00:00\"},{\"id\":713,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"michiel.despeels@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T11:48:29+00:00\",\"acceptedAt\":\"2024-03-08T11:48:29+00:00\",\"userId\":1020,\"lastUpdatedAt\":\"2024-03-08T11:48:29+00:00\"},{\"id\":714,\"partnerId\":576,\"sendViaEmail\":false,\"email\":\"raihana.messaoudi@polygongroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T13:25:44+00:00\",\"acceptedAt\":\"2024-03-08T13:25:44+00:00\",\"userId\":1021,\"lastUpdatedAt\":\"2024-03-08T13:25:44+00:00\"},{\"id\":715,\"partnerId\":576,\"sendViaEmail\":true,\"email\":\"ive.cleymans@polygongroup.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T13:36:10+00:00\",\"acceptedAt\":\"2024-03-08T13:36:10+00:00\",\"userId\":982,\"lastUpdatedAt\":\"2024-03-08T13:36:10+00:00\"},{\"id\":716,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"visitorsprobisbv@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-15T10:07:30+00:00\",\"acceptedAt\":\"2024-03-15T10:07:30+00:00\",\"userId\":1026,\"lastUpdatedAt\":\"2024-03-15T10:07:30+00:00\"},{\"id\":717,\"partnerId\":421,\"sendViaEmail\":true,\"email\":\"visitorsprobisbv@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-15T10:27:01+00:00\",\"acceptedAt\":\"2024-03-15T10:27:01+00:00\",\"userId\":1026,\"lastUpdatedAt\":\"2024-03-15T10:27:01+00:00\"},{\"id\":718,\"partnerId\":578,\"sendViaEmail\":false,\"email\":\"michele@belroseclassics.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-15T13:40:16+00:00\",\"acceptedAt\":\"2024-03-15T13:40:16+00:00\",\"userId\":1029,\"lastUpdatedAt\":\"2024-03-15T13:40:16+00:00\"},{\"id\":719,\"partnerId\":580,\"sendViaEmail\":true,\"email\":\"dcruyt@skynet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-18T08:42:48+00:00\",\"acceptedAt\":\"2024-03-18T08:42:48+00:00\",\"userId\":962,\"lastUpdatedAt\":\"2024-03-18T08:42:48+00:00\"},{\"id\":725,\"partnerId\":569,\"sendViaEmail\":true,\"email\":\"michael.soetens@energie-makelaars.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-19T15:23:06+00:00\",\"acceptedAt\":\"2024-03-19T15:23:06+00:00\",\"userId\":905,\"lastUpdatedAt\":\"2024-03-19T15:23:06+00:00\"},{\"id\":726,\"partnerId\":583,\"sendViaEmail\":false,\"email\":\"nickyverstrael@icloud.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-21T10:22:20+00:00\",\"acceptedAt\":\"2024-03-21T10:22:20+00:00\",\"userId\":1040,\"lastUpdatedAt\":\"2024-03-21T10:22:20+00:00\"},{\"id\":727,\"partnerId\":582,\"sendViaEmail\":false,\"email\":\"Johnny@etramo.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T11:49:59+00:00\",\"acceptedAt\":\"2024-03-22T11:49:59+00:00\",\"userId\":1041,\"lastUpdatedAt\":\"2024-03-22T11:49:59+00:00\"},{\"id\":728,\"partnerId\":582,\"sendViaEmail\":false,\"email\":\"gerlinde.van.besauw@etramo.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T11:51:58+00:00\",\"acceptedAt\":\"2024-03-22T11:51:58+00:00\",\"userId\":1042,\"lastUpdatedAt\":\"2024-03-22T11:51:58+00:00\"},{\"id\":729,\"partnerId\":584,\"sendViaEmail\":false,\"email\":\"stef@hairplane.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T13:24:46+00:00\",\"acceptedAt\":\"2024-03-22T13:24:46+00:00\",\"userId\":1044,\"lastUpdatedAt\":\"2024-03-22T13:24:46+00:00\"},{\"id\":730,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"petra.meeusen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T14:17:14+00:00\",\"acceptedAt\":\"2024-03-22T14:17:14+00:00\",\"userId\":1045,\"lastUpdatedAt\":\"2024-03-22T14:17:14+00:00\"},{\"id\":731,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ann.demeyer@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T14:27:10+00:00\",\"acceptedAt\":\"2024-03-22T14:27:10+00:00\",\"userId\":1046,\"lastUpdatedAt\":\"2024-03-22T14:27:10+00:00\"},{\"id\":732,\"partnerId\":532,\"sendViaEmail\":true,\"email\":\"tim@move2green.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-03-23T11:03:06+00:00\",\"acceptedAt\":\"2024-03-23T11:03:06+00:00\",\"userId\":806,\"lastUpdatedAt\":\"2024-03-23T11:03:06+00:00\"},{\"id\":733,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ilseeyckmans@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-23T17:00:40+00:00\",\"acceptedAt\":\"2024-03-23T17:00:40+00:00\",\"userId\":1050,\"lastUpdatedAt\":\"2024-03-23T17:00:40+00:00\"},{\"id\":737,\"partnerId\":548,\"sendViaEmail\":true,\"email\":\"vranckenwim@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-25T15:37:57+00:00\",\"acceptedAt\":\"2024-03-25T15:37:57+00:00\",\"userId\":280,\"lastUpdatedAt\":\"2024-03-25T15:37:57+00:00\"},{\"id\":740,\"partnerId\":576,\"sendViaEmail\":true,\"email\":\"carla.slaets@polygongroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-28T09:47:04+00:00\",\"acceptedAt\":\"2024-03-28T09:47:04+00:00\",\"userId\":1055,\"lastUpdatedAt\":\"2024-03-28T09:47:04+00:00\"},{\"id\":742,\"partnerId\":586,\"sendViaEmail\":false,\"email\":\"bobvdb13@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-28T11:27:52+00:00\",\"acceptedAt\":\"2024-03-28T11:27:52+00:00\",\"userId\":1061,\"lastUpdatedAt\":\"2024-03-28T11:27:52+00:00\"},{\"id\":744,\"partnerId\":582,\"sendViaEmail\":true,\"email\":\"rico@etramo.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-29T10:09:18+00:00\",\"acceptedAt\":\"2024-03-29T10:09:18+00:00\",\"userId\":1043,\"lastUpdatedAt\":\"2024-03-29T10:09:18+00:00\"},{\"id\":745,\"partnerId\":589,\"sendViaEmail\":false,\"email\":\"jimmy@lulucatering.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-30T09:26:21+00:00\",\"acceptedAt\":\"2024-03-30T09:26:21+00:00\",\"userId\":1070,\"lastUpdatedAt\":\"2024-03-30T09:26:21+00:00\"},{\"id\":746,\"partnerId\":287,\"sendViaEmail\":false,\"email\":\"Romuald@vadigran.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-02T08:40:55+00:00\",\"acceptedAt\":\"2024-04-02T08:40:55+00:00\",\"userId\":1075,\"lastUpdatedAt\":\"2024-04-02T08:40:55+00:00\"},{\"id\":747,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"muhammed.yasar@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-02T09:57:43+00:00\",\"acceptedAt\":\"2024-04-02T09:57:43+00:00\",\"userId\":1076,\"lastUpdatedAt\":\"2024-04-02T09:57:43+00:00\"},{\"id\":748,\"partnerId\":287,\"sendViaEmail\":true,\"email\":\"jimmyv@vadigran.be\",\"language\":\"fr\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-03T10:13:26+00:00\",\"acceptedAt\":\"2024-04-03T10:13:26+00:00\",\"userId\":1074,\"lastUpdatedAt\":\"2024-04-03T10:13:26+00:00\"},{\"id\":749,\"partnerId\":593,\"sendViaEmail\":true,\"email\":\"kpeconsulting@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-05T17:45:30+00:00\",\"acceptedAt\":\"2024-04-05T17:45:30+00:00\",\"userId\":1084,\"lastUpdatedAt\":\"2024-04-05T17:45:30+00:00\"},{\"id\":751,\"partnerId\":527,\"sendViaEmail\":true,\"email\":\"nicobonnast@me.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-11T08:26:00+00:00\",\"acceptedAt\":\"2024-04-11T08:26:00+00:00\",\"userId\":858,\"lastUpdatedAt\":\"2024-04-11T08:26:00+00:00\"},{\"id\":752,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"estherbaudts@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-12T10:29:44+00:00\",\"acceptedAt\":\"2024-04-12T10:29:44+00:00\",\"userId\":1094,\"lastUpdatedAt\":\"2024-04-12T10:29:44+00:00\"},{\"id\":753,\"partnerId\":577,\"sendViaEmail\":true,\"email\":\"dewittefenix@yahoo.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-12T13:12:29+00:00\",\"acceptedAt\":\"2024-04-12T13:12:29+00:00\",\"userId\":946,\"lastUpdatedAt\":\"2024-04-12T13:12:29+00:00\"},{\"id\":754,\"partnerId\":570,\"sendViaEmail\":false,\"email\":\"mike@brandnewoffice.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T08:35:06+00:00\",\"acceptedAt\":\"2024-04-16T08:35:06+00:00\",\"userId\":1114,\"lastUpdatedAt\":\"2024-04-16T08:35:06+00:00\"},{\"id\":755,\"partnerId\":504,\"sendViaEmail\":false,\"email\":\"tom.naets@xemex.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T08:39:06+00:00\",\"acceptedAt\":\"2024-04-16T08:39:06+00:00\",\"userId\":1115,\"lastUpdatedAt\":\"2024-04-16T08:39:06+00:00\"},{\"id\":756,\"partnerId\":595,\"sendViaEmail\":false,\"email\":\"Pietervannieuwenhuyzen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T10:25:16+00:00\",\"acceptedAt\":\"2024-04-16T10:25:16+00:00\",\"userId\":1116,\"lastUpdatedAt\":\"2024-04-16T10:25:16+00:00\"},{\"id\":757,\"partnerId\":596,\"sendViaEmail\":true,\"email\":\"mertenskatharina1@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T10:44:37+00:00\",\"acceptedAt\":\"2024-04-16T10:44:37+00:00\",\"userId\":1108,\"lastUpdatedAt\":\"2024-04-16T10:44:37+00:00\"},{\"id\":758,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"lisaswerts@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T12:22:44+00:00\",\"acceptedAt\":\"2024-04-16T12:22:44+00:00\",\"userId\":1117,\"lastUpdatedAt\":\"2024-04-16T12:22:44+00:00\"},{\"id\":759,\"partnerId\":579,\"sendViaEmail\":false,\"email\":\"ann.kemps@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T15:41:09+00:00\",\"acceptedAt\":\"2024-04-16T15:41:09+00:00\",\"userId\":1031,\"lastUpdatedAt\":\"2024-04-16T15:41:09+00:00\"},{\"id\":760,\"partnerId\":597,\"sendViaEmail\":true,\"email\":\"svanbrab@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-04-17T12:08:41+00:00\",\"acceptedAt\":\"2024-04-17T12:08:41+00:00\",\"userId\":1104,\"lastUpdatedAt\":\"2024-04-17T12:08:41+00:00\"},{\"id\":761,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"nathalie.haepers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-17T12:31:38+00:00\",\"acceptedAt\":\"2024-04-17T12:31:38+00:00\",\"userId\":1122,\"lastUpdatedAt\":\"2024-04-17T12:31:38+00:00\"},{\"id\":762,\"partnerId\":598,\"sendViaEmail\":false,\"email\":\"janssensclaudine3@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-17T14:01:50+00:00\",\"acceptedAt\":\"2024-04-17T14:01:50+00:00\",\"userId\":1123,\"lastUpdatedAt\":\"2024-04-17T14:01:50+00:00\"},{\"id\":764,\"partnerId\":600,\"sendViaEmail\":false,\"email\":\"j.dekeukeleire@harmony-cr.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-18T12:04:34+00:00\",\"acceptedAt\":\"2024-04-18T12:04:34+00:00\",\"userId\":1130,\"lastUpdatedAt\":\"2024-04-18T12:04:34+00:00\"},{\"id\":765,\"partnerId\":601,\"sendViaEmail\":false,\"email\":\"xaviervandenbraembussche@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-18T13:21:49+00:00\",\"acceptedAt\":\"2024-04-18T13:21:49+00:00\",\"userId\":1133,\"lastUpdatedAt\":\"2024-04-18T13:21:49+00:00\"},{\"id\":767,\"partnerId\":603,\"sendViaEmail\":false,\"email\":\"distephanolopes@live.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-22T11:16:48+00:00\",\"acceptedAt\":\"2024-04-22T11:16:48+00:00\",\"userId\":1069,\"lastUpdatedAt\":\"2024-04-22T11:16:48+00:00\"},{\"id\":769,\"partnerId\":606,\"sendViaEmail\":true,\"email\":\"a.vantilburg@eurogym.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-04-23T14:48:21+00:00\",\"acceptedAt\":\"2024-04-23T14:48:21+00:00\",\"userId\":1161,\"lastUpdatedAt\":\"2024-04-23T14:48:21+00:00\"},{\"id\":776,\"partnerId\":612,\"sendViaEmail\":true,\"email\":\"fleet@ocb.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-02T12:44:22+00:00\",\"acceptedAt\":\"2024-05-02T12:44:22+00:00\",\"userId\":1165,\"lastUpdatedAt\":\"2024-05-02T12:44:22+00:00\"},{\"id\":777,\"partnerId\":614,\"sendViaEmail\":false,\"email\":\"servaesconsult@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-07T08:58:47+00:00\",\"acceptedAt\":\"2024-05-07T08:58:47+00:00\",\"userId\":1202,\"lastUpdatedAt\":\"2024-05-07T08:58:47+00:00\"},{\"id\":780,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"robbe.k@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-13T13:19:59+00:00\",\"acceptedAt\":\"2024-05-13T13:19:59+00:00\",\"userId\":1214,\"lastUpdatedAt\":\"2024-05-13T13:19:59+00:00\"},{\"id\":781,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"lennert@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:49:37+00:00\",\"acceptedAt\":\"2024-05-14T10:49:37+00:00\",\"userId\":1215,\"lastUpdatedAt\":\"2024-05-14T10:49:37+00:00\"},{\"id\":782,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Bram@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:49:58+00:00\",\"acceptedAt\":\"2024-05-14T10:49:58+00:00\",\"userId\":1216,\"lastUpdatedAt\":\"2024-05-14T10:51:47+00:00\"},{\"id\":783,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Steve@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:50:21+00:00\",\"acceptedAt\":\"2024-05-14T10:50:21+00:00\",\"userId\":1217,\"lastUpdatedAt\":\"2024-05-14T10:51:36+00:00\"},{\"id\":784,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Filip@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:50:53+00:00\",\"acceptedAt\":\"2024-05-14T10:50:53+00:00\",\"userId\":1218,\"lastUpdatedAt\":\"2024-05-14T10:52:17+00:00\"},{\"id\":785,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Kim@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:51:23+00:00\",\"acceptedAt\":\"2024-05-14T10:51:23+00:00\",\"userId\":1219,\"lastUpdatedAt\":\"2024-05-14T10:51:23+00:00\"},{\"id\":786,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Sherilyn@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:52:55+00:00\",\"acceptedAt\":\"2024-05-14T10:52:55+00:00\",\"userId\":1220,\"lastUpdatedAt\":\"2024-05-14T10:53:08+00:00\"},{\"id\":787,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Quinten@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:53:44+00:00\",\"acceptedAt\":\"2024-05-14T10:53:44+00:00\",\"userId\":1221,\"lastUpdatedAt\":\"2024-05-14T10:53:54+00:00\"},{\"id\":788,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Ilse@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:54:25+00:00\",\"acceptedAt\":\"2024-05-14T10:54:25+00:00\",\"userId\":1222,\"lastUpdatedAt\":\"2024-05-14T10:54:25+00:00\"},{\"id\":789,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"niels@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T12:13:31+00:00\",\"acceptedAt\":\"2024-05-14T12:13:31+00:00\",\"userId\":703,\"lastUpdatedAt\":\"2024-05-14T12:13:31+00:00\"},{\"id\":791,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"francis.peeters@aviniti.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-05-21T15:13:36+00:00\",\"acceptedAt\":\"2024-05-21T15:13:36+00:00\",\"userId\":1231,\"lastUpdatedAt\":\"2024-05-21T15:13:36+00:00\"},{\"id\":792,\"partnerId\":623,\"sendViaEmail\":false,\"email\":\"ybe.vancalster@naessensp.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T10:38:41+00:00\",\"acceptedAt\":\"2024-05-22T10:38:42+00:00\",\"userId\":1233,\"lastUpdatedAt\":\"2024-05-22T10:38:41+00:00\"},{\"id\":793,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"herve.debraekeleer@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:23:03+00:00\",\"acceptedAt\":\"2024-05-22T13:23:03+00:00\",\"userId\":1211,\"lastUpdatedAt\":\"2024-05-22T13:23:03+00:00\"},{\"id\":794,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"bjorn.vanvelthoven@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:25:27+00:00\",\"acceptedAt\":\"2024-05-22T13:25:27+00:00\",\"userId\":1060,\"lastUpdatedAt\":\"2024-05-22T13:25:27+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":600,\"total\":1122}}"} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":669,"partnerId":521,"sendViaEmail":true,"email":"gregory.olszewski@matexpo.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T13:25:52+00:00","acceptedAt":"2024-02-13T13:25:52+00:00","userId":844,"lastUpdatedAt":"2024-02-13T13:25:52+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":670,"partnerId":554,"sendViaEmail":true,"email":"anja.guldner@icloud.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T16:56:43+00:00","acceptedAt":"2024-02-13T16:56:43+00:00","userId":960,"lastUpdatedAt":"2024-02-13T16:56:43+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":671,"partnerId":555,"sendViaEmail":true,"email":"v.beeckx@elegis.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T17:00:22+00:00","acceptedAt":"2024-02-13T17:00:22+00:00","userId":961,"lastUpdatedAt":"2024-02-24T15:28:27+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":672,"partnerId":558,"sendViaEmail":true,"email":"fedor.pl@outlook.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-16T12:54:43+00:00","acceptedAt":"2024-02-16T12:54:43+00:00","userId":963,"lastUpdatedAt":"2024-02-16T12:54:43+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":673,"partnerId":559,"sendViaEmail":true,"email":"jan@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-16T15:01:12+00:00","acceptedAt":"2024-02-16T15:01:12+00:00","userId":965,"lastUpdatedAt":"2024-02-16T15:01:12+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":674,"partnerId":559,"sendViaEmail":true,"email":"Steven@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-16T15:03:58+00:00","acceptedAt":"2024-02-16T15:03:58+00:00","userId":966,"lastUpdatedAt":"2024-02-16T15:03:58+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":675,"partnerId":559,"sendViaEmail":true,"email":"jochen@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-16T15:07:02+00:00","acceptedAt":"2024-02-16T15:07:02+00:00","userId":967,"lastUpdatedAt":"2024-02-16T15:07:02+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":676,"partnerId":559,"sendViaEmail":true,"email":"philippe@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-16T15:08:35+00:00","acceptedAt":"2024-02-16T15:08:35+00:00","userId":968,"lastUpdatedAt":"2024-02-16T15:14:34+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":677,"partnerId":559,"sendViaEmail":true,"email":"els.minten@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-16T15:21:50+00:00","acceptedAt":"2024-02-16T15:21:50+00:00","userId":970,"lastUpdatedAt":"2024-02-16T15:21:50+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":678,"partnerId":559,"sendViaEmail":true,"email":"danush.moorghen@centomedia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-16T15:28:08+00:00","acceptedAt":"2024-02-16T15:28:09+00:00","userId":971,"lastUpdatedAt":"2024-02-16T15:28:09+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":679,"partnerId":559,"sendViaEmail":true,"email":"ward@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-16T15:33:32+00:00","acceptedAt":"2024-02-16T15:33:32+00:00","userId":972,"lastUpdatedAt":"2024-02-16T15:33:32+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":680,"partnerId":559,"sendViaEmail":true,"email":"linda@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-16T15:37:14+00:00","acceptedAt":"2024-02-16T15:37:14+00:00","userId":973,"lastUpdatedAt":"2024-02-16T15:37:14+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":681,"partnerId":559,"sendViaEmail":true,"email":"tommie.van.mechgelen@centomedia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-16T15:45:45+00:00","acceptedAt":"2024-02-16T15:45:46+00:00","userId":974,"lastUpdatedAt":"2024-02-16T15:45:46+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":682,"partnerId":20,"sendViaEmail":false,"email":"nippon-international@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-20T10:12:52+00:00","acceptedAt":"2024-02-20T10:12:52+00:00","userId":983,"lastUpdatedAt":"2024-02-20T10:12:52+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":683,"partnerId":560,"sendViaEmail":true,"email":"hannekerkhofs@hctconsult.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-20T11:58:43+00:00","acceptedAt":"2024-02-20T11:58:43+00:00","userId":887,"lastUpdatedAt":"2024-02-20T11:58:43+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":684,"partnerId":561,"sendViaEmail":true,"email":"gerard@euroquip.nl","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-20T14:34:06+00:00","acceptedAt":"2024-02-20T14:34:07+00:00","userId":939,"lastUpdatedAt":"2024-02-20T14:34:07+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":685,"partnerId":20,"sendViaEmail":false,"email":"albi.palushi@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-21T11:58:25+00:00","acceptedAt":"2024-02-21T11:58:25+00:00","userId":984,"lastUpdatedAt":"2024-02-21T11:58:25+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":686,"partnerId":562,"sendViaEmail":true,"email":"ken.kenens@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-22T09:05:02+00:00","acceptedAt":"2024-02-22T09:05:02+00:00","userId":943,"lastUpdatedAt":"2024-02-22T09:05:02+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":687,"partnerId":423,"sendViaEmail":false,"email":"gertjesalta@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-22T09:37:16+00:00","acceptedAt":"2024-02-22T09:37:16+00:00","userId":985,"lastUpdatedAt":"2024-02-22T09:37:16+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":688,"partnerId":423,"sendViaEmail":false,"email":"iaconoalessio@msn.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-22T09:43:13+00:00","acceptedAt":"2024-02-22T09:43:13+00:00","userId":986,"lastUpdatedAt":"2024-02-22T09:43:13+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":689,"partnerId":423,"sendViaEmail":false,"email":"kevinschoofs83@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-22T09:47:08+00:00","acceptedAt":"2024-02-22T09:47:08+00:00","userId":987,"lastUpdatedAt":"2024-02-22T09:47:08+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":690,"partnerId":423,"sendViaEmail":false,"email":"moussasmaani29@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-22T09:50:14+00:00","acceptedAt":"2024-02-22T09:50:14+00:00","userId":988,"lastUpdatedAt":"2024-02-22T09:50:14+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":691,"partnerId":564,"sendViaEmail":true,"email":"robby.mondelaers78@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-22T14:30:25+00:00","acceptedAt":"2024-02-22T14:30:25+00:00","userId":922,"lastUpdatedAt":"2024-02-22T14:30:25+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":692,"partnerId":565,"sendViaEmail":true,"email":"olivier.duquenne@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-23T09:31:01+00:00","acceptedAt":"2024-02-23T09:31:01+00:00","userId":935,"lastUpdatedAt":"2024-02-23T09:31:01+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":693,"partnerId":559,"sendViaEmail":true,"email":"kris@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-23T15:32:15+00:00","acceptedAt":"2024-02-23T15:32:15+00:00","userId":991,"lastUpdatedAt":"2024-02-23T15:32:15+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":694,"partnerId":559,"sendViaEmail":true,"email":"jimmy.gorissen@centomedia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-23T15:35:57+00:00","acceptedAt":"2024-02-23T15:35:57+00:00","userId":990,"lastUpdatedAt":"2024-02-23T15:35:57+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":695,"partnerId":559,"sendViaEmail":true,"email":"Pieter.luts@centomedia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-23T15:36:41+00:00","acceptedAt":"2024-02-23T15:36:41+00:00","userId":969,"lastUpdatedAt":"2024-02-26T10:20:27+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":696,"partnerId":567,"sendViaEmail":false,"email":"mvanschel@deloitte.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-24T11:10:07+00:00","acceptedAt":"2024-02-24T11:10:07+00:00","userId":994,"lastUpdatedAt":"2024-02-24T11:10:07+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":697,"partnerId":20,"sendViaEmail":false,"email":"Talitha.vandrom@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-26T12:54:39+00:00","acceptedAt":"2024-02-26T12:54:39+00:00","userId":996,"lastUpdatedAt":"2024-02-26T12:54:39+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":698,"partnerId":260,"sendViaEmail":false,"email":"johanvanderstraeten@curon.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-27T08:34:17+00:00","acceptedAt":"2024-02-27T08:34:17+00:00","userId":997,"lastUpdatedAt":"2024-02-27T08:34:17+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":699,"partnerId":568,"sendViaEmail":false,"email":"gino@ligi.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-29T10:32:52+00:00","acceptedAt":"2024-02-29T10:32:52+00:00","userId":999,"lastUpdatedAt":"2024-02-29T10:32:52+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":700,"partnerId":10,"sendViaEmail":false,"email":"f.Clinckemaillie@veko.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-29T15:24:47+00:00","acceptedAt":"2024-02-29T15:24:47+00:00","userId":1001,"lastUpdatedAt":"2024-02-29T15:24:47+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":701,"partnerId":571,"sendViaEmail":false,"email":"karenkeygnaert@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-01T13:02:01+00:00","acceptedAt":"2024-03-01T13:02:01+00:00","userId":1004,"lastUpdatedAt":"2024-03-01T13:02:01+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":702,"partnerId":20,"sendViaEmail":false,"email":"niels.helsen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-04T10:46:48+00:00","acceptedAt":"2024-03-04T10:46:48+00:00","userId":1008,"lastUpdatedAt":"2024-03-04T10:46:48+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":703,"partnerId":559,"sendViaEmail":false,"email":"tim@aviniti.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-04T10:59:43+00:00","acceptedAt":"2024-03-04T10:59:43+00:00","userId":1009,"lastUpdatedAt":"2024-03-04T10:59:43+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":704,"partnerId":559,"sendViaEmail":false,"email":"roland.vangasse@aviniti.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-04T11:05:30+00:00","acceptedAt":"2024-03-04T11:05:30+00:00","userId":1010,"lastUpdatedAt":"2024-03-04T11:05:30+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":705,"partnerId":572,"sendViaEmail":false,"email":"apotheek.moonen@skynet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-04T13:57:15+00:00","acceptedAt":"2024-03-04T13:57:15+00:00","userId":1011,"lastUpdatedAt":"2024-03-04T13:57:15+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":706,"partnerId":484,"sendViaEmail":true,"email":"michiel.drijvers@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-05T08:26:10+00:00","acceptedAt":"2024-03-05T08:26:10+00:00","userId":995,"lastUpdatedAt":"2024-03-05T08:26:10+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":707,"partnerId":287,"sendViaEmail":true,"email":"gaetan@vadigran.be","language":"fr","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-05T15:09:20+00:00","acceptedAt":"2024-03-05T15:09:20+00:00","userId":340,"lastUpdatedAt":"2024-03-05T15:09:20+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":709,"partnerId":573,"sendViaEmail":true,"email":"flup.vanbackle@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-07T09:08:04+00:00","acceptedAt":"2024-03-07T09:08:04+00:00","userId":923,"lastUpdatedAt":"2024-03-07T17:22:42+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":710,"partnerId":574,"sendViaEmail":false,"email":"philippe.herickx@multimag.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-07T10:05:03+00:00","acceptedAt":"2024-03-07T10:05:03+00:00","userId":1019,"lastUpdatedAt":"2024-03-07T10:05:03+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":711,"partnerId":573,"sendViaEmail":true,"email":"vandenbosch.marleen@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-08T10:53:21+00:00","acceptedAt":"2024-03-08T10:53:21+00:00","userId":924,"lastUpdatedAt":"2024-03-08T10:53:21+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":712,"partnerId":575,"sendViaEmail":true,"email":"de.clercq.david@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-08T11:02:44+00:00","acceptedAt":"2024-03-08T11:02:44+00:00","userId":942,"lastUpdatedAt":"2024-03-08T11:02:44+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":713,"partnerId":20,"sendViaEmail":false,"email":"michiel.despeels@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-08T11:48:29+00:00","acceptedAt":"2024-03-08T11:48:29+00:00","userId":1020,"lastUpdatedAt":"2024-03-08T11:48:29+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":714,"partnerId":576,"sendViaEmail":false,"email":"raihana.messaoudi@polygongroup.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-08T13:25:44+00:00","acceptedAt":"2024-03-08T13:25:44+00:00","userId":1021,"lastUpdatedAt":"2024-03-08T13:25:44+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":715,"partnerId":576,"sendViaEmail":true,"email":"ive.cleymans@polygongroup.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-08T13:36:10+00:00","acceptedAt":"2024-03-08T13:36:10+00:00","userId":982,"lastUpdatedAt":"2024-03-08T13:36:10+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":716,"partnerId":240,"sendViaEmail":false,"email":"visitorsprobisbv@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-15T10:07:30+00:00","acceptedAt":"2024-03-15T10:07:30+00:00","userId":1026,"lastUpdatedAt":"2024-03-15T10:07:30+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":717,"partnerId":421,"sendViaEmail":true,"email":"visitorsprobisbv@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-15T10:27:01+00:00","acceptedAt":"2024-03-15T10:27:01+00:00","userId":1026,"lastUpdatedAt":"2024-03-15T10:27:01+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":718,"partnerId":578,"sendViaEmail":false,"email":"michele@belroseclassics.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-15T13:40:16+00:00","acceptedAt":"2024-03-15T13:40:16+00:00","userId":1029,"lastUpdatedAt":"2024-03-15T13:40:16+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":719,"partnerId":580,"sendViaEmail":true,"email":"dcruyt@skynet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-18T08:42:48+00:00","acceptedAt":"2024-03-18T08:42:48+00:00","userId":962,"lastUpdatedAt":"2024-03-18T08:42:48+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":725,"partnerId":569,"sendViaEmail":true,"email":"michael.soetens@energie-makelaars.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-19T15:23:06+00:00","acceptedAt":"2024-03-19T15:23:06+00:00","userId":905,"lastUpdatedAt":"2024-03-19T15:23:06+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":726,"partnerId":583,"sendViaEmail":false,"email":"nickyverstrael@icloud.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-21T10:22:20+00:00","acceptedAt":"2024-03-21T10:22:20+00:00","userId":1040,"lastUpdatedAt":"2024-03-21T10:22:20+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":727,"partnerId":582,"sendViaEmail":false,"email":"Johnny@etramo.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-22T11:49:59+00:00","acceptedAt":"2024-03-22T11:49:59+00:00","userId":1041,"lastUpdatedAt":"2024-03-22T11:49:59+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":728,"partnerId":582,"sendViaEmail":false,"email":"gerlinde.van.besauw@etramo.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-22T11:51:58+00:00","acceptedAt":"2024-03-22T11:51:58+00:00","userId":1042,"lastUpdatedAt":"2024-03-22T11:51:58+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":729,"partnerId":584,"sendViaEmail":false,"email":"stef@hairplane.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-22T13:24:46+00:00","acceptedAt":"2024-03-22T13:24:46+00:00","userId":1044,"lastUpdatedAt":"2024-03-22T13:24:46+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":730,"partnerId":20,"sendViaEmail":false,"email":"petra.meeusen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-22T14:17:14+00:00","acceptedAt":"2024-03-22T14:17:14+00:00","userId":1045,"lastUpdatedAt":"2024-03-22T14:17:14+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":731,"partnerId":20,"sendViaEmail":false,"email":"ann.demeyer@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-22T14:27:10+00:00","acceptedAt":"2024-03-22T14:27:10+00:00","userId":1046,"lastUpdatedAt":"2024-03-22T14:27:10+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":732,"partnerId":532,"sendViaEmail":true,"email":"tim@move2green.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-03-23T11:03:06+00:00","acceptedAt":"2024-03-23T11:03:06+00:00","userId":806,"lastUpdatedAt":"2024-03-23T11:03:06+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":733,"partnerId":20,"sendViaEmail":false,"email":"ilseeyckmans@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-23T17:00:40+00:00","acceptedAt":"2024-03-23T17:00:40+00:00","userId":1050,"lastUpdatedAt":"2024-03-23T17:00:40+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":737,"partnerId":548,"sendViaEmail":true,"email":"vranckenwim@hotmail.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-25T15:37:57+00:00","acceptedAt":"2024-03-25T15:37:57+00:00","userId":280,"lastUpdatedAt":"2024-03-25T15:37:57+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":740,"partnerId":576,"sendViaEmail":true,"email":"carla.slaets@polygongroup.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-28T09:47:04+00:00","acceptedAt":"2024-03-28T09:47:04+00:00","userId":1055,"lastUpdatedAt":"2024-03-28T09:47:04+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":742,"partnerId":586,"sendViaEmail":false,"email":"bobvdb13@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-28T11:27:52+00:00","acceptedAt":"2024-03-28T11:27:52+00:00","userId":1061,"lastUpdatedAt":"2024-03-28T11:27:52+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":744,"partnerId":582,"sendViaEmail":true,"email":"rico@etramo.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-29T10:09:18+00:00","acceptedAt":"2024-03-29T10:09:18+00:00","userId":1043,"lastUpdatedAt":"2024-03-29T10:09:18+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":745,"partnerId":589,"sendViaEmail":false,"email":"jimmy@lulucatering.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-30T09:26:21+00:00","acceptedAt":"2024-03-30T09:26:21+00:00","userId":1070,"lastUpdatedAt":"2024-03-30T09:26:21+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":746,"partnerId":287,"sendViaEmail":false,"email":"Romuald@vadigran.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-02T08:40:55+00:00","acceptedAt":"2024-04-02T08:40:55+00:00","userId":1075,"lastUpdatedAt":"2024-04-02T08:40:55+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":747,"partnerId":20,"sendViaEmail":false,"email":"muhammed.yasar@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-02T09:57:43+00:00","acceptedAt":"2024-04-02T09:57:43+00:00","userId":1076,"lastUpdatedAt":"2024-04-02T09:57:43+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":748,"partnerId":287,"sendViaEmail":true,"email":"jimmyv@vadigran.be","language":"fr","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-03T10:13:26+00:00","acceptedAt":"2024-04-03T10:13:26+00:00","userId":1074,"lastUpdatedAt":"2024-04-03T10:13:26+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":749,"partnerId":593,"sendViaEmail":true,"email":"kpeconsulting@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-05T17:45:30+00:00","acceptedAt":"2024-04-05T17:45:30+00:00","userId":1084,"lastUpdatedAt":"2024-04-05T17:45:30+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":751,"partnerId":527,"sendViaEmail":true,"email":"nicobonnast@me.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-11T08:26:00+00:00","acceptedAt":"2024-04-11T08:26:00+00:00","userId":858,"lastUpdatedAt":"2024-04-11T08:26:00+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":752,"partnerId":240,"sendViaEmail":false,"email":"estherbaudts@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-12T10:29:44+00:00","acceptedAt":"2024-04-12T10:29:44+00:00","userId":1094,"lastUpdatedAt":"2024-04-12T10:29:44+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":753,"partnerId":577,"sendViaEmail":true,"email":"dewittefenix@yahoo.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-12T13:12:29+00:00","acceptedAt":"2024-04-12T13:12:29+00:00","userId":946,"lastUpdatedAt":"2024-04-12T13:12:29+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":754,"partnerId":570,"sendViaEmail":false,"email":"mike@brandnewoffice.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-16T08:35:06+00:00","acceptedAt":"2024-04-16T08:35:06+00:00","userId":1114,"lastUpdatedAt":"2024-04-16T08:35:06+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":755,"partnerId":504,"sendViaEmail":false,"email":"tom.naets@xemex.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-16T08:39:06+00:00","acceptedAt":"2024-04-16T08:39:06+00:00","userId":1115,"lastUpdatedAt":"2024-04-16T08:39:06+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":756,"partnerId":595,"sendViaEmail":false,"email":"Pietervannieuwenhuyzen@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-16T10:25:16+00:00","acceptedAt":"2024-04-16T10:25:16+00:00","userId":1116,"lastUpdatedAt":"2024-04-16T10:25:16+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":757,"partnerId":596,"sendViaEmail":true,"email":"mertenskatharina1@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-04-16T10:44:37+00:00","acceptedAt":"2024-04-16T10:44:37+00:00","userId":1108,"lastUpdatedAt":"2024-04-16T10:44:37+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":758,"partnerId":240,"sendViaEmail":false,"email":"lisaswerts@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-16T12:22:44+00:00","acceptedAt":"2024-04-16T12:22:44+00:00","userId":1117,"lastUpdatedAt":"2024-04-16T12:22:44+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":759,"partnerId":579,"sendViaEmail":false,"email":"ann.kemps@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-16T15:41:09+00:00","acceptedAt":"2024-04-16T15:41:09+00:00","userId":1031,"lastUpdatedAt":"2024-04-16T15:41:09+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":760,"partnerId":597,"sendViaEmail":true,"email":"svanbrab@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-04-17T12:08:41+00:00","acceptedAt":"2024-04-17T12:08:41+00:00","userId":1104,"lastUpdatedAt":"2024-04-17T12:08:41+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":761,"partnerId":20,"sendViaEmail":false,"email":"nathalie.haepers@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-17T12:31:38+00:00","acceptedAt":"2024-04-17T12:31:38+00:00","userId":1122,"lastUpdatedAt":"2024-04-17T12:31:38+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":762,"partnerId":598,"sendViaEmail":false,"email":"janssensclaudine3@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-17T14:01:50+00:00","acceptedAt":"2024-04-17T14:01:50+00:00","userId":1123,"lastUpdatedAt":"2024-04-17T14:01:50+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":764,"partnerId":600,"sendViaEmail":false,"email":"j.dekeukeleire@harmony-cr.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-18T12:04:34+00:00","acceptedAt":"2024-04-18T12:04:34+00:00","userId":1130,"lastUpdatedAt":"2024-04-18T12:04:34+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":765,"partnerId":601,"sendViaEmail":false,"email":"xaviervandenbraembussche@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-18T13:21:49+00:00","acceptedAt":"2024-04-18T13:21:49+00:00","userId":1133,"lastUpdatedAt":"2024-04-18T13:21:49+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":767,"partnerId":603,"sendViaEmail":false,"email":"distephanolopes@live.nl","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-22T11:16:48+00:00","acceptedAt":"2024-04-22T11:16:48+00:00","userId":1069,"lastUpdatedAt":"2024-04-22T11:16:48+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":769,"partnerId":606,"sendViaEmail":true,"email":"a.vantilburg@eurogym.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-04-23T14:48:21+00:00","acceptedAt":"2024-04-23T14:48:21+00:00","userId":1161,"lastUpdatedAt":"2024-04-23T14:48:21+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":776,"partnerId":612,"sendViaEmail":true,"email":"fleet@ocb.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-02T12:44:22+00:00","acceptedAt":"2024-05-02T12:44:22+00:00","userId":1165,"lastUpdatedAt":"2024-05-02T12:44:22+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":777,"partnerId":614,"sendViaEmail":false,"email":"servaesconsult@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-07T08:58:47+00:00","acceptedAt":"2024-05-07T08:58:47+00:00","userId":1202,"lastUpdatedAt":"2024-05-07T08:58:47+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":780,"partnerId":528,"sendViaEmail":false,"email":"robbe.k@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-13T13:19:59+00:00","acceptedAt":"2024-05-13T13:19:59+00:00","userId":1214,"lastUpdatedAt":"2024-05-13T13:19:59+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":781,"partnerId":613,"sendViaEmail":true,"email":"lennert@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:49:37+00:00","acceptedAt":"2024-05-14T10:49:37+00:00","userId":1215,"lastUpdatedAt":"2024-05-14T10:49:37+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":782,"partnerId":613,"sendViaEmail":true,"email":"Bram@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:49:58+00:00","acceptedAt":"2024-05-14T10:49:58+00:00","userId":1216,"lastUpdatedAt":"2024-05-14T10:51:47+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":783,"partnerId":613,"sendViaEmail":true,"email":"Steve@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:50:21+00:00","acceptedAt":"2024-05-14T10:50:21+00:00","userId":1217,"lastUpdatedAt":"2024-05-14T10:51:36+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":784,"partnerId":613,"sendViaEmail":true,"email":"Filip@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:50:53+00:00","acceptedAt":"2024-05-14T10:50:53+00:00","userId":1218,"lastUpdatedAt":"2024-05-14T10:52:17+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":785,"partnerId":613,"sendViaEmail":true,"email":"Kim@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:51:23+00:00","acceptedAt":"2024-05-14T10:51:23+00:00","userId":1219,"lastUpdatedAt":"2024-05-14T10:51:23+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":786,"partnerId":613,"sendViaEmail":true,"email":"Sherilyn@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:52:55+00:00","acceptedAt":"2024-05-14T10:52:55+00:00","userId":1220,"lastUpdatedAt":"2024-05-14T10:53:08+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":787,"partnerId":613,"sendViaEmail":true,"email":"Quinten@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:53:44+00:00","acceptedAt":"2024-05-14T10:53:44+00:00","userId":1221,"lastUpdatedAt":"2024-05-14T10:53:54+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":788,"partnerId":613,"sendViaEmail":true,"email":"Ilse@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:54:25+00:00","acceptedAt":"2024-05-14T10:54:25+00:00","userId":1222,"lastUpdatedAt":"2024-05-14T10:54:25+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":789,"partnerId":613,"sendViaEmail":true,"email":"niels@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T12:13:31+00:00","acceptedAt":"2024-05-14T12:13:31+00:00","userId":703,"lastUpdatedAt":"2024-05-14T12:13:31+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":791,"partnerId":559,"sendViaEmail":true,"email":"francis.peeters@aviniti.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-05-21T15:13:36+00:00","acceptedAt":"2024-05-21T15:13:36+00:00","userId":1231,"lastUpdatedAt":"2024-05-21T15:13:36+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":792,"partnerId":623,"sendViaEmail":false,"email":"ybe.vancalster@naessensp.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T10:38:41+00:00","acceptedAt":"2024-05-22T10:38:42+00:00","userId":1233,"lastUpdatedAt":"2024-05-22T10:38:41+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":793,"partnerId":581,"sendViaEmail":true,"email":"herve.debraekeleer@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T13:23:03+00:00","acceptedAt":"2024-05-22T13:23:03+00:00","userId":1211,"lastUpdatedAt":"2024-05-22T13:23:03+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":794,"partnerId":581,"sendViaEmail":true,"email":"bjorn.vanvelthoven@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T13:25:27+00:00","acceptedAt":"2024-05-22T13:25:27+00:00","userId":1060,"lastUpdatedAt":"2024-05-22T13:25:27+00:00"}} 
[2025-07-17 18:52:26] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":795,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"stephan.vanhoecke@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:29:22+00:00\",\"acceptedAt\":\"2024-05-22T13:29:22+00:00\",\"userId\":1037,\"lastUpdatedAt\":\"2024-05-22T13:29:22+00:00\"},{\"id\":796,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"dirk.huyck@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:31:23+00:00\",\"acceptedAt\":\"2024-05-22T13:31:23+00:00\",\"userId\":1036,\"lastUpdatedAt\":\"2024-05-22T13:31:23+00:00\"},{\"id\":797,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"michael.hermans@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:33:44+00:00\",\"acceptedAt\":\"2024-05-22T13:33:44+00:00\",\"userId\":1035,\"lastUpdatedAt\":\"2024-05-22T13:33:44+00:00\"},{\"id\":798,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"bart.blommaert@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:35:41+00:00\",\"acceptedAt\":\"2024-05-22T13:35:41+00:00\",\"userId\":1034,\"lastUpdatedAt\":\"2024-05-22T13:35:41+00:00\"},{\"id\":807,\"partnerId\":623,\"sendViaEmail\":true,\"email\":\"Wendy.Vanhille@naessensp.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-05-23T09:58:30+00:00\",\"acceptedAt\":\"2024-05-23T09:58:30+00:00\",\"userId\":1187,\"lastUpdatedAt\":\"2024-05-23T09:58:30+00:00\"},{\"id\":808,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"madelaine.buytaert@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T10:04:44+00:00\",\"acceptedAt\":\"2024-05-24T10:04:44+00:00\",\"userId\":1244,\"lastUpdatedAt\":\"2024-05-24T10:04:44+00:00\"},{\"id\":809,\"partnerId\":627,\"sendViaEmail\":true,\"email\":\"kurt.vermeire1@Telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T12:16:57+00:00\",\"acceptedAt\":\"2024-05-24T12:16:57+00:00\",\"userId\":940,\"lastUpdatedAt\":\"2024-05-24T12:16:57+00:00\"},{\"id\":810,\"partnerId\":599,\"sendViaEmail\":false,\"email\":\"mebatuzele@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T13:02:48+00:00\",\"acceptedAt\":\"2024-05-24T13:02:48+00:00\",\"userId\":1124,\"lastUpdatedAt\":\"2024-05-24T13:02:48+00:00\"},{\"id\":811,\"partnerId\":599,\"sendViaEmail\":false,\"email\":\"yusuffire.00@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T13:03:48+00:00\",\"acceptedAt\":\"2024-05-24T13:03:48+00:00\",\"userId\":1180,\"lastUpdatedAt\":\"2024-05-24T13:03:48+00:00\"},{\"id\":812,\"partnerId\":599,\"sendViaEmail\":false,\"email\":\"seldakirazbarut@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T13:04:06+00:00\",\"acceptedAt\":\"2024-05-24T13:04:06+00:00\",\"userId\":1181,\"lastUpdatedAt\":\"2024-05-24T13:04:06+00:00\"},{\"id\":814,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"liesbethverhoeven3@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-27T10:24:00+00:00\",\"acceptedAt\":\"2024-05-27T10:24:00+00:00\",\"userId\":1246,\"lastUpdatedAt\":\"2024-05-27T10:24:00+00:00\"},{\"id\":815,\"partnerId\":630,\"sendViaEmail\":true,\"email\":\"mathias@crutaste.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-30T18:54:04+00:00\",\"acceptedAt\":\"2024-05-30T18:54:04+00:00\",\"userId\":1168,\"lastUpdatedAt\":\"2024-05-30T18:54:04+00:00\"},{\"id\":817,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-05-31T11:05:27+00:00\",\"acceptedAt\":\"2024-05-31T11:05:27+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2024-05-31T11:05:27+00:00\"},{\"id\":818,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"valensolutionsbe@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-31T11:11:35+00:00\",\"acceptedAt\":\"2024-05-31T11:11:35+00:00\",\"userId\":1245,\"lastUpdatedAt\":\"2024-07-30T08:41:05+00:00\"},{\"id\":821,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"dennis@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-05-31T11:14:57+00:00\",\"acceptedAt\":\"2024-05-31T11:14:57+00:00\",\"userId\":313,\"lastUpdatedAt\":\"2024-05-31T11:14:57+00:00\"},{\"id\":823,\"partnerId\":633,\"sendViaEmail\":false,\"email\":\"bayramparlak@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-06T13:29:47+00:00\",\"acceptedAt\":\"2024-06-06T13:29:47+00:00\",\"userId\":1259,\"lastUpdatedAt\":\"2024-06-06T13:29:47+00:00\"},{\"id\":824,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"jeroen.brijs@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-07T09:30:28+00:00\",\"acceptedAt\":\"2024-06-07T09:30:28+00:00\",\"userId\":1262,\"lastUpdatedAt\":\"2024-06-07T09:30:28+00:00\"},{\"id\":825,\"partnerId\":634,\"sendViaEmail\":true,\"email\":\"roger.martens@proximus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-07T14:09:12+00:00\",\"acceptedAt\":\"2024-06-07T14:09:12+00:00\",\"userId\":1213,\"lastUpdatedAt\":\"2024-06-07T14:09:12+00:00\"},{\"id\":826,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"laurens.siemons@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-10T09:22:04+00:00\",\"acceptedAt\":\"2024-06-10T09:22:04+00:00\",\"userId\":1265,\"lastUpdatedAt\":\"2024-06-10T09:22:04+00:00\"},{\"id\":827,\"partnerId\":639,\"sendViaEmail\":true,\"email\":\"simon_joye@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-14T13:44:51+00:00\",\"acceptedAt\":\"2024-06-14T13:44:51+00:00\",\"userId\":1062,\"lastUpdatedAt\":\"2024-06-14T13:44:51+00:00\"},{\"id\":829,\"partnerId\":640,\"sendViaEmail\":true,\"email\":\"gerritdevos@skynet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-06-17T07:51:39+00:00\",\"acceptedAt\":\"2024-06-17T07:51:39+00:00\",\"userId\":1272,\"lastUpdatedAt\":\"2024-06-17T07:51:39+00:00\"},{\"id\":831,\"partnerId\":643,\"sendViaEmail\":true,\"email\":\"lesley.beernaert@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-17T13:30:29+00:00\",\"acceptedAt\":\"2024-06-17T13:30:29+00:00\",\"userId\":1185,\"lastUpdatedAt\":\"2024-06-17T13:30:29+00:00\"},{\"id\":833,\"partnerId\":585,\"sendViaEmail\":false,\"email\":\"info@dekeyzer-drinks.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T11:59:59+00:00\",\"acceptedAt\":\"2024-06-18T11:59:59+00:00\",\"userId\":1052,\"lastUpdatedAt\":\"2024-06-18T11:59:59+00:00\"},{\"id\":834,\"partnerId\":585,\"sendViaEmail\":false,\"email\":\"marc@dekeyzer-drinks.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T12:00:29+00:00\",\"acceptedAt\":\"2024-06-18T12:00:29+00:00\",\"userId\":1286,\"lastUpdatedAt\":\"2024-06-18T12:00:29+00:00\"},{\"id\":835,\"partnerId\":585,\"sendViaEmail\":false,\"email\":\"marnix.feys@dekeyzer-drinks.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T12:00:47+00:00\",\"acceptedAt\":\"2024-06-18T12:00:47+00:00\",\"userId\":1285,\"lastUpdatedAt\":\"2024-06-18T12:00:47+00:00\"},{\"id\":836,\"partnerId\":585,\"sendViaEmail\":false,\"email\":\"marc.chantraine@dekeyzer-drinks.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T12:02:56+00:00\",\"acceptedAt\":\"2024-06-18T12:02:56+00:00\",\"userId\":1287,\"lastUpdatedAt\":\"2024-06-18T12:02:56+00:00\"},{\"id\":837,\"partnerId\":644,\"sendViaEmail\":true,\"email\":\"vicky.scheire@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T12:09:01+00:00\",\"acceptedAt\":\"2024-06-18T12:09:01+00:00\",\"userId\":1249,\"lastUpdatedAt\":\"2024-06-18T12:09:01+00:00\"},{\"id\":839,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"eric.backx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-19T09:29:12+00:00\",\"acceptedAt\":\"2024-06-19T09:29:12+00:00\",\"userId\":1289,\"lastUpdatedAt\":\"2024-06-19T09:29:12+00:00\"},{\"id\":840,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"david@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T11:51:19+00:00\",\"acceptedAt\":\"2024-06-20T11:51:19+00:00\",\"userId\":373,\"lastUpdatedAt\":\"2024-06-20T11:51:19+00:00\"},{\"id\":841,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"john@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T11:52:35+00:00\",\"acceptedAt\":\"2024-06-20T11:52:35+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-06-20T11:52:35+00:00\"},{\"id\":842,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"nuyenssteven@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T11:52:47+00:00\",\"acceptedAt\":\"2024-06-20T11:52:47+00:00\",\"userId\":23,\"lastUpdatedAt\":\"2024-06-20T11:52:47+00:00\"},{\"id\":843,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"mathieu@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T11:52:58+00:00\",\"acceptedAt\":\"2024-06-20T11:52:58+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-06-20T11:52:58+00:00\"},{\"id\":845,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"yves.kengen@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T14:26:37+00:00\",\"acceptedAt\":\"2024-06-20T14:26:37+00:00\",\"userId\":1188,\"lastUpdatedAt\":\"2024-11-12T09:35:55+00:00\"},{\"id\":846,\"partnerId\":559,\"sendViaEmail\":false,\"email\":\"luc.van.lommel@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-21T09:44:53+00:00\",\"acceptedAt\":\"2024-06-21T09:44:53+00:00\",\"userId\":1291,\"lastUpdatedAt\":\"2024-06-21T09:44:53+00:00\"},{\"id\":847,\"partnerId\":559,\"sendViaEmail\":false,\"email\":\"accounting@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-21T10:01:13+00:00\",\"acceptedAt\":\"2024-06-21T10:01:13+00:00\",\"userId\":1292,\"lastUpdatedAt\":\"2024-06-21T10:01:13+00:00\"},{\"id\":848,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ada.guan@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-24T12:01:28+00:00\",\"acceptedAt\":\"2024-06-24T12:01:28+00:00\",\"userId\":1293,\"lastUpdatedAt\":\"2024-06-24T12:01:28+00:00\"},{\"id\":849,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"c.vandeneede@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:07:17+00:00\",\"acceptedAt\":\"2024-06-25T12:07:17+00:00\",\"userId\":1238,\"lastUpdatedAt\":\"2024-06-25T12:07:17+00:00\"},{\"id\":850,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"l.demiddelaer@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:07:40+00:00\",\"acceptedAt\":\"2024-06-25T12:07:40+00:00\",\"userId\":1237,\"lastUpdatedAt\":\"2024-06-25T12:07:40+00:00\"},{\"id\":851,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"p.vanhalst@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:08:00+00:00\",\"acceptedAt\":\"2024-06-25T12:08:00+00:00\",\"userId\":1189,\"lastUpdatedAt\":\"2024-06-25T12:08:00+00:00\"},{\"id\":852,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"c.olevier@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:08:26+00:00\",\"acceptedAt\":\"2024-06-25T12:08:26+00:00\",\"userId\":1024,\"lastUpdatedAt\":\"2024-06-25T12:08:26+00:00\"},{\"id\":853,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"j.hendrikx@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:08:43+00:00\",\"acceptedAt\":\"2024-06-25T12:08:43+00:00\",\"userId\":1018,\"lastUpdatedAt\":\"2024-06-25T12:08:43+00:00\"},{\"id\":854,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"v.declercq@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:09:07+00:00\",\"acceptedAt\":\"2024-06-25T12:09:07+00:00\",\"userId\":1017,\"lastUpdatedAt\":\"2024-06-25T12:09:07+00:00\"},{\"id\":855,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"l.maes@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:09:24+00:00\",\"acceptedAt\":\"2024-06-25T12:09:24+00:00\",\"userId\":1016,\"lastUpdatedAt\":\"2024-06-25T12:09:24+00:00\"},{\"id\":856,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"d.vanijk@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:09:46+00:00\",\"acceptedAt\":\"2024-06-25T12:09:46+00:00\",\"userId\":1239,\"lastUpdatedAt\":\"2024-06-25T12:09:46+00:00\"},{\"id\":857,\"partnerId\":332,\"sendViaEmail\":false,\"email\":\"nick.deboosere@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T14:56:25+00:00\",\"acceptedAt\":\"2024-06-25T14:56:25+00:00\",\"userId\":1295,\"lastUpdatedAt\":\"2024-06-25T14:56:25+00:00\"},{\"id\":858,\"partnerId\":660,\"sendViaEmail\":false,\"email\":\"sys.marin@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-27T09:14:00+00:00\",\"acceptedAt\":\"2024-06-27T09:14:00+00:00\",\"userId\":1251,\"lastUpdatedAt\":\"2024-06-27T09:14:00+00:00\"},{\"id\":859,\"partnerId\":660,\"sendViaEmail\":false,\"email\":\"stevepoelman@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-27T09:14:16+00:00\",\"acceptedAt\":\"2024-06-27T09:14:16+00:00\",\"userId\":1294,\"lastUpdatedAt\":\"2024-06-27T09:14:16+00:00\"},{\"id\":860,\"partnerId\":660,\"sendViaEmail\":false,\"email\":\"jickydevos@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-27T09:14:33+00:00\",\"acceptedAt\":\"2024-06-27T09:14:33+00:00\",\"userId\":1296,\"lastUpdatedAt\":\"2024-06-27T09:14:33+00:00\"},{\"id\":864,\"partnerId\":664,\"sendViaEmail\":false,\"email\":\"sarah_debussche@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-05T12:51:56+00:00\",\"acceptedAt\":\"2024-07-05T12:51:56+00:00\",\"userId\":1310,\"lastUpdatedAt\":\"2024-07-05T12:51:56+00:00\"},{\"id\":866,\"partnerId\":667,\"sendViaEmail\":true,\"email\":\"jurgen@servicemasters.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-10T10:05:36+00:00\",\"acceptedAt\":\"2024-07-10T10:05:36+00:00\",\"userId\":1316,\"lastUpdatedAt\":\"2024-07-10T10:05:36+00:00\"},{\"id\":870,\"partnerId\":668,\"sendViaEmail\":false,\"email\":\"katty.vos@icloud.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-07-11T12:11:29+00:00\",\"acceptedAt\":\"2024-07-11T12:11:29+00:00\",\"userId\":1317,\"lastUpdatedAt\":\"2024-07-11T12:11:29+00:00\"},{\"id\":871,\"partnerId\":669,\"sendViaEmail\":false,\"email\":\"arne.torfs1@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-11T18:14:16+00:00\",\"acceptedAt\":\"2024-07-11T18:14:16+00:00\",\"userId\":643,\"lastUpdatedAt\":\"2024-07-11T18:14:16+00:00\"},{\"id\":874,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"ger.de-prez@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-15T08:45:16+00:00\",\"acceptedAt\":\"2024-07-15T08:45:16+00:00\",\"userId\":1323,\"lastUpdatedAt\":\"2024-08-29T08:57:12+00:00\"},{\"id\":875,\"partnerId\":671,\"sendViaEmail\":true,\"email\":\"divast.consult@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-15T09:47:31+00:00\",\"acceptedAt\":\"2024-07-15T09:47:31+00:00\",\"userId\":1324,\"lastUpdatedAt\":\"2024-07-15T09:47:31+00:00\"},{\"id\":876,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"femke.bogaert@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-15T12:00:21+00:00\",\"acceptedAt\":\"2024-07-15T12:00:21+00:00\",\"userId\":1325,\"lastUpdatedAt\":\"2024-07-15T12:00:21+00:00\"},{\"id\":877,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"Jens.Vanesbroeck@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-15T12:18:12+00:00\",\"acceptedAt\":\"2024-07-15T12:18:12+00:00\",\"userId\":1326,\"lastUpdatedAt\":\"2024-07-15T12:18:12+00:00\"},{\"id\":878,\"partnerId\":672,\"sendViaEmail\":true,\"email\":\"meersman.llj@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-16T12:14:38+00:00\",\"acceptedAt\":\"2024-07-16T12:14:38+00:00\",\"userId\":1327,\"lastUpdatedAt\":\"2024-07-16T12:14:38+00:00\"},{\"id\":879,\"partnerId\":673,\"sendViaEmail\":true,\"email\":\"reneryckaert@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-16T13:27:59+00:00\",\"acceptedAt\":\"2024-07-16T13:27:59+00:00\",\"userId\":1328,\"lastUpdatedAt\":\"2024-07-16T13:27:59+00:00\"},{\"id\":881,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"lieven.simoens@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-17T12:24:30+00:00\",\"acceptedAt\":\"2024-07-17T12:24:30+00:00\",\"userId\":1331,\"lastUpdatedAt\":\"2024-07-17T12:24:30+00:00\"},{\"id\":883,\"partnerId\":675,\"sendViaEmail\":true,\"email\":\"Fernand.nedee@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-22T12:30:48+00:00\",\"acceptedAt\":\"2024-07-22T12:30:48+00:00\",\"userId\":1313,\"lastUpdatedAt\":\"2024-07-22T12:30:48+00:00\"},{\"id\":884,\"partnerId\":681,\"sendViaEmail\":true,\"email\":\"info@ppvastgoed.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-22T13:16:07+00:00\",\"acceptedAt\":\"2024-07-22T13:16:07+00:00\",\"userId\":1332,\"lastUpdatedAt\":\"2024-07-22T13:16:07+00:00\"},{\"id\":885,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"geert.devleeschauwer@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-23T09:57:10+00:00\",\"acceptedAt\":\"2024-07-23T09:57:10+00:00\",\"userId\":1349,\"lastUpdatedAt\":\"2024-07-23T09:57:10+00:00\"},{\"id\":886,\"partnerId\":683,\"sendViaEmail\":true,\"email\":\"sofietwins@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-07-26T08:40:06+00:00\",\"acceptedAt\":\"2024-07-26T08:40:06+00:00\",\"userId\":1354,\"lastUpdatedAt\":\"2024-07-26T08:40:06+00:00\"},{\"id\":887,\"partnerId\":468,\"sendViaEmail\":true,\"email\":\"niels@bme.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-27T08:05:59+00:00\",\"acceptedAt\":\"2024-07-27T08:05:59+00:00\",\"userId\":1357,\"lastUpdatedAt\":\"2024-07-27T08:05:59+00:00\"},{\"id\":888,\"partnerId\":685,\"sendViaEmail\":true,\"email\":\"chr1278@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-29T13:35:49+00:00\",\"acceptedAt\":\"2024-07-29T13:35:49+00:00\",\"userId\":1362,\"lastUpdatedAt\":\"2024-12-09T10:10:50+00:00\"},{\"id\":889,\"partnerId\":687,\"sendViaEmail\":true,\"email\":\"consult.prichez@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-30T09:35:16+00:00\",\"acceptedAt\":\"2024-07-30T09:35:16+00:00\",\"userId\":1363,\"lastUpdatedAt\":\"2024-07-30T09:35:16+00:00\"},{\"id\":890,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"arno.wouters@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-31T13:37:16+00:00\",\"acceptedAt\":\"2024-07-31T13:37:16+00:00\",\"userId\":1368,\"lastUpdatedAt\":\"2024-07-31T13:37:16+00:00\"},{\"id\":891,\"partnerId\":689,\"sendViaEmail\":true,\"email\":\"klusentuinbrugge@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-08-01T14:43:01+00:00\",\"acceptedAt\":\"2024-08-01T14:43:02+00:00\",\"userId\":1370,\"lastUpdatedAt\":\"2024-08-01T14:43:01+00:00\"},{\"id\":892,\"partnerId\":690,\"sendViaEmail\":true,\"email\":\"dwmeconsulting@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-08-02T08:07:54+00:00\",\"acceptedAt\":\"2024-08-02T08:07:55+00:00\",\"userId\":1344,\"lastUpdatedAt\":\"2024-08-02T08:07:54+00:00\"},{\"id\":893,\"partnerId\":686,\"sendViaEmail\":true,\"email\":\"tim@sanseninternational.tax\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-02T12:41:03+00:00\",\"acceptedAt\":\"2024-08-02T12:41:03+00:00\",\"userId\":1373,\"lastUpdatedAt\":\"2024-08-02T12:41:03+00:00\"},{\"id\":895,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"christian.ceulemans@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-06T12:49:31+00:00\",\"acceptedAt\":\"2024-08-06T12:49:31+00:00\",\"userId\":1377,\"lastUpdatedAt\":\"2024-09-03T12:52:43+00:00\"},{\"id\":896,\"partnerId\":693,\"sendViaEmail\":true,\"email\":\"dekozakken@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-06T12:56:02+00:00\",\"acceptedAt\":\"2024-08-06T12:56:02+00:00\",\"userId\":1376,\"lastUpdatedAt\":\"2024-08-06T12:56:02+00:00\"},{\"id\":898,\"partnerId\":695,\"sendViaEmail\":true,\"email\":\"facturatie@tavernedenhertog.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-08T12:17:13+00:00\",\"acceptedAt\":\"2024-08-08T12:17:13+00:00\",\"userId\":1379,\"lastUpdatedAt\":\"2024-08-08T12:17:13+00:00\"},{\"id\":899,\"partnerId\":697,\"sendViaEmail\":true,\"email\":\"dirk@dtinvest.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-20T07:23:38+00:00\",\"acceptedAt\":\"2024-08-20T07:23:38+00:00\",\"userId\":1384,\"lastUpdatedAt\":\"2024-11-18T10:49:37+00:00\"},{\"id\":900,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"guy.tack@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-20T10:40:32+00:00\",\"acceptedAt\":\"2024-08-20T10:40:32+00:00\",\"userId\":1386,\"lastUpdatedAt\":\"2024-08-20T10:40:32+00:00\"},{\"id\":901,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"inge.tobback@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-21T08:38:17+00:00\",\"acceptedAt\":\"2024-08-21T08:38:17+00:00\",\"userId\":1390,\"lastUpdatedAt\":\"2024-08-21T08:38:17+00:00\"},{\"id\":902,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"t.senster@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-21T14:00:52+00:00\",\"acceptedAt\":\"2024-08-21T14:00:52+00:00\",\"userId\":1391,\"lastUpdatedAt\":\"2024-09-03T12:52:35+00:00\"},{\"id\":904,\"partnerId\":700,\"sendViaEmail\":true,\"email\":\"info@grofrubel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-21T15:31:50+00:00\",\"acceptedAt\":\"2024-08-21T15:31:50+00:00\",\"userId\":1392,\"lastUpdatedAt\":\"2024-08-21T15:31:50+00:00\"},{\"id\":908,\"partnerId\":703,\"sendViaEmail\":true,\"email\":\"verso.drivers@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-26T14:14:41+00:00\",\"acceptedAt\":\"2024-08-26T14:14:41+00:00\",\"userId\":1404,\"lastUpdatedAt\":\"2024-08-26T14:14:41+00:00\"},{\"id\":910,\"partnerId\":704,\"sendViaEmail\":true,\"email\":\"Christina.henderickx@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-27T12:22:17+00:00\",\"acceptedAt\":\"2024-08-27T12:22:17+00:00\",\"userId\":1408,\"lastUpdatedAt\":\"2024-12-26T07:40:03+00:00\"},{\"id\":911,\"partnerId\":704,\"sendViaEmail\":true,\"email\":\"Nikki@accofiska.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-27T12:41:57+00:00\",\"acceptedAt\":\"2024-08-27T12:41:57+00:00\",\"userId\":1409,\"lastUpdatedAt\":\"2024-12-26T07:40:13+00:00\"},{\"id\":912,\"partnerId\":704,\"sendViaEmail\":true,\"email\":\"Olga@accofiska.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-27T12:53:44+00:00\",\"acceptedAt\":\"2024-08-27T12:53:44+00:00\",\"userId\":1410,\"lastUpdatedAt\":\"2024-12-26T07:40:22+00:00\"},{\"id\":917,\"partnerId\":705,\"sendViaEmail\":true,\"email\":\"kurt.parmentier@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-29T13:09:05+00:00\",\"acceptedAt\":\"2024-08-29T13:09:05+00:00\",\"userId\":1412,\"lastUpdatedAt\":\"2024-08-29T13:09:05+00:00\"},{\"id\":918,\"partnerId\":707,\"sendViaEmail\":true,\"email\":\"bert_janssen@jabil.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-30T10:43:11+00:00\",\"acceptedAt\":\"2024-08-30T10:43:11+00:00\",\"userId\":1414,\"lastUpdatedAt\":\"2024-10-24T07:43:30+00:00\"},{\"id\":919,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"luc@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-30T14:35:01+00:00\",\"acceptedAt\":\"2024-08-30T14:35:01+00:00\",\"userId\":1381,\"lastUpdatedAt\":\"2024-08-30T14:35:01+00:00\"},{\"id\":920,\"partnerId\":709,\"sendViaEmail\":true,\"email\":\"koen.mettepenningen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-02T13:19:21+00:00\",\"acceptedAt\":\"2024-09-02T13:19:21+00:00\",\"userId\":1416,\"lastUpdatedAt\":\"2024-09-02T13:19:21+00:00\"},{\"id\":921,\"partnerId\":701,\"sendViaEmail\":false,\"email\":\"d.karaconsulting@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-02T15:17:46+00:00\",\"acceptedAt\":\"2024-09-02T15:17:46+00:00\",\"userId\":1397,\"lastUpdatedAt\":\"2024-09-02T15:17:46+00:00\"},{\"id\":922,\"partnerId\":692,\"sendViaEmail\":false,\"email\":\"laura.pierard98@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T12:38:32+00:00\",\"acceptedAt\":\"2024-09-03T12:38:32+00:00\",\"userId\":1375,\"lastUpdatedAt\":\"2024-09-03T12:38:32+00:00\"},{\"id\":923,\"partnerId\":706,\"sendViaEmail\":false,\"email\":\"info@caprexrecruitment.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:00:58+00:00\",\"acceptedAt\":\"2024-09-03T13:00:58+00:00\",\"userId\":1413,\"lastUpdatedAt\":\"2024-09-03T13:00:58+00:00\"},{\"id\":924,\"partnerId\":699,\"sendViaEmail\":false,\"email\":\"vbfconsulting@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:01:27+00:00\",\"acceptedAt\":\"2024-09-03T13:01:27+00:00\",\"userId\":1389,\"lastUpdatedAt\":\"2024-09-03T13:01:27+00:00\"},{\"id\":925,\"partnerId\":694,\"sendViaEmail\":false,\"email\":\"adfrajan@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:01:52+00:00\",\"acceptedAt\":\"2024-09-03T13:01:52+00:00\",\"userId\":1378,\"lastUpdatedAt\":\"2024-09-03T13:01:52+00:00\"},{\"id\":926,\"partnerId\":662,\"sendViaEmail\":false,\"email\":\"eric@kreatos.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:11:57+00:00\",\"acceptedAt\":\"2024-09-03T13:11:57+00:00\",\"userId\":1300,\"lastUpdatedAt\":\"2024-09-03T13:11:57+00:00\"},{\"id\":927,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"Lotte@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:15:39+00:00\",\"acceptedAt\":\"2024-09-03T13:15:39+00:00\",\"userId\":1417,\"lastUpdatedAt\":\"2024-09-03T13:15:39+00:00\"},{\"id\":928,\"partnerId\":632,\"sendViaEmail\":false,\"email\":\"sarapillen@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:16:11+00:00\",\"acceptedAt\":\"2024-09-03T13:16:11+00:00\",\"userId\":1254,\"lastUpdatedAt\":\"2024-09-03T13:16:11+00:00\"},{\"id\":929,\"partnerId\":600,\"sendViaEmail\":false,\"email\":\"i.meirlaen@harmony-cr.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:17:51+00:00\",\"acceptedAt\":\"2024-09-03T13:17:51+00:00\",\"userId\":1206,\"lastUpdatedAt\":\"2024-09-03T13:17:51+00:00\"},{\"id\":930,\"partnerId\":615,\"sendViaEmail\":false,\"email\":\"kennethdemeester@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:18:35+00:00\",\"acceptedAt\":\"2024-09-03T13:18:35+00:00\",\"userId\":1203,\"lastUpdatedAt\":\"2024-09-03T13:18:35+00:00\"},{\"id\":931,\"partnerId\":576,\"sendViaEmail\":false,\"email\":\"henk.bracke@polygongroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:25:09+00:00\",\"acceptedAt\":\"2024-09-03T13:25:09+00:00\",\"userId\":1175,\"lastUpdatedAt\":\"2024-09-03T13:25:09+00:00\"},{\"id\":932,\"partnerId\":708,\"sendViaEmail\":false,\"email\":\"info@2eco.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T14:05:41+00:00\",\"acceptedAt\":\"2024-09-03T14:05:41+00:00\",\"userId\":1258,\"lastUpdatedAt\":\"2024-09-03T14:05:41+00:00\"},{\"id\":933,\"partnerId\":666,\"sendViaEmail\":false,\"email\":\"koen.geuens@alimakgroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T14:17:12+00:00\",\"acceptedAt\":\"2024-09-03T14:17:12+00:00\",\"userId\":1315,\"lastUpdatedAt\":\"2024-09-03T14:17:12+00:00\"},{\"id\":935,\"partnerId\":711,\"sendViaEmail\":true,\"email\":\"bvbapeterhuylebroeck@proximus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T17:32:39+00:00\",\"acceptedAt\":\"2024-09-03T17:32:39+00:00\",\"userId\":1419,\"lastUpdatedAt\":\"2024-09-03T17:32:39+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":700,\"total\":1122}}"} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":795,"partnerId":581,"sendViaEmail":true,"email":"stephan.vanhoecke@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T13:29:22+00:00","acceptedAt":"2024-05-22T13:29:22+00:00","userId":1037,"lastUpdatedAt":"2024-05-22T13:29:22+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":796,"partnerId":581,"sendViaEmail":true,"email":"dirk.huyck@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T13:31:23+00:00","acceptedAt":"2024-05-22T13:31:23+00:00","userId":1036,"lastUpdatedAt":"2024-05-22T13:31:23+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":797,"partnerId":581,"sendViaEmail":true,"email":"michael.hermans@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T13:33:44+00:00","acceptedAt":"2024-05-22T13:33:44+00:00","userId":1035,"lastUpdatedAt":"2024-05-22T13:33:44+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":798,"partnerId":581,"sendViaEmail":true,"email":"bart.blommaert@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T13:35:41+00:00","acceptedAt":"2024-05-22T13:35:41+00:00","userId":1034,"lastUpdatedAt":"2024-05-22T13:35:41+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":807,"partnerId":623,"sendViaEmail":true,"email":"Wendy.Vanhille@naessensp.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-05-23T09:58:30+00:00","acceptedAt":"2024-05-23T09:58:30+00:00","userId":1187,"lastUpdatedAt":"2024-05-23T09:58:30+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":808,"partnerId":581,"sendViaEmail":false,"email":"madelaine.buytaert@imacar.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-24T10:04:44+00:00","acceptedAt":"2024-05-24T10:04:44+00:00","userId":1244,"lastUpdatedAt":"2024-05-24T10:04:44+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":809,"partnerId":627,"sendViaEmail":true,"email":"kurt.vermeire1@Telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-24T12:16:57+00:00","acceptedAt":"2024-05-24T12:16:57+00:00","userId":940,"lastUpdatedAt":"2024-05-24T12:16:57+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":810,"partnerId":599,"sendViaEmail":false,"email":"mebatuzele@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-24T13:02:48+00:00","acceptedAt":"2024-05-24T13:02:48+00:00","userId":1124,"lastUpdatedAt":"2024-05-24T13:02:48+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":811,"partnerId":599,"sendViaEmail":false,"email":"yusuffire.00@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-24T13:03:48+00:00","acceptedAt":"2024-05-24T13:03:48+00:00","userId":1180,"lastUpdatedAt":"2024-05-24T13:03:48+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":812,"partnerId":599,"sendViaEmail":false,"email":"seldakirazbarut@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-24T13:04:06+00:00","acceptedAt":"2024-05-24T13:04:06+00:00","userId":1181,"lastUpdatedAt":"2024-05-24T13:04:06+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":814,"partnerId":20,"sendViaEmail":false,"email":"liesbethverhoeven3@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-27T10:24:00+00:00","acceptedAt":"2024-05-27T10:24:00+00:00","userId":1246,"lastUpdatedAt":"2024-05-27T10:24:00+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":815,"partnerId":630,"sendViaEmail":true,"email":"mathias@crutaste.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-30T18:54:04+00:00","acceptedAt":"2024-05-30T18:54:04+00:00","userId":1168,"lastUpdatedAt":"2024-05-30T18:54:04+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":817,"partnerId":631,"sendViaEmail":false,"email":"cihan.kranda@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-05-31T11:05:27+00:00","acceptedAt":"2024-05-31T11:05:27+00:00","userId":21,"lastUpdatedAt":"2024-05-31T11:05:27+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":818,"partnerId":631,"sendViaEmail":false,"email":"valensolutionsbe@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-31T11:11:35+00:00","acceptedAt":"2024-05-31T11:11:35+00:00","userId":1245,"lastUpdatedAt":"2024-07-30T08:41:05+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":821,"partnerId":631,"sendViaEmail":false,"email":"dennis@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-05-31T11:14:57+00:00","acceptedAt":"2024-05-31T11:14:57+00:00","userId":313,"lastUpdatedAt":"2024-05-31T11:14:57+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":823,"partnerId":633,"sendViaEmail":false,"email":"bayramparlak@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-06T13:29:47+00:00","acceptedAt":"2024-06-06T13:29:47+00:00","userId":1259,"lastUpdatedAt":"2024-06-06T13:29:47+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":824,"partnerId":20,"sendViaEmail":false,"email":"jeroen.brijs@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-07T09:30:28+00:00","acceptedAt":"2024-06-07T09:30:28+00:00","userId":1262,"lastUpdatedAt":"2024-06-07T09:30:28+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":825,"partnerId":634,"sendViaEmail":true,"email":"roger.martens@proximus.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-07T14:09:12+00:00","acceptedAt":"2024-06-07T14:09:12+00:00","userId":1213,"lastUpdatedAt":"2024-06-07T14:09:12+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":826,"partnerId":20,"sendViaEmail":false,"email":"laurens.siemons@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-10T09:22:04+00:00","acceptedAt":"2024-06-10T09:22:04+00:00","userId":1265,"lastUpdatedAt":"2024-06-10T09:22:04+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":827,"partnerId":639,"sendViaEmail":true,"email":"simon_joye@outlook.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-14T13:44:51+00:00","acceptedAt":"2024-06-14T13:44:51+00:00","userId":1062,"lastUpdatedAt":"2024-06-14T13:44:51+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":829,"partnerId":640,"sendViaEmail":true,"email":"gerritdevos@skynet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-06-17T07:51:39+00:00","acceptedAt":"2024-06-17T07:51:39+00:00","userId":1272,"lastUpdatedAt":"2024-06-17T07:51:39+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":831,"partnerId":643,"sendViaEmail":true,"email":"lesley.beernaert@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-17T13:30:29+00:00","acceptedAt":"2024-06-17T13:30:29+00:00","userId":1185,"lastUpdatedAt":"2024-06-17T13:30:29+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":833,"partnerId":585,"sendViaEmail":false,"email":"info@dekeyzer-drinks.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-18T11:59:59+00:00","acceptedAt":"2024-06-18T11:59:59+00:00","userId":1052,"lastUpdatedAt":"2024-06-18T11:59:59+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":834,"partnerId":585,"sendViaEmail":false,"email":"marc@dekeyzer-drinks.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-18T12:00:29+00:00","acceptedAt":"2024-06-18T12:00:29+00:00","userId":1286,"lastUpdatedAt":"2024-06-18T12:00:29+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":835,"partnerId":585,"sendViaEmail":false,"email":"marnix.feys@dekeyzer-drinks.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-18T12:00:47+00:00","acceptedAt":"2024-06-18T12:00:47+00:00","userId":1285,"lastUpdatedAt":"2024-06-18T12:00:47+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":836,"partnerId":585,"sendViaEmail":false,"email":"marc.chantraine@dekeyzer-drinks.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-18T12:02:56+00:00","acceptedAt":"2024-06-18T12:02:56+00:00","userId":1287,"lastUpdatedAt":"2024-06-18T12:02:56+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":837,"partnerId":644,"sendViaEmail":true,"email":"vicky.scheire@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-18T12:09:01+00:00","acceptedAt":"2024-06-18T12:09:01+00:00","userId":1249,"lastUpdatedAt":"2024-06-18T12:09:01+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":839,"partnerId":20,"sendViaEmail":true,"email":"eric.backx@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-19T09:29:12+00:00","acceptedAt":"2024-06-19T09:29:12+00:00","userId":1289,"lastUpdatedAt":"2024-06-19T09:29:12+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":840,"partnerId":631,"sendViaEmail":false,"email":"david@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-20T11:51:19+00:00","acceptedAt":"2024-06-20T11:51:19+00:00","userId":373,"lastUpdatedAt":"2024-06-20T11:51:19+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":841,"partnerId":631,"sendViaEmail":false,"email":"john@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-20T11:52:35+00:00","acceptedAt":"2024-06-20T11:52:35+00:00","userId":88,"lastUpdatedAt":"2024-06-20T11:52:35+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":842,"partnerId":631,"sendViaEmail":false,"email":"nuyenssteven@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-20T11:52:47+00:00","acceptedAt":"2024-06-20T11:52:47+00:00","userId":23,"lastUpdatedAt":"2024-06-20T11:52:47+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":843,"partnerId":631,"sendViaEmail":false,"email":"mathieu@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-20T11:52:58+00:00","acceptedAt":"2024-06-20T11:52:58+00:00","userId":117,"lastUpdatedAt":"2024-06-20T11:52:58+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":845,"partnerId":581,"sendViaEmail":true,"email":"yves.kengen@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-06-20T14:26:37+00:00","acceptedAt":"2024-06-20T14:26:37+00:00","userId":1188,"lastUpdatedAt":"2024-11-12T09:35:55+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":846,"partnerId":559,"sendViaEmail":false,"email":"luc.van.lommel@centomedia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-21T09:44:53+00:00","acceptedAt":"2024-06-21T09:44:53+00:00","userId":1291,"lastUpdatedAt":"2024-06-21T09:44:53+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":847,"partnerId":559,"sendViaEmail":false,"email":"accounting@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-21T10:01:13+00:00","acceptedAt":"2024-06-21T10:01:13+00:00","userId":1292,"lastUpdatedAt":"2024-06-21T10:01:13+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":848,"partnerId":20,"sendViaEmail":false,"email":"ada.guan@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-24T12:01:28+00:00","acceptedAt":"2024-06-24T12:01:28+00:00","userId":1293,"lastUpdatedAt":"2024-06-24T12:01:28+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":849,"partnerId":625,"sendViaEmail":true,"email":"c.vandeneede@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:07:17+00:00","acceptedAt":"2024-06-25T12:07:17+00:00","userId":1238,"lastUpdatedAt":"2024-06-25T12:07:17+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":850,"partnerId":625,"sendViaEmail":true,"email":"l.demiddelaer@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:07:40+00:00","acceptedAt":"2024-06-25T12:07:40+00:00","userId":1237,"lastUpdatedAt":"2024-06-25T12:07:40+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":851,"partnerId":625,"sendViaEmail":true,"email":"p.vanhalst@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:08:00+00:00","acceptedAt":"2024-06-25T12:08:00+00:00","userId":1189,"lastUpdatedAt":"2024-06-25T12:08:00+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":852,"partnerId":625,"sendViaEmail":true,"email":"c.olevier@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:08:26+00:00","acceptedAt":"2024-06-25T12:08:26+00:00","userId":1024,"lastUpdatedAt":"2024-06-25T12:08:26+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":853,"partnerId":625,"sendViaEmail":true,"email":"j.hendrikx@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:08:43+00:00","acceptedAt":"2024-06-25T12:08:43+00:00","userId":1018,"lastUpdatedAt":"2024-06-25T12:08:43+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":854,"partnerId":625,"sendViaEmail":true,"email":"v.declercq@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:09:07+00:00","acceptedAt":"2024-06-25T12:09:07+00:00","userId":1017,"lastUpdatedAt":"2024-06-25T12:09:07+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":855,"partnerId":625,"sendViaEmail":true,"email":"l.maes@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:09:24+00:00","acceptedAt":"2024-06-25T12:09:24+00:00","userId":1016,"lastUpdatedAt":"2024-06-25T12:09:24+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":856,"partnerId":625,"sendViaEmail":true,"email":"d.vanijk@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:09:46+00:00","acceptedAt":"2024-06-25T12:09:46+00:00","userId":1239,"lastUpdatedAt":"2024-06-25T12:09:46+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":857,"partnerId":332,"sendViaEmail":false,"email":"nick.deboosere@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T14:56:25+00:00","acceptedAt":"2024-06-25T14:56:25+00:00","userId":1295,"lastUpdatedAt":"2024-06-25T14:56:25+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":858,"partnerId":660,"sendViaEmail":false,"email":"sys.marin@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-27T09:14:00+00:00","acceptedAt":"2024-06-27T09:14:00+00:00","userId":1251,"lastUpdatedAt":"2024-06-27T09:14:00+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":859,"partnerId":660,"sendViaEmail":false,"email":"stevepoelman@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-27T09:14:16+00:00","acceptedAt":"2024-06-27T09:14:16+00:00","userId":1294,"lastUpdatedAt":"2024-06-27T09:14:16+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":860,"partnerId":660,"sendViaEmail":false,"email":"jickydevos@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-27T09:14:33+00:00","acceptedAt":"2024-06-27T09:14:33+00:00","userId":1296,"lastUpdatedAt":"2024-06-27T09:14:33+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":864,"partnerId":664,"sendViaEmail":false,"email":"sarah_debussche@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-05T12:51:56+00:00","acceptedAt":"2024-07-05T12:51:56+00:00","userId":1310,"lastUpdatedAt":"2024-07-05T12:51:56+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":866,"partnerId":667,"sendViaEmail":true,"email":"jurgen@servicemasters.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-10T10:05:36+00:00","acceptedAt":"2024-07-10T10:05:36+00:00","userId":1316,"lastUpdatedAt":"2024-07-10T10:05:36+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":870,"partnerId":668,"sendViaEmail":false,"email":"katty.vos@icloud.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-07-11T12:11:29+00:00","acceptedAt":"2024-07-11T12:11:29+00:00","userId":1317,"lastUpdatedAt":"2024-07-11T12:11:29+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":871,"partnerId":669,"sendViaEmail":false,"email":"arne.torfs1@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-11T18:14:16+00:00","acceptedAt":"2024-07-11T18:14:16+00:00","userId":643,"lastUpdatedAt":"2024-07-11T18:14:16+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":874,"partnerId":670,"sendViaEmail":true,"email":"ger.de-prez@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-15T08:45:16+00:00","acceptedAt":"2024-07-15T08:45:16+00:00","userId":1323,"lastUpdatedAt":"2024-08-29T08:57:12+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":875,"partnerId":671,"sendViaEmail":true,"email":"divast.consult@outlook.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-15T09:47:31+00:00","acceptedAt":"2024-07-15T09:47:31+00:00","userId":1324,"lastUpdatedAt":"2024-07-15T09:47:31+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":876,"partnerId":581,"sendViaEmail":false,"email":"femke.bogaert@imacar.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-15T12:00:21+00:00","acceptedAt":"2024-07-15T12:00:21+00:00","userId":1325,"lastUpdatedAt":"2024-07-15T12:00:21+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":877,"partnerId":581,"sendViaEmail":false,"email":"Jens.Vanesbroeck@imacar.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-15T12:18:12+00:00","acceptedAt":"2024-07-15T12:18:12+00:00","userId":1326,"lastUpdatedAt":"2024-07-15T12:18:12+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":878,"partnerId":672,"sendViaEmail":true,"email":"meersman.llj@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-16T12:14:38+00:00","acceptedAt":"2024-07-16T12:14:38+00:00","userId":1327,"lastUpdatedAt":"2024-07-16T12:14:38+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":879,"partnerId":673,"sendViaEmail":true,"email":"reneryckaert@icloud.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-16T13:27:59+00:00","acceptedAt":"2024-07-16T13:27:59+00:00","userId":1328,"lastUpdatedAt":"2024-07-16T13:27:59+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":881,"partnerId":581,"sendViaEmail":false,"email":"lieven.simoens@imacar.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-17T12:24:30+00:00","acceptedAt":"2024-07-17T12:24:30+00:00","userId":1331,"lastUpdatedAt":"2024-07-17T12:24:30+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":883,"partnerId":675,"sendViaEmail":true,"email":"Fernand.nedee@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-22T12:30:48+00:00","acceptedAt":"2024-07-22T12:30:48+00:00","userId":1313,"lastUpdatedAt":"2024-07-22T12:30:48+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":884,"partnerId":681,"sendViaEmail":true,"email":"info@ppvastgoed.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-22T13:16:07+00:00","acceptedAt":"2024-07-22T13:16:07+00:00","userId":1332,"lastUpdatedAt":"2024-07-22T13:16:07+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":885,"partnerId":20,"sendViaEmail":false,"email":"geert.devleeschauwer@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-23T09:57:10+00:00","acceptedAt":"2024-07-23T09:57:10+00:00","userId":1349,"lastUpdatedAt":"2024-07-23T09:57:10+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":886,"partnerId":683,"sendViaEmail":true,"email":"sofietwins@icloud.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-07-26T08:40:06+00:00","acceptedAt":"2024-07-26T08:40:06+00:00","userId":1354,"lastUpdatedAt":"2024-07-26T08:40:06+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":887,"partnerId":468,"sendViaEmail":true,"email":"niels@bme.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-27T08:05:59+00:00","acceptedAt":"2024-07-27T08:05:59+00:00","userId":1357,"lastUpdatedAt":"2024-07-27T08:05:59+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":888,"partnerId":685,"sendViaEmail":true,"email":"chr1278@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-29T13:35:49+00:00","acceptedAt":"2024-07-29T13:35:49+00:00","userId":1362,"lastUpdatedAt":"2024-12-09T10:10:50+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":889,"partnerId":687,"sendViaEmail":true,"email":"consult.prichez@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-30T09:35:16+00:00","acceptedAt":"2024-07-30T09:35:16+00:00","userId":1363,"lastUpdatedAt":"2024-07-30T09:35:16+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":890,"partnerId":20,"sendViaEmail":false,"email":"arno.wouters@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-31T13:37:16+00:00","acceptedAt":"2024-07-31T13:37:16+00:00","userId":1368,"lastUpdatedAt":"2024-07-31T13:37:16+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":891,"partnerId":689,"sendViaEmail":true,"email":"klusentuinbrugge@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-08-01T14:43:01+00:00","acceptedAt":"2024-08-01T14:43:02+00:00","userId":1370,"lastUpdatedAt":"2024-08-01T14:43:01+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":892,"partnerId":690,"sendViaEmail":true,"email":"dwmeconsulting@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-08-02T08:07:54+00:00","acceptedAt":"2024-08-02T08:07:55+00:00","userId":1344,"lastUpdatedAt":"2024-08-02T08:07:54+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":893,"partnerId":686,"sendViaEmail":true,"email":"tim@sanseninternational.tax","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-02T12:41:03+00:00","acceptedAt":"2024-08-02T12:41:03+00:00","userId":1373,"lastUpdatedAt":"2024-08-02T12:41:03+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":895,"partnerId":20,"sendViaEmail":false,"email":"christian.ceulemans@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-06T12:49:31+00:00","acceptedAt":"2024-08-06T12:49:31+00:00","userId":1377,"lastUpdatedAt":"2024-09-03T12:52:43+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":896,"partnerId":693,"sendViaEmail":true,"email":"dekozakken@icloud.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-06T12:56:02+00:00","acceptedAt":"2024-08-06T12:56:02+00:00","userId":1376,"lastUpdatedAt":"2024-08-06T12:56:02+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":898,"partnerId":695,"sendViaEmail":true,"email":"facturatie@tavernedenhertog.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-08T12:17:13+00:00","acceptedAt":"2024-08-08T12:17:13+00:00","userId":1379,"lastUpdatedAt":"2024-08-08T12:17:13+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":899,"partnerId":697,"sendViaEmail":true,"email":"dirk@dtinvest.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-20T07:23:38+00:00","acceptedAt":"2024-08-20T07:23:38+00:00","userId":1384,"lastUpdatedAt":"2024-11-18T10:49:37+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":900,"partnerId":20,"sendViaEmail":false,"email":"guy.tack@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-20T10:40:32+00:00","acceptedAt":"2024-08-20T10:40:32+00:00","userId":1386,"lastUpdatedAt":"2024-08-20T10:40:32+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":901,"partnerId":20,"sendViaEmail":true,"email":"inge.tobback@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-21T08:38:17+00:00","acceptedAt":"2024-08-21T08:38:17+00:00","userId":1390,"lastUpdatedAt":"2024-08-21T08:38:17+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":902,"partnerId":58,"sendViaEmail":true,"email":"t.senster@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-21T14:00:52+00:00","acceptedAt":"2024-08-21T14:00:52+00:00","userId":1391,"lastUpdatedAt":"2024-09-03T12:52:35+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":904,"partnerId":700,"sendViaEmail":true,"email":"info@grofrubel.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-21T15:31:50+00:00","acceptedAt":"2024-08-21T15:31:50+00:00","userId":1392,"lastUpdatedAt":"2024-08-21T15:31:50+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":908,"partnerId":703,"sendViaEmail":true,"email":"verso.drivers@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-26T14:14:41+00:00","acceptedAt":"2024-08-26T14:14:41+00:00","userId":1404,"lastUpdatedAt":"2024-08-26T14:14:41+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":910,"partnerId":704,"sendViaEmail":true,"email":"Christina.henderickx@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-27T12:22:17+00:00","acceptedAt":"2024-08-27T12:22:17+00:00","userId":1408,"lastUpdatedAt":"2024-12-26T07:40:03+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":911,"partnerId":704,"sendViaEmail":true,"email":"Nikki@accofiska.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-27T12:41:57+00:00","acceptedAt":"2024-08-27T12:41:57+00:00","userId":1409,"lastUpdatedAt":"2024-12-26T07:40:13+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":912,"partnerId":704,"sendViaEmail":true,"email":"Olga@accofiska.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-27T12:53:44+00:00","acceptedAt":"2024-08-27T12:53:44+00:00","userId":1410,"lastUpdatedAt":"2024-12-26T07:40:22+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":917,"partnerId":705,"sendViaEmail":true,"email":"kurt.parmentier@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-29T13:09:05+00:00","acceptedAt":"2024-08-29T13:09:05+00:00","userId":1412,"lastUpdatedAt":"2024-08-29T13:09:05+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":918,"partnerId":707,"sendViaEmail":true,"email":"bert_janssen@jabil.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-30T10:43:11+00:00","acceptedAt":"2024-08-30T10:43:11+00:00","userId":1414,"lastUpdatedAt":"2024-10-24T07:43:30+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":919,"partnerId":559,"sendViaEmail":true,"email":"luc@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-30T14:35:01+00:00","acceptedAt":"2024-08-30T14:35:01+00:00","userId":1381,"lastUpdatedAt":"2024-08-30T14:35:01+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":920,"partnerId":709,"sendViaEmail":true,"email":"koen.mettepenningen@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-02T13:19:21+00:00","acceptedAt":"2024-09-02T13:19:21+00:00","userId":1416,"lastUpdatedAt":"2024-09-02T13:19:21+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":921,"partnerId":701,"sendViaEmail":false,"email":"d.karaconsulting@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-02T15:17:46+00:00","acceptedAt":"2024-09-02T15:17:46+00:00","userId":1397,"lastUpdatedAt":"2024-09-02T15:17:46+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":922,"partnerId":692,"sendViaEmail":false,"email":"laura.pierard98@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T12:38:32+00:00","acceptedAt":"2024-09-03T12:38:32+00:00","userId":1375,"lastUpdatedAt":"2024-09-03T12:38:32+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":923,"partnerId":706,"sendViaEmail":false,"email":"info@caprexrecruitment.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:00:58+00:00","acceptedAt":"2024-09-03T13:00:58+00:00","userId":1413,"lastUpdatedAt":"2024-09-03T13:00:58+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":924,"partnerId":699,"sendViaEmail":false,"email":"vbfconsulting@outlook.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:01:27+00:00","acceptedAt":"2024-09-03T13:01:27+00:00","userId":1389,"lastUpdatedAt":"2024-09-03T13:01:27+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":925,"partnerId":694,"sendViaEmail":false,"email":"adfrajan@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:01:52+00:00","acceptedAt":"2024-09-03T13:01:52+00:00","userId":1378,"lastUpdatedAt":"2024-09-03T13:01:52+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":926,"partnerId":662,"sendViaEmail":false,"email":"eric@kreatos.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:11:57+00:00","acceptedAt":"2024-09-03T13:11:57+00:00","userId":1300,"lastUpdatedAt":"2024-09-03T13:11:57+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":927,"partnerId":528,"sendViaEmail":false,"email":"Lotte@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:15:39+00:00","acceptedAt":"2024-09-03T13:15:39+00:00","userId":1417,"lastUpdatedAt":"2024-09-03T13:15:39+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":928,"partnerId":632,"sendViaEmail":false,"email":"sarapillen@outlook.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:16:11+00:00","acceptedAt":"2024-09-03T13:16:11+00:00","userId":1254,"lastUpdatedAt":"2024-09-03T13:16:11+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":929,"partnerId":600,"sendViaEmail":false,"email":"i.meirlaen@harmony-cr.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:17:51+00:00","acceptedAt":"2024-09-03T13:17:51+00:00","userId":1206,"lastUpdatedAt":"2024-09-03T13:17:51+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":930,"partnerId":615,"sendViaEmail":false,"email":"kennethdemeester@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:18:35+00:00","acceptedAt":"2024-09-03T13:18:35+00:00","userId":1203,"lastUpdatedAt":"2024-09-03T13:18:35+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":931,"partnerId":576,"sendViaEmail":false,"email":"henk.bracke@polygongroup.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:25:09+00:00","acceptedAt":"2024-09-03T13:25:09+00:00","userId":1175,"lastUpdatedAt":"2024-09-03T13:25:09+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":932,"partnerId":708,"sendViaEmail":false,"email":"info@2eco.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T14:05:41+00:00","acceptedAt":"2024-09-03T14:05:41+00:00","userId":1258,"lastUpdatedAt":"2024-09-03T14:05:41+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":933,"partnerId":666,"sendViaEmail":false,"email":"koen.geuens@alimakgroup.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T14:17:12+00:00","acceptedAt":"2024-09-03T14:17:12+00:00","userId":1315,"lastUpdatedAt":"2024-09-03T14:17:12+00:00"}} 
[2025-07-17 18:52:26] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":935,"partnerId":711,"sendViaEmail":true,"email":"bvbapeterhuylebroeck@proximus.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T17:32:39+00:00","acceptedAt":"2024-09-03T17:32:39+00:00","userId":1419,"lastUpdatedAt":"2024-09-03T17:32:39+00:00"}} 
[2025-07-17 18:52:27] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":936,\"partnerId\":688,\"sendViaEmail\":true,\"email\":\"compta@meubelco.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-04T12:29:44+00:00\",\"acceptedAt\":\"2024-09-04T12:29:44+00:00\",\"userId\":836,\"lastUpdatedAt\":\"2024-09-04T12:29:44+00:00\"},{\"id\":937,\"partnerId\":530,\"sendViaEmail\":true,\"email\":\"compta@meubelco.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-04T12:30:16+00:00\",\"acceptedAt\":\"2024-09-04T12:30:16+00:00\",\"userId\":836,\"lastUpdatedAt\":\"2024-09-04T12:30:16+00:00\"},{\"id\":938,\"partnerId\":712,\"sendViaEmail\":true,\"email\":\"xachik.h@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-04T17:54:48+00:00\",\"acceptedAt\":\"2024-09-04T17:54:48+00:00\",\"userId\":1422,\"lastUpdatedAt\":\"2024-10-10T14:30:30+00:00\"},{\"id\":940,\"partnerId\":703,\"sendViaEmail\":false,\"email\":\"grigoryanamalya@mail.ru\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-10T10:07:08+00:00\",\"acceptedAt\":\"2024-09-10T10:07:08+00:00\",\"userId\":1432,\"lastUpdatedAt\":\"2024-09-10T10:07:08+00:00\"},{\"id\":941,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"georgios.bomboridis@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T12:10:29+00:00\",\"acceptedAt\":\"2024-09-11T12:10:29+00:00\",\"userId\":1435,\"lastUpdatedAt\":\"2024-09-11T13:52:28+00:00\"},{\"id\":949,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"beniot.yernaux@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:56:23+00:00\",\"acceptedAt\":\"2024-09-11T13:56:23+00:00\",\"userId\":1436,\"lastUpdatedAt\":\"2024-09-11T13:56:23+00:00\"},{\"id\":950,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"semir.goethals@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:57:50+00:00\",\"acceptedAt\":\"2024-09-11T13:57:50+00:00\",\"userId\":1437,\"lastUpdatedAt\":\"2024-09-11T13:57:50+00:00\"},{\"id\":951,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"phong.nguyen@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:58:13+00:00\",\"acceptedAt\":\"2024-09-11T13:58:13+00:00\",\"userId\":1438,\"lastUpdatedAt\":\"2024-09-11T13:58:13+00:00\"},{\"id\":952,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"herman.vanmunster@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:58:50+00:00\",\"acceptedAt\":\"2024-09-11T13:58:51+00:00\",\"userId\":1439,\"lastUpdatedAt\":\"2024-09-11T13:58:50+00:00\"},{\"id\":953,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"tom.de-wachter@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:59:14+00:00\",\"acceptedAt\":\"2024-09-11T13:59:14+00:00\",\"userId\":1440,\"lastUpdatedAt\":\"2024-09-11T13:59:14+00:00\"},{\"id\":954,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"gert.haesaerts@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:59:35+00:00\",\"acceptedAt\":\"2024-09-11T13:59:35+00:00\",\"userId\":1441,\"lastUpdatedAt\":\"2024-09-11T13:59:35+00:00\"},{\"id\":957,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"raymond.daems@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:10:54+00:00\",\"acceptedAt\":\"2024-09-11T14:10:54+00:00\",\"userId\":1442,\"lastUpdatedAt\":\"2024-09-11T14:10:54+00:00\"},{\"id\":958,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"hans.de-schinckel@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:12:33+00:00\",\"acceptedAt\":\"2024-09-11T14:12:33+00:00\",\"userId\":1443,\"lastUpdatedAt\":\"2024-09-11T14:12:33+00:00\"},{\"id\":960,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"kristel.goijens@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:14:21+00:00\",\"acceptedAt\":\"2024-09-11T14:14:22+00:00\",\"userId\":1445,\"lastUpdatedAt\":\"2024-09-11T14:14:21+00:00\"},{\"id\":961,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"johan.kanters@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:15:17+00:00\",\"acceptedAt\":\"2024-09-11T14:15:17+00:00\",\"userId\":1446,\"lastUpdatedAt\":\"2024-09-11T14:15:17+00:00\"},{\"id\":962,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"anne-marie.beemsterboer@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:15:39+00:00\",\"acceptedAt\":\"2024-09-11T14:15:39+00:00\",\"userId\":1447,\"lastUpdatedAt\":\"2024-09-11T14:15:39+00:00\"},{\"id\":964,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"tommytimmermans@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-12T10:21:15+00:00\",\"acceptedAt\":\"2024-09-12T10:21:15+00:00\",\"userId\":1450,\"lastUpdatedAt\":\"2024-09-12T10:21:15+00:00\"},{\"id\":965,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"Mehtap.mitil@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-12T10:55:28+00:00\",\"acceptedAt\":\"2024-09-12T10:55:28+00:00\",\"userId\":1451,\"lastUpdatedAt\":\"2024-09-12T10:55:28+00:00\"},{\"id\":968,\"partnerId\":720,\"sendViaEmail\":true,\"email\":\"esengulb81@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-12T14:30:31+00:00\",\"acceptedAt\":\"2024-09-12T14:30:31+00:00\",\"userId\":1452,\"lastUpdatedAt\":\"2024-09-12T14:30:31+00:00\"},{\"id\":969,\"partnerId\":721,\"sendViaEmail\":true,\"email\":\"dennis.delsael@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-13T07:51:22+00:00\",\"acceptedAt\":\"2024-09-13T07:51:22+00:00\",\"userId\":1433,\"lastUpdatedAt\":\"2024-09-13T07:51:22+00:00\"},{\"id\":970,\"partnerId\":722,\"sendViaEmail\":true,\"email\":\"werner@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-09-13T08:10:05+00:00\",\"acceptedAt\":\"2024-09-13T08:10:05+00:00\",\"userId\":1449,\"lastUpdatedAt\":\"2024-09-23T07:46:04+00:00\"},{\"id\":971,\"partnerId\":514,\"sendViaEmail\":true,\"email\":\"hr@konradinvest.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-17T08:54:04+00:00\",\"acceptedAt\":\"2024-09-17T08:54:04+00:00\",\"userId\":1454,\"lastUpdatedAt\":\"2024-09-17T08:54:04+00:00\"},{\"id\":974,\"partnerId\":731,\"sendViaEmail\":true,\"email\":\"Baktiar.hasan@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-18T08:19:59+00:00\",\"acceptedAt\":\"2024-09-18T08:19:59+00:00\",\"userId\":1457,\"lastUpdatedAt\":\"2024-09-18T08:19:59+00:00\"},{\"id\":975,\"partnerId\":732,\"sendViaEmail\":true,\"email\":\"sander@svcreatio.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-19T11:55:25+00:00\",\"acceptedAt\":\"2024-09-19T11:55:25+00:00\",\"userId\":1458,\"lastUpdatedAt\":\"2024-09-19T11:55:25+00:00\"},{\"id\":976,\"partnerId\":733,\"sendViaEmail\":true,\"email\":\"Jo@duvall.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-24T09:34:23+00:00\",\"acceptedAt\":\"2024-09-24T09:34:23+00:00\",\"userId\":1460,\"lastUpdatedAt\":\"2024-09-24T09:34:23+00:00\"},{\"id\":977,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"pieter.vanmechelen@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-09-27T10:55:25+00:00\",\"acceptedAt\":\"2024-09-27T10:55:25+00:00\",\"userId\":1093,\"lastUpdatedAt\":\"2024-09-27T10:55:25+00:00\"},{\"id\":978,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.vanwinkel@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-30T10:45:28+00:00\",\"acceptedAt\":\"2024-09-30T10:45:28+00:00\",\"userId\":1483,\"lastUpdatedAt\":\"2024-09-30T10:45:28+00:00\"},{\"id\":979,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"mariska.van.der.velden@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-01T10:27:58+00:00\",\"acceptedAt\":\"2024-10-01T10:27:59+00:00\",\"userId\":1485,\"lastUpdatedAt\":\"2024-10-01T10:27:58+00:00\"},{\"id\":980,\"partnerId\":686,\"sendViaEmail\":false,\"email\":\"erik@sanseninternational.tax\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-02T08:42:35+00:00\",\"acceptedAt\":\"2024-10-02T08:42:35+00:00\",\"userId\":1487,\"lastUpdatedAt\":\"2024-10-02T08:42:35+00:00\"},{\"id\":981,\"partnerId\":686,\"sendViaEmail\":false,\"email\":\"gertjan@sanseninternational.tax\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-02T08:47:29+00:00\",\"acceptedAt\":\"2024-10-02T08:47:29+00:00\",\"userId\":1488,\"lastUpdatedAt\":\"2024-10-02T08:47:29+00:00\"},{\"id\":982,\"partnerId\":686,\"sendViaEmail\":false,\"email\":\"charlotte@sanseninternational.tax\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-02T08:50:24+00:00\",\"acceptedAt\":\"2024-10-02T08:50:24+00:00\",\"userId\":1489,\"lastUpdatedAt\":\"2024-10-02T08:50:24+00:00\"},{\"id\":983,\"partnerId\":576,\"sendViaEmail\":false,\"email\":\"miseurpatrick@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-07T12:29:20+00:00\",\"acceptedAt\":\"2024-10-07T12:29:20+00:00\",\"userId\":1455,\"lastUpdatedAt\":\"2024-10-07T12:29:20+00:00\"},{\"id\":985,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"Kurt.schipman@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-08T12:47:57+00:00\",\"acceptedAt\":\"2024-10-08T12:47:57+00:00\",\"userId\":1497,\"lastUpdatedAt\":\"2024-10-08T12:47:57+00:00\"},{\"id\":987,\"partnerId\":260,\"sendViaEmail\":true,\"email\":\"elsyvanbelle@curon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-10T07:56:19+00:00\",\"acceptedAt\":\"2024-10-10T07:56:19+00:00\",\"userId\":1500,\"lastUpdatedAt\":\"2024-10-10T07:56:19+00:00\"},{\"id\":988,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"dorienjanssens@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-10T08:14:09+00:00\",\"acceptedAt\":\"2024-10-10T08:14:09+00:00\",\"userId\":1501,\"lastUpdatedAt\":\"2024-10-10T08:14:09+00:00\"},{\"id\":989,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"esmeethijs@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-10T09:04:01+00:00\",\"acceptedAt\":\"2024-10-10T09:04:01+00:00\",\"userId\":1502,\"lastUpdatedAt\":\"2024-10-10T09:04:01+00:00\"},{\"id\":990,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"tinnebaijens@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-10T09:09:52+00:00\",\"acceptedAt\":\"2024-10-10T09:09:52+00:00\",\"userId\":1503,\"lastUpdatedAt\":\"2024-10-10T09:09:52+00:00\"},{\"id\":991,\"partnerId\":737,\"sendViaEmail\":false,\"email\":\"thijs_lemmens@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-10-11T09:25:07+00:00\",\"acceptedAt\":\"2024-10-11T09:25:07+00:00\",\"userId\":1499,\"lastUpdatedAt\":\"2024-10-11T09:25:07+00:00\"},{\"id\":992,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"Jonas.smolenaers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-14T08:38:03+00:00\",\"acceptedAt\":\"2024-10-14T08:38:03+00:00\",\"userId\":1517,\"lastUpdatedAt\":\"2024-10-14T08:38:03+00:00\"},{\"id\":993,\"partnerId\":739,\"sendViaEmail\":true,\"email\":\"info@vhbvba.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-14T09:05:32+00:00\",\"acceptedAt\":\"2024-10-14T09:05:32+00:00\",\"userId\":1518,\"lastUpdatedAt\":\"2024-10-14T09:05:32+00:00\"},{\"id\":994,\"partnerId\":514,\"sendViaEmail\":true,\"email\":\"Anne-lise@desyndicus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-14T10:32:18+00:00\",\"acceptedAt\":\"2024-10-14T10:32:18+00:00\",\"userId\":1429,\"lastUpdatedAt\":\"2024-10-14T10:32:18+00:00\"},{\"id\":1004,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"Marijke.achten@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-16T08:55:58+00:00\",\"acceptedAt\":\"2024-10-16T08:55:58+00:00\",\"userId\":1530,\"lastUpdatedAt\":\"2024-10-16T08:55:58+00:00\"},{\"id\":1006,\"partnerId\":743,\"sendViaEmail\":true,\"email\":\"guus.fluit@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-10-18T10:06:19+00:00\",\"acceptedAt\":\"2024-10-18T10:06:19+00:00\",\"userId\":1532,\"lastUpdatedAt\":\"2024-10-31T12:59:28+00:00\"},{\"id\":1007,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"m.vandermost@hesse-liganl.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-18T10:35:06+00:00\",\"acceptedAt\":\"2024-10-18T10:35:06+00:00\",\"userId\":1533,\"lastUpdatedAt\":\"2024-10-18T10:35:06+00:00\"},{\"id\":1008,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"kaatwauman@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-18T12:44:27+00:00\",\"acceptedAt\":\"2024-10-18T12:44:27+00:00\",\"userId\":1534,\"lastUpdatedAt\":\"2024-10-18T12:44:27+00:00\"},{\"id\":1009,\"partnerId\":686,\"sendViaEmail\":true,\"email\":\"vannieuwenhovedaan@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-21T09:19:15+00:00\",\"acceptedAt\":\"2024-10-21T09:19:15+00:00\",\"userId\":1538,\"lastUpdatedAt\":\"2024-10-21T09:19:15+00:00\"},{\"id\":1014,\"partnerId\":734,\"sendViaEmail\":false,\"email\":\"carl@woodfactory.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-28T11:50:49+00:00\",\"acceptedAt\":\"2024-10-28T11:50:49+00:00\",\"userId\":1496,\"lastUpdatedAt\":\"2024-10-28T11:50:49+00:00\"},{\"id\":1017,\"partnerId\":754,\"sendViaEmail\":true,\"email\":\"frederik.rotthier@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-28T15:50:48+00:00\",\"acceptedAt\":\"2024-10-28T15:50:48+00:00\",\"userId\":1492,\"lastUpdatedAt\":\"2024-10-28T15:50:48+00:00\"},{\"id\":1018,\"partnerId\":753,\"sendViaEmail\":false,\"email\":\"filip@al-vis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-31T12:02:32+00:00\",\"acceptedAt\":\"2024-10-31T12:02:32+00:00\",\"userId\":1546,\"lastUpdatedAt\":\"2024-10-31T12:02:32+00:00\"},{\"id\":1019,\"partnerId\":752,\"sendViaEmail\":false,\"email\":\"wim.vander_sande@kimchoc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-31T12:54:02+00:00\",\"acceptedAt\":\"2024-10-31T12:54:02+00:00\",\"userId\":1545,\"lastUpdatedAt\":\"2024-10-31T12:54:02+00:00\"},{\"id\":1020,\"partnerId\":742,\"sendViaEmail\":false,\"email\":\"kurt_verstraelen@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-31T12:55:41+00:00\",\"acceptedAt\":\"2024-10-31T12:55:41+00:00\",\"userId\":1531,\"lastUpdatedAt\":\"2024-10-31T12:55:41+00:00\"},{\"id\":1022,\"partnerId\":756,\"sendViaEmail\":true,\"email\":\"janvannieuwenhuyse@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-04T08:45:56+00:00\",\"acceptedAt\":\"2024-11-04T08:45:56+00:00\",\"userId\":1553,\"lastUpdatedAt\":\"2024-11-04T08:45:56+00:00\"},{\"id\":1024,\"partnerId\":758,\"sendViaEmail\":true,\"email\":\"rachid.taouil@ameliotg.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-06T14:23:06+00:00\",\"acceptedAt\":\"2024-11-06T14:23:06+00:00\",\"userId\":1558,\"lastUpdatedAt\":\"2024-11-06T14:23:06+00:00\"},{\"id\":1025,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"steve.bogemans@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-07T08:57:50+00:00\",\"acceptedAt\":\"2024-11-07T08:57:50+00:00\",\"userId\":1559,\"lastUpdatedAt\":\"2024-11-07T08:57:50+00:00\"},{\"id\":1027,\"partnerId\":760,\"sendViaEmail\":false,\"email\":\"dirk@dtinvest.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-08T13:58:18+00:00\",\"acceptedAt\":\"2024-11-08T13:58:18+00:00\",\"userId\":1560,\"lastUpdatedAt\":\"2024-11-08T13:58:18+00:00\"},{\"id\":1028,\"partnerId\":761,\"sendViaEmail\":true,\"email\":\"slockdimitri0@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-12T11:09:23+00:00\",\"acceptedAt\":\"2024-11-12T11:09:23+00:00\",\"userId\":1564,\"lastUpdatedAt\":\"2024-11-12T11:09:23+00:00\"},{\"id\":1029,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"Ilke.Steyls@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-13T09:33:46+00:00\",\"acceptedAt\":\"2024-11-13T09:33:46+00:00\",\"userId\":1569,\"lastUpdatedAt\":\"2024-11-13T09:33:46+00:00\"},{\"id\":1030,\"partnerId\":707,\"sendViaEmail\":true,\"email\":\"hans_vandoninck@jabil.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-14T12:59:37+00:00\",\"acceptedAt\":\"2024-11-14T12:59:37+00:00\",\"userId\":1572,\"lastUpdatedAt\":\"2024-11-14T12:59:37+00:00\"},{\"id\":1031,\"partnerId\":707,\"sendViaEmail\":true,\"email\":\"gijs_vangansewinkel@jabil.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-14T13:47:28+00:00\",\"acceptedAt\":\"2024-11-14T13:47:28+00:00\",\"userId\":1573,\"lastUpdatedAt\":\"2024-11-14T13:47:28+00:00\"},{\"id\":1032,\"partnerId\":762,\"sendViaEmail\":true,\"email\":\"innovavista@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-14T14:40:23+00:00\",\"acceptedAt\":\"2024-11-14T14:40:23+00:00\",\"userId\":1570,\"lastUpdatedAt\":\"2024-11-14T14:40:23+00:00\"},{\"id\":1034,\"partnerId\":763,\"sendViaEmail\":true,\"email\":\"tine.maeyens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-15T10:55:42+00:00\",\"acceptedAt\":\"2024-11-15T10:55:43+00:00\",\"userId\":1579,\"lastUpdatedAt\":\"2024-11-15T10:55:42+00:00\"},{\"id\":1035,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thomas.machiels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-15T11:43:33+00:00\",\"acceptedAt\":\"2024-11-15T11:43:33+00:00\",\"userId\":1580,\"lastUpdatedAt\":\"2024-11-15T11:43:33+00:00\"},{\"id\":1036,\"partnerId\":764,\"sendViaEmail\":true,\"email\":\"sven.saerens@eosworldwide.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-15T14:03:03+00:00\",\"acceptedAt\":\"2024-11-15T14:03:03+00:00\",\"userId\":1582,\"lastUpdatedAt\":\"2024-11-15T14:03:03+00:00\"},{\"id\":1037,\"partnerId\":764,\"sendViaEmail\":true,\"email\":\"tessa.bullekens1@eosworldwide.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-15T14:25:02+00:00\",\"acceptedAt\":\"2024-11-15T14:25:02+00:00\",\"userId\":1583,\"lastUpdatedAt\":\"2024-11-15T14:25:02+00:00\"},{\"id\":1038,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"anja.vos@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T09:06:21+00:00\",\"acceptedAt\":\"2024-11-18T09:06:21+00:00\",\"userId\":1589,\"lastUpdatedAt\":\"2024-11-18T09:06:21+00:00\"},{\"id\":1039,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"tine.nagels@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T09:21:19+00:00\",\"acceptedAt\":\"2024-11-18T09:21:19+00:00\",\"userId\":1590,\"lastUpdatedAt\":\"2024-11-18T09:21:19+00:00\"},{\"id\":1040,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"elaine.zhang@kimschoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T09:33:47+00:00\",\"acceptedAt\":\"2024-11-18T09:33:47+00:00\",\"userId\":1591,\"lastUpdatedAt\":\"2024-11-18T09:33:47+00:00\"},{\"id\":1041,\"partnerId\":23,\"sendViaEmail\":false,\"email\":\"Maaike@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T12:06:35+00:00\",\"acceptedAt\":\"2024-11-18T12:06:35+00:00\",\"userId\":41,\"lastUpdatedAt\":\"2024-11-18T12:06:35+00:00\"},{\"id\":1042,\"partnerId\":765,\"sendViaEmail\":true,\"email\":\"joris.beens@ddm.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T13:27:25+00:00\",\"acceptedAt\":\"2024-11-18T13:27:25+00:00\",\"userId\":1592,\"lastUpdatedAt\":\"2024-11-18T13:27:25+00:00\"},{\"id\":1043,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"danitza.serafimoff@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-19T09:21:21+00:00\",\"acceptedAt\":\"2024-11-19T09:21:21+00:00\",\"userId\":1593,\"lastUpdatedAt\":\"2024-11-19T09:21:21+00:00\"},{\"id\":1048,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"Niels.depauw@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-20T14:28:52+00:00\",\"acceptedAt\":\"2024-11-20T14:28:52+00:00\",\"userId\":1598,\"lastUpdatedAt\":\"2024-11-20T14:28:52+00:00\"},{\"id\":1049,\"partnerId\":756,\"sendViaEmail\":true,\"email\":\"jan.vannieuwenhuyse@guardiant-cyber.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-20T15:40:54+00:00\",\"acceptedAt\":\"2024-11-20T15:40:54+00:00\",\"userId\":1599,\"lastUpdatedAt\":\"2024-11-20T15:40:54+00:00\"},{\"id\":1051,\"partnerId\":767,\"sendViaEmail\":true,\"email\":\"geert.lowet@dastronic.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-25T08:55:42+00:00\",\"acceptedAt\":\"2024-11-25T08:55:42+00:00\",\"userId\":1602,\"lastUpdatedAt\":\"2024-11-25T08:55:42+00:00\"},{\"id\":1052,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"deo.nshimirimana@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-25T13:48:33+00:00\",\"acceptedAt\":\"2024-11-25T13:48:33+00:00\",\"userId\":1603,\"lastUpdatedAt\":\"2024-11-25T13:48:33+00:00\"},{\"id\":1053,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"elisa.ots@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-26T12:54:03+00:00\",\"acceptedAt\":\"2024-11-26T12:54:03+00:00\",\"userId\":1604,\"lastUpdatedAt\":\"2024-11-26T12:54:03+00:00\"},{\"id\":1054,\"partnerId\":707,\"sendViaEmail\":true,\"email\":\"mahmout_kocaslan@jabil.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-28T10:05:23+00:00\",\"acceptedAt\":\"2024-11-28T10:05:23+00:00\",\"userId\":1606,\"lastUpdatedAt\":\"2024-11-28T10:05:23+00:00\"},{\"id\":1055,\"partnerId\":769,\"sendViaEmail\":true,\"email\":\"xverbeeck@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-28T15:11:51+00:00\",\"acceptedAt\":\"2024-11-28T15:11:51+00:00\",\"userId\":1608,\"lastUpdatedAt\":\"2024-11-28T15:11:51+00:00\"},{\"id\":1056,\"partnerId\":770,\"sendViaEmail\":true,\"email\":\"badeschoolmeester@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-29T08:52:12+00:00\",\"acceptedAt\":\"2024-11-29T08:52:12+00:00\",\"userId\":1605,\"lastUpdatedAt\":\"2024-11-29T08:52:12+00:00\"},{\"id\":1057,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"hanneuten@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-29T11:38:52+00:00\",\"acceptedAt\":\"2024-11-29T11:38:52+00:00\",\"userId\":1609,\"lastUpdatedAt\":\"2024-11-29T11:38:52+00:00\"},{\"id\":1058,\"partnerId\":771,\"sendViaEmail\":true,\"email\":\"valerie.gorreux@ohme-ev.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-02T11:41:34+00:00\",\"acceptedAt\":\"2024-12-02T11:41:34+00:00\",\"userId\":1617,\"lastUpdatedAt\":\"2024-12-02T11:41:34+00:00\"},{\"id\":1059,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"Kim.vancant@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-02T13:58:48+00:00\",\"acceptedAt\":\"2024-12-02T13:58:48+00:00\",\"userId\":1618,\"lastUpdatedAt\":\"2024-12-02T13:58:48+00:00\"},{\"id\":1061,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"katz@live.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-03T11:32:15+00:00\",\"acceptedAt\":\"2024-12-03T11:32:15+00:00\",\"userId\":1624,\"lastUpdatedAt\":\"2024-12-03T11:32:15+00:00\"},{\"id\":1062,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"jean-luc.guerra@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-04T11:42:55+00:00\",\"acceptedAt\":\"2024-12-04T11:42:55+00:00\",\"userId\":1627,\"lastUpdatedAt\":\"2024-12-04T11:42:55+00:00\"},{\"id\":1063,\"partnerId\":773,\"sendViaEmail\":true,\"email\":\"pieter.bergez@telecom-makelaars.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-04T11:45:43+00:00\",\"acceptedAt\":\"2024-12-04T11:45:43+00:00\",\"userId\":1484,\"lastUpdatedAt\":\"2024-12-04T11:45:43+00:00\"},{\"id\":1067,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"isabeldecoessemaeker@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-05T15:35:55+00:00\",\"acceptedAt\":\"2024-12-05T15:35:55+00:00\",\"userId\":1634,\"lastUpdatedAt\":\"2024-12-05T15:35:55+00:00\"},{\"id\":1068,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"erik.delcon@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-06T13:27:49+00:00\",\"acceptedAt\":\"2024-12-06T13:27:49+00:00\",\"userId\":1636,\"lastUpdatedAt\":\"2024-12-06T13:27:49+00:00\"},{\"id\":1069,\"partnerId\":775,\"sendViaEmail\":true,\"email\":\"jan.desmaretz@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-09T11:16:35+00:00\",\"acceptedAt\":\"2024-12-09T11:16:35+00:00\",\"userId\":1638,\"lastUpdatedAt\":\"2024-12-09T11:16:35+00:00\"},{\"id\":1070,\"partnerId\":777,\"sendViaEmail\":true,\"email\":\"k.roelandt@lawstone.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-09T15:31:07+00:00\",\"acceptedAt\":\"2024-12-09T15:31:07+00:00\",\"userId\":1641,\"lastUpdatedAt\":\"2024-12-09T15:31:07+00:00\"},{\"id\":1071,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Sandra.Eemans@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-11T10:30:40+00:00\",\"acceptedAt\":\"2024-12-11T10:30:40+00:00\",\"userId\":1644,\"lastUpdatedAt\":\"2024-12-11T10:30:40+00:00\"},{\"id\":1072,\"partnerId\":779,\"sendViaEmail\":true,\"email\":\"jargis_foaad@msn.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-11T10:32:51+00:00\",\"acceptedAt\":\"2024-12-11T10:32:51+00:00\",\"userId\":1643,\"lastUpdatedAt\":\"2024-12-11T10:32:51+00:00\"},{\"id\":1074,\"partnerId\":781,\"sendViaEmail\":true,\"email\":\"timothy_joseph@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-11T13:29:29+00:00\",\"acceptedAt\":\"2024-12-11T13:29:29+00:00\",\"userId\":1646,\"lastUpdatedAt\":\"2024-12-11T13:29:29+00:00\"},{\"id\":1076,\"partnerId\":766,\"sendViaEmail\":true,\"email\":\"steven.neefs@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:06:44+00:00\",\"acceptedAt\":\"2024-12-13T12:06:44+00:00\",\"userId\":1650,\"lastUpdatedAt\":\"2024-12-13T12:06:44+00:00\"},{\"id\":1077,\"partnerId\":766,\"sendViaEmail\":true,\"email\":\"jan.devis@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:06:58+00:00\",\"acceptedAt\":\"2024-12-13T12:06:58+00:00\",\"userId\":1596,\"lastUpdatedAt\":\"2024-12-13T12:06:58+00:00\"},{\"id\":1078,\"partnerId\":766,\"sendViaEmail\":true,\"email\":\"pascal.bracke@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:07:12+00:00\",\"acceptedAt\":\"2024-12-13T12:07:12+00:00\",\"userId\":1595,\"lastUpdatedAt\":\"2024-12-13T12:07:12+00:00\"},{\"id\":1079,\"partnerId\":642,\"sendViaEmail\":true,\"email\":\"Dimitri.DePauw@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:10:01+00:00\",\"acceptedAt\":\"2024-12-13T12:10:01+00:00\",\"userId\":1346,\"lastUpdatedAt\":\"2024-12-13T12:10:01+00:00\"},{\"id\":1080,\"partnerId\":642,\"sendViaEmail\":true,\"email\":\"Stijn.Loyez@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:10:21+00:00\",\"acceptedAt\":\"2024-12-13T12:10:21+00:00\",\"userId\":1290,\"lastUpdatedAt\":\"2024-12-13T12:10:21+00:00\"},{\"id\":1081,\"partnerId\":642,\"sendViaEmail\":true,\"email\":\"pieter.vaneynde@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:10:38+00:00\",\"acceptedAt\":\"2024-12-13T12:10:38+00:00\",\"userId\":1273,\"lastUpdatedAt\":\"2024-12-13T12:10:38+00:00\"},{\"id\":1082,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"victordegroof@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T14:52:00+00:00\",\"acceptedAt\":\"2024-12-13T14:52:00+00:00\",\"userId\":1652,\"lastUpdatedAt\":\"2024-12-13T14:52:00+00:00\"},{\"id\":1083,\"partnerId\":528,\"sendViaEmail\":true,\"email\":\"yana@recruitrlab.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-16T12:59:38+00:00\",\"acceptedAt\":\"2024-12-16T12:59:38+00:00\",\"userId\":1504,\"lastUpdatedAt\":\"2024-12-16T12:59:38+00:00\"},{\"id\":1084,\"partnerId\":784,\"sendViaEmail\":true,\"email\":\"ignace.debreyne@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-16T15:13:40+00:00\",\"acceptedAt\":\"2024-12-16T15:13:40+00:00\",\"userId\":1657,\"lastUpdatedAt\":\"2024-12-16T15:13:40+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":800,\"total\":1122}}"} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":936,"partnerId":688,"sendViaEmail":true,"email":"compta@meubelco.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-04T12:29:44+00:00","acceptedAt":"2024-09-04T12:29:44+00:00","userId":836,"lastUpdatedAt":"2024-09-04T12:29:44+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":937,"partnerId":530,"sendViaEmail":true,"email":"compta@meubelco.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-04T12:30:16+00:00","acceptedAt":"2024-09-04T12:30:16+00:00","userId":836,"lastUpdatedAt":"2024-09-04T12:30:16+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":938,"partnerId":712,"sendViaEmail":true,"email":"xachik.h@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-04T17:54:48+00:00","acceptedAt":"2024-09-04T17:54:48+00:00","userId":1422,"lastUpdatedAt":"2024-10-10T14:30:30+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":940,"partnerId":703,"sendViaEmail":false,"email":"grigoryanamalya@mail.ru","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-10T10:07:08+00:00","acceptedAt":"2024-09-10T10:07:08+00:00","userId":1432,"lastUpdatedAt":"2024-09-10T10:07:08+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":941,"partnerId":670,"sendViaEmail":true,"email":"georgios.bomboridis@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T12:10:29+00:00","acceptedAt":"2024-09-11T12:10:29+00:00","userId":1435,"lastUpdatedAt":"2024-09-11T13:52:28+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":949,"partnerId":670,"sendViaEmail":true,"email":"beniot.yernaux@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T13:56:23+00:00","acceptedAt":"2024-09-11T13:56:23+00:00","userId":1436,"lastUpdatedAt":"2024-09-11T13:56:23+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":950,"partnerId":670,"sendViaEmail":true,"email":"semir.goethals@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T13:57:50+00:00","acceptedAt":"2024-09-11T13:57:50+00:00","userId":1437,"lastUpdatedAt":"2024-09-11T13:57:50+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":951,"partnerId":670,"sendViaEmail":true,"email":"phong.nguyen@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T13:58:13+00:00","acceptedAt":"2024-09-11T13:58:13+00:00","userId":1438,"lastUpdatedAt":"2024-09-11T13:58:13+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":952,"partnerId":670,"sendViaEmail":true,"email":"herman.vanmunster@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T13:58:50+00:00","acceptedAt":"2024-09-11T13:58:51+00:00","userId":1439,"lastUpdatedAt":"2024-09-11T13:58:50+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":953,"partnerId":670,"sendViaEmail":true,"email":"tom.de-wachter@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T13:59:14+00:00","acceptedAt":"2024-09-11T13:59:14+00:00","userId":1440,"lastUpdatedAt":"2024-09-11T13:59:14+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":954,"partnerId":670,"sendViaEmail":true,"email":"gert.haesaerts@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T13:59:35+00:00","acceptedAt":"2024-09-11T13:59:35+00:00","userId":1441,"lastUpdatedAt":"2024-09-11T13:59:35+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":957,"partnerId":670,"sendViaEmail":true,"email":"raymond.daems@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T14:10:54+00:00","acceptedAt":"2024-09-11T14:10:54+00:00","userId":1442,"lastUpdatedAt":"2024-09-11T14:10:54+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":958,"partnerId":670,"sendViaEmail":true,"email":"hans.de-schinckel@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T14:12:33+00:00","acceptedAt":"2024-09-11T14:12:33+00:00","userId":1443,"lastUpdatedAt":"2024-09-11T14:12:33+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":960,"partnerId":670,"sendViaEmail":true,"email":"kristel.goijens@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T14:14:21+00:00","acceptedAt":"2024-09-11T14:14:22+00:00","userId":1445,"lastUpdatedAt":"2024-09-11T14:14:21+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":961,"partnerId":670,"sendViaEmail":true,"email":"johan.kanters@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T14:15:17+00:00","acceptedAt":"2024-09-11T14:15:17+00:00","userId":1446,"lastUpdatedAt":"2024-09-11T14:15:17+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":962,"partnerId":670,"sendViaEmail":true,"email":"anne-marie.beemsterboer@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T14:15:39+00:00","acceptedAt":"2024-09-11T14:15:39+00:00","userId":1447,"lastUpdatedAt":"2024-09-11T14:15:39+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":964,"partnerId":240,"sendViaEmail":true,"email":"tommytimmermans@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-12T10:21:15+00:00","acceptedAt":"2024-09-12T10:21:15+00:00","userId":1450,"lastUpdatedAt":"2024-09-12T10:21:15+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":965,"partnerId":670,"sendViaEmail":true,"email":"Mehtap.mitil@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-12T10:55:28+00:00","acceptedAt":"2024-09-12T10:55:28+00:00","userId":1451,"lastUpdatedAt":"2024-09-12T10:55:28+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":968,"partnerId":720,"sendViaEmail":true,"email":"esengulb81@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-12T14:30:31+00:00","acceptedAt":"2024-09-12T14:30:31+00:00","userId":1452,"lastUpdatedAt":"2024-09-12T14:30:31+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":969,"partnerId":721,"sendViaEmail":true,"email":"dennis.delsael@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-13T07:51:22+00:00","acceptedAt":"2024-09-13T07:51:22+00:00","userId":1433,"lastUpdatedAt":"2024-09-13T07:51:22+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":970,"partnerId":722,"sendViaEmail":true,"email":"werner@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-09-13T08:10:05+00:00","acceptedAt":"2024-09-13T08:10:05+00:00","userId":1449,"lastUpdatedAt":"2024-09-23T07:46:04+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":971,"partnerId":514,"sendViaEmail":true,"email":"hr@konradinvest.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-17T08:54:04+00:00","acceptedAt":"2024-09-17T08:54:04+00:00","userId":1454,"lastUpdatedAt":"2024-09-17T08:54:04+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":974,"partnerId":731,"sendViaEmail":true,"email":"Baktiar.hasan@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-18T08:19:59+00:00","acceptedAt":"2024-09-18T08:19:59+00:00","userId":1457,"lastUpdatedAt":"2024-09-18T08:19:59+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":975,"partnerId":732,"sendViaEmail":true,"email":"sander@svcreatio.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-19T11:55:25+00:00","acceptedAt":"2024-09-19T11:55:25+00:00","userId":1458,"lastUpdatedAt":"2024-09-19T11:55:25+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":976,"partnerId":733,"sendViaEmail":true,"email":"Jo@duvall.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-24T09:34:23+00:00","acceptedAt":"2024-09-24T09:34:23+00:00","userId":1460,"lastUpdatedAt":"2024-09-24T09:34:23+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":977,"partnerId":581,"sendViaEmail":false,"email":"pieter.vanmechelen@imacar.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-09-27T10:55:25+00:00","acceptedAt":"2024-09-27T10:55:25+00:00","userId":1093,"lastUpdatedAt":"2024-09-27T10:55:25+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":978,"partnerId":20,"sendViaEmail":true,"email":"johan.vanwinkel@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-30T10:45:28+00:00","acceptedAt":"2024-09-30T10:45:28+00:00","userId":1483,"lastUpdatedAt":"2024-09-30T10:45:28+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":979,"partnerId":670,"sendViaEmail":true,"email":"mariska.van.der.velden@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-01T10:27:58+00:00","acceptedAt":"2024-10-01T10:27:59+00:00","userId":1485,"lastUpdatedAt":"2024-10-01T10:27:58+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":980,"partnerId":686,"sendViaEmail":false,"email":"erik@sanseninternational.tax","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-02T08:42:35+00:00","acceptedAt":"2024-10-02T08:42:35+00:00","userId":1487,"lastUpdatedAt":"2024-10-02T08:42:35+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":981,"partnerId":686,"sendViaEmail":false,"email":"gertjan@sanseninternational.tax","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-02T08:47:29+00:00","acceptedAt":"2024-10-02T08:47:29+00:00","userId":1488,"lastUpdatedAt":"2024-10-02T08:47:29+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":982,"partnerId":686,"sendViaEmail":false,"email":"charlotte@sanseninternational.tax","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-02T08:50:24+00:00","acceptedAt":"2024-10-02T08:50:24+00:00","userId":1489,"lastUpdatedAt":"2024-10-02T08:50:24+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":983,"partnerId":576,"sendViaEmail":false,"email":"miseurpatrick@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-07T12:29:20+00:00","acceptedAt":"2024-10-07T12:29:20+00:00","userId":1455,"lastUpdatedAt":"2024-10-07T12:29:20+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":985,"partnerId":670,"sendViaEmail":true,"email":"Kurt.schipman@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-08T12:47:57+00:00","acceptedAt":"2024-10-08T12:47:57+00:00","userId":1497,"lastUpdatedAt":"2024-10-08T12:47:57+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":987,"partnerId":260,"sendViaEmail":true,"email":"elsyvanbelle@curon.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-10T07:56:19+00:00","acceptedAt":"2024-10-10T07:56:19+00:00","userId":1500,"lastUpdatedAt":"2024-10-10T07:56:19+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":988,"partnerId":240,"sendViaEmail":true,"email":"dorienjanssens@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-10T08:14:09+00:00","acceptedAt":"2024-10-10T08:14:09+00:00","userId":1501,"lastUpdatedAt":"2024-10-10T08:14:09+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":989,"partnerId":240,"sendViaEmail":true,"email":"esmeethijs@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-10T09:04:01+00:00","acceptedAt":"2024-10-10T09:04:01+00:00","userId":1502,"lastUpdatedAt":"2024-10-10T09:04:01+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":990,"partnerId":240,"sendViaEmail":true,"email":"tinnebaijens@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-10T09:09:52+00:00","acceptedAt":"2024-10-10T09:09:52+00:00","userId":1503,"lastUpdatedAt":"2024-10-10T09:09:52+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":991,"partnerId":737,"sendViaEmail":false,"email":"thijs_lemmens@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-10-11T09:25:07+00:00","acceptedAt":"2024-10-11T09:25:07+00:00","userId":1499,"lastUpdatedAt":"2024-10-11T09:25:07+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":992,"partnerId":20,"sendViaEmail":true,"email":"Jonas.smolenaers@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-14T08:38:03+00:00","acceptedAt":"2024-10-14T08:38:03+00:00","userId":1517,"lastUpdatedAt":"2024-10-14T08:38:03+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":993,"partnerId":739,"sendViaEmail":true,"email":"info@vhbvba.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-14T09:05:32+00:00","acceptedAt":"2024-10-14T09:05:32+00:00","userId":1518,"lastUpdatedAt":"2024-10-14T09:05:32+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":994,"partnerId":514,"sendViaEmail":true,"email":"Anne-lise@desyndicus.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-14T10:32:18+00:00","acceptedAt":"2024-10-14T10:32:18+00:00","userId":1429,"lastUpdatedAt":"2024-10-14T10:32:18+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1004,"partnerId":670,"sendViaEmail":true,"email":"Marijke.achten@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-16T08:55:58+00:00","acceptedAt":"2024-10-16T08:55:58+00:00","userId":1530,"lastUpdatedAt":"2024-10-16T08:55:58+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1006,"partnerId":743,"sendViaEmail":true,"email":"guus.fluit@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-10-18T10:06:19+00:00","acceptedAt":"2024-10-18T10:06:19+00:00","userId":1532,"lastUpdatedAt":"2024-10-31T12:59:28+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1007,"partnerId":58,"sendViaEmail":true,"email":"m.vandermost@hesse-liganl.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-18T10:35:06+00:00","acceptedAt":"2024-10-18T10:35:06+00:00","userId":1533,"lastUpdatedAt":"2024-10-18T10:35:06+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1008,"partnerId":240,"sendViaEmail":true,"email":"kaatwauman@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-18T12:44:27+00:00","acceptedAt":"2024-10-18T12:44:27+00:00","userId":1534,"lastUpdatedAt":"2024-10-18T12:44:27+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1009,"partnerId":686,"sendViaEmail":true,"email":"vannieuwenhovedaan@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-21T09:19:15+00:00","acceptedAt":"2024-10-21T09:19:15+00:00","userId":1538,"lastUpdatedAt":"2024-10-21T09:19:15+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1014,"partnerId":734,"sendViaEmail":false,"email":"carl@woodfactory.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-28T11:50:49+00:00","acceptedAt":"2024-10-28T11:50:49+00:00","userId":1496,"lastUpdatedAt":"2024-10-28T11:50:49+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1017,"partnerId":754,"sendViaEmail":true,"email":"frederik.rotthier@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-28T15:50:48+00:00","acceptedAt":"2024-10-28T15:50:48+00:00","userId":1492,"lastUpdatedAt":"2024-10-28T15:50:48+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1018,"partnerId":753,"sendViaEmail":false,"email":"filip@al-vis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-31T12:02:32+00:00","acceptedAt":"2024-10-31T12:02:32+00:00","userId":1546,"lastUpdatedAt":"2024-10-31T12:02:32+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1019,"partnerId":752,"sendViaEmail":false,"email":"wim.vander_sande@kimchoc.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-31T12:54:02+00:00","acceptedAt":"2024-10-31T12:54:02+00:00","userId":1545,"lastUpdatedAt":"2024-10-31T12:54:02+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1020,"partnerId":742,"sendViaEmail":false,"email":"kurt_verstraelen@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-31T12:55:41+00:00","acceptedAt":"2024-10-31T12:55:41+00:00","userId":1531,"lastUpdatedAt":"2024-10-31T12:55:41+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1022,"partnerId":756,"sendViaEmail":true,"email":"janvannieuwenhuyse@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-04T08:45:56+00:00","acceptedAt":"2024-11-04T08:45:56+00:00","userId":1553,"lastUpdatedAt":"2024-11-04T08:45:56+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1024,"partnerId":758,"sendViaEmail":true,"email":"rachid.taouil@ameliotg.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-06T14:23:06+00:00","acceptedAt":"2024-11-06T14:23:06+00:00","userId":1558,"lastUpdatedAt":"2024-11-06T14:23:06+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1025,"partnerId":670,"sendViaEmail":true,"email":"steve.bogemans@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-07T08:57:50+00:00","acceptedAt":"2024-11-07T08:57:50+00:00","userId":1559,"lastUpdatedAt":"2024-11-07T08:57:50+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1027,"partnerId":760,"sendViaEmail":false,"email":"dirk@dtinvest.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-08T13:58:18+00:00","acceptedAt":"2024-11-08T13:58:18+00:00","userId":1560,"lastUpdatedAt":"2024-11-08T13:58:18+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1028,"partnerId":761,"sendViaEmail":true,"email":"slockdimitri0@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-12T11:09:23+00:00","acceptedAt":"2024-11-12T11:09:23+00:00","userId":1564,"lastUpdatedAt":"2024-11-12T11:09:23+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1029,"partnerId":752,"sendViaEmail":true,"email":"Ilke.Steyls@kimchoc.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-13T09:33:46+00:00","acceptedAt":"2024-11-13T09:33:46+00:00","userId":1569,"lastUpdatedAt":"2024-11-13T09:33:46+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1030,"partnerId":707,"sendViaEmail":true,"email":"hans_vandoninck@jabil.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-14T12:59:37+00:00","acceptedAt":"2024-11-14T12:59:37+00:00","userId":1572,"lastUpdatedAt":"2024-11-14T12:59:37+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1031,"partnerId":707,"sendViaEmail":true,"email":"gijs_vangansewinkel@jabil.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-14T13:47:28+00:00","acceptedAt":"2024-11-14T13:47:28+00:00","userId":1573,"lastUpdatedAt":"2024-11-14T13:47:28+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1032,"partnerId":762,"sendViaEmail":true,"email":"innovavista@outlook.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-14T14:40:23+00:00","acceptedAt":"2024-11-14T14:40:23+00:00","userId":1570,"lastUpdatedAt":"2024-11-14T14:40:23+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1034,"partnerId":763,"sendViaEmail":true,"email":"tine.maeyens@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-15T10:55:42+00:00","acceptedAt":"2024-11-15T10:55:43+00:00","userId":1579,"lastUpdatedAt":"2024-11-15T10:55:42+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1035,"partnerId":20,"sendViaEmail":true,"email":"thomas.machiels@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-15T11:43:33+00:00","acceptedAt":"2024-11-15T11:43:33+00:00","userId":1580,"lastUpdatedAt":"2024-11-15T11:43:33+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1036,"partnerId":764,"sendViaEmail":true,"email":"sven.saerens@eosworldwide.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-15T14:03:03+00:00","acceptedAt":"2024-11-15T14:03:03+00:00","userId":1582,"lastUpdatedAt":"2024-11-15T14:03:03+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1037,"partnerId":764,"sendViaEmail":true,"email":"tessa.bullekens1@eosworldwide.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-15T14:25:02+00:00","acceptedAt":"2024-11-15T14:25:02+00:00","userId":1583,"lastUpdatedAt":"2024-11-15T14:25:02+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1038,"partnerId":752,"sendViaEmail":true,"email":"anja.vos@kimchoc.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-18T09:06:21+00:00","acceptedAt":"2024-11-18T09:06:21+00:00","userId":1589,"lastUpdatedAt":"2024-11-18T09:06:21+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1039,"partnerId":752,"sendViaEmail":true,"email":"tine.nagels@kimchoc.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-18T09:21:19+00:00","acceptedAt":"2024-11-18T09:21:19+00:00","userId":1590,"lastUpdatedAt":"2024-11-18T09:21:19+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1040,"partnerId":752,"sendViaEmail":true,"email":"elaine.zhang@kimschoc.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-18T09:33:47+00:00","acceptedAt":"2024-11-18T09:33:47+00:00","userId":1591,"lastUpdatedAt":"2024-11-18T09:33:47+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1041,"partnerId":23,"sendViaEmail":false,"email":"Maaike@netcomsolutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-18T12:06:35+00:00","acceptedAt":"2024-11-18T12:06:35+00:00","userId":41,"lastUpdatedAt":"2024-11-18T12:06:35+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1042,"partnerId":765,"sendViaEmail":true,"email":"joris.beens@ddm.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-18T13:27:25+00:00","acceptedAt":"2024-11-18T13:27:25+00:00","userId":1592,"lastUpdatedAt":"2024-11-18T13:27:25+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1043,"partnerId":240,"sendViaEmail":true,"email":"danitza.serafimoff@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-19T09:21:21+00:00","acceptedAt":"2024-11-19T09:21:21+00:00","userId":1593,"lastUpdatedAt":"2024-11-19T09:21:21+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1048,"partnerId":581,"sendViaEmail":false,"email":"Niels.depauw@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-20T14:28:52+00:00","acceptedAt":"2024-11-20T14:28:52+00:00","userId":1598,"lastUpdatedAt":"2024-11-20T14:28:52+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1049,"partnerId":756,"sendViaEmail":true,"email":"jan.vannieuwenhuyse@guardiant-cyber.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-20T15:40:54+00:00","acceptedAt":"2024-11-20T15:40:54+00:00","userId":1599,"lastUpdatedAt":"2024-11-20T15:40:54+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1051,"partnerId":767,"sendViaEmail":true,"email":"geert.lowet@dastronic.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-25T08:55:42+00:00","acceptedAt":"2024-11-25T08:55:42+00:00","userId":1602,"lastUpdatedAt":"2024-11-25T08:55:42+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1052,"partnerId":670,"sendViaEmail":true,"email":"deo.nshimirimana@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-25T13:48:33+00:00","acceptedAt":"2024-11-25T13:48:33+00:00","userId":1603,"lastUpdatedAt":"2024-11-25T13:48:33+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1053,"partnerId":670,"sendViaEmail":true,"email":"elisa.ots@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-26T12:54:03+00:00","acceptedAt":"2024-11-26T12:54:03+00:00","userId":1604,"lastUpdatedAt":"2024-11-26T12:54:03+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1054,"partnerId":707,"sendViaEmail":true,"email":"mahmout_kocaslan@jabil.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-28T10:05:23+00:00","acceptedAt":"2024-11-28T10:05:23+00:00","userId":1606,"lastUpdatedAt":"2024-11-28T10:05:23+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1055,"partnerId":769,"sendViaEmail":true,"email":"xverbeeck@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-28T15:11:51+00:00","acceptedAt":"2024-11-28T15:11:51+00:00","userId":1608,"lastUpdatedAt":"2024-11-28T15:11:51+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1056,"partnerId":770,"sendViaEmail":true,"email":"badeschoolmeester@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-29T08:52:12+00:00","acceptedAt":"2024-11-29T08:52:12+00:00","userId":1605,"lastUpdatedAt":"2024-11-29T08:52:12+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1057,"partnerId":240,"sendViaEmail":true,"email":"hanneuten@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-29T11:38:52+00:00","acceptedAt":"2024-11-29T11:38:52+00:00","userId":1609,"lastUpdatedAt":"2024-11-29T11:38:52+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1058,"partnerId":771,"sendViaEmail":true,"email":"valerie.gorreux@ohme-ev.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-02T11:41:34+00:00","acceptedAt":"2024-12-02T11:41:34+00:00","userId":1617,"lastUpdatedAt":"2024-12-02T11:41:34+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1059,"partnerId":581,"sendViaEmail":true,"email":"Kim.vancant@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-02T13:58:48+00:00","acceptedAt":"2024-12-02T13:58:48+00:00","userId":1618,"lastUpdatedAt":"2024-12-02T13:58:48+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1061,"partnerId":20,"sendViaEmail":true,"email":"katz@live.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-03T11:32:15+00:00","acceptedAt":"2024-12-03T11:32:15+00:00","userId":1624,"lastUpdatedAt":"2024-12-03T11:32:15+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1062,"partnerId":670,"sendViaEmail":true,"email":"jean-luc.guerra@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-04T11:42:55+00:00","acceptedAt":"2024-12-04T11:42:55+00:00","userId":1627,"lastUpdatedAt":"2024-12-04T11:42:55+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1063,"partnerId":773,"sendViaEmail":true,"email":"pieter.bergez@telecom-makelaars.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-04T11:45:43+00:00","acceptedAt":"2024-12-04T11:45:43+00:00","userId":1484,"lastUpdatedAt":"2024-12-04T11:45:43+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1067,"partnerId":240,"sendViaEmail":true,"email":"isabeldecoessemaeker@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-05T15:35:55+00:00","acceptedAt":"2024-12-05T15:35:55+00:00","userId":1634,"lastUpdatedAt":"2024-12-05T15:35:55+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1068,"partnerId":670,"sendViaEmail":true,"email":"erik.delcon@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-06T13:27:49+00:00","acceptedAt":"2024-12-06T13:27:49+00:00","userId":1636,"lastUpdatedAt":"2024-12-06T13:27:49+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1069,"partnerId":775,"sendViaEmail":true,"email":"jan.desmaretz@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-09T11:16:35+00:00","acceptedAt":"2024-12-09T11:16:35+00:00","userId":1638,"lastUpdatedAt":"2024-12-09T11:16:35+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1070,"partnerId":777,"sendViaEmail":true,"email":"k.roelandt@lawstone.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-09T15:31:07+00:00","acceptedAt":"2024-12-09T15:31:07+00:00","userId":1641,"lastUpdatedAt":"2024-12-09T15:31:07+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1071,"partnerId":780,"sendViaEmail":true,"email":"Sandra.Eemans@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-11T10:30:40+00:00","acceptedAt":"2024-12-11T10:30:40+00:00","userId":1644,"lastUpdatedAt":"2024-12-11T10:30:40+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1072,"partnerId":779,"sendViaEmail":true,"email":"jargis_foaad@msn.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-11T10:32:51+00:00","acceptedAt":"2024-12-11T10:32:51+00:00","userId":1643,"lastUpdatedAt":"2024-12-11T10:32:51+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1074,"partnerId":781,"sendViaEmail":true,"email":"timothy_joseph@hotmail.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-11T13:29:29+00:00","acceptedAt":"2024-12-11T13:29:29+00:00","userId":1646,"lastUpdatedAt":"2024-12-11T13:29:29+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1076,"partnerId":766,"sendViaEmail":true,"email":"steven.neefs@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-13T12:06:44+00:00","acceptedAt":"2024-12-13T12:06:44+00:00","userId":1650,"lastUpdatedAt":"2024-12-13T12:06:44+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1077,"partnerId":766,"sendViaEmail":true,"email":"jan.devis@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-13T12:06:58+00:00","acceptedAt":"2024-12-13T12:06:58+00:00","userId":1596,"lastUpdatedAt":"2024-12-13T12:06:58+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1078,"partnerId":766,"sendViaEmail":true,"email":"pascal.bracke@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-13T12:07:12+00:00","acceptedAt":"2024-12-13T12:07:12+00:00","userId":1595,"lastUpdatedAt":"2024-12-13T12:07:12+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1079,"partnerId":642,"sendViaEmail":true,"email":"Dimitri.DePauw@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-13T12:10:01+00:00","acceptedAt":"2024-12-13T12:10:01+00:00","userId":1346,"lastUpdatedAt":"2024-12-13T12:10:01+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1080,"partnerId":642,"sendViaEmail":true,"email":"Stijn.Loyez@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-13T12:10:21+00:00","acceptedAt":"2024-12-13T12:10:21+00:00","userId":1290,"lastUpdatedAt":"2024-12-13T12:10:21+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1081,"partnerId":642,"sendViaEmail":true,"email":"pieter.vaneynde@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-13T12:10:38+00:00","acceptedAt":"2024-12-13T12:10:38+00:00","userId":1273,"lastUpdatedAt":"2024-12-13T12:10:38+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1082,"partnerId":240,"sendViaEmail":true,"email":"victordegroof@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-13T14:52:00+00:00","acceptedAt":"2024-12-13T14:52:00+00:00","userId":1652,"lastUpdatedAt":"2024-12-13T14:52:00+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1083,"partnerId":528,"sendViaEmail":true,"email":"yana@recruitrlab.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-16T12:59:38+00:00","acceptedAt":"2024-12-16T12:59:38+00:00","userId":1504,"lastUpdatedAt":"2024-12-16T12:59:38+00:00"}} 
[2025-07-17 18:52:27] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1084,"partnerId":784,"sendViaEmail":true,"email":"ignace.debreyne@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-16T15:13:40+00:00","acceptedAt":"2024-12-16T15:13:40+00:00","userId":1657,"lastUpdatedAt":"2024-12-16T15:13:40+00:00"}} 
[2025-07-17 18:52:28] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":1086,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"wouter.dewachter@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T13:46:43+00:00\",\"acceptedAt\":\"2024-12-18T13:46:43+00:00\",\"userId\":1666,\"lastUpdatedAt\":\"2024-12-18T13:46:43+00:00\"},{\"id\":1087,\"partnerId\":710,\"sendViaEmail\":true,\"email\":\"icm.interieur@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T14:16:28+00:00\",\"acceptedAt\":\"2024-12-18T14:16:28+00:00\",\"userId\":1418,\"lastUpdatedAt\":\"2024-12-18T14:16:28+00:00\"},{\"id\":1088,\"partnerId\":744,\"sendViaEmail\":true,\"email\":\"icm.interieur@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T14:18:34+00:00\",\"acceptedAt\":\"2024-12-18T14:18:34+00:00\",\"userId\":1418,\"lastUpdatedAt\":\"2024-12-18T14:18:34+00:00\"},{\"id\":1095,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"maarten.albrechts@HETBELANGVANLIMBURG.BE\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:11:55+00:00\",\"acceptedAt\":\"2024-12-18T16:11:55+00:00\",\"userId\":1668,\"lastUpdatedAt\":\"2024-12-18T16:11:55+00:00\"},{\"id\":1096,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"raoul.putzeys@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:11:56+00:00\",\"acceptedAt\":\"2024-12-18T16:11:56+00:00\",\"userId\":1669,\"lastUpdatedAt\":\"2024-12-18T16:11:56+00:00\"},{\"id\":1098,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Selien.Didden@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:11:59+00:00\",\"acceptedAt\":\"2024-12-18T16:11:59+00:00\",\"userId\":1671,\"lastUpdatedAt\":\"2024-12-18T16:11:59+00:00\"},{\"id\":1099,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"desta.rozendaal@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:01+00:00\",\"acceptedAt\":\"2024-12-18T16:12:01+00:00\",\"userId\":1672,\"lastUpdatedAt\":\"2024-12-18T16:12:01+00:00\"},{\"id\":1100,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"brecht.vandenbroucke@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:02+00:00\",\"acceptedAt\":\"2024-12-18T16:12:02+00:00\",\"userId\":1673,\"lastUpdatedAt\":\"2024-12-18T16:12:02+00:00\"},{\"id\":1101,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jolien.luyten@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:04+00:00\",\"acceptedAt\":\"2024-12-18T16:12:04+00:00\",\"userId\":1674,\"lastUpdatedAt\":\"2024-12-18T16:12:04+00:00\"},{\"id\":1102,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"raf.hermans@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:05+00:00\",\"acceptedAt\":\"2024-12-18T16:12:05+00:00\",\"userId\":1675,\"lastUpdatedAt\":\"2024-12-18T16:12:05+00:00\"},{\"id\":1103,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"lien.vandekerkhof@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:06+00:00\",\"acceptedAt\":\"2024-12-18T16:12:06+00:00\",\"userId\":1676,\"lastUpdatedAt\":\"2024-12-18T16:12:06+00:00\"},{\"id\":1104,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jan.engelen@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:08+00:00\",\"acceptedAt\":\"2024-12-18T16:12:08+00:00\",\"userId\":1677,\"lastUpdatedAt\":\"2024-12-18T16:12:08+00:00\"},{\"id\":1105,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"patricia.coenen@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:09+00:00\",\"acceptedAt\":\"2024-12-18T16:12:09+00:00\",\"userId\":1678,\"lastUpdatedAt\":\"2024-12-18T16:12:09+00:00\"},{\"id\":1107,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Pieter-Jan.Vermeersch@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:12+00:00\",\"acceptedAt\":\"2024-12-18T16:12:12+00:00\",\"userId\":1680,\"lastUpdatedAt\":\"2024-12-18T16:12:12+00:00\"},{\"id\":1109,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jelle.laenen@gazetvanantwerpen.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:15+00:00\",\"acceptedAt\":\"2024-12-18T16:12:15+00:00\",\"userId\":1682,\"lastUpdatedAt\":\"2024-12-18T16:12:15+00:00\"},{\"id\":1110,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Sam.Hayen@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:16+00:00\",\"acceptedAt\":\"2024-12-18T16:12:16+00:00\",\"userId\":1683,\"lastUpdatedAt\":\"2024-12-18T16:12:16+00:00\"},{\"id\":1111,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Mark.Troosters@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:17+00:00\",\"acceptedAt\":\"2024-12-18T16:12:17+00:00\",\"userId\":1684,\"lastUpdatedAt\":\"2024-12-18T16:12:17+00:00\"},{\"id\":1112,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jarit.taelman@gazetvanantwerpen.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:19+00:00\",\"acceptedAt\":\"2024-12-18T16:12:19+00:00\",\"userId\":1685,\"lastUpdatedAt\":\"2024-12-18T16:12:19+00:00\"},{\"id\":1113,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"peter.vervaet@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:20+00:00\",\"acceptedAt\":\"2024-12-18T16:12:20+00:00\",\"userId\":1686,\"lastUpdatedAt\":\"2024-12-18T16:12:20+00:00\"},{\"id\":1114,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Dries.Houben@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:22+00:00\",\"acceptedAt\":\"2024-12-18T16:12:22+00:00\",\"userId\":1687,\"lastUpdatedAt\":\"2024-12-18T16:12:22+00:00\"},{\"id\":1115,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"diandra.cascardo@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:23+00:00\",\"acceptedAt\":\"2024-12-18T16:12:23+00:00\",\"userId\":1688,\"lastUpdatedAt\":\"2024-12-18T16:12:23+00:00\"},{\"id\":1116,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"dennis.vangoethem@NIEUWSBLAD.BE\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:25+00:00\",\"acceptedAt\":\"2024-12-18T16:12:25+00:00\",\"userId\":1689,\"lastUpdatedAt\":\"2024-12-18T16:12:25+00:00\"},{\"id\":1117,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Julie.Devlieghere@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:26+00:00\",\"acceptedAt\":\"2024-12-18T16:12:26+00:00\",\"userId\":1690,\"lastUpdatedAt\":\"2024-12-18T16:12:26+00:00\"},{\"id\":1118,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Steve.Emons@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:27+00:00\",\"acceptedAt\":\"2024-12-18T16:12:27+00:00\",\"userId\":1691,\"lastUpdatedAt\":\"2024-12-18T16:12:27+00:00\"},{\"id\":1119,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Joost.Hanssen@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:29+00:00\",\"acceptedAt\":\"2024-12-18T16:12:29+00:00\",\"userId\":1692,\"lastUpdatedAt\":\"2024-12-18T16:12:29+00:00\"},{\"id\":1120,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"domien.brepoels@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:30+00:00\",\"acceptedAt\":\"2024-12-18T16:12:30+00:00\",\"userId\":1693,\"lastUpdatedAt\":\"2024-12-18T16:12:30+00:00\"},{\"id\":1123,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"ben.vanmol@coldsetprintingpartners.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:34+00:00\",\"acceptedAt\":\"2024-12-18T16:12:34+00:00\",\"userId\":1696,\"lastUpdatedAt\":\"2024-12-18T16:12:34+00:00\"},{\"id\":1124,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"laura.theys@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:36+00:00\",\"acceptedAt\":\"2024-12-18T16:12:36+00:00\",\"userId\":1697,\"lastUpdatedAt\":\"2024-12-18T16:12:36+00:00\"},{\"id\":1125,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"peter.derop@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:37+00:00\",\"acceptedAt\":\"2024-12-18T16:12:37+00:00\",\"userId\":1698,\"lastUpdatedAt\":\"2024-12-18T16:12:37+00:00\"},{\"id\":1126,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Johan.Bonne@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:38+00:00\",\"acceptedAt\":\"2024-12-18T16:12:38+00:00\",\"userId\":1699,\"lastUpdatedAt\":\"2024-12-18T16:12:38+00:00\"},{\"id\":1127,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"karl.bollaerts@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T10:32:10+00:00\",\"acceptedAt\":\"2024-12-20T10:32:10+00:00\",\"userId\":1702,\"lastUpdatedAt\":\"2024-12-20T10:32:10+00:00\"},{\"id\":1128,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"Gunther.Pittomvils@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T11:22:44+00:00\",\"acceptedAt\":\"2024-12-20T11:22:44+00:00\",\"userId\":1704,\"lastUpdatedAt\":\"2024-12-20T11:22:44+00:00\"},{\"id\":1129,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Petra.Asche@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:53+00:00\",\"acceptedAt\":\"2024-12-20T12:53:53+00:00\",\"userId\":1705,\"lastUpdatedAt\":\"2024-12-20T12:53:53+00:00\"},{\"id\":1130,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Sabine.Brans@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:55+00:00\",\"acceptedAt\":\"2024-12-20T12:53:55+00:00\",\"userId\":1706,\"lastUpdatedAt\":\"2024-12-20T12:53:55+00:00\"},{\"id\":1131,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jana.brusten@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:56+00:00\",\"acceptedAt\":\"2024-12-20T12:53:56+00:00\",\"userId\":1707,\"lastUpdatedAt\":\"2024-12-20T12:53:56+00:00\"},{\"id\":1132,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Angela.bruyns@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:57+00:00\",\"acceptedAt\":\"2024-12-20T12:53:57+00:00\",\"userId\":1708,\"lastUpdatedAt\":\"2024-12-20T12:53:57+00:00\"},{\"id\":1133,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"guido.cloostermans@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:58+00:00\",\"acceptedAt\":\"2024-12-20T12:53:58+00:00\",\"userId\":1709,\"lastUpdatedAt\":\"2024-12-20T12:53:58+00:00\"},{\"id\":1134,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"wim.conings@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:59+00:00\",\"acceptedAt\":\"2024-12-20T12:53:59+00:00\",\"userId\":1710,\"lastUpdatedAt\":\"2024-12-20T12:53:59+00:00\"},{\"id\":1135,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Simon.Fallon-Kund@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:01+00:00\",\"acceptedAt\":\"2024-12-20T12:54:01+00:00\",\"userId\":1711,\"lastUpdatedAt\":\"2024-12-20T12:54:01+00:00\"},{\"id\":1136,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"sara.louage@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:02+00:00\",\"acceptedAt\":\"2024-12-20T12:54:02+00:00\",\"userId\":1712,\"lastUpdatedAt\":\"2024-12-20T12:54:02+00:00\"},{\"id\":1137,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"alanis.michiels@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:03+00:00\",\"acceptedAt\":\"2024-12-20T12:54:03+00:00\",\"userId\":1713,\"lastUpdatedAt\":\"2024-12-20T12:54:03+00:00\"},{\"id\":1138,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"bram.moors@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:04+00:00\",\"acceptedAt\":\"2024-12-20T12:54:04+00:00\",\"userId\":1714,\"lastUpdatedAt\":\"2024-12-20T12:54:04+00:00\"},{\"id\":1139,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"kato.poelmans@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:05+00:00\",\"acceptedAt\":\"2024-12-20T12:54:05+00:00\",\"userId\":1715,\"lastUpdatedAt\":\"2024-12-20T12:54:05+00:00\"},{\"id\":1140,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"dominick.rombouts@gazetvanantwerpen.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:07+00:00\",\"acceptedAt\":\"2024-12-20T12:54:07+00:00\",\"userId\":1716,\"lastUpdatedAt\":\"2024-12-20T12:54:07+00:00\"},{\"id\":1141,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"evelien.theunissen@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:08+00:00\",\"acceptedAt\":\"2024-12-20T12:54:08+00:00\",\"userId\":1717,\"lastUpdatedAt\":\"2024-12-20T12:54:08+00:00\"},{\"id\":1142,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"christel.touriany@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:09+00:00\",\"acceptedAt\":\"2024-12-20T12:54:09+00:00\",\"userId\":1718,\"lastUpdatedAt\":\"2024-12-20T12:54:09+00:00\"},{\"id\":1143,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"christof.willocx@gazetvanantwerpen.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:11+00:00\",\"acceptedAt\":\"2024-12-20T12:54:11+00:00\",\"userId\":1719,\"lastUpdatedAt\":\"2024-12-20T12:54:11+00:00\"},{\"id\":1144,\"partnerId\":776,\"sendViaEmail\":false,\"email\":\"bruno.cleeren@jaspers.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-24T09:29:22+00:00\",\"acceptedAt\":\"2024-12-24T09:29:23+00:00\",\"userId\":1640,\"lastUpdatedAt\":\"2024-12-24T09:29:22+00:00\"},{\"id\":1147,\"partnerId\":323,\"sendViaEmail\":false,\"email\":\"valerie.huwaert@beclinic.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-24T13:39:23+00:00\",\"acceptedAt\":\"2024-12-24T13:39:23+00:00\",\"userId\":1726,\"lastUpdatedAt\":\"2024-12-24T13:39:23+00:00\"},{\"id\":1148,\"partnerId\":323,\"sendViaEmail\":true,\"email\":\"maite.czupper@beclinic.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-24T13:39:51+00:00\",\"acceptedAt\":\"2024-12-24T13:39:51+00:00\",\"userId\":1725,\"lastUpdatedAt\":\"2024-12-24T13:39:51+00:00\"},{\"id\":1149,\"partnerId\":756,\"sendViaEmail\":false,\"email\":\"thomas.knoops@guardiant-cyber.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-06T08:30:53+00:00\",\"acceptedAt\":\"2025-01-06T08:30:53+00:00\",\"userId\":1757,\"lastUpdatedAt\":\"2025-01-06T08:30:53+00:00\"},{\"id\":1150,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"Jonas.gevaert@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-06T15:57:16+00:00\",\"acceptedAt\":\"2025-01-06T15:57:16+00:00\",\"userId\":1758,\"lastUpdatedAt\":\"2025-01-24T16:26:46+00:00\"},{\"id\":1151,\"partnerId\":776,\"sendViaEmail\":false,\"email\":\"transshopinvest@jaspers.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-06T16:26:32+00:00\",\"acceptedAt\":\"2025-01-06T16:26:32+00:00\",\"userId\":1759,\"lastUpdatedAt\":\"2025-01-06T16:26:32+00:00\"},{\"id\":1154,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"marc.dierickx@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-08T09:31:45+00:00\",\"acceptedAt\":\"2025-01-08T09:31:45+00:00\",\"userId\":1768,\"lastUpdatedAt\":\"2025-01-08T09:31:45+00:00\"},{\"id\":1155,\"partnerId\":765,\"sendViaEmail\":true,\"email\":\"ap510@ddm.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-08T11:38:03+00:00\",\"acceptedAt\":\"2025-01-08T11:38:03+00:00\",\"userId\":1762,\"lastUpdatedAt\":\"2025-01-08T11:38:03+00:00\"},{\"id\":1156,\"partnerId\":788,\"sendViaEmail\":true,\"email\":\"leslie.willaert@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-08T16:28:37+00:00\",\"acceptedAt\":\"2025-01-08T16:28:37+00:00\",\"userId\":1635,\"lastUpdatedAt\":\"2025-01-08T16:28:37+00:00\"},{\"id\":1157,\"partnerId\":788,\"sendViaEmail\":true,\"email\":\"karlgoossens@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-09T10:35:47+00:00\",\"acceptedAt\":\"2025-01-09T10:35:47+00:00\",\"userId\":1654,\"lastUpdatedAt\":\"2025-01-09T10:35:47+00:00\"},{\"id\":1158,\"partnerId\":788,\"sendViaEmail\":true,\"email\":\"Ludwig.devos@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-09T10:45:28+00:00\",\"acceptedAt\":\"2025-01-09T10:45:28+00:00\",\"userId\":1776,\"lastUpdatedAt\":\"2025-01-09T10:45:28+00:00\"},{\"id\":1159,\"partnerId\":789,\"sendViaEmail\":true,\"email\":\"bram.merckx@adsanddata.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-09T16:53:28+00:00\",\"acceptedAt\":\"2025-01-09T16:53:28+00:00\",\"userId\":1778,\"lastUpdatedAt\":\"2025-01-09T16:53:28+00:00\"},{\"id\":1160,\"partnerId\":576,\"sendViaEmail\":false,\"email\":\"thomas.greeve@polygongroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T10:58:15+00:00\",\"acceptedAt\":\"2025-01-10T10:58:15+00:00\",\"userId\":1594,\"lastUpdatedAt\":\"2025-01-10T10:58:15+00:00\"},{\"id\":1161,\"partnerId\":790,\"sendViaEmail\":true,\"email\":\"johan.triekels@coldsetprintingpartners.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T11:53:21+00:00\",\"acceptedAt\":\"2025-01-10T11:53:21+00:00\",\"userId\":1780,\"lastUpdatedAt\":\"2025-01-10T11:53:21+00:00\"},{\"id\":1162,\"partnerId\":790,\"sendViaEmail\":true,\"email\":\"wim.tuyaerts@coldsetprintingpartners.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T11:54:16+00:00\",\"acceptedAt\":\"2025-01-10T11:54:16+00:00\",\"userId\":1781,\"lastUpdatedAt\":\"2025-01-10T11:54:16+00:00\"},{\"id\":1163,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"bovanhecke@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T13:59:22+00:00\",\"acceptedAt\":\"2025-01-10T13:59:23+00:00\",\"userId\":1783,\"lastUpdatedAt\":\"2025-01-10T13:59:22+00:00\"},{\"id\":1164,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"lunavandevelde@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T14:08:14+00:00\",\"acceptedAt\":\"2025-01-10T14:08:14+00:00\",\"userId\":1784,\"lastUpdatedAt\":\"2025-01-10T14:08:14+00:00\"},{\"id\":1165,\"partnerId\":791,\"sendViaEmail\":false,\"email\":\"hanane.akoudad@jobat.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T14:36:08+00:00\",\"acceptedAt\":\"2025-01-10T14:36:08+00:00\",\"userId\":1694,\"lastUpdatedAt\":\"2025-01-10T14:36:08+00:00\"},{\"id\":1166,\"partnerId\":791,\"sendViaEmail\":true,\"email\":\"esther.daneels@jobat.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T14:37:58+00:00\",\"acceptedAt\":\"2025-01-10T14:37:58+00:00\",\"userId\":1785,\"lastUpdatedAt\":\"2025-01-10T14:37:58+00:00\"},{\"id\":1167,\"partnerId\":791,\"sendViaEmail\":false,\"email\":\"sien.gaens@jobat.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T14:47:27+00:00\",\"acceptedAt\":\"2025-01-10T14:47:27+00:00\",\"userId\":1786,\"lastUpdatedAt\":\"2025-01-10T14:47:27+00:00\"},{\"id\":1168,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"liesbeth.boel@nieuwsblad.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T16:58:44+00:00\",\"acceptedAt\":\"2025-01-10T16:58:44+00:00\",\"userId\":1787,\"lastUpdatedAt\":\"2025-01-10T16:58:44+00:00\"},{\"id\":1169,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"nele.coune@hetbelangvanlimburg.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T17:07:15+00:00\",\"acceptedAt\":\"2025-01-10T17:07:15+00:00\",\"userId\":1788,\"lastUpdatedAt\":\"2025-01-10T17:07:15+00:00\"},{\"id\":1170,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"karljan.maes@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-11T07:45:36+00:00\",\"acceptedAt\":\"2025-01-11T07:45:36+00:00\",\"userId\":1789,\"lastUpdatedAt\":\"2025-01-11T07:45:36+00:00\"},{\"id\":1171,\"partnerId\":788,\"sendViaEmail\":true,\"email\":\"angelique.gevaert@hedinautomotive.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-13T11:47:45+00:00\",\"acceptedAt\":\"2025-01-13T11:47:45+00:00\",\"userId\":1792,\"lastUpdatedAt\":\"2025-01-13T11:47:45+00:00\"},{\"id\":1172,\"partnerId\":788,\"sendViaEmail\":false,\"email\":\"joerivanmelkebeke@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-14T14:56:39+00:00\",\"acceptedAt\":\"2025-01-14T14:56:39+00:00\",\"userId\":1794,\"lastUpdatedAt\":\"2025-01-14T14:56:39+00:00\"},{\"id\":1173,\"partnerId\":8,\"sendViaEmail\":true,\"email\":\"nareshbase667@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-15T06:18:24+00:00\",\"acceptedAt\":\"2025-01-15T06:18:24+00:00\",\"userId\":1343,\"lastUpdatedAt\":\"2025-01-15T06:18:24+00:00\"},{\"id\":1174,\"partnerId\":765,\"sendViaEmail\":false,\"email\":\"Jonathan.Vazquez@ddm.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-15T13:55:02+00:00\",\"acceptedAt\":\"2025-01-15T13:55:02+00:00\",\"userId\":1760,\"lastUpdatedAt\":\"2025-01-15T13:55:02+00:00\"},{\"id\":1176,\"partnerId\":8,\"sendViaEmail\":true,\"email\":\"kranil7701@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T07:16:17+00:00\",\"acceptedAt\":\"2025-01-16T07:16:17+00:00\",\"userId\":1767,\"lastUpdatedAt\":\"2025-01-16T07:16:17+00:00\"},{\"id\":1189,\"partnerId\":69,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T09:47:37+00:00\",\"acceptedAt\":\"2025-01-16T09:47:37+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-16T09:47:37+00:00\"},{\"id\":1190,\"partnerId\":262,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T10:14:23+00:00\",\"acceptedAt\":\"2025-01-16T10:14:23+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-16T10:14:23+00:00\"},{\"id\":1191,\"partnerId\":118,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T10:26:45+00:00\",\"acceptedAt\":\"2025-01-16T10:26:45+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-16T10:26:45+00:00\"},{\"id\":1193,\"partnerId\":256,\"sendViaEmail\":true,\"email\":\"kranil7701@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T10:37:07+00:00\",\"acceptedAt\":\"2025-01-16T10:37:07+00:00\",\"userId\":1767,\"lastUpdatedAt\":\"2025-01-16T10:37:07+00:00\"},{\"id\":1194,\"partnerId\":256,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T10:38:16+00:00\",\"acceptedAt\":\"2025-01-16T10:38:16+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-16T10:38:16+00:00\"},{\"id\":1195,\"partnerId\":70,\"sendViaEmail\":true,\"email\":\"John.appleseed@ampeco.global\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-17T03:01:47+00:00\",\"acceptedAt\":\"2025-01-17T03:01:47+00:00\",\"userId\":1,\"lastUpdatedAt\":\"2025-01-17T03:01:47+00:00\"},{\"id\":1196,\"partnerId\":70,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-17T03:47:31+00:00\",\"acceptedAt\":\"2025-01-17T03:47:31+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-17T03:47:31+00:00\"},{\"id\":1197,\"partnerId\":793,\"sendViaEmail\":true,\"email\":\"jess@allvisual.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-17T15:45:29+00:00\",\"acceptedAt\":\"2025-01-17T15:45:29+00:00\",\"userId\":1805,\"lastUpdatedAt\":\"2025-01-17T15:45:29+00:00\"},{\"id\":1198,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"bastia.vandenbulck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-20T14:27:54+00:00\",\"acceptedAt\":\"2025-01-20T14:27:54+00:00\",\"userId\":1808,\"lastUpdatedAt\":\"2025-01-20T14:27:54+00:00\"},{\"id\":1199,\"partnerId\":752,\"sendViaEmail\":false,\"email\":\"Pascale.Smets@kimchoc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-20T15:15:55+00:00\",\"acceptedAt\":\"2025-01-20T15:15:55+00:00\",\"userId\":1703,\"lastUpdatedAt\":\"2025-01-20T15:15:55+00:00\"},{\"id\":1200,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"robbe@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-20T16:00:30+00:00\",\"acceptedAt\":\"2025-01-20T16:00:30+00:00\",\"userId\":1207,\"lastUpdatedAt\":\"2025-01-20T16:00:30+00:00\"},{\"id\":1201,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"ismael.temsamani@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T11:33:22+00:00\",\"acceptedAt\":\"2025-01-22T11:33:22+00:00\",\"userId\":1810,\"lastUpdatedAt\":\"2025-01-22T11:33:22+00:00\"},{\"id\":1202,\"partnerId\":795,\"sendViaEmail\":false,\"email\":\"annemie@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T11:59:04+00:00\",\"acceptedAt\":\"2025-01-22T11:59:04+00:00\",\"userId\":1507,\"lastUpdatedAt\":\"2025-01-22T11:59:04+00:00\"},{\"id\":1203,\"partnerId\":795,\"sendViaEmail\":false,\"email\":\"charona@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T12:00:10+00:00\",\"acceptedAt\":\"2025-01-22T12:00:10+00:00\",\"userId\":1505,\"lastUpdatedAt\":\"2025-01-22T12:00:10+00:00\"},{\"id\":1204,\"partnerId\":795,\"sendViaEmail\":false,\"email\":\"Lynn@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T12:01:16+00:00\",\"acceptedAt\":\"2025-01-22T12:01:16+00:00\",\"userId\":1662,\"lastUpdatedAt\":\"2025-01-22T12:01:16+00:00\"},{\"id\":1205,\"partnerId\":795,\"sendViaEmail\":false,\"email\":\"michael@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T12:02:00+00:00\",\"acceptedAt\":\"2025-01-22T12:02:00+00:00\",\"userId\":1506,\"lastUpdatedAt\":\"2025-01-22T12:02:00+00:00\"},{\"id\":1206,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"mark.maerevoet@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T16:51:09+00:00\",\"acceptedAt\":\"2025-01-22T16:51:09+00:00\",\"userId\":1814,\"lastUpdatedAt\":\"2025-01-22T16:51:09+00:00\"},{\"id\":1207,\"partnerId\":796,\"sendViaEmail\":true,\"email\":\"Ewoud@advocaatdevidts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-23T10:15:46+00:00\",\"acceptedAt\":\"2025-01-23T10:15:46+00:00\",\"userId\":1816,\"lastUpdatedAt\":\"2025-01-23T10:15:46+00:00\"},{\"id\":1209,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ben.daems@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-23T16:07:57+00:00\",\"acceptedAt\":\"2025-01-23T16:07:57+00:00\",\"userId\":1818,\"lastUpdatedAt\":\"2025-01-23T16:07:57+00:00\"},{\"id\":1210,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"ronald.van.zijp@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-24T10:22:21+00:00\",\"acceptedAt\":\"2025-01-24T10:22:21+00:00\",\"userId\":1821,\"lastUpdatedAt\":\"2025-01-24T10:22:21+00:00\"},{\"id\":1211,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"michelelemmens@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-27T12:53:19+00:00\",\"acceptedAt\":\"2025-01-27T12:53:19+00:00\",\"userId\":1830,\"lastUpdatedAt\":\"2025-01-27T12:53:19+00:00\"},{\"id\":1212,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"koos.van-de-loo@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-27T15:54:45+00:00\",\"acceptedAt\":\"2025-01-27T15:54:45+00:00\",\"userId\":1831,\"lastUpdatedAt\":\"2025-01-27T15:54:45+00:00\"},{\"id\":1213,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"marco.van-rosmalen@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-27T16:05:58+00:00\",\"acceptedAt\":\"2025-01-27T16:05:58+00:00\",\"userId\":1832,\"lastUpdatedAt\":\"2025-01-27T16:05:58+00:00\"},{\"id\":1214,\"partnerId\":798,\"sendViaEmail\":false,\"email\":\"benoit@bveinternational.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-28T10:57:11+00:00\",\"acceptedAt\":\"2025-01-28T10:57:11+00:00\",\"userId\":734,\"lastUpdatedAt\":\"2025-01-28T10:57:11+00:00\"},{\"id\":1215,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"margauxdescan@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-29T15:30:29+00:00\",\"acceptedAt\":\"2025-01-29T15:30:29+00:00\",\"userId\":1837,\"lastUpdatedAt\":\"2025-01-29T15:30:29+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\"},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":900,\"total\":1122}}"} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1086,"partnerId":780,"sendViaEmail":true,"email":"wouter.dewachter@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T13:46:43+00:00","acceptedAt":"2024-12-18T13:46:43+00:00","userId":1666,"lastUpdatedAt":"2024-12-18T13:46:43+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1087,"partnerId":710,"sendViaEmail":true,"email":"icm.interieur@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-18T14:16:28+00:00","acceptedAt":"2024-12-18T14:16:28+00:00","userId":1418,"lastUpdatedAt":"2024-12-18T14:16:28+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1088,"partnerId":744,"sendViaEmail":true,"email":"icm.interieur@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-18T14:18:34+00:00","acceptedAt":"2024-12-18T14:18:34+00:00","userId":1418,"lastUpdatedAt":"2024-12-18T14:18:34+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1095,"partnerId":780,"sendViaEmail":true,"email":"maarten.albrechts@HETBELANGVANLIMBURG.BE","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:11:55+00:00","acceptedAt":"2024-12-18T16:11:55+00:00","userId":1668,"lastUpdatedAt":"2024-12-18T16:11:55+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1096,"partnerId":780,"sendViaEmail":true,"email":"raoul.putzeys@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:11:56+00:00","acceptedAt":"2024-12-18T16:11:56+00:00","userId":1669,"lastUpdatedAt":"2024-12-18T16:11:56+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1098,"partnerId":780,"sendViaEmail":true,"email":"Selien.Didden@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:11:59+00:00","acceptedAt":"2024-12-18T16:11:59+00:00","userId":1671,"lastUpdatedAt":"2024-12-18T16:11:59+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1099,"partnerId":780,"sendViaEmail":true,"email":"desta.rozendaal@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:01+00:00","acceptedAt":"2024-12-18T16:12:01+00:00","userId":1672,"lastUpdatedAt":"2024-12-18T16:12:01+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1100,"partnerId":780,"sendViaEmail":true,"email":"brecht.vandenbroucke@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:02+00:00","acceptedAt":"2024-12-18T16:12:02+00:00","userId":1673,"lastUpdatedAt":"2024-12-18T16:12:02+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1101,"partnerId":780,"sendViaEmail":true,"email":"jolien.luyten@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:04+00:00","acceptedAt":"2024-12-18T16:12:04+00:00","userId":1674,"lastUpdatedAt":"2024-12-18T16:12:04+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1102,"partnerId":780,"sendViaEmail":true,"email":"raf.hermans@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:05+00:00","acceptedAt":"2024-12-18T16:12:05+00:00","userId":1675,"lastUpdatedAt":"2024-12-18T16:12:05+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1103,"partnerId":780,"sendViaEmail":true,"email":"lien.vandekerkhof@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:06+00:00","acceptedAt":"2024-12-18T16:12:06+00:00","userId":1676,"lastUpdatedAt":"2024-12-18T16:12:06+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1104,"partnerId":780,"sendViaEmail":true,"email":"jan.engelen@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:08+00:00","acceptedAt":"2024-12-18T16:12:08+00:00","userId":1677,"lastUpdatedAt":"2024-12-18T16:12:08+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1105,"partnerId":780,"sendViaEmail":true,"email":"patricia.coenen@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:09+00:00","acceptedAt":"2024-12-18T16:12:09+00:00","userId":1678,"lastUpdatedAt":"2024-12-18T16:12:09+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1107,"partnerId":780,"sendViaEmail":true,"email":"Pieter-Jan.Vermeersch@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:12+00:00","acceptedAt":"2024-12-18T16:12:12+00:00","userId":1680,"lastUpdatedAt":"2024-12-18T16:12:12+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1109,"partnerId":780,"sendViaEmail":true,"email":"jelle.laenen@gazetvanantwerpen.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:15+00:00","acceptedAt":"2024-12-18T16:12:15+00:00","userId":1682,"lastUpdatedAt":"2024-12-18T16:12:15+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1110,"partnerId":780,"sendViaEmail":true,"email":"Sam.Hayen@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:16+00:00","acceptedAt":"2024-12-18T16:12:16+00:00","userId":1683,"lastUpdatedAt":"2024-12-18T16:12:16+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1111,"partnerId":780,"sendViaEmail":true,"email":"Mark.Troosters@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:17+00:00","acceptedAt":"2024-12-18T16:12:17+00:00","userId":1684,"lastUpdatedAt":"2024-12-18T16:12:17+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1112,"partnerId":780,"sendViaEmail":true,"email":"jarit.taelman@gazetvanantwerpen.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:19+00:00","acceptedAt":"2024-12-18T16:12:19+00:00","userId":1685,"lastUpdatedAt":"2024-12-18T16:12:19+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1113,"partnerId":780,"sendViaEmail":true,"email":"peter.vervaet@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:20+00:00","acceptedAt":"2024-12-18T16:12:20+00:00","userId":1686,"lastUpdatedAt":"2024-12-18T16:12:20+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1114,"partnerId":780,"sendViaEmail":true,"email":"Dries.Houben@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:22+00:00","acceptedAt":"2024-12-18T16:12:22+00:00","userId":1687,"lastUpdatedAt":"2024-12-18T16:12:22+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1115,"partnerId":780,"sendViaEmail":true,"email":"diandra.cascardo@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:23+00:00","acceptedAt":"2024-12-18T16:12:23+00:00","userId":1688,"lastUpdatedAt":"2024-12-18T16:12:23+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1116,"partnerId":780,"sendViaEmail":true,"email":"dennis.vangoethem@NIEUWSBLAD.BE","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:25+00:00","acceptedAt":"2024-12-18T16:12:25+00:00","userId":1689,"lastUpdatedAt":"2024-12-18T16:12:25+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1117,"partnerId":780,"sendViaEmail":true,"email":"Julie.Devlieghere@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:26+00:00","acceptedAt":"2024-12-18T16:12:26+00:00","userId":1690,"lastUpdatedAt":"2024-12-18T16:12:26+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1118,"partnerId":780,"sendViaEmail":true,"email":"Steve.Emons@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:27+00:00","acceptedAt":"2024-12-18T16:12:27+00:00","userId":1691,"lastUpdatedAt":"2024-12-18T16:12:27+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1119,"partnerId":780,"sendViaEmail":true,"email":"Joost.Hanssen@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:29+00:00","acceptedAt":"2024-12-18T16:12:29+00:00","userId":1692,"lastUpdatedAt":"2024-12-18T16:12:29+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1120,"partnerId":780,"sendViaEmail":true,"email":"domien.brepoels@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:30+00:00","acceptedAt":"2024-12-18T16:12:30+00:00","userId":1693,"lastUpdatedAt":"2024-12-18T16:12:30+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1123,"partnerId":780,"sendViaEmail":true,"email":"ben.vanmol@coldsetprintingpartners.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:34+00:00","acceptedAt":"2024-12-18T16:12:34+00:00","userId":1696,"lastUpdatedAt":"2024-12-18T16:12:34+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1124,"partnerId":780,"sendViaEmail":true,"email":"laura.theys@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:36+00:00","acceptedAt":"2024-12-18T16:12:36+00:00","userId":1697,"lastUpdatedAt":"2024-12-18T16:12:36+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1125,"partnerId":780,"sendViaEmail":true,"email":"peter.derop@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:37+00:00","acceptedAt":"2024-12-18T16:12:37+00:00","userId":1698,"lastUpdatedAt":"2024-12-18T16:12:37+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1126,"partnerId":780,"sendViaEmail":true,"email":"Johan.Bonne@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:38+00:00","acceptedAt":"2024-12-18T16:12:38+00:00","userId":1699,"lastUpdatedAt":"2024-12-18T16:12:38+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1127,"partnerId":752,"sendViaEmail":true,"email":"karl.bollaerts@kimchoc.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-20T10:32:10+00:00","acceptedAt":"2024-12-20T10:32:10+00:00","userId":1702,"lastUpdatedAt":"2024-12-20T10:32:10+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1128,"partnerId":752,"sendViaEmail":true,"email":"Gunther.Pittomvils@kimchoc.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-20T11:22:44+00:00","acceptedAt":"2024-12-20T11:22:44+00:00","userId":1704,"lastUpdatedAt":"2024-12-20T11:22:44+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1129,"partnerId":780,"sendViaEmail":true,"email":"Petra.Asche@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:53:53+00:00","acceptedAt":"2024-12-20T12:53:53+00:00","userId":1705,"lastUpdatedAt":"2024-12-20T12:53:53+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1130,"partnerId":780,"sendViaEmail":true,"email":"Sabine.Brans@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:53:55+00:00","acceptedAt":"2024-12-20T12:53:55+00:00","userId":1706,"lastUpdatedAt":"2024-12-20T12:53:55+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1131,"partnerId":780,"sendViaEmail":true,"email":"jana.brusten@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:53:56+00:00","acceptedAt":"2024-12-20T12:53:56+00:00","userId":1707,"lastUpdatedAt":"2024-12-20T12:53:56+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1132,"partnerId":780,"sendViaEmail":true,"email":"Angela.bruyns@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:53:57+00:00","acceptedAt":"2024-12-20T12:53:57+00:00","userId":1708,"lastUpdatedAt":"2024-12-20T12:53:57+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1133,"partnerId":780,"sendViaEmail":true,"email":"guido.cloostermans@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:53:58+00:00","acceptedAt":"2024-12-20T12:53:58+00:00","userId":1709,"lastUpdatedAt":"2024-12-20T12:53:58+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1134,"partnerId":780,"sendViaEmail":true,"email":"wim.conings@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:53:59+00:00","acceptedAt":"2024-12-20T12:53:59+00:00","userId":1710,"lastUpdatedAt":"2024-12-20T12:53:59+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1135,"partnerId":780,"sendViaEmail":true,"email":"Simon.Fallon-Kund@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:01+00:00","acceptedAt":"2024-12-20T12:54:01+00:00","userId":1711,"lastUpdatedAt":"2024-12-20T12:54:01+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1136,"partnerId":780,"sendViaEmail":true,"email":"sara.louage@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:02+00:00","acceptedAt":"2024-12-20T12:54:02+00:00","userId":1712,"lastUpdatedAt":"2024-12-20T12:54:02+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1137,"partnerId":780,"sendViaEmail":true,"email":"alanis.michiels@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:03+00:00","acceptedAt":"2024-12-20T12:54:03+00:00","userId":1713,"lastUpdatedAt":"2024-12-20T12:54:03+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1138,"partnerId":780,"sendViaEmail":true,"email":"bram.moors@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:04+00:00","acceptedAt":"2024-12-20T12:54:04+00:00","userId":1714,"lastUpdatedAt":"2024-12-20T12:54:04+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1139,"partnerId":780,"sendViaEmail":true,"email":"kato.poelmans@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:05+00:00","acceptedAt":"2024-12-20T12:54:05+00:00","userId":1715,"lastUpdatedAt":"2024-12-20T12:54:05+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1140,"partnerId":780,"sendViaEmail":true,"email":"dominick.rombouts@gazetvanantwerpen.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:07+00:00","acceptedAt":"2024-12-20T12:54:07+00:00","userId":1716,"lastUpdatedAt":"2024-12-20T12:54:07+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1141,"partnerId":780,"sendViaEmail":true,"email":"evelien.theunissen@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:08+00:00","acceptedAt":"2024-12-20T12:54:08+00:00","userId":1717,"lastUpdatedAt":"2024-12-20T12:54:08+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1142,"partnerId":780,"sendViaEmail":true,"email":"christel.touriany@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:09+00:00","acceptedAt":"2024-12-20T12:54:09+00:00","userId":1718,"lastUpdatedAt":"2024-12-20T12:54:09+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1143,"partnerId":780,"sendViaEmail":true,"email":"christof.willocx@gazetvanantwerpen.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:11+00:00","acceptedAt":"2024-12-20T12:54:11+00:00","userId":1719,"lastUpdatedAt":"2024-12-20T12:54:11+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1144,"partnerId":776,"sendViaEmail":false,"email":"bruno.cleeren@jaspers.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-24T09:29:22+00:00","acceptedAt":"2024-12-24T09:29:23+00:00","userId":1640,"lastUpdatedAt":"2024-12-24T09:29:22+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1147,"partnerId":323,"sendViaEmail":false,"email":"valerie.huwaert@beclinic.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-24T13:39:23+00:00","acceptedAt":"2024-12-24T13:39:23+00:00","userId":1726,"lastUpdatedAt":"2024-12-24T13:39:23+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1148,"partnerId":323,"sendViaEmail":true,"email":"maite.czupper@beclinic.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-24T13:39:51+00:00","acceptedAt":"2024-12-24T13:39:51+00:00","userId":1725,"lastUpdatedAt":"2024-12-24T13:39:51+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1149,"partnerId":756,"sendViaEmail":false,"email":"thomas.knoops@guardiant-cyber.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-06T08:30:53+00:00","acceptedAt":"2025-01-06T08:30:53+00:00","userId":1757,"lastUpdatedAt":"2025-01-06T08:30:53+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1150,"partnerId":581,"sendViaEmail":true,"email":"Jonas.gevaert@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-06T15:57:16+00:00","acceptedAt":"2025-01-06T15:57:16+00:00","userId":1758,"lastUpdatedAt":"2025-01-24T16:26:46+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1151,"partnerId":776,"sendViaEmail":false,"email":"transshopinvest@jaspers.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-06T16:26:32+00:00","acceptedAt":"2025-01-06T16:26:32+00:00","userId":1759,"lastUpdatedAt":"2025-01-06T16:26:32+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1154,"partnerId":670,"sendViaEmail":true,"email":"marc.dierickx@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-08T09:31:45+00:00","acceptedAt":"2025-01-08T09:31:45+00:00","userId":1768,"lastUpdatedAt":"2025-01-08T09:31:45+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1155,"partnerId":765,"sendViaEmail":true,"email":"ap510@ddm.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-08T11:38:03+00:00","acceptedAt":"2025-01-08T11:38:03+00:00","userId":1762,"lastUpdatedAt":"2025-01-08T11:38:03+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1156,"partnerId":788,"sendViaEmail":true,"email":"leslie.willaert@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-08T16:28:37+00:00","acceptedAt":"2025-01-08T16:28:37+00:00","userId":1635,"lastUpdatedAt":"2025-01-08T16:28:37+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1157,"partnerId":788,"sendViaEmail":true,"email":"karlgoossens@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-09T10:35:47+00:00","acceptedAt":"2025-01-09T10:35:47+00:00","userId":1654,"lastUpdatedAt":"2025-01-09T10:35:47+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1158,"partnerId":788,"sendViaEmail":true,"email":"Ludwig.devos@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-09T10:45:28+00:00","acceptedAt":"2025-01-09T10:45:28+00:00","userId":1776,"lastUpdatedAt":"2025-01-09T10:45:28+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1159,"partnerId":789,"sendViaEmail":true,"email":"bram.merckx@adsanddata.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-09T16:53:28+00:00","acceptedAt":"2025-01-09T16:53:28+00:00","userId":1778,"lastUpdatedAt":"2025-01-09T16:53:28+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1160,"partnerId":576,"sendViaEmail":false,"email":"thomas.greeve@polygongroup.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T10:58:15+00:00","acceptedAt":"2025-01-10T10:58:15+00:00","userId":1594,"lastUpdatedAt":"2025-01-10T10:58:15+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1161,"partnerId":790,"sendViaEmail":true,"email":"johan.triekels@coldsetprintingpartners.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T11:53:21+00:00","acceptedAt":"2025-01-10T11:53:21+00:00","userId":1780,"lastUpdatedAt":"2025-01-10T11:53:21+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1162,"partnerId":790,"sendViaEmail":true,"email":"wim.tuyaerts@coldsetprintingpartners.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T11:54:16+00:00","acceptedAt":"2025-01-10T11:54:16+00:00","userId":1781,"lastUpdatedAt":"2025-01-10T11:54:16+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1163,"partnerId":240,"sendViaEmail":false,"email":"bovanhecke@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T13:59:22+00:00","acceptedAt":"2025-01-10T13:59:23+00:00","userId":1783,"lastUpdatedAt":"2025-01-10T13:59:22+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1164,"partnerId":240,"sendViaEmail":true,"email":"lunavandevelde@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T14:08:14+00:00","acceptedAt":"2025-01-10T14:08:14+00:00","userId":1784,"lastUpdatedAt":"2025-01-10T14:08:14+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1165,"partnerId":791,"sendViaEmail":false,"email":"hanane.akoudad@jobat.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T14:36:08+00:00","acceptedAt":"2025-01-10T14:36:08+00:00","userId":1694,"lastUpdatedAt":"2025-01-10T14:36:08+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1166,"partnerId":791,"sendViaEmail":true,"email":"esther.daneels@jobat.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T14:37:58+00:00","acceptedAt":"2025-01-10T14:37:58+00:00","userId":1785,"lastUpdatedAt":"2025-01-10T14:37:58+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1167,"partnerId":791,"sendViaEmail":false,"email":"sien.gaens@jobat.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T14:47:27+00:00","acceptedAt":"2025-01-10T14:47:27+00:00","userId":1786,"lastUpdatedAt":"2025-01-10T14:47:27+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1168,"partnerId":780,"sendViaEmail":true,"email":"liesbeth.boel@nieuwsblad.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T16:58:44+00:00","acceptedAt":"2025-01-10T16:58:44+00:00","userId":1787,"lastUpdatedAt":"2025-01-10T16:58:44+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1169,"partnerId":780,"sendViaEmail":true,"email":"nele.coune@hetbelangvanlimburg.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T17:07:15+00:00","acceptedAt":"2025-01-10T17:07:15+00:00","userId":1788,"lastUpdatedAt":"2025-01-10T17:07:15+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1170,"partnerId":20,"sendViaEmail":false,"email":"karljan.maes@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-11T07:45:36+00:00","acceptedAt":"2025-01-11T07:45:36+00:00","userId":1789,"lastUpdatedAt":"2025-01-11T07:45:36+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1171,"partnerId":788,"sendViaEmail":true,"email":"angelique.gevaert@hedinautomotive.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-13T11:47:45+00:00","acceptedAt":"2025-01-13T11:47:45+00:00","userId":1792,"lastUpdatedAt":"2025-01-13T11:47:45+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1172,"partnerId":788,"sendViaEmail":false,"email":"joerivanmelkebeke@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-14T14:56:39+00:00","acceptedAt":"2025-01-14T14:56:39+00:00","userId":1794,"lastUpdatedAt":"2025-01-14T14:56:39+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1173,"partnerId":8,"sendViaEmail":true,"email":"nareshbase667@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-15T06:18:24+00:00","acceptedAt":"2025-01-15T06:18:24+00:00","userId":1343,"lastUpdatedAt":"2025-01-15T06:18:24+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1174,"partnerId":765,"sendViaEmail":false,"email":"Jonathan.Vazquez@ddm.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-15T13:55:02+00:00","acceptedAt":"2025-01-15T13:55:02+00:00","userId":1760,"lastUpdatedAt":"2025-01-15T13:55:02+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1176,"partnerId":8,"sendViaEmail":true,"email":"kranil7701@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-16T07:16:17+00:00","acceptedAt":"2025-01-16T07:16:17+00:00","userId":1767,"lastUpdatedAt":"2025-01-16T07:16:17+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1189,"partnerId":69,"sendViaEmail":true,"email":"nareshtest@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-16T09:47:37+00:00","acceptedAt":"2025-01-16T09:47:37+00:00","userId":1798,"lastUpdatedAt":"2025-01-16T09:47:37+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1190,"partnerId":262,"sendViaEmail":true,"email":"nareshtest@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-16T10:14:23+00:00","acceptedAt":"2025-01-16T10:14:23+00:00","userId":1798,"lastUpdatedAt":"2025-01-16T10:14:23+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1191,"partnerId":118,"sendViaEmail":true,"email":"nareshtest@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-16T10:26:45+00:00","acceptedAt":"2025-01-16T10:26:45+00:00","userId":1798,"lastUpdatedAt":"2025-01-16T10:26:45+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1193,"partnerId":256,"sendViaEmail":true,"email":"kranil7701@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-16T10:37:07+00:00","acceptedAt":"2025-01-16T10:37:07+00:00","userId":1767,"lastUpdatedAt":"2025-01-16T10:37:07+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1194,"partnerId":256,"sendViaEmail":true,"email":"nareshtest@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-16T10:38:16+00:00","acceptedAt":"2025-01-16T10:38:16+00:00","userId":1798,"lastUpdatedAt":"2025-01-16T10:38:16+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1195,"partnerId":70,"sendViaEmail":true,"email":"John.appleseed@ampeco.global","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-17T03:01:47+00:00","acceptedAt":"2025-01-17T03:01:47+00:00","userId":1,"lastUpdatedAt":"2025-01-17T03:01:47+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1196,"partnerId":70,"sendViaEmail":true,"email":"nareshtest@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-17T03:47:31+00:00","acceptedAt":"2025-01-17T03:47:31+00:00","userId":1798,"lastUpdatedAt":"2025-01-17T03:47:31+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1197,"partnerId":793,"sendViaEmail":true,"email":"jess@allvisual.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-17T15:45:29+00:00","acceptedAt":"2025-01-17T15:45:29+00:00","userId":1805,"lastUpdatedAt":"2025-01-17T15:45:29+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1198,"partnerId":20,"sendViaEmail":false,"email":"bastia.vandenbulck@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-20T14:27:54+00:00","acceptedAt":"2025-01-20T14:27:54+00:00","userId":1808,"lastUpdatedAt":"2025-01-20T14:27:54+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1199,"partnerId":752,"sendViaEmail":false,"email":"Pascale.Smets@kimchoc.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-20T15:15:55+00:00","acceptedAt":"2025-01-20T15:15:55+00:00","userId":1703,"lastUpdatedAt":"2025-01-20T15:15:55+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1200,"partnerId":528,"sendViaEmail":false,"email":"robbe@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-20T16:00:30+00:00","acceptedAt":"2025-01-20T16:00:30+00:00","userId":1207,"lastUpdatedAt":"2025-01-20T16:00:30+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1201,"partnerId":670,"sendViaEmail":false,"email":"ismael.temsamani@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-22T11:33:22+00:00","acceptedAt":"2025-01-22T11:33:22+00:00","userId":1810,"lastUpdatedAt":"2025-01-22T11:33:22+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1202,"partnerId":795,"sendViaEmail":false,"email":"annemie@embridge.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-22T11:59:04+00:00","acceptedAt":"2025-01-22T11:59:04+00:00","userId":1507,"lastUpdatedAt":"2025-01-22T11:59:04+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1203,"partnerId":795,"sendViaEmail":false,"email":"charona@embridge.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-22T12:00:10+00:00","acceptedAt":"2025-01-22T12:00:10+00:00","userId":1505,"lastUpdatedAt":"2025-01-22T12:00:10+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1204,"partnerId":795,"sendViaEmail":false,"email":"Lynn@embridge.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-22T12:01:16+00:00","acceptedAt":"2025-01-22T12:01:16+00:00","userId":1662,"lastUpdatedAt":"2025-01-22T12:01:16+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1205,"partnerId":795,"sendViaEmail":false,"email":"michael@embridge.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-22T12:02:00+00:00","acceptedAt":"2025-01-22T12:02:00+00:00","userId":1506,"lastUpdatedAt":"2025-01-22T12:02:00+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1206,"partnerId":670,"sendViaEmail":true,"email":"mark.maerevoet@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-22T16:51:09+00:00","acceptedAt":"2025-01-22T16:51:09+00:00","userId":1814,"lastUpdatedAt":"2025-01-22T16:51:09+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1207,"partnerId":796,"sendViaEmail":true,"email":"Ewoud@advocaatdevidts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-23T10:15:46+00:00","acceptedAt":"2025-01-23T10:15:46+00:00","userId":1816,"lastUpdatedAt":"2025-01-23T10:15:46+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1209,"partnerId":20,"sendViaEmail":false,"email":"ben.daems@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-23T16:07:57+00:00","acceptedAt":"2025-01-23T16:07:57+00:00","userId":1818,"lastUpdatedAt":"2025-01-23T16:07:57+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1210,"partnerId":797,"sendViaEmail":false,"email":"ronald.van.zijp@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-24T10:22:21+00:00","acceptedAt":"2025-01-24T10:22:21+00:00","userId":1821,"lastUpdatedAt":"2025-01-24T10:22:21+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1211,"partnerId":240,"sendViaEmail":false,"email":"michelelemmens@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-27T12:53:19+00:00","acceptedAt":"2025-01-27T12:53:19+00:00","userId":1830,"lastUpdatedAt":"2025-01-27T12:53:19+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1212,"partnerId":670,"sendViaEmail":false,"email":"koos.van-de-loo@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-27T15:54:45+00:00","acceptedAt":"2025-01-27T15:54:45+00:00","userId":1831,"lastUpdatedAt":"2025-01-27T15:54:45+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1213,"partnerId":670,"sendViaEmail":false,"email":"marco.van-rosmalen@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-27T16:05:58+00:00","acceptedAt":"2025-01-27T16:05:58+00:00","userId":1832,"lastUpdatedAt":"2025-01-27T16:05:58+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1214,"partnerId":798,"sendViaEmail":false,"email":"benoit@bveinternational.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-28T10:57:11+00:00","acceptedAt":"2025-01-28T10:57:11+00:00","userId":734,"lastUpdatedAt":"2025-01-28T10:57:11+00:00"}} 
[2025-07-17 18:52:28] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1215,"partnerId":240,"sendViaEmail":false,"email":"margauxdescan@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-29T15:30:29+00:00","acceptedAt":"2025-01-29T15:30:29+00:00","userId":1837,"lastUpdatedAt":"2025-01-29T15:30:29+00:00"}} 
[2025-07-17 18:52:29] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":1217,\"partnerId\":799,\"sendViaEmail\":false,\"email\":\"koen.thys@straaltechniek.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-30T15:17:30+00:00\",\"acceptedAt\":\"2025-01-30T15:17:30+00:00\",\"userId\":1843,\"lastUpdatedAt\":\"2025-01-30T15:17:30+00:00\"},{\"id\":1218,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"erwin.bruinings@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T14:02:07+00:00\",\"acceptedAt\":\"2025-01-31T14:02:07+00:00\",\"userId\":1844,\"lastUpdatedAt\":\"2025-01-31T14:02:07+00:00\"},{\"id\":1219,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"vital.lambert@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T14:18:14+00:00\",\"acceptedAt\":\"2025-01-31T14:18:14+00:00\",\"userId\":1845,\"lastUpdatedAt\":\"2025-01-31T14:18:14+00:00\"},{\"id\":1220,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"sven.torfs@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T14:32:13+00:00\",\"acceptedAt\":\"2025-01-31T14:32:13+00:00\",\"userId\":1846,\"lastUpdatedAt\":\"2025-01-31T14:32:13+00:00\"},{\"id\":1221,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"sven.vandeneijnde@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T14:44:46+00:00\",\"acceptedAt\":\"2025-01-31T14:44:46+00:00\",\"userId\":1847,\"lastUpdatedAt\":\"2025-01-31T14:44:46+00:00\"},{\"id\":1222,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"alain.van-loock@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T15:13:46+00:00\",\"acceptedAt\":\"2025-01-31T15:13:46+00:00\",\"userId\":1848,\"lastUpdatedAt\":\"2025-01-31T15:13:46+00:00\"},{\"id\":1223,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"kim.huysmans@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T15:31:28+00:00\",\"acceptedAt\":\"2025-01-31T15:31:28+00:00\",\"userId\":1849,\"lastUpdatedAt\":\"2025-01-31T15:31:28+00:00\"},{\"id\":1224,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"ilegemskevin@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T15:46:40+00:00\",\"acceptedAt\":\"2025-01-31T15:46:40+00:00\",\"userId\":1737,\"lastUpdatedAt\":\"2025-01-31T15:46:40+00:00\"},{\"id\":1226,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"brigitte.van-daele@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T09:51:14+00:00\",\"acceptedAt\":\"2025-02-03T09:51:14+00:00\",\"userId\":1861,\"lastUpdatedAt\":\"2025-02-03T09:51:14+00:00\"},{\"id\":1227,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"sam.stuyck@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T10:02:09+00:00\",\"acceptedAt\":\"2025-02-03T10:02:09+00:00\",\"userId\":1862,\"lastUpdatedAt\":\"2025-02-03T10:02:09+00:00\"},{\"id\":1228,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"ben.vaneijcken@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T10:10:24+00:00\",\"acceptedAt\":\"2025-02-03T10:10:24+00:00\",\"userId\":1660,\"lastUpdatedAt\":\"2025-02-03T10:10:24+00:00\"},{\"id\":1229,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"brecht.olijslagers@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T10:19:48+00:00\",\"acceptedAt\":\"2025-02-03T10:19:48+00:00\",\"userId\":1863,\"lastUpdatedAt\":\"2025-02-03T10:19:48+00:00\"},{\"id\":1230,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"tiboloon@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T10:31:52+00:00\",\"acceptedAt\":\"2025-02-03T10:31:52+00:00\",\"userId\":1663,\"lastUpdatedAt\":\"2025-02-03T10:31:52+00:00\"},{\"id\":1232,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"kim@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-04T11:23:29+00:00\",\"acceptedAt\":\"2025-02-04T11:23:29+00:00\",\"userId\":1865,\"lastUpdatedAt\":\"2025-02-04T11:23:29+00:00\"},{\"id\":1233,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"jolien@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-04T11:48:43+00:00\",\"acceptedAt\":\"2025-02-04T11:48:43+00:00\",\"userId\":1850,\"lastUpdatedAt\":\"2025-02-04T11:48:43+00:00\"},{\"id\":1234,\"partnerId\":806,\"sendViaEmail\":false,\"email\":\"stephanie.deville@challenge-mc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-04T16:07:15+00:00\",\"acceptedAt\":\"2025-02-04T16:07:15+00:00\",\"userId\":1867,\"lastUpdatedAt\":\"2025-02-04T16:07:15+00:00\"},{\"id\":1235,\"partnerId\":791,\"sendViaEmail\":false,\"email\":\"elke.delgouffe@jobat.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-06T11:50:58+00:00\",\"acceptedAt\":\"2025-02-06T11:50:59+00:00\",\"userId\":1824,\"lastUpdatedAt\":\"2025-02-06T11:50:58+00:00\"},{\"id\":1237,\"partnerId\":360,\"sendViaEmail\":true,\"email\":\"kranil7701@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-07T09:59:36+00:00\",\"acceptedAt\":\"2025-02-07T09:59:36+00:00\",\"userId\":1767,\"lastUpdatedAt\":\"2025-02-07T09:59:36+00:00\"},{\"id\":1238,\"partnerId\":704,\"sendViaEmail\":false,\"email\":\"Ise@accofiska.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-07T11:18:40+00:00\",\"acceptedAt\":\"2025-02-07T11:18:40+00:00\",\"userId\":1411,\"lastUpdatedAt\":\"2025-02-07T11:18:40+00:00\"},{\"id\":1239,\"partnerId\":807,\"sendViaEmail\":true,\"email\":\"rein.motyka@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T09:40:15+00:00\",\"acceptedAt\":\"2025-02-10T09:40:15+00:00\",\"userId\":1878,\"lastUpdatedAt\":\"2025-02-10T09:40:15+00:00\"},{\"id\":1240,\"partnerId\":808,\"sendViaEmail\":true,\"email\":\"michael@rubec.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T13:39:50+00:00\",\"acceptedAt\":\"2025-02-10T13:39:50+00:00\",\"userId\":1879,\"lastUpdatedAt\":\"2025-02-10T13:39:50+00:00\"},{\"id\":1241,\"partnerId\":809,\"sendViaEmail\":false,\"email\":\"info@altaircommunications.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T14:59:53+00:00\",\"acceptedAt\":\"2025-02-10T14:59:53+00:00\",\"userId\":1882,\"lastUpdatedAt\":\"2025-02-10T14:59:53+00:00\"},{\"id\":1242,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"inevanhaeren@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T16:04:14+00:00\",\"acceptedAt\":\"2025-02-10T16:04:14+00:00\",\"userId\":1885,\"lastUpdatedAt\":\"2025-02-10T16:04:14+00:00\"},{\"id\":1243,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"stephanierosseel@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T16:17:53+00:00\",\"acceptedAt\":\"2025-02-10T16:17:53+00:00\",\"userId\":1886,\"lastUpdatedAt\":\"2025-02-10T16:17:53+00:00\"},{\"id\":1244,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Emoortgat@gantrade.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:06:09+00:00\",\"acceptedAt\":\"2025-02-10T23:06:09+00:00\",\"userId\":1645,\"lastUpdatedAt\":\"2025-02-10T23:06:09+00:00\"},{\"id\":1245,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Mark.sleegers@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:07:59+00:00\",\"acceptedAt\":\"2025-02-10T23:07:59+00:00\",\"userId\":1631,\"lastUpdatedAt\":\"2025-02-10T23:07:59+00:00\"},{\"id\":1246,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"pascale.vanolst@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:08:16+00:00\",\"acceptedAt\":\"2025-02-10T23:08:16+00:00\",\"userId\":1630,\"lastUpdatedAt\":\"2025-02-10T23:08:16+00:00\"},{\"id\":1247,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Marc.slock@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:08:34+00:00\",\"acceptedAt\":\"2025-02-10T23:08:34+00:00\",\"userId\":1529,\"lastUpdatedAt\":\"2025-02-10T23:08:34+00:00\"},{\"id\":1248,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Olivier.demeijer@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:08:52+00:00\",\"acceptedAt\":\"2025-02-10T23:08:52+00:00\",\"userId\":1528,\"lastUpdatedAt\":\"2025-02-10T23:08:52+00:00\"},{\"id\":1249,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Wendy.crauwels@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:09:07+00:00\",\"acceptedAt\":\"2025-02-10T23:09:07+00:00\",\"userId\":1527,\"lastUpdatedAt\":\"2025-02-10T23:09:07+00:00\"},{\"id\":1250,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Pierre.noyrez@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:09:22+00:00\",\"acceptedAt\":\"2025-02-10T23:09:22+00:00\",\"userId\":1526,\"lastUpdatedAt\":\"2025-02-10T23:09:22+00:00\"},{\"id\":1251,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"it@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:09:37+00:00\",\"acceptedAt\":\"2025-02-10T23:09:37+00:00\",\"userId\":1525,\"lastUpdatedAt\":\"2025-02-10T23:09:37+00:00\"},{\"id\":1252,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Greg.parekh@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:09:49+00:00\",\"acceptedAt\":\"2025-02-10T23:09:49+00:00\",\"userId\":1524,\"lastUpdatedAt\":\"2025-02-10T23:09:49+00:00\"},{\"id\":1253,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Dquadflieg@gantrade.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:10:01+00:00\",\"acceptedAt\":\"2025-02-10T23:10:01+00:00\",\"userId\":1523,\"lastUpdatedAt\":\"2025-02-10T23:10:01+00:00\"},{\"id\":1254,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Joanna.batkowska@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:10:13+00:00\",\"acceptedAt\":\"2025-02-10T23:10:13+00:00\",\"userId\":1522,\"lastUpdatedAt\":\"2025-02-10T23:10:13+00:00\"},{\"id\":1255,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"tim.vandenbogaert@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:10:26+00:00\",\"acceptedAt\":\"2025-02-10T23:10:26+00:00\",\"userId\":1253,\"lastUpdatedAt\":\"2025-02-10T23:10:26+00:00\"},{\"id\":1256,\"partnerId\":346,\"sendViaEmail\":false,\"email\":\"silviagarlisi@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-11T10:12:04+00:00\",\"acceptedAt\":\"2025-02-11T10:12:04+00:00\",\"userId\":1888,\"lastUpdatedAt\":\"2025-02-11T10:12:04+00:00\"},{\"id\":1257,\"partnerId\":778,\"sendViaEmail\":false,\"email\":\"qinemotion@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-12T15:17:10+00:00\",\"acceptedAt\":\"2025-02-12T15:17:10+00:00\",\"userId\":1550,\"lastUpdatedAt\":\"2025-02-12T15:17:10+00:00\"},{\"id\":1258,\"partnerId\":810,\"sendViaEmail\":false,\"email\":\"info@winka.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T10:04:32+00:00\",\"acceptedAt\":\"2025-02-13T10:04:33+00:00\",\"userId\":1892,\"lastUpdatedAt\":\"2025-02-13T10:04:32+00:00\"},{\"id\":1259,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"ruben.van.ruysseveldt@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:35:04+00:00\",\"acceptedAt\":\"2025-02-13T11:35:04+00:00\",\"userId\":1695,\"lastUpdatedAt\":\"2025-02-13T11:35:04+00:00\"},{\"id\":1260,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"andy.verschaeren@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:36:18+00:00\",\"acceptedAt\":\"2025-02-13T11:36:18+00:00\",\"userId\":1681,\"lastUpdatedAt\":\"2025-02-13T11:36:18+00:00\"},{\"id\":1261,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"femke.de.bley@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:37:05+00:00\",\"acceptedAt\":\"2025-02-13T11:37:05+00:00\",\"userId\":1679,\"lastUpdatedAt\":\"2025-02-13T11:37:05+00:00\"},{\"id\":1262,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"raf.vanspauwen@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:45:14+00:00\",\"acceptedAt\":\"2025-02-13T11:45:14+00:00\",\"userId\":1670,\"lastUpdatedAt\":\"2025-02-13T11:45:14+00:00\"},{\"id\":1263,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"nele.theuwissen@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:46:35+00:00\",\"acceptedAt\":\"2025-02-13T11:46:35+00:00\",\"userId\":1667,\"lastUpdatedAt\":\"2025-02-13T11:46:35+00:00\"},{\"id\":1264,\"partnerId\":755,\"sendViaEmail\":false,\"email\":\"Jurgen@accofiska.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-14T14:24:50+00:00\",\"acceptedAt\":\"2025-02-14T14:24:50+00:00\",\"userId\":1407,\"lastUpdatedAt\":\"2025-02-14T14:24:50+00:00\"},{\"id\":1265,\"partnerId\":811,\"sendViaEmail\":false,\"email\":\"patrick.boonen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-17T13:02:19+00:00\",\"acceptedAt\":\"2025-02-17T13:02:19+00:00\",\"userId\":1895,\"lastUpdatedAt\":\"2025-02-17T13:02:19+00:00\"},{\"id\":1266,\"partnerId\":812,\"sendViaEmail\":true,\"email\":\"ivwcleaning@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-17T14:32:27+00:00\",\"acceptedAt\":\"2025-02-17T14:32:27+00:00\",\"userId\":1897,\"lastUpdatedAt\":\"2025-02-17T14:32:27+00:00\"},{\"id\":1267,\"partnerId\":769,\"sendViaEmail\":true,\"email\":\"stephanie.deville@challenge-mc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-20T11:27:04+00:00\",\"acceptedAt\":\"2025-02-20T11:27:04+00:00\",\"userId\":1867,\"lastUpdatedAt\":\"2025-02-20T11:27:04+00:00\"},{\"id\":1268,\"partnerId\":767,\"sendViaEmail\":false,\"email\":\"lieve.vanderauwera@dastronic.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-20T14:19:22+00:00\",\"acceptedAt\":\"2025-02-20T14:19:22+00:00\",\"userId\":1902,\"lastUpdatedAt\":\"2025-02-20T14:19:22+00:00\"},{\"id\":1269,\"partnerId\":489,\"sendViaEmail\":false,\"email\":\"cools.pol@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-26T11:06:22+00:00\",\"acceptedAt\":\"2025-02-26T11:06:22+00:00\",\"userId\":694,\"lastUpdatedAt\":\"2025-02-26T11:06:22+00:00\"},{\"id\":1270,\"partnerId\":489,\"sendViaEmail\":false,\"email\":\"monique.baeteman@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-26T11:06:38+00:00\",\"acceptedAt\":\"2025-02-26T11:06:38+00:00\",\"userId\":695,\"lastUpdatedAt\":\"2025-02-26T11:06:38+00:00\"},{\"id\":1271,\"partnerId\":817,\"sendViaEmail\":false,\"email\":\"guysophiejeremy@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-26T15:18:14+00:00\",\"acceptedAt\":\"2025-02-26T15:18:14+00:00\",\"userId\":1913,\"lastUpdatedAt\":\"2025-02-26T15:18:14+00:00\"},{\"id\":1272,\"partnerId\":818,\"sendViaEmail\":false,\"email\":\"bart@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:25:02+00:00\",\"acceptedAt\":\"2025-02-27T11:25:02+00:00\",\"userId\":1918,\"lastUpdatedAt\":\"2025-02-27T11:25:02+00:00\"},{\"id\":1273,\"partnerId\":819,\"sendViaEmail\":false,\"email\":\"ronald@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:27:29+00:00\",\"acceptedAt\":\"2025-02-27T11:27:29+00:00\",\"userId\":1919,\"lastUpdatedAt\":\"2025-02-27T11:27:29+00:00\"},{\"id\":1274,\"partnerId\":819,\"sendViaEmail\":false,\"email\":\"thomas@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:27:58+00:00\",\"acceptedAt\":\"2025-02-27T11:27:58+00:00\",\"userId\":1920,\"lastUpdatedAt\":\"2025-02-27T11:27:58+00:00\"},{\"id\":1275,\"partnerId\":819,\"sendViaEmail\":false,\"email\":\"wim@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:28:51+00:00\",\"acceptedAt\":\"2025-02-27T11:28:51+00:00\",\"userId\":1905,\"lastUpdatedAt\":\"2025-02-27T11:28:51+00:00\"},{\"id\":1276,\"partnerId\":820,\"sendViaEmail\":false,\"email\":\"marco@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:43:45+00:00\",\"acceptedAt\":\"2025-02-27T11:43:45+00:00\",\"userId\":1921,\"lastUpdatedAt\":\"2025-02-27T11:43:45+00:00\"},{\"id\":1277,\"partnerId\":661,\"sendViaEmail\":false,\"email\":\"pascale.aelbrecht@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-28T13:23:31+00:00\",\"acceptedAt\":\"2025-02-28T13:23:31+00:00\",\"userId\":1255,\"lastUpdatedAt\":\"2025-02-28T13:23:31+00:00\"},{\"id\":1278,\"partnerId\":588,\"sendViaEmail\":false,\"email\":\"leen.billiet@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-03T12:24:17+00:00\",\"acceptedAt\":\"2025-03-03T12:24:17+00:00\",\"userId\":1926,\"lastUpdatedAt\":\"2025-03-03T12:24:17+00:00\"},{\"id\":1279,\"partnerId\":588,\"sendViaEmail\":false,\"email\":\"info@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-04T10:24:49+00:00\",\"acceptedAt\":\"2025-03-04T10:24:49+00:00\",\"userId\":1929,\"lastUpdatedAt\":\"2025-03-04T10:24:49+00:00\"},{\"id\":1280,\"partnerId\":823,\"sendViaEmail\":true,\"email\":\"vitalvolders@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-04T12:46:24+00:00\",\"acceptedAt\":\"2025-03-04T12:46:24+00:00\",\"userId\":1927,\"lastUpdatedAt\":\"2025-03-04T12:46:24+00:00\"},{\"id\":1281,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"nico@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:14:30+00:00\",\"acceptedAt\":\"2025-03-05T09:14:30+00:00\",\"userId\":1932,\"lastUpdatedAt\":\"2025-03-05T09:14:30+00:00\"},{\"id\":1282,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"steven@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:19:12+00:00\",\"acceptedAt\":\"2025-03-05T09:19:12+00:00\",\"userId\":1933,\"lastUpdatedAt\":\"2025-03-05T09:19:12+00:00\"},{\"id\":1283,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"robbe@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:20:53+00:00\",\"acceptedAt\":\"2025-03-05T09:20:53+00:00\",\"userId\":1934,\"lastUpdatedAt\":\"2025-03-05T09:20:53+00:00\"},{\"id\":1284,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"lcoene@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:37:17+00:00\",\"acceptedAt\":\"2025-03-05T09:37:17+00:00\",\"userId\":1935,\"lastUpdatedAt\":\"2025-03-05T09:37:17+00:00\"},{\"id\":1285,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"cherif@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:39:07+00:00\",\"acceptedAt\":\"2025-03-05T09:39:07+00:00\",\"userId\":1936,\"lastUpdatedAt\":\"2025-03-05T09:39:07+00:00\"},{\"id\":1286,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"aaron@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:42:46+00:00\",\"acceptedAt\":\"2025-03-05T09:42:47+00:00\",\"userId\":1937,\"lastUpdatedAt\":\"2025-03-05T09:42:46+00:00\"},{\"id\":1287,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"debbie@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:44:30+00:00\",\"acceptedAt\":\"2025-03-05T09:44:30+00:00\",\"userId\":1938,\"lastUpdatedAt\":\"2025-03-05T09:44:30+00:00\"},{\"id\":1288,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"victor@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:46:07+00:00\",\"acceptedAt\":\"2025-03-05T09:46:07+00:00\",\"userId\":1939,\"lastUpdatedAt\":\"2025-03-05T09:46:07+00:00\"},{\"id\":1289,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"thijmen@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:48:45+00:00\",\"acceptedAt\":\"2025-03-05T09:48:45+00:00\",\"userId\":1940,\"lastUpdatedAt\":\"2025-03-05T09:48:45+00:00\"},{\"id\":1291,\"partnerId\":825,\"sendViaEmail\":true,\"email\":\"peter.deranter@tilroy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T09:50:53+00:00\",\"acceptedAt\":\"2025-03-06T09:50:53+00:00\",\"userId\":1945,\"lastUpdatedAt\":\"2025-03-06T09:50:53+00:00\"},{\"id\":1292,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Koen.Deckers@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:37+00:00\",\"acceptedAt\":\"2025-03-06T13:08:37+00:00\",\"userId\":1946,\"lastUpdatedAt\":\"2025-03-06T13:08:37+00:00\"},{\"id\":1293,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Christophe.Hublet@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:38+00:00\",\"acceptedAt\":\"2025-03-06T13:08:38+00:00\",\"userId\":1947,\"lastUpdatedAt\":\"2025-03-06T13:08:38+00:00\"},{\"id\":1294,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Jan.VanStaey@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:38+00:00\",\"acceptedAt\":\"2025-03-06T13:08:38+00:00\",\"userId\":1948,\"lastUpdatedAt\":\"2025-03-06T13:08:38+00:00\"},{\"id\":1295,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Inge.Moran@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:39+00:00\",\"acceptedAt\":\"2025-03-06T13:08:39+00:00\",\"userId\":1949,\"lastUpdatedAt\":\"2025-03-06T13:08:39+00:00\"},{\"id\":1296,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Britte.Ceyssens@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:40+00:00\",\"acceptedAt\":\"2025-03-06T13:08:40+00:00\",\"userId\":1950,\"lastUpdatedAt\":\"2025-03-06T13:08:40+00:00\"},{\"id\":1297,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Hilde.Peeters@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:40+00:00\",\"acceptedAt\":\"2025-03-06T13:08:40+00:00\",\"userId\":1951,\"lastUpdatedAt\":\"2025-03-06T13:08:40+00:00\"},{\"id\":1298,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Bart.Fynaerts@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:41+00:00\",\"acceptedAt\":\"2025-03-06T13:08:41+00:00\",\"userId\":1952,\"lastUpdatedAt\":\"2025-03-06T13:08:41+00:00\"},{\"id\":1299,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Nicolas.Dejaeger@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:42+00:00\",\"acceptedAt\":\"2025-03-06T13:08:42+00:00\",\"userId\":1953,\"lastUpdatedAt\":\"2025-03-06T13:08:42+00:00\"},{\"id\":1300,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Michiel.Brutsaert@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:43+00:00\",\"acceptedAt\":\"2025-03-06T13:08:43+00:00\",\"userId\":1954,\"lastUpdatedAt\":\"2025-03-06T13:08:43+00:00\"},{\"id\":1301,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Charlotte.Vranken@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:44+00:00\",\"acceptedAt\":\"2025-03-06T13:08:44+00:00\",\"userId\":1955,\"lastUpdatedAt\":\"2025-03-06T13:08:44+00:00\"},{\"id\":1302,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Evi.Denolet@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:44+00:00\",\"acceptedAt\":\"2025-03-06T13:08:44+00:00\",\"userId\":1956,\"lastUpdatedAt\":\"2025-03-06T13:08:44+00:00\"},{\"id\":1303,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Heidi.Goossens@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:45+00:00\",\"acceptedAt\":\"2025-03-06T13:08:45+00:00\",\"userId\":1957,\"lastUpdatedAt\":\"2025-03-06T13:08:45+00:00\"},{\"id\":1304,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"jef.vangenechten@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T16:14:19+00:00\",\"acceptedAt\":\"2025-03-06T16:14:19+00:00\",\"userId\":1658,\"lastUpdatedAt\":\"2025-03-06T16:14:19+00:00\"},{\"id\":1306,\"partnerId\":830,\"sendViaEmail\":false,\"email\":\"jsmauclet@daoust.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-11T13:45:40+00:00\",\"acceptedAt\":\"2025-03-11T13:45:40+00:00\",\"userId\":1962,\"lastUpdatedAt\":\"2025-03-11T13:45:40+00:00\"},{\"id\":1307,\"partnerId\":566,\"sendViaEmail\":false,\"email\":\"jan.freson@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-11T17:30:11+00:00\",\"acceptedAt\":\"2025-03-11T17:30:11+00:00\",\"userId\":948,\"lastUpdatedAt\":\"2025-03-11T17:30:11+00:00\"},{\"id\":1308,\"partnerId\":831,\"sendViaEmail\":true,\"email\":\"Christiaan@vanbignoot.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-13T10:51:05+00:00\",\"acceptedAt\":\"2025-03-13T10:51:06+00:00\",\"userId\":1967,\"lastUpdatedAt\":\"2025-03-13T10:51:05+00:00\"},{\"id\":1309,\"partnerId\":833,\"sendViaEmail\":true,\"email\":\"willem.voets@promaz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-16T21:10:39+00:00\",\"acceptedAt\":\"2025-03-16T21:10:39+00:00\",\"userId\":1973,\"lastUpdatedAt\":\"2025-03-16T21:10:39+00:00\"},{\"id\":1310,\"partnerId\":833,\"sendViaEmail\":false,\"email\":\"gert.moerenhout@promaz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-16T21:12:55+00:00\",\"acceptedAt\":\"2025-03-16T21:12:55+00:00\",\"userId\":1974,\"lastUpdatedAt\":\"2025-03-16T21:12:55+00:00\"},{\"id\":1311,\"partnerId\":833,\"sendViaEmail\":false,\"email\":\"ludivine.ranwez@promaz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-16T21:18:01+00:00\",\"acceptedAt\":\"2025-03-16T21:18:01+00:00\",\"userId\":1975,\"lastUpdatedAt\":\"2025-03-16T21:18:01+00:00\"},{\"id\":1312,\"partnerId\":834,\"sendViaEmail\":false,\"email\":\"xw.brawax@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-17T09:51:40+00:00\",\"acceptedAt\":\"2025-03-17T09:51:40+00:00\",\"userId\":447,\"lastUpdatedAt\":\"2025-03-17T09:51:40+00:00\"},{\"id\":1313,\"partnerId\":835,\"sendViaEmail\":false,\"email\":\"sandygo@me.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-17T13:50:02+00:00\",\"acceptedAt\":\"2025-03-17T13:50:02+00:00\",\"userId\":1976,\"lastUpdatedAt\":\"2025-03-17T13:50:02+00:00\"},{\"id\":1314,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"louisdegroote@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-19T09:09:51+00:00\",\"acceptedAt\":\"2025-03-19T09:09:51+00:00\",\"userId\":1817,\"lastUpdatedAt\":\"2025-03-19T09:09:51+00:00\"},{\"id\":1316,\"partnerId\":704,\"sendViaEmail\":false,\"email\":\"Jeroen@accofiska.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-26T14:18:27+00:00\",\"acceptedAt\":\"2025-03-26T14:18:27+00:00\",\"userId\":1993,\"lastUpdatedAt\":\"2025-03-26T14:18:27+00:00\"},{\"id\":1317,\"partnerId\":838,\"sendViaEmail\":false,\"email\":\"Marieke.veys@fcomedia.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-28T08:48:23+00:00\",\"acceptedAt\":\"2025-03-28T08:48:23+00:00\",\"userId\":1997,\"lastUpdatedAt\":\"2025-03-28T08:48:23+00:00\"},{\"id\":1319,\"partnerId\":212,\"sendViaEmail\":false,\"email\":\"stephan@ramenvanhecke.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-31T12:18:02+00:00\",\"acceptedAt\":\"2025-03-31T12:18:02+00:00\",\"userId\":2001,\"lastUpdatedAt\":\"2025-03-31T12:18:02+00:00\"},{\"id\":1320,\"partnerId\":838,\"sendViaEmail\":false,\"email\":\"jurgen.munghen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-31T13:00:02+00:00\",\"acceptedAt\":\"2025-03-31T13:00:02+00:00\",\"userId\":316,\"lastUpdatedAt\":\"2025-03-31T13:00:02+00:00\"},{\"id\":1321,\"partnerId\":839,\"sendViaEmail\":true,\"email\":\"thomas.laloux@bofas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-31T23:24:51+00:00\",\"acceptedAt\":\"2025-03-31T23:24:51+00:00\",\"userId\":2003,\"lastUpdatedAt\":\"2025-03-31T23:24:51+00:00\"},{\"id\":1322,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"wim.van-roy@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-01T08:15:04+00:00\",\"acceptedAt\":\"2025-04-01T08:15:04+00:00\",\"userId\":2004,\"lastUpdatedAt\":\"2025-04-01T08:15:04+00:00\"},{\"id\":1323,\"partnerId\":840,\"sendViaEmail\":true,\"email\":\"claude@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-01T12:40:21+00:00\",\"acceptedAt\":\"2025-04-01T12:40:21+00:00\",\"userId\":1941,\"lastUpdatedAt\":\"2025-04-01T12:40:21+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\"},\"meta\":{\"current_page\":10,\"from\":901,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":1000,\"total\":1122}}"} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1217,"partnerId":799,"sendViaEmail":false,"email":"koen.thys@straaltechniek.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-30T15:17:30+00:00","acceptedAt":"2025-01-30T15:17:30+00:00","userId":1843,"lastUpdatedAt":"2025-01-30T15:17:30+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1218,"partnerId":797,"sendViaEmail":false,"email":"erwin.bruinings@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T14:02:07+00:00","acceptedAt":"2025-01-31T14:02:07+00:00","userId":1844,"lastUpdatedAt":"2025-01-31T14:02:07+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1219,"partnerId":797,"sendViaEmail":false,"email":"vital.lambert@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T14:18:14+00:00","acceptedAt":"2025-01-31T14:18:14+00:00","userId":1845,"lastUpdatedAt":"2025-01-31T14:18:14+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1220,"partnerId":797,"sendViaEmail":false,"email":"sven.torfs@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T14:32:13+00:00","acceptedAt":"2025-01-31T14:32:13+00:00","userId":1846,"lastUpdatedAt":"2025-01-31T14:32:13+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1221,"partnerId":797,"sendViaEmail":false,"email":"sven.vandeneijnde@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T14:44:46+00:00","acceptedAt":"2025-01-31T14:44:46+00:00","userId":1847,"lastUpdatedAt":"2025-01-31T14:44:46+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1222,"partnerId":797,"sendViaEmail":false,"email":"alain.van-loock@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T15:13:46+00:00","acceptedAt":"2025-01-31T15:13:46+00:00","userId":1848,"lastUpdatedAt":"2025-01-31T15:13:46+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1223,"partnerId":797,"sendViaEmail":false,"email":"kim.huysmans@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T15:31:28+00:00","acceptedAt":"2025-01-31T15:31:28+00:00","userId":1849,"lastUpdatedAt":"2025-01-31T15:31:28+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1224,"partnerId":797,"sendViaEmail":false,"email":"ilegemskevin@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T15:46:40+00:00","acceptedAt":"2025-01-31T15:46:40+00:00","userId":1737,"lastUpdatedAt":"2025-01-31T15:46:40+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1226,"partnerId":797,"sendViaEmail":false,"email":"brigitte.van-daele@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-03T09:51:14+00:00","acceptedAt":"2025-02-03T09:51:14+00:00","userId":1861,"lastUpdatedAt":"2025-02-03T09:51:14+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1227,"partnerId":797,"sendViaEmail":false,"email":"sam.stuyck@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-03T10:02:09+00:00","acceptedAt":"2025-02-03T10:02:09+00:00","userId":1862,"lastUpdatedAt":"2025-02-03T10:02:09+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1228,"partnerId":797,"sendViaEmail":false,"email":"ben.vaneijcken@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-03T10:10:24+00:00","acceptedAt":"2025-02-03T10:10:24+00:00","userId":1660,"lastUpdatedAt":"2025-02-03T10:10:24+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1229,"partnerId":797,"sendViaEmail":false,"email":"brecht.olijslagers@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-03T10:19:48+00:00","acceptedAt":"2025-02-03T10:19:48+00:00","userId":1863,"lastUpdatedAt":"2025-02-03T10:19:48+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1230,"partnerId":797,"sendViaEmail":false,"email":"tiboloon@outlook.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-03T10:31:52+00:00","acceptedAt":"2025-02-03T10:31:52+00:00","userId":1663,"lastUpdatedAt":"2025-02-03T10:31:52+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1232,"partnerId":528,"sendViaEmail":false,"email":"kim@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-04T11:23:29+00:00","acceptedAt":"2025-02-04T11:23:29+00:00","userId":1865,"lastUpdatedAt":"2025-02-04T11:23:29+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1233,"partnerId":528,"sendViaEmail":false,"email":"jolien@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-04T11:48:43+00:00","acceptedAt":"2025-02-04T11:48:43+00:00","userId":1850,"lastUpdatedAt":"2025-02-04T11:48:43+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1234,"partnerId":806,"sendViaEmail":false,"email":"stephanie.deville@challenge-mc.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-04T16:07:15+00:00","acceptedAt":"2025-02-04T16:07:15+00:00","userId":1867,"lastUpdatedAt":"2025-02-04T16:07:15+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1235,"partnerId":791,"sendViaEmail":false,"email":"elke.delgouffe@jobat.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-06T11:50:58+00:00","acceptedAt":"2025-02-06T11:50:59+00:00","userId":1824,"lastUpdatedAt":"2025-02-06T11:50:58+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1237,"partnerId":360,"sendViaEmail":true,"email":"kranil7701@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-07T09:59:36+00:00","acceptedAt":"2025-02-07T09:59:36+00:00","userId":1767,"lastUpdatedAt":"2025-02-07T09:59:36+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1238,"partnerId":704,"sendViaEmail":false,"email":"Ise@accofiska.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-07T11:18:40+00:00","acceptedAt":"2025-02-07T11:18:40+00:00","userId":1411,"lastUpdatedAt":"2025-02-07T11:18:40+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1239,"partnerId":807,"sendViaEmail":true,"email":"rein.motyka@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T09:40:15+00:00","acceptedAt":"2025-02-10T09:40:15+00:00","userId":1878,"lastUpdatedAt":"2025-02-10T09:40:15+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1240,"partnerId":808,"sendViaEmail":true,"email":"michael@rubec.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T13:39:50+00:00","acceptedAt":"2025-02-10T13:39:50+00:00","userId":1879,"lastUpdatedAt":"2025-02-10T13:39:50+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1241,"partnerId":809,"sendViaEmail":false,"email":"info@altaircommunications.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T14:59:53+00:00","acceptedAt":"2025-02-10T14:59:53+00:00","userId":1882,"lastUpdatedAt":"2025-02-10T14:59:53+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1242,"partnerId":240,"sendViaEmail":false,"email":"inevanhaeren@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T16:04:14+00:00","acceptedAt":"2025-02-10T16:04:14+00:00","userId":1885,"lastUpdatedAt":"2025-02-10T16:04:14+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1243,"partnerId":240,"sendViaEmail":false,"email":"stephanierosseel@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T16:17:53+00:00","acceptedAt":"2025-02-10T16:17:53+00:00","userId":1886,"lastUpdatedAt":"2025-02-10T16:17:53+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1244,"partnerId":588,"sendViaEmail":true,"email":"Emoortgat@gantrade.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:06:09+00:00","acceptedAt":"2025-02-10T23:06:09+00:00","userId":1645,"lastUpdatedAt":"2025-02-10T23:06:09+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1245,"partnerId":588,"sendViaEmail":true,"email":"Mark.sleegers@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:07:59+00:00","acceptedAt":"2025-02-10T23:07:59+00:00","userId":1631,"lastUpdatedAt":"2025-02-10T23:07:59+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1246,"partnerId":588,"sendViaEmail":true,"email":"pascale.vanolst@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:08:16+00:00","acceptedAt":"2025-02-10T23:08:16+00:00","userId":1630,"lastUpdatedAt":"2025-02-10T23:08:16+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1247,"partnerId":588,"sendViaEmail":true,"email":"Marc.slock@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:08:34+00:00","acceptedAt":"2025-02-10T23:08:34+00:00","userId":1529,"lastUpdatedAt":"2025-02-10T23:08:34+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1248,"partnerId":588,"sendViaEmail":true,"email":"Olivier.demeijer@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:08:52+00:00","acceptedAt":"2025-02-10T23:08:52+00:00","userId":1528,"lastUpdatedAt":"2025-02-10T23:08:52+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1249,"partnerId":588,"sendViaEmail":true,"email":"Wendy.crauwels@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:09:07+00:00","acceptedAt":"2025-02-10T23:09:07+00:00","userId":1527,"lastUpdatedAt":"2025-02-10T23:09:07+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1250,"partnerId":588,"sendViaEmail":true,"email":"Pierre.noyrez@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:09:22+00:00","acceptedAt":"2025-02-10T23:09:22+00:00","userId":1526,"lastUpdatedAt":"2025-02-10T23:09:22+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1251,"partnerId":588,"sendViaEmail":true,"email":"it@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:09:37+00:00","acceptedAt":"2025-02-10T23:09:37+00:00","userId":1525,"lastUpdatedAt":"2025-02-10T23:09:37+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1252,"partnerId":588,"sendViaEmail":true,"email":"Greg.parekh@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:09:49+00:00","acceptedAt":"2025-02-10T23:09:49+00:00","userId":1524,"lastUpdatedAt":"2025-02-10T23:09:49+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1253,"partnerId":588,"sendViaEmail":true,"email":"Dquadflieg@gantrade.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:10:01+00:00","acceptedAt":"2025-02-10T23:10:01+00:00","userId":1523,"lastUpdatedAt":"2025-02-10T23:10:01+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1254,"partnerId":588,"sendViaEmail":true,"email":"Joanna.batkowska@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:10:13+00:00","acceptedAt":"2025-02-10T23:10:13+00:00","userId":1522,"lastUpdatedAt":"2025-02-10T23:10:13+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1255,"partnerId":588,"sendViaEmail":true,"email":"tim.vandenbogaert@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:10:26+00:00","acceptedAt":"2025-02-10T23:10:26+00:00","userId":1253,"lastUpdatedAt":"2025-02-10T23:10:26+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1256,"partnerId":346,"sendViaEmail":false,"email":"silviagarlisi@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-11T10:12:04+00:00","acceptedAt":"2025-02-11T10:12:04+00:00","userId":1888,"lastUpdatedAt":"2025-02-11T10:12:04+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1257,"partnerId":778,"sendViaEmail":false,"email":"qinemotion@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-12T15:17:10+00:00","acceptedAt":"2025-02-12T15:17:10+00:00","userId":1550,"lastUpdatedAt":"2025-02-12T15:17:10+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1258,"partnerId":810,"sendViaEmail":false,"email":"info@winka.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-13T10:04:32+00:00","acceptedAt":"2025-02-13T10:04:33+00:00","userId":1892,"lastUpdatedAt":"2025-02-13T10:04:32+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1259,"partnerId":789,"sendViaEmail":false,"email":"ruben.van.ruysseveldt@adsanddata.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-13T11:35:04+00:00","acceptedAt":"2025-02-13T11:35:04+00:00","userId":1695,"lastUpdatedAt":"2025-02-13T11:35:04+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1260,"partnerId":789,"sendViaEmail":false,"email":"andy.verschaeren@adsanddata.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-13T11:36:18+00:00","acceptedAt":"2025-02-13T11:36:18+00:00","userId":1681,"lastUpdatedAt":"2025-02-13T11:36:18+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1261,"partnerId":789,"sendViaEmail":false,"email":"femke.de.bley@adsanddata.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-13T11:37:05+00:00","acceptedAt":"2025-02-13T11:37:05+00:00","userId":1679,"lastUpdatedAt":"2025-02-13T11:37:05+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1262,"partnerId":789,"sendViaEmail":false,"email":"raf.vanspauwen@adsanddata.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-13T11:45:14+00:00","acceptedAt":"2025-02-13T11:45:14+00:00","userId":1670,"lastUpdatedAt":"2025-02-13T11:45:14+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1263,"partnerId":789,"sendViaEmail":false,"email":"nele.theuwissen@adsanddata.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-13T11:46:35+00:00","acceptedAt":"2025-02-13T11:46:35+00:00","userId":1667,"lastUpdatedAt":"2025-02-13T11:46:35+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1264,"partnerId":755,"sendViaEmail":false,"email":"Jurgen@accofiska.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-14T14:24:50+00:00","acceptedAt":"2025-02-14T14:24:50+00:00","userId":1407,"lastUpdatedAt":"2025-02-14T14:24:50+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1265,"partnerId":811,"sendViaEmail":false,"email":"patrick.boonen@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-17T13:02:19+00:00","acceptedAt":"2025-02-17T13:02:19+00:00","userId":1895,"lastUpdatedAt":"2025-02-17T13:02:19+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1266,"partnerId":812,"sendViaEmail":true,"email":"ivwcleaning@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-17T14:32:27+00:00","acceptedAt":"2025-02-17T14:32:27+00:00","userId":1897,"lastUpdatedAt":"2025-02-17T14:32:27+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1267,"partnerId":769,"sendViaEmail":true,"email":"stephanie.deville@challenge-mc.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-20T11:27:04+00:00","acceptedAt":"2025-02-20T11:27:04+00:00","userId":1867,"lastUpdatedAt":"2025-02-20T11:27:04+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1268,"partnerId":767,"sendViaEmail":false,"email":"lieve.vanderauwera@dastronic.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-20T14:19:22+00:00","acceptedAt":"2025-02-20T14:19:22+00:00","userId":1902,"lastUpdatedAt":"2025-02-20T14:19:22+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1269,"partnerId":489,"sendViaEmail":false,"email":"cools.pol@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-26T11:06:22+00:00","acceptedAt":"2025-02-26T11:06:22+00:00","userId":694,"lastUpdatedAt":"2025-02-26T11:06:22+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1270,"partnerId":489,"sendViaEmail":false,"email":"monique.baeteman@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-26T11:06:38+00:00","acceptedAt":"2025-02-26T11:06:38+00:00","userId":695,"lastUpdatedAt":"2025-02-26T11:06:38+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1271,"partnerId":817,"sendViaEmail":false,"email":"guysophiejeremy@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-26T15:18:14+00:00","acceptedAt":"2025-02-26T15:18:14+00:00","userId":1913,"lastUpdatedAt":"2025-02-26T15:18:14+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1272,"partnerId":818,"sendViaEmail":false,"email":"bart@quadralis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-27T11:25:02+00:00","acceptedAt":"2025-02-27T11:25:02+00:00","userId":1918,"lastUpdatedAt":"2025-02-27T11:25:02+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1273,"partnerId":819,"sendViaEmail":false,"email":"ronald@quadralis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-27T11:27:29+00:00","acceptedAt":"2025-02-27T11:27:29+00:00","userId":1919,"lastUpdatedAt":"2025-02-27T11:27:29+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1274,"partnerId":819,"sendViaEmail":false,"email":"thomas@quadralis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-27T11:27:58+00:00","acceptedAt":"2025-02-27T11:27:58+00:00","userId":1920,"lastUpdatedAt":"2025-02-27T11:27:58+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1275,"partnerId":819,"sendViaEmail":false,"email":"wim@quadralis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-27T11:28:51+00:00","acceptedAt":"2025-02-27T11:28:51+00:00","userId":1905,"lastUpdatedAt":"2025-02-27T11:28:51+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1276,"partnerId":820,"sendViaEmail":false,"email":"marco@quadralis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-27T11:43:45+00:00","acceptedAt":"2025-02-27T11:43:45+00:00","userId":1921,"lastUpdatedAt":"2025-02-27T11:43:45+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1277,"partnerId":661,"sendViaEmail":false,"email":"pascale.aelbrecht@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-28T13:23:31+00:00","acceptedAt":"2025-02-28T13:23:31+00:00","userId":1255,"lastUpdatedAt":"2025-02-28T13:23:31+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1278,"partnerId":588,"sendViaEmail":false,"email":"leen.billiet@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-03T12:24:17+00:00","acceptedAt":"2025-03-03T12:24:17+00:00","userId":1926,"lastUpdatedAt":"2025-03-03T12:24:17+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1279,"partnerId":588,"sendViaEmail":false,"email":"info@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-04T10:24:49+00:00","acceptedAt":"2025-03-04T10:24:49+00:00","userId":1929,"lastUpdatedAt":"2025-03-04T10:24:49+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1280,"partnerId":823,"sendViaEmail":true,"email":"vitalvolders@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-04T12:46:24+00:00","acceptedAt":"2025-03-04T12:46:24+00:00","userId":1927,"lastUpdatedAt":"2025-03-04T12:46:24+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1281,"partnerId":816,"sendViaEmail":false,"email":"nico@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:14:30+00:00","acceptedAt":"2025-03-05T09:14:30+00:00","userId":1932,"lastUpdatedAt":"2025-03-05T09:14:30+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1282,"partnerId":816,"sendViaEmail":false,"email":"steven@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:19:12+00:00","acceptedAt":"2025-03-05T09:19:12+00:00","userId":1933,"lastUpdatedAt":"2025-03-05T09:19:12+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1283,"partnerId":816,"sendViaEmail":false,"email":"robbe@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:20:53+00:00","acceptedAt":"2025-03-05T09:20:53+00:00","userId":1934,"lastUpdatedAt":"2025-03-05T09:20:53+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1284,"partnerId":816,"sendViaEmail":false,"email":"lcoene@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:37:17+00:00","acceptedAt":"2025-03-05T09:37:17+00:00","userId":1935,"lastUpdatedAt":"2025-03-05T09:37:17+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1285,"partnerId":816,"sendViaEmail":false,"email":"cherif@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:39:07+00:00","acceptedAt":"2025-03-05T09:39:07+00:00","userId":1936,"lastUpdatedAt":"2025-03-05T09:39:07+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1286,"partnerId":816,"sendViaEmail":false,"email":"aaron@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:42:46+00:00","acceptedAt":"2025-03-05T09:42:47+00:00","userId":1937,"lastUpdatedAt":"2025-03-05T09:42:46+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1287,"partnerId":816,"sendViaEmail":false,"email":"debbie@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:44:30+00:00","acceptedAt":"2025-03-05T09:44:30+00:00","userId":1938,"lastUpdatedAt":"2025-03-05T09:44:30+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1288,"partnerId":816,"sendViaEmail":false,"email":"victor@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:46:07+00:00","acceptedAt":"2025-03-05T09:46:07+00:00","userId":1939,"lastUpdatedAt":"2025-03-05T09:46:07+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1289,"partnerId":816,"sendViaEmail":false,"email":"thijmen@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:48:45+00:00","acceptedAt":"2025-03-05T09:48:45+00:00","userId":1940,"lastUpdatedAt":"2025-03-05T09:48:45+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1291,"partnerId":825,"sendViaEmail":true,"email":"peter.deranter@tilroy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-06T09:50:53+00:00","acceptedAt":"2025-03-06T09:50:53+00:00","userId":1945,"lastUpdatedAt":"2025-03-06T09:50:53+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1292,"partnerId":826,"sendViaEmail":true,"email":"Koen.Deckers@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:37+00:00","acceptedAt":"2025-03-06T13:08:37+00:00","userId":1946,"lastUpdatedAt":"2025-03-06T13:08:37+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1293,"partnerId":826,"sendViaEmail":true,"email":"Christophe.Hublet@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:38+00:00","acceptedAt":"2025-03-06T13:08:38+00:00","userId":1947,"lastUpdatedAt":"2025-03-06T13:08:38+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1294,"partnerId":826,"sendViaEmail":true,"email":"Jan.VanStaey@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:38+00:00","acceptedAt":"2025-03-06T13:08:38+00:00","userId":1948,"lastUpdatedAt":"2025-03-06T13:08:38+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1295,"partnerId":826,"sendViaEmail":true,"email":"Inge.Moran@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:39+00:00","acceptedAt":"2025-03-06T13:08:39+00:00","userId":1949,"lastUpdatedAt":"2025-03-06T13:08:39+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1296,"partnerId":826,"sendViaEmail":true,"email":"Britte.Ceyssens@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:40+00:00","acceptedAt":"2025-03-06T13:08:40+00:00","userId":1950,"lastUpdatedAt":"2025-03-06T13:08:40+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1297,"partnerId":826,"sendViaEmail":true,"email":"Hilde.Peeters@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:40+00:00","acceptedAt":"2025-03-06T13:08:40+00:00","userId":1951,"lastUpdatedAt":"2025-03-06T13:08:40+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1298,"partnerId":826,"sendViaEmail":true,"email":"Bart.Fynaerts@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:41+00:00","acceptedAt":"2025-03-06T13:08:41+00:00","userId":1952,"lastUpdatedAt":"2025-03-06T13:08:41+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1299,"partnerId":826,"sendViaEmail":true,"email":"Nicolas.Dejaeger@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:42+00:00","acceptedAt":"2025-03-06T13:08:42+00:00","userId":1953,"lastUpdatedAt":"2025-03-06T13:08:42+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1300,"partnerId":826,"sendViaEmail":true,"email":"Michiel.Brutsaert@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:43+00:00","acceptedAt":"2025-03-06T13:08:43+00:00","userId":1954,"lastUpdatedAt":"2025-03-06T13:08:43+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1301,"partnerId":826,"sendViaEmail":true,"email":"Charlotte.Vranken@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:44+00:00","acceptedAt":"2025-03-06T13:08:44+00:00","userId":1955,"lastUpdatedAt":"2025-03-06T13:08:44+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1302,"partnerId":826,"sendViaEmail":true,"email":"Evi.Denolet@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:44+00:00","acceptedAt":"2025-03-06T13:08:44+00:00","userId":1956,"lastUpdatedAt":"2025-03-06T13:08:44+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1303,"partnerId":826,"sendViaEmail":true,"email":"Heidi.Goossens@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:45+00:00","acceptedAt":"2025-03-06T13:08:45+00:00","userId":1957,"lastUpdatedAt":"2025-03-06T13:08:45+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1304,"partnerId":797,"sendViaEmail":false,"email":"jef.vangenechten@outlook.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T16:14:19+00:00","acceptedAt":"2025-03-06T16:14:19+00:00","userId":1658,"lastUpdatedAt":"2025-03-06T16:14:19+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1306,"partnerId":830,"sendViaEmail":false,"email":"jsmauclet@daoust.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-11T13:45:40+00:00","acceptedAt":"2025-03-11T13:45:40+00:00","userId":1962,"lastUpdatedAt":"2025-03-11T13:45:40+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1307,"partnerId":566,"sendViaEmail":false,"email":"jan.freson@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-11T17:30:11+00:00","acceptedAt":"2025-03-11T17:30:11+00:00","userId":948,"lastUpdatedAt":"2025-03-11T17:30:11+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1308,"partnerId":831,"sendViaEmail":true,"email":"Christiaan@vanbignoot.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-13T10:51:05+00:00","acceptedAt":"2025-03-13T10:51:06+00:00","userId":1967,"lastUpdatedAt":"2025-03-13T10:51:05+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1309,"partnerId":833,"sendViaEmail":true,"email":"willem.voets@promaz.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-16T21:10:39+00:00","acceptedAt":"2025-03-16T21:10:39+00:00","userId":1973,"lastUpdatedAt":"2025-03-16T21:10:39+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1310,"partnerId":833,"sendViaEmail":false,"email":"gert.moerenhout@promaz.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-16T21:12:55+00:00","acceptedAt":"2025-03-16T21:12:55+00:00","userId":1974,"lastUpdatedAt":"2025-03-16T21:12:55+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1311,"partnerId":833,"sendViaEmail":false,"email":"ludivine.ranwez@promaz.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-16T21:18:01+00:00","acceptedAt":"2025-03-16T21:18:01+00:00","userId":1975,"lastUpdatedAt":"2025-03-16T21:18:01+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1312,"partnerId":834,"sendViaEmail":false,"email":"xw.brawax@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-17T09:51:40+00:00","acceptedAt":"2025-03-17T09:51:40+00:00","userId":447,"lastUpdatedAt":"2025-03-17T09:51:40+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1313,"partnerId":835,"sendViaEmail":false,"email":"sandygo@me.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-17T13:50:02+00:00","acceptedAt":"2025-03-17T13:50:02+00:00","userId":1976,"lastUpdatedAt":"2025-03-17T13:50:02+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1314,"partnerId":240,"sendViaEmail":true,"email":"louisdegroote@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-19T09:09:51+00:00","acceptedAt":"2025-03-19T09:09:51+00:00","userId":1817,"lastUpdatedAt":"2025-03-19T09:09:51+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1316,"partnerId":704,"sendViaEmail":false,"email":"Jeroen@accofiska.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-26T14:18:27+00:00","acceptedAt":"2025-03-26T14:18:27+00:00","userId":1993,"lastUpdatedAt":"2025-03-26T14:18:27+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1317,"partnerId":838,"sendViaEmail":false,"email":"Marieke.veys@fcomedia.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-28T08:48:23+00:00","acceptedAt":"2025-03-28T08:48:23+00:00","userId":1997,"lastUpdatedAt":"2025-03-28T08:48:23+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1319,"partnerId":212,"sendViaEmail":false,"email":"stephan@ramenvanhecke.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-31T12:18:02+00:00","acceptedAt":"2025-03-31T12:18:02+00:00","userId":2001,"lastUpdatedAt":"2025-03-31T12:18:02+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1320,"partnerId":838,"sendViaEmail":false,"email":"jurgen.munghen@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-31T13:00:02+00:00","acceptedAt":"2025-03-31T13:00:02+00:00","userId":316,"lastUpdatedAt":"2025-03-31T13:00:02+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1321,"partnerId":839,"sendViaEmail":true,"email":"thomas.laloux@bofas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-31T23:24:51+00:00","acceptedAt":"2025-03-31T23:24:51+00:00","userId":2003,"lastUpdatedAt":"2025-03-31T23:24:51+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1322,"partnerId":670,"sendViaEmail":false,"email":"wim.van-roy@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-01T08:15:04+00:00","acceptedAt":"2025-04-01T08:15:04+00:00","userId":2004,"lastUpdatedAt":"2025-04-01T08:15:04+00:00"}} 
[2025-07-17 18:52:29] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1323,"partnerId":840,"sendViaEmail":true,"email":"claude@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-01T12:40:21+00:00","acceptedAt":"2025-04-01T12:40:21+00:00","userId":1941,"lastUpdatedAt":"2025-04-01T12:40:21+00:00"}} 
[2025-07-17 18:52:30] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":1324,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"Wesley@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-01T13:53:18+00:00\",\"acceptedAt\":\"2025-04-01T13:53:18+00:00\",\"userId\":2006,\"lastUpdatedAt\":\"2025-04-01T13:53:18+00:00\"},{\"id\":1325,\"partnerId\":841,\"sendViaEmail\":true,\"email\":\"nele@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T10:05:19+00:00\",\"acceptedAt\":\"2025-04-02T10:05:19+00:00\",\"userId\":1942,\"lastUpdatedAt\":\"2025-04-02T10:05:19+00:00\"},{\"id\":1326,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"brecht.vancamp@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T14:27:45+00:00\",\"acceptedAt\":\"2025-04-02T14:27:45+00:00\",\"userId\":2010,\"lastUpdatedAt\":\"2025-04-02T14:27:45+00:00\"},{\"id\":1327,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"sofie.noens@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T14:41:54+00:00\",\"acceptedAt\":\"2025-04-02T14:41:54+00:00\",\"userId\":2011,\"lastUpdatedAt\":\"2025-04-02T14:41:54+00:00\"},{\"id\":1328,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"robby.celen@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T14:46:44+00:00\",\"acceptedAt\":\"2025-04-02T14:46:44+00:00\",\"userId\":2012,\"lastUpdatedAt\":\"2025-04-02T14:46:44+00:00\"},{\"id\":1329,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"lode.claus@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T14:51:14+00:00\",\"acceptedAt\":\"2025-04-02T14:51:14+00:00\",\"userId\":2013,\"lastUpdatedAt\":\"2025-04-02T14:51:14+00:00\"},{\"id\":1331,\"partnerId\":588,\"sendViaEmail\":false,\"email\":\"Mustafa.Akca@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-03T12:29:19+00:00\",\"acceptedAt\":\"2025-04-03T12:29:19+00:00\",\"userId\":2017,\"lastUpdatedAt\":\"2025-04-03T12:29:19+00:00\"},{\"id\":1332,\"partnerId\":826,\"sendViaEmail\":false,\"email\":\"Dieter.Vandermeersch@sobi.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-04T10:35:14+00:00\",\"acceptedAt\":\"2025-04-04T10:35:14+00:00\",\"userId\":2020,\"lastUpdatedAt\":\"2025-05-05T06:37:03+00:00\"},{\"id\":1333,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"seppe.meeus@kimchoc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-09T15:05:27+00:00\",\"acceptedAt\":\"2025-04-09T15:05:28+00:00\",\"userId\":1961,\"lastUpdatedAt\":\"2025-04-09T15:05:27+00:00\"},{\"id\":1334,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"debby.henderick@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-10T16:14:54+00:00\",\"acceptedAt\":\"2025-04-10T16:14:54+00:00\",\"userId\":1988,\"lastUpdatedAt\":\"2025-04-10T16:14:54+00:00\"},{\"id\":1335,\"partnerId\":220,\"sendViaEmail\":false,\"email\":\"ilona@terdoel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-14T10:52:30+00:00\",\"acceptedAt\":\"2025-04-14T10:52:30+00:00\",\"userId\":2037,\"lastUpdatedAt\":\"2025-04-14T10:52:30+00:00\"},{\"id\":1336,\"partnerId\":845,\"sendViaEmail\":true,\"email\":\"noam@laadexpert.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-14T17:57:30+00:00\",\"acceptedAt\":\"2025-04-14T17:57:30+00:00\",\"userId\":2038,\"lastUpdatedAt\":\"2025-04-14T17:57:30+00:00\"},{\"id\":1338,\"partnerId\":795,\"sendViaEmail\":true,\"email\":\"laura@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-16T12:53:27+00:00\",\"acceptedAt\":\"2025-04-16T12:53:27+00:00\",\"userId\":2043,\"lastUpdatedAt\":\"2025-04-16T12:53:27+00:00\"},{\"id\":1339,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"k.eeckhoudt@hesse-lignal.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-17T08:06:38+00:00\",\"acceptedAt\":\"2025-04-17T08:06:38+00:00\",\"userId\":2045,\"lastUpdatedAt\":\"2025-04-17T08:06:38+00:00\"},{\"id\":1341,\"partnerId\":846,\"sendViaEmail\":false,\"email\":\"jeroenverbanck2505@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-23T09:02:57+00:00\",\"acceptedAt\":\"2025-04-23T09:02:57+00:00\",\"userId\":2054,\"lastUpdatedAt\":\"2025-04-23T09:02:57+00:00\"},{\"id\":1342,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"virginie.flammini@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-24T07:37:16+00:00\",\"acceptedAt\":\"2025-04-24T07:37:16+00:00\",\"userId\":2057,\"lastUpdatedAt\":\"2025-04-24T07:37:16+00:00\"},{\"id\":1343,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"virginie.maas@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-24T08:18:24+00:00\",\"acceptedAt\":\"2025-04-24T08:18:24+00:00\",\"userId\":2058,\"lastUpdatedAt\":\"2025-04-24T08:18:24+00:00\"},{\"id\":1345,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"ana.palma@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T08:46:56+00:00\",\"acceptedAt\":\"2025-04-25T08:46:56+00:00\",\"userId\":2015,\"lastUpdatedAt\":\"2025-04-25T08:46:56+00:00\"},{\"id\":1346,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"vandeputte.wouter@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T10:28:19+00:00\",\"acceptedAt\":\"2025-04-25T10:28:19+00:00\",\"userId\":2046,\"lastUpdatedAt\":\"2025-04-25T10:28:19+00:00\"},{\"id\":1347,\"partnerId\":847,\"sendViaEmail\":false,\"email\":\"ignace.depaepe@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T10:41:16+00:00\",\"acceptedAt\":\"2025-04-25T10:41:16+00:00\",\"userId\":2062,\"lastUpdatedAt\":\"2025-04-25T10:41:16+00:00\"},{\"id\":1348,\"partnerId\":848,\"sendViaEmail\":false,\"email\":\"filip.lannoy@in4fuels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T13:46:14+00:00\",\"acceptedAt\":\"2025-04-25T13:46:14+00:00\",\"userId\":2069,\"lastUpdatedAt\":\"2025-04-25T13:46:14+00:00\"},{\"id\":1349,\"partnerId\":848,\"sendViaEmail\":false,\"email\":\"guido.saenen@in4fuels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T13:50:54+00:00\",\"acceptedAt\":\"2025-04-25T13:50:54+00:00\",\"userId\":2070,\"lastUpdatedAt\":\"2025-04-25T13:50:54+00:00\"},{\"id\":1351,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"vital.vanbeginne@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-28T09:38:45+00:00\",\"acceptedAt\":\"2025-04-28T09:38:45+00:00\",\"userId\":2092,\"lastUpdatedAt\":\"2025-04-28T09:38:45+00:00\"},{\"id\":1352,\"partnerId\":313,\"sendViaEmail\":false,\"email\":\"carolzeng@hjlcharger.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-28T14:45:32+00:00\",\"acceptedAt\":\"2025-04-28T14:45:32+00:00\",\"userId\":2096,\"lastUpdatedAt\":\"2025-04-28T14:45:32+00:00\"},{\"id\":1353,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"joke@ravio.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-05T07:25:51+00:00\",\"acceptedAt\":\"2025-05-05T07:25:51+00:00\",\"userId\":2124,\"lastUpdatedAt\":\"2025-05-05T07:25:51+00:00\"},{\"id\":1356,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"antony@aravio.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-05T07:34:45+00:00\",\"acceptedAt\":\"2025-05-05T07:34:45+00:00\",\"userId\":2127,\"lastUpdatedAt\":\"2025-05-05T07:34:45+00:00\"},{\"id\":1357,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"Eric.niekerk@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-08T10:25:56+00:00\",\"acceptedAt\":\"2025-05-08T10:25:56+00:00\",\"userId\":2140,\"lastUpdatedAt\":\"2025-05-08T10:25:56+00:00\"},{\"id\":1358,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"jan.pauwels@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-08T10:27:49+00:00\",\"acceptedAt\":\"2025-05-08T10:27:49+00:00\",\"userId\":2141,\"lastUpdatedAt\":\"2025-05-08T10:27:49+00:00\"},{\"id\":1359,\"partnerId\":829,\"sendViaEmail\":false,\"email\":\"Dewitte.dieter@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-08T12:05:51+00:00\",\"acceptedAt\":\"2025-05-08T12:05:51+00:00\",\"userId\":2142,\"lastUpdatedAt\":\"2025-05-08T12:05:51+00:00\"},{\"id\":1360,\"partnerId\":797,\"sendViaEmail\":true,\"email\":\"christophe.cheron@outlook.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-08T13:47:01+00:00\",\"acceptedAt\":\"2025-05-08T13:47:01+00:00\",\"userId\":2134,\"lastUpdatedAt\":\"2025-05-08T13:47:01+00:00\"},{\"id\":1361,\"partnerId\":850,\"sendViaEmail\":false,\"email\":\"eve.verbeeck@capenti.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-12T08:27:55+00:00\",\"acceptedAt\":\"2025-05-12T08:27:55+00:00\",\"userId\":2155,\"lastUpdatedAt\":\"2025-05-12T08:27:55+00:00\"},{\"id\":1362,\"partnerId\":850,\"sendViaEmail\":false,\"email\":\"koen.heremans@capenti.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-12T08:30:38+00:00\",\"acceptedAt\":\"2025-05-12T08:30:38+00:00\",\"userId\":2156,\"lastUpdatedAt\":\"2025-05-12T08:30:38+00:00\"},{\"id\":1363,\"partnerId\":851,\"sendViaEmail\":true,\"email\":\"evelien.sibiet@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:18:27+00:00\",\"acceptedAt\":\"2025-05-13T16:18:27+00:00\",\"userId\":2167,\"lastUpdatedAt\":\"2025-05-13T16:23:46+00:00\"},{\"id\":1371,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"gino.maus@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:26:53+00:00\",\"acceptedAt\":\"2025-05-13T16:26:53+00:00\",\"userId\":2173,\"lastUpdatedAt\":\"2025-05-13T16:26:53+00:00\"},{\"id\":1372,\"partnerId\":851,\"sendViaEmail\":true,\"email\":\"johan.brouwer@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:28:24+00:00\",\"acceptedAt\":\"2025-05-13T16:28:24+00:00\",\"userId\":2169,\"lastUpdatedAt\":\"2025-05-13T16:28:24+00:00\"},{\"id\":1373,\"partnerId\":851,\"sendViaEmail\":true,\"email\":\"koen.lauwreins@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:28:39+00:00\",\"acceptedAt\":\"2025-05-13T16:28:39+00:00\",\"userId\":2170,\"lastUpdatedAt\":\"2025-05-13T16:28:39+00:00\"},{\"id\":1374,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"catherine.dejaegher@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:29:45+00:00\",\"acceptedAt\":\"2025-05-13T16:29:45+00:00\",\"userId\":2171,\"lastUpdatedAt\":\"2025-05-13T16:29:45+00:00\"},{\"id\":1375,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"jan.nijborg@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:30:01+00:00\",\"acceptedAt\":\"2025-05-13T16:30:01+00:00\",\"userId\":2168,\"lastUpdatedAt\":\"2025-05-13T16:30:01+00:00\"},{\"id\":1376,\"partnerId\":852,\"sendViaEmail\":false,\"email\":\"karoliengoelen@icloud.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-14T05:40:08+00:00\",\"acceptedAt\":\"2025-05-14T05:40:08+00:00\",\"userId\":726,\"lastUpdatedAt\":\"2025-05-14T05:40:08+00:00\"},{\"id\":1378,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"ralph.sanders@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-14T19:03:30+00:00\",\"acceptedAt\":\"2025-05-14T19:03:30+00:00\",\"userId\":2178,\"lastUpdatedAt\":\"2025-05-14T19:03:30+00:00\"},{\"id\":1379,\"partnerId\":346,\"sendViaEmail\":true,\"email\":\"patrick.grispen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-15T10:24:41+00:00\",\"acceptedAt\":\"2025-05-15T10:24:41+00:00\",\"userId\":475,\"lastUpdatedAt\":\"2025-05-15T10:24:41+00:00\"},{\"id\":1380,\"partnerId\":853,\"sendViaEmail\":false,\"email\":\"alain.bockstaele@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-15T11:45:24+00:00\",\"acceptedAt\":\"2025-05-15T11:45:24+00:00\",\"userId\":2174,\"lastUpdatedAt\":\"2025-05-15T11:45:24+00:00\"},{\"id\":1381,\"partnerId\":854,\"sendViaEmail\":false,\"email\":\"Glazenwasserij.benny@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-15T12:43:09+00:00\",\"acceptedAt\":\"2025-05-15T12:43:09+00:00\",\"userId\":2183,\"lastUpdatedAt\":\"2025-05-15T12:43:09+00:00\"},{\"id\":1382,\"partnerId\":855,\"sendViaEmail\":true,\"email\":\"valensolutionsbe@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-16T13:55:22+00:00\",\"acceptedAt\":\"2025-05-16T13:55:22+00:00\",\"userId\":1245,\"lastUpdatedAt\":\"2025-05-16T13:55:22+00:00\"},{\"id\":1384,\"partnerId\":856,\"sendViaEmail\":false,\"email\":\"christof@twin4u.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T08:56:48+00:00\",\"acceptedAt\":\"2025-05-19T08:56:48+00:00\",\"userId\":2199,\"lastUpdatedAt\":\"2025-05-19T08:56:48+00:00\"},{\"id\":1385,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"info@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T09:07:18+00:00\",\"acceptedAt\":\"2025-05-19T09:07:18+00:00\",\"userId\":2200,\"lastUpdatedAt\":\"2025-05-19T09:07:18+00:00\"},{\"id\":1386,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"w.lippens@hesse-lignal.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T13:34:27+00:00\",\"acceptedAt\":\"2025-05-19T13:34:27+00:00\",\"userId\":2203,\"lastUpdatedAt\":\"2025-05-19T13:34:27+00:00\"},{\"id\":1387,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"jenthe.laruelle@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T14:12:41+00:00\",\"acceptedAt\":\"2025-05-19T14:12:41+00:00\",\"userId\":2204,\"lastUpdatedAt\":\"2025-05-19T14:12:41+00:00\"},{\"id\":1388,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"christophe.leysen@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T14:23:00+00:00\",\"acceptedAt\":\"2025-05-19T14:23:00+00:00\",\"userId\":2205,\"lastUpdatedAt\":\"2025-05-19T14:23:00+00:00\"},{\"id\":1389,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"liam.verberght@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T14:23:57+00:00\",\"acceptedAt\":\"2025-05-19T14:23:57+00:00\",\"userId\":2206,\"lastUpdatedAt\":\"2025-05-19T14:23:57+00:00\"},{\"id\":1390,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Kristof.verstraelen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T14:25:51+00:00\",\"acceptedAt\":\"2025-05-19T14:25:51+00:00\",\"userId\":2207,\"lastUpdatedAt\":\"2025-05-19T14:25:51+00:00\"},{\"id\":1391,\"partnerId\":857,\"sendViaEmail\":false,\"email\":\"willy@immosafe.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-21T14:13:25+00:00\",\"acceptedAt\":\"2025-05-21T14:13:25+00:00\",\"userId\":2214,\"lastUpdatedAt\":\"2025-05-21T14:13:25+00:00\"},{\"id\":1393,\"partnerId\":857,\"sendViaEmail\":false,\"email\":\"nico.haegens@cldn.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-23T07:04:50+00:00\",\"acceptedAt\":\"2025-05-23T07:04:50+00:00\",\"userId\":2215,\"lastUpdatedAt\":\"2025-05-23T07:04:50+00:00\"},{\"id\":1394,\"partnerId\":858,\"sendViaEmail\":true,\"email\":\"frank.liesse@belnot.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-23T10:44:20+00:00\",\"acceptedAt\":\"2025-05-23T10:44:20+00:00\",\"userId\":2130,\"lastUpdatedAt\":\"2025-05-23T10:44:20+00:00\"},{\"id\":1395,\"partnerId\":859,\"sendViaEmail\":true,\"email\":\"ingevandijk@laurensint.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-23T11:45:17+00:00\",\"acceptedAt\":\"2025-05-23T11:45:17+00:00\",\"userId\":2147,\"lastUpdatedAt\":\"2025-05-23T11:45:17+00:00\"},{\"id\":1396,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"Jonathan@Recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-27T16:04:44+00:00\",\"acceptedAt\":\"2025-05-27T16:04:44+00:00\",\"userId\":2238,\"lastUpdatedAt\":\"2025-05-27T16:04:44+00:00\"},{\"id\":1397,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"Erma@Recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-27T16:04:53+00:00\",\"acceptedAt\":\"2025-05-27T16:04:53+00:00\",\"userId\":2237,\"lastUpdatedAt\":\"2025-05-27T16:04:53+00:00\"},{\"id\":1398,\"partnerId\":313,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-29T15:36:27+00:00\",\"acceptedAt\":\"2025-05-29T15:36:27+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2025-05-29T15:36:27+00:00\"},{\"id\":1399,\"partnerId\":313,\"sendViaEmail\":true,\"email\":\"valensolutionsbe@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-29T15:37:51+00:00\",\"acceptedAt\":\"2025-05-29T15:37:51+00:00\",\"userId\":1245,\"lastUpdatedAt\":\"2025-05-29T15:37:51+00:00\"},{\"id\":1401,\"partnerId\":860,\"sendViaEmail\":true,\"email\":\"spitaels.yannick@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-02T08:32:35+00:00\",\"acceptedAt\":\"2025-06-02T08:32:36+00:00\",\"userId\":2268,\"lastUpdatedAt\":\"2025-06-02T08:32:35+00:00\"},{\"id\":1402,\"partnerId\":864,\"sendViaEmail\":false,\"email\":\"iw@ebluedrive.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-03T08:56:49+00:00\",\"acceptedAt\":\"2025-06-03T08:56:49+00:00\",\"userId\":1999,\"lastUpdatedAt\":\"2025-06-03T08:56:49+00:00\"},{\"id\":1405,\"partnerId\":865,\"sendViaEmail\":true,\"email\":\"w.oostvogels@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-05T10:45:27+00:00\",\"acceptedAt\":\"2025-06-05T10:45:27+00:00\",\"userId\":2272,\"lastUpdatedAt\":\"2025-06-05T10:45:27+00:00\"},{\"id\":1406,\"partnerId\":788,\"sendViaEmail\":false,\"email\":\"panida.thierens@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-05T11:32:16+00:00\",\"acceptedAt\":\"2025-06-05T11:32:16+00:00\",\"userId\":2224,\"lastUpdatedAt\":\"2025-06-05T11:32:16+00:00\"},{\"id\":1407,\"partnerId\":866,\"sendViaEmail\":true,\"email\":\"giel.van.heybeeck@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-05T12:22:03+00:00\",\"acceptedAt\":\"2025-06-05T12:22:03+00:00\",\"userId\":1931,\"lastUpdatedAt\":\"2025-06-05T12:22:03+00:00\"},{\"id\":1409,\"partnerId\":868,\"sendViaEmail\":false,\"email\":\"j.wuyts.loodgieterij@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-10T13:04:40+00:00\",\"acceptedAt\":\"2025-06-10T13:04:40+00:00\",\"userId\":2299,\"lastUpdatedAt\":\"2025-06-10T13:04:40+00:00\"},{\"id\":1410,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"Herald.mulder@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-12T13:11:11+00:00\",\"acceptedAt\":\"2025-06-12T13:11:11+00:00\",\"userId\":2305,\"lastUpdatedAt\":\"2025-06-12T13:11:11+00:00\"},{\"id\":1411,\"partnerId\":865,\"sendViaEmail\":true,\"email\":\"katrien.gysen@brusselsairport.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-13T09:30:18+00:00\",\"acceptedAt\":\"2025-06-13T09:30:18+00:00\",\"userId\":2275,\"lastUpdatedAt\":\"2025-06-13T09:30:18+00:00\"},{\"id\":1412,\"partnerId\":260,\"sendViaEmail\":false,\"email\":\"jamo.consulting@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-19T08:57:39+00:00\",\"acceptedAt\":\"2025-06-19T08:57:39+00:00\",\"userId\":2094,\"lastUpdatedAt\":\"2025-06-19T08:57:39+00:00\"},{\"id\":1413,\"partnerId\":528,\"sendViaEmail\":true,\"email\":\"Karen@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T08:31:23+00:00\",\"acceptedAt\":\"2025-06-20T08:31:23+00:00\",\"userId\":1574,\"lastUpdatedAt\":\"2025-06-20T08:31:23+00:00\"},{\"id\":1414,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"heidi.vanbergen@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:27+00:00\",\"acceptedAt\":\"2025-06-20T11:29:27+00:00\",\"userId\":2317,\"lastUpdatedAt\":\"2025-06-20T11:29:27+00:00\"},{\"id\":1415,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"eric.dewaet@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:27+00:00\",\"acceptedAt\":\"2025-06-20T11:29:27+00:00\",\"userId\":2318,\"lastUpdatedAt\":\"2025-06-20T11:29:27+00:00\"},{\"id\":1416,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"daisy.claes@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:27+00:00\",\"acceptedAt\":\"2025-06-20T11:29:27+00:00\",\"userId\":2319,\"lastUpdatedAt\":\"2025-06-20T11:29:27+00:00\"},{\"id\":1417,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"annelies.evens@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:27+00:00\",\"acceptedAt\":\"2025-06-20T11:29:27+00:00\",\"userId\":2320,\"lastUpdatedAt\":\"2025-06-20T11:29:27+00:00\"},{\"id\":1418,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"shana.vanhoutte@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:28+00:00\",\"acceptedAt\":\"2025-06-20T11:29:28+00:00\",\"userId\":2321,\"lastUpdatedAt\":\"2025-06-20T11:29:28+00:00\"},{\"id\":1419,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"alexis.degrauwe@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:28+00:00\",\"acceptedAt\":\"2025-06-20T11:29:28+00:00\",\"userId\":2322,\"lastUpdatedAt\":\"2025-06-20T11:29:28+00:00\"},{\"id\":1420,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"anthony.fierens@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:28+00:00\",\"acceptedAt\":\"2025-06-20T11:29:28+00:00\",\"userId\":2323,\"lastUpdatedAt\":\"2025-06-20T11:29:28+00:00\"},{\"id\":1421,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"hans.debont@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:28+00:00\",\"acceptedAt\":\"2025-06-20T11:29:28+00:00\",\"userId\":2324,\"lastUpdatedAt\":\"2025-06-20T11:29:28+00:00\"},{\"id\":1422,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"phellice.timmermans@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:29+00:00\",\"acceptedAt\":\"2025-06-20T11:29:29+00:00\",\"userId\":2325,\"lastUpdatedAt\":\"2025-06-20T11:29:29+00:00\"},{\"id\":1423,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"frieda.geeurickx@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:29+00:00\",\"acceptedAt\":\"2025-06-20T11:29:29+00:00\",\"userId\":2326,\"lastUpdatedAt\":\"2025-06-20T11:29:29+00:00\"},{\"id\":1424,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"greet.vanderstraeten@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:29+00:00\",\"acceptedAt\":\"2025-06-20T11:29:29+00:00\",\"userId\":2327,\"lastUpdatedAt\":\"2025-06-20T11:29:29+00:00\"},{\"id\":1425,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"kevin.germis@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:30+00:00\",\"acceptedAt\":\"2025-06-20T11:29:30+00:00\",\"userId\":2328,\"lastUpdatedAt\":\"2025-06-20T11:29:30+00:00\"},{\"id\":1426,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"jan.verellen@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:30+00:00\",\"acceptedAt\":\"2025-06-20T11:29:30+00:00\",\"userId\":2329,\"lastUpdatedAt\":\"2025-06-20T11:29:30+00:00\"},{\"id\":1427,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"karolien.vleugels@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:30+00:00\",\"acceptedAt\":\"2025-06-20T11:29:30+00:00\",\"userId\":2330,\"lastUpdatedAt\":\"2025-06-20T11:29:30+00:00\"},{\"id\":1428,\"partnerId\":59,\"sendViaEmail\":false,\"email\":\"silke.roose@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T16:48:46+00:00\",\"acceptedAt\":\"2025-06-20T16:48:46+00:00\",\"userId\":2331,\"lastUpdatedAt\":\"2025-06-20T16:48:46+00:00\"},{\"id\":1429,\"partnerId\":826,\"sendViaEmail\":false,\"email\":\"Kelly.CUMPS@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-23T10:49:10+00:00\",\"acceptedAt\":\"2025-06-23T10:49:10+00:00\",\"userId\":2335,\"lastUpdatedAt\":\"2025-06-23T10:49:10+00:00\"},{\"id\":1430,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"jorrit.vanderdonck@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:49+00:00\",\"acceptedAt\":\"2025-06-25T11:02:49+00:00\",\"userId\":2339,\"lastUpdatedAt\":\"2025-06-25T11:02:49+00:00\"},{\"id\":1431,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"koen.minnebach@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:50+00:00\",\"acceptedAt\":\"2025-06-25T11:02:50+00:00\",\"userId\":2340,\"lastUpdatedAt\":\"2025-06-25T11:02:50+00:00\"},{\"id\":1432,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"tymon.brauns@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:50+00:00\",\"acceptedAt\":\"2025-06-25T11:02:50+00:00\",\"userId\":2341,\"lastUpdatedAt\":\"2025-06-25T11:02:50+00:00\"},{\"id\":1433,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"gunter.vandendriessche@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:50+00:00\",\"acceptedAt\":\"2025-06-25T11:02:50+00:00\",\"userId\":2342,\"lastUpdatedAt\":\"2025-06-25T11:02:50+00:00\"},{\"id\":1434,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"dylan.de.poorter@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:51+00:00\",\"acceptedAt\":\"2025-06-25T11:02:51+00:00\",\"userId\":2343,\"lastUpdatedAt\":\"2025-06-25T11:02:51+00:00\"},{\"id\":1435,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"jessica.vannoten@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:51+00:00\",\"acceptedAt\":\"2025-06-25T11:02:51+00:00\",\"userId\":2344,\"lastUpdatedAt\":\"2025-06-25T11:02:51+00:00\"},{\"id\":1436,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"vincent.kim@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:51+00:00\",\"acceptedAt\":\"2025-06-25T11:02:51+00:00\",\"userId\":2345,\"lastUpdatedAt\":\"2025-06-25T11:02:51+00:00\"},{\"id\":1437,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"patrik.hillen@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:51+00:00\",\"acceptedAt\":\"2025-06-25T11:02:51+00:00\",\"userId\":2346,\"lastUpdatedAt\":\"2025-06-25T11:02:51+00:00\"},{\"id\":1438,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"sarah.jacobs@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:52+00:00\",\"acceptedAt\":\"2025-06-25T11:02:52+00:00\",\"userId\":2347,\"lastUpdatedAt\":\"2025-06-25T11:02:52+00:00\"},{\"id\":1439,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"koen.wouters@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:52+00:00\",\"acceptedAt\":\"2025-06-25T11:02:52+00:00\",\"userId\":2348,\"lastUpdatedAt\":\"2025-06-25T11:02:52+00:00\"},{\"id\":1440,\"partnerId\":752,\"sendViaEmail\":false,\"email\":\"Dimitri.Schotmans@kimchoc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T14:20:23+00:00\",\"acceptedAt\":\"2025-06-25T14:20:23+00:00\",\"userId\":2349,\"lastUpdatedAt\":\"2025-06-25T14:20:23+00:00\"},{\"id\":1441,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"bollen.wim3@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T15:24:40+00:00\",\"acceptedAt\":\"2025-06-25T15:24:40+00:00\",\"userId\":2221,\"lastUpdatedAt\":\"2025-06-25T15:24:40+00:00\"},{\"id\":1442,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"bob@ravio.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T15:25:22+00:00\",\"acceptedAt\":\"2025-06-25T15:25:22+00:00\",\"userId\":2126,\"lastUpdatedAt\":\"2025-06-25T15:25:22+00:00\"},{\"id\":1443,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"mathieu@ravio.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T15:25:54+00:00\",\"acceptedAt\":\"2025-06-25T15:25:54+00:00\",\"userId\":2125,\"lastUpdatedAt\":\"2025-06-25T15:25:54+00:00\"},{\"id\":1444,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"alexandre.gras@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-27T10:12:21+00:00\",\"acceptedAt\":\"2025-06-27T10:12:21+00:00\",\"userId\":2357,\"lastUpdatedAt\":\"2025-06-27T10:12:21+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\"},\"meta\":{\"current_page\":11,\"from\":1001,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":1100,\"total\":1122}}"} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1324,"partnerId":528,"sendViaEmail":false,"email":"Wesley@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-01T13:53:18+00:00","acceptedAt":"2025-04-01T13:53:18+00:00","userId":2006,"lastUpdatedAt":"2025-04-01T13:53:18+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1325,"partnerId":841,"sendViaEmail":true,"email":"nele@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-04-02T10:05:19+00:00","acceptedAt":"2025-04-02T10:05:19+00:00","userId":1942,"lastUpdatedAt":"2025-04-02T10:05:19+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1326,"partnerId":842,"sendViaEmail":false,"email":"brecht.vancamp@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-02T14:27:45+00:00","acceptedAt":"2025-04-02T14:27:45+00:00","userId":2010,"lastUpdatedAt":"2025-04-02T14:27:45+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1327,"partnerId":842,"sendViaEmail":false,"email":"sofie.noens@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-02T14:41:54+00:00","acceptedAt":"2025-04-02T14:41:54+00:00","userId":2011,"lastUpdatedAt":"2025-04-02T14:41:54+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1328,"partnerId":842,"sendViaEmail":false,"email":"robby.celen@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-02T14:46:44+00:00","acceptedAt":"2025-04-02T14:46:44+00:00","userId":2012,"lastUpdatedAt":"2025-04-02T14:46:44+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1329,"partnerId":842,"sendViaEmail":false,"email":"lode.claus@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-02T14:51:14+00:00","acceptedAt":"2025-04-02T14:51:14+00:00","userId":2013,"lastUpdatedAt":"2025-04-02T14:51:14+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1331,"partnerId":588,"sendViaEmail":false,"email":"Mustafa.Akca@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-03T12:29:19+00:00","acceptedAt":"2025-04-03T12:29:19+00:00","userId":2017,"lastUpdatedAt":"2025-04-03T12:29:19+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1332,"partnerId":826,"sendViaEmail":false,"email":"Dieter.Vandermeersch@sobi.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-04T10:35:14+00:00","acceptedAt":"2025-04-04T10:35:14+00:00","userId":2020,"lastUpdatedAt":"2025-05-05T06:37:03+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1333,"partnerId":752,"sendViaEmail":true,"email":"seppe.meeus@kimchoc.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-09T15:05:27+00:00","acceptedAt":"2025-04-09T15:05:28+00:00","userId":1961,"lastUpdatedAt":"2025-04-09T15:05:27+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1334,"partnerId":20,"sendViaEmail":true,"email":"debby.henderick@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-10T16:14:54+00:00","acceptedAt":"2025-04-10T16:14:54+00:00","userId":1988,"lastUpdatedAt":"2025-04-10T16:14:54+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1335,"partnerId":220,"sendViaEmail":false,"email":"ilona@terdoel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-14T10:52:30+00:00","acceptedAt":"2025-04-14T10:52:30+00:00","userId":2037,"lastUpdatedAt":"2025-04-14T10:52:30+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1336,"partnerId":845,"sendViaEmail":true,"email":"noam@laadexpert.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-14T17:57:30+00:00","acceptedAt":"2025-04-14T17:57:30+00:00","userId":2038,"lastUpdatedAt":"2025-04-14T17:57:30+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1338,"partnerId":795,"sendViaEmail":true,"email":"laura@embridge.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-16T12:53:27+00:00","acceptedAt":"2025-04-16T12:53:27+00:00","userId":2043,"lastUpdatedAt":"2025-04-16T12:53:27+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1339,"partnerId":58,"sendViaEmail":false,"email":"k.eeckhoudt@hesse-lignal.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-17T08:06:38+00:00","acceptedAt":"2025-04-17T08:06:38+00:00","userId":2045,"lastUpdatedAt":"2025-04-17T08:06:38+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1341,"partnerId":846,"sendViaEmail":false,"email":"jeroenverbanck2505@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-23T09:02:57+00:00","acceptedAt":"2025-04-23T09:02:57+00:00","userId":2054,"lastUpdatedAt":"2025-04-23T09:02:57+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1342,"partnerId":20,"sendViaEmail":false,"email":"virginie.flammini@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-24T07:37:16+00:00","acceptedAt":"2025-04-24T07:37:16+00:00","userId":2057,"lastUpdatedAt":"2025-04-24T07:37:16+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1343,"partnerId":581,"sendViaEmail":false,"email":"virginie.maas@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-24T08:18:24+00:00","acceptedAt":"2025-04-24T08:18:24+00:00","userId":2058,"lastUpdatedAt":"2025-04-24T08:18:24+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1345,"partnerId":826,"sendViaEmail":true,"email":"ana.palma@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-25T08:46:56+00:00","acceptedAt":"2025-04-25T08:46:56+00:00","userId":2015,"lastUpdatedAt":"2025-04-25T08:46:56+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1346,"partnerId":797,"sendViaEmail":false,"email":"vandeputte.wouter@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-04-25T10:28:19+00:00","acceptedAt":"2025-04-25T10:28:19+00:00","userId":2046,"lastUpdatedAt":"2025-04-25T10:28:19+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1347,"partnerId":847,"sendViaEmail":false,"email":"ignace.depaepe@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-04-25T10:41:16+00:00","acceptedAt":"2025-04-25T10:41:16+00:00","userId":2062,"lastUpdatedAt":"2025-04-25T10:41:16+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1348,"partnerId":848,"sendViaEmail":false,"email":"filip.lannoy@in4fuels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-25T13:46:14+00:00","acceptedAt":"2025-04-25T13:46:14+00:00","userId":2069,"lastUpdatedAt":"2025-04-25T13:46:14+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1349,"partnerId":848,"sendViaEmail":false,"email":"guido.saenen@in4fuels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-25T13:50:54+00:00","acceptedAt":"2025-04-25T13:50:54+00:00","userId":2070,"lastUpdatedAt":"2025-04-25T13:50:54+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1351,"partnerId":670,"sendViaEmail":false,"email":"vital.vanbeginne@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-28T09:38:45+00:00","acceptedAt":"2025-04-28T09:38:45+00:00","userId":2092,"lastUpdatedAt":"2025-04-28T09:38:45+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1352,"partnerId":313,"sendViaEmail":false,"email":"carolzeng@hjlcharger.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-28T14:45:32+00:00","acceptedAt":"2025-04-28T14:45:32+00:00","userId":2096,"lastUpdatedAt":"2025-04-28T14:45:32+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1353,"partnerId":849,"sendViaEmail":false,"email":"joke@ravio.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-05T07:25:51+00:00","acceptedAt":"2025-05-05T07:25:51+00:00","userId":2124,"lastUpdatedAt":"2025-05-05T07:25:51+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1356,"partnerId":849,"sendViaEmail":false,"email":"antony@aravio.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-05T07:34:45+00:00","acceptedAt":"2025-05-05T07:34:45+00:00","userId":2127,"lastUpdatedAt":"2025-05-05T07:34:45+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1357,"partnerId":670,"sendViaEmail":false,"email":"Eric.niekerk@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-08T10:25:56+00:00","acceptedAt":"2025-05-08T10:25:56+00:00","userId":2140,"lastUpdatedAt":"2025-05-08T10:25:56+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1358,"partnerId":670,"sendViaEmail":false,"email":"jan.pauwels@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-08T10:27:49+00:00","acceptedAt":"2025-05-08T10:27:49+00:00","userId":2141,"lastUpdatedAt":"2025-05-08T10:27:49+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1359,"partnerId":829,"sendViaEmail":false,"email":"Dewitte.dieter@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-08T12:05:51+00:00","acceptedAt":"2025-05-08T12:05:51+00:00","userId":2142,"lastUpdatedAt":"2025-05-08T12:05:51+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1360,"partnerId":797,"sendViaEmail":true,"email":"christophe.cheron@outlook.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-08T13:47:01+00:00","acceptedAt":"2025-05-08T13:47:01+00:00","userId":2134,"lastUpdatedAt":"2025-05-08T13:47:01+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1361,"partnerId":850,"sendViaEmail":false,"email":"eve.verbeeck@capenti.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-12T08:27:55+00:00","acceptedAt":"2025-05-12T08:27:55+00:00","userId":2155,"lastUpdatedAt":"2025-05-12T08:27:55+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1362,"partnerId":850,"sendViaEmail":false,"email":"koen.heremans@capenti.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-12T08:30:38+00:00","acceptedAt":"2025-05-12T08:30:38+00:00","userId":2156,"lastUpdatedAt":"2025-05-12T08:30:38+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1363,"partnerId":851,"sendViaEmail":true,"email":"evelien.sibiet@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-13T16:18:27+00:00","acceptedAt":"2025-05-13T16:18:27+00:00","userId":2167,"lastUpdatedAt":"2025-05-13T16:23:46+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1371,"partnerId":851,"sendViaEmail":false,"email":"gino.maus@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-13T16:26:53+00:00","acceptedAt":"2025-05-13T16:26:53+00:00","userId":2173,"lastUpdatedAt":"2025-05-13T16:26:53+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1372,"partnerId":851,"sendViaEmail":true,"email":"johan.brouwer@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-13T16:28:24+00:00","acceptedAt":"2025-05-13T16:28:24+00:00","userId":2169,"lastUpdatedAt":"2025-05-13T16:28:24+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1373,"partnerId":851,"sendViaEmail":true,"email":"koen.lauwreins@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-13T16:28:39+00:00","acceptedAt":"2025-05-13T16:28:39+00:00","userId":2170,"lastUpdatedAt":"2025-05-13T16:28:39+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1374,"partnerId":851,"sendViaEmail":false,"email":"catherine.dejaegher@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-13T16:29:45+00:00","acceptedAt":"2025-05-13T16:29:45+00:00","userId":2171,"lastUpdatedAt":"2025-05-13T16:29:45+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1375,"partnerId":851,"sendViaEmail":false,"email":"jan.nijborg@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-13T16:30:01+00:00","acceptedAt":"2025-05-13T16:30:01+00:00","userId":2168,"lastUpdatedAt":"2025-05-13T16:30:01+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1376,"partnerId":852,"sendViaEmail":false,"email":"karoliengoelen@icloud.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-14T05:40:08+00:00","acceptedAt":"2025-05-14T05:40:08+00:00","userId":726,"lastUpdatedAt":"2025-05-14T05:40:08+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1378,"partnerId":851,"sendViaEmail":false,"email":"ralph.sanders@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-14T19:03:30+00:00","acceptedAt":"2025-05-14T19:03:30+00:00","userId":2178,"lastUpdatedAt":"2025-05-14T19:03:30+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1379,"partnerId":346,"sendViaEmail":true,"email":"patrick.grispen@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-15T10:24:41+00:00","acceptedAt":"2025-05-15T10:24:41+00:00","userId":475,"lastUpdatedAt":"2025-05-15T10:24:41+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1380,"partnerId":853,"sendViaEmail":false,"email":"alain.bockstaele@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-15T11:45:24+00:00","acceptedAt":"2025-05-15T11:45:24+00:00","userId":2174,"lastUpdatedAt":"2025-05-15T11:45:24+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1381,"partnerId":854,"sendViaEmail":false,"email":"Glazenwasserij.benny@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-15T12:43:09+00:00","acceptedAt":"2025-05-15T12:43:09+00:00","userId":2183,"lastUpdatedAt":"2025-05-15T12:43:09+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1382,"partnerId":855,"sendViaEmail":true,"email":"valensolutionsbe@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-16T13:55:22+00:00","acceptedAt":"2025-05-16T13:55:22+00:00","userId":1245,"lastUpdatedAt":"2025-05-16T13:55:22+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1384,"partnerId":856,"sendViaEmail":false,"email":"christof@twin4u.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-19T08:56:48+00:00","acceptedAt":"2025-05-19T08:56:48+00:00","userId":2199,"lastUpdatedAt":"2025-05-19T08:56:48+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1385,"partnerId":851,"sendViaEmail":false,"email":"info@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-19T09:07:18+00:00","acceptedAt":"2025-05-19T09:07:18+00:00","userId":2200,"lastUpdatedAt":"2025-05-19T09:07:18+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1386,"partnerId":58,"sendViaEmail":false,"email":"w.lippens@hesse-lignal.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-19T13:34:27+00:00","acceptedAt":"2025-05-19T13:34:27+00:00","userId":2203,"lastUpdatedAt":"2025-05-19T13:34:27+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1387,"partnerId":842,"sendViaEmail":false,"email":"jenthe.laruelle@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-19T14:12:41+00:00","acceptedAt":"2025-05-19T14:12:41+00:00","userId":2204,"lastUpdatedAt":"2025-05-19T14:12:41+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1388,"partnerId":797,"sendViaEmail":false,"email":"christophe.leysen@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-19T14:23:00+00:00","acceptedAt":"2025-05-19T14:23:00+00:00","userId":2205,"lastUpdatedAt":"2025-05-19T14:23:00+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1389,"partnerId":797,"sendViaEmail":false,"email":"liam.verberght@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-19T14:23:57+00:00","acceptedAt":"2025-05-19T14:23:57+00:00","userId":2206,"lastUpdatedAt":"2025-05-19T14:23:57+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1390,"partnerId":20,"sendViaEmail":false,"email":"Kristof.verstraelen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-19T14:25:51+00:00","acceptedAt":"2025-05-19T14:25:51+00:00","userId":2207,"lastUpdatedAt":"2025-05-19T14:25:51+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1391,"partnerId":857,"sendViaEmail":false,"email":"willy@immosafe.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-21T14:13:25+00:00","acceptedAt":"2025-05-21T14:13:25+00:00","userId":2214,"lastUpdatedAt":"2025-05-21T14:13:25+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1393,"partnerId":857,"sendViaEmail":false,"email":"nico.haegens@cldn.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-23T07:04:50+00:00","acceptedAt":"2025-05-23T07:04:50+00:00","userId":2215,"lastUpdatedAt":"2025-05-23T07:04:50+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1394,"partnerId":858,"sendViaEmail":true,"email":"frank.liesse@belnot.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-23T10:44:20+00:00","acceptedAt":"2025-05-23T10:44:20+00:00","userId":2130,"lastUpdatedAt":"2025-05-23T10:44:20+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1395,"partnerId":859,"sendViaEmail":true,"email":"ingevandijk@laurensint.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-23T11:45:17+00:00","acceptedAt":"2025-05-23T11:45:17+00:00","userId":2147,"lastUpdatedAt":"2025-05-23T11:45:17+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1396,"partnerId":528,"sendViaEmail":false,"email":"Jonathan@Recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-27T16:04:44+00:00","acceptedAt":"2025-05-27T16:04:44+00:00","userId":2238,"lastUpdatedAt":"2025-05-27T16:04:44+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1397,"partnerId":528,"sendViaEmail":false,"email":"Erma@Recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-27T16:04:53+00:00","acceptedAt":"2025-05-27T16:04:53+00:00","userId":2237,"lastUpdatedAt":"2025-05-27T16:04:53+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1398,"partnerId":313,"sendViaEmail":true,"email":"john@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-29T15:36:27+00:00","acceptedAt":"2025-05-29T15:36:27+00:00","userId":88,"lastUpdatedAt":"2025-05-29T15:36:27+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1399,"partnerId":313,"sendViaEmail":true,"email":"valensolutionsbe@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-29T15:37:51+00:00","acceptedAt":"2025-05-29T15:37:51+00:00","userId":1245,"lastUpdatedAt":"2025-05-29T15:37:51+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1401,"partnerId":860,"sendViaEmail":true,"email":"spitaels.yannick@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-02T08:32:35+00:00","acceptedAt":"2025-06-02T08:32:36+00:00","userId":2268,"lastUpdatedAt":"2025-06-02T08:32:35+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1402,"partnerId":864,"sendViaEmail":false,"email":"iw@ebluedrive.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-03T08:56:49+00:00","acceptedAt":"2025-06-03T08:56:49+00:00","userId":1999,"lastUpdatedAt":"2025-06-03T08:56:49+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1405,"partnerId":865,"sendViaEmail":true,"email":"w.oostvogels@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-05T10:45:27+00:00","acceptedAt":"2025-06-05T10:45:27+00:00","userId":2272,"lastUpdatedAt":"2025-06-05T10:45:27+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1406,"partnerId":788,"sendViaEmail":false,"email":"panida.thierens@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-05T11:32:16+00:00","acceptedAt":"2025-06-05T11:32:16+00:00","userId":2224,"lastUpdatedAt":"2025-06-05T11:32:16+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1407,"partnerId":866,"sendViaEmail":true,"email":"giel.van.heybeeck@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-05T12:22:03+00:00","acceptedAt":"2025-06-05T12:22:03+00:00","userId":1931,"lastUpdatedAt":"2025-06-05T12:22:03+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1409,"partnerId":868,"sendViaEmail":false,"email":"j.wuyts.loodgieterij@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-10T13:04:40+00:00","acceptedAt":"2025-06-10T13:04:40+00:00","userId":2299,"lastUpdatedAt":"2025-06-10T13:04:40+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1410,"partnerId":670,"sendViaEmail":false,"email":"Herald.mulder@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-12T13:11:11+00:00","acceptedAt":"2025-06-12T13:11:11+00:00","userId":2305,"lastUpdatedAt":"2025-06-12T13:11:11+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1411,"partnerId":865,"sendViaEmail":true,"email":"katrien.gysen@brusselsairport.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-13T09:30:18+00:00","acceptedAt":"2025-06-13T09:30:18+00:00","userId":2275,"lastUpdatedAt":"2025-06-13T09:30:18+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1412,"partnerId":260,"sendViaEmail":false,"email":"jamo.consulting@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-19T08:57:39+00:00","acceptedAt":"2025-06-19T08:57:39+00:00","userId":2094,"lastUpdatedAt":"2025-06-19T08:57:39+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1413,"partnerId":528,"sendViaEmail":true,"email":"Karen@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-20T08:31:23+00:00","acceptedAt":"2025-06-20T08:31:23+00:00","userId":1574,"lastUpdatedAt":"2025-06-20T08:31:23+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1414,"partnerId":873,"sendViaEmail":true,"email":"heidi.vanbergen@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:27+00:00","acceptedAt":"2025-06-20T11:29:27+00:00","userId":2317,"lastUpdatedAt":"2025-06-20T11:29:27+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1415,"partnerId":873,"sendViaEmail":true,"email":"eric.dewaet@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:27+00:00","acceptedAt":"2025-06-20T11:29:27+00:00","userId":2318,"lastUpdatedAt":"2025-06-20T11:29:27+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1416,"partnerId":873,"sendViaEmail":true,"email":"daisy.claes@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:27+00:00","acceptedAt":"2025-06-20T11:29:27+00:00","userId":2319,"lastUpdatedAt":"2025-06-20T11:29:27+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1417,"partnerId":873,"sendViaEmail":true,"email":"annelies.evens@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:27+00:00","acceptedAt":"2025-06-20T11:29:27+00:00","userId":2320,"lastUpdatedAt":"2025-06-20T11:29:27+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1418,"partnerId":873,"sendViaEmail":true,"email":"shana.vanhoutte@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:28+00:00","acceptedAt":"2025-06-20T11:29:28+00:00","userId":2321,"lastUpdatedAt":"2025-06-20T11:29:28+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1419,"partnerId":873,"sendViaEmail":true,"email":"alexis.degrauwe@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:28+00:00","acceptedAt":"2025-06-20T11:29:28+00:00","userId":2322,"lastUpdatedAt":"2025-06-20T11:29:28+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1420,"partnerId":873,"sendViaEmail":true,"email":"anthony.fierens@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:28+00:00","acceptedAt":"2025-06-20T11:29:28+00:00","userId":2323,"lastUpdatedAt":"2025-06-20T11:29:28+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1421,"partnerId":873,"sendViaEmail":true,"email":"hans.debont@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:28+00:00","acceptedAt":"2025-06-20T11:29:28+00:00","userId":2324,"lastUpdatedAt":"2025-06-20T11:29:28+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1422,"partnerId":873,"sendViaEmail":true,"email":"phellice.timmermans@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:29+00:00","acceptedAt":"2025-06-20T11:29:29+00:00","userId":2325,"lastUpdatedAt":"2025-06-20T11:29:29+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1423,"partnerId":873,"sendViaEmail":true,"email":"frieda.geeurickx@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:29+00:00","acceptedAt":"2025-06-20T11:29:29+00:00","userId":2326,"lastUpdatedAt":"2025-06-20T11:29:29+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1424,"partnerId":873,"sendViaEmail":true,"email":"greet.vanderstraeten@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:29+00:00","acceptedAt":"2025-06-20T11:29:29+00:00","userId":2327,"lastUpdatedAt":"2025-06-20T11:29:29+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1425,"partnerId":873,"sendViaEmail":true,"email":"kevin.germis@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:30+00:00","acceptedAt":"2025-06-20T11:29:30+00:00","userId":2328,"lastUpdatedAt":"2025-06-20T11:29:30+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1426,"partnerId":873,"sendViaEmail":true,"email":"jan.verellen@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:30+00:00","acceptedAt":"2025-06-20T11:29:30+00:00","userId":2329,"lastUpdatedAt":"2025-06-20T11:29:30+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1427,"partnerId":873,"sendViaEmail":true,"email":"karolien.vleugels@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:30+00:00","acceptedAt":"2025-06-20T11:29:30+00:00","userId":2330,"lastUpdatedAt":"2025-06-20T11:29:30+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1428,"partnerId":59,"sendViaEmail":false,"email":"silke.roose@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-20T16:48:46+00:00","acceptedAt":"2025-06-20T16:48:46+00:00","userId":2331,"lastUpdatedAt":"2025-06-20T16:48:46+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1429,"partnerId":826,"sendViaEmail":false,"email":"Kelly.CUMPS@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-23T10:49:10+00:00","acceptedAt":"2025-06-23T10:49:10+00:00","userId":2335,"lastUpdatedAt":"2025-06-23T10:49:10+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1430,"partnerId":875,"sendViaEmail":true,"email":"jorrit.vanderdonck@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:49+00:00","acceptedAt":"2025-06-25T11:02:49+00:00","userId":2339,"lastUpdatedAt":"2025-06-25T11:02:49+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1431,"partnerId":875,"sendViaEmail":true,"email":"koen.minnebach@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:50+00:00","acceptedAt":"2025-06-25T11:02:50+00:00","userId":2340,"lastUpdatedAt":"2025-06-25T11:02:50+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1432,"partnerId":875,"sendViaEmail":true,"email":"tymon.brauns@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:50+00:00","acceptedAt":"2025-06-25T11:02:50+00:00","userId":2341,"lastUpdatedAt":"2025-06-25T11:02:50+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1433,"partnerId":875,"sendViaEmail":true,"email":"gunter.vandendriessche@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:50+00:00","acceptedAt":"2025-06-25T11:02:50+00:00","userId":2342,"lastUpdatedAt":"2025-06-25T11:02:50+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1434,"partnerId":875,"sendViaEmail":true,"email":"dylan.de.poorter@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:51+00:00","acceptedAt":"2025-06-25T11:02:51+00:00","userId":2343,"lastUpdatedAt":"2025-06-25T11:02:51+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1435,"partnerId":875,"sendViaEmail":true,"email":"jessica.vannoten@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:51+00:00","acceptedAt":"2025-06-25T11:02:51+00:00","userId":2344,"lastUpdatedAt":"2025-06-25T11:02:51+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1436,"partnerId":875,"sendViaEmail":true,"email":"vincent.kim@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:51+00:00","acceptedAt":"2025-06-25T11:02:51+00:00","userId":2345,"lastUpdatedAt":"2025-06-25T11:02:51+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1437,"partnerId":875,"sendViaEmail":true,"email":"patrik.hillen@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:51+00:00","acceptedAt":"2025-06-25T11:02:51+00:00","userId":2346,"lastUpdatedAt":"2025-06-25T11:02:51+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1438,"partnerId":875,"sendViaEmail":true,"email":"sarah.jacobs@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:52+00:00","acceptedAt":"2025-06-25T11:02:52+00:00","userId":2347,"lastUpdatedAt":"2025-06-25T11:02:52+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1439,"partnerId":875,"sendViaEmail":true,"email":"koen.wouters@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:52+00:00","acceptedAt":"2025-06-25T11:02:52+00:00","userId":2348,"lastUpdatedAt":"2025-06-25T11:02:52+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1440,"partnerId":752,"sendViaEmail":false,"email":"Dimitri.Schotmans@kimchoc.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-25T14:20:23+00:00","acceptedAt":"2025-06-25T14:20:23+00:00","userId":2349,"lastUpdatedAt":"2025-06-25T14:20:23+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1441,"partnerId":849,"sendViaEmail":false,"email":"bollen.wim3@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T15:24:40+00:00","acceptedAt":"2025-06-25T15:24:40+00:00","userId":2221,"lastUpdatedAt":"2025-06-25T15:24:40+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1442,"partnerId":849,"sendViaEmail":false,"email":"bob@ravio.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T15:25:22+00:00","acceptedAt":"2025-06-25T15:25:22+00:00","userId":2126,"lastUpdatedAt":"2025-06-25T15:25:22+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1443,"partnerId":849,"sendViaEmail":false,"email":"mathieu@ravio.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T15:25:54+00:00","acceptedAt":"2025-06-25T15:25:54+00:00","userId":2125,"lastUpdatedAt":"2025-06-25T15:25:54+00:00"}} 
[2025-07-17 18:52:30] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1444,"partnerId":20,"sendViaEmail":false,"email":"alexandre.gras@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-27T10:12:21+00:00","acceptedAt":"2025-06-27T10:12:21+00:00","userId":2357,"lastUpdatedAt":"2025-06-27T10:12:21+00:00"}} 
[2025-07-17 18:52:31] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":1446,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pieter.heymans@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-01T10:36:50+00:00\",\"acceptedAt\":\"2025-07-01T10:36:50+00:00\",\"userId\":2374,\"lastUpdatedAt\":\"2025-07-01T10:36:50+00:00\"},{\"id\":1447,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"lisa@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-01T14:15:45+00:00\",\"acceptedAt\":\"2025-07-01T14:15:45+00:00\",\"userId\":2376,\"lastUpdatedAt\":\"2025-07-01T14:15:45+00:00\"},{\"id\":1448,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"genkis.gurlek@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:48:56+00:00\",\"acceptedAt\":\"2025-07-02T12:48:56+00:00\",\"userId\":2378,\"lastUpdatedAt\":\"2025-07-02T12:48:56+00:00\"},{\"id\":1449,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"jo.vanderspiegel@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:50:00+00:00\",\"acceptedAt\":\"2025-07-02T12:50:00+00:00\",\"userId\":2379,\"lastUpdatedAt\":\"2025-07-02T12:50:00+00:00\"},{\"id\":1450,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"Sven.Coppejans@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:50:19+00:00\",\"acceptedAt\":\"2025-07-02T12:50:19+00:00\",\"userId\":2380,\"lastUpdatedAt\":\"2025-07-02T12:50:19+00:00\"},{\"id\":1451,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"Youssef.Aissa@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:50:37+00:00\",\"acceptedAt\":\"2025-07-02T12:50:37+00:00\",\"userId\":2381,\"lastUpdatedAt\":\"2025-07-02T12:50:37+00:00\"},{\"id\":1452,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"Veronique.Herremans@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:50:58+00:00\",\"acceptedAt\":\"2025-07-02T12:50:58+00:00\",\"userId\":2382,\"lastUpdatedAt\":\"2025-07-02T12:50:58+00:00\"},{\"id\":1453,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"jozef.vanparijs@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-03T12:01:04+00:00\",\"acceptedAt\":\"2025-07-03T12:01:04+00:00\",\"userId\":2383,\"lastUpdatedAt\":\"2025-07-03T12:01:04+00:00\"},{\"id\":1454,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"tom.breugelmans@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-03T14:06:33+00:00\",\"acceptedAt\":\"2025-07-03T14:06:33+00:00\",\"userId\":2385,\"lastUpdatedAt\":\"2025-07-03T14:06:33+00:00\"},{\"id\":1455,\"partnerId\":879,\"sendViaEmail\":false,\"email\":\"user2@gomes.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-04T12:35:35+00:00\",\"acceptedAt\":\"2025-07-04T12:35:35+00:00\",\"userId\":2392,\"lastUpdatedAt\":\"2025-07-04T12:35:35+00:00\"},{\"id\":1456,\"partnerId\":879,\"sendViaEmail\":false,\"email\":\"user3@gomes.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-04T12:39:53+00:00\",\"acceptedAt\":\"2025-07-04T12:39:53+00:00\",\"userId\":2393,\"lastUpdatedAt\":\"2025-07-04T12:39:53+00:00\"},{\"id\":1457,\"partnerId\":879,\"sendViaEmail\":false,\"email\":\"user4@gomes.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-04T12:42:43+00:00\",\"acceptedAt\":\"2025-07-04T12:42:43+00:00\",\"userId\":2394,\"lastUpdatedAt\":\"2025-07-04T12:42:43+00:00\"},{\"id\":1458,\"partnerId\":879,\"sendViaEmail\":true,\"email\":\"bart.keijer@gomes.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-04T12:45:02+00:00\",\"acceptedAt\":\"2025-07-04T12:45:02+00:00\",\"userId\":2389,\"lastUpdatedAt\":\"2025-07-04T12:45:02+00:00\"},{\"id\":1459,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"Louis.vermeulen@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-07T11:49:36+00:00\",\"acceptedAt\":\"2025-07-07T11:49:36+00:00\",\"userId\":2402,\"lastUpdatedAt\":\"2025-07-07T11:49:36+00:00\"},{\"id\":1460,\"partnerId\":631,\"sendViaEmail\":true,\"email\":\"filiep@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-07T13:31:36+00:00\",\"acceptedAt\":\"2025-07-07T13:31:36+00:00\",\"userId\":2404,\"lastUpdatedAt\":\"2025-07-07T13:31:36+00:00\"},{\"id\":1461,\"partnerId\":702,\"sendViaEmail\":false,\"email\":\"sofie.geelen@apotheekpanorama.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-07T15:41:22+00:00\",\"acceptedAt\":\"2025-07-07T15:41:22+00:00\",\"userId\":1399,\"lastUpdatedAt\":\"2025-07-07T15:41:22+00:00\"},{\"id\":1462,\"partnerId\":613,\"sendViaEmail\":false,\"email\":\"Lara@adfinas.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-08T13:42:58+00:00\",\"acceptedAt\":\"2025-07-08T13:42:58+00:00\",\"userId\":2407,\"lastUpdatedAt\":\"2025-07-08T13:42:58+00:00\"},{\"id\":1463,\"partnerId\":877,\"sendViaEmail\":false,\"email\":\"bart.kregersman@krechnologies.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-08T14:38:26+00:00\",\"acceptedAt\":\"2025-07-08T14:38:26+00:00\",\"userId\":2334,\"lastUpdatedAt\":\"2025-07-08T14:38:26+00:00\"},{\"id\":1464,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"yves@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-15T09:28:36+00:00\",\"acceptedAt\":\"2025-07-15T09:28:36+00:00\",\"userId\":2430,\"lastUpdatedAt\":\"2025-07-15T09:28:36+00:00\"},{\"id\":1465,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"thibaut@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-15T09:54:27+00:00\",\"acceptedAt\":\"2025-07-15T09:54:27+00:00\",\"userId\":2431,\"lastUpdatedAt\":\"2025-07-15T09:54:27+00:00\"},{\"id\":1466,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"thalia@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-15T09:58:38+00:00\",\"acceptedAt\":\"2025-07-15T09:58:38+00:00\",\"userId\":2432,\"lastUpdatedAt\":\"2025-07-15T09:58:38+00:00\"},{\"id\":1467,\"partnerId\":885,\"sendViaEmail\":true,\"email\":\"nicolas_engelmann@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-17T12:29:18+00:00\",\"acceptedAt\":\"2025-07-17T12:29:18+00:00\",\"userId\":2437,\"lastUpdatedAt\":\"2025-07-17T12:29:18+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"next\":null},\"meta\":{\"current_page\":12,\"from\":1101,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":1122,\"total\":1122}}"} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1446,"partnerId":20,"sendViaEmail":false,"email":"pieter.heymans@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-01T10:36:50+00:00","acceptedAt":"2025-07-01T10:36:50+00:00","userId":2374,"lastUpdatedAt":"2025-07-01T10:36:50+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1447,"partnerId":528,"sendViaEmail":false,"email":"lisa@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-01T14:15:45+00:00","acceptedAt":"2025-07-01T14:15:45+00:00","userId":2376,"lastUpdatedAt":"2025-07-01T14:15:45+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1448,"partnerId":876,"sendViaEmail":false,"email":"genkis.gurlek@claeysengels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-02T12:48:56+00:00","acceptedAt":"2025-07-02T12:48:56+00:00","userId":2378,"lastUpdatedAt":"2025-07-02T12:48:56+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1449,"partnerId":876,"sendViaEmail":false,"email":"jo.vanderspiegel@claeysengels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-02T12:50:00+00:00","acceptedAt":"2025-07-02T12:50:00+00:00","userId":2379,"lastUpdatedAt":"2025-07-02T12:50:00+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1450,"partnerId":876,"sendViaEmail":false,"email":"Sven.Coppejans@claeysengels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-02T12:50:19+00:00","acceptedAt":"2025-07-02T12:50:19+00:00","userId":2380,"lastUpdatedAt":"2025-07-02T12:50:19+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1451,"partnerId":876,"sendViaEmail":false,"email":"Youssef.Aissa@claeysengels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-02T12:50:37+00:00","acceptedAt":"2025-07-02T12:50:37+00:00","userId":2381,"lastUpdatedAt":"2025-07-02T12:50:37+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1452,"partnerId":876,"sendViaEmail":false,"email":"Veronique.Herremans@claeysengels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-02T12:50:58+00:00","acceptedAt":"2025-07-02T12:50:58+00:00","userId":2382,"lastUpdatedAt":"2025-07-02T12:50:58+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1453,"partnerId":670,"sendViaEmail":false,"email":"jozef.vanparijs@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-03T12:01:04+00:00","acceptedAt":"2025-07-03T12:01:04+00:00","userId":2383,"lastUpdatedAt":"2025-07-03T12:01:04+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1454,"partnerId":797,"sendViaEmail":false,"email":"tom.breugelmans@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-03T14:06:33+00:00","acceptedAt":"2025-07-03T14:06:33+00:00","userId":2385,"lastUpdatedAt":"2025-07-03T14:06:33+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1455,"partnerId":879,"sendViaEmail":false,"email":"user2@gomes.nl","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-04T12:35:35+00:00","acceptedAt":"2025-07-04T12:35:35+00:00","userId":2392,"lastUpdatedAt":"2025-07-04T12:35:35+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1456,"partnerId":879,"sendViaEmail":false,"email":"user3@gomes.nl","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-04T12:39:53+00:00","acceptedAt":"2025-07-04T12:39:53+00:00","userId":2393,"lastUpdatedAt":"2025-07-04T12:39:53+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1457,"partnerId":879,"sendViaEmail":false,"email":"user4@gomes.nl","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-04T12:42:43+00:00","acceptedAt":"2025-07-04T12:42:43+00:00","userId":2394,"lastUpdatedAt":"2025-07-04T12:42:43+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1458,"partnerId":879,"sendViaEmail":true,"email":"bart.keijer@gomes.nl","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-04T12:45:02+00:00","acceptedAt":"2025-07-04T12:45:02+00:00","userId":2389,"lastUpdatedAt":"2025-07-04T12:45:02+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1459,"partnerId":670,"sendViaEmail":false,"email":"Louis.vermeulen@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-07T11:49:36+00:00","acceptedAt":"2025-07-07T11:49:36+00:00","userId":2402,"lastUpdatedAt":"2025-07-07T11:49:36+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1460,"partnerId":631,"sendViaEmail":true,"email":"filiep@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-07T13:31:36+00:00","acceptedAt":"2025-07-07T13:31:36+00:00","userId":2404,"lastUpdatedAt":"2025-07-07T13:31:36+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1461,"partnerId":702,"sendViaEmail":false,"email":"sofie.geelen@apotheekpanorama.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-07T15:41:22+00:00","acceptedAt":"2025-07-07T15:41:22+00:00","userId":1399,"lastUpdatedAt":"2025-07-07T15:41:22+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1462,"partnerId":613,"sendViaEmail":false,"email":"Lara@adfinas.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-08T13:42:58+00:00","acceptedAt":"2025-07-08T13:42:58+00:00","userId":2407,"lastUpdatedAt":"2025-07-08T13:42:58+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1463,"partnerId":877,"sendViaEmail":false,"email":"bart.kregersman@krechnologies.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-08T14:38:26+00:00","acceptedAt":"2025-07-08T14:38:26+00:00","userId":2334,"lastUpdatedAt":"2025-07-08T14:38:26+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1464,"partnerId":816,"sendViaEmail":false,"email":"yves@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-15T09:28:36+00:00","acceptedAt":"2025-07-15T09:28:36+00:00","userId":2430,"lastUpdatedAt":"2025-07-15T09:28:36+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1465,"partnerId":816,"sendViaEmail":false,"email":"thibaut@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-15T09:54:27+00:00","acceptedAt":"2025-07-15T09:54:27+00:00","userId":2431,"lastUpdatedAt":"2025-07-15T09:54:27+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1466,"partnerId":816,"sendViaEmail":false,"email":"thalia@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-15T09:58:38+00:00","acceptedAt":"2025-07-15T09:58:38+00:00","userId":2432,"lastUpdatedAt":"2025-07-15T09:58:38+00:00"}} 
[2025-07-17 18:52:31] local.WARNING: PartnerInviteUpdater: Skipping invite because its PartnerID is null or does not exist in the local partners table. {"invite_data":{"id":1467,"partnerId":885,"sendViaEmail":true,"email":"nicolas_engelmann@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-17T12:29:18+00:00","acceptedAt":"2025-07-17T12:29:18+00:00","userId":2437,"lastUpdatedAt":"2025-07-17T12:29:18+00:00"}} 
[2025-07-17 18:52:31] local.INFO: Blulinc Partner Invites update completed successfully! {"processed_invites":0} 
[2025-07-17 19:03:29] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 19:03:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":1,\"name\":\"DO NOT DELETE - For App Store Approvals\",\"businessName\":\"DO NOT DELETE - For App Store Approvals\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":15,\"name\":\"Dn Construction\",\"businessName\":\"Dn Construction\",\"regNo\":\"0890.143.066\",\"vatNo\":\"BE 0890.143.066\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Temse,\",\"postcode\":\"9140\",\"address\":\"Burgem. Achiel Heymanstraat 29,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Nys\",\"email\":\"nys.danny@telenet.be\",\"phone\":\"+32477826185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":16,\"name\":\"GHL Logistics\",\"businessName\":\"GHL Logistics\",\"regNo\":\"BE0670.990.174\",\"vatNo\":\"BE0670.990.174\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Zandvoordestraat 503\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ghazaryan Hayk\",\"email\":\"info@ghllogistics.be\",\"phone\":\"0488720005\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":17,\"name\":\"JC pigeons\",\"businessName\":\"JC pigeons\",\"regNo\":\"BE0764.426.217\",\"vatNo\":\"BE0764.426.217\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Van Audenhovestraat 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jef Cuypers\",\"email\":\"jef.cuypers1@telenet.be\",\"phone\":\"0478307698\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":18,\"name\":\"Taxcon\",\"businessName\":\"Taxcon\",\"regNo\":\"BE0879.531.068\",\"vatNo\":\"BE0879.531.068\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ardooie,\",\"postcode\":\"8850\",\"address\":\"Oude Zwevezeelsestraat 22,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Van Tieghem\",\"email\":\"taxcon@skynet.be\",\"phone\":\"0475591200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":19,\"name\":\"Mark De Bleecker\",\"businessName\":\"Mark De Bleecker\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Kleemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark De Bleecker\",\"email\":\"debleecker.nv@telenet.be\",\"phone\":\"+32477391207\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":22,\"name\":\"Thor Bv\",\"businessName\":\"Thor Bv\",\"regNo\":\"0663.774.463\",\"vatNo\":\"BE 0663.774.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Grobbendonk\",\"postcode\":\"2280\",\"address\":\"Neerveld 11, 2280 Grobbendonk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Horemans\",\"email\":\"Zaakvoerder\",\"phone\":\"0476398890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":30,\"name\":\"Praktijk Sabine Deloof\",\"businessName\":\"Praktijk Sabine Deloof\",\"regNo\":null,\"vatNo\":\"BE0745.477.761\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Vuldersstraat 90,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Francois\",\"email\":\"filip.franswa@gmail.com\",\"phone\":\"0479395724\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":32,\"name\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"regNo\":\"0404584525\",\"vatNo\":\"BE0404584525\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"59 Box 1 Brusselstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jos Nyns\",\"email\":\"ali.hashem@q8.com\",\"phone\":\"+32 3 241 35 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":33,\"name\":\"CPO - Powerdale\",\"businessName\":\"CPO - Powerdale\",\"regNo\":\"0479.282.443\",\"vatNo\":\"BE0479.282.443\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"4 Kerkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain De Cat\",\"email\":null,\"phone\":\"+3285274900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":34,\"name\":\"CPO - Allego B.V.\",\"businessName\":\"CPO - Allego B.V.\",\"regNo\":\"54100038\",\"vatNo\":\"KVK 54100038\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6800 AW\",\"address\":\"73 Westervoortsedijk  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CH Pitt\",\"email\":null,\"phone\":\"+31-0800-37-45-337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":35,\"name\":\"CPO - Threeforce BV\",\"businessName\":\"CPO - Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":36,\"name\":\"CPO - IONITY GmbH\",\"businessName\":\"CPO - IONITY GmbH\",\"regNo\":\"234408\",\"vatNo\":\"HRB 234408\",\"country\":\"DE\",\"region\":null,\"city\":\"Munich\",\"postcode\":\"D-80809\",\"address\":\"84 Moosacher Strasse  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":37,\"name\":\"EMSP- Optimile Bv\",\"businessName\":\"EMSP- Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Optimile\",\"email\":\"invoices@optimile.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":39,\"name\":\"CPO - Greenflux Assets B.V.\",\"businessName\":\"CPO - Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":40,\"name\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"regNo\":\"24025263\",\"vatNo\":\"KVK24025263\",\"country\":\"NL\",\"region\":null,\"city\":\"The Hague\",\"postcode\":\"2595\",\"address\":\"50 Schenkkade\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Dochez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":41,\"name\":\"CPO - EVBox B.V.\",\"businessName\":\"CPO - EVBox B.V.\",\"regNo\":\"32165082\",\"vatNo\":\"kvk32165082\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1076 EE\",\"address\":\"115 Fred. Roeskestraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Vereenooghe\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"CDR Team EVBox\",\"email\":\"cdr@evbox.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":42,\"name\":\"EMSP- ChargePoint Austria GmbH\",\"businessName\":\"EMSP- ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hanke David\",\"email\":\"david.hanke@chargepoint.com\",\"phone\":\"(+43) 1 36 12 23 01 0\"},\"technical\":{\"contactPerson\":\"Henrik Gerdes,\",\"email\":\"support-beenergised@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rex Jackson\",\"email\":\"emsp-purchasing-beenergised@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":43,\"name\":\"Ssp\",\"businessName\":\"Ssp\",\"regNo\":\"0633.907.668\",\"vatNo\":\"BE0633.907.668\",\"country\":\"BE\",\"region\":null,\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Tuyaertsstraat 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Nuyens\",\"email\":\"nuyenssteven@gmail.com\",\"phone\":\"0487562506\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":48,\"name\":\"Dayone BV\",\"businessName\":\"Dayone BV\",\"regNo\":\"BE0776.446.693\",\"vatNo\":\"BE0776.446.693\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Dr. Paul Janssenstraat 48\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Van Schaik\",\"email\":\"michiel.vanschaik@sparkx.be\",\"phone\":\"0032472895893\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":49,\"name\":\"Casteels Vastgoed\",\"businessName\":\"Casteels Vastgoed\",\"regNo\":\"0720.632.794\",\"vatNo\":\"BE0720.632.794\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Driesstraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alex Casteels\",\"email\":\"hello@casteelsvastgoed.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":54,\"name\":\"Bimmo (BV)\",\"businessName\":\"Bimmo (BV)\",\"regNo\":\"0478.568.801\",\"vatNo\":\"BE0478.568.801\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Britselei 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anton Spits\",\"email\":\"info@brody.be\",\"phone\":\"03 663 88 07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Brody\",\"email\":\"invoice@brody.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":60,\"name\":\"Expertisebureau Vermeulen\",\"businessName\":\"Expertisebureau Vermeulen\",\"regNo\":\"0842209428\",\"vatNo\":\"BE0842209428\",\"country\":\"belgie\",\"region\":null,\"city\":\"Beveren-Waas\",\"postcode\":\"9120\",\"address\":\"Glazenleeuwstraat 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Vermeulen\",\"email\":\"michiel.vermeulen@telenet.be\",\"phone\":\"0485620791\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":63,\"name\":\"Kato VOF\",\"businessName\":\"Kato VOF\",\"regNo\":\"BE 0885.060.266\",\"vatNo\":\"0885.060.266\",\"country\":\"belgie\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Albert Van Heckelaan 9\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goossens Carls\",\"email\":\"carl.goossens2@telenet.be\",\"phone\":\"0475956056\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":68,\"name\":\"Ivo Verpraet\",\"businessName\":\"Ivo Verpraet\",\"regNo\":\"nvt\",\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Esptweg 14\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivo Verpraet\",\"email\":\"i.verpraet@telenet.be\",\"phone\":\"+(324) 973-52835\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":71,\"name\":\"BV Bakkerij Philippe\",\"businessName\":\"BV Bakkerij Philippe\",\"regNo\":\"0830.183.012\",\"vatNo\":\"BE 0830.183.012\",\"country\":\"Bekgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Hovenierstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Vergauwen\",\"email\":\"fa112908@msn.com\",\"phone\":\"+32476428613\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":74,\"name\":\"Bj\\u00f6rn De Vuyst\",\"businessName\":\"Bj\\u00f6rn De Vuyst\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Spoorwegwegel 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bj\\u00f6rn De Vuyst\",\"email\":\"bjorn.de.vuyst2@telenet.be\",\"phone\":\"0498568862\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":75,\"name\":\"Luc Bogaert\",\"businessName\":\"Luc Bogaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Kluisbergen\",\"postcode\":\"9690\",\"address\":\"Hoogweg 2 9690 Kluisbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bogaert\",\"email\":\"bogaert_luc@me.com\",\"phone\":\"0478379360\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":76,\"name\":\"Ronny Ediers\",\"businessName\":\"Ronny Ediers\",\"regNo\":\"0503.963.401\",\"vatNo\":\"BE 0503.963.401\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Raapveld 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Ediers\",\"email\":\"ronny.ediers@outlook.com\",\"phone\":\"0493056490\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":77,\"name\":\"Erwin Claes\",\"businessName\":\"Erwin Claes\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlaar\",\"postcode\":\"2590\",\"address\":\"Gasbakstraat 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erwin Claes\",\"email\":\"erwin.claes7@telenet.be\",\"phone\":\"+32490429843\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":78,\"name\":\"Bert Luysterman\",\"businessName\":\"Bert Luysterman\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Hofstade\",\"postcode\":\"9308\",\"address\":\"Steenweg op Dendermonde 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Luysterman\",\"email\":\"Luysterman.bert@gmail.com\",\"phone\":\"+32473646265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":80,\"name\":\"Wim Allegaert\",\"businessName\":\"Wim Allegaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Klaverweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Allegaert\",\"email\":\"wim.allegaert@mjladvice.com\",\"phone\":\"0474977433\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":81,\"name\":\"PLDW Bvba\",\"businessName\":\"PLDW Bvba\",\"regNo\":\"0681.652.454\",\"vatNo\":\"BE 0681.652.454\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Broekveldstraat 21, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Limbourg\",\"email\":\"info@pldwbvba.be\",\"phone\":\"+32491358050\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":86,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"regNo\":\"257600445\",\"vatNo\":\"FR257600445\",\"country\":\"FR\",\"region\":null,\"city\":\"Isneauville\",\"postcode\":\"76230\",\"address\":\"240 Rue Augustin Fresnel\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"d'Annoux Ana\\u00efs\",\"email\":\"anais.dannoux@totalenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":87,\"name\":\"P.M.G-Galuk\",\"businessName\":\"P.M.G-Galuk\",\"regNo\":\"838008932\",\"vatNo\":\"BE0838008932\",\"country\":\"BE\",\"region\":null,\"city\":\"Grimbergen\",\"postcode\":\"1800\",\"address\":\"Albrecht Rodenbachlaan 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paulina Medrek\",\"email\":\"paulina.medrek@hotmail.com\",\"phone\":\"0486077042\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":88,\"name\":\"Lyubo Test Partner\",\"businessName\":\"Lyubo Test Partner\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":93,\"name\":\"CPO - Electric 55 Charging\",\"businessName\":\"CPO - Electric 55 Charging\",\"regNo\":\"832 489 801\",\"vatNo\":\"FR832 489 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Tropez.\",\"postcode\":\"83990\",\"address\":\"Espace des Lices, 9 Bld Louis Blanc\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alicia MIRANDA\",\"email\":\"alicia@e55c.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":102,\"name\":\"EMSP- ConnectNed B.V.\",\"businessName\":\"EMSP- ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":103,\"name\":\"ChargePoly\",\"businessName\":\"ChargePoly\",\"regNo\":\"85085499300019\",\"vatNo\":\"85085499300019\",\"country\":\"FR\",\"region\":null,\"city\":\"Aix-En-Provence\",\"postcode\":\"13593\",\"address\":\"31 Parc du golf\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":105,\"name\":\"CPO - Liikennevirta Oy (VIRTA)\",\"businessName\":\"CPO - Liikennevirta Oy (VIRTA)\",\"regNo\":null,\"vatNo\":\"2588986-2\",\"country\":\"FI\",\"region\":null,\"city\":\"Helsinki\",\"postcode\":\"00180\",\"address\":\"3 Energiakuja\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":112,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AUCH\",\"postcode\":\"32008\",\"address\":\"Place de l'ancien Foirail 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":113,\"name\":\"CPO - Rossini Energy\",\"businessName\":\"CPO - Rossini Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Villeneuve-d'Ascq\",\"postcode\":\"59650\",\"address\":\"Rue Horus 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rossini Luca\",\"email\":\"luca@rossinienergy.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":114,\"name\":\"CPO - WAAT SAS\",\"businessName\":\"CPO - WAAT SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Malakoff\",\"postcode\":\"92240\",\"address\":\"Rue Raymond David 10-20\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bon Jacques-Alexis\",\"email\":\"ja.bon@waat.fr\",\"phone\":\"+33698723265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":115,\"name\":\"EMSP- Freshmile Services\",\"businessName\":\"EMSP- Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"0668781435\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 3 68 78 14 35\"},\"billing\":{\"contactPerson\":\"Invoice Freshmile\",\"email\":\"roaming@freshmile.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":117,\"name\":\"CPO - Izivia SA\",\"businessName\":\"CPO - Izivia SA\",\"regNo\":\"419070180\",\"vatNo\":\"FR51419070180\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Avenue de l'Arche 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wehbe Ramy\",\"email\":\"ramy.wehbe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Equipe Facturation itin\\u00e9rance IZIVIA\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":119,\"name\":\"SPBR1\",\"businessName\":\"SPBR1\",\"regNo\":\"538133166\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rueil Malmaison\",\"postcode\":\"92500\",\"address\":\"Avenue de Colmar 64\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":120,\"name\":\"CPO - GreenWay Infrastructure s.r.o.\",\"businessName\":\"CPO - GreenWay Infrastructure s.r.o.\",\"regNo\":\"47728086\",\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Bratislava\",\"postcode\":\"85101\",\"address\":\"Einsteinova 24\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perger Adam\",\"email\":\"adam.perger@greenwaynetwork.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":121,\"name\":\"CPO - ZEborne\",\"businessName\":\"CPO - ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":122,\"name\":\"CPO - SIPLEC\",\"businessName\":\"CPO - SIPLEC\",\"regNo\":\"315281113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ivry-sur-Seine\",\"postcode\":\"94200\",\"address\":\"Quai Marcel Boyer 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hallopeau L\\u00e9opold\",\"email\":\"l.hallopeau@siplec.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":123,\"name\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"businessName\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"regNo\":\"20002678900053\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Carcassonne\",\"postcode\":\"11000\",\"address\":\"Rue Barb\\u00e8s 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":9,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":100,\"total\":839}}"} 
[2025-07-17 19:03:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":124,\"name\":\"CPO - Clicsysteme SAS (Car2plug)\",\"businessName\":\"CPO - Clicsysteme SAS (Car2plug)\",\"regNo\":\"803965110\",\"vatNo\":\"FR42803965110\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"Rue de Peinthievre 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Benami Eyal\",\"email\":\"eyal.benami@car2plug.fr\",\"phone\":\"+33767662028\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":126,\"name\":\"CPO - Indigo Park\",\"businessName\":\"CPO - Indigo Park\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"1 Place des Degr\\u00e9s - Tour Voltaire 92800 , Puteaux\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":127,\"name\":\"CPO - ZEPHYRE\",\"businessName\":\"CPO - ZEPHYRE\",\"regNo\":\"828414656\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"Rue Lyautey 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arrighi Charles\",\"email\":\"support@zephyre.fr\",\"phone\":\"+33180977675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":128,\"name\":\"EMSP- Electromaps S.L.\",\"businessName\":\"EMSP- Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":129,\"name\":\"CPO - MODULO\",\"businessName\":\"CPO - MODULO\",\"regNo\":\"841376734\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Tours\",\"postcode\":\"37000\",\"address\":\"BLAISE PASCAL 12-14\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Debouchage Emeric\",\"email\":\"edebouchage@modulo-energies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":130,\"name\":\"EMSP- Shell EV Charging Solutions B.V.\",\"businessName\":\"EMSP- Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":131,\"name\":\"CPO - Duferco Energia S.p.a.\",\"businessName\":\"CPO - Duferco Energia S.p.a.\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Genova\",\"postcode\":\"16126\",\"address\":\"4 Via Paolo Imperiale 16126 , Genova\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Merella Francesco\",\"email\":\"f.merella@dufercoenergia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":132,\"name\":\"Aix-Marseille Provence M\\u00e9tropole\",\"businessName\":\"Aix-Marseille Provence M\\u00e9tropole\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13007\",\"address\":\"58 Boulevard Charles Livon 13007 , Marseille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"dupont anthony\",\"email\":\"anthony.dupont@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":133,\"name\":\"Exadys\",\"businessName\":\"Exadys\",\"regNo\":\"89144253500011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Almeida JP\",\"email\":\"jpalmeida@exadys.com\",\"phone\":\"+33612779883\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":134,\"name\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"businessName\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nancy Cedex\",\"postcode\":\"54035\",\"address\":\"22-24 Viaduc Kennedy c.o. n\\u00b080036 54035 , Nancy Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perrolaz Frederic\",\"email\":\"frederic.perrollaz@grand-nancy.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":135,\"name\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"businessName\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-R\\u00e9my-de-Provence\",\"postcode\":\"13210\",\"address\":\"23 Avenue des Joncades Basses 13210 , Saint-R\\u00e9my-de-Provence France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GUINTINI Corinne\",\"email\":\"corinne.guintini@ccvba.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":136,\"name\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"businessName\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"regNo\":\"200045938\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Caen\",\"postcode\":\"14000\",\"address\":\"Esplanade Brillaud de Laujardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAFFRAY Alban\",\"email\":\"araffray@sdec-energie.fr\",\"phone\":\"+33231066164\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":137,\"name\":\"CPO - Driveco\",\"businessName\":\"CPO - Driveco\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75014\",\"address\":\"10 Place de Catalogne 75014 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Belkhodja Sofiane\",\"email\":\"sofiane.belkhodja@driveco.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":138,\"name\":\"CPO - Bouygues Energies et Services\",\"businessName\":\"CPO - Bouygues Energies et Services\",\"regNo\":\"775664873\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"GUYANCOURT\",\"postcode\":\"78280\",\"address\":\"Avenue Eug\\u00e8ne Freyssinet 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":139,\"name\":\"CPO - Suraya SAS\",\"businessName\":\"CPO - Suraya SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Fort de France\",\"postcode\":\"97200\",\"address\":\"8 Rue Georges EUCHARIS 97200 , Fort de France France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mansour Husam\",\"email\":\"husam.mansour@greentechnologie.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":140,\"name\":\"CPO - Bornes Solutions\",\"businessName\":\"CPO - Bornes Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"LE PLESSIS-ROBINSON\",\"postcode\":\"92350\",\"address\":\"15 avenue Descartes 92350 , LE PLESSIS-ROBINSON France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ABDALLAH Hachim\",\"email\":\"hachim.abdallah@bornes-solutions.fr\",\"phone\":\"(+33) 7 85 71 77 63\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":141,\"name\":\"CPO - LichtBlick eMobility\",\"businessName\":\"CPO - LichtBlick eMobility\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"Steigweg 24, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Payments Lichtblick eMobility GmbH\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":143,\"name\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"businessName\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen Cedex\",\"postcode\":\"76006\",\"address\":\"108 All\\u00e9e Fran\\u00e7ois Mitterand 76006 , Rouen Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Moreno Karine\",\"email\":\"karine.moreno@metropole-rouen-normandie.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":144,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-L\\u00f4\",\"postcode\":\"50008\",\"address\":\"11 Rue Dame Denise 50008 , Saint-L\\u00f4 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BLOSSE Fr\\u00e9d\\u00e9ric\",\"email\":\"frederic.blosse@sdem50.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":145,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orvault CEDEX 01\",\"postcode\":\"44701\",\"address\":\"Rue Roland Garros - Parc d'activit\\u00e9s du Bois Cesbron - CS 60 125\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flambeaux Etienne\",\"email\":\"etienne.flambeaux@sydela.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":146,\"name\":\"CPO - EFFIA Stationnement\",\"businessName\":\"CPO - EFFIA Stationnement\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"20 rue Hector Malot 75012 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Emilien Verneret\",\"email\":\"emilien.verneret@effia.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":147,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Toulouse\",\"postcode\":\"31000\",\"address\":\"9 Rue des 3 banquets 31000 , Toulouse France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":148,\"name\":\"Territoire d'Energie 90 (TE90)\",\"businessName\":\"Territoire d'Energie 90 (TE90)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Meroux\",\"postcode\":\"90400\",\"address\":\"1 Rue de la Gare TGV , La Jonxion - Tour 5 90400 , Meroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lombard Nathalie\",\"email\":\"nlombard@territoiredenergie90.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":149,\"name\":\"CPO - Sor\\u00e9gies\",\"businessName\":\"CPO - Sor\\u00e9gies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Poitiers\",\"postcode\":\"86000\",\"address\":\"78 Avenue Jacques Coeur 86000 , Poitiers France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Traor\\u00e9 Lamine\",\"email\":\"lamine.traore@soregies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":150,\"name\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"businessName\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Roche-sur-Yon\",\"postcode\":\"85036\",\"address\":\"3 Rue du Mar\\u00e9chal Juin 85036 , La Roche-sur-Yon France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"WAKKER WORDEN Johann\",\"email\":\"infra-irve@sydev-vendee.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":151,\"name\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"businessName\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Thor\",\"postcode\":\"84250\",\"address\":\"3511 Route des Vign\\u00e8res 84250 , Le Thor France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Alexander\",\"email\":\"athomas@sev84.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":152,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montauban\",\"postcode\":\"82000\",\"address\":\"78 Avenue de l'Europe 82000 , Montauban France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Puntonet Gerard\",\"email\":\"g.puntonet@sdetg.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":153,\"name\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"businessName\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Rochette\",\"postcode\":\"77000\",\"address\":\"1 Rue Claude Bernard 77000 , La Rochette France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Boitel Marc\",\"email\":\"marc.boitel@sdesm.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":154,\"name\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"businessName\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vaivre-et-Montoille\",\"postcode\":\"70000\",\"address\":\"20 Avenue des Rives du Lac 70000 , Vaivre-et-Montoille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tonghini Fabrice\",\"email\":\"f.tonghini@sied70.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":155,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dardilly\",\"postcode\":\"69570\",\"address\":\"61 Chemin du Moulin Carron 69570 , Dardilly France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GOUBO Vladimir\",\"email\":\"vladimir.goubo@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":156,\"name\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"businessName\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pau\",\"postcode\":\"64000\",\"address\":\"4 Rue Jean Zay 64000 , Pau France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Seillade Philippe\",\"email\":\"p.seillade@sdepa.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":157,\"name\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"businessName\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Cournon D'Auvergne\",\"postcode\":\"63800\",\"address\":\"36 Rue de Sarli\\u00e8ve 63800 , Cournon D'Auvergne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Picot S\\u00e9bastien\",\"email\":\"sebastien.picot@semelec63.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":158,\"name\":\"CPO - Territoire d'Energie Orne\",\"businessName\":\"CPO - Territoire d'Energie Orne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Valframbert\",\"postcode\":\"61250\",\"address\":\"5 Rue Gatel 61250 , Valframbert France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Auvray Philippe\",\"email\":\"cedric.thomas@te61.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":159,\"name\":\"Syndicat d'Energie de l'Oise (SE60)\",\"businessName\":\"Syndicat d'Energie de l'Oise (SE60)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Till\\u00e9\",\"postcode\":\"60000\",\"address\":\"9164 Avenue des Censives 60000 , Till\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":160,\"name\":\"Morbihan \\u00e9nergies\",\"businessName\":\"Morbihan \\u00e9nergies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vannes Cedex\",\"postcode\":\"56010\",\"address\":\"27 Rue de Luscanen - CS 32610 56010 , Vannes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":161,\"name\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"businessName\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chaumont\",\"postcode\":\"52000\",\"address\":\"40 bis Avenue du Mar\\u00e9chal Foch 52000 , Chaumont France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"F\\u00e8vre Jean-Marc\",\"email\":\"rodolphe.grandjonc@sded52.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":162,\"name\":\"CPO - Territoire d'Energie Mayenne\",\"businessName\":\"CPO - Territoire d'Energie Mayenne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chang\\u00e9\",\"postcode\":\"53810\",\"address\":\"Parc Technopolis - Rue Louis de Broglie - B\\u00e2timent R 53810 , Chang\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":163,\"name\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"businessName\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecouflant\",\"postcode\":\"49000\",\"address\":\"9 Route de la Confluence 49000 , Ecouflant France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrion Marine\",\"email\":\"m.adrion@sieml.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":164,\"name\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"businessName\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Agen\",\"postcode\":\"47000\",\"address\":\"26 Rue Diderot 47000 , Agen France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blanquet B\\u00e9renger\",\"email\":\"berenger.blanquet@sdee47.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":165,\"name\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"businessName\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Mont-de-Marsan Cedex\",\"postcode\":\"40006\",\"address\":\"55 Rue Martin Luther King - CS 70627 40006 , Mont-de-Marsan Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":166,\"name\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ch\\u00e2teauroux\",\"postcode\":\"36000\",\"address\":\"2 Colbert B\\u00e2t G - Rue des Cigari\\u00e8res 36000 , Ch\\u00e2teauroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Routet Didier\",\"email\":\"d.routet@sdei36.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":167,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Thorign\\u00e9-Fouillard\",\"postcode\":\"35236\",\"address\":\"1 Avenue de Tiz\\u00e9 35236 , Thorign\\u00e9-Fouillard France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Simon Charlotte\",\"email\":\"c.simon@sde35.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":168,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33000\",\"address\":\"12 Rue du Cardinal Richaud 33000 , Bordeaux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":169,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Quimper\",\"postcode\":\"29000\",\"address\":\"9 All\\u00e9e Sully 29000 , Quimper France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Monfort Jacques\",\"email\":\"jacques.monfort@sdef.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":170,\"name\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"businessName\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Guichainville\",\"postcode\":\"27930\",\"address\":\"12 Rue Concorde 27930 , Guichainville France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":171,\"name\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"businessName\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Besan\\u00e7on\",\"postcode\":\"25000\",\"address\":\"33 Rue Cl\\u00e9ment Marot 25000 , Besan\\u00e7on France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mourot David\",\"email\":\"david.mourot@syded.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":172,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"P\\u00e9rigueux\",\"postcode\":\"24000\",\"address\":\"7 All\\u00e9e de Tourny 24000 , P\\u00e9rigueux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"VIGNERON S\\u00e9bastien\",\"email\":\"mobive@sde24.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":173,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sain-Brieuc\",\"postcode\":\"22000\",\"address\":\"53 Boulevard Carnot 22000 , Sain-Brieuc France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Connan David\",\"email\":\"david.connan@sde22.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":174,\"name\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"businessName\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Miramas\",\"postcode\":\"13141\",\"address\":\"1 Avenue Marco Polo - CS 20100 13141 , Miramas France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"APPARICIO Alexandre\",\"email\":\"alexandre.apparicio@smed13.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":175,\"name\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"businessName\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Troyes\",\"postcode\":\"10000\",\"address\":\"22 Rue Gr\\u00e9goire Pierre Herluison 10000 , Troyes France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Godin Olivier\",\"email\":\"olivier.godin@sde-aube.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":176,\"name\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"businessName\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saintes Cedex\",\"postcode\":\"17119\",\"address\":\"3 rue du Clos Fleuri - ZI de l'Ormeau de Pied - CS 60518 17119 , Saintes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ferri\\u00e8res Francois-Annet\",\"email\":\"fa.de-ferrieres@sdeer17.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":177,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laguenne\",\"postcode\":\"19150\",\"address\":\"Quartier Montana 19150 , Laguenne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BARTHEL Laurent\",\"email\":\"l.barthuel@fdee19.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":178,\"name\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"businessName\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Angoul\\u00e8me\",\"postcode\":\"16021\",\"address\":\"308 Rue de Basseau 16021 , Angoul\\u00e8me France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gauthier-Laure\",\"email\":\"lgauthier@sdeg16.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":179,\"name\":\"CPO - Porsche Slovenija d.o.o.\",\"businessName\":\"CPO - Porsche Slovenija d.o.o.\",\"regNo\":\"5758980\",\"vatNo\":null,\"country\":\"SI\",\"region\":null,\"city\":\"Ljubljana\",\"postcode\":\"SI-1000\",\"address\":\"5 Bravnicarjeva\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lukic Dusan\",\"email\":\"dusan.lukic@porsche.si\",\"phone\":\"+38631679161\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":180,\"name\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"businessName\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nice\",\"postcode\":\"06364\",\"address\":\"5 H\\u00f4tel de ville 06364 , Nice France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clavier Aur\\u00e9lien\",\"email\":\"aurelien.clavier@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":181,\"name\":\"EMSP- Stations-e SAS\",\"businessName\":\"EMSP- Stations-e SAS\",\"regNo\":\"835124280\",\"vatNo\":\"FR10835124280\",\"country\":\"FR\",\"region\":null,\"city\":\"Boussy-Saint-Antoine\",\"postcode\":\"91800\",\"address\":\"rue Marcel Pagnol 3 - 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nguyen Peth\",\"email\":\"peth.nguyen@stations-e.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":182,\"name\":\"Creos Luxembourg\",\"businessName\":\"Creos Luxembourg\",\"regNo\":null,\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Luxembourg\",\"postcode\":\"L-1248\",\"address\":\"59-61 Rue de Bouillon L-1248 , Luxembourg Luxembourg\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bertrand S\\u00e9bastien\",\"email\":\"sebastien.bertrand@creos.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":183,\"name\":\"CPO - TEVGO SAS\",\"businessName\":\"CPO - TEVGO SAS\",\"regNo\":\"87932148700024\",\"vatNo\":\"FR03879321487\",\"country\":\"FR\",\"region\":null,\"city\":\"La D\\u00e9fense Cedex\",\"postcode\":\"92069\",\"address\":\"24 cours Michelet 92069 , La D\\u00e9fense Cedex\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":184,\"name\":\"EMSP- ZE-WATT\",\"businessName\":\"EMSP- ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaigneux Eric\",\"email\":\"eric.gaigneux@ze-watt.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":185,\"name\":\"Charge Point SRL (PlugPoint)\",\"businessName\":\"Charge Point SRL (PlugPoint)\",\"regNo\":\"J40\\/11414\\/2017\",\"vatNo\":null,\"country\":\"RO\",\"state\":null,\"city\":\"Decembrie\",\"postcode\":\"077005\",\"address\":\"Sos. Giurgiului 73 - 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dunca Alexandru\",\"email\":\"alex.dunca@plugpoint.ro\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":186,\"name\":\"Interparking France SA\",\"businessName\":\"Interparking France SA\",\"regNo\":\"692 051 113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"Rue de Gramont 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Scordia R\\u00e9mi\",\"email\":\"rscordia@interparking.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":187,\"name\":\"Alfa Power\",\"businessName\":\"Alfa Power\",\"regNo\":\"11119473\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Leeds\",\"postcode\":\"LS27 0BY\",\"address\":\"Quarry Court High Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandhi Varun\",\"email\":\"v.gandhi@alfapower.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":188,\"name\":\"CPO - Croatian Telekom Inc.\",\"businessName\":\"CPO - Croatian Telekom Inc.\",\"regNo\":\"080266256\",\"vatNo\":null,\"country\":\"HR\",\"region\":null,\"city\":\"Zagreb\",\"postcode\":\"10000\",\"address\":\"Radni\\u010dka cesta 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stjepanovic Josip\",\"email\":\"josip.stjepanovic@t.ht.hr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":189,\"name\":\"Qovoltis\",\"businessName\":\"Qovoltis\",\"regNo\":\"853420032\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montrouge\",\"postcode\":\"92120\",\"address\":\"Danton 2a\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Salle Frederic\",\"email\":\"frederic.salle@qovoltis.com\",\"phone\":\"+33614011053\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":190,\"name\":\"Rambouillet Territoires\",\"businessName\":\"Rambouillet Territoires\",\"regNo\":\"20007334400067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rambouillet Cedex\",\"postcode\":\"78511\",\"address\":\"rue Gustave Eiffel - ZA Bel Air 22 - BP 40036\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Forte Carole\",\"email\":\"c.forte@rt78.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":191,\"name\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"businessName\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"regNo\":null,\"vatNo\":\"957520901\",\"country\":\"FR\",\"region\":null,\"city\":\"Lyon\",\"postcode\":\"69004\",\"address\":\"Andr\\u00e9 Bonin 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":192,\"name\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"businessName\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"regNo\":\"200067213\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Reims\",\"postcode\":\"51100\",\"address\":\"Eug\\u00e8ne Desteuque 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Humbert St\\u00e9phane\",\"email\":\"stephane.humbert@grandreims.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":193,\"name\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"businessName\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"regNo\":\"20004071500019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grenoble\",\"postcode\":\"38031\",\"address\":\"Rue Malakoff 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":194,\"name\":\"CPO - M\\u00e9tropolis\",\"businessName\":\"CPO - M\\u00e9tropolis\",\"regNo\":\"885354860\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"rue d'Astorg 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":195,\"name\":\"SEMOB\",\"businessName\":\"SEMOB\",\"regNo\":\"84877842900011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"+33428044205\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":196,\"name\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"businessName\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"regNo\":\"20005623200016\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orsay\",\"postcode\":\"91898\",\"address\":\"rue Jean Rostand 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MADA VINCENT\",\"email\":\"vincent.mada@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":199,\"name\":\"CPO - BE TROM SE\",\"businessName\":\"CPO - BE TROM SE\",\"regNo\":\"833942725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33100\",\"address\":\"Montmejean 60\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tricaud Yves\",\"email\":\"ytricaud@betrom-se.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":200,\"name\":\"EMSP- WattzHub\",\"businessName\":\"EMSP- WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":201,\"name\":\"EMSP- Maingau Energie GmbH\",\"businessName\":\"EMSP- Maingau Energie GmbH\",\"regNo\":\"113525007\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Obertshausen\",\"postcode\":\"63179\",\"address\":\"Ringstra\\u00dfe 4 - 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Armbruster\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":202,\"name\":\"EMSP- BE:MO SASU\",\"businessName\":\"EMSP- BE:MO SASU\",\"regNo\":\"823647060\",\"vatNo\":\"FR52823647060\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Esplanade du G\\u00e9n\\u00e9ral DE GAULLE 110\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthieu Codron\",\"email\":\"invoices@be-mo.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":203,\"name\":\"EMSP- Deftpower B.V.\",\"businessName\":\"EMSP- Deftpower B.V.\",\"regNo\":\"78087627\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"AW Apeldoorn\",\"postcode\":\"7317\",\"address\":\"Stadhoudersmolenweg 136\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Houthooft Anja\",\"email\":\"anja.houthooft@deftpower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":204,\"name\":\"EMSP- Chargemap SAS\",\"businessName\":\"EMSP- Chargemap SAS\",\"regNo\":\"809844731\",\"vatNo\":\"FR37809844731\",\"country\":\"FR\",\"region\":null,\"city\":\"Strasbourg\",\"postcode\":\"67200\",\"address\":\"all\\u00e9e C\\u00e9r\\u00e8s 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yoann Nussbaumer\",\"email\":\"operations@chargemap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":205,\"name\":\"EMSP- Bosch Charging Solutions GmbH\",\"businessName\":\"EMSP- Bosch Charging Solutions GmbH\",\"regNo\":\"HRB780013\",\"vatNo\":\"DE815728513\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart-Feuerbach\",\"postcode\":\"70469\",\"address\":\"Kruppstr. 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandin Hornemann\",\"email\":\"gandin.hornemann@de.bosch.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":206,\"name\":\"CPO - Route220 S.R.L.\",\"businessName\":\"CPO - Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":207,\"name\":\"EMSP- Elvah GmbH (Kreait)\",\"businessName\":\"EMSP- Elvah GmbH (Kreait)\",\"regNo\":\"HRB22989\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Grafschaft\",\"postcode\":\"53501\",\"address\":\"Oberescher weg 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gowrynath Sivaganeshamoorthy\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":208,\"name\":\"EMSP- Octopus Energy Ltd\",\"businessName\":\"EMSP- Octopus Energy Ltd\",\"regNo\":\"09263424\",\"vatNo\":\"GB 358672751\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"EC1N 2HT\",\"address\":\"Holborn 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Zoisa North-Bond\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices @ Octopus Energy\",\"email\":\"invoices-oe@octoenergy.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":209,\"name\":\"EMSP- Muvext Lda\",\"businessName\":\"EMSP- Muvext Lda\",\"regNo\":\"515419923\",\"vatNo\":\"PT515419923\",\"country\":\"PT\",\"region\":null,\"city\":\"Ilhavo\",\"postcode\":\"3830-352\",\"address\":\"PCI Creative Science Park Aveiro Region, Via do Conhecimento, Edif\\u00edcio Central\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Marques\",\"email\":\"sara.marques@muvext.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Muvext\",\"email\":\"accounting@muvext.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":210,\"name\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"regNo\":\"B49456\",\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"8069\",\"address\":\"Rue de l'Industrie 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van Breugel Willem\",\"email\":\"wibreuge@q8.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":216,\"name\":\"Fiesandri BVBA\",\"businessName\":\"Fiesandri BVBA\",\"regNo\":\"BE0677757905\",\"vatNo\":\"BE0677757905\",\"country\":\"BE\",\"region\":null,\"city\":\"lokeren\",\"postcode\":\"9160\",\"address\":\"Gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heugens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":217,\"name\":\"Rexel Nederland B.V.\",\"businessName\":\"Rexel Nederland B.V.\",\"regNo\":\"24267850\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zoetermeer\",\"postcode\":\"2712 PB\",\"address\":\"Bleiswijkseweg 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Van Dalen Michael\",\"email\":\"michael.vandalen@rexel.nl\",\"phone\":\"+31631787345\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":221,\"name\":\"Ronny Smet\",\"businessName\":\"Ronny Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":223,\"name\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"businessName\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"regNo\":\"HRA 709651\",\"vatNo\":\"709651\",\"country\":\"DE\",\"region\":null,\"city\":\"Karlsruhe\",\"postcode\":\"761321\",\"address\":\"Durlacher Allee 93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lars Walch\",\"email\":\"outbound.b2b.billing@enbw.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Service EnBW\",\"email\":\"service.emob@enbw.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":224,\"name\":\"CPO - E-Totem SAS\",\"businessName\":\"CPO - E-Totem SAS\",\"regNo\":\"53918816900020\",\"vatNo\":\"53918816900020\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"(+33) 6 88 23 42 43\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":225,\"name\":\"CPO - S\\u00e9olis\",\"businessName\":\"CPO - S\\u00e9olis\",\"regNo\":\"492041086\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Niort\",\"postcode\":\"79025\",\"address\":\"Avenue de Paris 336\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gheribi Mehdi\",\"email\":\"mgheribi@seolis.net\",\"phone\":\"(+33) 5 49 08 85 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":200,\"total\":839}}"} 
[2025-07-17 19:03:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":226,\"name\":\"CPO - Proviridis\",\"businessName\":\"CPO - Proviridis\",\"regNo\":\"750 938 722 00022\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rousset\",\"postcode\":\"13790\",\"address\":\"Avenue Victoire 135\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Et\\u00e9 Vincent\",\"email\":\"vincent.ete@proviridis.fr\",\"phone\":\"(+33) 7 50 69 52 44\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":227,\"name\":\"CPO - Drem Kft.\",\"businessName\":\"CPO - Drem Kft.\",\"regNo\":\"01 09 864967\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"H-1033\",\"address\":\"Szentendrei \\u00fat 89-93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"N\\u00e9meth \\u00c1d\\u00e1m\",\"email\":\"adam.nemeth@drem.hu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":228,\"name\":\"CPO - INOUid SAS\",\"businessName\":\"CPO - INOUid SAS\",\"regNo\":\"831159587\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"\\u00c9cully\",\"postcode\":\"69130\",\"address\":\"Chemin des Mouilles 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Briand Didier\",\"email\":\"dbriand@inouid.com\",\"phone\":\"(+33) 6 61 36 91 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":229,\"name\":\"CPO - ePower Lt.\",\"businessName\":\"CPO - ePower Lt.\",\"regNo\":null,\"vatNo\":\"645309\",\"country\":\"IE\",\"region\":null,\"city\":\"Cork\",\"postcode\":\"T23 TCY8\",\"address\":\"1 Technology House, Rockgroove Industrial Estate, Little Island\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tugwell Josef\",\"email\":\"joe.tugwell@epower.ie\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":230,\"name\":\"CPO - SAEMES SA\",\"businessName\":\"CPO - SAEMES SA\",\"regNo\":\"317 032 993 00741\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"L\\u00e9on Cladel 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MONNIER G\\u00e9raldine\",\"email\":\"geraldine.monnier@tevgo.fr\",\"phone\":\"(+33) 7 61 06 43 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":231,\"name\":\"CPO - GEA Solutions Ltd\",\"businessName\":\"CPO - GEA Solutions Ltd\",\"regNo\":\"EL099022632\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Attiki\",\"postcode\":\"19010\",\"address\":\"101 Thesi Patima, VI.PE. Kalyvion\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivanov Stefan\",\"email\":\"stefan.ivanov@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":232,\"name\":\"CPO - Autorecharge SAS\",\"businessName\":\"CPO - Autorecharge SAS\",\"regNo\":\"837 529 700\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pantin\",\"postcode\":\"93500\",\"address\":\"avenue du g\\u00e9n\\u00e9ral Leclerc 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Drif Malek\",\"email\":\"malek@autorecharge.fr\",\"phone\":\"(+33) 6 50 37 04 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":233,\"name\":\"EMSP- Bump SAS\",\"businessName\":\"EMSP- Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":234,\"name\":\"CPO - Ecophi SAS\",\"businessName\":\"CPO - Ecophi SAS\",\"regNo\":\"892147679\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"rue de la Chesnaie 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":235,\"name\":\"MEA Energies SAS\",\"businessName\":\"MEA Energies SAS\",\"regNo\":\"89487859400015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yilmaz Mehmet\",\"email\":\"mehmet.yilmaz@meaenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":236,\"name\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"businessName\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"regNo\":\"200 050 433 00024\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"64bis Rue de Monceau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"JEMMALI SANA\",\"email\":\"sana.jemmali@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":237,\"name\":\"CPO - Mobilygreen SAS\",\"businessName\":\"CPO - Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":238,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"HRB 88854\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50823\",\"address\":\"000582 6-8 Methweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Support\",\"email\":\"support@chargecloud.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":239,\"name\":\"CPO - MVM Mobiliti Kft\",\"businessName\":\"CPO - MVM Mobiliti Kft\",\"regNo\":\"0109965868\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"1037\",\"address\":\"10. Montevideo utca\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":\"pvz@lastmilesolutions.com\",\"phone\":\"(+31) 6 15 89 21 19\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":242,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Auxerre\",\"postcode\":\"89000\",\"address\":\"Avenue Foch 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":243,\"name\":\"CPO - Electra SAS\",\"businessName\":\"CPO - Electra SAS\",\"regNo\":\"891 624 884\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"rue Henri Rochefort 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarrazanas Thomas\",\"email\":\"thomas@go-electra.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":244,\"name\":\"Franklin EV Limited\",\"businessName\":\"Franklin EV Limited\",\"regNo\":\"09672645\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Wilmslow, Cheshire\",\"postcode\":\"SK9 1RA\",\"address\":\"The Lodge Alderley Road\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Byrne Robert\",\"email\":\"robert.byrne@franklinenergy.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":245,\"name\":\"CPO - SalzachSonne GmbH\",\"businessName\":\"CPO - SalzachSonne GmbH\",\"regNo\":\"370509\",\"vatNo\":\"FN 370509\",\"country\":\"AT\",\"region\":null,\"city\":\"Neukirchen\",\"postcode\":\"5741\",\"address\":\"Marktstrasse 179\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bachmaier Edwin\",\"email\":\"edwin.bachmaier@salzachsonne.at\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":246,\"name\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"businessName\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"regNo\":\"HRB 113 258 B\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10829\",\"address\":\"7-8 EUREF-Campus\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ubitricity Roaming technical support\",\"email\":\"roaming@ubitricity.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":247,\"name\":\"Syndicat mixte des Transports du bassin de Briey\",\"businessName\":\"Syndicat mixte des Transports du bassin de Briey\",\"regNo\":\"20004184600029\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Val de Briey\",\"postcode\":\"54150\",\"address\":\"2 Rue du Mar\\u00e9chal Foch\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pinna Arnaud\",\"email\":\"arnaud.pinna@st2b.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":248,\"name\":\"SAP Labs France SAS\",\"businessName\":\"SAP Labs France SAS\",\"regNo\":\"419855127\",\"vatNo\":\"FR23419855127\",\"country\":\"FR\",\"region\":null,\"city\":\"Mougins Cedex\",\"postcode\":\"06254\",\"address\":\"805 Avenue du Docteur Maurice Donat\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ben Slimane Kinza\",\"email\":\"kinza.ben.slimane@sap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":249,\"name\":\"CPO - SIPPEREC\",\"businessName\":\"CPO - SIPPEREC\",\"regNo\":\"257 500 041\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75588\",\"address\":\"173-175 Rue de Bercy\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":250,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Boves\",\"postcode\":\"80440\",\"address\":\"3 Rue C\\u00e9sar Cascabel - P\\u00f4les Jules Verne 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DURIER Christophe\",\"email\":\"christophe.durier@fde-somme.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":251,\"name\":\"CPS Asset Management SAS\",\"businessName\":\"CPS Asset Management SAS\",\"regNo\":\"493123251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"BOULOGNE BILLANCOURT\",\"postcode\":\"92100\",\"address\":\"58 AV EMILE ZOLA\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PEZET Hugues\",\"email\":\"hugues_pezet@carrefour.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":252,\"name\":\"Ville de la Garenne Colombes\",\"businessName\":\"Ville de la Garenne Colombes\",\"regNo\":\"219 200 359 00012\",\"vatNo\":\"FR65219200359\",\"country\":\"FR\",\"region\":null,\"city\":\"La Garenne-Colombes\",\"postcode\":\"92250\",\"address\":\"68 Boulevard de la R\\u00e9publique\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"correia fabricio\",\"email\":\"fabricio.correia@lagarennecolombes.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":253,\"name\":\"CPO - SGA Automation SAS\",\"businessName\":\"CPO - SGA Automation SAS\",\"regNo\":\"424246015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76000\",\"address\":\"27 Rue Jean Philippe Rameau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":254,\"name\":\"EV Maestro Ltd.\",\"businessName\":\"EV Maestro Ltd.\",\"regNo\":\"40103266553\",\"vatNo\":null,\"country\":\"LV\",\"region\":null,\"city\":\"Riga\",\"postcode\":\"LV1021\",\"address\":\"46 K-2 Ulbrokas Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Berzina Iveta\",\"email\":\"ivetab@evmaestro.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":255,\"name\":\"LUMI'iN SAS\",\"businessName\":\"LUMI'iN SAS\",\"regNo\":\"80794006900014\",\"vatNo\":\"FR30807940069\",\"country\":\"FR\",\"region\":null,\"city\":\"Malijai\",\"postcode\":\"04350\",\"address\":\"5 Le Prieure\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"LUMI'IN Superviseur\",\"email\":\"gireve@lumi-in.fr\",\"phone\":\"(+33) 7 82 94 09 59\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":257,\"name\":\"TotalEnergies Charging Services SAS\",\"businessName\":\"CPO - TotalEnergies Charging Services\",\"regNo\":\"514 933 589\",\"vatNo\":\"FR22531680445\",\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"24 Cours Michelet\",\"lastUpdatedAt\":\"2025-02-20T10:29:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Longatte\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Knafo Salom\\u00e9\",\"email\":\"salome.knafo@totalenergies.com\",\"phone\":\"+33 6 07 04 69 68\"},\"billing\":{\"contactPerson\":\"Fanny Carolei\",\"email\":\"fanny.carolei@totalenergies.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":258,\"name\":\"CPO - R\\u00e9gion Hauts-de-France\",\"businessName\":\"CPO - R\\u00e9gion Hauts-de-France\",\"regNo\":\"200053742\",\"vatNo\":\"FR25200053742\",\"country\":\"FR\",\"region\":null,\"city\":\"Lille Cedex\",\"postcode\":\"59555\",\"address\":\"155 Avenue du Pr\\u00e9sident Hoover 59555 , Lille Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":261,\"name\":\"Conny De Schepper\",\"businessName\":\"Conny De Schepper\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Haeyershoek 74\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Conny De Schepper\",\"email\":\"vdmluc68@hotmail.com\",\"phone\":\"0472942323\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":263,\"name\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"businessName\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"regNo\":\"258708585\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Palais sur Vienne\",\"postcode\":\"87410\",\"address\":\"8 rue d'Anguernaud\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":\"(+33) 6 13 44 57 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":264,\"name\":\"CPO - Clem'\",\"businessName\":\"CPO - Clem'\",\"regNo\":\"519 450 209\",\"vatNo\":\"FR49519450209\",\"country\":\"FR\",\"region\":null,\"city\":\"Neuilly-sur-Seine\",\"postcode\":\"92200\",\"address\":\"9 Villa des Sablons\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Delabona Andrews\",\"email\":\"andrews.delabona@clem-e.com\",\"phone\":\"(+33) 9 72 39 68 60\"},\"technical\":{\"contactPerson\":\"Stanislas Soufflet,\",\"email\":\"stanislas.soufflet@clem-e.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"it@clem-e.com\",\"phone\":\"0753366695\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":265,\"name\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"businessName\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dampierre en Yvelines\",\"postcode\":\"78720\",\"address\":\"9 Grande Rue\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PELLETIER Jacques\",\"email\":\"cchvc78@orange.fr\",\"phone\":\"(+33) 1 30 52 83 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":266,\"name\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"businessName\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laon\",\"postcode\":\"02007\",\"address\":\"Rue Turgot\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Moliner Yves\",\"email\":\"y.demoliner@useda.fr\",\"phone\":\"(+33) 3 23 27 15 80\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":267,\"name\":\"Camping du Lac\",\"businessName\":\"Camping du Lac\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINTE EULALIE EN BORN\",\"postcode\":\"40200\",\"address\":\"1590 Route du Lac\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gallou\\u00ebt C\\u00e9cile\",\"email\":\"contact@lecampingdulac.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":268,\"name\":\"Cogelum IDF (Citeos)\",\"businessName\":\"Cogelum IDF (Citeos)\",\"regNo\":\"B525134169\",\"vatNo\":\"FR08525134169\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92122\",\"address\":\"50 Avenue Fran\\u00e7ois Arago - CS 80002\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ismail BADIH\",\"email\":\"ismail.badih@citeos.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Carla Atiga\",\"email\":\"comptabilite.cpo@citeos.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":271,\"name\":\"Mertens Consulting BV\",\"businessName\":\"Mertens Consulting BV\",\"regNo\":\"0896.979.487\",\"vatNo\":\"BE 0896.979.487\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Smalvoortstraat 50, Turnhout , 2300\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mertens Fons\",\"email\":\"fonsmertens@me.com\",\"phone\":\"0475\\/248.968\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":272,\"name\":\"Samantha De Witte\",\"businessName\":\"Samantha De Witte\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Hoogkamerstraat 13, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samantha De Witte\",\"email\":\"samantha.dw@outlook.be\",\"phone\":\"0478365219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":273,\"name\":\"EMSP- Radicle UG\",\"businessName\":\"EMSP- Radicle UG\",\"regNo\":\"HRB231270\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Leipzig\",\"postcode\":\"04129\",\"address\":\"2 Schiebestrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ross Savage\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":278,\"name\":\"Power Shop\",\"businessName\":\"Power Shop\",\"regNo\":\"0478302941\",\"vatNo\":\"BE0478302941\",\"country\":\"BE\",\"region\":null,\"city\":\"Menen\",\"postcode\":\"8930\",\"address\":\"Delorsplein 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Logan Demeulemeester\",\"email\":\"logan.demeulemeester@hotmail.com\",\"phone\":\"0492055783\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":283,\"name\":\"e-Clearing (Test)\",\"businessName\":\"e-Clearing (Test)\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":286,\"name\":\"Christof Haeseldonckx\",\"businessName\":\"Christof Haeseldonckx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Cranenskapelstraat 1a\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christof Haeseldonckx\",\"email\":\"christofsandy@telenet.be\",\"phone\":\"0495230848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":289,\"name\":\"EMSP- Bornes Lib SAS\",\"businessName\":\"EMSP- Bornes Lib SAS\",\"regNo\":\"905139515\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"4 rue pasquier\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bah Ibrahima Sory\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":291,\"name\":\"Jurgen Munghen\",\"businessName\":\"Jurgen Munghen\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ingelmunster\",\"postcode\":\"-\",\"address\":\"H\\u00fcllhorststraat 3, Ingelmunster, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Munghen\",\"email\":\"jurgen.munghen@telenet.be\",\"phone\":\"0476531993\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":293,\"name\":\"EMSP- PERETTI GROUPE SARL\",\"businessName\":\"EMSP- PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":307,\"name\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"businessName\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Michel-sur-Orge\",\"postcode\":\"91240\",\"address\":\"16bis Rue Denis Papin\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean-Pierre Duperron\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":316,\"name\":\"Thys Interieur & Design\",\"businessName\":\"Thys Interieur & Design\",\"regNo\":\"0876145174\",\"vatNo\":\"BE0876145174\",\"country\":\"BE\",\"region\":null,\"city\":\"Eeklo\",\"postcode\":\"9900\",\"address\":\"Vrombautstraat 147\",\"lastUpdatedAt\":\"2025-05-16T13:26:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":317,\"name\":\"EMSP- Load Stations SAS\",\"businessName\":\"EMSP- Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":321,\"name\":\"CPO - ChargePoint Austria GmbH\",\"businessName\":\"CPO - ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Henrik Gerdes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":300,\"total\":839}}"} 
[2025-07-17 19:03:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":333,\"name\":\"Polinvest\",\"businessName\":\"Polinvest\",\"regNo\":\"BE0452239437\",\"vatNo\":\"BE0452239437\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 58 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyra Kuppens\",\"email\":\"kyra.kuppens@ocb.be\",\"phone\":\"080013890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":334,\"name\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":342,\"name\":\"EMSP- Eneco eMobility B.V.\",\"businessName\":\"EMSP- Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leonie Baneke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":350,\"name\":\"EMSP- Kiwhi Pass Solutions SASU\",\"businessName\":\"EMSP- Kiwhi Pass Solutions SASU\",\"regNo\":\"808 639 801\",\"vatNo\":\"FR49 808 639 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Apollinaire\",\"postcode\":\"21850\",\"address\":\"36 Rue du docteur Schmitt\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique TALLON\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":351,\"name\":\"EMSP- Robo Charge B.V.\",\"businessName\":\"EMSP- Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":352,\"name\":\"EMSP- Volkswagen Group Charging GmbH\",\"businessName\":\"EMSP- Volkswagen Group Charging GmbH\",\"regNo\":\"HRB 208967\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"1 Mollstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"ladekonzept@elli.eco\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"cpo-invoice@elli.eco\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":355,\"name\":\"CPO - City Charging BV\",\"businessName\":\"CPO - City Charging BV\",\"regNo\":\"80648088\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Deventer\",\"postcode\":\"7418 AJ\",\"address\":\"6b Zutphenseweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@citycharging.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":356,\"name\":\"Power Dot S.A\",\"businessName\":\"Power Dot S.A\",\"regNo\":\"514790342\",\"vatNo\":null,\"country\":\"PT\",\"region\":null,\"city\":\"Lisboa\",\"postcode\":\"250-096\",\"address\":\"17 6B R. Carlos Alberto da Mota Pinto\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ramos Afonso\",\"email\":\"acr@powerdot.pt\",\"phone\":\"00351 91 44 56 54 3\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":357,\"name\":\"IMAC2 SAS\",\"businessName\":\"IMAC2 SAS\",\"regNo\":\"421334566\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Cannet\",\"postcode\":\"06110\",\"address\":\"50 avenue du Campon\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julienne St\\u00e9phane\",\"email\":null,\"phone\":\"s.julienne@rivieracarcenter.fr\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":358,\"name\":\"Be Charge S.r.l.\",\"businessName\":\"Be Charge S.r.l.\",\"regNo\":\"09957510960\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20143\",\"address\":\"11 Via Carlo Bo\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paolo Martini\",\"email\":\"invoice.italia@bepower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":359,\"name\":\"MACRIS SAS\",\"businessName\":\"MACRIS SAS\",\"regNo\":\"341760148\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Creissels\",\"postcode\":\"12100\",\"address\":\"Route de St Affrique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian CABIRON\",\"email\":\"christian.cabiron@socamil.leclerc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":361,\"name\":\"Syndicat de la Di\\u00e8ge\",\"businessName\":\"Syndicat de la Di\\u00e8ge\",\"regNo\":\"200 078 947\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ussel\",\"postcode\":\"19200\",\"address\":\"2 Avenue de Beauregard\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre CHEVALIER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":362,\"name\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"businessName\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Gu\\u00e9ret\",\"postcode\":\"23000\",\"address\":\"11 Avenue Pierre Mend\\u00e8s\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 MAVIGNER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":363,\"name\":\"Free To X S.r.l.\",\"businessName\":\"Free To X S.r.l.\",\"regNo\":\"07516911000\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Rome\",\"postcode\":\"00159\",\"address\":\"50 via A. Bergamini\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piolo Andrea\",\"email\":\"andrea.piolo@freeto-x.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":364,\"name\":\"CPO - Wattify BV\",\"businessName\":\"CPO - Wattify BV\",\"regNo\":\"0777610990\",\"vatNo\":\"BE0777610990\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"kriephoekstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitry Smagghe\",\"email\":\"dimitry@wattify.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":365,\"name\":\"R\\u00e9gie Services Energie\",\"businessName\":\"R\\u00e9gie Services Energie\",\"regNo\":\"43887287100019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AMBERIEUX EN DOMBES\",\"postcode\":\"01330\",\"address\":\"577 route de Saint -Trivier sur Moignans\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Marc GEORGE\",\"email\":\"comptabilite@oriosbyspie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":366,\"name\":\"Abel&Co\",\"businessName\":\"Abel&Co\",\"regNo\":\"18052596\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Tilburg\",\"postcode\":\"5046AT\",\"address\":\"38 Goirekekanaaldijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van den Dries Monicue\",\"email\":\"monicue@abelenco.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":367,\"name\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"businessName\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"regNo\":\"000003234533\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Soest\",\"postcode\":\"3768HL\",\"address\":\"108 Birkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leijdekker Ruben\",\"email\":\"rleijdekker@avia.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":368,\"name\":\"EnerMia\",\"businessName\":\"EnerMia\",\"regNo\":\"MO - 412382\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Modena\",\"postcode\":\"41121\",\"address\":\"41 Corso Vittorio Emanuele II\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flavia Samori\",\"email\":\"f.samori@enermia.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":369,\"name\":\"BEC Construction Champagne\",\"businessName\":\"BEC Construction Champagne\",\"regNo\":\"463 200 725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Epernay\",\"postcode\":\"51200\",\"address\":\"6 All\\u00e9e de la Cote des Blancs\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marchand Cassandra\",\"email\":\"c.marchand@becchampagne.fayat.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":370,\"name\":\"NW IECharge Bretagne\",\"businessName\":\"NW IECharge Bretagne\",\"regNo\":\"898279251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75007\",\"address\":\"34 avenue Bosquet\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wassenaar Bram\",\"email\":\"bram.wassenaar.partner@iecharge.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":371,\"name\":\"Meubles Ikea France\",\"businessName\":\"Meubles Ikea France\",\"regNo\":\"RCS B 351 745 724\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"PLAISIR Cedex\",\"postcode\":\"78 375 , BP 129,\",\"address\":\"425 rue Henri Barbusse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ARFAOUI Said\",\"email\":\"said.arfaoui@izivia.com\",\"phone\":\"(+33) 7 76 23 00 25\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":372,\"name\":\"CPO - Saascharge International GmbH\",\"businessName\":\"CPO - Saascharge International GmbH\",\"regNo\":\"CH-020.4.074.493-5\",\"vatNo\":null,\"country\":\"CH\",\"region\":null,\"city\":\"Glattpark (Opfikon)\",\"postcode\":\"8152\",\"address\":\"117 Thurgauerstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Albrecht Richard\",\"email\":\"richard.albrecht@saascharge.com\",\"phone\":\"(+41) 7 63 90 01 77\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@saascharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Richard Albrecht\",\"email\":\"finance@saascharge.com\",\"phone\":\"+41445864550\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":373,\"name\":\"Borneco\",\"businessName\":\"Borneco\",\"regNo\":\"90510266100014\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"142 avenue dausmenil\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Minaeian Sasan\",\"email\":\"sasan.minaeian@wattzhub.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":374,\"name\":\"ENEXTEN\",\"businessName\":\"ENEXTEN\",\"regNo\":\"882828726\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chavanod\",\"postcode\":\"74650\",\"address\":\"178 Route de cran gevrier\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krari Sara\",\"email\":\"sara.krari@nexteneo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":375,\"name\":\"ALP-EV\",\"businessName\":\"ALP-EV\",\"regNo\":\"85903108\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"BREDA\",\"postcode\":\"4814 RE\",\"address\":\"266 Leursebaan\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van der Lof Jochem\",\"email\":\"support@alp-ev.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":376,\"name\":\"Evadea\",\"businessName\":\"Evadea\",\"regNo\":\"500759683\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-DENIS\",\"postcode\":\"93200\",\"address\":\"1 PLACE DE LA BERLINE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DADOU Thomas\",\"email\":\"thomas.dadou@spie.com\",\"phone\":\"(+33) 7 60 26 22 20\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":377,\"name\":\"Gaia Green Tech S.L.\",\"businessName\":\"Gaia Green Tech S.L.\",\"regNo\":\"B40571002\",\"vatNo\":\"ESB40571002\",\"country\":\"ES\",\"region\":null,\"city\":\"Valencia\",\"postcode\":\"46022\",\"address\":\"11, 2nd floor, Apt. 9 Calle de Felipe Salvador\",\"lastUpdatedAt\":\"2025-03-04T10:00:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Siudzinski Wojtek\",\"email\":\"wojtek@gaiagreen.tech\",\"phone\":\"(+34) 6 84 28 68 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":378,\"name\":\"Sevdec\",\"businessName\":\"Sevdec\",\"regNo\":\"38064471600017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76100\",\"address\":\"20 rue David Ferrand\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":379,\"name\":\"Area Tech\",\"businessName\":\"Area Tech\",\"regNo\":\"854036308\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"MARCQ EN BAROEUL\",\"postcode\":\"59700\",\"address\":\"340 avenue de La Marne\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bonneville Renaud\",\"email\":\"renaud.bonneville@area-tech.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":380,\"name\":\"EMSP- Monta ApS\",\"businessName\":\"EMSP- Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":381,\"name\":\"GROUPE MOBELEC\",\"businessName\":\"GROUPE MOBELEC\",\"regNo\":\"88990931300021\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecully\",\"postcode\":\"69130\",\"address\":\"12 Chemin de Chalin\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaume Christophe\",\"email\":\"christophe.gaume@groupe-mobelec.fr\",\"phone\":\"(+33) 6 02 49 69 54\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":382,\"name\":\"ProperPhi\",\"businessName\":\"ProperPhi\",\"regNo\":\"89193764100027\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"8 rue de la Chesnaie\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":383,\"name\":\"Time2Plug\",\"businessName\":\"Time2Plug\",\"regNo\":\"912044948\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"13 avenue Boudon\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heripret Edouard\",\"email\":\"edouard@time2plug.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":384,\"name\":\"SunXLium\",\"businessName\":\"SunXLium\",\"regNo\":\"843721390\",\"vatNo\":null,\"country\":\"DM\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"9 Anatole de la Forge\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chady Fadil\",\"email\":\"fadil.chady@sunxlium.com\",\"phone\":\"(+23) 0 59 77 69 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":385,\"name\":\"Laadkompas B.V.\",\"businessName\":\"Laadkompas B.V.\",\"regNo\":\"75246740\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Almere\",\"postcode\":\"1322 CH\",\"address\":\"100 Transistorstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Khan Mazhar\",\"email\":\"administratie@laadkompas.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":386,\"name\":\"Atlante Srl\",\"businessName\":\"Atlante Srl\",\"regNo\":\"2635708\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20137\",\"address\":\"3 Piazzale Lodi\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Atlante Invoicing\",\"email\":\"invoices@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":388,\"name\":\"Eoliberty\",\"businessName\":\"Eoliberty\",\"regNo\":\"91844486000012\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vierzon\",\"postcode\":\"18100\",\"address\":\"All\\u00e9e Geroges Charpak\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GEHA Daniel\",\"email\":\"daniel.geha@eova.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":389,\"name\":\"Dropnplug\",\"businessName\":\"Dropnplug\",\"regNo\":\"88206038700017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rennes\",\"postcode\":\"35000\",\"address\":\"26 Avenue Chardonnet\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"lebrize claude\",\"email\":\"claude.lebrize@dropnplug.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":390,\"name\":\"EMSP- Diego Luxembourg\",\"businessName\":\"EMSP- Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":392,\"name\":\"Brussels Kois\",\"businessName\":\"Brussels Kois\",\"regNo\":\"BE 0820.015.135\",\"vatNo\":\"BE 0820.015.135\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Edmond Plas\",\"email\":\"sandra@capitalecars.be\",\"phone\":\"+32475235296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":397,\"name\":\"Tom Van Damme\",\"businessName\":\"Tom Van Damme\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Beukenlaan 40, 2110 Wijnegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Van Damme\",\"email\":\"tomvandamme001@gmail.com\",\"phone\":\"+32494899290\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":398,\"name\":\"Dirk Poppe\",\"businessName\":\"Dirk Poppe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9420\",\"address\":\"wezelpoelstraat 102 9420 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Poppe\",\"email\":\"poppe_dirk@hotmail.com\",\"phone\":\"0486727713\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":399,\"name\":\"Autel Netherlands B.V.\",\"businessName\":\"Autel Netherlands B.V.\",\"regNo\":\"84342773\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"GL \\u2019S-GRAVENHAGE\",\"postcode\":\"2497\",\"address\":\"217 Laan van Waalhaven\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Huang Baixin\",\"email\":\"baixin.huang@autel.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":403,\"name\":\"Ceylan Celikoz\",\"businessName\":\"Ceylan Celikoz\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Berchem\",\"postcode\":\"2600\",\"address\":\"Kanunnik Peeters Straat 147, 2600, Berchem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ceylan Celikoz\",\"email\":\"ceylan@blulinc.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"ceylan@blulinc.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":412,\"name\":\"PPC\",\"businessName\":\"PPC\",\"regNo\":\"000786301000\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Athens\",\"postcode\":\"10432\",\"address\":\"30 Chalkokondili Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyriakos Kofinas\",\"email\":\"roaming.deiblue@dei.gr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Benos Peter\",\"email\":\"p.benos@dei.gr\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":413,\"name\":\"PLUG-N-GO\",\"businessName\":\"PLUG-N-GO\",\"regNo\":\"10848124\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"WC2H 9JQ\",\"address\":\"71-75 Shelton Street, Covent Garden\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Revill Tim\",\"email\":\"tim@plug-n-go.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Dufty Nigel\",\"email\":\"nigel@plug-n-go.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Keith Hounsell\",\"email\":\"keith@plug-n-go.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":414,\"name\":\"CPO - Grupo EasyCharger\",\"businessName\":\"CPO - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":415,\"name\":\"NORMATECH SAS [Lodmi]\",\"businessName\":\"NORMATECH SAS [Lodmi]\",\"regNo\":\"901360602\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"ARRAS\",\"postcode\":\"62000\",\"address\":\"11 RUE WILLY BRANDT BATIMENT 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Saint Machin\",\"email\":\"tsm@lodmi.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Moukhlisse Zineb\",\"email\":\"zineb@lodmi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Qu\\u00e9ru Laura\",\"email\":\"laura@lodmi.com\",\"phone\":\"(+33) 7 66 59 08 46\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":416,\"name\":\"TEA MOBILITAS\",\"businessName\":\"TEA MOBILITAS\",\"regNo\":\"09-09-027080\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Hajd\\u00faszoboszl\\u00f3\",\"postcode\":\"4200\",\"address\":\"71 Kossuth\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Heged\\u0171s-Kocsis Krisztina\",\"email\":\"kocsiskrisztina@sarkcsillag.com\",\"phone\":\"(+36) 3 03 89 07 44\"},\"billing\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":417,\"name\":\"SBS Innovations (ByWatt)\",\"businessName\":\"SBS Innovations (ByWatt)\",\"regNo\":\"68061722\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Ernst\",\"postcode\":\"8166GP\",\"address\":\"4 Korte Laarstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"technical\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"billing\":{\"contactPerson\":\"ByWatt Invoicing\",\"email\":\"invoices@bywatt.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":418,\"name\":\"EV Map\",\"businessName\":\"EV Map\",\"regNo\":\"922271564\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-FONS\",\"postcode\":\"69190\",\"address\":\"49 Boulevard LUCIEN SAMPAIX\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":422,\"name\":\"Dhsn Bv\",\"businessName\":\"Dhsn Bv\",\"regNo\":\"0781.946.296\",\"vatNo\":\"BE 0781.946.296\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilsen-Stokkem\",\"postcode\":\"3650\",\"address\":\"Borreshoefstraat 67\",\"lastUpdatedAt\":\"2024-11-27T13:01:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries Housen\",\"email\":\"dries@dhsn.be\",\"phone\":\"0498\\/409607\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":426,\"name\":\"Patrick Wastyn\",\"businessName\":\"Patrick Wastyn\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zulte\",\"postcode\":\"9870\",\"address\":\"Waalbeekpark 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Wastyn\",\"email\":\"wastynpatrick6@gmail.com\",\"phone\":\"0476059342\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":400,\"total\":839}}"} 
[2025-07-17 19:03:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":430,\"name\":\"BV Dokter R. Steenwegen\",\"businessName\":\"BV Dokter R. Steenwegen\",\"regNo\":\"0474 426 010\",\"vatNo\":\"BE0474 426 010\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1700\",\"address\":\"Molenstraat 73\",\"lastUpdatedAt\":\"2024-11-27T13:04:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":431,\"name\":\"Ronny Hindyrickx\",\"businessName\":\"Ronny Hindyrickx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Raapstraat 33\",\"lastUpdatedAt\":\"2024-11-27T13:04:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Hindyrickx\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":434,\"name\":\"V-I-C bvba\",\"businessName\":\"V-I-C bvba\",\"regNo\":\"0536.481.462\",\"vatNo\":\"BE0536.481.462\",\"country\":\"BE\",\"region\":null,\"city\":\"Zedelgem\",\"postcode\":\"8210\",\"address\":\"Diksmuidse Heirweg 51c\",\"lastUpdatedAt\":\"2024-11-27T13:05:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":435,\"name\":\"Vermoortel Chantal\",\"businessName\":\"Vermoortel Chantal\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Damme\",\"postcode\":\"Damme\",\"address\":\"Damweg 56\",\"lastUpdatedAt\":\"2024-11-27T13:08:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":443,\"name\":\"EMSP- Recharger mon auto\",\"businessName\":\"EMSP- Recharger mon auto\",\"regNo\":\"91931393200015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Aulnay-Sous-Bois\",\"postcode\":\"93600\",\"address\":\"198 Avenue de Nonneville\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rodrigues C\\u00e9dric\",\"email\":\"cedric.rodrigues@rechargermonauto.com\",\"phone\":\"0659457794\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":444,\"name\":\"YES55\",\"businessName\":\"YES55\",\"regNo\":\"950758219\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grimaud\",\"postcode\":\"83310\",\"address\":\"ZA du Grand Pont\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robelin Nicolas\",\"email\":\"nicolas.robelin@yes55.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Martin Rachel\",\"email\":\"rachel.martin@yes55.fr\",\"phone\":\"+33 7 88 77 08 15\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":445,\"name\":\"CPO - METLD (BE GREEN MOBILITY)\",\"businessName\":\"CPO - METLD (BE GREEN MOBILITY)\",\"regNo\":\"919243121\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Herblain\",\"postcode\":\"44800\",\"address\":\"1 Guglielmo Marconi\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stecchino Julien\",\"email\":\"j.stecchino@begreen-group.com\",\"phone\":\"(+33) 6 76 89 05 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":446,\"name\":\"CPO - Compleo Charging Software GmbH\",\"businessName\":\"CPO - Compleo Charging Software GmbH\",\"regNo\":\"HRB 33903\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Dortmund\",\"postcode\":\"44379\",\"address\":\"8 Ezzestra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leidgebel Dennis\",\"email\":\"dennis.leidgebel@compleo-cs.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":447,\"name\":\"Energytix.solutions\",\"businessName\":\"Energytix.solutions\",\"regNo\":\"0654.812.554\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Schaapveld 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Baes Jonas\",\"email\":\"jbaes@energytix.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Leeman Bert\",\"email\":\"bleeman@energytix.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":448,\"name\":\"Amano Europe NV\",\"businessName\":\"Amano Europe NV\",\"regNo\":\"0434 751 030\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Westerring 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Schouterden Dominic\",\"email\":\"dschouterden@amano.eu\",\"phone\":\"(+32) 4 92 11 66 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":459,\"name\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"businessName\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":\"70435\",\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Philipp\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":462,\"name\":\"EMSP- NRG Accounting BV\",\"businessName\":\"EMSP- NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":463,\"name\":\"Top Employers Belgium\",\"businessName\":\"Top Employers Belgium\",\"regNo\":\"BE0895420064\",\"vatNo\":\"BE0895420064\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Nijverheidsstraat 70, 2160 Wommelgem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":466,\"name\":\"EMSP- E.ON Drive\",\"businessName\":\"EMSP- E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":470,\"name\":\"EMSP- E.A. Business\",\"businessName\":\"EMSP- E.A. Business\",\"regNo\":\"880960182\",\"vatNo\":\"FR31880960182\",\"country\":\"FR\",\"region\":null,\"city\":\"Rillieux-La-Pape\",\"postcode\":\"69140\",\"address\":\"555 chemin du Bois\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jemoui Mehdi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Issam Arfaoui\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":473,\"name\":\"Edmond Plas\",\"businessName\":\"Edmond Plas\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5,\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandra Bulinckx\",\"email\":\"sandra@capitalecars.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":476,\"name\":\"EMSP- E-Fusion SAS\",\"businessName\":\"EMSP- E-Fusion SAS\",\"regNo\":\"912272143\",\"vatNo\":\"FR47912272143\",\"country\":\"FR\",\"region\":null,\"city\":\"Labege\",\"postcode\":\"31670\",\"address\":\"231 rue Pierre et Marie Curie\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ernest BOADI\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":482,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":493,\"name\":\"CPO - Road B.V.\",\"businessName\":\"CPO - Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":494,\"name\":\"NLCharge B.V.\",\"businessName\":\"NLCharge B.V.\",\"regNo\":\"82372829\",\"vatNo\":\"NL862440142B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1015 CN\",\"address\":\"8 Keizersgracht\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter C. Molengraaf\",\"email\":\"peter@nlcharge.nl\",\"phone\":\"(+31) 6 46 36 09 71\"},\"technical\":{\"contactPerson\":\"Becker Riccardo\",\"email\":\"riccardo@longship.io\",\"phone\":\"(+31) 2 02 11 74 58\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":495,\"name\":\"Jerecharge.com SAS\",\"businessName\":\"Jerecharge.com SAS\",\"regNo\":\"905083895\",\"vatNo\":\"FR52905083895\",\"country\":\"FR\",\"region\":null,\"city\":\"Garches\",\"postcode\":\"92380\",\"address\":\"23 rue de la c\\u00f4te Saint Louis\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Olry\",\"email\":\"christophe.olry@jerecharge.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Viguie Gilles\",\"email\":\"gilles.viguie@jerecharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":496,\"name\":\"Paragon Mobility SAS\",\"businessName\":\"Paragon Mobility SAS\",\"regNo\":\"851548404\",\"vatNo\":\"FR68851548404\",\"country\":\"FR\",\"region\":null,\"city\":\"Valbonne\",\"postcode\":\"06560\",\"address\":\"535 Route des Lucioles, Les Aqueducs \\u2013 B\\u00e2timent 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann Cortot\",\"email\":\"operations@paragonmobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 1 84 88 39 32\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":497,\"name\":\"K2 PROPERTY BV\",\"businessName\":\"K2 PROPERTY BV\",\"regNo\":\"0749.520.384\",\"vatNo\":\"BE0749.520.384\",\"country\":\"BE\",\"region\":null,\"city\":\"Kuurne\",\"postcode\":\"8520\",\"address\":\"Ringlaan 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Janssens\",\"email\":\"bruno.janssens@questforproperty.com\",\"phone\":\"+(324) 953-85959\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":500,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":502,\"name\":\"Extendas Online Informatica B.V.\",\"businessName\":\"Extendas Online Informatica B.V.\",\"regNo\":\"08154890\",\"vatNo\":\"NL817496749B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Enschede\",\"postcode\":\"7521 PK\",\"address\":\"30 Institutenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"M.A. Cauli\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Tim Bethlehem\",\"email\":\"tim@extendas.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Raphael Verreijken\",\"email\":\"raphael@extendas.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":503,\"name\":\"EMSP- SMEG D\\u00e9veloppement\",\"businessName\":\"EMSP- SMEG D\\u00e9veloppement\",\"regNo\":\"20S08489\",\"vatNo\":\"FR46000150523\",\"country\":\"FR\",\"region\":null,\"city\":\"Monaco\",\"postcode\":\"98000\",\"address\":\"10 avenue de Fontvieille\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Battaglione\",\"email\":\"smeg@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"commercial@smeg.mc\",\"phone\":\"(+377) 92 05 66 44\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":510,\"name\":\"Fastned BV\",\"businessName\":\"Fastned BV\",\"regNo\":\"54606179\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1097 DL\",\"address\":\"77R James Wattstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Langezaal\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":500,\"total\":839}}"} 
[2025-07-17 19:03:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":533,\"name\":\"Dries Uitvaartzorg\",\"businessName\":\"Dries Uitvaartzorg\",\"regNo\":\"0457645604\",\"vatNo\":\"BE 0457645604\",\"country\":\"BE\",\"region\":null,\"city\":\"Dessel\",\"postcode\":\"2480\",\"address\":\"Polderstraat 46\",\"lastUpdatedAt\":\"2024-11-27T15:58:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":536,\"name\":\"CPO - LichtBlick eMobility GmbH\",\"businessName\":\"CPO - LichtBlick eMobility GmbH\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":539,\"name\":\"CPO - Remo Sustainable Mobility S.L.\",\"businessName\":\"CPO - Remo Sustainable Mobility S.L.\",\"regNo\":\"B72745698\",\"vatNo\":\"B72745698\",\"country\":\"ES\",\"region\":null,\"city\":\"28046\",\"postcode\":\"Madrid\",\"address\":\"135 Paseo de la Castellana, 12th floor\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remo Commercial Team\",\"email\":\"info@remo-mobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":542,\"name\":\"CPO - GreenYellow eMobility SAS\",\"businessName\":\"CPO - GreenYellow eMobility SAS\",\"regNo\":\"835370842\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint - Etienne\",\"postcode\":\"42000\",\"address\":\"1 Cours Antoine Guichard\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Romain BUTTE\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Chamkhi Salma\",\"email\":\"schamkhi@greenyellow.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"eMobility B2B support GreenYellow\",\"email\":\"emobility.exploit@greenyellow.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":543,\"name\":\"EMSP - Grupo EasyCharger\",\"businessName\":\"EMSP - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":544,\"name\":\"Sven Devisscher\",\"businessName\":\"Sven Devisscher\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2350\",\"address\":\"Ossevenstraat 11, 2350 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":549,\"name\":\"LichtBlick eMobility\",\"businessName\":\"LichtBlick eMobility\",\"regNo\":null,\"vatNo\":\"HRB 11191\",\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hubach Julia\",\"email\":\"julia.hubach@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"support.emobility@lichtblick.de\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":550,\"name\":\"Bart Van Keer\",\"businessName\":\"Bart Van Keer\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Fazantenstraat 45, 9080 Lochristi\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":556,\"name\":\"EV-Quip (SRL)\",\"businessName\":\"EV-Quip (SRL)\",\"regNo\":\"0750.549.871\",\"vatNo\":\"BE0750.549.871\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16, 3900 Pelt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vandebeeck Stephan\",\"email\":\"stephan@euroquip.be\",\"phone\":\"+(324) 974-80894\"},\"technical\":{\"contactPerson\":\"Vandebeeck Louis\",\"email\":\"louis@ev-quip.be\",\"phone\":\"+32 11 81 82 18\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":557,\"name\":\"Sovana Srl\\/Bv\",\"businessName\":\"Sovana Srl\\/Bv\",\"regNo\":\"0473863608\",\"vatNo\":\"BE0473863608\",\"country\":\"BE\",\"region\":null,\"city\":\"Tervuren\",\"postcode\":\"3080\",\"address\":\"Edmond Hanssenslaan 42 , Tervuren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Martine Serrien\",\"email\":\"martine.serrien@sovana.be\",\"phone\":\"0475 68 66 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":563,\"name\":\"CPO - Mobilize Fast Charge France\",\"businessName\":\"CPO - Mobilize Fast Charge France\",\"regNo\":\"983504002\",\"vatNo\":\"FR65983504002\",\"country\":\"FR\",\"region\":null,\"city\":\"Boulogne-Billancourt\",\"postcode\":\"92100\",\"address\":\"122-122 Bis Avenue du G\\u00e9n\\u00e9ral Leclerc\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Service Facturation\",\"email\":\"fastcharge.exploitation@mobilize.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":591,\"name\":\"CPO - QWELLO GmbH\",\"businessName\":\"CPO - QWELLO GmbH\",\"regNo\":\"HRB 234481\",\"vatNo\":\"DE316810194\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80992\",\"address\":\"1 Agnes-Pockels-Bogen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Roaming Qwello\",\"email\":\"roaming@qwello.eu\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":592,\"name\":\"CPO - ChargeIn\",\"businessName\":\"CPO - ChargeIn\",\"regNo\":\"0000986332\",\"vatNo\":\"PL7011100884\",\"country\":\"PL\",\"region\":null,\"city\":\"Warszawa\",\"postcode\":\"00-654\",\"address\":\"17 ul. Jana i J\\u0119drzeja \\u015aniadeckich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Babinski Kamil\",\"email\":\"kamil.babinski@chargein.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Maciej Skoczylas\",\"email\":\"maciej.sawicki@chargein.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":594,\"name\":\"Lard Aurelie\",\"businessName\":\"Lard Aurelie\",\"regNo\":\"0763997932\",\"vatNo\":\"BE0763997932\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:04:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lard Aurelie\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":602,\"name\":\"Taxi LM\",\"businessName\":\"Taxi LM\",\"regNo\":null,\"vatNo\":\"BE0794.869.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Jozef Verbovenlei 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":607,\"name\":\"EMSP- TanQyou\",\"businessName\":\"EMSP- TanQyou\",\"regNo\":\"70223521\",\"vatNo\":\"NL851056519B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"3 The Want, 8802PV, Franeker\",\"lastUpdatedAt\":\"2025-03-31T12:38:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Harmen Akkerman\",\"email\":\"info@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":\"(+31)88 100 9877\"},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":608,\"name\":\"CPO - Optimum Way Ltd.\",\"businessName\":\"CPO - Optimum Way Ltd.\",\"regNo\":\"03-09-131907\",\"vatNo\":\"HU-26399661\",\"country\":\"HU\",\"region\":null,\"city\":\"Baja\",\"postcode\":\"6500\",\"address\":\"2 Gesztenye utca 6500 , Baja\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"OW Invoices\",\"email\":\"szamla@optimumway.hu\",\"phone\":\"0036209564490\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":609,\"name\":\"CPO - Schouten Energy\",\"businessName\":\"CPO - Schouten Energy\",\"regNo\":\"28089720\",\"vatNo\":\"NL809534034B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Alphen aan den Rijn\",\"postcode\":\"2401 LP\",\"address\":\"4 Gnephoek 2401 LP , Alphen aan den Rijn\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wiebe van der Veen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":610,\"name\":\"CPO - Go Electric Stations SRLS\",\"businessName\":\"CPO - Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella 40128 , Bologna\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":611,\"name\":\"Divani NV\",\"businessName\":\"Divani NV\",\"regNo\":\"0830.657.916\",\"vatNo\":\"BE 0830.657.916\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052\\/D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"divani@immogra.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":616,\"name\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"businessName\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"regNo\":\"HRA 6945\",\"vatNo\":\"DE266451114\",\"country\":\"DE\",\"region\":null,\"city\":\"Bochum\",\"postcode\":\"44789\",\"address\":\"56 Wittener Stra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-13T13:32:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Stocker\",\"email\":\"info@trafineo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":617,\"name\":\"EMSP- Threeforce BV\",\"businessName\":\"EMSP- Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":618,\"name\":\"CPO - Optimile Bv\",\"businessName\":\"CPO - Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":619,\"name\":\"EMSP- ZEborne\",\"businessName\":\"EMSP- ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":620,\"name\":\"Demo Account - Blulinc\",\"businessName\":\"Demo Account - Blulinc\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-01-17T08:38:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":621,\"name\":\"EMSP- Road B.V.\",\"businessName\":\"EMSP- Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":622,\"name\":\"GoGlobal Netherlands B.V\",\"businessName\":\"GoGlobal Netherlands B.V\",\"regNo\":null,\"vatNo\":\"DE 341043115\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1066 EP\",\"address\":\"John M. Keynesplein 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Amandine Guillou\",\"email\":\"amandine.guillou@goglobalgeo.com\",\"phone\":\"0203\\/331.699\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":624,\"name\":\"Hubject Partner\",\"businessName\":\"Hubject Partner\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":626,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":null,\"vatNo\":\"Parochiale Werken Ledeberg VZW\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Ledebergplein 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":628,\"name\":\"EMSP- Go Electric Stations SRLS\",\"businessName\":\"EMSP- Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":629,\"name\":\"EMSP- Digital Charging Solutions GmbH\",\"businessName\":\"EMSP- Digital Charging Solutions GmbH\",\"regNo\":\"HRB 211155 B\",\"vatNo\":\"DE312237805\",\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"18 - 19 Rosenstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Markus Bartenschlager\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Team Accounting\",\"email\":\"accounting@digitalchargingsolutions.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":600,\"total\":839}}"} 
[2025-07-17 19:03:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":635,\"name\":\"Khasanov Tamerlan\",\"businessName\":\"Khasanov Tamerlan\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kampenhout\",\"postcode\":\"1910\",\"address\":\"Schuermansstraat 41\",\"lastUpdatedAt\":\"2024-12-02T15:12:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":636,\"name\":\"Raf Sodermans\",\"businessName\":\"Raf Sodermans\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Schutteweide 26\",\"lastUpdatedAt\":\"2024-12-02T15:13:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":637,\"name\":\"EMSP- Greenflux Assets B.V.\",\"businessName\":\"EMSP- Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":638,\"name\":\"EMSP- Route220 S.R.L.\",\"businessName\":\"EMSP- Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":641,\"name\":\"Erik Saerens\",\"businessName\":\"Erik Saerens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merchtem\",\"postcode\":\"1785\",\"address\":\"Onze Lieve Vrouwstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Saerens\",\"email\":\"saerens.vdb@skynet.be\",\"phone\":\"+32485 55 58 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":645,\"name\":\"CPO - Freshmile Services\",\"businessName\":\"CPO - Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"(+33) 3 68 78 14 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":646,\"name\":\"CPO - ZE-WATT\",\"businessName\":\"CPO - ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise 31670\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":647,\"name\":\"CPO - ConnectNed B.V.\",\"businessName\":\"CPO - ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":648,\"name\":\"CPO - WattzHub\",\"businessName\":\"CPO - WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":649,\"name\":\"CPO - Bump SAS\",\"businessName\":\"CPO - Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":650,\"name\":\"EMSP- Mobilygreen SAS\",\"businessName\":\"EMSP- Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":651,\"name\":\"CPO - Shell EV Charging Solutions B.V.\",\"businessName\":\"CPO - Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":652,\"name\":\"CPO - PERETTI GROUPE SARL\",\"businessName\":\"CPO - PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":653,\"name\":\"CPO - Load Stations SAS\",\"businessName\":\"CPO - Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":654,\"name\":\"CPO - Electromaps S.L.\",\"businessName\":\"CPO - Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":655,\"name\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":656,\"name\":\"CPO - Robo Charge B.V.\",\"businessName\":\"CPO - Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":657,\"name\":\"CPO - Diego Luxembourg\",\"businessName\":\"CPO - Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":658,\"name\":\"CPO - Monta ApS\",\"businessName\":\"CPO - Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":659,\"name\":\"CPO - NRG Accounting BV\",\"businessName\":\"CPO - NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":663,\"name\":\"S.U.L.T.A.N. B.V\",\"businessName\":\"S.U.L.T.A.N. B.V\",\"regNo\":\"0755563484\",\"vatNo\":\"BE0755563484\",\"country\":\"BE\",\"region\":null,\"city\":\"Hulshout\",\"postcode\":\"2235\",\"address\":\"Hoogzand 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yasin Ozturk\",\"email\":\"ysn.ozturk87@gmail.com\",\"phone\":\"+32485005142\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":665,\"name\":\"Daeze Angelique\",\"businessName\":\"Daeze Angelique\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Roskamstraat 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daeze Angelique\",\"email\":\"angeliquedaeze@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":674,\"name\":\"Anil & Naresh - App Development Blulinc\",\"businessName\":\"Anil & Naresh - App Development Blulinc\",\"regNo\":\"BE00123456789\",\"vatNo\":\"0123456\",\"country\":\"BE\",\"region\":\"Oast-Vlaanderen\",\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Laarnebaan 106b\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Naresh Kumar\",\"email\":\"ak0506493@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":676,\"name\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"businessName\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"regNo\":\"388 758 708 00076\",\"vatNo\":\"FR31388758708\",\"country\":\"FR\",\"region\":null,\"city\":\"BAVILLIERS\",\"postcode\":\"90800\",\"address\":\"Zone Industrielle\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tun UNLU\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":677,\"name\":\"CPO - SEW Solutions GmbH\",\"businessName\":\"CPO - SEW Solutions GmbH\",\"regNo\":\"HRB 743660\",\"vatNo\":\"DE350399349\",\"country\":\"DE\",\"region\":null,\"city\":\"Ravensburg\",\"postcode\":\"88213\",\"address\":\"Stra\\u00dfe 14 Wilhelm-Brielmayer\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Manfred Frick und Andreas Kessler\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+49) 7 51 99 43 87 0\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":678,\"name\":\"CPO - Volt-Up\",\"businessName\":\"CPO - Volt-Up\",\"regNo\":\"B246172\",\"vatNo\":\"LU32451925\",\"country\":\"LU\",\"region\":null,\"city\":\"Livange\",\"postcode\":\"L-3378\",\"address\":\"3 rue de Turi\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Massimo Russo\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Voltup\",\"email\":\"administration@voltup.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":679,\"name\":\"CPO - Floading Energy Infra\",\"businessName\":\"CPO - Floading Energy Infra\",\"regNo\":\"NL859649994B01\",\"vatNo\":\"NL859649994B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6827\",\"address\":\"73 Westervoortsedijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arnaud van der Sluis\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Floading Invoicing Team\",\"email\":\"administration@floading.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":680,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":\"BE 0797.981.188\",\"vatNo\":\"0797.981.188\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ren\\u00e9 Ryckaert\",\"email\":\"reneryckaert@icloud.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":682,\"name\":\"New Hair Club\",\"businessName\":\"New Hair Club\",\"regNo\":null,\"vatNo\":\"BE0589744756\",\"country\":\"BE\",\"region\":null,\"city\":\"De Pinte\",\"postcode\":\"9840\",\"address\":\"Zuidstationstraat  16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":684,\"name\":\"Anne Clarysse\",\"businessName\":\"Anne Clarysse\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Beukendreef 13, 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":696,\"name\":\"CPO - Blink Charging Belgium (SA)\",\"businessName\":\"CPO - Blink Charging Belgium (SA)\",\"regNo\":\"0833.034.020\",\"vatNo\":\"BE 0833.034.020\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Posthoflei 3\\/4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Van Schap\",\"email\":\"interop@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"servicedesk@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"billing\":{\"contactPerson\":\"Saskia Laperre\",\"email\":\"office@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":698,\"name\":\"STX Commodities BV\",\"businessName\":\"STX INT\",\"regNo\":\"0797.789.960\",\"vatNo\":\"BE 0797.789.960\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Louizalaan 475\",\"lastUpdatedAt\":\"2025-01-17T10:36:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Jan Wesselink\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brandon Palmers\",\"email\":\"Brandon.Palmers@stxgroup.com\",\"phone\":\"+31 6 15 58 45 51\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":350},{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":714,\"name\":\"CPO - BV Smart parking Solutions\",\"businessName\":\"CPO - BV Smart parking Solutions\",\"regNo\":\"BE 0539.751.253\",\"vatNo\":\"0539.751.253\",\"country\":\"BE\",\"region\":null,\"city\":\"Bertem\",\"postcode\":\"3061\",\"address\":\"Dorpstraat 570\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@groupbeyers.com\",\"phone\":\"003223038869\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"info@smartparkingsolutions.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":715,\"name\":\"CPO - Ebee Smart Technologies GmbH\",\"businessName\":\"CPO - Ebee Smart Technologies GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":716,\"name\":\"CPO - Zemovi BV\",\"businessName\":\"CPO - Zemovi BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"'s-Gravenhage\",\"postcode\":\"2517 KT\",\"address\":\"Scheveningseweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Chu\",\"email\":\"danny@zemovi.com\",\"phone\":\"+31850602419\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@zemovi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Hafid Salhi\",\"email\":\"billing@zemovi.com\",\"phone\":\"+31(0)85 060 8489\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":717,\"name\":\"CPO - eCarUp\",\"businessName\":\"CPO - eCarUp\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"cornel.beeler@ecarup.com\",\"phone\":\"+41415101717\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@ecarup.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"invoice@ecarup.com\",\"phone\":\"+41415101717\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":718,\"name\":\"CPO - Porsche Sales and Marketplace GmbH\",\"businessName\":\"CPO - Porsche Sales and Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":null,\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":719,\"name\":\"CPO - reev GmbH\",\"businessName\":\"CPO - reev GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"M\\u00fcnchen\",\"postcode\":\"80335\",\"address\":\"Sandstra\\u00dfe 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Eduard Schlutius\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":723,\"name\":\"CPO - Schneider Electric GmbH\",\"businessName\":\"CPO - Schneider Electric GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Ratingen\",\"postcode\":\"40880\",\"address\":\"Gothaer Str. 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Stoye\",\"email\":\"tim.stoye@se.com\",\"phone\":\"+49 30 238884 240\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@inno2fleet.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Evelyn Str\\u00fcbing\",\"email\":\"invoice@inno2fleet.com\",\"phone\":\"+ 49 30 238884 240\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":724,\"name\":\"CPO - Eneco eMobility B.V.\",\"businessName\":\"CPO - Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":null,\"email\":\"jan.sass2@eneco.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":725,\"name\":\"CPO - iLumen\",\"businessName\":\"CPO - iLumen\",\"regNo\":\"0846.015.786\",\"vatNo\":\"BE 0846.015.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Tessenderlo\",\"postcode\":\"3980\",\"address\":\"Ambachtsstraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Wuyts\",\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":\"+32 13 220 200\"},\"technical\":{\"contactPerson\":null,\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":null},\"billing\":{\"contactPerson\":\"Stefanie Van Eynde\",\"email\":\"invoices@ilumen.be\",\"phone\":\"+32 13 22 02 51\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":726,\"name\":\"CPO - Picoty SAS\",\"businessName\":\"CPO - Picoty SAS\",\"regNo\":\"77734738600057\",\"vatNo\":\"FR83777347386\",\"country\":\"FR\",\"region\":null,\"city\":\"La Souterraine\",\"postcode\":\"23300\",\"address\":\"Rue Andr\\u00e9 et Guy Picoty\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel PICOTY\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 5 55 89 38 05\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":727,\"name\":\"EMSP- Tap Electric B.V.\",\"businessName\":\"EMSP- Tap Electric B.V.\",\"regNo\":\"80990819\",\"vatNo\":\"NL861879764B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1016 AC\",\"address\":\"262-A Singel\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dan Pezim\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Dan Pezim\",\"email\":\"dan@tapelectric.app\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":728,\"name\":\"CPO - SJS Services SAS\",\"businessName\":\"CPO - SJS Services SAS\",\"regNo\":\"84470864400019\",\"vatNo\":\"FR71844708644\",\"country\":\"FR\",\"region\":null,\"city\":\"Chatellerault\",\"postcode\":\"86100\",\"address\":\"69 Chemin du Marais\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jerome Princ\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":729,\"name\":\"CPO - Obornes SASU\",\"businessName\":\"CPO - Obornes SASU\",\"regNo\":null,\"vatNo\":\"817481658\",\"country\":\"BE\",\"region\":null,\"city\":\"Aix-en-Provence\",\"postcode\":\"13100\",\"address\":\"550 Rue Pierre Berthier\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dourassoff\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":735,\"name\":\"CPO - E.ON Drive\",\"businessName\":\"CPO - E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Roaming & Partner Management Team EDRI\",\"email\":\"roaming@edri.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":736,\"name\":\"CPO - Iberdrola\",\"businessName\":\"CPO - Iberdrola\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Miguel Recuenco\",\"email\":\"mrecuenco@iberdrola.es\",\"phone\":\"+34900929293\"},\"technical\":{\"contactPerson\":null,\"email\":\"smartmobility@tuiberdrola.es\",\"phone\":null},\"billing\":{\"contactPerson\":\"Mar\\u00eda \\u00c1ngeles Diaz Bueno\",\"email\":\"roaming@iberdrola.es\",\"phone\":\"+34900929293\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":700,\"total\":839}}"} 
[2025-07-17 19:03:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":738,\"name\":\"EMSP- Vandebron Energie B.V.\",\"businessName\":\"EMSP- Vandebron Energie B.V.\",\"regNo\":\"59394218\",\"vatNo\":\"NL853458194B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013KS\",\"address\":\"2a-2h Grote Bickersstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remco Wilcke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Rowald Oosterkamp\",\"email\":\"ev-facturen@vandebron.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":740,\"name\":\"Embridge Belgium BV\",\"businessName\":\"M-Tech NV - Embridge\",\"regNo\":null,\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-17T14:27:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Boodts\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":745,\"name\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"businessName\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"technical\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"billing\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":746,\"name\":\"CPO - Atlante Energy\",\"businessName\":\"CPO - Atlante Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tommaso Cresti\",\"email\":\"tommaso.cresti@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":\"operation@atlante.energy\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Atlante\",\"email\":\"invoices@atlante.energy\",\"phone\":\"+39 344 3437928\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":747,\"name\":\"CPO - Powy (TheF Charging S.r.l.)\",\"businessName\":\"CPO - Powy (TheF Charging S.r.l.)\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicol\\u00f2 Brentan\",\"email\":\"nicolo.brentan@powy.energy\",\"phone\":\"+39 800 596 704\"},\"technical\":{\"contactPerson\":\"Matteo Scaglia\",\"email\":\"matteo.scaglia@powy.energy\",\"phone\":\"+39 345 047 1604\"},\"billing\":{\"contactPerson\":\"assistenza@powy.energy\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":748,\"name\":\"CPO - Enel X Way Italia\",\"businessName\":\"CPO - Enel X Way Italia\",\"regNo\":\"IT14553401002\",\"vatNo\":\"IT14553401002\",\"country\":\"BE\",\"region\":null,\"city\":\"Roma\",\"postcode\":\"00189\",\"address\":\"Via Flaminia 970\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":749,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"DE309400054\",\"vatNo\":\"DE309400054\",\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50672\",\"address\":\"Erftstra\\u00dfe 15\\u201317\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claudia Eder\",\"email\":\"roaming@chargecloud.de\",\"phone\":\"+4922129272500\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@chargecloud.de\",\"phone\":\"+4922129272500\"},\"billing\":{\"contactPerson\":\"Markus Bach\",\"email\":\"accounting@chargecloud.de\",\"phone\":\"+4922129272500\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":750,\"name\":\"Hauset Immo NV\",\"businessName\":\"Hauset Immo NV\",\"regNo\":\"0417.032.791\",\"vatNo\":\"BE 0417.032.791\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Veldkant 2\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":\"E Heuten\",\"email\":\"e.heuten@immogra.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":751,\"name\":\"Dirk meert\",\"businessName\":\"Dirk meert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"Aalst\",\"address\":\"Hof ter Lokerenstraat 38\",\"lastUpdatedAt\":\"2024-12-02T15:38:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":759,\"name\":\"Altensys\",\"businessName\":\"EMSP- ALTENSYS\",\"regNo\":\"90018325200015\",\"vatNo\":\"FR25900183252\",\"country\":\"FR\",\"region\":null,\"city\":\"Ajaccio\",\"postcode\":\"20000\",\"address\":\"51 cours Napol\\u00e9on\",\"lastUpdatedAt\":\"2024-11-07T09:56:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phanie Masson\",\"email\":\"s.masson@altensys.fr\",\"phone\":\"+33 6 64 96 56 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":768,\"name\":\"Jean Colle\",\"businessName\":\"Jean Colle\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-26T13:04:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":772,\"name\":\"Pieter Bergez\",\"businessName\":\"Pieter Bergez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-02T14:05:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":774,\"name\":\"Service & Development  Group Belgium NV\",\"businessName\":\"Service & Development  Group Belgium NV\",\"regNo\":\"0415.874.533\",\"vatNo\":\"BE 0415.874.533\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint Denijs Westrem\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052 D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"+32 475 920 898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":785,\"name\":\"Polygon Belgium NV - Public\",\"businessName\":\"Polygon Belgium NV - Public\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1200,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":786,\"name\":\"EMSP- Enapi\",\"businessName\":\"EMSP- Enapi\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-23T14:20:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":794,\"name\":\"Better IT Support bvba\",\"businessName\":\"Better IT Support bvba\",\"regNo\":null,\"vatNo\":\"BE0884.277.437\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"Marosdelle 5\",\"lastUpdatedAt\":\"2025-01-20T15:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":800,\"name\":\"VDZ bv\",\"businessName\":\"Plug 15\",\"regNo\":\"0436.378.452\",\"vatNo\":\"BE0436.378.452\",\"country\":\"BE\",\"region\":null,\"city\":\"Lendelede\",\"postcode\":\"8860\",\"address\":\"Rozebeeksestraat 103\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lowie Devriendt\",\"email\":\"lowie.devriendt@vdz.be\",\"phone\":\"0479221868\"},\"technical\":{\"contactPerson\":\"Maxim vroman\",\"email\":\"maxim@vdz.be\",\"phone\":\"32474859585\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":801,\"name\":\"EMSP- WeVee Technologies Ltd.\",\"businessName\":\"EMSP- WeVee Technologies Ltd.\",\"regNo\":\"13427704\",\"vatNo\":\"386900859\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"W6 0NB\",\"address\":\"1 Lyric Square\",\"lastUpdatedAt\":\"2025-02-04T13:59:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dr. Rahmyn Kress\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Francesca Spengos\",\"email\":\"f@wevee.com\",\"phone\":\"+30 694 418 0518\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":802,\"name\":\"E-Shore S.r.l.\",\"businessName\":\"CPO - E-Shore\",\"regNo\":\"02382770507\",\"vatNo\":\"IT02382770507\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20122\",\"address\":\"5 Pietro Cossa\",\"lastUpdatedAt\":\"2025-02-04T14:04:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marco Maria Mele\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Vanessa Barbini\",\"email\":\"segreteria@eshoremobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Team EShore\",\"email\":\"accounting@eshoremobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":803,\"name\":\"A\\u00e9roports de la C\\u00f4te d'Azur\",\"businessName\":\"CPO - A\\u00e9roports de la C\\u00f4te d'Azur\",\"regNo\":\"493479489\",\"vatNo\":\"FR35493479489\",\"country\":\"IT\",\"region\":null,\"city\":\"NICE Cedex 3\",\"postcode\":\"06206\",\"address\":\"19 Rue Costes et Bellonte - CS 63331\",\"lastUpdatedAt\":\"2025-02-04T14:13:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Franck GOLDNADEL\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Michele Lamasse\",\"email\":\"michele.lamasse@cote-azur.aeroport.fr\",\"phone\":\"+33 4 93 21 32 82\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":804,\"name\":\"Voltalia Mobility (Yusco) SA\",\"businessName\":\"CPO - Le Plein\",\"regNo\":\"982531527\",\"vatNo\":\"FR12982531527\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75003\",\"address\":\"84 Boulevard de S\\u00e9bastopol\",\"lastUpdatedAt\":\"2025-02-04T14:24:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Lebrun\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Benjamin Lalin\",\"email\":\"benjamin.lalin@voltalia-mobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"\\u00c9quipe comptable Yusco\",\"email\":\"compta@yusco.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":813,\"name\":\"Group Projecten BV\",\"businessName\":\"EMSP- Group Projecten\",\"regNo\":\"0795634085\",\"vatNo\":\"BE0795634085\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 81\",\"lastUpdatedAt\":\"2025-02-18T09:20:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Swaef Alex\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Christa Van De Slycke\",\"email\":\"hello@gridctrl.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":814,\"name\":\"Pleevi SRL\",\"businessName\":\"Pleevi.ai\",\"regNo\":\"1017.187.332\",\"vatNo\":\"BE1017.187.332\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Boulevard du Roi Albert II 4\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Lagae\",\"email\":\"Wout.Lagae@pleevi.ai\",\"phone\":\"+32 479 27 61 89\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":815,\"name\":\"PowerGoodies\",\"businessName\":\"PowerGoodies\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-02-24T08:49:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":821,\"name\":\"Johan Joseph\",\"businessName\":\"Johan Joseph\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 18, 2930 Brasschaat\",\"lastUpdatedAt\":\"2025-02-28T08:58:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":822,\"name\":\"Tony Graziano\",\"businessName\":\"Tony Graziano\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Karlsruhelaan 20, 2400 Mol\",\"lastUpdatedAt\":\"2025-02-28T12:39:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":824,\"name\":\"TandemDrive Services B.V.\",\"businessName\":\"TandemDrive Services\",\"regNo\":null,\"vatNo\":\"NL865400684B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Delft\",\"postcode\":\"2627AB\",\"address\":\"Hooikade 13\",\"lastUpdatedAt\":\"2025-03-04T10:05:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maarten Ari\\u00ebns\",\"email\":\"maartenariens@tandemdrive.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":827,\"name\":\"Rainer Klose\",\"businessName\":\"Rainer Klose\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Van Geertstraat 17\\/3, 2060 Antwerpen\",\"lastUpdatedAt\":\"2025-03-06T15:14:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":828,\"name\":\"Piet Scherrens\",\"businessName\":\"Piet Scherrens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-10T14:07:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":832,\"name\":\"Ann Creve\",\"businessName\":\"Ann Creve\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-14T15:06:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Creve\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":836,\"name\":\"Chargit B.V.\",\"businessName\":\"EMSP- Chargit B.V.\",\"regNo\":null,\"vatNo\":\"NL863096414B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Nijmegen\",\"postcode\":\"6511EV\",\"address\":\"Nassausingel 4\",\"lastUpdatedAt\":\"2025-03-31T12:41:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Leo Konings\",\"email\":\"leo.konings@chargit.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rik Sebens\",\"email\":\"rik.sebens@chargit.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":837,\"name\":\"CPO - MoveYou B.V.\",\"businessName\":\"CPO - MoveYou B.V.\",\"regNo\":null,\"vatNo\":\"NL858013563B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"Het Want 3\",\"lastUpdatedAt\":\"2025-03-26T11:50:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":844,\"name\":\"Georgios Evangelou\",\"businessName\":\"Georgios Evangelou\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-04-14T10:42:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":800,\"total\":839}}"} 
[2025-07-17 19:03:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":861,\"name\":\"Evolut-ion services bv\",\"businessName\":\"EMSP- Evolut-ion\",\"regNo\":\"0764.959.519\",\"vatNo\":\"BE0764.959.519\",\"country\":\"BE\",\"region\":null,\"city\":\"Buggenhout\",\"postcode\":\"9255\",\"address\":\"Heideveld 26\",\"lastUpdatedAt\":\"2025-06-02T12:54:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":863,\"name\":\"Copackr.Com\",\"businessName\":\"Copackr\",\"regNo\":\"0683.478.925\",\"vatNo\":\"BE 0683.478.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T13:07:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@copackr.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":867,\"name\":\"Annemie Van Hemelrijck\",\"businessName\":\"Annemie Van Hemelrijck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Molenstraat 18, 2811 Leest\",\"lastUpdatedAt\":\"2025-06-06T07:46:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Annemie Van Hemelrijck\",\"email\":\"annemievanhemelrijck@hotmail.com\",\"phone\":\"+32496596782\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":869,\"name\":\"Swish SAS\",\"businessName\":\"EMSP- Swish SAS\",\"regNo\":\"97764942500013\",\"vatNo\":\"FR27977649425\",\"country\":\"FR\",\"region\":null,\"city\":\"Roissy en France\",\"postcode\":\"95700\",\"address\":\"385 rue de la belle \\u00e9toile\",\"lastUpdatedAt\":\"2025-06-11T10:53:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alberto Prendin\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":870,\"name\":\"EVIO - Electrical Mobility\",\"businessName\":\"EMSP- EVIO - Electrical Mobility\",\"regNo\":\"515681890\",\"vatNo\":\"PT515681890\",\"country\":\"PT\",\"region\":null,\"city\":\"Matosinhos\",\"postcode\":\"4450-017\",\"address\":\"1825 Av. Dom Afonso Henriques\",\"lastUpdatedAt\":\"2025-06-11T11:50:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carlos Almeida\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"invoices@go-evio.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":872,\"name\":\"Lily Detrez\",\"businessName\":\"Lily Detrez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Heverlee\",\"postcode\":\"3050\",\"address\":\"Fonteinstraat 38\",\"lastUpdatedAt\":\"2025-06-17T09:37:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":874,\"name\":\"Abattoir\",\"businessName\":\"Abattoir\",\"regNo\":\"0425.276.704\",\"vatNo\":\"BE 0425.276.704\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Ropsy Chaudron 24\",\"lastUpdatedAt\":\"2025-06-25T10:36:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Blancke\",\"email\":\"thomas.blancke@abattoir.be\",\"phone\":\"0472262751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@abattoir.be\",\"phone\":\"025215419\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":878,\"name\":\"Ysco\",\"businessName\":\"Ysco\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-07-04T11:52:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Dehamers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":880,\"name\":\"ENERANDO Technologies\",\"businessName\":\"CPO - ENERANDO Technologies\",\"regNo\":\"HRB 284630\",\"vatNo\":\"DE361930407\",\"country\":\"DE\",\"region\":null,\"city\":\"Garching\",\"postcode\":\"D-85748\",\"address\":\"Schleissheimer Str. 91a\",\"lastUpdatedAt\":\"2025-07-07T09:20:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthias Schmid\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":881,\"name\":\"EMSP- Oriway SAS\",\"businessName\":\"EMSP- Oriway\",\"regNo\":\"95366062800017\",\"vatNo\":\"FR70953660628\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Gilles Croix de Vie\",\"postcode\":\"85800\",\"address\":\"7 du Vent de Galerne\",\"lastUpdatedAt\":\"2025-07-15T11:57:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Natacha Burahee\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":882,\"name\":\"EMSP- Amano Europe NV\",\"businessName\":\"EMSP- Amano Europe\",\"regNo\":\"0434 751 030\",\"vatNo\":\"BE0434.751.030\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"2 Westerring\",\"lastUpdatedAt\":\"2025-07-15T12:01:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Peirsman\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":883,\"name\":\"EMSP- autoSense AG\",\"businessName\":\"EMSP- autoSense AG\",\"regNo\":\"CH-020.3.046.019-3\",\"vatNo\":\"CHE-252.080.680\",\"country\":\"CH\",\"region\":null,\"city\":\"Zurich\",\"postcode\":\"8004\",\"address\":\"141 Badenerstrasse\",\"lastUpdatedAt\":\"2025-07-15T12:20:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jaap Vossen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Department\",\"email\":\"roaming@autosense.ch\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":884,\"name\":\"EMSP- Faroud SAS\",\"businessName\":\"EMSP- Faroud\",\"regNo\":\"98154506400017\",\"vatNo\":\"FR93981545064\",\"country\":\"FR\",\"region\":null,\"city\":\"Asni\\u00e8res sur Seine\",\"postcode\":\"92600\",\"address\":\"7 rue Paul Gillet\",\"lastUpdatedAt\":\"2025-07-15T12:23:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrien Navarro\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"next\":null},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":839,\"total\":839}}"} 
[2025-07-17 19:03:42] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":9,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"T.vanvlem@netcomsolutions.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-11-30T11:22:05+00:00\",\"acceptedAt\":\"2021-11-30T11:22:05+00:00\",\"userId\":7,\"lastUpdatedAt\":\"2022-08-29T15:49:21+00:00\"},{\"id\":16,\"partnerId\":9,\"sendViaEmail\":true,\"email\":\"bgaltman@netcomsolutions.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-16T22:30:28+00:00\",\"acceptedAt\":\"2021-12-16T22:30:28+00:00\",\"userId\":35,\"lastUpdatedAt\":\"2023-11-30T13:34:18+00:00\"},{\"id\":17,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.vanstappen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-22T08:22:43+00:00\",\"acceptedAt\":\"2021-12-22T08:22:43+00:00\",\"userId\":40,\"lastUpdatedAt\":\"2022-08-29T15:49:53+00:00\"},{\"id\":23,\"partnerId\":26,\"sendViaEmail\":true,\"email\":\"info@hildesmout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T15:08:52+00:00\",\"acceptedAt\":\"2021-12-27T15:08:52+00:00\",\"userId\":47,\"lastUpdatedAt\":\"2022-08-29T15:18:50+00:00\"},{\"id\":27,\"partnerId\":27,\"sendViaEmail\":true,\"email\":\"christophecompeers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T22:45:46+00:00\",\"acceptedAt\":\"2021-12-27T22:45:46+00:00\",\"userId\":19,\"lastUpdatedAt\":\"2022-08-29T15:39:05+00:00\"},{\"id\":28,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"maaike.vandenberghe@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-29T12:23:56+00:00\",\"acceptedAt\":\"2021-12-29T12:23:56+00:00\",\"userId\":51,\"lastUpdatedAt\":\"2021-12-29T12:23:56+00:00\"},{\"id\":30,\"partnerId\":29,\"sendViaEmail\":true,\"email\":\"boekhoudingvervack@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-07T09:39:56+00:00\",\"acceptedAt\":\"2022-01-07T09:39:57+00:00\",\"userId\":57,\"lastUpdatedAt\":\"2023-11-30T14:07:24+00:00\"},{\"id\":37,\"partnerId\":45,\"sendViaEmail\":true,\"email\":\"michael@hairconsultingbymd.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-23T18:06:57+00:00\",\"acceptedAt\":\"2022-01-23T18:06:57+00:00\",\"userId\":64,\"lastUpdatedAt\":\"2023-09-28T13:04:47+00:00\"},{\"id\":38,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"Jeroen.bogaerts@junto.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":66,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":39,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"evelyne.lekime@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":67,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":41,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jan.luyckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:06:50+00:00\",\"acceptedAt\":\"2022-02-01T14:06:50+00:00\",\"userId\":69,\"lastUpdatedAt\":\"2023-01-09T12:53:03+00:00\"},{\"id\":42,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thijs.campe@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:11:45+00:00\",\"acceptedAt\":\"2022-02-01T14:11:45+00:00\",\"userId\":61,\"lastUpdatedAt\":\"2023-01-09T12:53:06+00:00\"},{\"id\":45,\"partnerId\":50,\"sendViaEmail\":true,\"email\":\"kserranne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-09T22:20:16+00:00\",\"acceptedAt\":\"2022-02-09T22:20:16+00:00\",\"userId\":76,\"lastUpdatedAt\":\"2023-11-30T14:11:41+00:00\"},{\"id\":48,\"partnerId\":47,\"sendViaEmail\":true,\"email\":\"ran.ancho@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-15T17:54:58+00:00\",\"acceptedAt\":\"2022-02-15T17:54:58+00:00\",\"userId\":68,\"lastUpdatedAt\":\"2024-05-21T13:40:16+00:00\"},{\"id\":50,\"partnerId\":52,\"sendViaEmail\":true,\"email\":\"callebautdecoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-05T08:30:15+00:00\",\"acceptedAt\":\"2022-03-05T08:30:15+00:00\",\"userId\":84,\"lastUpdatedAt\":\"2023-11-30T14:11:51+00:00\"},{\"id\":52,\"partnerId\":13,\"sendViaEmail\":true,\"email\":\"phistelle@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-08T15:26:41+00:00\",\"acceptedAt\":\"2022-03-08T15:26:41+00:00\",\"userId\":17,\"lastUpdatedAt\":\"2022-08-30T09:00:33+00:00\"},{\"id\":53,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peter.reyniers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-09T14:46:45+00:00\",\"acceptedAt\":\"2022-03-09T14:46:45+00:00\",\"userId\":90,\"lastUpdatedAt\":\"2023-01-09T12:53:28+00:00\"},{\"id\":54,\"partnerId\":53,\"sendViaEmail\":true,\"email\":\"wma.architect@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-10T12:12:33+00:00\",\"acceptedAt\":\"2022-03-10T12:12:33+00:00\",\"userId\":87,\"lastUpdatedAt\":\"2023-11-30T14:12:08+00:00\"},{\"id\":56,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-13T13:43:59+00:00\",\"acceptedAt\":\"2022-03-13T13:43:59+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2023-11-30T14:12:21+00:00\"},{\"id\":58,\"partnerId\":56,\"sendViaEmail\":true,\"email\":\"nick.houthuys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-14T06:55:08+00:00\",\"acceptedAt\":\"2022-03-14T06:55:08+00:00\",\"userId\":80,\"lastUpdatedAt\":\"2023-11-30T14:14:08+00:00\"},{\"id\":60,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"siebe.verheyen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:30:34+00:00\",\"acceptedAt\":\"2022-03-22T11:30:34+00:00\",\"userId\":103,\"lastUpdatedAt\":\"2023-01-09T12:53:32+00:00\"},{\"id\":61,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ewoud.beheydt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:51:46+00:00\",\"acceptedAt\":\"2022-03-22T11:51:46+00:00\",\"userId\":104,\"lastUpdatedAt\":\"2023-11-23T13:58:45+00:00\"},{\"id\":62,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kathleen.sels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T12:46:30+00:00\",\"acceptedAt\":\"2022-03-22T12:46:30+00:00\",\"userId\":105,\"lastUpdatedAt\":\"2023-01-09T12:53:39+00:00\"},{\"id\":63,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"koen.stevens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T13:06:55+00:00\",\"acceptedAt\":\"2022-03-22T13:06:55+00:00\",\"userId\":106,\"lastUpdatedAt\":\"2023-11-23T14:00:12+00:00\"},{\"id\":64,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"jfleconte@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T14:26:36+00:00\",\"acceptedAt\":\"2022-03-22T14:26:36+00:00\",\"userId\":102,\"lastUpdatedAt\":\"2023-01-09T13:03:52+00:00\"},{\"id\":65,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jarne.vanbelleghem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-28T11:37:25+00:00\",\"acceptedAt\":\"2022-03-28T11:37:25+00:00\",\"userId\":115,\"lastUpdatedAt\":\"2023-01-09T12:54:14+00:00\"},{\"id\":66,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-29T13:12:51+00:00\",\"acceptedAt\":\"2022-03-29T13:12:51+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-05-31T11:12:50+00:00\"},{\"id\":68,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"mathieu@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-31T08:37:08+00:00\",\"acceptedAt\":\"2022-03-31T08:37:08+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-05-31T11:12:56+00:00\"},{\"id\":72,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"bob.missoorten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T11:31:15+00:00\",\"acceptedAt\":\"2022-04-04T11:31:15+00:00\",\"userId\":119,\"lastUpdatedAt\":\"2023-01-09T12:54:17+00:00\"},{\"id\":74,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"Hilde.verstraeten@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T13:26:02+00:00\",\"acceptedAt\":\"2022-04-04T13:26:02+00:00\",\"userId\":121,\"lastUpdatedAt\":\"2023-11-30T14:23:34+00:00\"},{\"id\":78,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lode.janssens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-05T13:38:46+00:00\",\"acceptedAt\":\"2022-04-05T13:38:46+00:00\",\"userId\":123,\"lastUpdatedAt\":\"2023-01-09T12:54:20+00:00\"},{\"id\":79,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"g.van.hoey@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T08:44:39+00:00\",\"acceptedAt\":\"2022-04-07T08:44:39+00:00\",\"userId\":111,\"lastUpdatedAt\":\"2023-01-09T13:03:49+00:00\"},{\"id\":82,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"j.vandenberghe@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T14:34:30+00:00\",\"acceptedAt\":\"2022-04-07T14:34:30+00:00\",\"userId\":101,\"lastUpdatedAt\":\"2023-01-09T13:03:45+00:00\"},{\"id\":85,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.billiau@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T10:06:50+00:00\",\"acceptedAt\":\"2022-04-08T10:06:50+00:00\",\"userId\":107,\"lastUpdatedAt\":\"2023-04-03T07:55:21+00:00\"},{\"id\":87,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"s.de.roo@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T11:04:51+00:00\",\"acceptedAt\":\"2022-04-08T11:04:51+00:00\",\"userId\":100,\"lastUpdatedAt\":\"2023-01-09T13:03:43+00:00\"},{\"id\":89,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"caat.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-14T11:26:56+00:00\",\"acceptedAt\":\"2022-04-20T06:57:53+00:00\",\"userId\":131,\"lastUpdatedAt\":\"2022-08-29T14:50:06+00:00\"},{\"id\":92,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"p.mareels@belgacom.net\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-20T13:22:14+00:00\",\"acceptedAt\":\"2022-04-20T13:22:14+00:00\",\"userId\":124,\"lastUpdatedAt\":\"2023-01-31T08:43:38+00:00\"},{\"id\":94,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"l.stoffelen@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-25T15:06:36+00:00\",\"acceptedAt\":\"2022-04-25T15:06:36+00:00\",\"userId\":110,\"lastUpdatedAt\":\"2023-01-09T13:03:37+00:00\"},{\"id\":95,\"partnerId\":82,\"sendViaEmail\":true,\"email\":\"katleen.vdw@aol.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-26T08:02:13+00:00\",\"acceptedAt\":\"2022-04-26T08:02:13+00:00\",\"userId\":79,\"lastUpdatedAt\":\"2023-05-31T09:38:16+00:00\"},{\"id\":105,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:22:01+00:00\",\"acceptedAt\":\"2022-04-30T13:22:01+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-01-09T12:55:00+00:00\"},{\"id\":106,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:23:57+00:00\",\"acceptedAt\":\"2022-04-30T13:23:57+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-11-30T14:25:39+00:00\"},{\"id\":111,\"partnerId\":61,\"sendViaEmail\":true,\"email\":\"carmelo.luparello@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-05T17:28:45+00:00\",\"acceptedAt\":\"2022-05-05T17:28:45+00:00\",\"userId\":116,\"lastUpdatedAt\":\"2023-08-18T09:52:50+00:00\"},{\"id\":112,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"vmeynen@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-06T13:39:21+00:00\",\"acceptedAt\":\"2022-05-06T13:39:21+00:00\",\"userId\":109,\"lastUpdatedAt\":\"2023-01-09T12:55:03+00:00\"},{\"id\":114,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"RFID@mado.be\",\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/65425cbd-2506-47ff-bfb4-2e33e04e7135\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"sent\",\"createdAt\":\"2022-05-06T14:35:26+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-30T14:30:13+00:00\"},{\"id\":120,\"partnerId\":89,\"sendViaEmail\":true,\"email\":\"celgeenen@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T10:00:56+00:00\",\"acceptedAt\":\"2022-05-09T10:00:56+00:00\",\"userId\":145,\"lastUpdatedAt\":\"2023-09-30T06:40:58+00:00\"},{\"id\":121,\"partnerId\":90,\"sendViaEmail\":true,\"email\":\"kris@intwit.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T13:41:39+00:00\",\"acceptedAt\":\"2022-05-09T13:41:39+00:00\",\"userId\":146,\"lastUpdatedAt\":\"2022-08-29T15:01:21+00:00\"},{\"id\":122,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.desmet@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-10T08:44:04+00:00\",\"acceptedAt\":\"2022-05-10T08:44:04+00:00\",\"userId\":147,\"lastUpdatedAt\":\"2023-01-09T12:55:06+00:00\"},{\"id\":125,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ralf.joris@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T05:02:49+00:00\",\"acceptedAt\":\"2022-05-16T05:02:49+00:00\",\"userId\":143,\"lastUpdatedAt\":\"2023-01-09T12:55:09+00:00\"},{\"id\":127,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"hilde@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T09:47:43+00:00\",\"acceptedAt\":\"2022-05-16T09:47:43+00:00\",\"userId\":122,\"lastUpdatedAt\":\"2023-11-30T14:30:26+00:00\"},{\"id\":130,\"partnerId\":84,\"sendViaEmail\":true,\"email\":\"gertvanlaeken@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T17:16:29+00:00\",\"acceptedAt\":\"2022-05-16T17:16:29+00:00\",\"userId\":134,\"lastUpdatedAt\":\"2023-02-08T11:17:05+00:00\"},{\"id\":134,\"partnerId\":51,\"sendViaEmail\":true,\"email\":\"wim@entrie.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-17T16:36:14+00:00\",\"acceptedAt\":\"2022-05-17T16:36:14+00:00\",\"userId\":74,\"lastUpdatedAt\":\"2023-05-31T09:38:34+00:00\"},{\"id\":140,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nielvandingenen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:46:43+00:00\",\"acceptedAt\":\"2022-05-23T11:46:43+00:00\",\"userId\":154,\"lastUpdatedAt\":\"2023-01-09T12:55:14+00:00\"},{\"id\":141,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ine.arits@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:47:17+00:00\",\"acceptedAt\":\"2022-05-23T11:47:17+00:00\",\"userId\":155,\"lastUpdatedAt\":\"2023-11-23T14:05:03+00:00\"},{\"id\":142,\"partnerId\":92,\"sendViaEmail\":true,\"email\":\"koen@montagewinkel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T12:34:39+00:00\",\"acceptedAt\":\"2022-05-23T12:34:39+00:00\",\"userId\":142,\"lastUpdatedAt\":\"2023-05-31T11:30:11+00:00\"},{\"id\":145,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stijn.paulissen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-24T12:24:55+00:00\",\"acceptedAt\":\"2022-05-24T12:24:55+00:00\",\"userId\":160,\"lastUpdatedAt\":\"2023-01-09T12:55:38+00:00\"},{\"id\":146,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stefan.dils@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-25T10:19:27+00:00\",\"acceptedAt\":\"2022-05-25T10:19:27+00:00\",\"userId\":161,\"lastUpdatedAt\":\"2023-01-09T12:55:41+00:00\"},{\"id\":147,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jo.smeyers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T09:40:54+00:00\",\"acceptedAt\":\"2022-05-31T09:40:54+00:00\",\"userId\":162,\"lastUpdatedAt\":\"2023-11-23T14:06:32+00:00\"},{\"id\":148,\"partnerId\":94,\"sendViaEmail\":true,\"email\":\"greetverleyen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T13:27:57+00:00\",\"acceptedAt\":\"2022-05-31T13:27:57+00:00\",\"userId\":163,\"lastUpdatedAt\":\"2023-11-30T15:13:31+00:00\"},{\"id\":149,\"partnerId\":95,\"sendViaEmail\":true,\"email\":\"bart@ibucon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T14:05:24+00:00\",\"acceptedAt\":\"2022-05-31T14:05:24+00:00\",\"userId\":164,\"lastUpdatedAt\":\"2022-08-29T14:28:21+00:00\"},{\"id\":151,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kristoftollet@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:15:40+00:00\",\"acceptedAt\":\"2022-06-03T08:15:40+00:00\",\"userId\":166,\"lastUpdatedAt\":\"2023-01-09T12:55:47+00:00\"},{\"id\":152,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frank.rutten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:58:06+00:00\",\"acceptedAt\":\"2022-06-03T08:58:06+00:00\",\"userId\":167,\"lastUpdatedAt\":\"2023-01-09T12:56:46+00:00\"},{\"id\":153,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wesley.breugelmans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T13:20:31+00:00\",\"acceptedAt\":\"2022-06-03T13:20:31+00:00\",\"userId\":168,\"lastUpdatedAt\":\"2023-01-09T12:56:43+00:00\"},{\"id\":154,\"partnerId\":97,\"sendViaEmail\":true,\"email\":\"jensdv42@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-07T15:40:20+00:00\",\"acceptedAt\":\"2022-06-07T15:40:21+00:00\",\"userId\":170,\"lastUpdatedAt\":\"2022-08-29T14:49:52+00:00\"},{\"id\":155,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"geert.keustermans@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:02:17+00:00\",\"acceptedAt\":\"2022-06-08T09:02:17+00:00\",\"userId\":172,\"lastUpdatedAt\":\"2023-01-09T12:56:39+00:00\"},{\"id\":156,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"caroline.avonds@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:35:56+00:00\",\"acceptedAt\":\"2022-06-08T09:35:56+00:00\",\"userId\":173,\"lastUpdatedAt\":\"2023-01-09T12:56:36+00:00\"},{\"id\":157,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christel.boogaerts@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T12:19:29+00:00\",\"acceptedAt\":\"2022-06-08T12:19:29+00:00\",\"userId\":125,\"lastUpdatedAt\":\"2023-01-09T12:56:33+00:00\"},{\"id\":158,\"partnerId\":98,\"sendViaEmail\":true,\"email\":\"info@renodaf.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T10:33:55+00:00\",\"acceptedAt\":\"2022-06-09T10:33:56+00:00\",\"userId\":174,\"lastUpdatedAt\":\"2023-07-25T07:11:32+00:00\"},{\"id\":159,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T11:08:33+00:00\",\"acceptedAt\":\"2022-06-09T11:08:33+00:00\",\"userId\":175,\"lastUpdatedAt\":\"2022-08-29T14:50:28+00:00\"},{\"id\":161,\"partnerId\":100,\"sendViaEmail\":true,\"email\":\"koen.holvoet2@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T14:25:52+00:00\",\"acceptedAt\":\"2022-06-09T14:25:52+00:00\",\"userId\":177,\"lastUpdatedAt\":\"2023-11-30T15:20:16+00:00\"},{\"id\":163,\"partnerId\":99,\"sendViaEmail\":true,\"email\":\"kevin@buildingconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-13T07:59:15+00:00\",\"acceptedAt\":\"2022-06-13T07:59:15+00:00\",\"userId\":176,\"lastUpdatedAt\":\"2023-11-30T15:20:28+00:00\"},{\"id\":164,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lieven.keuppens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-15T16:05:35+00:00\",\"acceptedAt\":\"2022-06-15T16:05:35+00:00\",\"userId\":113,\"lastUpdatedAt\":\"2023-01-09T12:58:59+00:00\"},{\"id\":165,\"partnerId\":79,\"sendViaEmail\":true,\"email\":\"geertpennewaert@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-18T07:51:29+00:00\",\"acceptedAt\":\"2022-06-18T07:51:29+00:00\",\"userId\":156,\"lastUpdatedAt\":\"2023-11-30T15:21:15+00:00\"},{\"id\":166,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kevin.deblochouse@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-21T10:58:03+00:00\",\"acceptedAt\":\"2022-06-21T10:58:03+00:00\",\"userId\":181,\"lastUpdatedAt\":\"2023-01-09T12:59:03+00:00\"},{\"id\":168,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:53:55+00:00\",\"acceptedAt\":\"2022-06-24T09:53:55+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:53:55+00:00\"},{\"id\":169,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:54:28+00:00\",\"acceptedAt\":\"2022-06-24T09:54:28+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:54:28+00:00\"},{\"id\":170,\"partnerId\":101,\"sendViaEmail\":true,\"email\":\"wim123bisschop@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-27T08:51:23+00:00\",\"acceptedAt\":\"2022-06-27T08:51:23+00:00\",\"userId\":171,\"lastUpdatedAt\":\"2023-11-30T15:23:03+00:00\"},{\"id\":171,\"partnerId\":107,\"sendViaEmail\":true,\"email\":\"scofawom@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T09:42:32+00:00\",\"acceptedAt\":\"2022-06-28T09:42:32+00:00\",\"userId\":183,\"lastUpdatedAt\":\"2023-11-30T15:23:55+00:00\"},{\"id\":172,\"partnerId\":108,\"sendViaEmail\":true,\"email\":\"dheungens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T11:20:23+00:00\",\"acceptedAt\":\"2022-06-28T11:20:23+00:00\",\"userId\":184,\"lastUpdatedAt\":\"2023-11-30T15:24:22+00:00\"},{\"id\":173,\"partnerId\":96,\"sendViaEmail\":true,\"email\":\"freddy.van.lokeren@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-05T11:30:38+00:00\",\"acceptedAt\":\"2022-07-05T11:30:38+00:00\",\"userId\":169,\"lastUpdatedAt\":\"2023-11-30T15:24:52+00:00\"},{\"id\":174,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gino.damen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T11:53:56+00:00\",\"acceptedAt\":\"2022-07-06T11:53:56+00:00\",\"userId\":191,\"lastUpdatedAt\":\"2023-01-09T12:59:06+00:00\"},{\"id\":175,\"partnerId\":110,\"sendViaEmail\":true,\"email\":\"wim.de.blieck@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T12:29:04+00:00\",\"acceptedAt\":\"2022-07-06T12:29:04+00:00\",\"userId\":192,\"lastUpdatedAt\":\"2023-11-30T15:27:55+00:00\"},{\"id\":176,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivan.vanlooveren@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T13:09:51+00:00\",\"acceptedAt\":\"2022-07-06T13:09:51+00:00\",\"userId\":194,\"lastUpdatedAt\":\"2023-01-09T12:59:08+00:00\"},{\"id\":180,\"partnerId\":109,\"sendViaEmail\":true,\"email\":\"info@automationgroup.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-13T08:20:14+00:00\",\"acceptedAt\":\"2022-07-13T08:20:14+00:00\",\"userId\":185,\"lastUpdatedAt\":\"2022-08-29T14:17:24+00:00\"},{\"id\":182,\"partnerId\":198,\"sendViaEmail\":true,\"email\":\"pranaapanabalance@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-25T14:11:22+00:00\",\"acceptedAt\":\"2022-07-25T14:11:22+00:00\",\"userId\":204,\"lastUpdatedAt\":\"2022-08-29T13:26:48+00:00\"},{\"id\":183,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"benny.vanhooydonck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T08:22:41+00:00\",\"acceptedAt\":\"2022-08-04T08:22:41+00:00\",\"userId\":205,\"lastUpdatedAt\":\"2023-04-03T07:55:05+00:00\"},{\"id\":184,\"partnerId\":211,\"sendViaEmail\":true,\"email\":\"kris@krisdepoorter.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T09:03:40+00:00\",\"acceptedAt\":\"2022-08-04T09:03:40+00:00\",\"userId\":206,\"lastUpdatedAt\":\"2023-11-30T15:28:16+00:00\"},{\"id\":185,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ronny.boeckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T08:36:39+00:00\",\"acceptedAt\":\"2022-08-05T08:36:39+00:00\",\"userId\":207,\"lastUpdatedAt\":\"2023-01-09T12:59:15+00:00\"},{\"id\":186,\"partnerId\":197,\"sendViaEmail\":true,\"email\":\"pieter.wyckmans@quinz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T19:15:21+00:00\",\"acceptedAt\":\"2022-08-05T19:15:21+00:00\",\"userId\":200,\"lastUpdatedAt\":\"2022-08-05T19:15:21+00:00\"},{\"id\":187,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"karolien.verwimp@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-08T10:25:42+00:00\",\"acceptedAt\":\"2022-08-08T10:25:42+00:00\",\"userId\":208,\"lastUpdatedAt\":\"2023-01-09T12:59:18+00:00\"},{\"id\":188,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frederic.bonte@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-10T13:00:15+00:00\",\"acceptedAt\":\"2022-08-10T13:00:15+00:00\",\"userId\":211,\"lastUpdatedAt\":\"2023-11-23T14:09:23+00:00\"},{\"id\":192,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"davy.palmans@argeus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-12T12:05:23+00:00\",\"acceptedAt\":\"2022-08-12T12:05:24+00:00\",\"userId\":180,\"lastUpdatedAt\":\"2023-11-30T15:29:25+00:00\"},{\"id\":193,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-25T09:32:51+00:00\",\"acceptedAt\":\"2022-08-25T09:32:51+00:00\",\"userId\":217,\"lastUpdatedAt\":\"2022-08-29T13:34:27+00:00\"},{\"id\":194,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peggy.vanpeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T10:31:45+00:00\",\"acceptedAt\":\"2022-08-29T10:31:45+00:00\",\"userId\":219,\"lastUpdatedAt\":\"2023-01-09T12:59:29+00:00\"},{\"id\":195,\"partnerId\":213,\"sendViaEmail\":true,\"email\":\"yannickveny@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T12:29:12+00:00\",\"acceptedAt\":\"2022-08-29T12:29:12+00:00\",\"userId\":220,\"lastUpdatedAt\":\"2022-08-29T12:29:12+00:00\"},{\"id\":199,\"partnerId\":215,\"sendViaEmail\":true,\"email\":\"bw.services@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-06T08:44:28+00:00\",\"acceptedAt\":\"2022-09-06T08:44:28+00:00\",\"userId\":225,\"lastUpdatedAt\":\"2023-11-30T15:31:50+00:00\"},{\"id\":200,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"pieter.debusser@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-08T14:09:03+00:00\",\"acceptedAt\":\"2022-09-08T14:09:03+00:00\",\"userId\":228,\"lastUpdatedAt\":\"2023-01-09T12:59:32+00:00\"},{\"id\":201,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"guus.strooband@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-12T13:20:12+00:00\",\"acceptedAt\":\"2022-09-12T13:20:12+00:00\",\"userId\":230,\"lastUpdatedAt\":\"2023-08-24T10:42:26+00:00\"},{\"id\":202,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.vandepeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-15T13:18:28+00:00\",\"acceptedAt\":\"2022-09-15T13:18:28+00:00\",\"userId\":234,\"lastUpdatedAt\":\"2023-11-23T14:20:12+00:00\"},{\"id\":203,\"partnerId\":219,\"sendViaEmail\":true,\"email\":\"bart@ledernierdomino.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-17T17:17:31+00:00\",\"acceptedAt\":\"2022-09-17T17:17:31+00:00\",\"userId\":226,\"lastUpdatedAt\":\"2023-11-30T15:32:05+00:00\"},{\"id\":204,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"torre.roosenbroeck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T09:57:11+00:00\",\"acceptedAt\":\"2022-09-19T09:57:11+00:00\",\"userId\":235,\"lastUpdatedAt\":\"2023-01-09T13:00:47+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":12,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":100,\"total\":1122}}"} 
[2025-07-17 19:03:42] local.WARNING: PartnerID not found in initial sync. Attempting to fetch individually. {"partner_id":10} 
[2025-07-17 19:03:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/10 {"status":200,"body":"{\"data\":{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:03:43] local.INFO: Successfully fetched on-demand partner. {"partner_data":{"id":10,"name":"Veko Lightsystems Nv","businessName":"Veko Lightsystems Nv","regNo":"0464,282,877","vatNo":"BE0464,282,877","country":"BE","region":null,"city":"Lier","postcode":"2500","address":"Ploeghoeveweg 4","lastUpdatedAt":"2024-11-01T10:28:04+00:00","bankDetails":{"bankIban":null,"bankCode":null},"options":{"createUsers":false,"addUserBalance":false,"supplierOnReceipts":false,"allowToControlTariffs":false,"allowToControlTariffGroups":false},"corporateBilling":{"enabled":false,"monthlyLimit":null,"discount":0},"contactDetails":{"administrative":{"contactPerson":"Steve Van Stappen","email":"s.vanstappen@veko.be","phone":"+32 496 28 55 85"},"technical":{"contactPerson":null,"email":null,"phone":null},"billing":{"contactPerson":null,"email":null,"phone":null}},"notifications":{"technical":{"chargePointFaults":false},"billing":{"settlementReports":false}},"externalId":null,"monthlyPlatformFee":0}} 
[2025-07-17 19:03:43] local.ERROR: PartnerInviteUpdater: Error during update. {"exception":"SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`ampeco_db_local`.`partner_invites`, CONSTRAINT `partner_invites_partner_id_foreign` FOREIGN KEY (`partner_id`) REFERENCES `partners` (`id`) ON DELETE CASCADE) (Connection: mysql, SQL: insert into `partner_invites` (`user_id`, `partner_id`, `status`, `updated_at`, `created_at`) values (7, 10, accepted, 2025-07-17 19:03:43, 2025-07-17 19:03:43))","trace":"#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('insert into `pa...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\MySqlConnection.php(42): Illuminate\\Database\\Connection->run('insert into `pa...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Processors\\MySqlProcessor.php(35): Illuminate\\Database\\MySqlConnection->insert('insert into `pa...', Array, 'id')
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3785): Illuminate\\Database\\Query\\Processors\\MySqlProcessor->processInsertGetId(Object(Illuminate\\Database\\Query\\Builder), 'insert into `pa...', Array, 'id')
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(2205): Illuminate\\Database\\Query\\Builder->insertGetId(Array, 'id')
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1408): Illuminate\\Database\\Eloquent\\Builder->__call('insertGetId', Array)
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1373): Illuminate\\Database\\Eloquent\\Model->insertAndSetId(Object(Illuminate\\Database\\Eloquent\\Builder), Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(1212): Illuminate\\Database\\Eloquent\\Model->performInsert(Object(Illuminate\\Database\\Eloquent\\Builder))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1189): Illuminate\\Database\\Eloquent\\Model->save()
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\helpers.php(399): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::create():1188}(Object(App\\Models\\PartnerInvite))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1188): tap(Object(App\\Models\\PartnerInvite), Object(Closure))
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->create(Array)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(32): Illuminate\\Database\\Eloquent\\Builder->{closure:Illuminate\\Database\\Eloquent\\Builder::createOrFirst():695}(Object(Illuminate\\Database\\MySqlConnection))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(1928): Illuminate\\Database\\Connection->transaction(Object(Closure))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(695): Illuminate\\Database\\Eloquent\\Builder->withSavepointIfNeeded(Object(Closure))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(682): Illuminate\\Database\\Eloquent\\Builder->createOrFirst(Array, Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(710): Illuminate\\Database\\Eloquent\\Builder->firstOrCreate(Array, Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Traits\\ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->updateOrCreate(Array, Array)
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2449): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'updateOrCreate', Array)
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2465): Illuminate\\Database\\Eloquent\\Model->__call('updateOrCreate', Array)
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\app\\Console\\Commands\\PartnerInviteUpdater.php(140): Illuminate\\Database\\Eloquent\\Model::__callStatic('updateOrCreate', Array)
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Console\\Commands\\PartnerInviteUpdater->handle()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(App\\Console\\Commands\\PartnerInviteUpdater), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}"} 
[2025-07-17 19:08:03] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 19:08:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":1,\"name\":\"DO NOT DELETE - For App Store Approvals\",\"businessName\":\"DO NOT DELETE - For App Store Approvals\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":15,\"name\":\"Dn Construction\",\"businessName\":\"Dn Construction\",\"regNo\":\"0890.143.066\",\"vatNo\":\"BE 0890.143.066\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Temse,\",\"postcode\":\"9140\",\"address\":\"Burgem. Achiel Heymanstraat 29,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Nys\",\"email\":\"nys.danny@telenet.be\",\"phone\":\"+32477826185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":16,\"name\":\"GHL Logistics\",\"businessName\":\"GHL Logistics\",\"regNo\":\"BE0670.990.174\",\"vatNo\":\"BE0670.990.174\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Zandvoordestraat 503\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ghazaryan Hayk\",\"email\":\"info@ghllogistics.be\",\"phone\":\"0488720005\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":17,\"name\":\"JC pigeons\",\"businessName\":\"JC pigeons\",\"regNo\":\"BE0764.426.217\",\"vatNo\":\"BE0764.426.217\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Van Audenhovestraat 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jef Cuypers\",\"email\":\"jef.cuypers1@telenet.be\",\"phone\":\"0478307698\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":18,\"name\":\"Taxcon\",\"businessName\":\"Taxcon\",\"regNo\":\"BE0879.531.068\",\"vatNo\":\"BE0879.531.068\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ardooie,\",\"postcode\":\"8850\",\"address\":\"Oude Zwevezeelsestraat 22,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Van Tieghem\",\"email\":\"taxcon@skynet.be\",\"phone\":\"0475591200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":19,\"name\":\"Mark De Bleecker\",\"businessName\":\"Mark De Bleecker\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Kleemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark De Bleecker\",\"email\":\"debleecker.nv@telenet.be\",\"phone\":\"+32477391207\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":22,\"name\":\"Thor Bv\",\"businessName\":\"Thor Bv\",\"regNo\":\"0663.774.463\",\"vatNo\":\"BE 0663.774.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Grobbendonk\",\"postcode\":\"2280\",\"address\":\"Neerveld 11, 2280 Grobbendonk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Horemans\",\"email\":\"Zaakvoerder\",\"phone\":\"0476398890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":30,\"name\":\"Praktijk Sabine Deloof\",\"businessName\":\"Praktijk Sabine Deloof\",\"regNo\":null,\"vatNo\":\"BE0745.477.761\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Vuldersstraat 90,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Francois\",\"email\":\"filip.franswa@gmail.com\",\"phone\":\"0479395724\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":32,\"name\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Belgium) N.V.\",\"regNo\":\"0404584525\",\"vatNo\":\"BE0404584525\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"59 Box 1 Brusselstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jos Nyns\",\"email\":\"ali.hashem@q8.com\",\"phone\":\"+32 3 241 35 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":33,\"name\":\"CPO - Powerdale\",\"businessName\":\"CPO - Powerdale\",\"regNo\":\"0479.282.443\",\"vatNo\":\"BE0479.282.443\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"4 Kerkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain De Cat\",\"email\":null,\"phone\":\"+3285274900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":34,\"name\":\"CPO - Allego B.V.\",\"businessName\":\"CPO - Allego B.V.\",\"regNo\":\"54100038\",\"vatNo\":\"KVK 54100038\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6800 AW\",\"address\":\"73 Westervoortsedijk  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CH Pitt\",\"email\":null,\"phone\":\"+31-0800-37-45-337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":35,\"name\":\"CPO - Threeforce BV\",\"businessName\":\"CPO - Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":36,\"name\":\"CPO - IONITY GmbH\",\"businessName\":\"CPO - IONITY GmbH\",\"regNo\":\"234408\",\"vatNo\":\"HRB 234408\",\"country\":\"DE\",\"region\":null,\"city\":\"Munich\",\"postcode\":\"D-80809\",\"address\":\"84 Moosacher Strasse  ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":37,\"name\":\"EMSP- Optimile Bv\",\"businessName\":\"EMSP- Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Optimile\",\"email\":\"invoices@optimile.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":39,\"name\":\"CPO - Greenflux Assets B.V.\",\"businessName\":\"CPO - Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":40,\"name\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Nederland) B.V.\",\"regNo\":\"24025263\",\"vatNo\":\"KVK24025263\",\"country\":\"NL\",\"region\":null,\"city\":\"The Hague\",\"postcode\":\"2595\",\"address\":\"50 Schenkkade\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Dochez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":41,\"name\":\"CPO - EVBox B.V.\",\"businessName\":\"CPO - EVBox B.V.\",\"regNo\":\"32165082\",\"vatNo\":\"kvk32165082\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1076 EE\",\"address\":\"115 Fred. Roeskestraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Vereenooghe\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"CDR Team EVBox\",\"email\":\"cdr@evbox.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":42,\"name\":\"EMSP- ChargePoint Austria GmbH\",\"businessName\":\"EMSP- ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hanke David\",\"email\":\"david.hanke@chargepoint.com\",\"phone\":\"(+43) 1 36 12 23 01 0\"},\"technical\":{\"contactPerson\":\"Henrik Gerdes,\",\"email\":\"support-beenergised@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rex Jackson\",\"email\":\"emsp-purchasing-beenergised@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":43,\"name\":\"Ssp\",\"businessName\":\"Ssp\",\"regNo\":\"0633.907.668\",\"vatNo\":\"BE0633.907.668\",\"country\":\"BE\",\"region\":null,\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Tuyaertsstraat 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Nuyens\",\"email\":\"nuyenssteven@gmail.com\",\"phone\":\"0487562506\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":48,\"name\":\"Dayone BV\",\"businessName\":\"Dayone BV\",\"regNo\":\"BE0776.446.693\",\"vatNo\":\"BE0776.446.693\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Dr. Paul Janssenstraat 48\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Van Schaik\",\"email\":\"michiel.vanschaik@sparkx.be\",\"phone\":\"0032472895893\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":49,\"name\":\"Casteels Vastgoed\",\"businessName\":\"Casteels Vastgoed\",\"regNo\":\"0720.632.794\",\"vatNo\":\"BE0720.632.794\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Driesstraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alex Casteels\",\"email\":\"hello@casteelsvastgoed.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":54,\"name\":\"Bimmo (BV)\",\"businessName\":\"Bimmo (BV)\",\"regNo\":\"0478.568.801\",\"vatNo\":\"BE0478.568.801\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Britselei 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anton Spits\",\"email\":\"info@brody.be\",\"phone\":\"03 663 88 07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Brody\",\"email\":\"invoice@brody.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":60,\"name\":\"Expertisebureau Vermeulen\",\"businessName\":\"Expertisebureau Vermeulen\",\"regNo\":\"0842209428\",\"vatNo\":\"BE0842209428\",\"country\":\"belgie\",\"region\":null,\"city\":\"Beveren-Waas\",\"postcode\":\"9120\",\"address\":\"Glazenleeuwstraat 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Vermeulen\",\"email\":\"michiel.vermeulen@telenet.be\",\"phone\":\"0485620791\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":63,\"name\":\"Kato VOF\",\"businessName\":\"Kato VOF\",\"regNo\":\"BE 0885.060.266\",\"vatNo\":\"0885.060.266\",\"country\":\"belgie\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Albert Van Heckelaan 9\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goossens Carls\",\"email\":\"carl.goossens2@telenet.be\",\"phone\":\"0475956056\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":68,\"name\":\"Ivo Verpraet\",\"businessName\":\"Ivo Verpraet\",\"regNo\":\"nvt\",\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Esptweg 14\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivo Verpraet\",\"email\":\"i.verpraet@telenet.be\",\"phone\":\"+(324) 973-52835\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":71,\"name\":\"BV Bakkerij Philippe\",\"businessName\":\"BV Bakkerij Philippe\",\"regNo\":\"0830.183.012\",\"vatNo\":\"BE 0830.183.012\",\"country\":\"Bekgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Hovenierstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Vergauwen\",\"email\":\"fa112908@msn.com\",\"phone\":\"+32476428613\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":74,\"name\":\"Bj\\u00f6rn De Vuyst\",\"businessName\":\"Bj\\u00f6rn De Vuyst\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Spoorwegwegel 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bj\\u00f6rn De Vuyst\",\"email\":\"bjorn.de.vuyst2@telenet.be\",\"phone\":\"0498568862\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":75,\"name\":\"Luc Bogaert\",\"businessName\":\"Luc Bogaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Kluisbergen\",\"postcode\":\"9690\",\"address\":\"Hoogweg 2 9690 Kluisbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bogaert\",\"email\":\"bogaert_luc@me.com\",\"phone\":\"0478379360\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":76,\"name\":\"Ronny Ediers\",\"businessName\":\"Ronny Ediers\",\"regNo\":\"0503.963.401\",\"vatNo\":\"BE 0503.963.401\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Raapveld 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Ediers\",\"email\":\"ronny.ediers@outlook.com\",\"phone\":\"0493056490\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":77,\"name\":\"Erwin Claes\",\"businessName\":\"Erwin Claes\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Berlaar\",\"postcode\":\"2590\",\"address\":\"Gasbakstraat 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erwin Claes\",\"email\":\"erwin.claes7@telenet.be\",\"phone\":\"+32490429843\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":78,\"name\":\"Bert Luysterman\",\"businessName\":\"Bert Luysterman\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Hofstade\",\"postcode\":\"9308\",\"address\":\"Steenweg op Dendermonde 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Luysterman\",\"email\":\"Luysterman.bert@gmail.com\",\"phone\":\"+32473646265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":80,\"name\":\"Wim Allegaert\",\"businessName\":\"Wim Allegaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Klaverweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Allegaert\",\"email\":\"wim.allegaert@mjladvice.com\",\"phone\":\"0474977433\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":81,\"name\":\"PLDW Bvba\",\"businessName\":\"PLDW Bvba\",\"regNo\":\"0681.652.454\",\"vatNo\":\"BE 0681.652.454\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Broekveldstraat 21, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Limbourg\",\"email\":\"info@pldwbvba.be\",\"phone\":\"+32491358050\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":86,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie de la Seine-Maritime (SDE76)\",\"regNo\":\"257600445\",\"vatNo\":\"FR257600445\",\"country\":\"FR\",\"region\":null,\"city\":\"Isneauville\",\"postcode\":\"76230\",\"address\":\"240 Rue Augustin Fresnel\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"d'Annoux Ana\\u00efs\",\"email\":\"anais.dannoux@totalenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":87,\"name\":\"P.M.G-Galuk\",\"businessName\":\"P.M.G-Galuk\",\"regNo\":\"838008932\",\"vatNo\":\"BE0838008932\",\"country\":\"BE\",\"region\":null,\"city\":\"Grimbergen\",\"postcode\":\"1800\",\"address\":\"Albrecht Rodenbachlaan 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paulina Medrek\",\"email\":\"paulina.medrek@hotmail.com\",\"phone\":\"0486077042\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":88,\"name\":\"Lyubo Test Partner\",\"businessName\":\"Lyubo Test Partner\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":93,\"name\":\"CPO - Electric 55 Charging\",\"businessName\":\"CPO - Electric 55 Charging\",\"regNo\":\"832 489 801\",\"vatNo\":\"FR832 489 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Tropez.\",\"postcode\":\"83990\",\"address\":\"Espace des Lices, 9 Bld Louis Blanc\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alicia MIRANDA\",\"email\":\"alicia@e55c.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":102,\"name\":\"EMSP- ConnectNed B.V.\",\"businessName\":\"EMSP- ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":103,\"name\":\"ChargePoly\",\"businessName\":\"ChargePoly\",\"regNo\":\"85085499300019\",\"vatNo\":\"85085499300019\",\"country\":\"FR\",\"region\":null,\"city\":\"Aix-En-Provence\",\"postcode\":\"13593\",\"address\":\"31 Parc du golf\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":105,\"name\":\"CPO - Liikennevirta Oy (VIRTA)\",\"businessName\":\"CPO - Liikennevirta Oy (VIRTA)\",\"regNo\":null,\"vatNo\":\"2588986-2\",\"country\":\"FI\",\"region\":null,\"city\":\"Helsinki\",\"postcode\":\"00180\",\"address\":\"3 Energiakuja\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":112,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Gers (SDEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AUCH\",\"postcode\":\"32008\",\"address\":\"Place de l'ancien Foirail 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":113,\"name\":\"CPO - Rossini Energy\",\"businessName\":\"CPO - Rossini Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Villeneuve-d'Ascq\",\"postcode\":\"59650\",\"address\":\"Rue Horus 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rossini Luca\",\"email\":\"luca@rossinienergy.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":114,\"name\":\"CPO - WAAT SAS\",\"businessName\":\"CPO - WAAT SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Malakoff\",\"postcode\":\"92240\",\"address\":\"Rue Raymond David 10-20\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bon Jacques-Alexis\",\"email\":\"ja.bon@waat.fr\",\"phone\":\"+33698723265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":115,\"name\":\"EMSP- Freshmile Services\",\"businessName\":\"EMSP- Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"0668781435\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 3 68 78 14 35\"},\"billing\":{\"contactPerson\":\"Invoice Freshmile\",\"email\":\"roaming@freshmile.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":117,\"name\":\"CPO - Izivia SA\",\"businessName\":\"CPO - Izivia SA\",\"regNo\":\"419070180\",\"vatNo\":\"FR51419070180\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Avenue de l'Arche 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wehbe Ramy\",\"email\":\"ramy.wehbe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Equipe Facturation itin\\u00e9rance IZIVIA\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":119,\"name\":\"SPBR1\",\"businessName\":\"SPBR1\",\"regNo\":\"538133166\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rueil Malmaison\",\"postcode\":\"92500\",\"address\":\"Avenue de Colmar 64\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":120,\"name\":\"CPO - GreenWay Infrastructure s.r.o.\",\"businessName\":\"CPO - GreenWay Infrastructure s.r.o.\",\"regNo\":\"47728086\",\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Bratislava\",\"postcode\":\"85101\",\"address\":\"Einsteinova 24\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perger Adam\",\"email\":\"adam.perger@greenwaynetwork.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":121,\"name\":\"CPO - ZEborne\",\"businessName\":\"CPO - ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":122,\"name\":\"CPO - SIPLEC\",\"businessName\":\"CPO - SIPLEC\",\"regNo\":\"315281113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ivry-sur-Seine\",\"postcode\":\"94200\",\"address\":\"Quai Marcel Boyer 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hallopeau L\\u00e9opold\",\"email\":\"l.hallopeau@siplec.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":123,\"name\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"businessName\":\"CPO - Syndicat Audois d\\u2019\\u00c9nergies et du Num\\u00e9rique (SYADEN)\",\"regNo\":\"20002678900053\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Carcassonne\",\"postcode\":\"11000\",\"address\":\"Rue Barb\\u00e8s 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":9,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":100,\"total\":839}}"} 
[2025-07-17 19:08:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":124,\"name\":\"CPO - Clicsysteme SAS (Car2plug)\",\"businessName\":\"CPO - Clicsysteme SAS (Car2plug)\",\"regNo\":\"803965110\",\"vatNo\":\"FR42803965110\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"Rue de Peinthievre 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Benami Eyal\",\"email\":\"eyal.benami@car2plug.fr\",\"phone\":\"+33767662028\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":126,\"name\":\"CPO - Indigo Park\",\"businessName\":\"CPO - Indigo Park\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"1 Place des Degr\\u00e9s - Tour Voltaire 92800 , Puteaux\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":127,\"name\":\"CPO - ZEPHYRE\",\"businessName\":\"CPO - ZEPHYRE\",\"regNo\":\"828414656\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"Rue Lyautey 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arrighi Charles\",\"email\":\"support@zephyre.fr\",\"phone\":\"+33180977675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":128,\"name\":\"EMSP- Electromaps S.L.\",\"businessName\":\"EMSP- Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":129,\"name\":\"CPO - MODULO\",\"businessName\":\"CPO - MODULO\",\"regNo\":\"841376734\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Tours\",\"postcode\":\"37000\",\"address\":\"BLAISE PASCAL 12-14\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Debouchage Emeric\",\"email\":\"edebouchage@modulo-energies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":130,\"name\":\"EMSP- Shell EV Charging Solutions B.V.\",\"businessName\":\"EMSP- Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":131,\"name\":\"CPO - Duferco Energia S.p.a.\",\"businessName\":\"CPO - Duferco Energia S.p.a.\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Genova\",\"postcode\":\"16126\",\"address\":\"4 Via Paolo Imperiale 16126 , Genova\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Merella Francesco\",\"email\":\"f.merella@dufercoenergia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":132,\"name\":\"Aix-Marseille Provence M\\u00e9tropole\",\"businessName\":\"Aix-Marseille Provence M\\u00e9tropole\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13007\",\"address\":\"58 Boulevard Charles Livon 13007 , Marseille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"dupont anthony\",\"email\":\"anthony.dupont@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":133,\"name\":\"Exadys\",\"businessName\":\"Exadys\",\"regNo\":\"89144253500011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Almeida JP\",\"email\":\"jpalmeida@exadys.com\",\"phone\":\"+33612779883\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":134,\"name\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"businessName\":\"CPO - M\\u00e9tropole du Grand Nancy\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nancy Cedex\",\"postcode\":\"54035\",\"address\":\"22-24 Viaduc Kennedy c.o. n\\u00b080036 54035 , Nancy Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Perrolaz Frederic\",\"email\":\"frederic.perrollaz@grand-nancy.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":135,\"name\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"businessName\":\"Communaut\\u00e9 de communes Vall\\u00e9e des Baux-Alpilles (CCVBA\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-R\\u00e9my-de-Provence\",\"postcode\":\"13210\",\"address\":\"23 Avenue des Joncades Basses 13210 , Saint-R\\u00e9my-de-Provence France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GUINTINI Corinne\",\"email\":\"corinne.guintini@ccvba.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":136,\"name\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"businessName\":\"Syndicat Mixte D\\u00e9partemental d'\\u00c9nergies du Calvados (SDEC \\u00c9nergie)\",\"regNo\":\"200045938\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Caen\",\"postcode\":\"14000\",\"address\":\"Esplanade Brillaud de Laujardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAFFRAY Alban\",\"email\":\"araffray@sdec-energie.fr\",\"phone\":\"+33231066164\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":137,\"name\":\"CPO - Driveco\",\"businessName\":\"CPO - Driveco\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75014\",\"address\":\"10 Place de Catalogne 75014 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Belkhodja Sofiane\",\"email\":\"sofiane.belkhodja@driveco.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":138,\"name\":\"CPO - Bouygues Energies et Services\",\"businessName\":\"CPO - Bouygues Energies et Services\",\"regNo\":\"775664873\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"GUYANCOURT\",\"postcode\":\"78280\",\"address\":\"Avenue Eug\\u00e8ne Freyssinet 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":139,\"name\":\"CPO - Suraya SAS\",\"businessName\":\"CPO - Suraya SAS\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Fort de France\",\"postcode\":\"97200\",\"address\":\"8 Rue Georges EUCHARIS 97200 , Fort de France France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mansour Husam\",\"email\":\"husam.mansour@greentechnologie.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":140,\"name\":\"CPO - Bornes Solutions\",\"businessName\":\"CPO - Bornes Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"LE PLESSIS-ROBINSON\",\"postcode\":\"92350\",\"address\":\"15 avenue Descartes 92350 , LE PLESSIS-ROBINSON France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ABDALLAH Hachim\",\"email\":\"hachim.abdallah@bornes-solutions.fr\",\"phone\":\"(+33) 7 85 71 77 63\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":141,\"name\":\"CPO - LichtBlick eMobility\",\"businessName\":\"CPO - LichtBlick eMobility\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"Steigweg 24, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Payments Lichtblick eMobility GmbH\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":143,\"name\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"businessName\":\"CPO - M\\u00e9tropole Rouen Normandie\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen Cedex\",\"postcode\":\"76006\",\"address\":\"108 All\\u00e9e Fran\\u00e7ois Mitterand 76006 , Rouen Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Moreno Karine\",\"email\":\"karine.moreno@metropole-rouen-normandie.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":144,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergies de la Manche (SDEM50)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-L\\u00f4\",\"postcode\":\"50008\",\"address\":\"11 Rue Dame Denise 50008 , Saint-L\\u00f4 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BLOSSE Fr\\u00e9d\\u00e9ric\",\"email\":\"frederic.blosse@sdem50.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":145,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie de Loire-Atlantique (SYDELA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orvault CEDEX 01\",\"postcode\":\"44701\",\"address\":\"Rue Roland Garros - Parc d'activit\\u00e9s du Bois Cesbron - CS 60 125\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flambeaux Etienne\",\"email\":\"etienne.flambeaux@sydela.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":146,\"name\":\"CPO - EFFIA Stationnement\",\"businessName\":\"CPO - EFFIA Stationnement\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"20 rue Hector Malot 75012 , Paris France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Emilien Verneret\",\"email\":\"emilien.verneret@effia.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":147,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie De la Haute-Garonne (SDEHG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Toulouse\",\"postcode\":\"31000\",\"address\":\"9 Rue des 3 banquets 31000 , Toulouse France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":148,\"name\":\"Territoire d'Energie 90 (TE90)\",\"businessName\":\"Territoire d'Energie 90 (TE90)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Meroux\",\"postcode\":\"90400\",\"address\":\"1 Rue de la Gare TGV , La Jonxion - Tour 5 90400 , Meroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lombard Nathalie\",\"email\":\"nlombard@territoiredenergie90.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":149,\"name\":\"CPO - Sor\\u00e9gies\",\"businessName\":\"CPO - Sor\\u00e9gies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Poitiers\",\"postcode\":\"86000\",\"address\":\"78 Avenue Jacques Coeur 86000 , Poitiers France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Traor\\u00e9 Lamine\",\"email\":\"lamine.traore@soregies.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":150,\"name\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"businessName\":\"CPO - Syndicat d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement de la Vend\\u00e9e (SyDEV)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Roche-sur-Yon\",\"postcode\":\"85036\",\"address\":\"3 Rue du Mar\\u00e9chal Juin 85036 , La Roche-sur-Yon France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"WAKKER WORDEN Johann\",\"email\":\"infra-irve@sydev-vendee.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":151,\"name\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"businessName\":\"CPO - Syndicat d'Energie Vauclusien (SEV84)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Thor\",\"postcode\":\"84250\",\"address\":\"3511 Route des Vign\\u00e8res 84250 , Le Thor France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Alexander\",\"email\":\"athomas@sev84.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":152,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie de Tarn-et-Garonne (SDE82)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montauban\",\"postcode\":\"82000\",\"address\":\"78 Avenue de l'Europe 82000 , Montauban France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Puntonet Gerard\",\"email\":\"g.puntonet@sdetg.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":153,\"name\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"businessName\":\"Syndicat D\\u00e9partemental Des \\u00c9nergies De Seine-Et-Marne (SDESM)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"La Rochette\",\"postcode\":\"77000\",\"address\":\"1 Rue Claude Bernard 77000 , La Rochette France\",\"lastUpdatedAt\":\"2024-11-01T10:28:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Boitel Marc\",\"email\":\"marc.boitel@sdesm.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":154,\"name\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"businessName\":\"Syndicat intercommunal d'\\u00e9nergie du d\\u00e9partement de la Haute-Sa\\u00f4ne (SIED70)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vaivre-et-Montoille\",\"postcode\":\"70000\",\"address\":\"20 Avenue des Rives du Lac 70000 , Vaivre-et-Montoille France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tonghini Fabrice\",\"email\":\"f.tonghini@sied70.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":155,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies du Rh\\u00f4ne (SYDER)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dardilly\",\"postcode\":\"69570\",\"address\":\"61 Chemin du Moulin Carron 69570 , Dardilly France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GOUBO Vladimir\",\"email\":\"vladimir.goubo@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":156,\"name\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"businessName\":\"Syndicat d'\\u00c9nergie des Pyr\\u00e9n\\u00e9es-Atlantiques (SDEPA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pau\",\"postcode\":\"64000\",\"address\":\"4 Rue Jean Zay 64000 , Pau France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Seillade Philippe\",\"email\":\"p.seillade@sdepa.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":157,\"name\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"businessName\":\"CPO - Syndicat Intercommunal d'Electricit\\u00e9 et de Gaz du Puy-de-D\\u00f4me (SIEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Cournon D'Auvergne\",\"postcode\":\"63800\",\"address\":\"36 Rue de Sarli\\u00e8ve 63800 , Cournon D'Auvergne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Picot S\\u00e9bastien\",\"email\":\"sebastien.picot@semelec63.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":158,\"name\":\"CPO - Territoire d'Energie Orne\",\"businessName\":\"CPO - Territoire d'Energie Orne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Valframbert\",\"postcode\":\"61250\",\"address\":\"5 Rue Gatel 61250 , Valframbert France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Auvray Philippe\",\"email\":\"cedric.thomas@te61.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":159,\"name\":\"Syndicat d'Energie de l'Oise (SE60)\",\"businessName\":\"Syndicat d'Energie de l'Oise (SE60)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Till\\u00e9\",\"postcode\":\"60000\",\"address\":\"9164 Avenue des Censives 60000 , Till\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":160,\"name\":\"Morbihan \\u00e9nergies\",\"businessName\":\"Morbihan \\u00e9nergies\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vannes Cedex\",\"postcode\":\"56010\",\"address\":\"27 Rue de Luscanen - CS 32610 56010 , Vannes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":161,\"name\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"businessName\":\"CPO - Syndicat d'Energie et des D\\u00e9chets de Haute Marne (SDED52)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chaumont\",\"postcode\":\"52000\",\"address\":\"40 bis Avenue du Mar\\u00e9chal Foch 52000 , Chaumont France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"F\\u00e8vre Jean-Marc\",\"email\":\"rodolphe.grandjonc@sded52.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":162,\"name\":\"CPO - Territoire d'Energie Mayenne\",\"businessName\":\"CPO - Territoire d'Energie Mayenne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chang\\u00e9\",\"postcode\":\"53810\",\"address\":\"Parc Technopolis - Rue Louis de Broglie - B\\u00e2timent R 53810 , Chang\\u00e9 France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":163,\"name\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"businessName\":\"CPO - Syndicat Intercommunal d'\\u00c9nergies de Maine et Loire (SIEML)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecouflant\",\"postcode\":\"49000\",\"address\":\"9 Route de la Confluence 49000 , Ecouflant France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrion Marine\",\"email\":\"m.adrion@sieml.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":164,\"name\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"businessName\":\"CPO - Territoire d'\\u00c9nergie Lot-et-Garonne\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Agen\",\"postcode\":\"47000\",\"address\":\"26 Rue Diderot 47000 , Agen France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blanquet B\\u00e9renger\",\"email\":\"berenger.blanquet@sdee47.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":165,\"name\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"businessName\":\"CPO - Syndicat Mixte D\\u00e9partemental d'\\u00c9quipement des Communes des Landes (SYDEC)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Mont-de-Marsan Cedex\",\"postcode\":\"40006\",\"address\":\"55 Rue Martin Luther King - CS 70627 40006 , Mont-de-Marsan Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":166,\"name\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'Energies de l'Indre (SDEI)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ch\\u00e2teauroux\",\"postcode\":\"36000\",\"address\":\"2 Colbert B\\u00e2t G - Rue des Cigari\\u00e8res 36000 , Ch\\u00e2teauroux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Routet Didier\",\"email\":\"d.routet@sdei36.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":167,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie 35 (SDE35)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Thorign\\u00e9-Fouillard\",\"postcode\":\"35236\",\"address\":\"1 Avenue de Tiz\\u00e9 35236 , Thorign\\u00e9-Fouillard France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Simon Charlotte\",\"email\":\"c.simon@sde35.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":168,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergie \\u00c9lectrique de Gironde (SDEEG)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33000\",\"address\":\"12 Rue du Cardinal Richaud 33000 , Bordeaux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":169,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergie et d\\u2019\\u00c9quipement du Finist\\u00e8re (SDEF)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Quimper\",\"postcode\":\"29000\",\"address\":\"9 All\\u00e9e Sully 29000 , Quimper France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Monfort Jacques\",\"email\":\"jacques.monfort@sdef.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":170,\"name\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"businessName\":\"CPO - Syndicat intercommunal de l'\\u00e9l\\u00e9ctricit\\u00e9 et du gaz de l'Eure (SIEGE27)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Guichainville\",\"postcode\":\"27930\",\"address\":\"12 Rue Concorde 27930 , Guichainville France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":171,\"name\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"businessName\":\"Syndicat mixte d'\\u00c9lectricit\\u00e9 du Doubs (SYDED)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Besan\\u00e7on\",\"postcode\":\"25000\",\"address\":\"33 Rue Cl\\u00e9ment Marot 25000 , Besan\\u00e7on France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mourot David\",\"email\":\"david.mourot@syded.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":172,\"name\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"businessName\":\"Syndicat D\\u00e9partemental d\\u2019\\u00c9nergies de la Dordogne (SDE24)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"P\\u00e9rigueux\",\"postcode\":\"24000\",\"address\":\"7 All\\u00e9e de Tourny 24000 , P\\u00e9rigueux France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"VIGNERON S\\u00e9bastien\",\"email\":\"mobive@sde24.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":173,\"name\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"businessName\":\"CPO - Syndicat D\\u00e9partemental d'\\u00c9nergie Des C\\u00f4tes d'Armor (SDE22)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sain-Brieuc\",\"postcode\":\"22000\",\"address\":\"53 Boulevard Carnot 22000 , Sain-Brieuc France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Connan David\",\"email\":\"david.connan@sde22.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":174,\"name\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"businessName\":\"Syndicat Mixte D'Energie Du D\\u00e9partement Des Bouches Du Rhone (SMED13)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Miramas\",\"postcode\":\"13141\",\"address\":\"1 Avenue Marco Polo - CS 20100 13141 , Miramas France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"APPARICIO Alexandre\",\"email\":\"alexandre.apparicio@smed13.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":175,\"name\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"businessName\":\"Syndicat D\\u00e9partemental \\u00c9nergie Aube (SDEA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Troyes\",\"postcode\":\"10000\",\"address\":\"22 Rue Gr\\u00e9goire Pierre Herluison 10000 , Troyes France\",\"lastUpdatedAt\":\"2024-11-01T10:28:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Godin Olivier\",\"email\":\"olivier.godin@sde-aube.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":176,\"name\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"businessName\":\"Syndicat d\\u00e9partemental d'\\u00e9lectrification et d'\\u00e9quipement rural de la Charente-Maritime (SDEER17)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saintes Cedex\",\"postcode\":\"17119\",\"address\":\"3 rue du Clos Fleuri - ZI de l'Ormeau de Pied - CS 60518 17119 , Saintes Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ferri\\u00e8res Francois-Annet\",\"email\":\"fa.de-ferrieres@sdeer17.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":177,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d'Electrification et d'Energie de la Corr\\u00e8ze (FDEE19)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laguenne\",\"postcode\":\"19150\",\"address\":\"Quartier Montana 19150 , Laguenne France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"BARTHEL Laurent\",\"email\":\"l.barthuel@fdee19.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":178,\"name\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"businessName\":\"Syndicat D\\u00e9partemental d'Electricit\\u00e9 et de Gaz de Charentes (SDEG16)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Angoul\\u00e8me\",\"postcode\":\"16021\",\"address\":\"308 Rue de Basseau 16021 , Angoul\\u00e8me France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gauthier-Laure\",\"email\":\"lgauthier@sdeg16.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":179,\"name\":\"CPO - Porsche Slovenija d.o.o.\",\"businessName\":\"CPO - Porsche Slovenija d.o.o.\",\"regNo\":\"5758980\",\"vatNo\":null,\"country\":\"SI\",\"region\":null,\"city\":\"Ljubljana\",\"postcode\":\"SI-1000\",\"address\":\"5 Bravnicarjeva\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lukic Dusan\",\"email\":\"dusan.lukic@porsche.si\",\"phone\":\"+38631679161\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":180,\"name\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"businessName\":\"M\\u00e9tropole Nice C\\u00f4te d\\u2019Azur (MNCA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Nice\",\"postcode\":\"06364\",\"address\":\"5 H\\u00f4tel de ville 06364 , Nice France\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clavier Aur\\u00e9lien\",\"email\":\"aurelien.clavier@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":181,\"name\":\"EMSP- Stations-e SAS\",\"businessName\":\"EMSP- Stations-e SAS\",\"regNo\":\"835124280\",\"vatNo\":\"FR10835124280\",\"country\":\"FR\",\"region\":null,\"city\":\"Boussy-Saint-Antoine\",\"postcode\":\"91800\",\"address\":\"rue Marcel Pagnol 3 - 5\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nguyen Peth\",\"email\":\"peth.nguyen@stations-e.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":182,\"name\":\"Creos Luxembourg\",\"businessName\":\"Creos Luxembourg\",\"regNo\":null,\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Luxembourg\",\"postcode\":\"L-1248\",\"address\":\"59-61 Rue de Bouillon L-1248 , Luxembourg Luxembourg\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bertrand S\\u00e9bastien\",\"email\":\"sebastien.bertrand@creos.net\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":183,\"name\":\"CPO - TEVGO SAS\",\"businessName\":\"CPO - TEVGO SAS\",\"regNo\":\"87932148700024\",\"vatNo\":\"FR03879321487\",\"country\":\"FR\",\"region\":null,\"city\":\"La D\\u00e9fense Cedex\",\"postcode\":\"92069\",\"address\":\"24 cours Michelet 92069 , La D\\u00e9fense Cedex\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Yann CHAUD\",\"email\":\"yann.chaud@tevgo.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":184,\"name\":\"EMSP- ZE-WATT\",\"businessName\":\"EMSP- ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaigneux Eric\",\"email\":\"eric.gaigneux@ze-watt.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":185,\"name\":\"Charge Point SRL (PlugPoint)\",\"businessName\":\"Charge Point SRL (PlugPoint)\",\"regNo\":\"J40\\/11414\\/2017\",\"vatNo\":null,\"country\":\"RO\",\"state\":null,\"city\":\"Decembrie\",\"postcode\":\"077005\",\"address\":\"Sos. Giurgiului 73 - 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dunca Alexandru\",\"email\":\"alex.dunca@plugpoint.ro\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":186,\"name\":\"Interparking France SA\",\"businessName\":\"Interparking France SA\",\"regNo\":\"692 051 113\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"Rue de Gramont 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Scordia R\\u00e9mi\",\"email\":\"rscordia@interparking.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":187,\"name\":\"Alfa Power\",\"businessName\":\"Alfa Power\",\"regNo\":\"11119473\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Leeds\",\"postcode\":\"LS27 0BY\",\"address\":\"Quarry Court High Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandhi Varun\",\"email\":\"v.gandhi@alfapower.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":188,\"name\":\"CPO - Croatian Telekom Inc.\",\"businessName\":\"CPO - Croatian Telekom Inc.\",\"regNo\":\"080266256\",\"vatNo\":null,\"country\":\"HR\",\"region\":null,\"city\":\"Zagreb\",\"postcode\":\"10000\",\"address\":\"Radni\\u010dka cesta 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stjepanovic Josip\",\"email\":\"josip.stjepanovic@t.ht.hr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":189,\"name\":\"Qovoltis\",\"businessName\":\"Qovoltis\",\"regNo\":\"853420032\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montrouge\",\"postcode\":\"92120\",\"address\":\"Danton 2a\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Salle Frederic\",\"email\":\"frederic.salle@qovoltis.com\",\"phone\":\"+33614011053\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":190,\"name\":\"Rambouillet Territoires\",\"businessName\":\"Rambouillet Territoires\",\"regNo\":\"20007334400067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rambouillet Cedex\",\"postcode\":\"78511\",\"address\":\"rue Gustave Eiffel - ZA Bel Air 22 - BP 40036\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Forte Carole\",\"email\":\"c.forte@rt78.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":191,\"name\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"businessName\":\"Compagnie Nationale du Rh\\u00f4ne (CNR)\",\"regNo\":null,\"vatNo\":\"957520901\",\"country\":\"FR\",\"region\":null,\"city\":\"Lyon\",\"postcode\":\"69004\",\"address\":\"Andr\\u00e9 Bonin 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":192,\"name\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"businessName\":\"CPO - Communaut\\u00e9 Urbaine du Grand Reims\",\"regNo\":\"200067213\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Reims\",\"postcode\":\"51100\",\"address\":\"Eug\\u00e8ne Desteuque 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Humbert St\\u00e9phane\",\"email\":\"stephane.humbert@grandreims.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":193,\"name\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"businessName\":\"CPO - Grenoble Alpes M\\u00e9tropole\",\"regNo\":\"20004071500019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grenoble\",\"postcode\":\"38031\",\"address\":\"Rue Malakoff 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":194,\"name\":\"CPO - M\\u00e9tropolis\",\"businessName\":\"CPO - M\\u00e9tropolis\",\"regNo\":\"885354860\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"rue d'Astorg 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"CARTHERY Jimmy\",\"email\":\"jimmy.carthery@spie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":195,\"name\":\"SEMOB\",\"businessName\":\"SEMOB\",\"regNo\":\"84877842900011\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"+33428044205\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":196,\"name\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"businessName\":\"Communaut\\u00e9 d'Agglom\\u00e9ration Paris-Saclay\",\"regNo\":\"20005623200016\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Orsay\",\"postcode\":\"91898\",\"address\":\"rue Jean Rostand 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MADA VINCENT\",\"email\":\"vincent.mada@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":199,\"name\":\"CPO - BE TROM SE\",\"businessName\":\"CPO - BE TROM SE\",\"regNo\":\"833942725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Bordeaux\",\"postcode\":\"33100\",\"address\":\"Montmejean 60\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tricaud Yves\",\"email\":\"ytricaud@betrom-se.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":200,\"name\":\"EMSP- WattzHub\",\"businessName\":\"EMSP- WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":201,\"name\":\"EMSP- Maingau Energie GmbH\",\"businessName\":\"EMSP- Maingau Energie GmbH\",\"regNo\":\"113525007\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Obertshausen\",\"postcode\":\"63179\",\"address\":\"Ringstra\\u00dfe 4 - 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Armbruster\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":202,\"name\":\"EMSP- BE:MO SASU\",\"businessName\":\"EMSP- BE:MO SASU\",\"regNo\":\"823647060\",\"vatNo\":\"FR52823647060\",\"country\":\"FR\",\"region\":null,\"city\":\"Courbevoie\",\"postcode\":\"92400\",\"address\":\"Esplanade du G\\u00e9n\\u00e9ral DE GAULLE 110\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthieu Codron\",\"email\":\"invoices@be-mo.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":203,\"name\":\"EMSP- Deftpower B.V.\",\"businessName\":\"EMSP- Deftpower B.V.\",\"regNo\":\"78087627\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"AW Apeldoorn\",\"postcode\":\"7317\",\"address\":\"Stadhoudersmolenweg 136\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Houthooft Anja\",\"email\":\"anja.houthooft@deftpower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":204,\"name\":\"EMSP- Chargemap SAS\",\"businessName\":\"EMSP- Chargemap SAS\",\"regNo\":\"809844731\",\"vatNo\":\"FR37809844731\",\"country\":\"FR\",\"region\":null,\"city\":\"Strasbourg\",\"postcode\":\"67200\",\"address\":\"all\\u00e9e C\\u00e9r\\u00e8s 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yoann Nussbaumer\",\"email\":\"operations@chargemap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":205,\"name\":\"EMSP- Bosch Charging Solutions GmbH\",\"businessName\":\"EMSP- Bosch Charging Solutions GmbH\",\"regNo\":\"HRB780013\",\"vatNo\":\"DE815728513\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart-Feuerbach\",\"postcode\":\"70469\",\"address\":\"Kruppstr. 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gandin Hornemann\",\"email\":\"gandin.hornemann@de.bosch.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":206,\"name\":\"CPO - Route220 S.R.L.\",\"businessName\":\"CPO - Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":207,\"name\":\"EMSP- Elvah GmbH (Kreait)\",\"businessName\":\"EMSP- Elvah GmbH (Kreait)\",\"regNo\":\"HRB22989\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Grafschaft\",\"postcode\":\"53501\",\"address\":\"Oberescher weg 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gowrynath Sivaganeshamoorthy\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":208,\"name\":\"EMSP- Octopus Energy Ltd\",\"businessName\":\"EMSP- Octopus Energy Ltd\",\"regNo\":\"09263424\",\"vatNo\":\"GB 358672751\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"EC1N 2HT\",\"address\":\"Holborn 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Zoisa North-Bond\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices @ Octopus Energy\",\"email\":\"invoices-oe@octoenergy.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":209,\"name\":\"EMSP- Muvext Lda\",\"businessName\":\"EMSP- Muvext Lda\",\"regNo\":\"515419923\",\"vatNo\":\"PT515419923\",\"country\":\"PT\",\"region\":null,\"city\":\"Ilhavo\",\"postcode\":\"3830-352\",\"address\":\"PCI Creative Science Park Aveiro Region, Via do Conhecimento, Edif\\u00edcio Central\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Marques\",\"email\":\"sara.marques@muvext.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Muvext\",\"email\":\"accounting@muvext.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":210,\"name\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"businessName\":\"CPO - Kuwait Petroleum (Luxembourg) B.V.\",\"regNo\":\"B49456\",\"vatNo\":null,\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"8069\",\"address\":\"Rue de l'Industrie 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van Breugel Willem\",\"email\":\"wibreuge@q8.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":216,\"name\":\"Fiesandri BVBA\",\"businessName\":\"Fiesandri BVBA\",\"regNo\":\"BE0677757905\",\"vatNo\":\"BE0677757905\",\"country\":\"BE\",\"region\":null,\"city\":\"lokeren\",\"postcode\":\"9160\",\"address\":\"Gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heugens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":217,\"name\":\"Rexel Nederland B.V.\",\"businessName\":\"Rexel Nederland B.V.\",\"regNo\":\"24267850\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zoetermeer\",\"postcode\":\"2712 PB\",\"address\":\"Bleiswijkseweg 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Van Dalen Michael\",\"email\":\"michael.vandalen@rexel.nl\",\"phone\":\"+31631787345\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":221,\"name\":\"Ronny Smet\",\"businessName\":\"Ronny Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":223,\"name\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"businessName\":\"EMSP- EnBW mobility+ AG & Co. KG\",\"regNo\":\"HRA 709651\",\"vatNo\":\"709651\",\"country\":\"DE\",\"region\":null,\"city\":\"Karlsruhe\",\"postcode\":\"761321\",\"address\":\"Durlacher Allee 93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lars Walch\",\"email\":\"outbound.b2b.billing@enbw.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Service EnBW\",\"email\":\"service.emob@enbw.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":224,\"name\":\"CPO - E-Totem SAS\",\"businessName\":\"CPO - E-Totem SAS\",\"regNo\":\"53918816900020\",\"vatNo\":\"53918816900020\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Etienne\",\"postcode\":\"42000\",\"address\":\"rue Camille de Rochetaill\\u00e9e 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Propice Vincent\",\"email\":\"vpropice@doing.fr\",\"phone\":\"(+33) 6 88 23 42 43\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":225,\"name\":\"CPO - S\\u00e9olis\",\"businessName\":\"CPO - S\\u00e9olis\",\"regNo\":\"492041086\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Niort\",\"postcode\":\"79025\",\"address\":\"Avenue de Paris 336\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gheribi Mehdi\",\"email\":\"mgheribi@seolis.net\",\"phone\":\"(+33) 5 49 08 85 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":200,\"total\":839}}"} 
[2025-07-17 19:08:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":226,\"name\":\"CPO - Proviridis\",\"businessName\":\"CPO - Proviridis\",\"regNo\":\"750 938 722 00022\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rousset\",\"postcode\":\"13790\",\"address\":\"Avenue Victoire 135\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Et\\u00e9 Vincent\",\"email\":\"vincent.ete@proviridis.fr\",\"phone\":\"(+33) 7 50 69 52 44\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":227,\"name\":\"CPO - Drem Kft.\",\"businessName\":\"CPO - Drem Kft.\",\"regNo\":\"01 09 864967\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"H-1033\",\"address\":\"Szentendrei \\u00fat 89-93\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"N\\u00e9meth \\u00c1d\\u00e1m\",\"email\":\"adam.nemeth@drem.hu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":228,\"name\":\"CPO - INOUid SAS\",\"businessName\":\"CPO - INOUid SAS\",\"regNo\":\"831159587\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"\\u00c9cully\",\"postcode\":\"69130\",\"address\":\"Chemin des Mouilles 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Briand Didier\",\"email\":\"dbriand@inouid.com\",\"phone\":\"(+33) 6 61 36 91 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":229,\"name\":\"CPO - ePower Lt.\",\"businessName\":\"CPO - ePower Lt.\",\"regNo\":null,\"vatNo\":\"645309\",\"country\":\"IE\",\"region\":null,\"city\":\"Cork\",\"postcode\":\"T23 TCY8\",\"address\":\"1 Technology House, Rockgroove Industrial Estate, Little Island\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tugwell Josef\",\"email\":\"joe.tugwell@epower.ie\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":230,\"name\":\"CPO - SAEMES SA\",\"businessName\":\"CPO - SAEMES SA\",\"regNo\":\"317 032 993 00741\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75002\",\"address\":\"L\\u00e9on Cladel 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"MONNIER G\\u00e9raldine\",\"email\":\"geraldine.monnier@tevgo.fr\",\"phone\":\"(+33) 7 61 06 43 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":231,\"name\":\"CPO - GEA Solutions Ltd\",\"businessName\":\"CPO - GEA Solutions Ltd\",\"regNo\":\"EL099022632\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Attiki\",\"postcode\":\"19010\",\"address\":\"101 Thesi Patima, VI.PE. Kalyvion\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivanov Stefan\",\"email\":\"stefan.ivanov@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":232,\"name\":\"CPO - Autorecharge SAS\",\"businessName\":\"CPO - Autorecharge SAS\",\"regNo\":\"837 529 700\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Pantin\",\"postcode\":\"93500\",\"address\":\"avenue du g\\u00e9n\\u00e9ral Leclerc 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Drif Malek\",\"email\":\"malek@autorecharge.fr\",\"phone\":\"(+33) 6 50 37 04 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":233,\"name\":\"EMSP- Bump SAS\",\"businessName\":\"EMSP- Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":234,\"name\":\"CPO - Ecophi SAS\",\"businessName\":\"CPO - Ecophi SAS\",\"regNo\":\"892147679\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"rue de la Chesnaie 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":235,\"name\":\"MEA Energies SAS\",\"businessName\":\"MEA Energies SAS\",\"regNo\":\"89487859400015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Lissieu\",\"postcode\":\"69380\",\"address\":\"All\\u00e9e des Chevreuils 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yilmaz Mehmet\",\"email\":\"mehmet.yilmaz@meaenergies.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":236,\"name\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"businessName\":\"Syndicat Intercommunal pour le Gaz et l'\\u00c9lectricit\\u00e9 en \\u00cele-de-France (SIGEIF)\",\"regNo\":\"200 050 433 00024\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"64bis Rue de Monceau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"JEMMALI SANA\",\"email\":\"sana.jemmali@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":237,\"name\":\"CPO - Mobilygreen SAS\",\"businessName\":\"CPO - Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":238,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"HRB 88854\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50823\",\"address\":\"000582 6-8 Methweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Support\",\"email\":\"support@chargecloud.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":239,\"name\":\"CPO - MVM Mobiliti Kft\",\"businessName\":\"CPO - MVM Mobiliti Kft\",\"regNo\":\"0109965868\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Budapest\",\"postcode\":\"1037\",\"address\":\"10. Montevideo utca\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":\"pvz@lastmilesolutions.com\",\"phone\":\"(+31) 6 15 89 21 19\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":242,\"name\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"businessName\":\"Syndicat D\\u00e9partemental d'\\u00c9nergies de l'Yonne (SDEY89)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Auxerre\",\"postcode\":\"89000\",\"address\":\"Avenue Foch 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":243,\"name\":\"CPO - Electra SAS\",\"businessName\":\"CPO - Electra SAS\",\"regNo\":\"891 624 884\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"rue Henri Rochefort 7\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarrazanas Thomas\",\"email\":\"thomas@go-electra.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":244,\"name\":\"Franklin EV Limited\",\"businessName\":\"Franklin EV Limited\",\"regNo\":\"09672645\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"Wilmslow, Cheshire\",\"postcode\":\"SK9 1RA\",\"address\":\"The Lodge Alderley Road\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Byrne Robert\",\"email\":\"robert.byrne@franklinenergy.co.uk\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":245,\"name\":\"CPO - SalzachSonne GmbH\",\"businessName\":\"CPO - SalzachSonne GmbH\",\"regNo\":\"370509\",\"vatNo\":\"FN 370509\",\"country\":\"AT\",\"region\":null,\"city\":\"Neukirchen\",\"postcode\":\"5741\",\"address\":\"Marktstrasse 179\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bachmaier Edwin\",\"email\":\"edwin.bachmaier@salzachsonne.at\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":246,\"name\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"businessName\":\"Ubitricity Gesellschaft f\\u00fcr verteilte Energiesysteme mbH\",\"regNo\":\"HRB 113 258 B\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10829\",\"address\":\"7-8 EUREF-Campus\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ubitricity Roaming technical support\",\"email\":\"roaming@ubitricity.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":247,\"name\":\"Syndicat mixte des Transports du bassin de Briey\",\"businessName\":\"Syndicat mixte des Transports du bassin de Briey\",\"regNo\":\"20004184600029\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Val de Briey\",\"postcode\":\"54150\",\"address\":\"2 Rue du Mar\\u00e9chal Foch\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pinna Arnaud\",\"email\":\"arnaud.pinna@st2b.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":248,\"name\":\"SAP Labs France SAS\",\"businessName\":\"SAP Labs France SAS\",\"regNo\":\"419855127\",\"vatNo\":\"FR23419855127\",\"country\":\"FR\",\"region\":null,\"city\":\"Mougins Cedex\",\"postcode\":\"06254\",\"address\":\"805 Avenue du Docteur Maurice Donat\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ben Slimane Kinza\",\"email\":\"kinza.ben.slimane@sap.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":249,\"name\":\"CPO - SIPPEREC\",\"businessName\":\"CPO - SIPPEREC\",\"regNo\":\"257 500 041\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75588\",\"address\":\"173-175 Rue de Bercy\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":250,\"name\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"businessName\":\"F\\u00e9d\\u00e9ration D\\u00e9partementale d\\u2019Energie de la Somme (FDE80)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Boves\",\"postcode\":\"80440\",\"address\":\"3 Rue C\\u00e9sar Cascabel - P\\u00f4les Jules Verne 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DURIER Christophe\",\"email\":\"christophe.durier@fde-somme.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":251,\"name\":\"CPS Asset Management SAS\",\"businessName\":\"CPS Asset Management SAS\",\"regNo\":\"493123251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"BOULOGNE BILLANCOURT\",\"postcode\":\"92100\",\"address\":\"58 AV EMILE ZOLA\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PEZET Hugues\",\"email\":\"hugues_pezet@carrefour.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":252,\"name\":\"Ville de la Garenne Colombes\",\"businessName\":\"Ville de la Garenne Colombes\",\"regNo\":\"219 200 359 00012\",\"vatNo\":\"FR65219200359\",\"country\":\"FR\",\"region\":null,\"city\":\"La Garenne-Colombes\",\"postcode\":\"92250\",\"address\":\"68 Boulevard de la R\\u00e9publique\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"correia fabricio\",\"email\":\"fabricio.correia@lagarennecolombes.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":253,\"name\":\"CPO - SGA Automation SAS\",\"businessName\":\"CPO - SGA Automation SAS\",\"regNo\":\"424246015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76000\",\"address\":\"27 Rue Jean Philippe Rameau\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":254,\"name\":\"EV Maestro Ltd.\",\"businessName\":\"EV Maestro Ltd.\",\"regNo\":\"40103266553\",\"vatNo\":null,\"country\":\"LV\",\"region\":null,\"city\":\"Riga\",\"postcode\":\"LV1021\",\"address\":\"46 K-2 Ulbrokas Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Berzina Iveta\",\"email\":\"ivetab@evmaestro.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":255,\"name\":\"LUMI'iN SAS\",\"businessName\":\"LUMI'iN SAS\",\"regNo\":\"80794006900014\",\"vatNo\":\"FR30807940069\",\"country\":\"FR\",\"region\":null,\"city\":\"Malijai\",\"postcode\":\"04350\",\"address\":\"5 Le Prieure\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"LUMI'IN Superviseur\",\"email\":\"gireve@lumi-in.fr\",\"phone\":\"(+33) 7 82 94 09 59\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":257,\"name\":\"TotalEnergies Charging Services SAS\",\"businessName\":\"CPO - TotalEnergies Charging Services\",\"regNo\":\"514 933 589\",\"vatNo\":\"FR22531680445\",\"country\":\"FR\",\"region\":null,\"city\":\"Puteaux\",\"postcode\":\"92800\",\"address\":\"24 Cours Michelet\",\"lastUpdatedAt\":\"2025-02-20T10:29:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Longatte\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Knafo Salom\\u00e9\",\"email\":\"salome.knafo@totalenergies.com\",\"phone\":\"+33 6 07 04 69 68\"},\"billing\":{\"contactPerson\":\"Fanny Carolei\",\"email\":\"fanny.carolei@totalenergies.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":258,\"name\":\"CPO - R\\u00e9gion Hauts-de-France\",\"businessName\":\"CPO - R\\u00e9gion Hauts-de-France\",\"regNo\":\"200053742\",\"vatNo\":\"FR25200053742\",\"country\":\"FR\",\"region\":null,\"city\":\"Lille Cedex\",\"postcode\":\"59555\",\"address\":\"155 Avenue du Pr\\u00e9sident Hoover 59555 , Lille Cedex France\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DUCHAUSSOY Christophe\",\"email\":\"c.duchaussoy@bouygues-es.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":261,\"name\":\"Conny De Schepper\",\"businessName\":\"Conny De Schepper\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Haeyershoek 74\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Conny De Schepper\",\"email\":\"vdmluc68@hotmail.com\",\"phone\":\"0472942323\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":263,\"name\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"businessName\":\"Syndicat Energies Haute-Vienne (SEHV87)\",\"regNo\":\"258708585\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Palais sur Vienne\",\"postcode\":\"87410\",\"address\":\"8 rue d'Anguernaud\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fe D\\u00e9sir\\u00e9e\",\"email\":\"desiree.fe@izivia.com\",\"phone\":\"(+33) 6 13 44 57 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":264,\"name\":\"CPO - Clem'\",\"businessName\":\"CPO - Clem'\",\"regNo\":\"519 450 209\",\"vatNo\":\"FR49519450209\",\"country\":\"FR\",\"region\":null,\"city\":\"Neuilly-sur-Seine\",\"postcode\":\"92200\",\"address\":\"9 Villa des Sablons\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Delabona Andrews\",\"email\":\"andrews.delabona@clem-e.com\",\"phone\":\"(+33) 9 72 39 68 60\"},\"technical\":{\"contactPerson\":\"Stanislas Soufflet,\",\"email\":\"stanislas.soufflet@clem-e.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"it@clem-e.com\",\"phone\":\"0753366695\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":265,\"name\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"businessName\":\"Communaut\\u00e9 de Communes de la Haute Vall\\u00e9e de Chevreuse\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Dampierre en Yvelines\",\"postcode\":\"78720\",\"address\":\"9 Grande Rue\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"PELLETIER Jacques\",\"email\":\"cchvc78@orange.fr\",\"phone\":\"(+33) 1 30 52 83 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":266,\"name\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"businessName\":\"L'Union des Secteurs d'\\u00c9nergie du D\\u00e9partement de l'Aisne (USEDA)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Laon\",\"postcode\":\"02007\",\"address\":\"Rue Turgot\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Moliner Yves\",\"email\":\"y.demoliner@useda.fr\",\"phone\":\"(+33) 3 23 27 15 80\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":267,\"name\":\"Camping du Lac\",\"businessName\":\"Camping du Lac\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINTE EULALIE EN BORN\",\"postcode\":\"40200\",\"address\":\"1590 Route du Lac\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gallou\\u00ebt C\\u00e9cile\",\"email\":\"contact@lecampingdulac.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":268,\"name\":\"Cogelum IDF (Citeos)\",\"businessName\":\"Cogelum IDF (Citeos)\",\"regNo\":\"B525134169\",\"vatNo\":\"FR08525134169\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92122\",\"address\":\"50 Avenue Fran\\u00e7ois Arago - CS 80002\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ismail BADIH\",\"email\":\"ismail.badih@citeos.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Carla Atiga\",\"email\":\"comptabilite.cpo@citeos.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":271,\"name\":\"Mertens Consulting BV\",\"businessName\":\"Mertens Consulting BV\",\"regNo\":\"0896.979.487\",\"vatNo\":\"BE 0896.979.487\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Smalvoortstraat 50, Turnhout , 2300\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mertens Fons\",\"email\":\"fonsmertens@me.com\",\"phone\":\"0475\\/248.968\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":272,\"name\":\"Samantha De Witte\",\"businessName\":\"Samantha De Witte\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Hoogkamerstraat 13, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samantha De Witte\",\"email\":\"samantha.dw@outlook.be\",\"phone\":\"0478365219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":273,\"name\":\"EMSP- Radicle UG\",\"businessName\":\"EMSP- Radicle UG\",\"regNo\":\"HRB231270\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Leipzig\",\"postcode\":\"04129\",\"address\":\"2 Schiebestrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ross Savage\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":278,\"name\":\"Power Shop\",\"businessName\":\"Power Shop\",\"regNo\":\"0478302941\",\"vatNo\":\"BE0478302941\",\"country\":\"BE\",\"region\":null,\"city\":\"Menen\",\"postcode\":\"8930\",\"address\":\"Delorsplein 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Logan Demeulemeester\",\"email\":\"logan.demeulemeester@hotmail.com\",\"phone\":\"0492055783\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":283,\"name\":\"e-Clearing (Test)\",\"businessName\":\"e-Clearing (Test)\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":286,\"name\":\"Christof Haeseldonckx\",\"businessName\":\"Christof Haeseldonckx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Cranenskapelstraat 1a\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christof Haeseldonckx\",\"email\":\"christofsandy@telenet.be\",\"phone\":\"0495230848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":289,\"name\":\"EMSP- Bornes Lib SAS\",\"businessName\":\"EMSP- Bornes Lib SAS\",\"regNo\":\"905139515\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75008\",\"address\":\"4 rue pasquier\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bah Ibrahima Sory\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":291,\"name\":\"Jurgen Munghen\",\"businessName\":\"Jurgen Munghen\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ingelmunster\",\"postcode\":\"-\",\"address\":\"H\\u00fcllhorststraat 3, Ingelmunster, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Munghen\",\"email\":\"jurgen.munghen@telenet.be\",\"phone\":\"0476531993\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":293,\"name\":\"EMSP- PERETTI GROUPE SARL\",\"businessName\":\"EMSP- PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":307,\"name\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"businessName\":\"Syndicat Mixte Orge Yvette Seine (SMOYS)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Michel-sur-Orge\",\"postcode\":\"91240\",\"address\":\"16bis Rue Denis Papin\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean-Pierre Duperron\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":316,\"name\":\"Thys Interieur & Design\",\"businessName\":\"Thys Interieur & Design\",\"regNo\":\"0876145174\",\"vatNo\":\"BE0876145174\",\"country\":\"BE\",\"region\":null,\"city\":\"Eeklo\",\"postcode\":\"9900\",\"address\":\"Vrombautstraat 147\",\"lastUpdatedAt\":\"2025-05-16T13:26:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Kris Thys\",\"email\":\"info@thysid.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":317,\"name\":\"EMSP- Load Stations SAS\",\"businessName\":\"EMSP- Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":321,\"name\":\"CPO - ChargePoint Austria GmbH\",\"businessName\":\"CPO - ChargePoint Austria GmbH\",\"regNo\":\"399512\",\"vatNo\":\"ATU68066335\",\"country\":\"AT\",\"region\":null,\"city\":\"Radstadt\",\"postcode\":\"5550\",\"address\":\"26 Salzburger Strasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Henrik Gerdes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":300,\"total\":839}}"} 
[2025-07-17 19:08:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":333,\"name\":\"Polinvest\",\"businessName\":\"Polinvest\",\"regNo\":\"BE0452239437\",\"vatNo\":\"BE0452239437\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 58 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyra Kuppens\",\"email\":\"kyra.kuppens@ocb.be\",\"phone\":\"080013890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":334,\"name\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"EMSP- ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":342,\"name\":\"EMSP- Eneco eMobility B.V.\",\"businessName\":\"EMSP- Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leonie Baneke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":350,\"name\":\"EMSP- Kiwhi Pass Solutions SASU\",\"businessName\":\"EMSP- Kiwhi Pass Solutions SASU\",\"regNo\":\"808 639 801\",\"vatNo\":\"FR49 808 639 801\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Apollinaire\",\"postcode\":\"21850\",\"address\":\"36 Rue du docteur Schmitt\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique TALLON\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":351,\"name\":\"EMSP- Robo Charge B.V.\",\"businessName\":\"EMSP- Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":352,\"name\":\"EMSP- Volkswagen Group Charging GmbH\",\"businessName\":\"EMSP- Volkswagen Group Charging GmbH\",\"regNo\":\"HRB 208967\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"1 Mollstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"ladekonzept@elli.eco\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"cpo-invoice@elli.eco\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":355,\"name\":\"CPO - City Charging BV\",\"businessName\":\"CPO - City Charging BV\",\"regNo\":\"80648088\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Deventer\",\"postcode\":\"7418 AJ\",\"address\":\"6b Zutphenseweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@citycharging.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":356,\"name\":\"Power Dot S.A\",\"businessName\":\"Power Dot S.A\",\"regNo\":\"514790342\",\"vatNo\":null,\"country\":\"PT\",\"region\":null,\"city\":\"Lisboa\",\"postcode\":\"250-096\",\"address\":\"17 6B R. Carlos Alberto da Mota Pinto\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ramos Afonso\",\"email\":\"acr@powerdot.pt\",\"phone\":\"00351 91 44 56 54 3\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":357,\"name\":\"IMAC2 SAS\",\"businessName\":\"IMAC2 SAS\",\"regNo\":\"421334566\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Le Cannet\",\"postcode\":\"06110\",\"address\":\"50 avenue du Campon\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julienne St\\u00e9phane\",\"email\":null,\"phone\":\"s.julienne@rivieracarcenter.fr\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":358,\"name\":\"Be Charge S.r.l.\",\"businessName\":\"Be Charge S.r.l.\",\"regNo\":\"09957510960\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20143\",\"address\":\"11 Via Carlo Bo\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Paolo Martini\",\"email\":\"invoice.italia@bepower.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":359,\"name\":\"MACRIS SAS\",\"businessName\":\"MACRIS SAS\",\"regNo\":\"341760148\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Creissels\",\"postcode\":\"12100\",\"address\":\"Route de St Affrique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian CABIRON\",\"email\":\"christian.cabiron@socamil.leclerc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":361,\"name\":\"Syndicat de la Di\\u00e8ge\",\"businessName\":\"Syndicat de la Di\\u00e8ge\",\"regNo\":\"200 078 947\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ussel\",\"postcode\":\"19200\",\"address\":\"2 Avenue de Beauregard\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre CHEVALIER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":362,\"name\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"businessName\":\"Syndicat D\\u00e9partemental des Energies de la Creuse (SDEC23)\",\"regNo\":null,\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Gu\\u00e9ret\",\"postcode\":\"23000\",\"address\":\"11 Avenue Pierre Mend\\u00e8s\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 MAVIGNER\",\"email\":\"facturation.interop@izivia.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":363,\"name\":\"Free To X S.r.l.\",\"businessName\":\"Free To X S.r.l.\",\"regNo\":\"07516911000\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Rome\",\"postcode\":\"00159\",\"address\":\"50 via A. Bergamini\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piolo Andrea\",\"email\":\"andrea.piolo@freeto-x.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":364,\"name\":\"CPO - Wattify BV\",\"businessName\":\"CPO - Wattify BV\",\"regNo\":\"0777610990\",\"vatNo\":\"BE0777610990\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"kriephoekstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitry Smagghe\",\"email\":\"dimitry@wattify.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":365,\"name\":\"R\\u00e9gie Services Energie\",\"businessName\":\"R\\u00e9gie Services Energie\",\"regNo\":\"43887287100019\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"AMBERIEUX EN DOMBES\",\"postcode\":\"01330\",\"address\":\"577 route de Saint -Trivier sur Moignans\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Marc GEORGE\",\"email\":\"comptabilite@oriosbyspie.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":366,\"name\":\"Abel&Co\",\"businessName\":\"Abel&Co\",\"regNo\":\"18052596\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Tilburg\",\"postcode\":\"5046AT\",\"address\":\"38 Goirekekanaaldijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van den Dries Monicue\",\"email\":\"monicue@abelenco.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":367,\"name\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"businessName\":\"CPO - Co\\u00f6peratie AVIA Nederland\",\"regNo\":\"000003234533\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Soest\",\"postcode\":\"3768HL\",\"address\":\"108 Birkstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leijdekker Ruben\",\"email\":\"rleijdekker@avia.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":368,\"name\":\"EnerMia\",\"businessName\":\"EnerMia\",\"regNo\":\"MO - 412382\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Modena\",\"postcode\":\"41121\",\"address\":\"41 Corso Vittorio Emanuele II\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Flavia Samori\",\"email\":\"f.samori@enermia.org\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":369,\"name\":\"BEC Construction Champagne\",\"businessName\":\"BEC Construction Champagne\",\"regNo\":\"463 200 725\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Epernay\",\"postcode\":\"51200\",\"address\":\"6 All\\u00e9e de la Cote des Blancs\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marchand Cassandra\",\"email\":\"c.marchand@becchampagne.fayat.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":370,\"name\":\"NW IECharge Bretagne\",\"businessName\":\"NW IECharge Bretagne\",\"regNo\":\"898279251\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75007\",\"address\":\"34 avenue Bosquet\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wassenaar Bram\",\"email\":\"bram.wassenaar.partner@iecharge.io\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":371,\"name\":\"Meubles Ikea France\",\"businessName\":\"Meubles Ikea France\",\"regNo\":\"RCS B 351 745 724\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"PLAISIR Cedex\",\"postcode\":\"78 375 , BP 129,\",\"address\":\"425 rue Henri Barbusse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"ARFAOUI Said\",\"email\":\"said.arfaoui@izivia.com\",\"phone\":\"(+33) 7 76 23 00 25\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":372,\"name\":\"CPO - Saascharge International GmbH\",\"businessName\":\"CPO - Saascharge International GmbH\",\"regNo\":\"CH-020.4.074.493-5\",\"vatNo\":null,\"country\":\"CH\",\"region\":null,\"city\":\"Glattpark (Opfikon)\",\"postcode\":\"8152\",\"address\":\"117 Thurgauerstrasse\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Albrecht Richard\",\"email\":\"richard.albrecht@saascharge.com\",\"phone\":\"(+41) 7 63 90 01 77\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@saascharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Richard Albrecht\",\"email\":\"finance@saascharge.com\",\"phone\":\"+41445864550\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":373,\"name\":\"Borneco\",\"businessName\":\"Borneco\",\"regNo\":\"90510266100014\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75012\",\"address\":\"142 avenue dausmenil\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Minaeian Sasan\",\"email\":\"sasan.minaeian@wattzhub.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":374,\"name\":\"ENEXTEN\",\"businessName\":\"ENEXTEN\",\"regNo\":\"882828726\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chavanod\",\"postcode\":\"74650\",\"address\":\"178 Route de cran gevrier\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krari Sara\",\"email\":\"sara.krari@nexteneo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":375,\"name\":\"ALP-EV\",\"businessName\":\"ALP-EV\",\"regNo\":\"85903108\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"BREDA\",\"postcode\":\"4814 RE\",\"address\":\"266 Leursebaan\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"van der Lof Jochem\",\"email\":\"support@alp-ev.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":376,\"name\":\"Evadea\",\"businessName\":\"Evadea\",\"regNo\":\"500759683\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-DENIS\",\"postcode\":\"93200\",\"address\":\"1 PLACE DE LA BERLINE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"DADOU Thomas\",\"email\":\"thomas.dadou@spie.com\",\"phone\":\"(+33) 7 60 26 22 20\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":377,\"name\":\"Gaia Green Tech S.L.\",\"businessName\":\"Gaia Green Tech S.L.\",\"regNo\":\"B40571002\",\"vatNo\":\"ESB40571002\",\"country\":\"ES\",\"region\":null,\"city\":\"Valencia\",\"postcode\":\"46022\",\"address\":\"11, 2nd floor, Apt. 9 Calle de Felipe Salvador\",\"lastUpdatedAt\":\"2025-03-04T10:00:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Siudzinski Wojtek\",\"email\":\"wojtek@gaiagreen.tech\",\"phone\":\"(+34) 6 84 28 68 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":378,\"name\":\"Sevdec\",\"businessName\":\"Sevdec\",\"regNo\":\"38064471600017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rouen\",\"postcode\":\"76100\",\"address\":\"20 rue David Ferrand\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pellerin Alexandre\",\"email\":\"alexandre.pellerin@sga-automation.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":379,\"name\":\"Area Tech\",\"businessName\":\"Area Tech\",\"regNo\":\"854036308\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"MARCQ EN BAROEUL\",\"postcode\":\"59700\",\"address\":\"340 avenue de La Marne\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bonneville Renaud\",\"email\":\"renaud.bonneville@area-tech.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":380,\"name\":\"EMSP- Monta ApS\",\"businessName\":\"EMSP- Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":381,\"name\":\"GROUPE MOBELEC\",\"businessName\":\"GROUPE MOBELEC\",\"regNo\":\"88990931300021\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Ecully\",\"postcode\":\"69130\",\"address\":\"12 Chemin de Chalin\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gaume Christophe\",\"email\":\"christophe.gaume@groupe-mobelec.fr\",\"phone\":\"(+33) 6 02 49 69 54\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":382,\"name\":\"ProperPhi\",\"businessName\":\"ProperPhi\",\"regNo\":\"89193764100027\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Sautron\",\"postcode\":\"44880\",\"address\":\"8 rue de la Chesnaie\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bohadas Philippe\",\"email\":\"pbohadas@properphi.com\",\"phone\":\"(+33) 6 03 06 20 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":383,\"name\":\"Time2Plug\",\"businessName\":\"Time2Plug\",\"regNo\":\"912044948\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75016\",\"address\":\"13 avenue Boudon\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heripret Edouard\",\"email\":\"edouard@time2plug.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":384,\"name\":\"SunXLium\",\"businessName\":\"SunXLium\",\"regNo\":\"843721390\",\"vatNo\":null,\"country\":\"DM\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75017\",\"address\":\"9 Anatole de la Forge\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chady Fadil\",\"email\":\"fadil.chady@sunxlium.com\",\"phone\":\"(+23) 0 59 77 69 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":385,\"name\":\"Laadkompas B.V.\",\"businessName\":\"Laadkompas B.V.\",\"regNo\":\"75246740\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Almere\",\"postcode\":\"1322 CH\",\"address\":\"100 Transistorstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Khan Mazhar\",\"email\":\"administratie@laadkompas.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":386,\"name\":\"Atlante Srl\",\"businessName\":\"Atlante Srl\",\"regNo\":\"2635708\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20137\",\"address\":\"3 Piazzale Lodi\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Atlante Invoicing\",\"email\":\"invoices@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":388,\"name\":\"Eoliberty\",\"businessName\":\"Eoliberty\",\"regNo\":\"91844486000012\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Vierzon\",\"postcode\":\"18100\",\"address\":\"All\\u00e9e Geroges Charpak\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"GEHA Daniel\",\"email\":\"daniel.geha@eova.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":389,\"name\":\"Dropnplug\",\"businessName\":\"Dropnplug\",\"regNo\":\"88206038700017\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Rennes\",\"postcode\":\"35000\",\"address\":\"26 Avenue Chardonnet\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"lebrize claude\",\"email\":\"claude.lebrize@dropnplug.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":390,\"name\":\"EMSP- Diego Luxembourg\",\"businessName\":\"EMSP- Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":392,\"name\":\"Brussels Kois\",\"businessName\":\"Brussels Kois\",\"regNo\":\"BE 0820.015.135\",\"vatNo\":\"BE 0820.015.135\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5, 1731 Asse, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Edmond Plas\",\"email\":\"sandra@capitalecars.be\",\"phone\":\"+32475235296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":397,\"name\":\"Tom Van Damme\",\"businessName\":\"Tom Van Damme\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Beukenlaan 40, 2110 Wijnegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Van Damme\",\"email\":\"tomvandamme001@gmail.com\",\"phone\":\"+32494899290\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":398,\"name\":\"Dirk Poppe\",\"businessName\":\"Dirk Poppe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9420\",\"address\":\"wezelpoelstraat 102 9420 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Poppe\",\"email\":\"poppe_dirk@hotmail.com\",\"phone\":\"0486727713\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":399,\"name\":\"Autel Netherlands B.V.\",\"businessName\":\"Autel Netherlands B.V.\",\"regNo\":\"84342773\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"GL \\u2019S-GRAVENHAGE\",\"postcode\":\"2497\",\"address\":\"217 Laan van Waalhaven\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Huang Baixin\",\"email\":\"baixin.huang@autel.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":403,\"name\":\"Ceylan Celikoz\",\"businessName\":\"Ceylan Celikoz\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Berchem\",\"postcode\":\"2600\",\"address\":\"Kanunnik Peeters Straat 147, 2600, Berchem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ceylan Celikoz\",\"email\":\"ceylan@blulinc.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"ceylan@blulinc.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":412,\"name\":\"PPC\",\"businessName\":\"PPC\",\"regNo\":\"000786301000\",\"vatNo\":null,\"country\":\"GR\",\"region\":null,\"city\":\"Athens\",\"postcode\":\"10432\",\"address\":\"30 Chalkokondili Street\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kyriakos Kofinas\",\"email\":\"roaming.deiblue@dei.gr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Benos Peter\",\"email\":\"p.benos@dei.gr\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":413,\"name\":\"PLUG-N-GO\",\"businessName\":\"PLUG-N-GO\",\"regNo\":\"10848124\",\"vatNo\":null,\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"WC2H 9JQ\",\"address\":\"71-75 Shelton Street, Covent Garden\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Revill Tim\",\"email\":\"tim@plug-n-go.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Dufty Nigel\",\"email\":\"nigel@plug-n-go.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Keith Hounsell\",\"email\":\"keith@plug-n-go.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":414,\"name\":\"CPO - Grupo EasyCharger\",\"businessName\":\"CPO - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":415,\"name\":\"NORMATECH SAS [Lodmi]\",\"businessName\":\"NORMATECH SAS [Lodmi]\",\"regNo\":\"901360602\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"ARRAS\",\"postcode\":\"62000\",\"address\":\"11 RUE WILLY BRANDT BATIMENT 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Saint Machin\",\"email\":\"tsm@lodmi.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Moukhlisse Zineb\",\"email\":\"zineb@lodmi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Qu\\u00e9ru Laura\",\"email\":\"laura@lodmi.com\",\"phone\":\"(+33) 7 66 59 08 46\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":416,\"name\":\"TEA MOBILITAS\",\"businessName\":\"TEA MOBILITAS\",\"regNo\":\"09-09-027080\",\"vatNo\":null,\"country\":\"HU\",\"region\":null,\"city\":\"Hajd\\u00faszoboszl\\u00f3\",\"postcode\":\"4200\",\"address\":\"71 Kossuth\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Heged\\u0171s-Kocsis Krisztina\",\"email\":\"kocsiskrisztina@sarkcsillag.com\",\"phone\":\"(+36) 3 03 89 07 44\"},\"billing\":{\"contactPerson\":\"Norbert Sz\\u0171cs\",\"email\":\"szucsnorbert@sarkcsillag.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":417,\"name\":\"SBS Innovations (ByWatt)\",\"businessName\":\"SBS Innovations (ByWatt)\",\"regNo\":\"68061722\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Ernst\",\"postcode\":\"8166GP\",\"address\":\"4 Korte Laarstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"technical\":{\"contactPerson\":\"Erik Schouls\",\"email\":\"es@bywatt.nl\",\"phone\":\"(+31) 6 49 96 67 07\"},\"billing\":{\"contactPerson\":\"ByWatt Invoicing\",\"email\":\"invoices@bywatt.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":418,\"name\":\"EV Map\",\"businessName\":\"EV Map\",\"regNo\":\"922271564\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"SAINT-FONS\",\"postcode\":\"69190\",\"address\":\"49 Boulevard LUCIEN SAMPAIX\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"technical\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"Riou Vincent\",\"email\":\"v.riou@wellborne.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":422,\"name\":\"Dhsn Bv\",\"businessName\":\"Dhsn Bv\",\"regNo\":\"0781.946.296\",\"vatNo\":\"BE 0781.946.296\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilsen-Stokkem\",\"postcode\":\"3650\",\"address\":\"Borreshoefstraat 67\",\"lastUpdatedAt\":\"2024-11-27T13:01:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries Housen\",\"email\":\"dries@dhsn.be\",\"phone\":\"0498\\/409607\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":426,\"name\":\"Patrick Wastyn\",\"businessName\":\"Patrick Wastyn\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zulte\",\"postcode\":\"9870\",\"address\":\"Waalbeekpark 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Wastyn\",\"email\":\"wastynpatrick6@gmail.com\",\"phone\":\"0476059342\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":400,\"total\":839}}"} 
[2025-07-17 19:08:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":430,\"name\":\"BV Dokter R. Steenwegen\",\"businessName\":\"BV Dokter R. Steenwegen\",\"regNo\":\"0474 426 010\",\"vatNo\":\"BE0474 426 010\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1700\",\"address\":\"Molenstraat 73\",\"lastUpdatedAt\":\"2024-11-27T13:04:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":431,\"name\":\"Ronny Hindyrickx\",\"businessName\":\"Ronny Hindyrickx\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Raapstraat 33\",\"lastUpdatedAt\":\"2024-11-27T13:04:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Hindyrickx\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":434,\"name\":\"V-I-C bvba\",\"businessName\":\"V-I-C bvba\",\"regNo\":\"0536.481.462\",\"vatNo\":\"BE0536.481.462\",\"country\":\"BE\",\"region\":null,\"city\":\"Zedelgem\",\"postcode\":\"8210\",\"address\":\"Diksmuidse Heirweg 51c\",\"lastUpdatedAt\":\"2024-11-27T13:05:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":435,\"name\":\"Vermoortel Chantal\",\"businessName\":\"Vermoortel Chantal\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Damme\",\"postcode\":\"Damme\",\"address\":\"Damweg 56\",\"lastUpdatedAt\":\"2024-11-27T13:08:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":443,\"name\":\"EMSP- Recharger mon auto\",\"businessName\":\"EMSP- Recharger mon auto\",\"regNo\":\"91931393200015\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Aulnay-Sous-Bois\",\"postcode\":\"93600\",\"address\":\"198 Avenue de Nonneville\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rodrigues C\\u00e9dric\",\"email\":\"cedric.rodrigues@rechargermonauto.com\",\"phone\":\"0659457794\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":444,\"name\":\"YES55\",\"businessName\":\"YES55\",\"regNo\":\"950758219\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Grimaud\",\"postcode\":\"83310\",\"address\":\"ZA du Grand Pont\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robelin Nicolas\",\"email\":\"nicolas.robelin@yes55.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Martin Rachel\",\"email\":\"rachel.martin@yes55.fr\",\"phone\":\"+33 7 88 77 08 15\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":445,\"name\":\"CPO - METLD (BE GREEN MOBILITY)\",\"businessName\":\"CPO - METLD (BE GREEN MOBILITY)\",\"regNo\":\"919243121\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint-Herblain\",\"postcode\":\"44800\",\"address\":\"1 Guglielmo Marconi\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stecchino Julien\",\"email\":\"j.stecchino@begreen-group.com\",\"phone\":\"(+33) 6 76 89 05 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":446,\"name\":\"CPO - Compleo Charging Software GmbH\",\"businessName\":\"CPO - Compleo Charging Software GmbH\",\"regNo\":\"HRB 33903\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Dortmund\",\"postcode\":\"44379\",\"address\":\"8 Ezzestra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Leidgebel Dennis\",\"email\":\"dennis.leidgebel@compleo-cs.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":447,\"name\":\"Energytix.solutions\",\"businessName\":\"Energytix.solutions\",\"regNo\":\"0654.812.554\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Schaapveld 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Baes Jonas\",\"email\":\"jbaes@energytix.eu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Leeman Bert\",\"email\":\"bleeman@energytix.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":448,\"name\":\"Amano Europe NV\",\"businessName\":\"Amano Europe NV\",\"regNo\":\"0434 751 030\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Westerring 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Schouterden Dominic\",\"email\":\"dschouterden@amano.eu\",\"phone\":\"(+32) 4 92 11 66 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":459,\"name\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"businessName\":\"EMSP- Porsche Sales & Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":\"70435\",\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk Philipp\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":462,\"name\":\"EMSP- NRG Accounting BV\",\"businessName\":\"EMSP- NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":463,\"name\":\"Top Employers Belgium\",\"businessName\":\"Top Employers Belgium\",\"regNo\":\"BE0895420064\",\"vatNo\":\"BE0895420064\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Nijverheidsstraat 70, 2160 Wommelgem, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":466,\"name\":\"EMSP- E.ON Drive\",\"businessName\":\"EMSP- E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":470,\"name\":\"EMSP- E.A. Business\",\"businessName\":\"EMSP- E.A. Business\",\"regNo\":\"880960182\",\"vatNo\":\"FR31880960182\",\"country\":\"FR\",\"region\":null,\"city\":\"Rillieux-La-Pape\",\"postcode\":\"69140\",\"address\":\"555 chemin du Bois\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jemoui Mehdi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Issam Arfaoui\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":473,\"name\":\"Edmond Plas\",\"businessName\":\"Edmond Plas\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1731\",\"address\":\"Windmolen 5,\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandra Bulinckx\",\"email\":\"sandra@capitalecars.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":476,\"name\":\"EMSP- E-Fusion SAS\",\"businessName\":\"EMSP- E-Fusion SAS\",\"regNo\":\"912272143\",\"vatNo\":\"FR47912272143\",\"country\":\"FR\",\"region\":null,\"city\":\"Labege\",\"postcode\":\"31670\",\"address\":\"231 rue Pierre et Marie Curie\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ernest BOADI\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":482,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":493,\"name\":\"CPO - Road B.V.\",\"businessName\":\"CPO - Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":494,\"name\":\"NLCharge B.V.\",\"businessName\":\"NLCharge B.V.\",\"regNo\":\"82372829\",\"vatNo\":\"NL862440142B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1015 CN\",\"address\":\"8 Keizersgracht\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter C. Molengraaf\",\"email\":\"peter@nlcharge.nl\",\"phone\":\"(+31) 6 46 36 09 71\"},\"technical\":{\"contactPerson\":\"Becker Riccardo\",\"email\":\"riccardo@longship.io\",\"phone\":\"(+31) 2 02 11 74 58\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":495,\"name\":\"Jerecharge.com SAS\",\"businessName\":\"Jerecharge.com SAS\",\"regNo\":\"905083895\",\"vatNo\":\"FR52905083895\",\"country\":\"FR\",\"region\":null,\"city\":\"Garches\",\"postcode\":\"92380\",\"address\":\"23 rue de la c\\u00f4te Saint Louis\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Olry\",\"email\":\"christophe.olry@jerecharge.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Viguie Gilles\",\"email\":\"gilles.viguie@jerecharge.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":496,\"name\":\"Paragon Mobility SAS\",\"businessName\":\"Paragon Mobility SAS\",\"regNo\":\"851548404\",\"vatNo\":\"FR68851548404\",\"country\":\"FR\",\"region\":null,\"city\":\"Valbonne\",\"postcode\":\"06560\",\"address\":\"535 Route des Lucioles, Les Aqueducs \\u2013 B\\u00e2timent 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yann Cortot\",\"email\":\"operations@paragonmobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 1 84 88 39 32\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":497,\"name\":\"K2 PROPERTY BV\",\"businessName\":\"K2 PROPERTY BV\",\"regNo\":\"0749.520.384\",\"vatNo\":\"BE0749.520.384\",\"country\":\"BE\",\"region\":null,\"city\":\"Kuurne\",\"postcode\":\"8520\",\"address\":\"Ringlaan 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Janssens\",\"email\":\"bruno.janssens@questforproperty.com\",\"phone\":\"+(324) 953-85959\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":500,\"name\":\"Thierry Antheunis\",\"businessName\":\"Thierry Antheunis\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Jabbeke\",\"postcode\":\"9490\",\"address\":\"Gistelsesteenweg 413, 9490 Jabbeke\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":502,\"name\":\"Extendas Online Informatica B.V.\",\"businessName\":\"Extendas Online Informatica B.V.\",\"regNo\":\"08154890\",\"vatNo\":\"NL817496749B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Enschede\",\"postcode\":\"7521 PK\",\"address\":\"30 Institutenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"M.A. Cauli\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Tim Bethlehem\",\"email\":\"tim@extendas.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Raphael Verreijken\",\"email\":\"raphael@extendas.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":503,\"name\":\"EMSP- SMEG D\\u00e9veloppement\",\"businessName\":\"EMSP- SMEG D\\u00e9veloppement\",\"regNo\":\"20S08489\",\"vatNo\":\"FR46000150523\",\"country\":\"FR\",\"region\":null,\"city\":\"Monaco\",\"postcode\":\"98000\",\"address\":\"10 avenue de Fontvieille\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Battaglione\",\"email\":\"smeg@smeg.mc\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"commercial@smeg.mc\",\"phone\":\"(+377) 92 05 66 44\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":510,\"name\":\"Fastned BV\",\"businessName\":\"Fastned BV\",\"regNo\":\"54606179\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1097 DL\",\"address\":\"77R James Wattstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Langezaal\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":500,\"total\":839}}"} 
[2025-07-17 19:08:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":533,\"name\":\"Dries Uitvaartzorg\",\"businessName\":\"Dries Uitvaartzorg\",\"regNo\":\"0457645604\",\"vatNo\":\"BE 0457645604\",\"country\":\"BE\",\"region\":null,\"city\":\"Dessel\",\"postcode\":\"2480\",\"address\":\"Polderstraat 46\",\"lastUpdatedAt\":\"2024-11-27T15:58:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":536,\"name\":\"CPO - LichtBlick eMobility GmbH\",\"businessName\":\"CPO - LichtBlick eMobility GmbH\",\"regNo\":\"HRB 11191\",\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heike L\\u00f6ffler - Heiko Mevert\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":539,\"name\":\"CPO - Remo Sustainable Mobility S.L.\",\"businessName\":\"CPO - Remo Sustainable Mobility S.L.\",\"regNo\":\"B72745698\",\"vatNo\":\"B72745698\",\"country\":\"ES\",\"region\":null,\"city\":\"28046\",\"postcode\":\"Madrid\",\"address\":\"135 Paseo de la Castellana, 12th floor\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remo Commercial Team\",\"email\":\"info@remo-mobility.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":542,\"name\":\"CPO - GreenYellow eMobility SAS\",\"businessName\":\"CPO - GreenYellow eMobility SAS\",\"regNo\":\"835370842\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint - Etienne\",\"postcode\":\"42000\",\"address\":\"1 Cours Antoine Guichard\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Romain BUTTE\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Chamkhi Salma\",\"email\":\"schamkhi@greenyellow.fr\",\"phone\":null},\"billing\":{\"contactPerson\":\"eMobility B2B support GreenYellow\",\"email\":\"emobility.exploit@greenyellow.fr\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":543,\"name\":\"EMSP - Grupo EasyCharger\",\"businessName\":\"EMSP - Grupo EasyCharger\",\"regNo\":\"A34277434\",\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":\"Palencia\",\"postcode\":\"34001\",\"address\":\"1 Obispo Nicol\\u00e1s Castellanos, Entreplanta C Izquierda\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel P\\u00e9rez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Cebrian Rub\\u00e9n\",\"email\":\"ruben.cebrian@zunder.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Ivaylova Gabriela\",\"email\":\"gabriela.ivaylova@zunder.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":544,\"name\":\"Sven Devisscher\",\"businessName\":\"Sven Devisscher\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2350\",\"address\":\"Ossevenstraat 11, 2350 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":549,\"name\":\"LichtBlick eMobility\",\"businessName\":\"LichtBlick eMobility\",\"regNo\":null,\"vatNo\":\"HRB 11191\",\"country\":\"DE\",\"region\":null,\"city\":\"Kitzingen\",\"postcode\":\"97318\",\"address\":\"24 Steigweg, building 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hubach Julia\",\"email\":\"julia.hubach@lichtblick.de\",\"phone\":null},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"support.emobility@lichtblick.de\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing\",\"email\":\"abrechnung.emobility@lichtblick.de\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":550,\"name\":\"Bart Van Keer\",\"businessName\":\"Bart Van Keer\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Fazantenstraat 45, 9080 Lochristi\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":556,\"name\":\"EV-Quip (SRL)\",\"businessName\":\"EV-Quip (SRL)\",\"regNo\":\"0750.549.871\",\"vatNo\":\"BE0750.549.871\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16, 3900 Pelt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vandebeeck Stephan\",\"email\":\"stephan@euroquip.be\",\"phone\":\"+(324) 974-80894\"},\"technical\":{\"contactPerson\":\"Vandebeeck Louis\",\"email\":\"louis@ev-quip.be\",\"phone\":\"+32 11 81 82 18\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":557,\"name\":\"Sovana Srl\\/Bv\",\"businessName\":\"Sovana Srl\\/Bv\",\"regNo\":\"0473863608\",\"vatNo\":\"BE0473863608\",\"country\":\"BE\",\"region\":null,\"city\":\"Tervuren\",\"postcode\":\"3080\",\"address\":\"Edmond Hanssenslaan 42 , Tervuren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Martine Serrien\",\"email\":\"martine.serrien@sovana.be\",\"phone\":\"0475 68 66 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":563,\"name\":\"CPO - Mobilize Fast Charge France\",\"businessName\":\"CPO - Mobilize Fast Charge France\",\"regNo\":\"983504002\",\"vatNo\":\"FR65983504002\",\"country\":\"FR\",\"region\":null,\"city\":\"Boulogne-Billancourt\",\"postcode\":\"92100\",\"address\":\"122-122 Bis Avenue du G\\u00e9n\\u00e9ral Leclerc\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Service Facturation\",\"email\":\"fastcharge.exploitation@mobilize.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":591,\"name\":\"CPO - QWELLO GmbH\",\"businessName\":\"CPO - QWELLO GmbH\",\"regNo\":\"HRB 234481\",\"vatNo\":\"DE316810194\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80992\",\"address\":\"1 Agnes-Pockels-Bogen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Roaming Qwello\",\"email\":\"roaming@qwello.eu\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":592,\"name\":\"CPO - ChargeIn\",\"businessName\":\"CPO - ChargeIn\",\"regNo\":\"0000986332\",\"vatNo\":\"PL7011100884\",\"country\":\"PL\",\"region\":null,\"city\":\"Warszawa\",\"postcode\":\"00-654\",\"address\":\"17 ul. Jana i J\\u0119drzeja \\u015aniadeckich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Babinski Kamil\",\"email\":\"kamil.babinski@chargein.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Maciej Skoczylas\",\"email\":\"maciej.sawicki@chargein.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":594,\"name\":\"Lard Aurelie\",\"businessName\":\"Lard Aurelie\",\"regNo\":\"0763997932\",\"vatNo\":\"BE0763997932\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:04:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lard Aurelie\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":602,\"name\":\"Taxi LM\",\"businessName\":\"Taxi LM\",\"regNo\":null,\"vatNo\":\"BE0794.869.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Jozef Verbovenlei 130\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":607,\"name\":\"EMSP- TanQyou\",\"businessName\":\"EMSP- TanQyou\",\"regNo\":\"70223521\",\"vatNo\":\"NL851056519B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"3 The Want, 8802PV, Franeker\",\"lastUpdatedAt\":\"2025-03-31T12:38:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Harmen Akkerman\",\"email\":\"info@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":\"(+31)88 100 9877\"},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":608,\"name\":\"CPO - Optimum Way Ltd.\",\"businessName\":\"CPO - Optimum Way Ltd.\",\"regNo\":\"03-09-131907\",\"vatNo\":\"HU-26399661\",\"country\":\"HU\",\"region\":null,\"city\":\"Baja\",\"postcode\":\"6500\",\"address\":\"2 Gesztenye utca 6500 , Baja\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"OW Invoices\",\"email\":\"szamla@optimumway.hu\",\"phone\":\"0036209564490\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":609,\"name\":\"CPO - Schouten Energy\",\"businessName\":\"CPO - Schouten Energy\",\"regNo\":\"28089720\",\"vatNo\":\"NL809534034B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Alphen aan den Rijn\",\"postcode\":\"2401 LP\",\"address\":\"4 Gnephoek 2401 LP , Alphen aan den Rijn\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wiebe van der Veen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":610,\"name\":\"CPO - Go Electric Stations SRLS\",\"businessName\":\"CPO - Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella 40128 , Bologna\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":611,\"name\":\"Divani NV\",\"businessName\":\"Divani NV\",\"regNo\":\"0830.657.916\",\"vatNo\":\"BE 0830.657.916\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052\\/D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"divani@immogra.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":616,\"name\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"businessName\":\"EMSP- Trafineo GmbH & Co. KG GmbH\",\"regNo\":\"HRA 6945\",\"vatNo\":\"DE266451114\",\"country\":\"DE\",\"region\":null,\"city\":\"Bochum\",\"postcode\":\"44789\",\"address\":\"56 Wittener Stra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-13T13:32:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Stocker\",\"email\":\"info@trafineo.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":617,\"name\":\"EMSP- Threeforce BV\",\"businessName\":\"EMSP- Threeforce BV\",\"regNo\":\"24360819\",\"vatNo\":\"KVK024360819\",\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3016 CN\",\"address\":\"11 Zeemansstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric van Voorden\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":618,\"name\":\"CPO - Optimile Bv\",\"businessName\":\"CPO - Optimile Bv\",\"regNo\":\"648837849\",\"vatNo\":\"BE0648837849\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"46 bus 204 Sassevaartstraat ,\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"An De Pauw\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":619,\"name\":\"EMSP- ZEborne\",\"businessName\":\"EMSP- ZEborne\",\"regNo\":\"489359067\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Levallois-Perret\",\"postcode\":\"92300\",\"address\":\"Anatole France - B\\u00e2timent B 155-159\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julien Davy\",\"email\":\"julien.davy@zeborne.com\",\"phone\":\"+33252072455\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":620,\"name\":\"Demo Account - Blulinc\",\"businessName\":\"Demo Account - Blulinc\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-01-17T08:38:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":621,\"name\":\"EMSP- Road B.V.\",\"businessName\":\"EMSP- Road B.V.\",\"regNo\":\"70011346\",\"vatNo\":\"NL858102778B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1114 AN\",\"address\":\"37 Joan Muyskenweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vincent van Vaalen\",\"email\":\"jeroen.vanbeek@road.io\",\"phone\":null},\"technical\":{\"contactPerson\":\"E-Flux Roaming technical support\",\"email\":\"roaming-dev@road.io\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting E-Flux\",\"email\":\"invoice@road.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":622,\"name\":\"GoGlobal Netherlands B.V\",\"businessName\":\"GoGlobal Netherlands B.V\",\"regNo\":null,\"vatNo\":\"DE 341043115\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1066 EP\",\"address\":\"John M. Keynesplein 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Amandine Guillou\",\"email\":\"amandine.guillou@goglobalgeo.com\",\"phone\":\"0203\\/331.699\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":624,\"name\":\"Hubject Partner\",\"businessName\":\"Hubject Partner\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":626,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":null,\"vatNo\":\"Parochiale Werken Ledeberg VZW\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Ledebergplein 21\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":628,\"name\":\"EMSP- Go Electric Stations SRLS\",\"businessName\":\"EMSP- Go Electric Stations SRLS\",\"regNo\":\"BO-514781\",\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":\"Bologna\",\"postcode\":\"40128\",\"address\":\"184\\/10 Via di Corticella\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Go Electric Stations\",\"email\":\"finance@goelectricstations.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":629,\"name\":\"EMSP- Digital Charging Solutions GmbH\",\"businessName\":\"EMSP- Digital Charging Solutions GmbH\",\"regNo\":\"HRB 211155 B\",\"vatNo\":\"DE312237805\",\"country\":\"DE\",\"region\":null,\"city\":\"Berlin\",\"postcode\":\"10178\",\"address\":\"18 - 19 Rosenstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Markus Bartenschlager\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Team Accounting\",\"email\":\"accounting@digitalchargingsolutions.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":600,\"total\":839}}"} 
[2025-07-17 19:08:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":635,\"name\":\"Khasanov Tamerlan\",\"businessName\":\"Khasanov Tamerlan\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kampenhout\",\"postcode\":\"1910\",\"address\":\"Schuermansstraat 41\",\"lastUpdatedAt\":\"2024-12-02T15:12:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":636,\"name\":\"Raf Sodermans\",\"businessName\":\"Raf Sodermans\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Schutteweide 26\",\"lastUpdatedAt\":\"2024-12-02T15:13:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":637,\"name\":\"EMSP- Greenflux Assets B.V.\",\"businessName\":\"EMSP- Greenflux Assets B.V.\",\"regNo\":\"55511171\",\"vatNo\":\"NL851745052B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1096 CJ\",\"address\":\"Joan Muyskenweg 22, 1st floor\",\"lastUpdatedAt\":\"2025-03-27T09:37:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter van Zuylen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"emobility Invoices\",\"email\":\"emobility-invoices@dkv-mobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":638,\"name\":\"EMSP- Route220 S.R.L.\",\"businessName\":\"EMSP- Route220 S.R.L.\",\"regNo\":\"08671940966\",\"vatNo\":\"IT08671940966\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20123\",\"address\":\"Via Giosu\\u00e8 Carducci 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carolina Solcia\",\"email\":\"admin@route220.it\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing & Accounting Route220\",\"email\":\"admin@route220.it\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":641,\"name\":\"Erik Saerens\",\"businessName\":\"Erik Saerens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merchtem\",\"postcode\":\"1785\",\"address\":\"Onze Lieve Vrouwstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Saerens\",\"email\":\"saerens.vdb@skynet.be\",\"phone\":\"+32485 55 58 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":645,\"name\":\"CPO - Freshmile Services\",\"businessName\":\"CPO - Freshmile Services\",\"regNo\":\"818 611 220\",\"vatNo\":\"FR88818611220\",\"country\":\"FR\",\"region\":null,\"city\":\"Entzheim\",\"postcode\":\"67960\",\"address\":\"B\\u00e2timent Bl\\u00e9riot A\\u00e9roport Strasbourg Entzheim\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":\"(+33) 3 68 78 14 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":646,\"name\":\"CPO - ZE-WATT\",\"businessName\":\"CPO - ZE-WATT\",\"regNo\":\"810842294\",\"vatNo\":\"FR82810842294\",\"country\":\"FR\",\"region\":null,\"city\":\"Lab\\u00e8ge\",\"postcode\":\"31670\",\"address\":\"1862 Route de Bazi\\u00e8ge la Lauragaise 31670\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":647,\"name\":\"CPO - ConnectNed B.V.\",\"businessName\":\"CPO - ConnectNed B.V.\",\"regNo\":\"82139709\",\"vatNo\":\"NL862351303B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Veenendaal\",\"postcode\":\"3903LM\",\"address\":\"15 De Smalle Zijde\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ton de Win\",\"email\":null,\"phone\":\"(+31) 8 50 50 95 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":648,\"name\":\"CPO - WattzHub\",\"businessName\":\"CPO - WattzHub\",\"regNo\":\"894518695\",\"vatNo\":\"FR75894518695\",\"country\":\"FR\",\"region\":null,\"city\":\"Gif-sur-Yvette\",\"postcode\":\"91190\",\"address\":\"All\\u00e9e de la mare Jodoin 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bencharfeddine Habiba\",\"email\":\"habiba.bencharfeddine@continuousnet.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":649,\"name\":\"CPO - Bump SAS\",\"businessName\":\"CPO - Bump SAS\",\"regNo\":\"897849923\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montreuil\",\"postcode\":\"93100\",\"address\":\"rue Voltaire 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Velev Hristo\",\"email\":\"hristo.velev@ampeco.global\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":650,\"name\":\"EMSP- Mobilygreen SAS\",\"businessName\":\"EMSP- Mobilygreen SAS\",\"regNo\":\"522546548\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Montaigut Sur Save\",\"postcode\":\"31530\",\"address\":\"Chemin Bel Air 1776\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Colmar Eric\",\"email\":\"ecolmar@mobilygreen.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":651,\"name\":\"CPO - Shell EV Charging Solutions B.V.\",\"businessName\":\"CPO - Shell EV Charging Solutions B.V.\",\"regNo\":\"32158064\",\"vatNo\":\"NL821197782B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013 BC\",\"address\":\"20 Rigakade\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Hatzidemou\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Carole Pierrot\",\"email\":\"Carole.C.Pierrot@shell.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"roaming_invoice@shellrecharge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":652,\"name\":\"CPO - PERETTI GROUPE SARL\",\"businessName\":\"CPO - PERETTI GROUPE SARL\",\"regNo\":\"884201062\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Marseille\",\"postcode\":\"13009\",\"address\":\"74 rue Emile Zola\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peretti Damien\",\"email\":\"damien.peretti@perettigroupe.fr\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":653,\"name\":\"CPO - Load Stations SAS\",\"businessName\":\"CPO - Load Stations SAS\",\"regNo\":\"920266608\",\"vatNo\":\"FR95920266608\",\"country\":\"FR\",\"region\":null,\"city\":\"N\\u00eemes\",\"postcode\":\"30000\",\"address\":\"442 Georges Besses\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Virgile Arene\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":654,\"name\":\"CPO - Electromaps S.L.\",\"businessName\":\"CPO - Electromaps S.L.\",\"regNo\":\"B-66513524\",\"vatNo\":\"ESB66513524\",\"country\":\"ES\",\"region\":null,\"city\":\"Barcelona\",\"postcode\":\"08038\",\"address\":\"68 - 1C Carrer del Foc 08038 , Barcelona\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Oscar\",\"email\":\"accounts@electromaps.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":655,\"name\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"businessName\":\"CPO - ChargePoint Network (Netherlands) B.V.\",\"regNo\":\"66828147\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1101 BE\",\"address\":\"56 E Hoogoorddreef\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christopher Burghardt\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brown Daniel\",\"email\":\"daniel.brown@chargepoint.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Roehrenbeck Birgit\",\"email\":\"euroaming@chargepoint.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":656,\"name\":\"CPO - Robo Charge B.V.\",\"businessName\":\"CPO - Robo Charge B.V.\",\"regNo\":\"78029139\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Druten\",\"postcode\":\"6651 KH\",\"address\":\"123 Van Heemstraweg\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lubbers Nico\",\"email\":\"nico@robo-charge.com\",\"phone\":\"(+31) 6 10 91 42 10\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"invoice@robo-charge.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":657,\"name\":\"CPO - Diego Luxembourg\",\"businessName\":\"CPO - Diego Luxembourg\",\"regNo\":\"B-261587\",\"vatNo\":\"LU33537523\",\"country\":\"LU\",\"region\":null,\"city\":\"Bertrange\",\"postcode\":\"L-8070\",\"address\":\"29 du Puits Romain\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Blauwart Arnaud\",\"email\":\"arnaud.blauwart@mydiego.lu\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Vincent Lekens Accounting\",\"email\":\"accounting@mydiego.lu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":658,\"name\":\"CPO - Monta ApS\",\"businessName\":\"CPO - Monta ApS\",\"regNo\":\"41668385\",\"vatNo\":null,\"country\":\"DK\",\"region\":null,\"city\":\"Copenhagen\",\"postcode\":\"2100\",\"address\":\"122 Strandboulevarden\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nedadahandeh Puya\",\"email\":\"pn@monta.app\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":659,\"name\":\"CPO - NRG Accounting BV\",\"businessName\":\"CPO - NRG Accounting BV\",\"regNo\":null,\"vatNo\":\"NL861150132B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1043 EJ\",\"address\":\"110 Teleportboulevard\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jordi Leijnse\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null},\"technical\":{\"contactPerson\":\"Rietman Harald\",\"email\":\"harald.rietman@ihomer.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Leijnse Jordi\",\"email\":\"jordi@nrgaccounting.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":663,\"name\":\"S.U.L.T.A.N. B.V\",\"businessName\":\"S.U.L.T.A.N. B.V\",\"regNo\":\"0755563484\",\"vatNo\":\"BE0755563484\",\"country\":\"BE\",\"region\":null,\"city\":\"Hulshout\",\"postcode\":\"2235\",\"address\":\"Hoogzand 30\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yasin Ozturk\",\"email\":\"ysn.ozturk87@gmail.com\",\"phone\":\"+32485005142\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":665,\"name\":\"Daeze Angelique\",\"businessName\":\"Daeze Angelique\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Roskamstraat 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daeze Angelique\",\"email\":\"angeliquedaeze@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":674,\"name\":\"Anil & Naresh - App Development Blulinc\",\"businessName\":\"Anil & Naresh - App Development Blulinc\",\"regNo\":\"BE00123456789\",\"vatNo\":\"0123456\",\"country\":\"BE\",\"region\":\"Oast-Vlaanderen\",\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Laarnebaan 106b\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Naresh Kumar\",\"email\":\"ak0506493@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":676,\"name\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"businessName\":\"CPO - Eiffage Energie Syst\\u00e8mes\",\"regNo\":\"388 758 708 00076\",\"vatNo\":\"FR31388758708\",\"country\":\"FR\",\"region\":null,\"city\":\"BAVILLIERS\",\"postcode\":\"90800\",\"address\":\"Zone Industrielle\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tun UNLU\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":677,\"name\":\"CPO - SEW Solutions GmbH\",\"businessName\":\"CPO - SEW Solutions GmbH\",\"regNo\":\"HRB 743660\",\"vatNo\":\"DE350399349\",\"country\":\"DE\",\"region\":null,\"city\":\"Ravensburg\",\"postcode\":\"88213\",\"address\":\"Stra\\u00dfe 14 Wilhelm-Brielmayer\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Manfred Frick und Andreas Kessler\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+49) 7 51 99 43 87 0\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":678,\"name\":\"CPO - Volt-Up\",\"businessName\":\"CPO - Volt-Up\",\"regNo\":\"B246172\",\"vatNo\":\"LU32451925\",\"country\":\"LU\",\"region\":null,\"city\":\"Livange\",\"postcode\":\"L-3378\",\"address\":\"3 rue de Turi\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Massimo Russo\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoicing Voltup\",\"email\":\"administration@voltup.eu\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":679,\"name\":\"CPO - Floading Energy Infra\",\"businessName\":\"CPO - Floading Energy Infra\",\"regNo\":\"NL859649994B01\",\"vatNo\":\"NL859649994B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Arnhem\",\"postcode\":\"6827\",\"address\":\"73 Westervoortsedijk\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arnaud van der Sluis\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Floading Invoicing Team\",\"email\":\"administration@floading.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":680,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":\"BE 0797.981.188\",\"vatNo\":\"0797.981.188\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ren\\u00e9 Ryckaert\",\"email\":\"reneryckaert@icloud.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":682,\"name\":\"New Hair Club\",\"businessName\":\"New Hair Club\",\"regNo\":null,\"vatNo\":\"BE0589744756\",\"country\":\"BE\",\"region\":null,\"city\":\"De Pinte\",\"postcode\":\"9840\",\"address\":\"Zuidstationstraat  16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":684,\"name\":\"Anne Clarysse\",\"businessName\":\"Anne Clarysse\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Beukendreef 13, 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":696,\"name\":\"CPO - Blink Charging Belgium (SA)\",\"businessName\":\"CPO - Blink Charging Belgium (SA)\",\"regNo\":\"0833.034.020\",\"vatNo\":\"BE 0833.034.020\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Posthoflei 3\\/4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Van Schap\",\"email\":\"interop@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"technical\":{\"contactPerson\":\"Support\",\"email\":\"servicedesk@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"},\"billing\":{\"contactPerson\":\"Saskia Laperre\",\"email\":\"office@bluecorner.be\",\"phone\":\"+32 3 337 38 30\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":698,\"name\":\"STX Commodities BV\",\"businessName\":\"STX INT\",\"regNo\":\"0797.789.960\",\"vatNo\":\"BE 0797.789.960\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Louizalaan 475\",\"lastUpdatedAt\":\"2025-01-17T10:36:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Jan Wesselink\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Brandon Palmers\",\"email\":\"Brandon.Palmers@stxgroup.com\",\"phone\":\"+31 6 15 58 45 51\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":350},{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":714,\"name\":\"CPO - BV Smart parking Solutions\",\"businessName\":\"CPO - BV Smart parking Solutions\",\"regNo\":\"BE 0539.751.253\",\"vatNo\":\"0539.751.253\",\"country\":\"BE\",\"region\":null,\"city\":\"Bertem\",\"postcode\":\"3061\",\"address\":\"Dorpstraat 570\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@groupbeyers.com\",\"phone\":\"003223038869\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"info@smartparkingsolutions.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":715,\"name\":\"CPO - Ebee Smart Technologies GmbH\",\"businessName\":\"CPO - Ebee Smart Technologies GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":716,\"name\":\"CPO - Zemovi BV\",\"businessName\":\"CPO - Zemovi BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"'s-Gravenhage\",\"postcode\":\"2517 KT\",\"address\":\"Scheveningseweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Chu\",\"email\":\"danny@zemovi.com\",\"phone\":\"+31850602419\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@zemovi.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Hafid Salhi\",\"email\":\"billing@zemovi.com\",\"phone\":\"+31(0)85 060 8489\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":717,\"name\":\"CPO - eCarUp\",\"businessName\":\"CPO - eCarUp\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"cornel.beeler@ecarup.com\",\"phone\":\"+41415101717\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@ecarup.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Cornel Beeler\",\"email\":\"invoice@ecarup.com\",\"phone\":\"+41415101717\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":718,\"name\":\"CPO - Porsche Sales and Marketplace GmbH\",\"businessName\":\"CPO - Porsche Sales and Marketplace GmbH\",\"regNo\":\"HRB730595\",\"vatNo\":\"DE815578978\",\"country\":\"DE\",\"region\":null,\"city\":\"Stuttgart\",\"postcode\":null,\"address\":\"1 Porscheplatz\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":719,\"name\":\"CPO - reev GmbH\",\"businessName\":\"CPO - reev GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"M\\u00fcnchen\",\"postcode\":\"80335\",\"address\":\"Sandstra\\u00dfe 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Eduard Schlutius\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":723,\"name\":\"CPO - Schneider Electric GmbH\",\"businessName\":\"CPO - Schneider Electric GmbH\",\"regNo\":null,\"vatNo\":null,\"country\":\"DE\",\"region\":null,\"city\":\"Ratingen\",\"postcode\":\"40880\",\"address\":\"Gothaer Str. 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Stoye\",\"email\":\"tim.stoye@se.com\",\"phone\":\"+49 30 238884 240\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@inno2fleet.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Evelyn Str\\u00fcbing\",\"email\":\"invoice@inno2fleet.com\",\"phone\":\"+ 49 30 238884 240\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":724,\"name\":\"CPO - Eneco eMobility B.V.\",\"businessName\":\"CPO - Eneco eMobility B.V.\",\"regNo\":\"70990921\",\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Rotterdam\",\"postcode\":\"3013AA\",\"address\":\"30K Delftseplein\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":null,\"email\":\"jan.sass2@eneco.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":725,\"name\":\"CPO - iLumen\",\"businessName\":\"CPO - iLumen\",\"regNo\":\"0846.015.786\",\"vatNo\":\"BE 0846.015.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Tessenderlo\",\"postcode\":\"3980\",\"address\":\"Ambachtsstraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Wuyts\",\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":\"+32 13 220 200\"},\"technical\":{\"contactPerson\":null,\"email\":\"peter.wuyts@ilumen.solar\",\"phone\":null},\"billing\":{\"contactPerson\":\"Stefanie Van Eynde\",\"email\":\"invoices@ilumen.be\",\"phone\":\"+32 13 22 02 51\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":726,\"name\":\"CPO - Picoty SAS\",\"businessName\":\"CPO - Picoty SAS\",\"regNo\":\"77734738600057\",\"vatNo\":\"FR83777347386\",\"country\":\"FR\",\"region\":null,\"city\":\"La Souterraine\",\"postcode\":\"23300\",\"address\":\"Rue Andr\\u00e9 et Guy Picoty\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel PICOTY\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":\"(+33) 5 55 89 38 05\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":727,\"name\":\"EMSP- Tap Electric B.V.\",\"businessName\":\"EMSP- Tap Electric B.V.\",\"regNo\":\"80990819\",\"vatNo\":\"NL861879764B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1016 AC\",\"address\":\"262-A Singel\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dan Pezim\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Dan Pezim\",\"email\":\"dan@tapelectric.app\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":728,\"name\":\"CPO - SJS Services SAS\",\"businessName\":\"CPO - SJS Services SAS\",\"regNo\":\"84470864400019\",\"vatNo\":\"FR71844708644\",\"country\":\"FR\",\"region\":null,\"city\":\"Chatellerault\",\"postcode\":\"86100\",\"address\":\"69 Chemin du Marais\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jerome Princ\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":729,\"name\":\"CPO - Obornes SASU\",\"businessName\":\"CPO - Obornes SASU\",\"regNo\":null,\"vatNo\":\"817481658\",\"country\":\"BE\",\"region\":null,\"city\":\"Aix-en-Provence\",\"postcode\":\"13100\",\"address\":\"550 Rue Pierre Berthier\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dourassoff\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":735,\"name\":\"CPO - E.ON Drive\",\"businessName\":\"CPO - E.ON Drive\",\"regNo\":\"HRB 28154\",\"vatNo\":\"DE312801142\",\"country\":\"DE\",\"region\":null,\"city\":\"Munchen\",\"postcode\":\"80634\",\"address\":\"203 Arnulfstra\\u00dfe\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mathias Wiecher\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Roaming & Partner Management Team EDRI\",\"email\":\"roaming@edri.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":736,\"name\":\"CPO - Iberdrola\",\"businessName\":\"CPO - Iberdrola\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Miguel Recuenco\",\"email\":\"mrecuenco@iberdrola.es\",\"phone\":\"+34900929293\"},\"technical\":{\"contactPerson\":null,\"email\":\"smartmobility@tuiberdrola.es\",\"phone\":null},\"billing\":{\"contactPerson\":\"Mar\\u00eda \\u00c1ngeles Diaz Bueno\",\"email\":\"roaming@iberdrola.es\",\"phone\":\"+34900929293\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":700,\"total\":839}}"} 
[2025-07-17 19:08:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":738,\"name\":\"EMSP- Vandebron Energie B.V.\",\"businessName\":\"EMSP- Vandebron Energie B.V.\",\"regNo\":\"59394218\",\"vatNo\":\"NL853458194B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Amsterdam\",\"postcode\":\"1013KS\",\"address\":\"2a-2h Grote Bickersstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remco Wilcke\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Rowald Oosterkamp\",\"email\":\"ev-facturen@vandebron.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":740,\"name\":\"Embridge Belgium BV\",\"businessName\":\"M-Tech NV - Embridge\",\"regNo\":null,\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-17T14:27:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michiel Boodts\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":745,\"name\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"businessName\":\"CPO - Iberdrola | bp pulse (Charging Together)\",\"regNo\":null,\"vatNo\":null,\"country\":\"ES\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"technical\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":\"+34 900 999 199\"},\"billing\":{\"contactPerson\":\"R\\u00e9my Blervaque\",\"email\":\"remy.blervaque@chargingtogether.es\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":746,\"name\":\"CPO - Atlante Energy\",\"businessName\":\"CPO - Atlante Energy\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tommaso Cresti\",\"email\":\"tommaso.cresti@atlante.energy\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":\"operation@atlante.energy\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice Atlante\",\"email\":\"invoices@atlante.energy\",\"phone\":\"+39 344 3437928\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":747,\"name\":\"CPO - Powy (TheF Charging S.r.l.)\",\"businessName\":\"CPO - Powy (TheF Charging S.r.l.)\",\"regNo\":null,\"vatNo\":null,\"country\":\"IT\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicol\\u00f2 Brentan\",\"email\":\"nicolo.brentan@powy.energy\",\"phone\":\"+39 800 596 704\"},\"technical\":{\"contactPerson\":\"Matteo Scaglia\",\"email\":\"matteo.scaglia@powy.energy\",\"phone\":\"+39 345 047 1604\"},\"billing\":{\"contactPerson\":\"assistenza@powy.energy\",\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":748,\"name\":\"CPO - Enel X Way Italia\",\"businessName\":\"CPO - Enel X Way Italia\",\"regNo\":\"IT14553401002\",\"vatNo\":\"IT14553401002\",\"country\":\"BE\",\"region\":null,\"city\":\"Roma\",\"postcode\":\"00189\",\"address\":\"Via Flaminia 970\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"technical\":{\"contactPerson\":\"Jan Sass\",\"email\":\"jan.sass2@eneco.com\",\"phone\":\"+31643227375\"},\"billing\":{\"contactPerson\":\"Finance Eneco eMobility\",\"email\":\"finance@eneco-emobility.com\",\"phone\":\"+31881707700\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":749,\"name\":\"CPO - Chargecloud GmbH\",\"businessName\":\"CPO - Chargecloud GmbH\",\"regNo\":\"DE309400054\",\"vatNo\":\"DE309400054\",\"country\":\"DE\",\"region\":null,\"city\":\"K\\u00f6ln\",\"postcode\":\"50672\",\"address\":\"Erftstra\\u00dfe 15\\u201317\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claudia Eder\",\"email\":\"roaming@chargecloud.de\",\"phone\":\"+4922129272500\"},\"technical\":{\"contactPerson\":null,\"email\":\"support@chargecloud.de\",\"phone\":\"+4922129272500\"},\"billing\":{\"contactPerson\":\"Markus Bach\",\"email\":\"accounting@chargecloud.de\",\"phone\":\"+4922129272500\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":750,\"name\":\"Hauset Immo NV\",\"businessName\":\"Hauset Immo NV\",\"regNo\":\"0417.032.791\",\"vatNo\":\"BE 0417.032.791\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Veldkant 2\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"0475 92 08 98\"},\"technical\":{\"contactPerson\":\"E Heuten\",\"email\":\"e.heuten@immogra.com\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":751,\"name\":\"Dirk meert\",\"businessName\":\"Dirk meert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"Aalst\",\"address\":\"Hof ter Lokerenstraat 38\",\"lastUpdatedAt\":\"2024-12-02T15:38:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":759,\"name\":\"Altensys\",\"businessName\":\"EMSP- ALTENSYS\",\"regNo\":\"90018325200015\",\"vatNo\":\"FR25900183252\",\"country\":\"FR\",\"region\":null,\"city\":\"Ajaccio\",\"postcode\":\"20000\",\"address\":\"51 cours Napol\\u00e9on\",\"lastUpdatedAt\":\"2024-11-07T09:56:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phanie Masson\",\"email\":\"s.masson@altensys.fr\",\"phone\":\"+33 6 64 96 56 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":768,\"name\":\"Jean Colle\",\"businessName\":\"Jean Colle\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-26T13:04:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":772,\"name\":\"Pieter Bergez\",\"businessName\":\"Pieter Bergez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-02T14:05:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":774,\"name\":\"Service & Development  Group Belgium NV\",\"businessName\":\"Service & Development  Group Belgium NV\",\"regNo\":\"0415.874.533\",\"vatNo\":\"BE 0415.874.533\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint Denijs Westrem\",\"postcode\":\"9051\",\"address\":\"Kortrijksesteenweg 1052 D\",\"lastUpdatedAt\":\"2025-06-06T08:17:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"w.coppens@immogra.com\",\"phone\":\"+32 475 920 898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":785,\"name\":\"Polygon Belgium NV - Public\",\"businessName\":\"Polygon Belgium NV - Public\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1200,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":786,\"name\":\"EMSP- Enapi\",\"businessName\":\"EMSP- Enapi\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-23T14:20:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":794,\"name\":\"Better IT Support bvba\",\"businessName\":\"Better IT Support bvba\",\"regNo\":null,\"vatNo\":\"BE0884.277.437\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Genesius-Rode\",\"postcode\":\"1640\",\"address\":\"Marosdelle 5\",\"lastUpdatedAt\":\"2025-01-20T15:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":800,\"name\":\"VDZ bv\",\"businessName\":\"Plug 15\",\"regNo\":\"0436.378.452\",\"vatNo\":\"BE0436.378.452\",\"country\":\"BE\",\"region\":null,\"city\":\"Lendelede\",\"postcode\":\"8860\",\"address\":\"Rozebeeksestraat 103\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lowie Devriendt\",\"email\":\"lowie.devriendt@vdz.be\",\"phone\":\"0479221868\"},\"technical\":{\"contactPerson\":\"Maxim vroman\",\"email\":\"maxim@vdz.be\",\"phone\":\"32474859585\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":801,\"name\":\"EMSP- WeVee Technologies Ltd.\",\"businessName\":\"EMSP- WeVee Technologies Ltd.\",\"regNo\":\"13427704\",\"vatNo\":\"386900859\",\"country\":\"GB\",\"region\":null,\"city\":\"London\",\"postcode\":\"W6 0NB\",\"address\":\"1 Lyric Square\",\"lastUpdatedAt\":\"2025-02-04T13:59:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dr. Rahmyn Kress\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Francesca Spengos\",\"email\":\"f@wevee.com\",\"phone\":\"+30 694 418 0518\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":802,\"name\":\"E-Shore S.r.l.\",\"businessName\":\"CPO - E-Shore\",\"regNo\":\"02382770507\",\"vatNo\":\"IT02382770507\",\"country\":\"IT\",\"region\":null,\"city\":\"Milano\",\"postcode\":\"20122\",\"address\":\"5 Pietro Cossa\",\"lastUpdatedAt\":\"2025-02-04T14:04:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marco Maria Mele\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Vanessa Barbini\",\"email\":\"segreteria@eshoremobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Team EShore\",\"email\":\"accounting@eshoremobility.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":803,\"name\":\"A\\u00e9roports de la C\\u00f4te d'Azur\",\"businessName\":\"CPO - A\\u00e9roports de la C\\u00f4te d'Azur\",\"regNo\":\"493479489\",\"vatNo\":\"FR35493479489\",\"country\":\"IT\",\"region\":null,\"city\":\"NICE Cedex 3\",\"postcode\":\"06206\",\"address\":\"19 Rue Costes et Bellonte - CS 63331\",\"lastUpdatedAt\":\"2025-02-04T14:13:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Franck GOLDNADEL\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Michele Lamasse\",\"email\":\"michele.lamasse@cote-azur.aeroport.fr\",\"phone\":\"+33 4 93 21 32 82\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":804,\"name\":\"Voltalia Mobility (Yusco) SA\",\"businessName\":\"CPO - Le Plein\",\"regNo\":\"982531527\",\"vatNo\":\"FR12982531527\",\"country\":\"FR\",\"region\":null,\"city\":\"Paris\",\"postcode\":\"75003\",\"address\":\"84 Boulevard de S\\u00e9bastopol\",\"lastUpdatedAt\":\"2025-02-04T14:24:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Lebrun\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Benjamin Lalin\",\"email\":\"benjamin.lalin@voltalia-mobility.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"\\u00c9quipe comptable Yusco\",\"email\":\"compta@yusco.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":813,\"name\":\"Group Projecten BV\",\"businessName\":\"EMSP- Group Projecten\",\"regNo\":\"0795634085\",\"vatNo\":\"BE0795634085\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 81\",\"lastUpdatedAt\":\"2025-02-18T09:20:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"De Swaef Alex\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Christa Van De Slycke\",\"email\":\"hello@gridctrl.io\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":814,\"name\":\"Pleevi SRL\",\"businessName\":\"Pleevi.ai\",\"regNo\":\"1017.187.332\",\"vatNo\":\"BE1017.187.332\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Boulevard du Roi Albert II 4\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Lagae\",\"email\":\"Wout.Lagae@pleevi.ai\",\"phone\":\"+32 479 27 61 89\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":815,\"name\":\"PowerGoodies\",\"businessName\":\"PowerGoodies\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-02-24T08:49:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":821,\"name\":\"Johan Joseph\",\"businessName\":\"Johan Joseph\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 18, 2930 Brasschaat\",\"lastUpdatedAt\":\"2025-02-28T08:58:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":822,\"name\":\"Tony Graziano\",\"businessName\":\"Tony Graziano\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Karlsruhelaan 20, 2400 Mol\",\"lastUpdatedAt\":\"2025-02-28T12:39:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":824,\"name\":\"TandemDrive Services B.V.\",\"businessName\":\"TandemDrive Services\",\"regNo\":null,\"vatNo\":\"NL865400684B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Delft\",\"postcode\":\"2627AB\",\"address\":\"Hooikade 13\",\"lastUpdatedAt\":\"2025-03-04T10:05:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maarten Ari\\u00ebns\",\"email\":\"maartenariens@tandemdrive.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":827,\"name\":\"Rainer Klose\",\"businessName\":\"Rainer Klose\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Van Geertstraat 17\\/3, 2060 Antwerpen\",\"lastUpdatedAt\":\"2025-03-06T15:14:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":828,\"name\":\"Piet Scherrens\",\"businessName\":\"Piet Scherrens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-10T14:07:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":832,\"name\":\"Ann Creve\",\"businessName\":\"Ann Creve\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-03-14T15:06:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Creve\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":836,\"name\":\"Chargit B.V.\",\"businessName\":\"EMSP- Chargit B.V.\",\"regNo\":null,\"vatNo\":\"NL863096414B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Nijmegen\",\"postcode\":\"6511EV\",\"address\":\"Nassausingel 4\",\"lastUpdatedAt\":\"2025-03-31T12:41:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":\"Leo Konings\",\"email\":\"leo.konings@chargit.nl\",\"phone\":null},\"billing\":{\"contactPerson\":\"Rik Sebens\",\"email\":\"rik.sebens@chargit.nl\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":837,\"name\":\"CPO - MoveYou B.V.\",\"businessName\":\"CPO - MoveYou B.V.\",\"regNo\":null,\"vatNo\":\"NL858013563B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Franeker\",\"postcode\":\"8802PV\",\"address\":\"Het Want 3\",\"lastUpdatedAt\":\"2025-03-26T11:50:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Robert de Vries\",\"email\":\"roaming@moveyou.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":844,\"name\":\"Georgios Evangelou\",\"businessName\":\"Georgios Evangelou\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-04-14T10:42:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":800,\"total\":839}}"} 
[2025-07-17 19:08:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0 {"status":200,"body":"{\"data\":[{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":861,\"name\":\"Evolut-ion services bv\",\"businessName\":\"EMSP- Evolut-ion\",\"regNo\":\"0764.959.519\",\"vatNo\":\"BE0764.959.519\",\"country\":\"BE\",\"region\":null,\"city\":\"Buggenhout\",\"postcode\":\"9255\",\"address\":\"Heideveld 26\",\"lastUpdatedAt\":\"2025-06-02T12:54:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"technical\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null},\"billing\":{\"contactPerson\":\"Joeri Geukens\",\"email\":\"joeri.geukens@evolut-ion.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":863,\"name\":\"Copackr.Com\",\"businessName\":\"Copackr\",\"regNo\":\"0683.478.925\",\"vatNo\":\"BE 0683.478.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T13:07:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@copackr.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":867,\"name\":\"Annemie Van Hemelrijck\",\"businessName\":\"Annemie Van Hemelrijck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Leest\",\"postcode\":\"2811\",\"address\":\"Molenstraat 18, 2811 Leest\",\"lastUpdatedAt\":\"2025-06-06T07:46:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Annemie Van Hemelrijck\",\"email\":\"annemievanhemelrijck@hotmail.com\",\"phone\":\"+32496596782\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":869,\"name\":\"Swish SAS\",\"businessName\":\"EMSP- Swish SAS\",\"regNo\":\"97764942500013\",\"vatNo\":\"FR27977649425\",\"country\":\"FR\",\"region\":null,\"city\":\"Roissy en France\",\"postcode\":\"95700\",\"address\":\"385 rue de la belle \\u00e9toile\",\"lastUpdatedAt\":\"2025-06-11T10:53:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alberto Prendin\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":870,\"name\":\"EVIO - Electrical Mobility\",\"businessName\":\"EMSP- EVIO - Electrical Mobility\",\"regNo\":\"515681890\",\"vatNo\":\"PT515681890\",\"country\":\"PT\",\"region\":null,\"city\":\"Matosinhos\",\"postcode\":\"4450-017\",\"address\":\"1825 Av. Dom Afonso Henriques\",\"lastUpdatedAt\":\"2025-06-11T11:50:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carlos Almeida\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"invoices@go-evio.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":872,\"name\":\"Lily Detrez\",\"businessName\":\"Lily Detrez\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Heverlee\",\"postcode\":\"3050\",\"address\":\"Fonteinstraat 38\",\"lastUpdatedAt\":\"2025-06-17T09:37:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":874,\"name\":\"Abattoir\",\"businessName\":\"Abattoir\",\"regNo\":\"0425.276.704\",\"vatNo\":\"BE 0425.276.704\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Ropsy Chaudron 24\",\"lastUpdatedAt\":\"2025-06-25T10:36:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thomas Blancke\",\"email\":\"thomas.blancke@abattoir.be\",\"phone\":\"0472262751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoice@abattoir.be\",\"phone\":\"025215419\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":878,\"name\":\"Ysco\",\"businessName\":\"Ysco\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2025-07-04T11:52:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Peter Dehamers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":880,\"name\":\"ENERANDO Technologies\",\"businessName\":\"CPO - ENERANDO Technologies\",\"regNo\":\"HRB 284630\",\"vatNo\":\"DE361930407\",\"country\":\"DE\",\"region\":null,\"city\":\"Garching\",\"postcode\":\"D-85748\",\"address\":\"Schleissheimer Str. 91a\",\"lastUpdatedAt\":\"2025-07-07T09:20:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Matthias Schmid\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":881,\"name\":\"EMSP- Oriway SAS\",\"businessName\":\"EMSP- Oriway\",\"regNo\":\"95366062800017\",\"vatNo\":\"FR70953660628\",\"country\":\"FR\",\"region\":null,\"city\":\"Saint Gilles Croix de Vie\",\"postcode\":\"85800\",\"address\":\"7 du Vent de Galerne\",\"lastUpdatedAt\":\"2025-07-15T11:57:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Natacha Burahee\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":882,\"name\":\"EMSP- Amano Europe NV\",\"businessName\":\"EMSP- Amano Europe\",\"regNo\":\"0434 751 030\",\"vatNo\":\"BE0434.751.030\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"2 Westerring\",\"lastUpdatedAt\":\"2025-07-15T12:01:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert Peirsman\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":883,\"name\":\"EMSP- autoSense AG\",\"businessName\":\"EMSP- autoSense AG\",\"regNo\":\"CH-020.3.046.019-3\",\"vatNo\":\"CHE-252.080.680\",\"country\":\"CH\",\"region\":null,\"city\":\"Zurich\",\"postcode\":\"8004\",\"address\":\"141 Badenerstrasse\",\"lastUpdatedAt\":\"2025-07-15T12:20:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jaap Vossen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Accounting Department\",\"email\":\"roaming@autosense.ch\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":884,\"name\":\"EMSP- Faroud SAS\",\"businessName\":\"EMSP- Faroud\",\"regNo\":\"98154506400017\",\"vatNo\":\"FR93981545064\",\"country\":\"FR\",\"region\":null,\"city\":\"Asni\\u00e8res sur Seine\",\"postcode\":\"92600\",\"address\":\"7 rue Paul Gillet\",\"lastUpdatedAt\":\"2025-07-15T12:23:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Adrien Navarro\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0},{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"next\":null},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":9,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partners\\/v2.0\",\"per_page\":100,\"to\":839,\"total\":839}}"} 
[2025-07-17 19:08:16] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":9,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"T.vanvlem@netcomsolutions.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-11-30T11:22:05+00:00\",\"acceptedAt\":\"2021-11-30T11:22:05+00:00\",\"userId\":7,\"lastUpdatedAt\":\"2022-08-29T15:49:21+00:00\"},{\"id\":16,\"partnerId\":9,\"sendViaEmail\":true,\"email\":\"bgaltman@netcomsolutions.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-16T22:30:28+00:00\",\"acceptedAt\":\"2021-12-16T22:30:28+00:00\",\"userId\":35,\"lastUpdatedAt\":\"2023-11-30T13:34:18+00:00\"},{\"id\":17,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.vanstappen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-22T08:22:43+00:00\",\"acceptedAt\":\"2021-12-22T08:22:43+00:00\",\"userId\":40,\"lastUpdatedAt\":\"2022-08-29T15:49:53+00:00\"},{\"id\":23,\"partnerId\":26,\"sendViaEmail\":true,\"email\":\"info@hildesmout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T15:08:52+00:00\",\"acceptedAt\":\"2021-12-27T15:08:52+00:00\",\"userId\":47,\"lastUpdatedAt\":\"2022-08-29T15:18:50+00:00\"},{\"id\":27,\"partnerId\":27,\"sendViaEmail\":true,\"email\":\"christophecompeers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T22:45:46+00:00\",\"acceptedAt\":\"2021-12-27T22:45:46+00:00\",\"userId\":19,\"lastUpdatedAt\":\"2022-08-29T15:39:05+00:00\"},{\"id\":28,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"maaike.vandenberghe@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-29T12:23:56+00:00\",\"acceptedAt\":\"2021-12-29T12:23:56+00:00\",\"userId\":51,\"lastUpdatedAt\":\"2021-12-29T12:23:56+00:00\"},{\"id\":30,\"partnerId\":29,\"sendViaEmail\":true,\"email\":\"boekhoudingvervack@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-07T09:39:56+00:00\",\"acceptedAt\":\"2022-01-07T09:39:57+00:00\",\"userId\":57,\"lastUpdatedAt\":\"2023-11-30T14:07:24+00:00\"},{\"id\":37,\"partnerId\":45,\"sendViaEmail\":true,\"email\":\"michael@hairconsultingbymd.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-23T18:06:57+00:00\",\"acceptedAt\":\"2022-01-23T18:06:57+00:00\",\"userId\":64,\"lastUpdatedAt\":\"2023-09-28T13:04:47+00:00\"},{\"id\":38,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"Jeroen.bogaerts@junto.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":66,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":39,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"evelyne.lekime@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":67,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":41,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jan.luyckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:06:50+00:00\",\"acceptedAt\":\"2022-02-01T14:06:50+00:00\",\"userId\":69,\"lastUpdatedAt\":\"2023-01-09T12:53:03+00:00\"},{\"id\":42,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thijs.campe@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:11:45+00:00\",\"acceptedAt\":\"2022-02-01T14:11:45+00:00\",\"userId\":61,\"lastUpdatedAt\":\"2023-01-09T12:53:06+00:00\"},{\"id\":45,\"partnerId\":50,\"sendViaEmail\":true,\"email\":\"kserranne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-09T22:20:16+00:00\",\"acceptedAt\":\"2022-02-09T22:20:16+00:00\",\"userId\":76,\"lastUpdatedAt\":\"2023-11-30T14:11:41+00:00\"},{\"id\":48,\"partnerId\":47,\"sendViaEmail\":true,\"email\":\"ran.ancho@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-15T17:54:58+00:00\",\"acceptedAt\":\"2022-02-15T17:54:58+00:00\",\"userId\":68,\"lastUpdatedAt\":\"2024-05-21T13:40:16+00:00\"},{\"id\":50,\"partnerId\":52,\"sendViaEmail\":true,\"email\":\"callebautdecoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-05T08:30:15+00:00\",\"acceptedAt\":\"2022-03-05T08:30:15+00:00\",\"userId\":84,\"lastUpdatedAt\":\"2023-11-30T14:11:51+00:00\"},{\"id\":52,\"partnerId\":13,\"sendViaEmail\":true,\"email\":\"phistelle@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-08T15:26:41+00:00\",\"acceptedAt\":\"2022-03-08T15:26:41+00:00\",\"userId\":17,\"lastUpdatedAt\":\"2022-08-30T09:00:33+00:00\"},{\"id\":53,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peter.reyniers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-09T14:46:45+00:00\",\"acceptedAt\":\"2022-03-09T14:46:45+00:00\",\"userId\":90,\"lastUpdatedAt\":\"2023-01-09T12:53:28+00:00\"},{\"id\":54,\"partnerId\":53,\"sendViaEmail\":true,\"email\":\"wma.architect@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-10T12:12:33+00:00\",\"acceptedAt\":\"2022-03-10T12:12:33+00:00\",\"userId\":87,\"lastUpdatedAt\":\"2023-11-30T14:12:08+00:00\"},{\"id\":56,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-13T13:43:59+00:00\",\"acceptedAt\":\"2022-03-13T13:43:59+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2023-11-30T14:12:21+00:00\"},{\"id\":58,\"partnerId\":56,\"sendViaEmail\":true,\"email\":\"nick.houthuys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-14T06:55:08+00:00\",\"acceptedAt\":\"2022-03-14T06:55:08+00:00\",\"userId\":80,\"lastUpdatedAt\":\"2023-11-30T14:14:08+00:00\"},{\"id\":60,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"siebe.verheyen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:30:34+00:00\",\"acceptedAt\":\"2022-03-22T11:30:34+00:00\",\"userId\":103,\"lastUpdatedAt\":\"2023-01-09T12:53:32+00:00\"},{\"id\":61,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ewoud.beheydt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:51:46+00:00\",\"acceptedAt\":\"2022-03-22T11:51:46+00:00\",\"userId\":104,\"lastUpdatedAt\":\"2023-11-23T13:58:45+00:00\"},{\"id\":62,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kathleen.sels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T12:46:30+00:00\",\"acceptedAt\":\"2022-03-22T12:46:30+00:00\",\"userId\":105,\"lastUpdatedAt\":\"2023-01-09T12:53:39+00:00\"},{\"id\":63,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"koen.stevens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T13:06:55+00:00\",\"acceptedAt\":\"2022-03-22T13:06:55+00:00\",\"userId\":106,\"lastUpdatedAt\":\"2023-11-23T14:00:12+00:00\"},{\"id\":64,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"jfleconte@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T14:26:36+00:00\",\"acceptedAt\":\"2022-03-22T14:26:36+00:00\",\"userId\":102,\"lastUpdatedAt\":\"2023-01-09T13:03:52+00:00\"},{\"id\":65,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jarne.vanbelleghem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-28T11:37:25+00:00\",\"acceptedAt\":\"2022-03-28T11:37:25+00:00\",\"userId\":115,\"lastUpdatedAt\":\"2023-01-09T12:54:14+00:00\"},{\"id\":66,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-29T13:12:51+00:00\",\"acceptedAt\":\"2022-03-29T13:12:51+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-05-31T11:12:50+00:00\"},{\"id\":68,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"mathieu@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-31T08:37:08+00:00\",\"acceptedAt\":\"2022-03-31T08:37:08+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-05-31T11:12:56+00:00\"},{\"id\":72,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"bob.missoorten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T11:31:15+00:00\",\"acceptedAt\":\"2022-04-04T11:31:15+00:00\",\"userId\":119,\"lastUpdatedAt\":\"2023-01-09T12:54:17+00:00\"},{\"id\":74,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"Hilde.verstraeten@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T13:26:02+00:00\",\"acceptedAt\":\"2022-04-04T13:26:02+00:00\",\"userId\":121,\"lastUpdatedAt\":\"2023-11-30T14:23:34+00:00\"},{\"id\":78,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lode.janssens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-05T13:38:46+00:00\",\"acceptedAt\":\"2022-04-05T13:38:46+00:00\",\"userId\":123,\"lastUpdatedAt\":\"2023-01-09T12:54:20+00:00\"},{\"id\":79,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"g.van.hoey@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T08:44:39+00:00\",\"acceptedAt\":\"2022-04-07T08:44:39+00:00\",\"userId\":111,\"lastUpdatedAt\":\"2023-01-09T13:03:49+00:00\"},{\"id\":82,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"j.vandenberghe@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T14:34:30+00:00\",\"acceptedAt\":\"2022-04-07T14:34:30+00:00\",\"userId\":101,\"lastUpdatedAt\":\"2023-01-09T13:03:45+00:00\"},{\"id\":85,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.billiau@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T10:06:50+00:00\",\"acceptedAt\":\"2022-04-08T10:06:50+00:00\",\"userId\":107,\"lastUpdatedAt\":\"2023-04-03T07:55:21+00:00\"},{\"id\":87,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"s.de.roo@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T11:04:51+00:00\",\"acceptedAt\":\"2022-04-08T11:04:51+00:00\",\"userId\":100,\"lastUpdatedAt\":\"2023-01-09T13:03:43+00:00\"},{\"id\":89,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"caat.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-14T11:26:56+00:00\",\"acceptedAt\":\"2022-04-20T06:57:53+00:00\",\"userId\":131,\"lastUpdatedAt\":\"2022-08-29T14:50:06+00:00\"},{\"id\":92,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"p.mareels@belgacom.net\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-20T13:22:14+00:00\",\"acceptedAt\":\"2022-04-20T13:22:14+00:00\",\"userId\":124,\"lastUpdatedAt\":\"2023-01-31T08:43:38+00:00\"},{\"id\":94,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"l.stoffelen@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-25T15:06:36+00:00\",\"acceptedAt\":\"2022-04-25T15:06:36+00:00\",\"userId\":110,\"lastUpdatedAt\":\"2023-01-09T13:03:37+00:00\"},{\"id\":95,\"partnerId\":82,\"sendViaEmail\":true,\"email\":\"katleen.vdw@aol.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-26T08:02:13+00:00\",\"acceptedAt\":\"2022-04-26T08:02:13+00:00\",\"userId\":79,\"lastUpdatedAt\":\"2023-05-31T09:38:16+00:00\"},{\"id\":105,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:22:01+00:00\",\"acceptedAt\":\"2022-04-30T13:22:01+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-01-09T12:55:00+00:00\"},{\"id\":106,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:23:57+00:00\",\"acceptedAt\":\"2022-04-30T13:23:57+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-11-30T14:25:39+00:00\"},{\"id\":111,\"partnerId\":61,\"sendViaEmail\":true,\"email\":\"carmelo.luparello@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-05T17:28:45+00:00\",\"acceptedAt\":\"2022-05-05T17:28:45+00:00\",\"userId\":116,\"lastUpdatedAt\":\"2023-08-18T09:52:50+00:00\"},{\"id\":112,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"vmeynen@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-06T13:39:21+00:00\",\"acceptedAt\":\"2022-05-06T13:39:21+00:00\",\"userId\":109,\"lastUpdatedAt\":\"2023-01-09T12:55:03+00:00\"},{\"id\":114,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"RFID@mado.be\",\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/65425cbd-2506-47ff-bfb4-2e33e04e7135\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"sent\",\"createdAt\":\"2022-05-06T14:35:26+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-30T14:30:13+00:00\"},{\"id\":120,\"partnerId\":89,\"sendViaEmail\":true,\"email\":\"celgeenen@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T10:00:56+00:00\",\"acceptedAt\":\"2022-05-09T10:00:56+00:00\",\"userId\":145,\"lastUpdatedAt\":\"2023-09-30T06:40:58+00:00\"},{\"id\":121,\"partnerId\":90,\"sendViaEmail\":true,\"email\":\"kris@intwit.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T13:41:39+00:00\",\"acceptedAt\":\"2022-05-09T13:41:39+00:00\",\"userId\":146,\"lastUpdatedAt\":\"2022-08-29T15:01:21+00:00\"},{\"id\":122,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.desmet@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-10T08:44:04+00:00\",\"acceptedAt\":\"2022-05-10T08:44:04+00:00\",\"userId\":147,\"lastUpdatedAt\":\"2023-01-09T12:55:06+00:00\"},{\"id\":125,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ralf.joris@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T05:02:49+00:00\",\"acceptedAt\":\"2022-05-16T05:02:49+00:00\",\"userId\":143,\"lastUpdatedAt\":\"2023-01-09T12:55:09+00:00\"},{\"id\":127,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"hilde@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T09:47:43+00:00\",\"acceptedAt\":\"2022-05-16T09:47:43+00:00\",\"userId\":122,\"lastUpdatedAt\":\"2023-11-30T14:30:26+00:00\"},{\"id\":130,\"partnerId\":84,\"sendViaEmail\":true,\"email\":\"gertvanlaeken@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T17:16:29+00:00\",\"acceptedAt\":\"2022-05-16T17:16:29+00:00\",\"userId\":134,\"lastUpdatedAt\":\"2023-02-08T11:17:05+00:00\"},{\"id\":134,\"partnerId\":51,\"sendViaEmail\":true,\"email\":\"wim@entrie.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-17T16:36:14+00:00\",\"acceptedAt\":\"2022-05-17T16:36:14+00:00\",\"userId\":74,\"lastUpdatedAt\":\"2023-05-31T09:38:34+00:00\"},{\"id\":140,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nielvandingenen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:46:43+00:00\",\"acceptedAt\":\"2022-05-23T11:46:43+00:00\",\"userId\":154,\"lastUpdatedAt\":\"2023-01-09T12:55:14+00:00\"},{\"id\":141,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ine.arits@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:47:17+00:00\",\"acceptedAt\":\"2022-05-23T11:47:17+00:00\",\"userId\":155,\"lastUpdatedAt\":\"2023-11-23T14:05:03+00:00\"},{\"id\":142,\"partnerId\":92,\"sendViaEmail\":true,\"email\":\"koen@montagewinkel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T12:34:39+00:00\",\"acceptedAt\":\"2022-05-23T12:34:39+00:00\",\"userId\":142,\"lastUpdatedAt\":\"2023-05-31T11:30:11+00:00\"},{\"id\":145,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stijn.paulissen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-24T12:24:55+00:00\",\"acceptedAt\":\"2022-05-24T12:24:55+00:00\",\"userId\":160,\"lastUpdatedAt\":\"2023-01-09T12:55:38+00:00\"},{\"id\":146,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stefan.dils@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-25T10:19:27+00:00\",\"acceptedAt\":\"2022-05-25T10:19:27+00:00\",\"userId\":161,\"lastUpdatedAt\":\"2023-01-09T12:55:41+00:00\"},{\"id\":147,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jo.smeyers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T09:40:54+00:00\",\"acceptedAt\":\"2022-05-31T09:40:54+00:00\",\"userId\":162,\"lastUpdatedAt\":\"2023-11-23T14:06:32+00:00\"},{\"id\":148,\"partnerId\":94,\"sendViaEmail\":true,\"email\":\"greetverleyen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T13:27:57+00:00\",\"acceptedAt\":\"2022-05-31T13:27:57+00:00\",\"userId\":163,\"lastUpdatedAt\":\"2023-11-30T15:13:31+00:00\"},{\"id\":149,\"partnerId\":95,\"sendViaEmail\":true,\"email\":\"bart@ibucon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T14:05:24+00:00\",\"acceptedAt\":\"2022-05-31T14:05:24+00:00\",\"userId\":164,\"lastUpdatedAt\":\"2022-08-29T14:28:21+00:00\"},{\"id\":151,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kristoftollet@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:15:40+00:00\",\"acceptedAt\":\"2022-06-03T08:15:40+00:00\",\"userId\":166,\"lastUpdatedAt\":\"2023-01-09T12:55:47+00:00\"},{\"id\":152,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frank.rutten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:58:06+00:00\",\"acceptedAt\":\"2022-06-03T08:58:06+00:00\",\"userId\":167,\"lastUpdatedAt\":\"2023-01-09T12:56:46+00:00\"},{\"id\":153,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wesley.breugelmans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T13:20:31+00:00\",\"acceptedAt\":\"2022-06-03T13:20:31+00:00\",\"userId\":168,\"lastUpdatedAt\":\"2023-01-09T12:56:43+00:00\"},{\"id\":154,\"partnerId\":97,\"sendViaEmail\":true,\"email\":\"jensdv42@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-07T15:40:20+00:00\",\"acceptedAt\":\"2022-06-07T15:40:21+00:00\",\"userId\":170,\"lastUpdatedAt\":\"2022-08-29T14:49:52+00:00\"},{\"id\":155,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"geert.keustermans@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:02:17+00:00\",\"acceptedAt\":\"2022-06-08T09:02:17+00:00\",\"userId\":172,\"lastUpdatedAt\":\"2023-01-09T12:56:39+00:00\"},{\"id\":156,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"caroline.avonds@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:35:56+00:00\",\"acceptedAt\":\"2022-06-08T09:35:56+00:00\",\"userId\":173,\"lastUpdatedAt\":\"2023-01-09T12:56:36+00:00\"},{\"id\":157,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christel.boogaerts@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T12:19:29+00:00\",\"acceptedAt\":\"2022-06-08T12:19:29+00:00\",\"userId\":125,\"lastUpdatedAt\":\"2023-01-09T12:56:33+00:00\"},{\"id\":158,\"partnerId\":98,\"sendViaEmail\":true,\"email\":\"info@renodaf.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T10:33:55+00:00\",\"acceptedAt\":\"2022-06-09T10:33:56+00:00\",\"userId\":174,\"lastUpdatedAt\":\"2023-07-25T07:11:32+00:00\"},{\"id\":159,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T11:08:33+00:00\",\"acceptedAt\":\"2022-06-09T11:08:33+00:00\",\"userId\":175,\"lastUpdatedAt\":\"2022-08-29T14:50:28+00:00\"},{\"id\":161,\"partnerId\":100,\"sendViaEmail\":true,\"email\":\"koen.holvoet2@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T14:25:52+00:00\",\"acceptedAt\":\"2022-06-09T14:25:52+00:00\",\"userId\":177,\"lastUpdatedAt\":\"2023-11-30T15:20:16+00:00\"},{\"id\":163,\"partnerId\":99,\"sendViaEmail\":true,\"email\":\"kevin@buildingconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-13T07:59:15+00:00\",\"acceptedAt\":\"2022-06-13T07:59:15+00:00\",\"userId\":176,\"lastUpdatedAt\":\"2023-11-30T15:20:28+00:00\"},{\"id\":164,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lieven.keuppens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-15T16:05:35+00:00\",\"acceptedAt\":\"2022-06-15T16:05:35+00:00\",\"userId\":113,\"lastUpdatedAt\":\"2023-01-09T12:58:59+00:00\"},{\"id\":165,\"partnerId\":79,\"sendViaEmail\":true,\"email\":\"geertpennewaert@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-18T07:51:29+00:00\",\"acceptedAt\":\"2022-06-18T07:51:29+00:00\",\"userId\":156,\"lastUpdatedAt\":\"2023-11-30T15:21:15+00:00\"},{\"id\":166,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kevin.deblochouse@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-21T10:58:03+00:00\",\"acceptedAt\":\"2022-06-21T10:58:03+00:00\",\"userId\":181,\"lastUpdatedAt\":\"2023-01-09T12:59:03+00:00\"},{\"id\":168,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:53:55+00:00\",\"acceptedAt\":\"2022-06-24T09:53:55+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:53:55+00:00\"},{\"id\":169,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:54:28+00:00\",\"acceptedAt\":\"2022-06-24T09:54:28+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:54:28+00:00\"},{\"id\":170,\"partnerId\":101,\"sendViaEmail\":true,\"email\":\"wim123bisschop@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-27T08:51:23+00:00\",\"acceptedAt\":\"2022-06-27T08:51:23+00:00\",\"userId\":171,\"lastUpdatedAt\":\"2023-11-30T15:23:03+00:00\"},{\"id\":171,\"partnerId\":107,\"sendViaEmail\":true,\"email\":\"scofawom@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T09:42:32+00:00\",\"acceptedAt\":\"2022-06-28T09:42:32+00:00\",\"userId\":183,\"lastUpdatedAt\":\"2023-11-30T15:23:55+00:00\"},{\"id\":172,\"partnerId\":108,\"sendViaEmail\":true,\"email\":\"dheungens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T11:20:23+00:00\",\"acceptedAt\":\"2022-06-28T11:20:23+00:00\",\"userId\":184,\"lastUpdatedAt\":\"2023-11-30T15:24:22+00:00\"},{\"id\":173,\"partnerId\":96,\"sendViaEmail\":true,\"email\":\"freddy.van.lokeren@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-05T11:30:38+00:00\",\"acceptedAt\":\"2022-07-05T11:30:38+00:00\",\"userId\":169,\"lastUpdatedAt\":\"2023-11-30T15:24:52+00:00\"},{\"id\":174,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gino.damen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T11:53:56+00:00\",\"acceptedAt\":\"2022-07-06T11:53:56+00:00\",\"userId\":191,\"lastUpdatedAt\":\"2023-01-09T12:59:06+00:00\"},{\"id\":175,\"partnerId\":110,\"sendViaEmail\":true,\"email\":\"wim.de.blieck@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T12:29:04+00:00\",\"acceptedAt\":\"2022-07-06T12:29:04+00:00\",\"userId\":192,\"lastUpdatedAt\":\"2023-11-30T15:27:55+00:00\"},{\"id\":176,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivan.vanlooveren@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T13:09:51+00:00\",\"acceptedAt\":\"2022-07-06T13:09:51+00:00\",\"userId\":194,\"lastUpdatedAt\":\"2023-01-09T12:59:08+00:00\"},{\"id\":180,\"partnerId\":109,\"sendViaEmail\":true,\"email\":\"info@automationgroup.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-13T08:20:14+00:00\",\"acceptedAt\":\"2022-07-13T08:20:14+00:00\",\"userId\":185,\"lastUpdatedAt\":\"2022-08-29T14:17:24+00:00\"},{\"id\":182,\"partnerId\":198,\"sendViaEmail\":true,\"email\":\"pranaapanabalance@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-25T14:11:22+00:00\",\"acceptedAt\":\"2022-07-25T14:11:22+00:00\",\"userId\":204,\"lastUpdatedAt\":\"2022-08-29T13:26:48+00:00\"},{\"id\":183,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"benny.vanhooydonck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T08:22:41+00:00\",\"acceptedAt\":\"2022-08-04T08:22:41+00:00\",\"userId\":205,\"lastUpdatedAt\":\"2023-04-03T07:55:05+00:00\"},{\"id\":184,\"partnerId\":211,\"sendViaEmail\":true,\"email\":\"kris@krisdepoorter.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T09:03:40+00:00\",\"acceptedAt\":\"2022-08-04T09:03:40+00:00\",\"userId\":206,\"lastUpdatedAt\":\"2023-11-30T15:28:16+00:00\"},{\"id\":185,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ronny.boeckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T08:36:39+00:00\",\"acceptedAt\":\"2022-08-05T08:36:39+00:00\",\"userId\":207,\"lastUpdatedAt\":\"2023-01-09T12:59:15+00:00\"},{\"id\":186,\"partnerId\":197,\"sendViaEmail\":true,\"email\":\"pieter.wyckmans@quinz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T19:15:21+00:00\",\"acceptedAt\":\"2022-08-05T19:15:21+00:00\",\"userId\":200,\"lastUpdatedAt\":\"2022-08-05T19:15:21+00:00\"},{\"id\":187,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"karolien.verwimp@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-08T10:25:42+00:00\",\"acceptedAt\":\"2022-08-08T10:25:42+00:00\",\"userId\":208,\"lastUpdatedAt\":\"2023-01-09T12:59:18+00:00\"},{\"id\":188,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frederic.bonte@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-10T13:00:15+00:00\",\"acceptedAt\":\"2022-08-10T13:00:15+00:00\",\"userId\":211,\"lastUpdatedAt\":\"2023-11-23T14:09:23+00:00\"},{\"id\":192,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"davy.palmans@argeus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-12T12:05:23+00:00\",\"acceptedAt\":\"2022-08-12T12:05:24+00:00\",\"userId\":180,\"lastUpdatedAt\":\"2023-11-30T15:29:25+00:00\"},{\"id\":193,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-25T09:32:51+00:00\",\"acceptedAt\":\"2022-08-25T09:32:51+00:00\",\"userId\":217,\"lastUpdatedAt\":\"2022-08-29T13:34:27+00:00\"},{\"id\":194,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peggy.vanpeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T10:31:45+00:00\",\"acceptedAt\":\"2022-08-29T10:31:45+00:00\",\"userId\":219,\"lastUpdatedAt\":\"2023-01-09T12:59:29+00:00\"},{\"id\":195,\"partnerId\":213,\"sendViaEmail\":true,\"email\":\"yannickveny@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T12:29:12+00:00\",\"acceptedAt\":\"2022-08-29T12:29:12+00:00\",\"userId\":220,\"lastUpdatedAt\":\"2022-08-29T12:29:12+00:00\"},{\"id\":199,\"partnerId\":215,\"sendViaEmail\":true,\"email\":\"bw.services@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-06T08:44:28+00:00\",\"acceptedAt\":\"2022-09-06T08:44:28+00:00\",\"userId\":225,\"lastUpdatedAt\":\"2023-11-30T15:31:50+00:00\"},{\"id\":200,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"pieter.debusser@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-08T14:09:03+00:00\",\"acceptedAt\":\"2022-09-08T14:09:03+00:00\",\"userId\":228,\"lastUpdatedAt\":\"2023-01-09T12:59:32+00:00\"},{\"id\":201,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"guus.strooband@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-12T13:20:12+00:00\",\"acceptedAt\":\"2022-09-12T13:20:12+00:00\",\"userId\":230,\"lastUpdatedAt\":\"2023-08-24T10:42:26+00:00\"},{\"id\":202,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.vandepeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-15T13:18:28+00:00\",\"acceptedAt\":\"2022-09-15T13:18:28+00:00\",\"userId\":234,\"lastUpdatedAt\":\"2023-11-23T14:20:12+00:00\"},{\"id\":203,\"partnerId\":219,\"sendViaEmail\":true,\"email\":\"bart@ledernierdomino.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-17T17:17:31+00:00\",\"acceptedAt\":\"2022-09-17T17:17:31+00:00\",\"userId\":226,\"lastUpdatedAt\":\"2023-11-30T15:32:05+00:00\"},{\"id\":204,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"torre.roosenbroeck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T09:57:11+00:00\",\"acceptedAt\":\"2022-09-19T09:57:11+00:00\",\"userId\":235,\"lastUpdatedAt\":\"2023-01-09T13:00:47+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":12,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":100,\"total\":1122}}"} 
[2025-07-17 19:08:17] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":205,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tina.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T12:18:42+00:00\",\"acceptedAt\":\"2022-09-19T12:18:42+00:00\",\"userId\":224,\"lastUpdatedAt\":\"2022-09-19T12:18:42+00:00\"},{\"id\":206,\"partnerId\":111,\"sendViaEmail\":true,\"email\":\"vanheckeann@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-20T07:32:02+00:00\",\"acceptedAt\":\"2022-09-20T07:32:02+00:00\",\"userId\":193,\"lastUpdatedAt\":\"2022-09-20T07:32:02+00:00\"},{\"id\":207,\"partnerId\":220,\"sendViaEmail\":true,\"email\":\"ronny-smet@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-20T11:21:59+00:00\",\"acceptedAt\":\"2022-09-20T11:21:59+00:00\",\"userId\":237,\"lastUpdatedAt\":\"2023-11-30T15:33:13+00:00\"},{\"id\":208,\"partnerId\":222,\"sendViaEmail\":true,\"email\":\"w.janse@jaleco-havaro.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-20T12:33:18+00:00\",\"acceptedAt\":\"2022-09-20T12:33:18+00:00\",\"userId\":238,\"lastUpdatedAt\":\"2023-11-30T15:33:19+00:00\"},{\"id\":209,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gerrit.blommaert@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-21T11:21:15+00:00\",\"acceptedAt\":\"2022-09-21T11:21:15+00:00\",\"userId\":239,\"lastUpdatedAt\":\"2023-01-09T13:00:51+00:00\"},{\"id\":210,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"dirk.milis@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-28T13:27:47+00:00\",\"acceptedAt\":\"2022-09-28T13:27:47+00:00\",\"userId\":244,\"lastUpdatedAt\":\"2023-01-09T13:00:55+00:00\"},{\"id\":212,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nevena.misovic@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-28T13:42:38+00:00\",\"acceptedAt\":\"2022-09-28T13:42:38+00:00\",\"userId\":245,\"lastUpdatedAt\":\"2023-01-09T13:00:59+00:00\"},{\"id\":218,\"partnerId\":241,\"sendViaEmail\":true,\"email\":\"info@jdbschrijnwerk.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-05T10:45:40+00:00\",\"acceptedAt\":\"2022-10-05T10:45:40+00:00\",\"userId\":246,\"lastUpdatedAt\":\"2023-11-30T15:33:32+00:00\"},{\"id\":219,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"marino.waem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-11T15:04:40+00:00\",\"acceptedAt\":\"2022-10-11T15:04:40+00:00\",\"userId\":247,\"lastUpdatedAt\":\"2023-01-09T13:01:03+00:00\"},{\"id\":220,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lex.berkhout@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-11T15:05:10+00:00\",\"acceptedAt\":\"2022-10-11T15:05:10+00:00\",\"userId\":249,\"lastUpdatedAt\":\"2023-01-09T13:01:08+00:00\"},{\"id\":221,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jonas.baeyens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-11T15:05:41+00:00\",\"acceptedAt\":\"2022-10-11T15:05:41+00:00\",\"userId\":248,\"lastUpdatedAt\":\"2023-01-09T13:01:12+00:00\"},{\"id\":222,\"partnerId\":259,\"sendViaEmail\":true,\"email\":\"carmenverbeke@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-17T11:50:14+00:00\",\"acceptedAt\":\"2022-10-17T11:50:14+00:00\",\"userId\":253,\"lastUpdatedAt\":\"2023-11-30T15:35:36+00:00\"},{\"id\":223,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wim.coessens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-17T13:22:05+00:00\",\"acceptedAt\":\"2022-10-17T13:22:05+00:00\",\"userId\":254,\"lastUpdatedAt\":\"2023-01-09T13:01:17+00:00\"},{\"id\":225,\"partnerId\":260,\"sendViaEmail\":true,\"email\":\"pauldeclercq@curon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-20T10:37:09+00:00\",\"acceptedAt\":\"2022-10-20T10:37:09+00:00\",\"userId\":257,\"lastUpdatedAt\":\"2023-01-09T13:08:01+00:00\"},{\"id\":227,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"walter.beeckmans@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-02T15:40:45+00:00\",\"acceptedAt\":\"2022-11-02T15:40:45+00:00\",\"userId\":267,\"lastUpdatedAt\":\"2023-01-09T13:01:48+00:00\"},{\"id\":228,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.smet@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-03T09:21:42+00:00\",\"acceptedAt\":\"2022-11-03T09:21:42+00:00\",\"userId\":269,\"lastUpdatedAt\":\"2023-01-09T13:01:45+00:00\"},{\"id\":229,\"partnerId\":269,\"sendViaEmail\":true,\"email\":\"rudiziko@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-07T15:30:57+00:00\",\"acceptedAt\":\"2022-11-07T15:30:57+00:00\",\"userId\":271,\"lastUpdatedAt\":\"2023-11-30T15:35:50+00:00\"},{\"id\":230,\"partnerId\":260,\"sendViaEmail\":true,\"email\":\"margotvernijns@curon.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-08T13:05:34+00:00\",\"acceptedAt\":\"2022-11-08T13:05:34+00:00\",\"userId\":273,\"lastUpdatedAt\":\"2023-01-09T13:04:35+00:00\"},{\"id\":231,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ann.schauwers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-08T13:52:21+00:00\",\"acceptedAt\":\"2022-11-08T13:52:21+00:00\",\"userId\":274,\"lastUpdatedAt\":\"2023-01-09T13:01:42+00:00\"},{\"id\":233,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"katleenboydens@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-16T11:19:22+00:00\",\"acceptedAt\":\"2022-11-16T11:19:22+00:00\",\"userId\":277,\"lastUpdatedAt\":\"2023-01-09T13:05:20+00:00\"},{\"id\":235,\"partnerId\":274,\"sendViaEmail\":true,\"email\":\"isabellalaura@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-23T11:58:28+00:00\",\"acceptedAt\":\"2022-11-23T11:58:28+00:00\",\"userId\":283,\"lastUpdatedAt\":\"2023-02-10T14:56:12+00:00\"},{\"id\":236,\"partnerId\":275,\"sendViaEmail\":true,\"email\":\"kristof@immotrix.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-23T13:00:55+00:00\",\"acceptedAt\":\"2022-11-23T13:00:55+00:00\",\"userId\":284,\"lastUpdatedAt\":\"2023-11-30T15:40:37+00:00\"},{\"id\":237,\"partnerId\":276,\"sendViaEmail\":true,\"email\":\"johan.blommaert@btj-service.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-23T16:09:35+00:00\",\"acceptedAt\":\"2022-11-23T16:09:35+00:00\",\"userId\":285,\"lastUpdatedAt\":\"2023-11-30T15:41:18+00:00\"},{\"id\":238,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"tineseyen@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-24T12:54:01+00:00\",\"acceptedAt\":\"2022-11-24T12:54:01+00:00\",\"userId\":288,\"lastUpdatedAt\":\"2023-01-09T13:04:58+00:00\"},{\"id\":239,\"partnerId\":277,\"sendViaEmail\":true,\"email\":\"patrickkerkhofs@konradholding.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-24T16:37:17+00:00\",\"acceptedAt\":\"2022-11-24T16:37:17+00:00\",\"userId\":290,\"lastUpdatedAt\":\"2022-11-24T16:37:17+00:00\"},{\"id\":241,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"dirk.vanroy@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-25T12:11:11+00:00\",\"acceptedAt\":\"2022-11-25T12:11:11+00:00\",\"userId\":292,\"lastUpdatedAt\":\"2023-01-09T13:01:40+00:00\"},{\"id\":243,\"partnerId\":279,\"sendViaEmail\":true,\"email\":\"ewanten@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-30T11:49:59+00:00\",\"acceptedAt\":\"2022-11-30T11:49:59+00:00\",\"userId\":46,\"lastUpdatedAt\":\"2022-11-30T11:49:59+00:00\"},{\"id\":244,\"partnerId\":11,\"sendViaEmail\":true,\"email\":\"eric.stevens@themailingfactory.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-30T16:13:31+00:00\",\"acceptedAt\":\"2022-11-30T16:13:31+00:00\",\"userId\":297,\"lastUpdatedAt\":\"2022-11-30T16:13:31+00:00\"},{\"id\":246,\"partnerId\":281,\"sendViaEmail\":true,\"email\":\"thuisverplegingevi@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-07T12:17:44+00:00\",\"acceptedAt\":\"2022-12-07T12:17:44+00:00\",\"userId\":301,\"lastUpdatedAt\":\"2022-12-07T12:17:44+00:00\"},{\"id\":247,\"partnerId\":282,\"sendViaEmail\":true,\"email\":\"isabelle.verheyen@tandarts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-08T10:49:36+00:00\",\"acceptedAt\":\"2022-12-08T10:49:36+00:00\",\"userId\":294,\"lastUpdatedAt\":\"2022-12-08T10:49:36+00:00\"},{\"id\":248,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"familie.mareels@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-12T09:45:16+00:00\",\"acceptedAt\":\"2022-12-12T09:45:16+00:00\",\"userId\":302,\"lastUpdatedAt\":\"2023-01-31T08:42:25+00:00\"},{\"id\":250,\"partnerId\":284,\"sendViaEmail\":false,\"email\":\"info@padel-idegem.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-16T15:22:59+00:00\",\"acceptedAt\":\"2022-12-16T15:22:59+00:00\",\"userId\":307,\"lastUpdatedAt\":\"2023-11-30T15:43:31+00:00\"},{\"id\":251,\"partnerId\":285,\"sendViaEmail\":false,\"email\":\"ellen.ketsman@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-16T15:36:43+00:00\",\"acceptedAt\":\"2022-12-16T15:36:43+00:00\",\"userId\":308,\"lastUpdatedAt\":\"2023-05-24T11:14:19+00:00\"},{\"id\":252,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christofsandy@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-20T15:31:58+00:00\",\"acceptedAt\":\"2022-12-20T15:31:58+00:00\",\"userId\":305,\"lastUpdatedAt\":\"2023-01-09T13:01:36+00:00\"},{\"id\":253,\"partnerId\":287,\"sendViaEmail\":true,\"email\":\"joel@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-22T14:52:15+00:00\",\"acceptedAt\":\"2022-12-22T14:52:15+00:00\",\"userId\":295,\"lastUpdatedAt\":\"2023-05-31T11:35:19+00:00\"},{\"id\":254,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"pascaldebbaut@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-23T14:26:43+00:00\",\"acceptedAt\":\"2022-12-23T14:26:43+00:00\",\"userId\":310,\"lastUpdatedAt\":\"2023-11-30T15:43:45+00:00\"},{\"id\":255,\"partnerId\":288,\"sendViaEmail\":false,\"email\":\"ludocaberg@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-27T12:04:19+00:00\",\"acceptedAt\":\"2022-12-27T12:04:19+00:00\",\"userId\":311,\"lastUpdatedAt\":\"2023-11-30T15:43:54+00:00\"},{\"id\":256,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"dennis@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-30T15:37:51+00:00\",\"acceptedAt\":\"2022-12-30T15:37:51+00:00\",\"userId\":313,\"lastUpdatedAt\":\"2024-05-31T11:13:00+00:00\"},{\"id\":259,\"partnerId\":294,\"sendViaEmail\":true,\"email\":\"djeylan.dezutter@probis-plus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-10T16:17:17+00:00\",\"acceptedAt\":\"2023-01-10T16:17:17+00:00\",\"userId\":320,\"lastUpdatedAt\":\"2023-01-10T16:17:17+00:00\"},{\"id\":260,\"partnerId\":280,\"sendViaEmail\":true,\"email\":\"ozkanyurdaer@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-11T13:27:31+00:00\",\"acceptedAt\":\"2023-01-11T13:27:31+00:00\",\"userId\":296,\"lastUpdatedAt\":\"2023-11-15T13:35:14+00:00\"},{\"id\":262,\"partnerId\":295,\"sendViaEmail\":true,\"email\":\"mvandenhooft@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-17T10:27:05+00:00\",\"acceptedAt\":\"2023-01-17T10:27:05+00:00\",\"userId\":323,\"lastUpdatedAt\":\"2023-01-17T10:27:05+00:00\"},{\"id\":263,\"partnerId\":296,\"sendViaEmail\":true,\"email\":\"philippe.rooseleer@fibizpartners.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-17T13:53:58+00:00\",\"acceptedAt\":\"2023-01-17T13:53:58+00:00\",\"userId\":318,\"lastUpdatedAt\":\"2023-11-30T15:48:38+00:00\"},{\"id\":264,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"p.vanbelle@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-18T12:42:08+00:00\",\"acceptedAt\":\"2023-01-18T12:42:08+00:00\",\"userId\":327,\"lastUpdatedAt\":\"2023-01-18T12:42:08+00:00\"},{\"id\":265,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"jan.everaert@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T13:21:56+00:00\",\"acceptedAt\":\"2023-01-19T13:21:56+00:00\",\"userId\":330,\"lastUpdatedAt\":\"2023-01-19T13:21:56+00:00\"},{\"id\":266,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"senne.depeuter@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T13:40:58+00:00\",\"acceptedAt\":\"2023-01-19T13:40:58+00:00\",\"userId\":331,\"lastUpdatedAt\":\"2023-01-19T13:40:58+00:00\"},{\"id\":267,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"tuur.depreter@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T13:50:36+00:00\",\"acceptedAt\":\"2023-01-19T13:50:36+00:00\",\"userId\":332,\"lastUpdatedAt\":\"2023-01-19T13:50:36+00:00\"},{\"id\":268,\"partnerId\":298,\"sendViaEmail\":true,\"email\":\"bartel@zenses.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T15:50:16+00:00\",\"acceptedAt\":\"2023-01-19T15:50:16+00:00\",\"userId\":325,\"lastUpdatedAt\":\"2023-02-06T13:22:26+00:00\"},{\"id\":269,\"partnerId\":298,\"sendViaEmail\":true,\"email\":\"pascal@zenses.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T15:51:03+00:00\",\"acceptedAt\":\"2023-01-19T15:51:04+00:00\",\"userId\":333,\"lastUpdatedAt\":\"2023-04-06T14:15:52+00:00\"},{\"id\":271,\"partnerId\":300,\"sendViaEmail\":false,\"email\":\"katgoemaere77@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-20T10:16:44+00:00\",\"acceptedAt\":\"2023-01-20T10:16:44+00:00\",\"userId\":336,\"lastUpdatedAt\":\"2023-01-20T10:16:44+00:00\"},{\"id\":273,\"partnerId\":301,\"sendViaEmail\":false,\"email\":\"chris.phlips@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-20T14:18:23+00:00\",\"acceptedAt\":\"2023-01-20T14:18:23+00:00\",\"userId\":338,\"lastUpdatedAt\":\"2023-01-20T14:18:23+00:00\"},{\"id\":274,\"partnerId\":302,\"sendViaEmail\":true,\"email\":\"autobel@live.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-01-23T14:48:53+00:00\",\"acceptedAt\":\"2023-01-23T14:48:53+00:00\",\"userId\":339,\"lastUpdatedAt\":\"2023-01-23T14:48:53+00:00\"},{\"id\":277,\"partnerId\":303,\"sendViaEmail\":false,\"email\":\"eric.de.bruyn1@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-24T13:55:00+00:00\",\"acceptedAt\":\"2023-01-24T13:55:00+00:00\",\"userId\":343,\"lastUpdatedAt\":\"2023-01-24T13:55:00+00:00\"},{\"id\":281,\"partnerId\":304,\"sendViaEmail\":true,\"email\":\"info@casacava.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-25T11:14:17+00:00\",\"acceptedAt\":\"2023-01-25T11:14:17+00:00\",\"userId\":344,\"lastUpdatedAt\":\"2023-01-25T11:14:17+00:00\"},{\"id\":283,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"dries.vranckx@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-26T09:22:31+00:00\",\"acceptedAt\":\"2023-01-26T09:22:31+00:00\",\"userId\":352,\"lastUpdatedAt\":\"2023-01-26T09:22:31+00:00\"},{\"id\":284,\"partnerId\":305,\"sendViaEmail\":true,\"email\":\"info@cgoconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-27T11:43:18+00:00\",\"acceptedAt\":\"2023-01-27T11:43:18+00:00\",\"userId\":353,\"lastUpdatedAt\":\"2023-01-27T11:43:18+00:00\"},{\"id\":285,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"philippe@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-30T16:21:50+00:00\",\"acceptedAt\":\"2023-01-30T16:21:50+00:00\",\"userId\":355,\"lastUpdatedAt\":\"2023-11-30T12:06:55+00:00\"},{\"id\":286,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pina.debeck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-31T09:39:25+00:00\",\"acceptedAt\":\"2023-01-31T09:39:25+00:00\",\"userId\":356,\"lastUpdatedAt\":\"2023-11-14T15:18:35+00:00\"},{\"id\":287,\"partnerId\":306,\"sendViaEmail\":false,\"email\":\"marcbmddakwerken@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-31T13:11:33+00:00\",\"acceptedAt\":\"2023-01-31T13:11:33+00:00\",\"userId\":357,\"lastUpdatedAt\":\"2023-01-31T13:11:33+00:00\"},{\"id\":288,\"partnerId\":308,\"sendViaEmail\":false,\"email\":\"bart_matth@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-02T16:03:14+00:00\",\"acceptedAt\":\"2023-02-02T16:03:14+00:00\",\"userId\":360,\"lastUpdatedAt\":\"2023-02-02T16:03:14+00:00\"},{\"id\":289,\"partnerId\":310,\"sendViaEmail\":true,\"email\":\"lucdebock@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-02-03T13:07:49+00:00\",\"acceptedAt\":\"2023-02-03T13:07:49+00:00\",\"userId\":359,\"lastUpdatedAt\":\"2023-02-03T13:07:49+00:00\"},{\"id\":290,\"partnerId\":290,\"sendViaEmail\":true,\"email\":\"wdt@wdt.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-04T13:33:23+00:00\",\"acceptedAt\":\"2023-02-04T13:33:23+00:00\",\"userId\":260,\"lastUpdatedAt\":\"2023-11-30T13:32:07+00:00\"},{\"id\":291,\"partnerId\":312,\"sendViaEmail\":false,\"email\":\"tuinenroels@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-09T10:16:27+00:00\",\"acceptedAt\":\"2023-02-09T10:16:27+00:00\",\"userId\":364,\"lastUpdatedAt\":\"2023-02-09T10:16:27+00:00\"},{\"id\":292,\"partnerId\":299,\"sendViaEmail\":true,\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-09T11:44:07+00:00\",\"acceptedAt\":\"2023-02-09T11:44:07+00:00\",\"userId\":335,\"lastUpdatedAt\":\"2023-02-09T11:44:07+00:00\"},{\"id\":294,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"nico.caers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-15T12:03:40+00:00\",\"acceptedAt\":\"2023-02-15T12:03:40+00:00\",\"userId\":376,\"lastUpdatedAt\":\"2023-02-15T12:03:40+00:00\"},{\"id\":295,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"alex.vantilborg@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-15T12:07:23+00:00\",\"acceptedAt\":\"2023-02-15T12:07:23+00:00\",\"userId\":377,\"lastUpdatedAt\":\"2023-02-15T12:07:23+00:00\"},{\"id\":296,\"partnerId\":315,\"sendViaEmail\":false,\"email\":\"vvanvlodrop@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-20T09:55:10+00:00\",\"acceptedAt\":\"2023-02-20T09:55:10+00:00\",\"userId\":383,\"lastUpdatedAt\":\"2023-02-20T09:55:10+00:00\"},{\"id\":297,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"rudi.broos@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T09:22:43+00:00\",\"acceptedAt\":\"2023-02-21T09:22:43+00:00\",\"userId\":384,\"lastUpdatedAt\":\"2023-02-21T09:22:43+00:00\"},{\"id\":298,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"wim.naenen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T13:11:07+00:00\",\"acceptedAt\":\"2023-02-21T13:11:07+00:00\",\"userId\":386,\"lastUpdatedAt\":\"2023-02-21T13:11:07+00:00\"},{\"id\":299,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pieter.vandeperre@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T13:24:03+00:00\",\"acceptedAt\":\"2023-02-21T13:24:03+00:00\",\"userId\":387,\"lastUpdatedAt\":\"2023-02-21T13:24:03+00:00\"},{\"id\":300,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"steven.deron@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T13:27:19+00:00\",\"acceptedAt\":\"2023-02-21T13:27:19+00:00\",\"userId\":388,\"lastUpdatedAt\":\"2023-02-21T13:27:19+00:00\"},{\"id\":301,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"houssaifi@deloitte.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T13:43:07+00:00\",\"acceptedAt\":\"2023-02-21T13:43:07+00:00\",\"userId\":389,\"lastUpdatedAt\":\"2023-02-21T13:43:07+00:00\"},{\"id\":304,\"partnerId\":314,\"sendViaEmail\":false,\"email\":\"niels@hestia.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-22T11:21:43+00:00\",\"acceptedAt\":\"2023-02-22T11:21:43+00:00\",\"userId\":390,\"lastUpdatedAt\":\"2023-02-22T11:21:43+00:00\"},{\"id\":305,\"partnerId\":319,\"sendViaEmail\":false,\"email\":\"olivier@driesenfoods.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-22T12:17:44+00:00\",\"acceptedAt\":\"2023-02-22T12:17:44+00:00\",\"userId\":391,\"lastUpdatedAt\":\"2023-12-01T16:18:48+00:00\"},{\"id\":306,\"partnerId\":320,\"sendViaEmail\":false,\"email\":\"info@denambacht.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-22T16:56:40+00:00\",\"acceptedAt\":\"2023-02-22T16:56:40+00:00\",\"userId\":392,\"lastUpdatedAt\":\"2023-02-22T16:56:40+00:00\"},{\"id\":307,\"partnerId\":322,\"sendViaEmail\":false,\"email\":\"Ilse@momenting.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-23T12:41:23+00:00\",\"acceptedAt\":\"2023-02-23T12:41:23+00:00\",\"userId\":393,\"lastUpdatedAt\":\"2023-12-01T16:18:58+00:00\"},{\"id\":308,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"jansenisabelle@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-03T14:12:52+00:00\",\"acceptedAt\":\"2023-03-03T14:12:52+00:00\",\"userId\":262,\"lastUpdatedAt\":\"2023-12-01T16:21:28+00:00\"},{\"id\":309,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"j.janquart@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-08T15:44:01+00:00\",\"acceptedAt\":\"2023-03-08T15:44:01+00:00\",\"userId\":406,\"lastUpdatedAt\":\"2023-03-08T15:44:01+00:00\"},{\"id\":310,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"marjan.janssen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-09T14:39:29+00:00\",\"acceptedAt\":\"2023-03-09T14:39:29+00:00\",\"userId\":407,\"lastUpdatedAt\":\"2023-03-09T14:39:29+00:00\"},{\"id\":311,\"partnerId\":324,\"sendViaEmail\":false,\"email\":\"S.verrept@betaguard.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-10T12:53:16+00:00\",\"acceptedAt\":\"2023-03-10T12:53:16+00:00\",\"userId\":408,\"lastUpdatedAt\":\"2023-03-10T12:53:16+00:00\"},{\"id\":312,\"partnerId\":325,\"sendViaEmail\":true,\"email\":\"m.vandewiel@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-10T15:24:13+00:00\",\"acceptedAt\":\"2023-03-10T15:24:13+00:00\",\"userId\":378,\"lastUpdatedAt\":\"2023-08-04T09:39:25+00:00\"},{\"id\":313,\"partnerId\":277,\"sendViaEmail\":false,\"email\":\"ingrid.gelders@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-13T13:06:43+00:00\",\"acceptedAt\":\"2023-03-13T13:06:43+00:00\",\"userId\":413,\"lastUpdatedAt\":\"2023-03-13T13:06:43+00:00\"},{\"id\":314,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"s.bruyninckx@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-16T13:56:23+00:00\",\"acceptedAt\":\"2023-03-16T13:56:23+00:00\",\"userId\":414,\"lastUpdatedAt\":\"2023-03-16T13:56:23+00:00\"},{\"id\":315,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"m.berx@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-16T14:23:58+00:00\",\"acceptedAt\":\"2023-03-16T14:23:58+00:00\",\"userId\":415,\"lastUpdatedAt\":\"2023-03-16T14:23:58+00:00\"},{\"id\":316,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"stefan.vanwauwe@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-17T11:53:03+00:00\",\"acceptedAt\":\"2023-03-17T11:53:03+00:00\",\"userId\":416,\"lastUpdatedAt\":\"2023-03-17T11:53:03+00:00\"},{\"id\":317,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"katleen.boeckx@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-17T15:34:50+00:00\",\"acceptedAt\":\"2023-03-17T15:34:50+00:00\",\"userId\":417,\"lastUpdatedAt\":\"2023-03-17T15:34:50+00:00\"},{\"id\":318,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"tom.segers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-21T10:13:05+00:00\",\"acceptedAt\":\"2023-03-21T10:13:05+00:00\",\"userId\":421,\"lastUpdatedAt\":\"2023-03-21T10:13:05+00:00\"},{\"id\":319,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"y.deryck@hesse-lignal.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-23T16:08:56+00:00\",\"acceptedAt\":\"2023-03-23T16:08:56+00:00\",\"userId\":423,\"lastUpdatedAt\":\"2023-03-23T16:08:56+00:00\"},{\"id\":320,\"partnerId\":327,\"sendViaEmail\":true,\"email\":\"d.reynaert@tecware.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-25T18:05:31+00:00\",\"acceptedAt\":\"2023-03-25T18:05:31+00:00\",\"userId\":425,\"lastUpdatedAt\":\"2023-06-14T13:46:26+00:00\"},{\"id\":321,\"partnerId\":318,\"sendViaEmail\":false,\"email\":\"greet@netebeemden.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T08:00:36+00:00\",\"acceptedAt\":\"2023-03-27T08:00:36+00:00\",\"userId\":427,\"lastUpdatedAt\":\"2023-12-01T16:22:31+00:00\"},{\"id\":322,\"partnerId\":318,\"sendViaEmail\":true,\"email\":\"niels@hestia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T08:04:22+00:00\",\"acceptedAt\":\"2023-03-27T08:04:22+00:00\",\"userId\":390,\"lastUpdatedAt\":\"2023-07-26T12:03:12+00:00\"},{\"id\":323,\"partnerId\":329,\"sendViaEmail\":false,\"email\":\"eva@metaalconstructieblomme.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T10:34:42+00:00\",\"acceptedAt\":\"2023-03-27T10:34:42+00:00\",\"userId\":429,\"lastUpdatedAt\":\"2023-03-27T10:34:42+00:00\"},{\"id\":324,\"partnerId\":328,\"sendViaEmail\":true,\"email\":\"meidoorn.bb@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T12:12:22+00:00\",\"acceptedAt\":\"2023-03-27T12:12:22+00:00\",\"userId\":428,\"lastUpdatedAt\":\"2023-03-27T12:12:22+00:00\"},{\"id\":325,\"partnerId\":214,\"sendViaEmail\":true,\"email\":\"patricklaisnez@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T12:33:04+00:00\",\"acceptedAt\":\"2023-03-27T12:33:04+00:00\",\"userId\":186,\"lastUpdatedAt\":\"2023-03-27T12:33:04+00:00\"},{\"id\":326,\"partnerId\":330,\"sendViaEmail\":false,\"email\":\"sabrina.temmerman72@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T14:15:05+00:00\",\"acceptedAt\":\"2023-03-27T14:15:05+00:00\",\"userId\":430,\"lastUpdatedAt\":\"2023-03-27T14:15:05+00:00\"},{\"id\":327,\"partnerId\":331,\"sendViaEmail\":false,\"email\":\"cenfibo@live.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-28T09:17:36+00:00\",\"acceptedAt\":\"2023-03-28T09:17:36+00:00\",\"userId\":431,\"lastUpdatedAt\":\"2023-03-28T09:17:36+00:00\"},{\"id\":328,\"partnerId\":332,\"sendViaEmail\":true,\"email\":\"w.declercq@profilan.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-28T09:51:35+00:00\",\"acceptedAt\":\"2023-03-28T09:51:35+00:00\",\"userId\":432,\"lastUpdatedAt\":\"2023-05-27T13:54:39+00:00\"},{\"id\":329,\"partnerId\":220,\"sendViaEmail\":true,\"email\":\"charlotte.vercauteren@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-28T13:56:04+00:00\",\"acceptedAt\":\"2023-03-28T13:56:04+00:00\",\"userId\":306,\"lastUpdatedAt\":\"2023-05-30T15:12:32+00:00\"},{\"id\":330,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"margotdenaeyer@ccselect.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T10:15:51+00:00\",\"acceptedAt\":\"2023-03-29T10:15:51+00:00\",\"userId\":433,\"lastUpdatedAt\":\"2023-08-02T11:49:54+00:00\"},{\"id\":331,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"wimdewever@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T10:32:38+00:00\",\"acceptedAt\":\"2023-03-29T10:32:38+00:00\",\"userId\":434,\"lastUpdatedAt\":\"2023-03-29T10:32:38+00:00\"},{\"id\":332,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"sofieponcelet@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T12:14:34+00:00\",\"acceptedAt\":\"2023-03-29T12:14:34+00:00\",\"userId\":435,\"lastUpdatedAt\":\"2023-07-05T08:20:38+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":200,\"total\":1122}}"} 
[2025-07-17 19:08:18] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":333,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"michellerommelaere@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T12:35:45+00:00\",\"acceptedAt\":\"2023-03-29T12:35:45+00:00\",\"userId\":436,\"lastUpdatedAt\":\"2023-06-02T12:51:41+00:00\"},{\"id\":334,\"partnerId\":326,\"sendViaEmail\":false,\"email\":\"patrick@bcmbv.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T15:42:20+00:00\",\"acceptedAt\":\"2023-03-29T15:42:20+00:00\",\"userId\":437,\"lastUpdatedAt\":\"2023-06-05T07:22:56+00:00\"},{\"id\":335,\"partnerId\":336,\"sendViaEmail\":false,\"email\":\"info@keizers-kroon.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-30T13:35:28+00:00\",\"acceptedAt\":\"2023-03-30T13:35:28+00:00\",\"userId\":440,\"lastUpdatedAt\":\"2023-12-01T16:25:25+00:00\"},{\"id\":336,\"partnerId\":337,\"sendViaEmail\":false,\"email\":\"solcol01@protonmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-31T13:07:50+00:00\",\"acceptedAt\":\"2023-03-31T13:07:50+00:00\",\"userId\":442,\"lastUpdatedAt\":\"2023-03-31T13:07:50+00:00\"},{\"id\":337,\"partnerId\":335,\"sendViaEmail\":true,\"email\":\"evertderijcker@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-31T13:54:52+00:00\",\"acceptedAt\":\"2023-03-31T13:54:52+00:00\",\"userId\":439,\"lastUpdatedAt\":\"2023-03-31T13:54:52+00:00\"},{\"id\":338,\"partnerId\":339,\"sendViaEmail\":false,\"email\":\"kristof.goedemont@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-31T15:18:49+00:00\",\"acceptedAt\":\"2023-03-31T15:18:49+00:00\",\"userId\":443,\"lastUpdatedAt\":\"2023-03-31T15:18:49+00:00\"},{\"id\":339,\"partnerId\":287,\"sendViaEmail\":false,\"email\":\"Fabienne@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T10:34:10+00:00\",\"acceptedAt\":\"2023-04-03T10:34:10+00:00\",\"userId\":449,\"lastUpdatedAt\":\"2023-04-03T10:34:10+00:00\"},{\"id\":340,\"partnerId\":10,\"sendViaEmail\":false,\"email\":\"i.delarue@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:05:14+00:00\",\"acceptedAt\":\"2023-04-03T12:05:14+00:00\",\"userId\":451,\"lastUpdatedAt\":\"2023-04-03T12:05:14+00:00\"},{\"id\":341,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.dreesen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:10:46+00:00\",\"acceptedAt\":\"2023-04-03T12:10:46+00:00\",\"userId\":446,\"lastUpdatedAt\":\"2023-04-03T12:10:46+00:00\"},{\"id\":342,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"christophe@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:12:14+00:00\",\"acceptedAt\":\"2023-04-03T12:12:14+00:00\",\"userId\":452,\"lastUpdatedAt\":\"2023-06-07T13:03:49+00:00\"},{\"id\":343,\"partnerId\":329,\"sendViaEmail\":false,\"email\":\"bart@metaalconstructieblomme.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:33:08+00:00\",\"acceptedAt\":\"2023-04-03T12:33:08+00:00\",\"userId\":453,\"lastUpdatedAt\":\"2023-04-03T12:33:08+00:00\"},{\"id\":344,\"partnerId\":329,\"sendViaEmail\":false,\"email\":\"bartenolivia@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:37:24+00:00\",\"acceptedAt\":\"2023-04-03T12:37:24+00:00\",\"userId\":454,\"lastUpdatedAt\":\"2023-04-03T12:37:24+00:00\"},{\"id\":345,\"partnerId\":340,\"sendViaEmail\":true,\"email\":\"jofem@me.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T14:40:46+00:00\",\"acceptedAt\":\"2023-04-03T14:40:46+00:00\",\"userId\":229,\"lastUpdatedAt\":\"2023-05-31T09:42:40+00:00\"},{\"id\":346,\"partnerId\":341,\"sendViaEmail\":false,\"email\":\"rudy.desaeger@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-04T15:16:19+00:00\",\"acceptedAt\":\"2023-04-04T15:16:19+00:00\",\"userId\":455,\"lastUpdatedAt\":\"2023-12-01T16:26:54+00:00\"},{\"id\":347,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.desaeger@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-04T15:16:48+00:00\",\"acceptedAt\":\"2023-04-04T15:16:48+00:00\",\"userId\":455,\"lastUpdatedAt\":\"2024-03-25T13:03:34+00:00\"},{\"id\":349,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"belinda.apon@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-05T15:27:18+00:00\",\"acceptedAt\":\"2023-04-05T15:27:18+00:00\",\"userId\":458,\"lastUpdatedAt\":\"2023-05-19T19:24:07+00:00\"},{\"id\":350,\"partnerId\":343,\"sendViaEmail\":false,\"email\":\"tom@tommytech-consulting.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-06T12:51:10+00:00\",\"acceptedAt\":\"2023-04-06T12:51:10+00:00\",\"userId\":459,\"lastUpdatedAt\":\"2023-04-06T12:51:10+00:00\"},{\"id\":351,\"partnerId\":344,\"sendViaEmail\":false,\"email\":\"wim.verbruggen-bertels@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-06T13:13:15+00:00\",\"acceptedAt\":\"2023-04-06T13:13:15+00:00\",\"userId\":460,\"lastUpdatedAt\":\"2023-04-07T14:23:00+00:00\"},{\"id\":352,\"partnerId\":345,\"sendViaEmail\":false,\"email\":\"maliknemat4@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-06T13:32:17+00:00\",\"acceptedAt\":\"2023-04-06T13:32:17+00:00\",\"userId\":461,\"lastUpdatedAt\":\"2023-05-11T11:26:38+00:00\"},{\"id\":354,\"partnerId\":346,\"sendViaEmail\":true,\"email\":\"patrick.grispen@pandora.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-06T14:46:29+00:00\",\"acceptedAt\":\"2023-04-06T14:46:29+00:00\",\"userId\":463,\"lastUpdatedAt\":\"2023-04-06T14:46:29+00:00\"},{\"id\":355,\"partnerId\":347,\"sendViaEmail\":true,\"email\":\"quinten.van.durme@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-07T12:44:34+00:00\",\"acceptedAt\":\"2023-04-07T12:44:34+00:00\",\"userId\":457,\"lastUpdatedAt\":\"2023-04-07T12:44:34+00:00\"},{\"id\":356,\"partnerId\":348,\"sendViaEmail\":true,\"email\":\"geert.paepen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-04-11T12:22:59+00:00\",\"acceptedAt\":\"2023-04-11T12:22:59+00:00\",\"userId\":450,\"lastUpdatedAt\":\"2023-04-11T12:22:59+00:00\"},{\"id\":357,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"bart.voorspoels@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-12T12:07:04+00:00\",\"acceptedAt\":\"2023-04-12T12:07:04+00:00\",\"userId\":469,\"lastUpdatedAt\":\"2023-04-12T12:07:04+00:00\"},{\"id\":358,\"partnerId\":349,\"sendViaEmail\":false,\"email\":\"mark.deprez@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-04-13T10:15:29+00:00\",\"acceptedAt\":\"2023-04-13T10:15:29+00:00\",\"userId\":470,\"lastUpdatedAt\":\"2023-04-13T10:15:29+00:00\"},{\"id\":359,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"eshwarkiran.pampana@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-17T14:00:59+00:00\",\"acceptedAt\":\"2023-04-17T14:00:59+00:00\",\"userId\":474,\"lastUpdatedAt\":\"2023-04-17T14:00:59+00:00\"},{\"id\":360,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"dorothy.verheyden@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-18T13:09:49+00:00\",\"acceptedAt\":\"2023-04-18T13:09:49+00:00\",\"userId\":366,\"lastUpdatedAt\":\"2023-04-18T13:09:49+00:00\"},{\"id\":363,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"carllodewyckx@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T12:25:16+00:00\",\"acceptedAt\":\"2023-04-19T12:25:16+00:00\",\"userId\":477,\"lastUpdatedAt\":\"2023-09-28T09:32:45+00:00\"},{\"id\":364,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"Annelies.borgheys@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T12:58:38+00:00\",\"acceptedAt\":\"2023-04-19T12:58:39+00:00\",\"userId\":478,\"lastUpdatedAt\":\"2023-07-10T07:30:21+00:00\"},{\"id\":367,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"davidbrulard@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T13:45:02+00:00\",\"acceptedAt\":\"2023-04-19T13:45:02+00:00\",\"userId\":482,\"lastUpdatedAt\":\"2024-01-18T13:20:03+00:00\"},{\"id\":368,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"Heidivanhoof@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T14:21:42+00:00\",\"acceptedAt\":\"2023-04-19T14:21:42+00:00\",\"userId\":483,\"lastUpdatedAt\":\"2023-04-19T14:21:42+00:00\"},{\"id\":370,\"partnerId\":260,\"sendViaEmail\":false,\"email\":\"vickymols@curon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T15:36:31+00:00\",\"acceptedAt\":\"2023-04-19T15:36:31+00:00\",\"userId\":484,\"lastUpdatedAt\":\"2023-04-19T15:36:31+00:00\"},{\"id\":371,\"partnerId\":353,\"sendViaEmail\":false,\"email\":\"kattymartens@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T10:23:51+00:00\",\"acceptedAt\":\"2023-04-20T10:23:51+00:00\",\"userId\":487,\"lastUpdatedAt\":\"2023-04-20T10:23:51+00:00\"},{\"id\":372,\"partnerId\":354,\"sendViaEmail\":false,\"email\":\"andre.goffaerts@btciveco.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T12:00:10+00:00\",\"acceptedAt\":\"2023-04-20T12:00:10+00:00\",\"userId\":488,\"lastUpdatedAt\":\"2023-12-08T13:57:39+00:00\"},{\"id\":373,\"partnerId\":72,\"sendViaEmail\":true,\"email\":\"Jeff@mylifemuzik.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T13:41:24+00:00\",\"acceptedAt\":\"2023-04-20T13:41:24+00:00\",\"userId\":45,\"lastUpdatedAt\":\"2023-04-20T13:41:24+00:00\"},{\"id\":374,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"fleet1@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T15:12:30+00:00\",\"acceptedAt\":\"2023-04-20T15:12:30+00:00\",\"userId\":489,\"lastUpdatedAt\":\"2023-04-20T15:12:30+00:00\"},{\"id\":375,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"fleet2@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T15:15:35+00:00\",\"acceptedAt\":\"2023-04-20T15:15:35+00:00\",\"userId\":490,\"lastUpdatedAt\":\"2023-07-26T12:02:31+00:00\"},{\"id\":376,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"fleet3@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T15:18:40+00:00\",\"acceptedAt\":\"2023-04-20T15:18:40+00:00\",\"userId\":491,\"lastUpdatedAt\":\"2023-04-20T15:18:40+00:00\"},{\"id\":377,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"fleet4@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T15:21:14+00:00\",\"acceptedAt\":\"2023-04-20T15:21:14+00:00\",\"userId\":492,\"lastUpdatedAt\":\"2023-04-20T15:21:14+00:00\"},{\"id\":380,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gilles.ferket@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-25T08:16:23+00:00\",\"acceptedAt\":\"2023-04-25T08:16:23+00:00\",\"userId\":312,\"lastUpdatedAt\":\"2023-05-15T08:01:16+00:00\"},{\"id\":381,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ludo.vervoort@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-25T12:14:00+00:00\",\"acceptedAt\":\"2023-04-25T12:14:00+00:00\",\"userId\":493,\"lastUpdatedAt\":\"2023-04-25T12:14:00+00:00\"},{\"id\":382,\"partnerId\":391,\"sendViaEmail\":false,\"email\":\"pascal.debruyn@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-26T08:53:23+00:00\",\"acceptedAt\":\"2023-04-26T08:53:23+00:00\",\"userId\":494,\"lastUpdatedAt\":\"2023-04-26T08:53:23+00:00\"},{\"id\":383,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"hideyuki.hashimoto@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-26T10:29:28+00:00\",\"acceptedAt\":\"2023-04-26T10:29:28+00:00\",\"userId\":495,\"lastUpdatedAt\":\"2023-04-26T10:29:28+00:00\"},{\"id\":385,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"dan-axel.haggblom@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-26T15:10:25+00:00\",\"acceptedAt\":\"2023-04-26T15:10:25+00:00\",\"userId\":500,\"lastUpdatedAt\":\"2023-04-26T15:10:25+00:00\"},{\"id\":386,\"partnerId\":393,\"sendViaEmail\":false,\"email\":\"limbourg.danny@tldexpress.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-28T10:28:24+00:00\",\"acceptedAt\":\"2023-04-28T10:28:24+00:00\",\"userId\":503,\"lastUpdatedAt\":\"2023-04-28T10:28:24+00:00\"},{\"id\":387,\"partnerId\":394,\"sendViaEmail\":false,\"email\":\"Piet_lantsoght@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-02T13:56:17+00:00\",\"acceptedAt\":\"2023-05-02T13:56:17+00:00\",\"userId\":506,\"lastUpdatedAt\":\"2023-05-02T13:56:17+00:00\"},{\"id\":388,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"carlo.menten@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-03T12:08:22+00:00\",\"acceptedAt\":\"2023-05-03T12:08:22+00:00\",\"userId\":509,\"lastUpdatedAt\":\"2023-06-13T14:19:19+00:00\"},{\"id\":389,\"partnerId\":395,\"sendViaEmail\":true,\"email\":\"steve.stiers@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-03T14:05:16+00:00\",\"acceptedAt\":\"2023-05-03T14:05:16+00:00\",\"userId\":28,\"lastUpdatedAt\":\"2024-02-05T16:50:11+00:00\"},{\"id\":390,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"natalie.swinnen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-03T15:11:54+00:00\",\"acceptedAt\":\"2023-05-03T15:11:54+00:00\",\"userId\":510,\"lastUpdatedAt\":\"2023-05-25T09:27:38+00:00\"},{\"id\":391,\"partnerId\":396,\"sendViaEmail\":false,\"email\":\"yibz@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-04T08:23:53+00:00\",\"acceptedAt\":\"2023-05-04T08:23:53+00:00\",\"userId\":512,\"lastUpdatedAt\":\"2023-05-04T08:23:53+00:00\"},{\"id\":392,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nicolae.baboi@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-08T09:40:51+00:00\",\"acceptedAt\":\"2023-05-08T09:40:51+00:00\",\"userId\":507,\"lastUpdatedAt\":\"2023-05-08T09:40:51+00:00\"},{\"id\":393,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Lennie.heerwegh@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-08T12:44:06+00:00\",\"acceptedAt\":\"2023-05-08T12:44:06+00:00\",\"userId\":516,\"lastUpdatedAt\":\"2023-08-18T09:59:40+00:00\"},{\"id\":394,\"partnerId\":400,\"sendViaEmail\":true,\"email\":\"hugo@myncke.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-08T13:45:51+00:00\",\"acceptedAt\":\"2023-05-08T13:45:51+00:00\",\"userId\":515,\"lastUpdatedAt\":\"2023-05-08T13:45:51+00:00\"},{\"id\":395,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"chiodidemi@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-09T17:11:41+00:00\",\"acceptedAt\":\"2023-05-09T17:11:41+00:00\",\"userId\":496,\"lastUpdatedAt\":\"2023-08-03T12:56:05+00:00\"},{\"id\":396,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"johan.jaspers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-10T09:44:58+00:00\",\"acceptedAt\":\"2023-05-10T09:44:58+00:00\",\"userId\":518,\"lastUpdatedAt\":\"2023-05-10T09:44:58+00:00\"},{\"id\":397,\"partnerId\":402,\"sendViaEmail\":true,\"email\":\"Immopro@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-11T09:01:36+00:00\",\"acceptedAt\":\"2023-05-11T09:01:36+00:00\",\"userId\":519,\"lastUpdatedAt\":\"2023-05-11T09:01:36+00:00\"},{\"id\":398,\"partnerId\":401,\"sendViaEmail\":true,\"email\":\"jd@jeandubois-consulting.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-13T05:54:47+00:00\",\"acceptedAt\":\"2023-05-13T05:54:47+00:00\",\"userId\":508,\"lastUpdatedAt\":\"2023-05-13T05:54:47+00:00\"},{\"id\":399,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"igor.romandic@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-17T14:56:19+00:00\",\"acceptedAt\":\"2023-05-17T14:56:19+00:00\",\"userId\":525,\"lastUpdatedAt\":\"2023-05-17T14:56:19+00:00\"},{\"id\":400,\"partnerId\":354,\"sendViaEmail\":false,\"email\":\"annick.vander.bracht@btciveco.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-23T12:40:59+00:00\",\"acceptedAt\":\"2023-05-23T12:40:59+00:00\",\"userId\":527,\"lastUpdatedAt\":\"2023-12-08T13:57:47+00:00\"},{\"id\":401,\"partnerId\":354,\"sendViaEmail\":false,\"email\":\"receptie@btciveco.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-23T12:43:46+00:00\",\"acceptedAt\":\"2023-05-23T12:43:46+00:00\",\"userId\":528,\"lastUpdatedAt\":\"2023-12-08T13:57:57+00:00\"},{\"id\":402,\"partnerId\":354,\"sendViaEmail\":false,\"email\":\"matthias.desadeleer@btciveco.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-23T12:46:56+00:00\",\"acceptedAt\":\"2023-05-23T12:46:56+00:00\",\"userId\":529,\"lastUpdatedAt\":\"2023-12-08T13:58:13+00:00\"},{\"id\":403,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"wim.vandenbosch@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-23T15:29:03+00:00\",\"acceptedAt\":\"2023-05-23T15:29:03+00:00\",\"userId\":530,\"lastUpdatedAt\":\"2023-05-23T15:29:03+00:00\"},{\"id\":404,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"tom.vanbreda@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-26T13:18:39+00:00\",\"acceptedAt\":\"2023-05-26T13:18:39+00:00\",\"userId\":534,\"lastUpdatedAt\":\"2023-05-26T13:18:39+00:00\"},{\"id\":405,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"gianni.cairo@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-26T14:56:39+00:00\",\"acceptedAt\":\"2023-05-26T14:56:39+00:00\",\"userId\":535,\"lastUpdatedAt\":\"2023-05-26T14:56:39+00:00\"},{\"id\":407,\"partnerId\":332,\"sendViaEmail\":true,\"email\":\"a.declercq@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-27T13:53:18+00:00\",\"acceptedAt\":\"2023-05-27T13:53:18+00:00\",\"userId\":536,\"lastUpdatedAt\":\"2023-05-27T13:53:18+00:00\"},{\"id\":408,\"partnerId\":325,\"sendViaEmail\":true,\"email\":\"w.declercq@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-27T13:53:45+00:00\",\"acceptedAt\":\"2023-05-27T13:53:45+00:00\",\"userId\":432,\"lastUpdatedAt\":\"2023-05-27T13:53:45+00:00\"},{\"id\":410,\"partnerId\":220,\"sendViaEmail\":false,\"email\":\"femke@terdoel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-30T15:16:20+00:00\",\"acceptedAt\":\"2023-05-30T15:16:20+00:00\",\"userId\":537,\"lastUpdatedAt\":\"2023-05-30T15:16:20+00:00\"},{\"id\":411,\"partnerId\":319,\"sendViaEmail\":true,\"email\":\"Wim@driesenfoods.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-31T14:40:29+00:00\",\"acceptedAt\":\"2023-05-31T14:40:29+00:00\",\"userId\":486,\"lastUpdatedAt\":\"2023-05-31T14:40:29+00:00\"},{\"id\":412,\"partnerId\":309,\"sendViaEmail\":true,\"email\":\"ThiemoMohr@skynet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-06T13:17:12+00:00\",\"acceptedAt\":\"2023-06-06T13:17:12+00:00\",\"userId\":348,\"lastUpdatedAt\":\"2023-12-31T09:57:49+00:00\"},{\"id\":413,\"partnerId\":404,\"sendViaEmail\":false,\"email\":\"DennisGoossens@konradholding.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-06T13:37:35+00:00\",\"acceptedAt\":\"2023-06-06T13:37:35+00:00\",\"userId\":541,\"lastUpdatedAt\":\"2023-06-06T13:37:35+00:00\"},{\"id\":414,\"partnerId\":10,\"sendViaEmail\":false,\"email\":\"s.vandendriessche@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-06T13:51:24+00:00\",\"acceptedAt\":\"2023-06-06T13:51:24+00:00\",\"userId\":542,\"lastUpdatedAt\":\"2023-06-06T13:51:24+00:00\"},{\"id\":416,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"bart.peeters@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-08T08:53:53+00:00\",\"acceptedAt\":\"2023-06-08T08:53:53+00:00\",\"userId\":544,\"lastUpdatedAt\":\"2023-06-08T08:53:53+00:00\"},{\"id\":418,\"partnerId\":332,\"sendViaEmail\":false,\"email\":\"m.wauthier@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-08T09:23:29+00:00\",\"acceptedAt\":\"2023-06-08T09:23:29+00:00\",\"userId\":547,\"lastUpdatedAt\":\"2023-06-08T09:23:29+00:00\"},{\"id\":419,\"partnerId\":405,\"sendViaEmail\":false,\"email\":\"goele@baert.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-13T13:15:09+00:00\",\"acceptedAt\":\"2023-06-13T13:15:09+00:00\",\"userId\":553,\"lastUpdatedAt\":\"2023-06-13T13:15:09+00:00\"},{\"id\":420,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"jelle.engelen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-13T14:28:33+00:00\",\"acceptedAt\":\"2023-06-13T14:28:33+00:00\",\"userId\":554,\"lastUpdatedAt\":\"2023-06-13T14:28:33+00:00\"},{\"id\":421,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"erwin.conaerts@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-13T14:31:50+00:00\",\"acceptedAt\":\"2023-06-13T14:31:50+00:00\",\"userId\":555,\"lastUpdatedAt\":\"2023-06-13T14:31:50+00:00\"},{\"id\":422,\"partnerId\":406,\"sendViaEmail\":true,\"email\":\"pieter.leemans@yunextraffic.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-14T07:55:36+00:00\",\"acceptedAt\":\"2023-06-14T07:55:36+00:00\",\"userId\":557,\"lastUpdatedAt\":\"2023-06-14T07:55:36+00:00\"},{\"id\":423,\"partnerId\":407,\"sendViaEmail\":false,\"email\":\"karel.dhont@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-14T08:36:48+00:00\",\"acceptedAt\":\"2023-06-14T08:36:48+00:00\",\"userId\":558,\"lastUpdatedAt\":\"2023-06-14T08:36:48+00:00\"},{\"id\":424,\"partnerId\":408,\"sendViaEmail\":false,\"email\":\"evi.dieltjens@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-14T09:05:20+00:00\",\"acceptedAt\":\"2023-06-14T09:05:20+00:00\",\"userId\":559,\"lastUpdatedAt\":\"2023-06-14T09:05:20+00:00\"},{\"id\":425,\"partnerId\":409,\"sendViaEmail\":false,\"email\":\"steven.jansegers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-15T08:41:31+00:00\",\"acceptedAt\":\"2023-06-15T08:41:31+00:00\",\"userId\":561,\"lastUpdatedAt\":\"2023-06-15T08:41:31+00:00\"},{\"id\":426,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"luc.vanlandeghem@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-15T14:14:34+00:00\",\"acceptedAt\":\"2023-06-15T14:14:34+00:00\",\"userId\":562,\"lastUpdatedAt\":\"2023-06-15T14:14:34+00:00\"},{\"id\":427,\"partnerId\":332,\"sendViaEmail\":true,\"email\":\"csb2@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T07:02:35+00:00\",\"acceptedAt\":\"2023-06-16T07:02:35+00:00\",\"userId\":546,\"lastUpdatedAt\":\"2023-06-16T07:02:35+00:00\"},{\"id\":429,\"partnerId\":410,\"sendViaEmail\":true,\"email\":\"marleen@lambrechtshout.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T13:59:12+00:00\",\"acceptedAt\":\"2023-06-16T13:59:12+00:00\",\"userId\":471,\"lastUpdatedAt\":\"2023-06-16T13:59:12+00:00\"},{\"id\":430,\"partnerId\":410,\"sendViaEmail\":false,\"email\":\"maxime@lambrechtshout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T14:18:09+00:00\",\"acceptedAt\":\"2023-06-16T14:18:09+00:00\",\"userId\":563,\"lastUpdatedAt\":\"2023-06-16T14:18:09+00:00\"},{\"id\":431,\"partnerId\":410,\"sendViaEmail\":false,\"email\":\"igor@lambrechtshout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T14:34:01+00:00\",\"acceptedAt\":\"2023-06-16T14:34:01+00:00\",\"userId\":564,\"lastUpdatedAt\":\"2023-06-16T14:34:01+00:00\"},{\"id\":432,\"partnerId\":410,\"sendViaEmail\":false,\"email\":\"lambrechtsvisitors@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T14:36:55+00:00\",\"acceptedAt\":\"2023-06-16T14:36:55+00:00\",\"userId\":565,\"lastUpdatedAt\":\"2023-06-19T08:21:22+00:00\"},{\"id\":433,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"jan.vandenbulck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-20T08:28:00+00:00\",\"acceptedAt\":\"2023-06-20T08:28:00+00:00\",\"userId\":566,\"lastUpdatedAt\":\"2023-06-20T08:28:00+00:00\"},{\"id\":434,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pieter.darcon@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-20T10:38:15+00:00\",\"acceptedAt\":\"2023-06-20T10:38:15+00:00\",\"userId\":567,\"lastUpdatedAt\":\"2023-06-20T10:38:15+00:00\"},{\"id\":435,\"partnerId\":419,\"sendViaEmail\":false,\"email\":\"info@wijngoeddhellekapelle.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-21T08:40:09+00:00\",\"acceptedAt\":\"2023-06-21T08:40:09+00:00\",\"userId\":570,\"lastUpdatedAt\":\"2023-06-21T08:40:09+00:00\"},{\"id\":436,\"partnerId\":338,\"sendViaEmail\":false,\"email\":\"rene.mulders@normecgroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-26T14:19:32+00:00\",\"acceptedAt\":\"2023-06-26T14:19:32+00:00\",\"userId\":572,\"lastUpdatedAt\":\"2023-06-26T14:19:32+00:00\"},{\"id\":437,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"marilynhinderdael@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-29T07:53:36+00:00\",\"acceptedAt\":\"2023-06-29T07:53:36+00:00\",\"userId\":575,\"lastUpdatedAt\":\"2023-06-29T07:53:36+00:00\"},{\"id\":438,\"partnerId\":420,\"sendViaEmail\":true,\"email\":\"fatihsezgin0101@gmail.com\",\"language\":\"tr-TR\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-06-29T14:23:22+00:00\",\"acceptedAt\":\"2023-06-29T14:23:22+00:00\",\"userId\":577,\"lastUpdatedAt\":\"2023-06-29T14:23:22+00:00\"},{\"id\":439,\"partnerId\":424,\"sendViaEmail\":false,\"email\":\"sonia@q-building.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-06T08:57:37+00:00\",\"acceptedAt\":\"2023-07-06T08:57:37+00:00\",\"userId\":580,\"lastUpdatedAt\":\"2023-07-06T08:57:37+00:00\"},{\"id\":440,\"partnerId\":425,\"sendViaEmail\":false,\"email\":\"jan.breuls@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-06T13:23:45+00:00\",\"acceptedAt\":\"2023-07-06T13:23:45+00:00\",\"userId\":581,\"lastUpdatedAt\":\"2023-07-06T13:23:45+00:00\"},{\"id\":442,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"d.cantoro-vanschoonbeel@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-08T16:39:58+00:00\",\"acceptedAt\":\"2023-07-08T16:39:58+00:00\",\"userId\":585,\"lastUpdatedAt\":\"2023-07-08T16:39:58+00:00\"},{\"id\":443,\"partnerId\":406,\"sendViaEmail\":false,\"email\":\"luc.beuten@yunextraffic.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-10T08:45:27+00:00\",\"acceptedAt\":\"2023-07-10T08:45:27+00:00\",\"userId\":589,\"lastUpdatedAt\":\"2023-07-10T08:45:27+00:00\"},{\"id\":444,\"partnerId\":432,\"sendViaEmail\":false,\"email\":\"frans@herbots.info\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-12T09:11:53+00:00\",\"acceptedAt\":\"2023-07-12T09:11:53+00:00\",\"userId\":591,\"lastUpdatedAt\":\"2023-07-12T09:11:53+00:00\"},{\"id\":445,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ben.engels@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-13T11:29:49+00:00\",\"acceptedAt\":\"2023-07-13T11:29:49+00:00\",\"userId\":593,\"lastUpdatedAt\":\"2023-07-13T11:29:49+00:00\"},{\"id\":446,\"partnerId\":429,\"sendViaEmail\":true,\"email\":\"nicolas.giraud@ngconsult.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-13T12:16:21+00:00\",\"acceptedAt\":\"2023-07-13T12:16:21+00:00\",\"userId\":588,\"lastUpdatedAt\":\"2023-07-13T12:16:21+00:00\"},{\"id\":447,\"partnerId\":319,\"sendViaEmail\":false,\"email\":\"carlien@driesenfoods.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-13T12:33:16+00:00\",\"acceptedAt\":\"2023-07-13T12:33:16+00:00\",\"userId\":595,\"lastUpdatedAt\":\"2023-07-13T12:33:16+00:00\"},{\"id\":448,\"partnerId\":319,\"sendViaEmail\":true,\"email\":\"paul@driesenfoods.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-13T12:33:51+00:00\",\"acceptedAt\":\"2023-07-13T12:33:51+00:00\",\"userId\":594,\"lastUpdatedAt\":\"2023-07-13T12:33:51+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":300,\"total\":1122}}"} 
[2025-07-17 19:08:19] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":449,\"partnerId\":433,\"sendViaEmail\":false,\"email\":\"kris.seyen@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-14T09:14:49+00:00\",\"acceptedAt\":\"2023-07-14T09:14:49+00:00\",\"userId\":596,\"lastUpdatedAt\":\"2023-07-14T09:14:49+00:00\"},{\"id\":451,\"partnerId\":428,\"sendViaEmail\":true,\"email\":\"singhravi1998@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-14T21:36:06+00:00\",\"acceptedAt\":\"2023-07-14T21:36:06+00:00\",\"userId\":586,\"lastUpdatedAt\":\"2023-07-21T21:09:47+00:00\"},{\"id\":452,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"nicocools.nc@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-18T12:22:52+00:00\",\"acceptedAt\":\"2023-07-18T12:22:52+00:00\",\"userId\":599,\"lastUpdatedAt\":\"2023-07-18T12:22:52+00:00\"},{\"id\":453,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"kurtfanton33@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-18T12:24:15+00:00\",\"acceptedAt\":\"2023-07-18T12:24:15+00:00\",\"userId\":600,\"lastUpdatedAt\":\"2023-07-18T12:24:15+00:00\"},{\"id\":456,\"partnerId\":436,\"sendViaEmail\":true,\"email\":\"olivier.vanheghe@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-20T13:44:44+00:00\",\"acceptedAt\":\"2023-07-20T13:44:44+00:00\",\"userId\":584,\"lastUpdatedAt\":\"2023-07-20T13:44:44+00:00\"},{\"id\":457,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"j.davidse@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-20T15:12:05+00:00\",\"acceptedAt\":\"2023-07-20T15:12:05+00:00\",\"userId\":604,\"lastUpdatedAt\":\"2023-09-27T13:00:21+00:00\"},{\"id\":458,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"stijn.geukens@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-24T09:31:55+00:00\",\"acceptedAt\":\"2023-07-24T09:31:55+00:00\",\"userId\":607,\"lastUpdatedAt\":\"2023-07-24T09:31:55+00:00\"},{\"id\":459,\"partnerId\":438,\"sendViaEmail\":true,\"email\":\"geert_spranghers@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-26T12:23:39+00:00\",\"acceptedAt\":\"2023-07-26T12:23:39+00:00\",\"userId\":610,\"lastUpdatedAt\":\"2023-12-07T10:31:57+00:00\"},{\"id\":460,\"partnerId\":439,\"sendViaEmail\":false,\"email\":\"linda.rutten1964@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-26T12:35:08+00:00\",\"acceptedAt\":\"2023-07-26T12:35:08+00:00\",\"userId\":611,\"lastUpdatedAt\":\"2023-07-26T12:35:08+00:00\"},{\"id\":461,\"partnerId\":440,\"sendViaEmail\":true,\"email\":\"fen.celis@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-27T08:06:52+00:00\",\"acceptedAt\":\"2023-07-27T08:06:52+00:00\",\"userId\":346,\"lastUpdatedAt\":\"2023-07-27T08:06:52+00:00\"},{\"id\":462,\"partnerId\":441,\"sendViaEmail\":false,\"email\":\"desutter.peter@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-27T10:00:26+00:00\",\"acceptedAt\":\"2023-07-27T10:00:26+00:00\",\"userId\":612,\"lastUpdatedAt\":\"2024-02-16T07:26:48+00:00\"},{\"id\":463,\"partnerId\":437,\"sendViaEmail\":false,\"email\":\"Info@ROSC-Consulting.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-27T12:51:57+00:00\",\"acceptedAt\":\"2023-07-27T12:51:57+00:00\",\"userId\":614,\"lastUpdatedAt\":\"2023-07-27T12:51:57+00:00\"},{\"id\":464,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"patrick.boeckx@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-31T15:11:44+00:00\",\"acceptedAt\":\"2023-07-31T15:11:44+00:00\",\"userId\":616,\"lastUpdatedAt\":\"2023-07-31T15:11:44+00:00\"},{\"id\":465,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"claudiaderoover@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-01T13:42:53+00:00\",\"acceptedAt\":\"2023-08-01T13:42:53+00:00\",\"userId\":618,\"lastUpdatedAt\":\"2023-08-01T13:42:53+00:00\"},{\"id\":466,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"thomasderous@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-01T13:48:11+00:00\",\"acceptedAt\":\"2023-08-01T13:48:11+00:00\",\"userId\":619,\"lastUpdatedAt\":\"2023-08-01T13:48:11+00:00\"},{\"id\":467,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"casbuffel@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-01T13:53:26+00:00\",\"acceptedAt\":\"2023-08-01T13:53:26+00:00\",\"userId\":620,\"lastUpdatedAt\":\"2023-08-01T13:53:26+00:00\"},{\"id\":468,\"partnerId\":442,\"sendViaEmail\":false,\"email\":\"demeybarbara@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-02T15:00:47+00:00\",\"acceptedAt\":\"2023-08-02T15:00:47+00:00\",\"userId\":621,\"lastUpdatedAt\":\"2023-08-02T15:00:47+00:00\"},{\"id\":469,\"partnerId\":449,\"sendViaEmail\":false,\"email\":\"ngtechnics@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T10:16:51+00:00\",\"acceptedAt\":\"2023-08-03T10:16:51+00:00\",\"userId\":623,\"lastUpdatedAt\":\"2023-08-03T10:16:51+00:00\"},{\"id\":470,\"partnerId\":450,\"sendViaEmail\":false,\"email\":\"frederik.soffers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T10:35:10+00:00\",\"acceptedAt\":\"2023-08-03T10:35:10+00:00\",\"userId\":624,\"lastUpdatedAt\":\"2023-08-03T10:35:10+00:00\"},{\"id\":471,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"olivier.penning@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T10:44:19+00:00\",\"acceptedAt\":\"2023-08-03T10:44:19+00:00\",\"userId\":625,\"lastUpdatedAt\":\"2023-08-03T10:44:19+00:00\"},{\"id\":472,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"brecht.fonck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T11:08:45+00:00\",\"acceptedAt\":\"2023-08-03T11:08:45+00:00\",\"userId\":626,\"lastUpdatedAt\":\"2023-08-03T11:08:45+00:00\"},{\"id\":473,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"martine@vadigran.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T11:15:48+00:00\",\"acceptedAt\":\"2023-08-03T11:15:48+00:00\",\"userId\":627,\"lastUpdatedAt\":\"2023-08-03T11:15:48+00:00\"},{\"id\":474,\"partnerId\":451,\"sendViaEmail\":false,\"email\":\"karel@meubelen-jonckheere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T14:21:38+00:00\",\"acceptedAt\":\"2023-08-03T14:21:38+00:00\",\"userId\":628,\"lastUpdatedAt\":\"2023-12-03T19:03:48+00:00\"},{\"id\":475,\"partnerId\":452,\"sendViaEmail\":true,\"email\":\"pierre.poelmans@poelmans.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-07T07:51:26+00:00\",\"acceptedAt\":\"2023-08-07T07:51:26+00:00\",\"userId\":550,\"lastUpdatedAt\":\"2023-08-07T07:51:26+00:00\"},{\"id\":480,\"partnerId\":453,\"sendViaEmail\":true,\"email\":\"citgezsamy@gmail.com\",\"language\":\"fr\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-16T13:37:36+00:00\",\"acceptedAt\":\"2023-08-16T13:37:36+00:00\",\"userId\":640,\"lastUpdatedAt\":\"2023-08-16T13:37:36+00:00\"},{\"id\":484,\"partnerId\":455,\"sendViaEmail\":true,\"email\":\"ivana@live.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-17T08:33:08+00:00\",\"acceptedAt\":\"2023-08-17T08:33:08+00:00\",\"userId\":641,\"lastUpdatedAt\":\"2023-08-17T08:33:08+00:00\"},{\"id\":486,\"partnerId\":456,\"sendViaEmail\":true,\"email\":\"kevin.van.cortenberg@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-17T11:02:50+00:00\",\"acceptedAt\":\"2023-08-17T11:02:50+00:00\",\"userId\":642,\"lastUpdatedAt\":\"2023-08-17T11:02:50+00:00\"},{\"id\":487,\"partnerId\":458,\"sendViaEmail\":true,\"email\":\"johnny@tc-alv.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-25T08:38:41+00:00\",\"acceptedAt\":\"2023-08-25T08:38:41+00:00\",\"userId\":633,\"lastUpdatedAt\":\"2023-08-25T08:38:41+00:00\"},{\"id\":488,\"partnerId\":460,\"sendViaEmail\":false,\"email\":\"joris.deconinck@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-25T09:17:51+00:00\",\"acceptedAt\":\"2023-08-25T09:17:51+00:00\",\"userId\":647,\"lastUpdatedAt\":\"2023-08-25T09:17:51+00:00\"},{\"id\":489,\"partnerId\":461,\"sendViaEmail\":true,\"email\":\"info@dekinesist.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-28T10:23:19+00:00\",\"acceptedAt\":\"2023-08-28T10:23:19+00:00\",\"userId\":638,\"lastUpdatedAt\":\"2023-08-28T10:23:19+00:00\"},{\"id\":490,\"partnerId\":332,\"sendViaEmail\":true,\"email\":\"m.vandewiel@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-28T13:28:06+00:00\",\"acceptedAt\":\"2023-08-28T13:28:06+00:00\",\"userId\":378,\"lastUpdatedAt\":\"2023-08-28T13:28:06+00:00\"},{\"id\":491,\"partnerId\":465,\"sendViaEmail\":false,\"email\":\"dimitrijoseph@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-01T13:29:06+00:00\",\"acceptedAt\":\"2023-09-01T13:29:06+00:00\",\"userId\":650,\"lastUpdatedAt\":\"2023-09-01T13:29:06+00:00\"},{\"id\":493,\"partnerId\":467,\"sendViaEmail\":false,\"email\":\"welcome@casadekama.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-04T14:03:30+00:00\",\"acceptedAt\":\"2023-09-04T14:03:30+00:00\",\"userId\":655,\"lastUpdatedAt\":\"2023-09-04T14:03:30+00:00\"},{\"id\":494,\"partnerId\":468,\"sendViaEmail\":false,\"email\":\"daniel@bme.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-04T14:30:07+00:00\",\"acceptedAt\":\"2023-09-04T14:30:07+00:00\",\"userId\":656,\"lastUpdatedAt\":\"2023-11-27T11:21:13+00:00\"},{\"id\":495,\"partnerId\":469,\"sendViaEmail\":true,\"email\":\"geert.nobels@genoly.biz\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-06T08:13:45+00:00\",\"acceptedAt\":\"2023-09-06T08:13:45+00:00\",\"userId\":657,\"lastUpdatedAt\":\"2023-09-06T08:13:45+00:00\"},{\"id\":496,\"partnerId\":471,\"sendViaEmail\":false,\"email\":\"worldline@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-09-08T11:36:59+00:00\",\"acceptedAt\":\"2023-09-08T11:36:59+00:00\",\"userId\":658,\"lastUpdatedAt\":\"2023-11-23T10:00:54+00:00\"},{\"id\":497,\"partnerId\":472,\"sendViaEmail\":true,\"email\":\"Nabil.Tazit@arch-teco.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-11T07:27:46+00:00\",\"acceptedAt\":\"2023-09-11T07:27:46+00:00\",\"userId\":660,\"lastUpdatedAt\":\"2023-09-11T07:27:46+00:00\"},{\"id\":498,\"partnerId\":411,\"sendViaEmail\":true,\"email\":\"marc.borghers@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-12T07:30:28+00:00\",\"acceptedAt\":\"2023-09-12T07:30:28+00:00\",\"userId\":539,\"lastUpdatedAt\":\"2023-09-12T07:30:28+00:00\"},{\"id\":499,\"partnerId\":464,\"sendViaEmail\":true,\"email\":\"karadakicangela@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-13T07:53:05+00:00\",\"acceptedAt\":\"2023-09-13T07:53:05+00:00\",\"userId\":632,\"lastUpdatedAt\":\"2023-09-13T07:53:05+00:00\"},{\"id\":500,\"partnerId\":91,\"sendViaEmail\":true,\"email\":\"lykle@roosjen.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-15T13:10:41+00:00\",\"acceptedAt\":\"2023-09-15T13:10:42+00:00\",\"userId\":222,\"lastUpdatedAt\":\"2023-09-15T13:10:42+00:00\"},{\"id\":501,\"partnerId\":454,\"sendViaEmail\":true,\"email\":\"marinadenijs@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-20T09:50:13+00:00\",\"acceptedAt\":\"2023-09-20T09:50:13+00:00\",\"userId\":639,\"lastUpdatedAt\":\"2023-09-20T09:50:13+00:00\"},{\"id\":502,\"partnerId\":474,\"sendViaEmail\":false,\"email\":\"mark.proost@live.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-20T09:52:36+00:00\",\"acceptedAt\":\"2023-09-20T09:52:36+00:00\",\"userId\":666,\"lastUpdatedAt\":\"2023-09-20T09:52:36+00:00\"},{\"id\":503,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"Sylvester@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-22T08:35:27+00:00\",\"acceptedAt\":\"2023-09-22T08:35:27+00:00\",\"userId\":668,\"lastUpdatedAt\":\"2023-09-22T08:35:27+00:00\"},{\"id\":504,\"partnerId\":475,\"sendViaEmail\":false,\"email\":\"patrimonium@lievegem.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-22T08:57:22+00:00\",\"acceptedAt\":\"2023-09-22T08:57:22+00:00\",\"userId\":669,\"lastUpdatedAt\":\"2024-02-21T09:27:58+00:00\"},{\"id\":505,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pascal.meyvaert@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-22T10:18:25+00:00\",\"acceptedAt\":\"2023-09-22T10:18:25+00:00\",\"userId\":670,\"lastUpdatedAt\":\"2023-09-22T10:18:25+00:00\"},{\"id\":506,\"partnerId\":477,\"sendViaEmail\":true,\"email\":\"harry@deappelboom.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-25T09:32:14+00:00\",\"acceptedAt\":\"2023-09-25T09:32:15+00:00\",\"userId\":653,\"lastUpdatedAt\":\"2023-09-25T09:32:15+00:00\"},{\"id\":507,\"partnerId\":478,\"sendViaEmail\":false,\"email\":\"aster.roelandt@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-25T10:28:42+00:00\",\"acceptedAt\":\"2023-09-25T10:28:42+00:00\",\"userId\":671,\"lastUpdatedAt\":\"2023-09-25T10:28:42+00:00\"},{\"id\":508,\"partnerId\":479,\"sendViaEmail\":false,\"email\":\"kim_ingelbrecht@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-25T12:46:42+00:00\",\"acceptedAt\":\"2023-09-25T12:46:42+00:00\",\"userId\":672,\"lastUpdatedAt\":\"2023-09-25T12:46:42+00:00\"},{\"id\":509,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"sofieverheyden@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-25T13:26:04+00:00\",\"acceptedAt\":\"2023-09-25T13:26:04+00:00\",\"userId\":673,\"lastUpdatedAt\":\"2023-09-25T13:26:04+00:00\"},{\"id\":510,\"partnerId\":480,\"sendViaEmail\":false,\"email\":\"payconiq@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-26T09:55:33+00:00\",\"acceptedAt\":\"2023-09-26T09:55:33+00:00\",\"userId\":674,\"lastUpdatedAt\":\"2023-09-26T09:55:33+00:00\"},{\"id\":511,\"partnerId\":481,\"sendViaEmail\":false,\"email\":\"yacine.zine@wyzeconsulting.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-26T12:30:40+00:00\",\"acceptedAt\":\"2023-09-26T12:30:40+00:00\",\"userId\":675,\"lastUpdatedAt\":\"2023-09-26T12:30:40+00:00\"},{\"id\":512,\"partnerId\":483,\"sendViaEmail\":false,\"email\":\"Guy.VanderSande@VDS-Solutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-29T11:07:54+00:00\",\"acceptedAt\":\"2023-09-29T11:07:54+00:00\",\"userId\":677,\"lastUpdatedAt\":\"2023-09-29T11:07:54+00:00\"},{\"id\":513,\"partnerId\":457,\"sendViaEmail\":true,\"email\":\"tim.mammarella@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-03T11:00:13+00:00\",\"acceptedAt\":\"2023-10-03T11:00:13+00:00\",\"userId\":646,\"lastUpdatedAt\":\"2023-10-03T11:00:13+00:00\"},{\"id\":514,\"partnerId\":484,\"sendViaEmail\":true,\"email\":\"maurice.derden@stasbelgium.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-03T12:10:36+00:00\",\"acceptedAt\":\"2023-10-03T12:10:36+00:00\",\"userId\":680,\"lastUpdatedAt\":\"2023-10-03T12:10:36+00:00\"},{\"id\":515,\"partnerId\":484,\"sendViaEmail\":false,\"email\":\"kristof.stas@stasbelgium.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-04T09:14:24+00:00\",\"acceptedAt\":\"2023-10-04T09:14:24+00:00\",\"userId\":681,\"lastUpdatedAt\":\"2023-10-04T09:14:24+00:00\"},{\"id\":516,\"partnerId\":292,\"sendViaEmail\":false,\"email\":\"info@hotel-st-janshof.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-04T13:39:38+00:00\",\"acceptedAt\":\"2023-10-04T13:39:38+00:00\",\"userId\":683,\"lastUpdatedAt\":\"2023-10-04T13:39:38+00:00\"},{\"id\":517,\"partnerId\":485,\"sendViaEmail\":true,\"email\":\"myriamwaegenaar@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-06T12:38:25+00:00\",\"acceptedAt\":\"2023-10-06T12:38:25+00:00\",\"userId\":569,\"lastUpdatedAt\":\"2023-10-06T12:38:25+00:00\"},{\"id\":518,\"partnerId\":486,\"sendViaEmail\":true,\"email\":\"myriamwaegenaar@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-06T12:41:24+00:00\",\"acceptedAt\":\"2023-10-06T12:41:24+00:00\",\"userId\":569,\"lastUpdatedAt\":\"2023-10-06T12:41:24+00:00\"},{\"id\":519,\"partnerId\":347,\"sendViaEmail\":true,\"email\":\"degrooteanja@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-06T18:08:12+00:00\",\"acceptedAt\":\"2023-10-06T18:08:12+00:00\",\"userId\":467,\"lastUpdatedAt\":\"2023-10-06T18:08:12+00:00\"},{\"id\":520,\"partnerId\":487,\"sendViaEmail\":false,\"email\":\"david.ottoy@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-10T10:48:09+00:00\",\"acceptedAt\":\"2023-10-10T10:48:09+00:00\",\"userId\":690,\"lastUpdatedAt\":\"2023-10-10T10:48:09+00:00\"},{\"id\":521,\"partnerId\":488,\"sendViaEmail\":false,\"email\":\"info@cammaertbvba.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-11T11:22:17+00:00\",\"acceptedAt\":\"2023-10-11T11:22:17+00:00\",\"userId\":692,\"lastUpdatedAt\":\"2023-10-11T11:22:17+00:00\"},{\"id\":524,\"partnerId\":490,\"sendViaEmail\":false,\"email\":\"maurits.voormolen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-13T08:58:40+00:00\",\"acceptedAt\":\"2023-10-13T08:58:40+00:00\",\"userId\":696,\"lastUpdatedAt\":\"2023-10-13T08:58:40+00:00\"},{\"id\":525,\"partnerId\":491,\"sendViaEmail\":false,\"email\":\"ann.mortier@sezz.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-13T09:07:33+00:00\",\"acceptedAt\":\"2023-10-13T09:07:33+00:00\",\"userId\":697,\"lastUpdatedAt\":\"2023-10-13T09:07:33+00:00\"},{\"id\":526,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"lieve.geukens@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-13T12:19:17+00:00\",\"acceptedAt\":\"2023-10-13T12:19:17+00:00\",\"userId\":698,\"lastUpdatedAt\":\"2023-10-13T12:19:17+00:00\"},{\"id\":527,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"raf.theunis@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-13T14:56:05+00:00\",\"acceptedAt\":\"2023-10-13T14:56:05+00:00\",\"userId\":699,\"lastUpdatedAt\":\"2023-10-13T14:56:05+00:00\"},{\"id\":529,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"dieterlauwers@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-19T13:11:19+00:00\",\"acceptedAt\":\"2023-10-19T13:11:19+00:00\",\"userId\":706,\"lastUpdatedAt\":\"2023-10-19T13:11:19+00:00\"},{\"id\":531,\"partnerId\":498,\"sendViaEmail\":true,\"email\":\"Info@agathea.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-27T14:15:41+00:00\",\"acceptedAt\":\"2023-10-27T14:15:41+00:00\",\"userId\":716,\"lastUpdatedAt\":\"2023-10-27T14:15:41+00:00\"},{\"id\":532,\"partnerId\":451,\"sendViaEmail\":false,\"email\":\"jos@meubelen-jonckheere.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-30T08:03:34+00:00\",\"acceptedAt\":\"2023-10-30T08:03:34+00:00\",\"userId\":719,\"lastUpdatedAt\":\"2023-10-30T08:03:34+00:00\"},{\"id\":533,\"partnerId\":485,\"sendViaEmail\":false,\"email\":\"liliane@newline.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-30T10:09:36+00:00\",\"acceptedAt\":\"2023-10-30T10:09:36+00:00\",\"userId\":720,\"lastUpdatedAt\":\"2023-10-30T10:09:36+00:00\"},{\"id\":534,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"gino.debruyne@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-31T11:19:22+00:00\",\"acceptedAt\":\"2023-10-31T11:19:22+00:00\",\"userId\":721,\"lastUpdatedAt\":\"2023-10-31T11:19:22+00:00\"},{\"id\":536,\"partnerId\":499,\"sendViaEmail\":true,\"email\":\"petra-vanderstraeten@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-31T13:48:13+00:00\",\"acceptedAt\":\"2023-10-31T13:48:14+00:00\",\"userId\":723,\"lastUpdatedAt\":\"2023-10-31T13:48:14+00:00\"},{\"id\":537,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"levi.gooris@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-02T13:14:13+00:00\",\"acceptedAt\":\"2023-11-02T13:14:13+00:00\",\"userId\":728,\"lastUpdatedAt\":\"2023-11-02T13:14:13+00:00\"},{\"id\":538,\"partnerId\":501,\"sendViaEmail\":false,\"email\":\"Els.verlinden@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-03T13:24:04+00:00\",\"acceptedAt\":\"2023-11-03T13:24:04+00:00\",\"userId\":729,\"lastUpdatedAt\":\"2023-11-03T13:24:04+00:00\"},{\"id\":539,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"johanbaeten1@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-09T12:55:19+00:00\",\"acceptedAt\":\"2023-11-09T12:55:19+00:00\",\"userId\":739,\"lastUpdatedAt\":\"2023-11-09T12:55:19+00:00\"},{\"id\":540,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"pascal_b27@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-09T13:01:12+00:00\",\"acceptedAt\":\"2023-11-09T13:01:12+00:00\",\"userId\":740,\"lastUpdatedAt\":\"2023-11-09T13:01:12+00:00\"},{\"id\":541,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"jimmybrouckaert@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-09T13:06:40+00:00\",\"acceptedAt\":\"2023-11-09T13:06:40+00:00\",\"userId\":741,\"lastUpdatedAt\":\"2023-11-09T13:06:40+00:00\"},{\"id\":542,\"partnerId\":504,\"sendViaEmail\":true,\"email\":\"nathalie.scheppers@xemex.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-10T09:52:09+00:00\",\"acceptedAt\":\"2023-11-10T09:52:09+00:00\",\"userId\":727,\"lastUpdatedAt\":\"2023-11-10T09:52:09+00:00\"},{\"id\":543,\"partnerId\":505,\"sendViaEmail\":false,\"email\":\"stijn.bogaerts@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-10T14:23:12+00:00\",\"acceptedAt\":\"2023-11-10T14:23:12+00:00\",\"userId\":743,\"lastUpdatedAt\":\"2023-11-10T14:23:12+00:00\"},{\"id\":544,\"partnerId\":506,\"sendViaEmail\":false,\"email\":\"jdewitjoris.chem@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-10T14:56:38+00:00\",\"acceptedAt\":\"2023-11-10T14:56:38+00:00\",\"userId\":744,\"lastUpdatedAt\":\"2023-11-10T14:56:38+00:00\"},{\"id\":545,\"partnerId\":73,\"sendViaEmail\":true,\"email\":\"kurtcoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-10T19:33:11+00:00\",\"acceptedAt\":\"2023-11-10T19:33:11+00:00\",\"userId\":55,\"lastUpdatedAt\":\"2023-11-10T19:33:11+00:00\"},{\"id\":546,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"petercamps@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T11:36:50+00:00\",\"acceptedAt\":\"2023-11-13T11:36:50+00:00\",\"userId\":745,\"lastUpdatedAt\":\"2023-11-13T11:36:50+00:00\"},{\"id\":547,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"tommycorri@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T11:44:56+00:00\",\"acceptedAt\":\"2023-11-13T11:44:56+00:00\",\"userId\":746,\"lastUpdatedAt\":\"2023-11-13T11:44:56+00:00\"},{\"id\":548,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"jimmycorrias@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T11:52:18+00:00\",\"acceptedAt\":\"2023-11-13T11:52:18+00:00\",\"userId\":747,\"lastUpdatedAt\":\"2023-11-13T11:52:18+00:00\"},{\"id\":549,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"geert.debing@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T11:59:30+00:00\",\"acceptedAt\":\"2023-11-13T11:59:30+00:00\",\"userId\":748,\"lastUpdatedAt\":\"2023-11-13T11:59:30+00:00\"},{\"id\":550,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"jdegol@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T12:44:19+00:00\",\"acceptedAt\":\"2023-11-13T12:44:19+00:00\",\"userId\":749,\"lastUpdatedAt\":\"2023-11-13T12:44:19+00:00\"},{\"id\":551,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"filip_doucet@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T12:49:59+00:00\",\"acceptedAt\":\"2023-11-13T12:49:59+00:00\",\"userId\":750,\"lastUpdatedAt\":\"2023-11-13T12:49:59+00:00\"},{\"id\":552,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"youssefelballata@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T12:55:45+00:00\",\"acceptedAt\":\"2023-11-13T12:55:45+00:00\",\"userId\":751,\"lastUpdatedAt\":\"2023-11-13T12:55:45+00:00\"},{\"id\":553,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"timothy.geboers@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:00:39+00:00\",\"acceptedAt\":\"2023-11-13T13:00:39+00:00\",\"userId\":752,\"lastUpdatedAt\":\"2023-11-13T13:00:39+00:00\"},{\"id\":554,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"rob.geebelen@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:06:58+00:00\",\"acceptedAt\":\"2023-11-13T13:06:58+00:00\",\"userId\":753,\"lastUpdatedAt\":\"2023-11-13T13:06:58+00:00\"},{\"id\":555,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"bmppeters@home.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:09:52+00:00\",\"acceptedAt\":\"2023-11-13T13:09:52+00:00\",\"userId\":754,\"lastUpdatedAt\":\"2023-11-13T13:09:52+00:00\"},{\"id\":556,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"mouloud.iday@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:14:53+00:00\",\"acceptedAt\":\"2023-11-13T13:14:53+00:00\",\"userId\":755,\"lastUpdatedAt\":\"2023-11-13T13:14:53+00:00\"},{\"id\":557,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"christian.jehaes@live.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:17:26+00:00\",\"acceptedAt\":\"2023-11-13T13:17:26+00:00\",\"userId\":756,\"lastUpdatedAt\":\"2023-11-13T13:17:26+00:00\"},{\"id\":558,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"mark@markata.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:18:53+00:00\",\"acceptedAt\":\"2023-11-13T13:18:53+00:00\",\"userId\":757,\"lastUpdatedAt\":\"2023-11-13T13:18:53+00:00\"},{\"id\":559,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"ozkan.yasar@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:29:51+00:00\",\"acceptedAt\":\"2023-11-13T13:29:51+00:00\",\"userId\":758,\"lastUpdatedAt\":\"2023-11-13T13:29:51+00:00\"},{\"id\":560,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"bkusters1980@icloud.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:31:38+00:00\",\"acceptedAt\":\"2023-11-13T13:31:38+00:00\",\"userId\":759,\"lastUpdatedAt\":\"2023-11-13T13:31:38+00:00\"},{\"id\":561,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"serge.persoons1@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:33:10+00:00\",\"acceptedAt\":\"2023-11-13T13:33:10+00:00\",\"userId\":760,\"lastUpdatedAt\":\"2023-11-13T13:33:10+00:00\"},{\"id\":562,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"Pepelsjoey@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:38:35+00:00\",\"acceptedAt\":\"2023-11-13T13:38:35+00:00\",\"userId\":761,\"lastUpdatedAt\":\"2023-11-13T13:38:35+00:00\"},{\"id\":563,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"mauro.rossi33@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:39:03+00:00\",\"acceptedAt\":\"2023-11-13T13:39:03+00:00\",\"userId\":762,\"lastUpdatedAt\":\"2023-11-13T13:39:03+00:00\"},{\"id\":564,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"savelkouls_roy@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:43:49+00:00\",\"acceptedAt\":\"2023-11-13T13:43:49+00:00\",\"userId\":763,\"lastUpdatedAt\":\"2023-11-13T13:43:49+00:00\"},{\"id\":565,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"erik-s@live.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:47:55+00:00\",\"acceptedAt\":\"2023-11-13T13:47:55+00:00\",\"userId\":764,\"lastUpdatedAt\":\"2023-11-13T13:47:55+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":400,\"total\":1122}}"} 
[2025-07-17 19:08:20] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":566,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"bjorn.timmermans113@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:50:59+00:00\",\"acceptedAt\":\"2023-11-13T13:50:59+00:00\",\"userId\":765,\"lastUpdatedAt\":\"2023-11-13T13:50:59+00:00\"},{\"id\":567,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"dirk_reyskens@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:51:46+00:00\",\"acceptedAt\":\"2023-11-13T13:51:46+00:00\",\"userId\":766,\"lastUpdatedAt\":\"2023-11-13T13:51:46+00:00\"},{\"id\":568,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"gijsvangoethem@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:58:45+00:00\",\"acceptedAt\":\"2023-11-13T13:58:45+00:00\",\"userId\":767,\"lastUpdatedAt\":\"2023-11-13T13:58:45+00:00\"},{\"id\":569,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"sertacc66@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:58:51+00:00\",\"acceptedAt\":\"2023-11-13T13:58:51+00:00\",\"userId\":768,\"lastUpdatedAt\":\"2023-11-13T13:58:51+00:00\"},{\"id\":570,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"stijn_vandermeulen@msn.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:03:37+00:00\",\"acceptedAt\":\"2023-11-13T14:03:37+00:00\",\"userId\":769,\"lastUpdatedAt\":\"2023-11-13T14:03:37+00:00\"},{\"id\":571,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"rudi.vandeweyer1@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:05:26+00:00\",\"acceptedAt\":\"2023-11-13T14:05:26+00:00\",\"userId\":770,\"lastUpdatedAt\":\"2023-11-13T14:05:26+00:00\"},{\"id\":572,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"kenny.walis@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:11:28+00:00\",\"acceptedAt\":\"2023-11-13T14:11:28+00:00\",\"userId\":771,\"lastUpdatedAt\":\"2023-11-13T14:11:28+00:00\"},{\"id\":573,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"joris.willems@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:21:50+00:00\",\"acceptedAt\":\"2023-11-13T14:21:50+00:00\",\"userId\":772,\"lastUpdatedAt\":\"2023-11-23T08:22:12+00:00\"},{\"id\":574,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"tim.zeelmaekers@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:37:31+00:00\",\"acceptedAt\":\"2023-11-13T14:37:31+00:00\",\"userId\":773,\"lastUpdatedAt\":\"2023-11-13T14:37:31+00:00\"},{\"id\":575,\"partnerId\":507,\"sendViaEmail\":true,\"email\":\"anke.spannenburg@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T16:49:59+00:00\",\"acceptedAt\":\"2023-11-13T16:49:59+00:00\",\"userId\":705,\"lastUpdatedAt\":\"2023-11-13T16:49:59+00:00\"},{\"id\":576,\"partnerId\":508,\"sendViaEmail\":true,\"email\":\"solisalesconsulting@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-11-14T08:25:21+00:00\",\"acceptedAt\":\"2023-11-14T08:25:21+00:00\",\"userId\":717,\"lastUpdatedAt\":\"2023-11-14T08:25:21+00:00\"},{\"id\":577,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"eshun.josh@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-14T09:28:57+00:00\",\"acceptedAt\":\"2023-11-14T09:28:57+00:00\",\"userId\":774,\"lastUpdatedAt\":\"2023-11-14T09:28:57+00:00\"},{\"id\":578,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivo.karremans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-15T09:58:38+00:00\",\"acceptedAt\":\"2023-11-15T09:58:38+00:00\",\"userId\":702,\"lastUpdatedAt\":\"2023-11-15T09:58:38+00:00\"},{\"id\":579,\"partnerId\":509,\"sendViaEmail\":true,\"email\":\"Peter@tripleaccountancy.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-15T14:44:52+00:00\",\"acceptedAt\":\"2023-11-15T14:44:52+00:00\",\"userId\":777,\"lastUpdatedAt\":\"2024-07-29T09:23:39+00:00\"},{\"id\":581,\"partnerId\":504,\"sendViaEmail\":false,\"email\":\"wouter.mertens@xemex.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-16T10:58:44+00:00\",\"acceptedAt\":\"2023-11-16T10:58:44+00:00\",\"userId\":779,\"lastUpdatedAt\":\"2023-11-16T10:58:44+00:00\"},{\"id\":582,\"partnerId\":504,\"sendViaEmail\":false,\"email\":\"noor.verbeke@xemex.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-16T11:24:37+00:00\",\"acceptedAt\":\"2023-11-16T11:24:37+00:00\",\"userId\":780,\"lastUpdatedAt\":\"2023-11-16T11:24:37+00:00\"},{\"id\":583,\"partnerId\":504,\"sendViaEmail\":false,\"email\":\"bart.jonkers@xemex.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-16T11:29:40+00:00\",\"acceptedAt\":\"2023-11-16T11:29:40+00:00\",\"userId\":781,\"lastUpdatedAt\":\"2023-11-16T11:29:40+00:00\"},{\"id\":584,\"partnerId\":504,\"sendViaEmail\":true,\"email\":\"wouter.degeyndt@xemex.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-16T11:34:52+00:00\",\"acceptedAt\":\"2023-11-16T11:34:52+00:00\",\"userId\":778,\"lastUpdatedAt\":\"2023-11-16T11:34:52+00:00\"},{\"id\":585,\"partnerId\":8,\"sendViaEmail\":false,\"email\":\"garagejos@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-17T09:43:16+00:00\",\"acceptedAt\":\"2023-11-17T09:43:16+00:00\",\"userId\":792,\"lastUpdatedAt\":\"2023-11-17T09:43:16+00:00\"},{\"id\":586,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"jurgen@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-17T09:56:17+00:00\",\"acceptedAt\":\"2023-11-17T09:56:17+00:00\",\"userId\":793,\"lastUpdatedAt\":\"2023-11-17T09:56:17+00:00\"},{\"id\":587,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"Carlo@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-17T10:11:45+00:00\",\"acceptedAt\":\"2023-11-17T10:11:45+00:00\",\"userId\":795,\"lastUpdatedAt\":\"2023-11-17T10:11:45+00:00\"},{\"id\":588,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"Patrick@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-17T10:19:47+00:00\",\"acceptedAt\":\"2023-11-17T10:19:47+00:00\",\"userId\":796,\"lastUpdatedAt\":\"2023-11-17T10:19:47+00:00\"},{\"id\":589,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"erolyildiz@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:38:50+00:00\",\"acceptedAt\":\"2023-11-20T08:38:50+00:00\",\"userId\":790,\"lastUpdatedAt\":\"2023-11-20T08:38:50+00:00\"},{\"id\":590,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"marco_wijman@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:42:55+00:00\",\"acceptedAt\":\"2023-11-20T08:42:55+00:00\",\"userId\":789,\"lastUpdatedAt\":\"2023-11-20T08:42:55+00:00\"},{\"id\":591,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"hema13@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:44:15+00:00\",\"acceptedAt\":\"2023-11-20T08:44:15+00:00\",\"userId\":788,\"lastUpdatedAt\":\"2023-11-20T08:44:15+00:00\"},{\"id\":592,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"soren_soren@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:44:58+00:00\",\"acceptedAt\":\"2023-11-20T08:44:58+00:00\",\"userId\":787,\"lastUpdatedAt\":\"2023-11-20T08:44:58+00:00\"},{\"id\":593,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"van.rompay.marc1962@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:45:43+00:00\",\"acceptedAt\":\"2023-11-20T08:45:43+00:00\",\"userId\":786,\"lastUpdatedAt\":\"2023-11-20T08:45:43+00:00\"},{\"id\":594,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"federicotriventi@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:46:26+00:00\",\"acceptedAt\":\"2023-11-20T08:46:26+00:00\",\"userId\":785,\"lastUpdatedAt\":\"2023-11-20T08:46:26+00:00\"},{\"id\":595,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"rudi_thys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:47:16+00:00\",\"acceptedAt\":\"2023-11-20T08:47:16+00:00\",\"userId\":784,\"lastUpdatedAt\":\"2023-11-20T08:47:16+00:00\"},{\"id\":596,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"patrick-schols@skynet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:47:55+00:00\",\"acceptedAt\":\"2023-11-20T08:47:55+00:00\",\"userId\":783,\"lastUpdatedAt\":\"2023-11-20T08:47:55+00:00\"},{\"id\":597,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"j.bellinga@hesse-lignal.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T10:57:21+00:00\",\"acceptedAt\":\"2023-11-20T10:57:21+00:00\",\"userId\":802,\"lastUpdatedAt\":\"2023-11-20T10:57:21+00:00\"},{\"id\":598,\"partnerId\":512,\"sendViaEmail\":true,\"email\":\"mario.stm@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-21T13:50:43+00:00\",\"acceptedAt\":\"2023-11-21T13:50:43+00:00\",\"userId\":804,\"lastUpdatedAt\":\"2023-11-21T13:50:43+00:00\"},{\"id\":599,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"joeri.devriendt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-21T14:46:35+00:00\",\"acceptedAt\":\"2023-11-21T14:46:35+00:00\",\"userId\":791,\"lastUpdatedAt\":\"2023-11-21T14:46:35+00:00\"},{\"id\":600,\"partnerId\":511,\"sendViaEmail\":true,\"email\":\"chantalpicqueur@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-21T16:57:39+00:00\",\"acceptedAt\":\"2023-11-21T16:57:39+00:00\",\"userId\":776,\"lastUpdatedAt\":\"2023-11-21T16:57:39+00:00\"},{\"id\":601,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"julie@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-22T13:25:20+00:00\",\"acceptedAt\":\"2023-11-22T13:25:20+00:00\",\"userId\":805,\"lastUpdatedAt\":\"2023-11-22T13:25:20+00:00\"},{\"id\":602,\"partnerId\":514,\"sendViaEmail\":false,\"email\":null,\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/f3b2c983-a58b-4ed5-9b87-d9253cfd1ebc\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"pending\",\"createdAt\":\"2023-11-23T10:19:08+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-23T10:19:08+00:00\"},{\"id\":603,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"hilde.vandyck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-23T10:42:58+00:00\",\"acceptedAt\":\"2023-11-23T10:42:58+00:00\",\"userId\":807,\"lastUpdatedAt\":\"2023-11-23T10:42:58+00:00\"},{\"id\":604,\"partnerId\":515,\"sendViaEmail\":false,\"email\":\"facto.groep.bvba@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-23T12:56:48+00:00\",\"acceptedAt\":\"2023-11-23T12:56:48+00:00\",\"userId\":808,\"lastUpdatedAt\":\"2023-11-23T12:56:48+00:00\"},{\"id\":605,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"thomas-rsca@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-23T14:28:30+00:00\",\"acceptedAt\":\"2023-11-23T14:28:30+00:00\",\"userId\":809,\"lastUpdatedAt\":\"2023-11-23T14:28:30+00:00\"},{\"id\":606,\"partnerId\":516,\"sendViaEmail\":false,\"email\":\"kristiaan@meyvis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-23T15:05:52+00:00\",\"acceptedAt\":\"2023-11-23T15:05:52+00:00\",\"userId\":810,\"lastUpdatedAt\":\"2023-11-23T15:05:52+00:00\"},{\"id\":607,\"partnerId\":517,\"sendViaEmail\":false,\"email\":\"info@droomwolkje.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-24T15:10:39+00:00\",\"acceptedAt\":\"2023-11-24T15:10:39+00:00\",\"userId\":812,\"lastUpdatedAt\":\"2023-11-24T15:10:39+00:00\"},{\"id\":608,\"partnerId\":440,\"sendViaEmail\":false,\"email\":\"fen@blulinc.Com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T08:53:09+00:00\",\"acceptedAt\":\"2023-11-27T08:53:09+00:00\",\"userId\":814,\"lastUpdatedAt\":\"2023-11-27T08:53:09+00:00\"},{\"id\":609,\"partnerId\":468,\"sendViaEmail\":false,\"email\":\"chris@bme.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T11:13:02+00:00\",\"acceptedAt\":\"2023-11-27T11:13:02+00:00\",\"userId\":816,\"lastUpdatedAt\":\"2023-11-27T11:13:02+00:00\"},{\"id\":610,\"partnerId\":468,\"sendViaEmail\":false,\"email\":\"christian@bme.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T11:14:31+00:00\",\"acceptedAt\":\"2023-11-27T11:14:31+00:00\",\"userId\":817,\"lastUpdatedAt\":\"2023-11-27T11:14:31+00:00\"},{\"id\":611,\"partnerId\":519,\"sendViaEmail\":false,\"email\":\"mail@cicco.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T11:19:58+00:00\",\"acceptedAt\":\"2023-11-27T11:19:58+00:00\",\"userId\":818,\"lastUpdatedAt\":\"2023-11-27T11:19:58+00:00\"},{\"id\":612,\"partnerId\":517,\"sendViaEmail\":false,\"email\":\"miekederidder2007@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T16:14:40+00:00\",\"acceptedAt\":\"2023-11-27T16:14:40+00:00\",\"userId\":822,\"lastUpdatedAt\":\"2023-11-27T16:14:40+00:00\"},{\"id\":613,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"kledison17@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-29T15:59:09+00:00\",\"acceptedAt\":\"2023-11-29T15:59:09+00:00\",\"userId\":823,\"lastUpdatedAt\":\"2023-11-29T15:59:09+00:00\"},{\"id\":614,\"partnerId\":520,\"sendViaEmail\":true,\"email\":\"brigitte.brams@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-04T09:35:59+00:00\",\"acceptedAt\":\"2023-12-04T09:35:59+00:00\",\"userId\":831,\"lastUpdatedAt\":\"2023-12-04T09:35:59+00:00\"},{\"id\":615,\"partnerId\":346,\"sendViaEmail\":true,\"email\":\"userpincet@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-06T09:19:18+00:00\",\"acceptedAt\":\"2023-12-06T09:19:18+00:00\",\"userId\":833,\"lastUpdatedAt\":\"2023-12-06T09:19:18+00:00\"},{\"id\":616,\"partnerId\":517,\"sendViaEmail\":false,\"email\":\"svenloman@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-06T11:45:16+00:00\",\"acceptedAt\":\"2023-12-06T11:45:16+00:00\",\"userId\":837,\"lastUpdatedAt\":\"2023-12-06T11:45:16+00:00\"},{\"id\":617,\"partnerId\":218,\"sendViaEmail\":true,\"email\":\"it@diabetes.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-07T15:26:46+00:00\",\"acceptedAt\":\"2023-12-07T15:26:46+00:00\",\"userId\":236,\"lastUpdatedAt\":\"2023-12-07T15:26:46+00:00\"},{\"id\":618,\"partnerId\":218,\"sendViaEmail\":true,\"email\":\"thierry.regniers@diabetes.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-07T15:27:14+00:00\",\"acceptedAt\":\"2023-12-07T15:27:14+00:00\",\"userId\":233,\"lastUpdatedAt\":\"2023-12-07T15:27:14+00:00\"},{\"id\":619,\"partnerId\":354,\"sendViaEmail\":true,\"email\":\"jan.decancq@btciveco.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-08T13:53:16+00:00\",\"acceptedAt\":\"2023-12-08T13:53:16+00:00\",\"userId\":838,\"lastUpdatedAt\":\"2023-12-08T13:56:57+00:00\"},{\"id\":620,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"sergio.lopescosta@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-12T08:35:07+00:00\",\"acceptedAt\":\"2023-12-12T08:35:07+00:00\",\"userId\":842,\"lastUpdatedAt\":\"2023-12-12T08:35:07+00:00\"},{\"id\":621,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Ilse.eyckmans@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-12T10:00:45+00:00\",\"acceptedAt\":\"2023-12-12T10:00:45+00:00\",\"userId\":843,\"lastUpdatedAt\":\"2024-03-05T17:57:19+00:00\"},{\"id\":622,\"partnerId\":522,\"sendViaEmail\":true,\"email\":\"krista.buts@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-14T13:14:05+00:00\",\"acceptedAt\":\"2023-12-14T13:14:05+00:00\",\"userId\":737,\"lastUpdatedAt\":\"2023-12-14T13:14:05+00:00\"},{\"id\":623,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"bjorn.dupont@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-14T14:33:59+00:00\",\"acceptedAt\":\"2023-12-14T14:33:59+00:00\",\"userId\":846,\"lastUpdatedAt\":\"2023-12-14T14:33:59+00:00\"},{\"id\":624,\"partnerId\":513,\"sendViaEmail\":false,\"email\":\"ronny.baetens@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-18T10:28:23+00:00\",\"acceptedAt\":\"2023-12-18T10:28:23+00:00\",\"userId\":851,\"lastUpdatedAt\":\"2023-12-18T10:28:23+00:00\"},{\"id\":625,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"joppe.decock@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-19T09:24:49+00:00\",\"acceptedAt\":\"2023-12-19T09:24:49+00:00\",\"userId\":855,\"lastUpdatedAt\":\"2023-12-19T09:24:49+00:00\"},{\"id\":626,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"elisabethwiels@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-19T09:27:36+00:00\",\"acceptedAt\":\"2023-12-19T09:27:36+00:00\",\"userId\":856,\"lastUpdatedAt\":\"2023-12-19T09:27:36+00:00\"},{\"id\":627,\"partnerId\":524,\"sendViaEmail\":false,\"email\":\"julie@lessoeurs.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-12-20T11:46:51+00:00\",\"acceptedAt\":\"2023-12-20T11:46:51+00:00\",\"userId\":859,\"lastUpdatedAt\":\"2023-12-20T11:46:51+00:00\"},{\"id\":628,\"partnerId\":525,\"sendViaEmail\":false,\"email\":\"waldrik.pavoni@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-21T10:50:30+00:00\",\"acceptedAt\":\"2023-12-21T10:50:30+00:00\",\"userId\":860,\"lastUpdatedAt\":\"2023-12-21T10:50:30+00:00\"},{\"id\":629,\"partnerId\":526,\"sendViaEmail\":false,\"email\":\"kari_borms@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-21T15:43:21+00:00\",\"acceptedAt\":\"2023-12-21T15:43:21+00:00\",\"userId\":862,\"lastUpdatedAt\":\"2023-12-21T15:43:21+00:00\"},{\"id\":630,\"partnerId\":528,\"sendViaEmail\":true,\"email\":\"Eline@recruitrlab.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-22T13:56:59+00:00\",\"acceptedAt\":\"2023-12-22T13:56:59+00:00\",\"userId\":863,\"lastUpdatedAt\":\"2023-12-22T13:56:59+00:00\"},{\"id\":631,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"simon@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-22T13:58:26+00:00\",\"acceptedAt\":\"2023-12-22T13:58:26+00:00\",\"userId\":864,\"lastUpdatedAt\":\"2023-12-22T13:58:26+00:00\"},{\"id\":632,\"partnerId\":529,\"sendViaEmail\":true,\"email\":\"marco.pauwels333@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-28T11:10:07+00:00\",\"acceptedAt\":\"2023-12-28T11:10:07+00:00\",\"userId\":865,\"lastUpdatedAt\":\"2023-12-28T11:10:07+00:00\"},{\"id\":633,\"partnerId\":531,\"sendViaEmail\":false,\"email\":\"eimerscollin@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-29T10:45:48+00:00\",\"acceptedAt\":\"2023-12-29T10:45:48+00:00\",\"userId\":876,\"lastUpdatedAt\":\"2023-12-29T10:45:48+00:00\"},{\"id\":634,\"partnerId\":534,\"sendViaEmail\":true,\"email\":\"nik.voets@icloud.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-08T15:45:54+00:00\",\"acceptedAt\":\"2024-01-08T15:45:54+00:00\",\"userId\":803,\"lastUpdatedAt\":\"2024-01-08T15:45:54+00:00\"},{\"id\":635,\"partnerId\":537,\"sendViaEmail\":false,\"email\":\"info@imasvastgoed.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-12T08:12:52+00:00\",\"acceptedAt\":\"2024-01-12T08:12:52+00:00\",\"userId\":893,\"lastUpdatedAt\":\"2024-01-12T08:12:52+00:00\"},{\"id\":636,\"partnerId\":523,\"sendViaEmail\":false,\"email\":\"k_berghmans@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-12T08:33:42+00:00\",\"acceptedAt\":\"2024-01-12T08:33:42+00:00\",\"userId\":894,\"lastUpdatedAt\":\"2024-01-12T08:33:42+00:00\"},{\"id\":637,\"partnerId\":535,\"sendViaEmail\":true,\"email\":\"info@gerdschelfhout.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-15T08:16:05+00:00\",\"acceptedAt\":\"2024-01-15T08:16:05+00:00\",\"userId\":693,\"lastUpdatedAt\":\"2024-01-15T08:16:05+00:00\"},{\"id\":638,\"partnerId\":540,\"sendViaEmail\":true,\"email\":\"koen.devalck@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-16T11:17:08+00:00\",\"acceptedAt\":\"2024-01-16T11:17:08+00:00\",\"userId\":861,\"lastUpdatedAt\":\"2024-01-16T11:17:08+00:00\"},{\"id\":639,\"partnerId\":538,\"sendViaEmail\":true,\"email\":\"mseco@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-22T13:36:51+00:00\",\"acceptedAt\":\"2024-01-22T13:36:51+00:00\",\"userId\":835,\"lastUpdatedAt\":\"2024-01-22T13:36:51+00:00\"},{\"id\":640,\"partnerId\":546,\"sendViaEmail\":false,\"email\":\"joachim.alvarez@inlightbv.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-25T13:53:55+00:00\",\"acceptedAt\":\"2024-01-25T13:53:55+00:00\",\"userId\":909,\"lastUpdatedAt\":\"2024-01-25T13:53:55+00:00\"},{\"id\":641,\"partnerId\":518,\"sendViaEmail\":true,\"email\":\"wielandvanminnen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-25T16:00:01+00:00\",\"acceptedAt\":\"2024-01-25T16:00:01+00:00\",\"userId\":689,\"lastUpdatedAt\":\"2024-01-25T16:00:01+00:00\"},{\"id\":642,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"thijs.reynaerts@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-26T09:56:51+00:00\",\"acceptedAt\":\"2024-01-26T09:56:51+00:00\",\"userId\":910,\"lastUpdatedAt\":\"2024-01-26T09:56:51+00:00\"},{\"id\":643,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"Carl.nys@madolex.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-26T10:27:08+00:00\",\"acceptedAt\":\"2024-01-26T10:27:08+00:00\",\"userId\":911,\"lastUpdatedAt\":\"2024-01-26T10:27:08+00:00\"},{\"id\":644,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"t.vermeiren@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-26T14:05:09+00:00\",\"acceptedAt\":\"2024-01-26T14:05:09+00:00\",\"userId\":912,\"lastUpdatedAt\":\"2024-01-26T14:05:09+00:00\"},{\"id\":645,\"partnerId\":547,\"sendViaEmail\":true,\"email\":\"lucwils@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-26T16:26:48+00:00\",\"acceptedAt\":\"2024-01-26T16:26:48+00:00\",\"userId\":907,\"lastUpdatedAt\":\"2024-01-26T16:26:48+00:00\"},{\"id\":646,\"partnerId\":545,\"sendViaEmail\":true,\"email\":\"dries@ddmservices.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-28T08:55:21+00:00\",\"acceptedAt\":\"2024-01-28T08:55:21+00:00\",\"userId\":914,\"lastUpdatedAt\":\"2024-01-28T08:55:21+00:00\"},{\"id\":647,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Jef.daems@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-29T10:13:07+00:00\",\"acceptedAt\":\"2024-01-29T10:13:07+00:00\",\"userId\":917,\"lastUpdatedAt\":\"2024-01-29T10:13:07+00:00\"},{\"id\":648,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"juan.perez@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-29T11:02:42+00:00\",\"acceptedAt\":\"2024-01-29T11:02:42+00:00\",\"userId\":918,\"lastUpdatedAt\":\"2024-01-29T11:02:42+00:00\"},{\"id\":650,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"kim.mathyssen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-02T09:52:45+00:00\",\"acceptedAt\":\"2024-02-02T09:52:45+00:00\",\"userId\":925,\"lastUpdatedAt\":\"2024-02-02T09:52:45+00:00\"},{\"id\":651,\"partnerId\":541,\"sendViaEmail\":true,\"email\":\"tom@3trade.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-02T17:56:31+00:00\",\"acceptedAt\":\"2024-02-02T17:56:31+00:00\",\"userId\":713,\"lastUpdatedAt\":\"2024-02-02T17:56:31+00:00\"},{\"id\":652,\"partnerId\":551,\"sendViaEmail\":false,\"email\":\"bert.de.norre@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-03T11:27:21+00:00\",\"acceptedAt\":\"2024-02-03T11:27:21+00:00\",\"userId\":928,\"lastUpdatedAt\":\"2024-02-03T11:27:21+00:00\"},{\"id\":653,\"partnerId\":532,\"sendViaEmail\":false,\"email\":\"test@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-04T10:05:30+00:00\",\"acceptedAt\":\"2024-02-04T10:05:30+00:00\",\"userId\":929,\"lastUpdatedAt\":\"2024-02-04T10:05:30+00:00\"},{\"id\":654,\"partnerId\":532,\"sendViaEmail\":false,\"email\":\"test2@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-04T11:32:44+00:00\",\"acceptedAt\":\"2024-02-04T11:32:44+00:00\",\"userId\":930,\"lastUpdatedAt\":\"2024-02-04T11:32:44+00:00\"},{\"id\":655,\"partnerId\":552,\"sendViaEmail\":false,\"email\":\"segolene@soriabel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T09:43:18+00:00\",\"acceptedAt\":\"2024-02-05T09:43:18+00:00\",\"userId\":931,\"lastUpdatedAt\":\"2024-02-05T09:43:18+00:00\"},{\"id\":656,\"partnerId\":552,\"sendViaEmail\":false,\"email\":\"sabrina@soriabel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T10:06:01+00:00\",\"acceptedAt\":\"2024-02-05T10:06:01+00:00\",\"userId\":932,\"lastUpdatedAt\":\"2024-02-05T10:06:01+00:00\"},{\"id\":657,\"partnerId\":552,\"sendViaEmail\":false,\"email\":\"bernadette@soriabel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T10:10:56+00:00\",\"acceptedAt\":\"2024-02-05T10:10:56+00:00\",\"userId\":933,\"lastUpdatedAt\":\"2024-02-05T10:10:56+00:00\"},{\"id\":658,\"partnerId\":552,\"sendViaEmail\":false,\"email\":\"kaat@soriabel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T10:14:48+00:00\",\"acceptedAt\":\"2024-02-05T10:14:48+00:00\",\"userId\":934,\"lastUpdatedAt\":\"2024-02-05T10:14:48+00:00\"},{\"id\":659,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Christian.colfs@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T15:06:51+00:00\",\"acceptedAt\":\"2024-02-05T15:06:51+00:00\",\"userId\":936,\"lastUpdatedAt\":\"2024-02-05T15:06:51+00:00\"},{\"id\":660,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"bartvanstapel48@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T15:42:09+00:00\",\"acceptedAt\":\"2024-02-05T15:42:09+00:00\",\"userId\":937,\"lastUpdatedAt\":\"2024-02-05T15:42:09+00:00\"},{\"id\":661,\"partnerId\":395,\"sendViaEmail\":false,\"email\":\"sandra@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T16:49:40+00:00\",\"acceptedAt\":\"2024-02-05T16:49:40+00:00\",\"userId\":938,\"lastUpdatedAt\":\"2024-02-05T16:49:40+00:00\"},{\"id\":662,\"partnerId\":553,\"sendViaEmail\":true,\"email\":\"timothyverpoort@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-06T08:51:44+00:00\",\"acceptedAt\":\"2024-02-06T08:51:44+00:00\",\"userId\":602,\"lastUpdatedAt\":\"2024-02-06T08:51:44+00:00\"},{\"id\":664,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"orry.vanacker@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T09:48:33+00:00\",\"acceptedAt\":\"2024-02-13T09:48:33+00:00\",\"userId\":954,\"lastUpdatedAt\":\"2024-02-13T09:48:33+00:00\"},{\"id\":665,\"partnerId\":521,\"sendViaEmail\":false,\"email\":\"tine@thefairexperts.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T11:39:35+00:00\",\"acceptedAt\":\"2024-02-13T11:39:35+00:00\",\"userId\":955,\"lastUpdatedAt\":\"2024-02-13T11:39:35+00:00\"},{\"id\":666,\"partnerId\":521,\"sendViaEmail\":false,\"email\":\"valerie@thefairexperts.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T13:08:00+00:00\",\"acceptedAt\":\"2024-02-13T13:08:00+00:00\",\"userId\":956,\"lastUpdatedAt\":\"2024-02-13T13:08:00+00:00\"},{\"id\":667,\"partnerId\":521,\"sendViaEmail\":false,\"email\":\"michael@thefairexperts.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T13:14:46+00:00\",\"acceptedAt\":\"2024-02-13T13:14:46+00:00\",\"userId\":957,\"lastUpdatedAt\":\"2024-02-13T13:14:46+00:00\"},{\"id\":668,\"partnerId\":521,\"sendViaEmail\":false,\"email\":\"marc@thefairexperts.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T13:20:56+00:00\",\"acceptedAt\":\"2024-02-13T13:20:56+00:00\",\"userId\":958,\"lastUpdatedAt\":\"2024-02-13T13:20:56+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":500,\"total\":1122}}"} 
[2025-07-17 19:08:21] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":669,\"partnerId\":521,\"sendViaEmail\":true,\"email\":\"gregory.olszewski@matexpo.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T13:25:52+00:00\",\"acceptedAt\":\"2024-02-13T13:25:52+00:00\",\"userId\":844,\"lastUpdatedAt\":\"2024-02-13T13:25:52+00:00\"},{\"id\":670,\"partnerId\":554,\"sendViaEmail\":true,\"email\":\"anja.guldner@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T16:56:43+00:00\",\"acceptedAt\":\"2024-02-13T16:56:43+00:00\",\"userId\":960,\"lastUpdatedAt\":\"2024-02-13T16:56:43+00:00\"},{\"id\":671,\"partnerId\":555,\"sendViaEmail\":true,\"email\":\"v.beeckx@elegis.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T17:00:22+00:00\",\"acceptedAt\":\"2024-02-13T17:00:22+00:00\",\"userId\":961,\"lastUpdatedAt\":\"2024-02-24T15:28:27+00:00\"},{\"id\":672,\"partnerId\":558,\"sendViaEmail\":true,\"email\":\"fedor.pl@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T12:54:43+00:00\",\"acceptedAt\":\"2024-02-16T12:54:43+00:00\",\"userId\":963,\"lastUpdatedAt\":\"2024-02-16T12:54:43+00:00\"},{\"id\":673,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"jan@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:01:12+00:00\",\"acceptedAt\":\"2024-02-16T15:01:12+00:00\",\"userId\":965,\"lastUpdatedAt\":\"2024-02-16T15:01:12+00:00\"},{\"id\":674,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"Steven@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:03:58+00:00\",\"acceptedAt\":\"2024-02-16T15:03:58+00:00\",\"userId\":966,\"lastUpdatedAt\":\"2024-02-16T15:03:58+00:00\"},{\"id\":675,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"jochen@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:07:02+00:00\",\"acceptedAt\":\"2024-02-16T15:07:02+00:00\",\"userId\":967,\"lastUpdatedAt\":\"2024-02-16T15:07:02+00:00\"},{\"id\":676,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"philippe@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:08:35+00:00\",\"acceptedAt\":\"2024-02-16T15:08:35+00:00\",\"userId\":968,\"lastUpdatedAt\":\"2024-02-16T15:14:34+00:00\"},{\"id\":677,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"els.minten@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:21:50+00:00\",\"acceptedAt\":\"2024-02-16T15:21:50+00:00\",\"userId\":970,\"lastUpdatedAt\":\"2024-02-16T15:21:50+00:00\"},{\"id\":678,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"danush.moorghen@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:28:08+00:00\",\"acceptedAt\":\"2024-02-16T15:28:09+00:00\",\"userId\":971,\"lastUpdatedAt\":\"2024-02-16T15:28:09+00:00\"},{\"id\":679,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"ward@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:33:32+00:00\",\"acceptedAt\":\"2024-02-16T15:33:32+00:00\",\"userId\":972,\"lastUpdatedAt\":\"2024-02-16T15:33:32+00:00\"},{\"id\":680,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"linda@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:37:14+00:00\",\"acceptedAt\":\"2024-02-16T15:37:14+00:00\",\"userId\":973,\"lastUpdatedAt\":\"2024-02-16T15:37:14+00:00\"},{\"id\":681,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"tommie.van.mechgelen@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:45:45+00:00\",\"acceptedAt\":\"2024-02-16T15:45:46+00:00\",\"userId\":974,\"lastUpdatedAt\":\"2024-02-16T15:45:46+00:00\"},{\"id\":682,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"nippon-international@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-20T10:12:52+00:00\",\"acceptedAt\":\"2024-02-20T10:12:52+00:00\",\"userId\":983,\"lastUpdatedAt\":\"2024-02-20T10:12:52+00:00\"},{\"id\":683,\"partnerId\":560,\"sendViaEmail\":true,\"email\":\"hannekerkhofs@hctconsult.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-20T11:58:43+00:00\",\"acceptedAt\":\"2024-02-20T11:58:43+00:00\",\"userId\":887,\"lastUpdatedAt\":\"2024-02-20T11:58:43+00:00\"},{\"id\":684,\"partnerId\":561,\"sendViaEmail\":true,\"email\":\"gerard@euroquip.nl\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-20T14:34:06+00:00\",\"acceptedAt\":\"2024-02-20T14:34:07+00:00\",\"userId\":939,\"lastUpdatedAt\":\"2024-02-20T14:34:07+00:00\"},{\"id\":685,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"albi.palushi@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-21T11:58:25+00:00\",\"acceptedAt\":\"2024-02-21T11:58:25+00:00\",\"userId\":984,\"lastUpdatedAt\":\"2024-02-21T11:58:25+00:00\"},{\"id\":686,\"partnerId\":562,\"sendViaEmail\":true,\"email\":\"ken.kenens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:05:02+00:00\",\"acceptedAt\":\"2024-02-22T09:05:02+00:00\",\"userId\":943,\"lastUpdatedAt\":\"2024-02-22T09:05:02+00:00\"},{\"id\":687,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"gertjesalta@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:37:16+00:00\",\"acceptedAt\":\"2024-02-22T09:37:16+00:00\",\"userId\":985,\"lastUpdatedAt\":\"2024-02-22T09:37:16+00:00\"},{\"id\":688,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"iaconoalessio@msn.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:43:13+00:00\",\"acceptedAt\":\"2024-02-22T09:43:13+00:00\",\"userId\":986,\"lastUpdatedAt\":\"2024-02-22T09:43:13+00:00\"},{\"id\":689,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"kevinschoofs83@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:47:08+00:00\",\"acceptedAt\":\"2024-02-22T09:47:08+00:00\",\"userId\":987,\"lastUpdatedAt\":\"2024-02-22T09:47:08+00:00\"},{\"id\":690,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"moussasmaani29@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:50:14+00:00\",\"acceptedAt\":\"2024-02-22T09:50:14+00:00\",\"userId\":988,\"lastUpdatedAt\":\"2024-02-22T09:50:14+00:00\"},{\"id\":691,\"partnerId\":564,\"sendViaEmail\":true,\"email\":\"robby.mondelaers78@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T14:30:25+00:00\",\"acceptedAt\":\"2024-02-22T14:30:25+00:00\",\"userId\":922,\"lastUpdatedAt\":\"2024-02-22T14:30:25+00:00\"},{\"id\":692,\"partnerId\":565,\"sendViaEmail\":true,\"email\":\"olivier.duquenne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-23T09:31:01+00:00\",\"acceptedAt\":\"2024-02-23T09:31:01+00:00\",\"userId\":935,\"lastUpdatedAt\":\"2024-02-23T09:31:01+00:00\"},{\"id\":693,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"kris@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-23T15:32:15+00:00\",\"acceptedAt\":\"2024-02-23T15:32:15+00:00\",\"userId\":991,\"lastUpdatedAt\":\"2024-02-23T15:32:15+00:00\"},{\"id\":694,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"jimmy.gorissen@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-23T15:35:57+00:00\",\"acceptedAt\":\"2024-02-23T15:35:57+00:00\",\"userId\":990,\"lastUpdatedAt\":\"2024-02-23T15:35:57+00:00\"},{\"id\":695,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"Pieter.luts@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-23T15:36:41+00:00\",\"acceptedAt\":\"2024-02-23T15:36:41+00:00\",\"userId\":969,\"lastUpdatedAt\":\"2024-02-26T10:20:27+00:00\"},{\"id\":696,\"partnerId\":567,\"sendViaEmail\":false,\"email\":\"mvanschel@deloitte.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-24T11:10:07+00:00\",\"acceptedAt\":\"2024-02-24T11:10:07+00:00\",\"userId\":994,\"lastUpdatedAt\":\"2024-02-24T11:10:07+00:00\"},{\"id\":697,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Talitha.vandrom@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-26T12:54:39+00:00\",\"acceptedAt\":\"2024-02-26T12:54:39+00:00\",\"userId\":996,\"lastUpdatedAt\":\"2024-02-26T12:54:39+00:00\"},{\"id\":698,\"partnerId\":260,\"sendViaEmail\":false,\"email\":\"johanvanderstraeten@curon.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-27T08:34:17+00:00\",\"acceptedAt\":\"2024-02-27T08:34:17+00:00\",\"userId\":997,\"lastUpdatedAt\":\"2024-02-27T08:34:17+00:00\"},{\"id\":699,\"partnerId\":568,\"sendViaEmail\":false,\"email\":\"gino@ligi.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-29T10:32:52+00:00\",\"acceptedAt\":\"2024-02-29T10:32:52+00:00\",\"userId\":999,\"lastUpdatedAt\":\"2024-02-29T10:32:52+00:00\"},{\"id\":700,\"partnerId\":10,\"sendViaEmail\":false,\"email\":\"f.Clinckemaillie@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-29T15:24:47+00:00\",\"acceptedAt\":\"2024-02-29T15:24:47+00:00\",\"userId\":1001,\"lastUpdatedAt\":\"2024-02-29T15:24:47+00:00\"},{\"id\":701,\"partnerId\":571,\"sendViaEmail\":false,\"email\":\"karenkeygnaert@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-01T13:02:01+00:00\",\"acceptedAt\":\"2024-03-01T13:02:01+00:00\",\"userId\":1004,\"lastUpdatedAt\":\"2024-03-01T13:02:01+00:00\"},{\"id\":702,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"niels.helsen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-04T10:46:48+00:00\",\"acceptedAt\":\"2024-03-04T10:46:48+00:00\",\"userId\":1008,\"lastUpdatedAt\":\"2024-03-04T10:46:48+00:00\"},{\"id\":703,\"partnerId\":559,\"sendViaEmail\":false,\"email\":\"tim@aviniti.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-04T10:59:43+00:00\",\"acceptedAt\":\"2024-03-04T10:59:43+00:00\",\"userId\":1009,\"lastUpdatedAt\":\"2024-03-04T10:59:43+00:00\"},{\"id\":704,\"partnerId\":559,\"sendViaEmail\":false,\"email\":\"roland.vangasse@aviniti.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-04T11:05:30+00:00\",\"acceptedAt\":\"2024-03-04T11:05:30+00:00\",\"userId\":1010,\"lastUpdatedAt\":\"2024-03-04T11:05:30+00:00\"},{\"id\":705,\"partnerId\":572,\"sendViaEmail\":false,\"email\":\"apotheek.moonen@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-04T13:57:15+00:00\",\"acceptedAt\":\"2024-03-04T13:57:15+00:00\",\"userId\":1011,\"lastUpdatedAt\":\"2024-03-04T13:57:15+00:00\"},{\"id\":706,\"partnerId\":484,\"sendViaEmail\":true,\"email\":\"michiel.drijvers@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-05T08:26:10+00:00\",\"acceptedAt\":\"2024-03-05T08:26:10+00:00\",\"userId\":995,\"lastUpdatedAt\":\"2024-03-05T08:26:10+00:00\"},{\"id\":707,\"partnerId\":287,\"sendViaEmail\":true,\"email\":\"gaetan@vadigran.be\",\"language\":\"fr\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-05T15:09:20+00:00\",\"acceptedAt\":\"2024-03-05T15:09:20+00:00\",\"userId\":340,\"lastUpdatedAt\":\"2024-03-05T15:09:20+00:00\"},{\"id\":709,\"partnerId\":573,\"sendViaEmail\":true,\"email\":\"flup.vanbackle@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-07T09:08:04+00:00\",\"acceptedAt\":\"2024-03-07T09:08:04+00:00\",\"userId\":923,\"lastUpdatedAt\":\"2024-03-07T17:22:42+00:00\"},{\"id\":710,\"partnerId\":574,\"sendViaEmail\":false,\"email\":\"philippe.herickx@multimag.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-07T10:05:03+00:00\",\"acceptedAt\":\"2024-03-07T10:05:03+00:00\",\"userId\":1019,\"lastUpdatedAt\":\"2024-03-07T10:05:03+00:00\"},{\"id\":711,\"partnerId\":573,\"sendViaEmail\":true,\"email\":\"vandenbosch.marleen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T10:53:21+00:00\",\"acceptedAt\":\"2024-03-08T10:53:21+00:00\",\"userId\":924,\"lastUpdatedAt\":\"2024-03-08T10:53:21+00:00\"},{\"id\":712,\"partnerId\":575,\"sendViaEmail\":true,\"email\":\"de.clercq.david@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T11:02:44+00:00\",\"acceptedAt\":\"2024-03-08T11:02:44+00:00\",\"userId\":942,\"lastUpdatedAt\":\"2024-03-08T11:02:44+00:00\"},{\"id\":713,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"michiel.despeels@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T11:48:29+00:00\",\"acceptedAt\":\"2024-03-08T11:48:29+00:00\",\"userId\":1020,\"lastUpdatedAt\":\"2024-03-08T11:48:29+00:00\"},{\"id\":714,\"partnerId\":576,\"sendViaEmail\":false,\"email\":\"raihana.messaoudi@polygongroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T13:25:44+00:00\",\"acceptedAt\":\"2024-03-08T13:25:44+00:00\",\"userId\":1021,\"lastUpdatedAt\":\"2024-03-08T13:25:44+00:00\"},{\"id\":715,\"partnerId\":576,\"sendViaEmail\":true,\"email\":\"ive.cleymans@polygongroup.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T13:36:10+00:00\",\"acceptedAt\":\"2024-03-08T13:36:10+00:00\",\"userId\":982,\"lastUpdatedAt\":\"2024-03-08T13:36:10+00:00\"},{\"id\":716,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"visitorsprobisbv@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-15T10:07:30+00:00\",\"acceptedAt\":\"2024-03-15T10:07:30+00:00\",\"userId\":1026,\"lastUpdatedAt\":\"2024-03-15T10:07:30+00:00\"},{\"id\":717,\"partnerId\":421,\"sendViaEmail\":true,\"email\":\"visitorsprobisbv@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-15T10:27:01+00:00\",\"acceptedAt\":\"2024-03-15T10:27:01+00:00\",\"userId\":1026,\"lastUpdatedAt\":\"2024-03-15T10:27:01+00:00\"},{\"id\":718,\"partnerId\":578,\"sendViaEmail\":false,\"email\":\"michele@belroseclassics.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-15T13:40:16+00:00\",\"acceptedAt\":\"2024-03-15T13:40:16+00:00\",\"userId\":1029,\"lastUpdatedAt\":\"2024-03-15T13:40:16+00:00\"},{\"id\":719,\"partnerId\":580,\"sendViaEmail\":true,\"email\":\"dcruyt@skynet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-18T08:42:48+00:00\",\"acceptedAt\":\"2024-03-18T08:42:48+00:00\",\"userId\":962,\"lastUpdatedAt\":\"2024-03-18T08:42:48+00:00\"},{\"id\":725,\"partnerId\":569,\"sendViaEmail\":true,\"email\":\"michael.soetens@energie-makelaars.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-19T15:23:06+00:00\",\"acceptedAt\":\"2024-03-19T15:23:06+00:00\",\"userId\":905,\"lastUpdatedAt\":\"2024-03-19T15:23:06+00:00\"},{\"id\":726,\"partnerId\":583,\"sendViaEmail\":false,\"email\":\"nickyverstrael@icloud.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-21T10:22:20+00:00\",\"acceptedAt\":\"2024-03-21T10:22:20+00:00\",\"userId\":1040,\"lastUpdatedAt\":\"2024-03-21T10:22:20+00:00\"},{\"id\":727,\"partnerId\":582,\"sendViaEmail\":false,\"email\":\"Johnny@etramo.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T11:49:59+00:00\",\"acceptedAt\":\"2024-03-22T11:49:59+00:00\",\"userId\":1041,\"lastUpdatedAt\":\"2024-03-22T11:49:59+00:00\"},{\"id\":728,\"partnerId\":582,\"sendViaEmail\":false,\"email\":\"gerlinde.van.besauw@etramo.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T11:51:58+00:00\",\"acceptedAt\":\"2024-03-22T11:51:58+00:00\",\"userId\":1042,\"lastUpdatedAt\":\"2024-03-22T11:51:58+00:00\"},{\"id\":729,\"partnerId\":584,\"sendViaEmail\":false,\"email\":\"stef@hairplane.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T13:24:46+00:00\",\"acceptedAt\":\"2024-03-22T13:24:46+00:00\",\"userId\":1044,\"lastUpdatedAt\":\"2024-03-22T13:24:46+00:00\"},{\"id\":730,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"petra.meeusen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T14:17:14+00:00\",\"acceptedAt\":\"2024-03-22T14:17:14+00:00\",\"userId\":1045,\"lastUpdatedAt\":\"2024-03-22T14:17:14+00:00\"},{\"id\":731,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ann.demeyer@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T14:27:10+00:00\",\"acceptedAt\":\"2024-03-22T14:27:10+00:00\",\"userId\":1046,\"lastUpdatedAt\":\"2024-03-22T14:27:10+00:00\"},{\"id\":732,\"partnerId\":532,\"sendViaEmail\":true,\"email\":\"tim@move2green.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-03-23T11:03:06+00:00\",\"acceptedAt\":\"2024-03-23T11:03:06+00:00\",\"userId\":806,\"lastUpdatedAt\":\"2024-03-23T11:03:06+00:00\"},{\"id\":733,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ilseeyckmans@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-23T17:00:40+00:00\",\"acceptedAt\":\"2024-03-23T17:00:40+00:00\",\"userId\":1050,\"lastUpdatedAt\":\"2024-03-23T17:00:40+00:00\"},{\"id\":737,\"partnerId\":548,\"sendViaEmail\":true,\"email\":\"vranckenwim@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-25T15:37:57+00:00\",\"acceptedAt\":\"2024-03-25T15:37:57+00:00\",\"userId\":280,\"lastUpdatedAt\":\"2024-03-25T15:37:57+00:00\"},{\"id\":740,\"partnerId\":576,\"sendViaEmail\":true,\"email\":\"carla.slaets@polygongroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-28T09:47:04+00:00\",\"acceptedAt\":\"2024-03-28T09:47:04+00:00\",\"userId\":1055,\"lastUpdatedAt\":\"2024-03-28T09:47:04+00:00\"},{\"id\":742,\"partnerId\":586,\"sendViaEmail\":false,\"email\":\"bobvdb13@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-28T11:27:52+00:00\",\"acceptedAt\":\"2024-03-28T11:27:52+00:00\",\"userId\":1061,\"lastUpdatedAt\":\"2024-03-28T11:27:52+00:00\"},{\"id\":744,\"partnerId\":582,\"sendViaEmail\":true,\"email\":\"rico@etramo.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-29T10:09:18+00:00\",\"acceptedAt\":\"2024-03-29T10:09:18+00:00\",\"userId\":1043,\"lastUpdatedAt\":\"2024-03-29T10:09:18+00:00\"},{\"id\":745,\"partnerId\":589,\"sendViaEmail\":false,\"email\":\"jimmy@lulucatering.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-30T09:26:21+00:00\",\"acceptedAt\":\"2024-03-30T09:26:21+00:00\",\"userId\":1070,\"lastUpdatedAt\":\"2024-03-30T09:26:21+00:00\"},{\"id\":746,\"partnerId\":287,\"sendViaEmail\":false,\"email\":\"Romuald@vadigran.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-02T08:40:55+00:00\",\"acceptedAt\":\"2024-04-02T08:40:55+00:00\",\"userId\":1075,\"lastUpdatedAt\":\"2024-04-02T08:40:55+00:00\"},{\"id\":747,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"muhammed.yasar@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-02T09:57:43+00:00\",\"acceptedAt\":\"2024-04-02T09:57:43+00:00\",\"userId\":1076,\"lastUpdatedAt\":\"2024-04-02T09:57:43+00:00\"},{\"id\":748,\"partnerId\":287,\"sendViaEmail\":true,\"email\":\"jimmyv@vadigran.be\",\"language\":\"fr\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-03T10:13:26+00:00\",\"acceptedAt\":\"2024-04-03T10:13:26+00:00\",\"userId\":1074,\"lastUpdatedAt\":\"2024-04-03T10:13:26+00:00\"},{\"id\":749,\"partnerId\":593,\"sendViaEmail\":true,\"email\":\"kpeconsulting@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-05T17:45:30+00:00\",\"acceptedAt\":\"2024-04-05T17:45:30+00:00\",\"userId\":1084,\"lastUpdatedAt\":\"2024-04-05T17:45:30+00:00\"},{\"id\":751,\"partnerId\":527,\"sendViaEmail\":true,\"email\":\"nicobonnast@me.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-11T08:26:00+00:00\",\"acceptedAt\":\"2024-04-11T08:26:00+00:00\",\"userId\":858,\"lastUpdatedAt\":\"2024-04-11T08:26:00+00:00\"},{\"id\":752,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"estherbaudts@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-12T10:29:44+00:00\",\"acceptedAt\":\"2024-04-12T10:29:44+00:00\",\"userId\":1094,\"lastUpdatedAt\":\"2024-04-12T10:29:44+00:00\"},{\"id\":753,\"partnerId\":577,\"sendViaEmail\":true,\"email\":\"dewittefenix@yahoo.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-12T13:12:29+00:00\",\"acceptedAt\":\"2024-04-12T13:12:29+00:00\",\"userId\":946,\"lastUpdatedAt\":\"2024-04-12T13:12:29+00:00\"},{\"id\":754,\"partnerId\":570,\"sendViaEmail\":false,\"email\":\"mike@brandnewoffice.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T08:35:06+00:00\",\"acceptedAt\":\"2024-04-16T08:35:06+00:00\",\"userId\":1114,\"lastUpdatedAt\":\"2024-04-16T08:35:06+00:00\"},{\"id\":755,\"partnerId\":504,\"sendViaEmail\":false,\"email\":\"tom.naets@xemex.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T08:39:06+00:00\",\"acceptedAt\":\"2024-04-16T08:39:06+00:00\",\"userId\":1115,\"lastUpdatedAt\":\"2024-04-16T08:39:06+00:00\"},{\"id\":756,\"partnerId\":595,\"sendViaEmail\":false,\"email\":\"Pietervannieuwenhuyzen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T10:25:16+00:00\",\"acceptedAt\":\"2024-04-16T10:25:16+00:00\",\"userId\":1116,\"lastUpdatedAt\":\"2024-04-16T10:25:16+00:00\"},{\"id\":757,\"partnerId\":596,\"sendViaEmail\":true,\"email\":\"mertenskatharina1@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T10:44:37+00:00\",\"acceptedAt\":\"2024-04-16T10:44:37+00:00\",\"userId\":1108,\"lastUpdatedAt\":\"2024-04-16T10:44:37+00:00\"},{\"id\":758,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"lisaswerts@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T12:22:44+00:00\",\"acceptedAt\":\"2024-04-16T12:22:44+00:00\",\"userId\":1117,\"lastUpdatedAt\":\"2024-04-16T12:22:44+00:00\"},{\"id\":759,\"partnerId\":579,\"sendViaEmail\":false,\"email\":\"ann.kemps@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T15:41:09+00:00\",\"acceptedAt\":\"2024-04-16T15:41:09+00:00\",\"userId\":1031,\"lastUpdatedAt\":\"2024-04-16T15:41:09+00:00\"},{\"id\":760,\"partnerId\":597,\"sendViaEmail\":true,\"email\":\"svanbrab@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-04-17T12:08:41+00:00\",\"acceptedAt\":\"2024-04-17T12:08:41+00:00\",\"userId\":1104,\"lastUpdatedAt\":\"2024-04-17T12:08:41+00:00\"},{\"id\":761,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"nathalie.haepers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-17T12:31:38+00:00\",\"acceptedAt\":\"2024-04-17T12:31:38+00:00\",\"userId\":1122,\"lastUpdatedAt\":\"2024-04-17T12:31:38+00:00\"},{\"id\":762,\"partnerId\":598,\"sendViaEmail\":false,\"email\":\"janssensclaudine3@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-17T14:01:50+00:00\",\"acceptedAt\":\"2024-04-17T14:01:50+00:00\",\"userId\":1123,\"lastUpdatedAt\":\"2024-04-17T14:01:50+00:00\"},{\"id\":764,\"partnerId\":600,\"sendViaEmail\":false,\"email\":\"j.dekeukeleire@harmony-cr.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-18T12:04:34+00:00\",\"acceptedAt\":\"2024-04-18T12:04:34+00:00\",\"userId\":1130,\"lastUpdatedAt\":\"2024-04-18T12:04:34+00:00\"},{\"id\":765,\"partnerId\":601,\"sendViaEmail\":false,\"email\":\"xaviervandenbraembussche@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-18T13:21:49+00:00\",\"acceptedAt\":\"2024-04-18T13:21:49+00:00\",\"userId\":1133,\"lastUpdatedAt\":\"2024-04-18T13:21:49+00:00\"},{\"id\":767,\"partnerId\":603,\"sendViaEmail\":false,\"email\":\"distephanolopes@live.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-22T11:16:48+00:00\",\"acceptedAt\":\"2024-04-22T11:16:48+00:00\",\"userId\":1069,\"lastUpdatedAt\":\"2024-04-22T11:16:48+00:00\"},{\"id\":769,\"partnerId\":606,\"sendViaEmail\":true,\"email\":\"a.vantilburg@eurogym.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-04-23T14:48:21+00:00\",\"acceptedAt\":\"2024-04-23T14:48:21+00:00\",\"userId\":1161,\"lastUpdatedAt\":\"2024-04-23T14:48:21+00:00\"},{\"id\":776,\"partnerId\":612,\"sendViaEmail\":true,\"email\":\"fleet@ocb.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-02T12:44:22+00:00\",\"acceptedAt\":\"2024-05-02T12:44:22+00:00\",\"userId\":1165,\"lastUpdatedAt\":\"2024-05-02T12:44:22+00:00\"},{\"id\":777,\"partnerId\":614,\"sendViaEmail\":false,\"email\":\"servaesconsult@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-07T08:58:47+00:00\",\"acceptedAt\":\"2024-05-07T08:58:47+00:00\",\"userId\":1202,\"lastUpdatedAt\":\"2024-05-07T08:58:47+00:00\"},{\"id\":780,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"robbe.k@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-13T13:19:59+00:00\",\"acceptedAt\":\"2024-05-13T13:19:59+00:00\",\"userId\":1214,\"lastUpdatedAt\":\"2024-05-13T13:19:59+00:00\"},{\"id\":781,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"lennert@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:49:37+00:00\",\"acceptedAt\":\"2024-05-14T10:49:37+00:00\",\"userId\":1215,\"lastUpdatedAt\":\"2024-05-14T10:49:37+00:00\"},{\"id\":782,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Bram@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:49:58+00:00\",\"acceptedAt\":\"2024-05-14T10:49:58+00:00\",\"userId\":1216,\"lastUpdatedAt\":\"2024-05-14T10:51:47+00:00\"},{\"id\":783,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Steve@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:50:21+00:00\",\"acceptedAt\":\"2024-05-14T10:50:21+00:00\",\"userId\":1217,\"lastUpdatedAt\":\"2024-05-14T10:51:36+00:00\"},{\"id\":784,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Filip@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:50:53+00:00\",\"acceptedAt\":\"2024-05-14T10:50:53+00:00\",\"userId\":1218,\"lastUpdatedAt\":\"2024-05-14T10:52:17+00:00\"},{\"id\":785,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Kim@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:51:23+00:00\",\"acceptedAt\":\"2024-05-14T10:51:23+00:00\",\"userId\":1219,\"lastUpdatedAt\":\"2024-05-14T10:51:23+00:00\"},{\"id\":786,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Sherilyn@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:52:55+00:00\",\"acceptedAt\":\"2024-05-14T10:52:55+00:00\",\"userId\":1220,\"lastUpdatedAt\":\"2024-05-14T10:53:08+00:00\"},{\"id\":787,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Quinten@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:53:44+00:00\",\"acceptedAt\":\"2024-05-14T10:53:44+00:00\",\"userId\":1221,\"lastUpdatedAt\":\"2024-05-14T10:53:54+00:00\"},{\"id\":788,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Ilse@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:54:25+00:00\",\"acceptedAt\":\"2024-05-14T10:54:25+00:00\",\"userId\":1222,\"lastUpdatedAt\":\"2024-05-14T10:54:25+00:00\"},{\"id\":789,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"niels@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T12:13:31+00:00\",\"acceptedAt\":\"2024-05-14T12:13:31+00:00\",\"userId\":703,\"lastUpdatedAt\":\"2024-05-14T12:13:31+00:00\"},{\"id\":791,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"francis.peeters@aviniti.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-05-21T15:13:36+00:00\",\"acceptedAt\":\"2024-05-21T15:13:36+00:00\",\"userId\":1231,\"lastUpdatedAt\":\"2024-05-21T15:13:36+00:00\"},{\"id\":792,\"partnerId\":623,\"sendViaEmail\":false,\"email\":\"ybe.vancalster@naessensp.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T10:38:41+00:00\",\"acceptedAt\":\"2024-05-22T10:38:42+00:00\",\"userId\":1233,\"lastUpdatedAt\":\"2024-05-22T10:38:41+00:00\"},{\"id\":793,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"herve.debraekeleer@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:23:03+00:00\",\"acceptedAt\":\"2024-05-22T13:23:03+00:00\",\"userId\":1211,\"lastUpdatedAt\":\"2024-05-22T13:23:03+00:00\"},{\"id\":794,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"bjorn.vanvelthoven@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:25:27+00:00\",\"acceptedAt\":\"2024-05-22T13:25:27+00:00\",\"userId\":1060,\"lastUpdatedAt\":\"2024-05-22T13:25:27+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":600,\"total\":1122}}"} 
[2025-07-17 19:08:22] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":795,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"stephan.vanhoecke@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:29:22+00:00\",\"acceptedAt\":\"2024-05-22T13:29:22+00:00\",\"userId\":1037,\"lastUpdatedAt\":\"2024-05-22T13:29:22+00:00\"},{\"id\":796,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"dirk.huyck@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:31:23+00:00\",\"acceptedAt\":\"2024-05-22T13:31:23+00:00\",\"userId\":1036,\"lastUpdatedAt\":\"2024-05-22T13:31:23+00:00\"},{\"id\":797,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"michael.hermans@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:33:44+00:00\",\"acceptedAt\":\"2024-05-22T13:33:44+00:00\",\"userId\":1035,\"lastUpdatedAt\":\"2024-05-22T13:33:44+00:00\"},{\"id\":798,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"bart.blommaert@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:35:41+00:00\",\"acceptedAt\":\"2024-05-22T13:35:41+00:00\",\"userId\":1034,\"lastUpdatedAt\":\"2024-05-22T13:35:41+00:00\"},{\"id\":807,\"partnerId\":623,\"sendViaEmail\":true,\"email\":\"Wendy.Vanhille@naessensp.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-05-23T09:58:30+00:00\",\"acceptedAt\":\"2024-05-23T09:58:30+00:00\",\"userId\":1187,\"lastUpdatedAt\":\"2024-05-23T09:58:30+00:00\"},{\"id\":808,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"madelaine.buytaert@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T10:04:44+00:00\",\"acceptedAt\":\"2024-05-24T10:04:44+00:00\",\"userId\":1244,\"lastUpdatedAt\":\"2024-05-24T10:04:44+00:00\"},{\"id\":809,\"partnerId\":627,\"sendViaEmail\":true,\"email\":\"kurt.vermeire1@Telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T12:16:57+00:00\",\"acceptedAt\":\"2024-05-24T12:16:57+00:00\",\"userId\":940,\"lastUpdatedAt\":\"2024-05-24T12:16:57+00:00\"},{\"id\":810,\"partnerId\":599,\"sendViaEmail\":false,\"email\":\"mebatuzele@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T13:02:48+00:00\",\"acceptedAt\":\"2024-05-24T13:02:48+00:00\",\"userId\":1124,\"lastUpdatedAt\":\"2024-05-24T13:02:48+00:00\"},{\"id\":811,\"partnerId\":599,\"sendViaEmail\":false,\"email\":\"yusuffire.00@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T13:03:48+00:00\",\"acceptedAt\":\"2024-05-24T13:03:48+00:00\",\"userId\":1180,\"lastUpdatedAt\":\"2024-05-24T13:03:48+00:00\"},{\"id\":812,\"partnerId\":599,\"sendViaEmail\":false,\"email\":\"seldakirazbarut@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T13:04:06+00:00\",\"acceptedAt\":\"2024-05-24T13:04:06+00:00\",\"userId\":1181,\"lastUpdatedAt\":\"2024-05-24T13:04:06+00:00\"},{\"id\":814,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"liesbethverhoeven3@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-27T10:24:00+00:00\",\"acceptedAt\":\"2024-05-27T10:24:00+00:00\",\"userId\":1246,\"lastUpdatedAt\":\"2024-05-27T10:24:00+00:00\"},{\"id\":815,\"partnerId\":630,\"sendViaEmail\":true,\"email\":\"mathias@crutaste.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-30T18:54:04+00:00\",\"acceptedAt\":\"2024-05-30T18:54:04+00:00\",\"userId\":1168,\"lastUpdatedAt\":\"2024-05-30T18:54:04+00:00\"},{\"id\":817,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-05-31T11:05:27+00:00\",\"acceptedAt\":\"2024-05-31T11:05:27+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2024-05-31T11:05:27+00:00\"},{\"id\":818,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"valensolutionsbe@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-31T11:11:35+00:00\",\"acceptedAt\":\"2024-05-31T11:11:35+00:00\",\"userId\":1245,\"lastUpdatedAt\":\"2024-07-30T08:41:05+00:00\"},{\"id\":821,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"dennis@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-05-31T11:14:57+00:00\",\"acceptedAt\":\"2024-05-31T11:14:57+00:00\",\"userId\":313,\"lastUpdatedAt\":\"2024-05-31T11:14:57+00:00\"},{\"id\":823,\"partnerId\":633,\"sendViaEmail\":false,\"email\":\"bayramparlak@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-06T13:29:47+00:00\",\"acceptedAt\":\"2024-06-06T13:29:47+00:00\",\"userId\":1259,\"lastUpdatedAt\":\"2024-06-06T13:29:47+00:00\"},{\"id\":824,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"jeroen.brijs@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-07T09:30:28+00:00\",\"acceptedAt\":\"2024-06-07T09:30:28+00:00\",\"userId\":1262,\"lastUpdatedAt\":\"2024-06-07T09:30:28+00:00\"},{\"id\":825,\"partnerId\":634,\"sendViaEmail\":true,\"email\":\"roger.martens@proximus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-07T14:09:12+00:00\",\"acceptedAt\":\"2024-06-07T14:09:12+00:00\",\"userId\":1213,\"lastUpdatedAt\":\"2024-06-07T14:09:12+00:00\"},{\"id\":826,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"laurens.siemons@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-10T09:22:04+00:00\",\"acceptedAt\":\"2024-06-10T09:22:04+00:00\",\"userId\":1265,\"lastUpdatedAt\":\"2024-06-10T09:22:04+00:00\"},{\"id\":827,\"partnerId\":639,\"sendViaEmail\":true,\"email\":\"simon_joye@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-14T13:44:51+00:00\",\"acceptedAt\":\"2024-06-14T13:44:51+00:00\",\"userId\":1062,\"lastUpdatedAt\":\"2024-06-14T13:44:51+00:00\"},{\"id\":829,\"partnerId\":640,\"sendViaEmail\":true,\"email\":\"gerritdevos@skynet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-06-17T07:51:39+00:00\",\"acceptedAt\":\"2024-06-17T07:51:39+00:00\",\"userId\":1272,\"lastUpdatedAt\":\"2024-06-17T07:51:39+00:00\"},{\"id\":831,\"partnerId\":643,\"sendViaEmail\":true,\"email\":\"lesley.beernaert@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-17T13:30:29+00:00\",\"acceptedAt\":\"2024-06-17T13:30:29+00:00\",\"userId\":1185,\"lastUpdatedAt\":\"2024-06-17T13:30:29+00:00\"},{\"id\":833,\"partnerId\":585,\"sendViaEmail\":false,\"email\":\"info@dekeyzer-drinks.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T11:59:59+00:00\",\"acceptedAt\":\"2024-06-18T11:59:59+00:00\",\"userId\":1052,\"lastUpdatedAt\":\"2024-06-18T11:59:59+00:00\"},{\"id\":834,\"partnerId\":585,\"sendViaEmail\":false,\"email\":\"marc@dekeyzer-drinks.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T12:00:29+00:00\",\"acceptedAt\":\"2024-06-18T12:00:29+00:00\",\"userId\":1286,\"lastUpdatedAt\":\"2024-06-18T12:00:29+00:00\"},{\"id\":835,\"partnerId\":585,\"sendViaEmail\":false,\"email\":\"marnix.feys@dekeyzer-drinks.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T12:00:47+00:00\",\"acceptedAt\":\"2024-06-18T12:00:47+00:00\",\"userId\":1285,\"lastUpdatedAt\":\"2024-06-18T12:00:47+00:00\"},{\"id\":836,\"partnerId\":585,\"sendViaEmail\":false,\"email\":\"marc.chantraine@dekeyzer-drinks.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T12:02:56+00:00\",\"acceptedAt\":\"2024-06-18T12:02:56+00:00\",\"userId\":1287,\"lastUpdatedAt\":\"2024-06-18T12:02:56+00:00\"},{\"id\":837,\"partnerId\":644,\"sendViaEmail\":true,\"email\":\"vicky.scheire@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T12:09:01+00:00\",\"acceptedAt\":\"2024-06-18T12:09:01+00:00\",\"userId\":1249,\"lastUpdatedAt\":\"2024-06-18T12:09:01+00:00\"},{\"id\":839,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"eric.backx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-19T09:29:12+00:00\",\"acceptedAt\":\"2024-06-19T09:29:12+00:00\",\"userId\":1289,\"lastUpdatedAt\":\"2024-06-19T09:29:12+00:00\"},{\"id\":840,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"david@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T11:51:19+00:00\",\"acceptedAt\":\"2024-06-20T11:51:19+00:00\",\"userId\":373,\"lastUpdatedAt\":\"2024-06-20T11:51:19+00:00\"},{\"id\":841,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"john@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T11:52:35+00:00\",\"acceptedAt\":\"2024-06-20T11:52:35+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-06-20T11:52:35+00:00\"},{\"id\":842,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"nuyenssteven@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T11:52:47+00:00\",\"acceptedAt\":\"2024-06-20T11:52:47+00:00\",\"userId\":23,\"lastUpdatedAt\":\"2024-06-20T11:52:47+00:00\"},{\"id\":843,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"mathieu@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T11:52:58+00:00\",\"acceptedAt\":\"2024-06-20T11:52:58+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-06-20T11:52:58+00:00\"},{\"id\":845,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"yves.kengen@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T14:26:37+00:00\",\"acceptedAt\":\"2024-06-20T14:26:37+00:00\",\"userId\":1188,\"lastUpdatedAt\":\"2024-11-12T09:35:55+00:00\"},{\"id\":846,\"partnerId\":559,\"sendViaEmail\":false,\"email\":\"luc.van.lommel@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-21T09:44:53+00:00\",\"acceptedAt\":\"2024-06-21T09:44:53+00:00\",\"userId\":1291,\"lastUpdatedAt\":\"2024-06-21T09:44:53+00:00\"},{\"id\":847,\"partnerId\":559,\"sendViaEmail\":false,\"email\":\"accounting@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-21T10:01:13+00:00\",\"acceptedAt\":\"2024-06-21T10:01:13+00:00\",\"userId\":1292,\"lastUpdatedAt\":\"2024-06-21T10:01:13+00:00\"},{\"id\":848,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ada.guan@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-24T12:01:28+00:00\",\"acceptedAt\":\"2024-06-24T12:01:28+00:00\",\"userId\":1293,\"lastUpdatedAt\":\"2024-06-24T12:01:28+00:00\"},{\"id\":849,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"c.vandeneede@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:07:17+00:00\",\"acceptedAt\":\"2024-06-25T12:07:17+00:00\",\"userId\":1238,\"lastUpdatedAt\":\"2024-06-25T12:07:17+00:00\"},{\"id\":850,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"l.demiddelaer@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:07:40+00:00\",\"acceptedAt\":\"2024-06-25T12:07:40+00:00\",\"userId\":1237,\"lastUpdatedAt\":\"2024-06-25T12:07:40+00:00\"},{\"id\":851,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"p.vanhalst@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:08:00+00:00\",\"acceptedAt\":\"2024-06-25T12:08:00+00:00\",\"userId\":1189,\"lastUpdatedAt\":\"2024-06-25T12:08:00+00:00\"},{\"id\":852,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"c.olevier@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:08:26+00:00\",\"acceptedAt\":\"2024-06-25T12:08:26+00:00\",\"userId\":1024,\"lastUpdatedAt\":\"2024-06-25T12:08:26+00:00\"},{\"id\":853,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"j.hendrikx@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:08:43+00:00\",\"acceptedAt\":\"2024-06-25T12:08:43+00:00\",\"userId\":1018,\"lastUpdatedAt\":\"2024-06-25T12:08:43+00:00\"},{\"id\":854,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"v.declercq@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:09:07+00:00\",\"acceptedAt\":\"2024-06-25T12:09:07+00:00\",\"userId\":1017,\"lastUpdatedAt\":\"2024-06-25T12:09:07+00:00\"},{\"id\":855,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"l.maes@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:09:24+00:00\",\"acceptedAt\":\"2024-06-25T12:09:24+00:00\",\"userId\":1016,\"lastUpdatedAt\":\"2024-06-25T12:09:24+00:00\"},{\"id\":856,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"d.vanijk@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:09:46+00:00\",\"acceptedAt\":\"2024-06-25T12:09:46+00:00\",\"userId\":1239,\"lastUpdatedAt\":\"2024-06-25T12:09:46+00:00\"},{\"id\":857,\"partnerId\":332,\"sendViaEmail\":false,\"email\":\"nick.deboosere@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T14:56:25+00:00\",\"acceptedAt\":\"2024-06-25T14:56:25+00:00\",\"userId\":1295,\"lastUpdatedAt\":\"2024-06-25T14:56:25+00:00\"},{\"id\":858,\"partnerId\":660,\"sendViaEmail\":false,\"email\":\"sys.marin@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-27T09:14:00+00:00\",\"acceptedAt\":\"2024-06-27T09:14:00+00:00\",\"userId\":1251,\"lastUpdatedAt\":\"2024-06-27T09:14:00+00:00\"},{\"id\":859,\"partnerId\":660,\"sendViaEmail\":false,\"email\":\"stevepoelman@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-27T09:14:16+00:00\",\"acceptedAt\":\"2024-06-27T09:14:16+00:00\",\"userId\":1294,\"lastUpdatedAt\":\"2024-06-27T09:14:16+00:00\"},{\"id\":860,\"partnerId\":660,\"sendViaEmail\":false,\"email\":\"jickydevos@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-27T09:14:33+00:00\",\"acceptedAt\":\"2024-06-27T09:14:33+00:00\",\"userId\":1296,\"lastUpdatedAt\":\"2024-06-27T09:14:33+00:00\"},{\"id\":864,\"partnerId\":664,\"sendViaEmail\":false,\"email\":\"sarah_debussche@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-05T12:51:56+00:00\",\"acceptedAt\":\"2024-07-05T12:51:56+00:00\",\"userId\":1310,\"lastUpdatedAt\":\"2024-07-05T12:51:56+00:00\"},{\"id\":866,\"partnerId\":667,\"sendViaEmail\":true,\"email\":\"jurgen@servicemasters.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-10T10:05:36+00:00\",\"acceptedAt\":\"2024-07-10T10:05:36+00:00\",\"userId\":1316,\"lastUpdatedAt\":\"2024-07-10T10:05:36+00:00\"},{\"id\":870,\"partnerId\":668,\"sendViaEmail\":false,\"email\":\"katty.vos@icloud.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-07-11T12:11:29+00:00\",\"acceptedAt\":\"2024-07-11T12:11:29+00:00\",\"userId\":1317,\"lastUpdatedAt\":\"2024-07-11T12:11:29+00:00\"},{\"id\":871,\"partnerId\":669,\"sendViaEmail\":false,\"email\":\"arne.torfs1@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-11T18:14:16+00:00\",\"acceptedAt\":\"2024-07-11T18:14:16+00:00\",\"userId\":643,\"lastUpdatedAt\":\"2024-07-11T18:14:16+00:00\"},{\"id\":874,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"ger.de-prez@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-15T08:45:16+00:00\",\"acceptedAt\":\"2024-07-15T08:45:16+00:00\",\"userId\":1323,\"lastUpdatedAt\":\"2024-08-29T08:57:12+00:00\"},{\"id\":875,\"partnerId\":671,\"sendViaEmail\":true,\"email\":\"divast.consult@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-15T09:47:31+00:00\",\"acceptedAt\":\"2024-07-15T09:47:31+00:00\",\"userId\":1324,\"lastUpdatedAt\":\"2024-07-15T09:47:31+00:00\"},{\"id\":876,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"femke.bogaert@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-15T12:00:21+00:00\",\"acceptedAt\":\"2024-07-15T12:00:21+00:00\",\"userId\":1325,\"lastUpdatedAt\":\"2024-07-15T12:00:21+00:00\"},{\"id\":877,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"Jens.Vanesbroeck@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-15T12:18:12+00:00\",\"acceptedAt\":\"2024-07-15T12:18:12+00:00\",\"userId\":1326,\"lastUpdatedAt\":\"2024-07-15T12:18:12+00:00\"},{\"id\":878,\"partnerId\":672,\"sendViaEmail\":true,\"email\":\"meersman.llj@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-16T12:14:38+00:00\",\"acceptedAt\":\"2024-07-16T12:14:38+00:00\",\"userId\":1327,\"lastUpdatedAt\":\"2024-07-16T12:14:38+00:00\"},{\"id\":879,\"partnerId\":673,\"sendViaEmail\":true,\"email\":\"reneryckaert@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-16T13:27:59+00:00\",\"acceptedAt\":\"2024-07-16T13:27:59+00:00\",\"userId\":1328,\"lastUpdatedAt\":\"2024-07-16T13:27:59+00:00\"},{\"id\":881,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"lieven.simoens@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-17T12:24:30+00:00\",\"acceptedAt\":\"2024-07-17T12:24:30+00:00\",\"userId\":1331,\"lastUpdatedAt\":\"2024-07-17T12:24:30+00:00\"},{\"id\":883,\"partnerId\":675,\"sendViaEmail\":true,\"email\":\"Fernand.nedee@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-22T12:30:48+00:00\",\"acceptedAt\":\"2024-07-22T12:30:48+00:00\",\"userId\":1313,\"lastUpdatedAt\":\"2024-07-22T12:30:48+00:00\"},{\"id\":884,\"partnerId\":681,\"sendViaEmail\":true,\"email\":\"info@ppvastgoed.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-22T13:16:07+00:00\",\"acceptedAt\":\"2024-07-22T13:16:07+00:00\",\"userId\":1332,\"lastUpdatedAt\":\"2024-07-22T13:16:07+00:00\"},{\"id\":885,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"geert.devleeschauwer@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-23T09:57:10+00:00\",\"acceptedAt\":\"2024-07-23T09:57:10+00:00\",\"userId\":1349,\"lastUpdatedAt\":\"2024-07-23T09:57:10+00:00\"},{\"id\":886,\"partnerId\":683,\"sendViaEmail\":true,\"email\":\"sofietwins@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-07-26T08:40:06+00:00\",\"acceptedAt\":\"2024-07-26T08:40:06+00:00\",\"userId\":1354,\"lastUpdatedAt\":\"2024-07-26T08:40:06+00:00\"},{\"id\":887,\"partnerId\":468,\"sendViaEmail\":true,\"email\":\"niels@bme.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-27T08:05:59+00:00\",\"acceptedAt\":\"2024-07-27T08:05:59+00:00\",\"userId\":1357,\"lastUpdatedAt\":\"2024-07-27T08:05:59+00:00\"},{\"id\":888,\"partnerId\":685,\"sendViaEmail\":true,\"email\":\"chr1278@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-29T13:35:49+00:00\",\"acceptedAt\":\"2024-07-29T13:35:49+00:00\",\"userId\":1362,\"lastUpdatedAt\":\"2024-12-09T10:10:50+00:00\"},{\"id\":889,\"partnerId\":687,\"sendViaEmail\":true,\"email\":\"consult.prichez@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-30T09:35:16+00:00\",\"acceptedAt\":\"2024-07-30T09:35:16+00:00\",\"userId\":1363,\"lastUpdatedAt\":\"2024-07-30T09:35:16+00:00\"},{\"id\":890,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"arno.wouters@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-31T13:37:16+00:00\",\"acceptedAt\":\"2024-07-31T13:37:16+00:00\",\"userId\":1368,\"lastUpdatedAt\":\"2024-07-31T13:37:16+00:00\"},{\"id\":891,\"partnerId\":689,\"sendViaEmail\":true,\"email\":\"klusentuinbrugge@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-08-01T14:43:01+00:00\",\"acceptedAt\":\"2024-08-01T14:43:02+00:00\",\"userId\":1370,\"lastUpdatedAt\":\"2024-08-01T14:43:01+00:00\"},{\"id\":892,\"partnerId\":690,\"sendViaEmail\":true,\"email\":\"dwmeconsulting@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-08-02T08:07:54+00:00\",\"acceptedAt\":\"2024-08-02T08:07:55+00:00\",\"userId\":1344,\"lastUpdatedAt\":\"2024-08-02T08:07:54+00:00\"},{\"id\":893,\"partnerId\":686,\"sendViaEmail\":true,\"email\":\"tim@sanseninternational.tax\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-02T12:41:03+00:00\",\"acceptedAt\":\"2024-08-02T12:41:03+00:00\",\"userId\":1373,\"lastUpdatedAt\":\"2024-08-02T12:41:03+00:00\"},{\"id\":895,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"christian.ceulemans@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-06T12:49:31+00:00\",\"acceptedAt\":\"2024-08-06T12:49:31+00:00\",\"userId\":1377,\"lastUpdatedAt\":\"2024-09-03T12:52:43+00:00\"},{\"id\":896,\"partnerId\":693,\"sendViaEmail\":true,\"email\":\"dekozakken@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-06T12:56:02+00:00\",\"acceptedAt\":\"2024-08-06T12:56:02+00:00\",\"userId\":1376,\"lastUpdatedAt\":\"2024-08-06T12:56:02+00:00\"},{\"id\":898,\"partnerId\":695,\"sendViaEmail\":true,\"email\":\"facturatie@tavernedenhertog.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-08T12:17:13+00:00\",\"acceptedAt\":\"2024-08-08T12:17:13+00:00\",\"userId\":1379,\"lastUpdatedAt\":\"2024-08-08T12:17:13+00:00\"},{\"id\":899,\"partnerId\":697,\"sendViaEmail\":true,\"email\":\"dirk@dtinvest.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-20T07:23:38+00:00\",\"acceptedAt\":\"2024-08-20T07:23:38+00:00\",\"userId\":1384,\"lastUpdatedAt\":\"2024-11-18T10:49:37+00:00\"},{\"id\":900,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"guy.tack@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-20T10:40:32+00:00\",\"acceptedAt\":\"2024-08-20T10:40:32+00:00\",\"userId\":1386,\"lastUpdatedAt\":\"2024-08-20T10:40:32+00:00\"},{\"id\":901,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"inge.tobback@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-21T08:38:17+00:00\",\"acceptedAt\":\"2024-08-21T08:38:17+00:00\",\"userId\":1390,\"lastUpdatedAt\":\"2024-08-21T08:38:17+00:00\"},{\"id\":902,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"t.senster@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-21T14:00:52+00:00\",\"acceptedAt\":\"2024-08-21T14:00:52+00:00\",\"userId\":1391,\"lastUpdatedAt\":\"2024-09-03T12:52:35+00:00\"},{\"id\":904,\"partnerId\":700,\"sendViaEmail\":true,\"email\":\"info@grofrubel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-21T15:31:50+00:00\",\"acceptedAt\":\"2024-08-21T15:31:50+00:00\",\"userId\":1392,\"lastUpdatedAt\":\"2024-08-21T15:31:50+00:00\"},{\"id\":908,\"partnerId\":703,\"sendViaEmail\":true,\"email\":\"verso.drivers@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-26T14:14:41+00:00\",\"acceptedAt\":\"2024-08-26T14:14:41+00:00\",\"userId\":1404,\"lastUpdatedAt\":\"2024-08-26T14:14:41+00:00\"},{\"id\":910,\"partnerId\":704,\"sendViaEmail\":true,\"email\":\"Christina.henderickx@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-27T12:22:17+00:00\",\"acceptedAt\":\"2024-08-27T12:22:17+00:00\",\"userId\":1408,\"lastUpdatedAt\":\"2024-12-26T07:40:03+00:00\"},{\"id\":911,\"partnerId\":704,\"sendViaEmail\":true,\"email\":\"Nikki@accofiska.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-27T12:41:57+00:00\",\"acceptedAt\":\"2024-08-27T12:41:57+00:00\",\"userId\":1409,\"lastUpdatedAt\":\"2024-12-26T07:40:13+00:00\"},{\"id\":912,\"partnerId\":704,\"sendViaEmail\":true,\"email\":\"Olga@accofiska.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-27T12:53:44+00:00\",\"acceptedAt\":\"2024-08-27T12:53:44+00:00\",\"userId\":1410,\"lastUpdatedAt\":\"2024-12-26T07:40:22+00:00\"},{\"id\":917,\"partnerId\":705,\"sendViaEmail\":true,\"email\":\"kurt.parmentier@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-29T13:09:05+00:00\",\"acceptedAt\":\"2024-08-29T13:09:05+00:00\",\"userId\":1412,\"lastUpdatedAt\":\"2024-08-29T13:09:05+00:00\"},{\"id\":918,\"partnerId\":707,\"sendViaEmail\":true,\"email\":\"bert_janssen@jabil.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-30T10:43:11+00:00\",\"acceptedAt\":\"2024-08-30T10:43:11+00:00\",\"userId\":1414,\"lastUpdatedAt\":\"2024-10-24T07:43:30+00:00\"},{\"id\":919,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"luc@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-30T14:35:01+00:00\",\"acceptedAt\":\"2024-08-30T14:35:01+00:00\",\"userId\":1381,\"lastUpdatedAt\":\"2024-08-30T14:35:01+00:00\"},{\"id\":920,\"partnerId\":709,\"sendViaEmail\":true,\"email\":\"koen.mettepenningen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-02T13:19:21+00:00\",\"acceptedAt\":\"2024-09-02T13:19:21+00:00\",\"userId\":1416,\"lastUpdatedAt\":\"2024-09-02T13:19:21+00:00\"},{\"id\":921,\"partnerId\":701,\"sendViaEmail\":false,\"email\":\"d.karaconsulting@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-02T15:17:46+00:00\",\"acceptedAt\":\"2024-09-02T15:17:46+00:00\",\"userId\":1397,\"lastUpdatedAt\":\"2024-09-02T15:17:46+00:00\"},{\"id\":922,\"partnerId\":692,\"sendViaEmail\":false,\"email\":\"laura.pierard98@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T12:38:32+00:00\",\"acceptedAt\":\"2024-09-03T12:38:32+00:00\",\"userId\":1375,\"lastUpdatedAt\":\"2024-09-03T12:38:32+00:00\"},{\"id\":923,\"partnerId\":706,\"sendViaEmail\":false,\"email\":\"info@caprexrecruitment.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:00:58+00:00\",\"acceptedAt\":\"2024-09-03T13:00:58+00:00\",\"userId\":1413,\"lastUpdatedAt\":\"2024-09-03T13:00:58+00:00\"},{\"id\":924,\"partnerId\":699,\"sendViaEmail\":false,\"email\":\"vbfconsulting@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:01:27+00:00\",\"acceptedAt\":\"2024-09-03T13:01:27+00:00\",\"userId\":1389,\"lastUpdatedAt\":\"2024-09-03T13:01:27+00:00\"},{\"id\":925,\"partnerId\":694,\"sendViaEmail\":false,\"email\":\"adfrajan@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:01:52+00:00\",\"acceptedAt\":\"2024-09-03T13:01:52+00:00\",\"userId\":1378,\"lastUpdatedAt\":\"2024-09-03T13:01:52+00:00\"},{\"id\":926,\"partnerId\":662,\"sendViaEmail\":false,\"email\":\"eric@kreatos.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:11:57+00:00\",\"acceptedAt\":\"2024-09-03T13:11:57+00:00\",\"userId\":1300,\"lastUpdatedAt\":\"2024-09-03T13:11:57+00:00\"},{\"id\":927,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"Lotte@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:15:39+00:00\",\"acceptedAt\":\"2024-09-03T13:15:39+00:00\",\"userId\":1417,\"lastUpdatedAt\":\"2024-09-03T13:15:39+00:00\"},{\"id\":928,\"partnerId\":632,\"sendViaEmail\":false,\"email\":\"sarapillen@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:16:11+00:00\",\"acceptedAt\":\"2024-09-03T13:16:11+00:00\",\"userId\":1254,\"lastUpdatedAt\":\"2024-09-03T13:16:11+00:00\"},{\"id\":929,\"partnerId\":600,\"sendViaEmail\":false,\"email\":\"i.meirlaen@harmony-cr.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:17:51+00:00\",\"acceptedAt\":\"2024-09-03T13:17:51+00:00\",\"userId\":1206,\"lastUpdatedAt\":\"2024-09-03T13:17:51+00:00\"},{\"id\":930,\"partnerId\":615,\"sendViaEmail\":false,\"email\":\"kennethdemeester@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:18:35+00:00\",\"acceptedAt\":\"2024-09-03T13:18:35+00:00\",\"userId\":1203,\"lastUpdatedAt\":\"2024-09-03T13:18:35+00:00\"},{\"id\":931,\"partnerId\":576,\"sendViaEmail\":false,\"email\":\"henk.bracke@polygongroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:25:09+00:00\",\"acceptedAt\":\"2024-09-03T13:25:09+00:00\",\"userId\":1175,\"lastUpdatedAt\":\"2024-09-03T13:25:09+00:00\"},{\"id\":932,\"partnerId\":708,\"sendViaEmail\":false,\"email\":\"info@2eco.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T14:05:41+00:00\",\"acceptedAt\":\"2024-09-03T14:05:41+00:00\",\"userId\":1258,\"lastUpdatedAt\":\"2024-09-03T14:05:41+00:00\"},{\"id\":933,\"partnerId\":666,\"sendViaEmail\":false,\"email\":\"koen.geuens@alimakgroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T14:17:12+00:00\",\"acceptedAt\":\"2024-09-03T14:17:12+00:00\",\"userId\":1315,\"lastUpdatedAt\":\"2024-09-03T14:17:12+00:00\"},{\"id\":935,\"partnerId\":711,\"sendViaEmail\":true,\"email\":\"bvbapeterhuylebroeck@proximus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T17:32:39+00:00\",\"acceptedAt\":\"2024-09-03T17:32:39+00:00\",\"userId\":1419,\"lastUpdatedAt\":\"2024-09-03T17:32:39+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":700,\"total\":1122}}"} 
[2025-07-17 19:08:23] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":936,\"partnerId\":688,\"sendViaEmail\":true,\"email\":\"compta@meubelco.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-04T12:29:44+00:00\",\"acceptedAt\":\"2024-09-04T12:29:44+00:00\",\"userId\":836,\"lastUpdatedAt\":\"2024-09-04T12:29:44+00:00\"},{\"id\":937,\"partnerId\":530,\"sendViaEmail\":true,\"email\":\"compta@meubelco.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-04T12:30:16+00:00\",\"acceptedAt\":\"2024-09-04T12:30:16+00:00\",\"userId\":836,\"lastUpdatedAt\":\"2024-09-04T12:30:16+00:00\"},{\"id\":938,\"partnerId\":712,\"sendViaEmail\":true,\"email\":\"xachik.h@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-04T17:54:48+00:00\",\"acceptedAt\":\"2024-09-04T17:54:48+00:00\",\"userId\":1422,\"lastUpdatedAt\":\"2024-10-10T14:30:30+00:00\"},{\"id\":940,\"partnerId\":703,\"sendViaEmail\":false,\"email\":\"grigoryanamalya@mail.ru\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-10T10:07:08+00:00\",\"acceptedAt\":\"2024-09-10T10:07:08+00:00\",\"userId\":1432,\"lastUpdatedAt\":\"2024-09-10T10:07:08+00:00\"},{\"id\":941,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"georgios.bomboridis@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T12:10:29+00:00\",\"acceptedAt\":\"2024-09-11T12:10:29+00:00\",\"userId\":1435,\"lastUpdatedAt\":\"2024-09-11T13:52:28+00:00\"},{\"id\":949,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"beniot.yernaux@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:56:23+00:00\",\"acceptedAt\":\"2024-09-11T13:56:23+00:00\",\"userId\":1436,\"lastUpdatedAt\":\"2024-09-11T13:56:23+00:00\"},{\"id\":950,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"semir.goethals@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:57:50+00:00\",\"acceptedAt\":\"2024-09-11T13:57:50+00:00\",\"userId\":1437,\"lastUpdatedAt\":\"2024-09-11T13:57:50+00:00\"},{\"id\":951,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"phong.nguyen@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:58:13+00:00\",\"acceptedAt\":\"2024-09-11T13:58:13+00:00\",\"userId\":1438,\"lastUpdatedAt\":\"2024-09-11T13:58:13+00:00\"},{\"id\":952,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"herman.vanmunster@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:58:50+00:00\",\"acceptedAt\":\"2024-09-11T13:58:51+00:00\",\"userId\":1439,\"lastUpdatedAt\":\"2024-09-11T13:58:50+00:00\"},{\"id\":953,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"tom.de-wachter@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:59:14+00:00\",\"acceptedAt\":\"2024-09-11T13:59:14+00:00\",\"userId\":1440,\"lastUpdatedAt\":\"2024-09-11T13:59:14+00:00\"},{\"id\":954,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"gert.haesaerts@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:59:35+00:00\",\"acceptedAt\":\"2024-09-11T13:59:35+00:00\",\"userId\":1441,\"lastUpdatedAt\":\"2024-09-11T13:59:35+00:00\"},{\"id\":957,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"raymond.daems@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:10:54+00:00\",\"acceptedAt\":\"2024-09-11T14:10:54+00:00\",\"userId\":1442,\"lastUpdatedAt\":\"2024-09-11T14:10:54+00:00\"},{\"id\":958,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"hans.de-schinckel@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:12:33+00:00\",\"acceptedAt\":\"2024-09-11T14:12:33+00:00\",\"userId\":1443,\"lastUpdatedAt\":\"2024-09-11T14:12:33+00:00\"},{\"id\":960,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"kristel.goijens@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:14:21+00:00\",\"acceptedAt\":\"2024-09-11T14:14:22+00:00\",\"userId\":1445,\"lastUpdatedAt\":\"2024-09-11T14:14:21+00:00\"},{\"id\":961,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"johan.kanters@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:15:17+00:00\",\"acceptedAt\":\"2024-09-11T14:15:17+00:00\",\"userId\":1446,\"lastUpdatedAt\":\"2024-09-11T14:15:17+00:00\"},{\"id\":962,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"anne-marie.beemsterboer@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:15:39+00:00\",\"acceptedAt\":\"2024-09-11T14:15:39+00:00\",\"userId\":1447,\"lastUpdatedAt\":\"2024-09-11T14:15:39+00:00\"},{\"id\":964,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"tommytimmermans@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-12T10:21:15+00:00\",\"acceptedAt\":\"2024-09-12T10:21:15+00:00\",\"userId\":1450,\"lastUpdatedAt\":\"2024-09-12T10:21:15+00:00\"},{\"id\":965,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"Mehtap.mitil@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-12T10:55:28+00:00\",\"acceptedAt\":\"2024-09-12T10:55:28+00:00\",\"userId\":1451,\"lastUpdatedAt\":\"2024-09-12T10:55:28+00:00\"},{\"id\":968,\"partnerId\":720,\"sendViaEmail\":true,\"email\":\"esengulb81@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-12T14:30:31+00:00\",\"acceptedAt\":\"2024-09-12T14:30:31+00:00\",\"userId\":1452,\"lastUpdatedAt\":\"2024-09-12T14:30:31+00:00\"},{\"id\":969,\"partnerId\":721,\"sendViaEmail\":true,\"email\":\"dennis.delsael@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-13T07:51:22+00:00\",\"acceptedAt\":\"2024-09-13T07:51:22+00:00\",\"userId\":1433,\"lastUpdatedAt\":\"2024-09-13T07:51:22+00:00\"},{\"id\":970,\"partnerId\":722,\"sendViaEmail\":true,\"email\":\"werner@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-09-13T08:10:05+00:00\",\"acceptedAt\":\"2024-09-13T08:10:05+00:00\",\"userId\":1449,\"lastUpdatedAt\":\"2024-09-23T07:46:04+00:00\"},{\"id\":971,\"partnerId\":514,\"sendViaEmail\":true,\"email\":\"hr@konradinvest.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-17T08:54:04+00:00\",\"acceptedAt\":\"2024-09-17T08:54:04+00:00\",\"userId\":1454,\"lastUpdatedAt\":\"2024-09-17T08:54:04+00:00\"},{\"id\":974,\"partnerId\":731,\"sendViaEmail\":true,\"email\":\"Baktiar.hasan@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-18T08:19:59+00:00\",\"acceptedAt\":\"2024-09-18T08:19:59+00:00\",\"userId\":1457,\"lastUpdatedAt\":\"2024-09-18T08:19:59+00:00\"},{\"id\":975,\"partnerId\":732,\"sendViaEmail\":true,\"email\":\"sander@svcreatio.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-19T11:55:25+00:00\",\"acceptedAt\":\"2024-09-19T11:55:25+00:00\",\"userId\":1458,\"lastUpdatedAt\":\"2024-09-19T11:55:25+00:00\"},{\"id\":976,\"partnerId\":733,\"sendViaEmail\":true,\"email\":\"Jo@duvall.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-24T09:34:23+00:00\",\"acceptedAt\":\"2024-09-24T09:34:23+00:00\",\"userId\":1460,\"lastUpdatedAt\":\"2024-09-24T09:34:23+00:00\"},{\"id\":977,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"pieter.vanmechelen@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-09-27T10:55:25+00:00\",\"acceptedAt\":\"2024-09-27T10:55:25+00:00\",\"userId\":1093,\"lastUpdatedAt\":\"2024-09-27T10:55:25+00:00\"},{\"id\":978,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.vanwinkel@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-30T10:45:28+00:00\",\"acceptedAt\":\"2024-09-30T10:45:28+00:00\",\"userId\":1483,\"lastUpdatedAt\":\"2024-09-30T10:45:28+00:00\"},{\"id\":979,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"mariska.van.der.velden@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-01T10:27:58+00:00\",\"acceptedAt\":\"2024-10-01T10:27:59+00:00\",\"userId\":1485,\"lastUpdatedAt\":\"2024-10-01T10:27:58+00:00\"},{\"id\":980,\"partnerId\":686,\"sendViaEmail\":false,\"email\":\"erik@sanseninternational.tax\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-02T08:42:35+00:00\",\"acceptedAt\":\"2024-10-02T08:42:35+00:00\",\"userId\":1487,\"lastUpdatedAt\":\"2024-10-02T08:42:35+00:00\"},{\"id\":981,\"partnerId\":686,\"sendViaEmail\":false,\"email\":\"gertjan@sanseninternational.tax\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-02T08:47:29+00:00\",\"acceptedAt\":\"2024-10-02T08:47:29+00:00\",\"userId\":1488,\"lastUpdatedAt\":\"2024-10-02T08:47:29+00:00\"},{\"id\":982,\"partnerId\":686,\"sendViaEmail\":false,\"email\":\"charlotte@sanseninternational.tax\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-02T08:50:24+00:00\",\"acceptedAt\":\"2024-10-02T08:50:24+00:00\",\"userId\":1489,\"lastUpdatedAt\":\"2024-10-02T08:50:24+00:00\"},{\"id\":983,\"partnerId\":576,\"sendViaEmail\":false,\"email\":\"miseurpatrick@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-07T12:29:20+00:00\",\"acceptedAt\":\"2024-10-07T12:29:20+00:00\",\"userId\":1455,\"lastUpdatedAt\":\"2024-10-07T12:29:20+00:00\"},{\"id\":985,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"Kurt.schipman@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-08T12:47:57+00:00\",\"acceptedAt\":\"2024-10-08T12:47:57+00:00\",\"userId\":1497,\"lastUpdatedAt\":\"2024-10-08T12:47:57+00:00\"},{\"id\":987,\"partnerId\":260,\"sendViaEmail\":true,\"email\":\"elsyvanbelle@curon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-10T07:56:19+00:00\",\"acceptedAt\":\"2024-10-10T07:56:19+00:00\",\"userId\":1500,\"lastUpdatedAt\":\"2024-10-10T07:56:19+00:00\"},{\"id\":988,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"dorienjanssens@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-10T08:14:09+00:00\",\"acceptedAt\":\"2024-10-10T08:14:09+00:00\",\"userId\":1501,\"lastUpdatedAt\":\"2024-10-10T08:14:09+00:00\"},{\"id\":989,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"esmeethijs@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-10T09:04:01+00:00\",\"acceptedAt\":\"2024-10-10T09:04:01+00:00\",\"userId\":1502,\"lastUpdatedAt\":\"2024-10-10T09:04:01+00:00\"},{\"id\":990,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"tinnebaijens@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-10T09:09:52+00:00\",\"acceptedAt\":\"2024-10-10T09:09:52+00:00\",\"userId\":1503,\"lastUpdatedAt\":\"2024-10-10T09:09:52+00:00\"},{\"id\":991,\"partnerId\":737,\"sendViaEmail\":false,\"email\":\"thijs_lemmens@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-10-11T09:25:07+00:00\",\"acceptedAt\":\"2024-10-11T09:25:07+00:00\",\"userId\":1499,\"lastUpdatedAt\":\"2024-10-11T09:25:07+00:00\"},{\"id\":992,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"Jonas.smolenaers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-14T08:38:03+00:00\",\"acceptedAt\":\"2024-10-14T08:38:03+00:00\",\"userId\":1517,\"lastUpdatedAt\":\"2024-10-14T08:38:03+00:00\"},{\"id\":993,\"partnerId\":739,\"sendViaEmail\":true,\"email\":\"info@vhbvba.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-14T09:05:32+00:00\",\"acceptedAt\":\"2024-10-14T09:05:32+00:00\",\"userId\":1518,\"lastUpdatedAt\":\"2024-10-14T09:05:32+00:00\"},{\"id\":994,\"partnerId\":514,\"sendViaEmail\":true,\"email\":\"Anne-lise@desyndicus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-14T10:32:18+00:00\",\"acceptedAt\":\"2024-10-14T10:32:18+00:00\",\"userId\":1429,\"lastUpdatedAt\":\"2024-10-14T10:32:18+00:00\"},{\"id\":1004,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"Marijke.achten@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-16T08:55:58+00:00\",\"acceptedAt\":\"2024-10-16T08:55:58+00:00\",\"userId\":1530,\"lastUpdatedAt\":\"2024-10-16T08:55:58+00:00\"},{\"id\":1006,\"partnerId\":743,\"sendViaEmail\":true,\"email\":\"guus.fluit@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-10-18T10:06:19+00:00\",\"acceptedAt\":\"2024-10-18T10:06:19+00:00\",\"userId\":1532,\"lastUpdatedAt\":\"2024-10-31T12:59:28+00:00\"},{\"id\":1007,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"m.vandermost@hesse-liganl.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-18T10:35:06+00:00\",\"acceptedAt\":\"2024-10-18T10:35:06+00:00\",\"userId\":1533,\"lastUpdatedAt\":\"2024-10-18T10:35:06+00:00\"},{\"id\":1008,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"kaatwauman@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-18T12:44:27+00:00\",\"acceptedAt\":\"2024-10-18T12:44:27+00:00\",\"userId\":1534,\"lastUpdatedAt\":\"2024-10-18T12:44:27+00:00\"},{\"id\":1009,\"partnerId\":686,\"sendViaEmail\":true,\"email\":\"vannieuwenhovedaan@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-21T09:19:15+00:00\",\"acceptedAt\":\"2024-10-21T09:19:15+00:00\",\"userId\":1538,\"lastUpdatedAt\":\"2024-10-21T09:19:15+00:00\"},{\"id\":1014,\"partnerId\":734,\"sendViaEmail\":false,\"email\":\"carl@woodfactory.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-28T11:50:49+00:00\",\"acceptedAt\":\"2024-10-28T11:50:49+00:00\",\"userId\":1496,\"lastUpdatedAt\":\"2024-10-28T11:50:49+00:00\"},{\"id\":1017,\"partnerId\":754,\"sendViaEmail\":true,\"email\":\"frederik.rotthier@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-28T15:50:48+00:00\",\"acceptedAt\":\"2024-10-28T15:50:48+00:00\",\"userId\":1492,\"lastUpdatedAt\":\"2024-10-28T15:50:48+00:00\"},{\"id\":1018,\"partnerId\":753,\"sendViaEmail\":false,\"email\":\"filip@al-vis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-31T12:02:32+00:00\",\"acceptedAt\":\"2024-10-31T12:02:32+00:00\",\"userId\":1546,\"lastUpdatedAt\":\"2024-10-31T12:02:32+00:00\"},{\"id\":1019,\"partnerId\":752,\"sendViaEmail\":false,\"email\":\"wim.vander_sande@kimchoc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-31T12:54:02+00:00\",\"acceptedAt\":\"2024-10-31T12:54:02+00:00\",\"userId\":1545,\"lastUpdatedAt\":\"2024-10-31T12:54:02+00:00\"},{\"id\":1020,\"partnerId\":742,\"sendViaEmail\":false,\"email\":\"kurt_verstraelen@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-31T12:55:41+00:00\",\"acceptedAt\":\"2024-10-31T12:55:41+00:00\",\"userId\":1531,\"lastUpdatedAt\":\"2024-10-31T12:55:41+00:00\"},{\"id\":1022,\"partnerId\":756,\"sendViaEmail\":true,\"email\":\"janvannieuwenhuyse@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-04T08:45:56+00:00\",\"acceptedAt\":\"2024-11-04T08:45:56+00:00\",\"userId\":1553,\"lastUpdatedAt\":\"2024-11-04T08:45:56+00:00\"},{\"id\":1024,\"partnerId\":758,\"sendViaEmail\":true,\"email\":\"rachid.taouil@ameliotg.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-06T14:23:06+00:00\",\"acceptedAt\":\"2024-11-06T14:23:06+00:00\",\"userId\":1558,\"lastUpdatedAt\":\"2024-11-06T14:23:06+00:00\"},{\"id\":1025,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"steve.bogemans@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-07T08:57:50+00:00\",\"acceptedAt\":\"2024-11-07T08:57:50+00:00\",\"userId\":1559,\"lastUpdatedAt\":\"2024-11-07T08:57:50+00:00\"},{\"id\":1027,\"partnerId\":760,\"sendViaEmail\":false,\"email\":\"dirk@dtinvest.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-08T13:58:18+00:00\",\"acceptedAt\":\"2024-11-08T13:58:18+00:00\",\"userId\":1560,\"lastUpdatedAt\":\"2024-11-08T13:58:18+00:00\"},{\"id\":1028,\"partnerId\":761,\"sendViaEmail\":true,\"email\":\"slockdimitri0@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-12T11:09:23+00:00\",\"acceptedAt\":\"2024-11-12T11:09:23+00:00\",\"userId\":1564,\"lastUpdatedAt\":\"2024-11-12T11:09:23+00:00\"},{\"id\":1029,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"Ilke.Steyls@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-13T09:33:46+00:00\",\"acceptedAt\":\"2024-11-13T09:33:46+00:00\",\"userId\":1569,\"lastUpdatedAt\":\"2024-11-13T09:33:46+00:00\"},{\"id\":1030,\"partnerId\":707,\"sendViaEmail\":true,\"email\":\"hans_vandoninck@jabil.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-14T12:59:37+00:00\",\"acceptedAt\":\"2024-11-14T12:59:37+00:00\",\"userId\":1572,\"lastUpdatedAt\":\"2024-11-14T12:59:37+00:00\"},{\"id\":1031,\"partnerId\":707,\"sendViaEmail\":true,\"email\":\"gijs_vangansewinkel@jabil.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-14T13:47:28+00:00\",\"acceptedAt\":\"2024-11-14T13:47:28+00:00\",\"userId\":1573,\"lastUpdatedAt\":\"2024-11-14T13:47:28+00:00\"},{\"id\":1032,\"partnerId\":762,\"sendViaEmail\":true,\"email\":\"innovavista@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-14T14:40:23+00:00\",\"acceptedAt\":\"2024-11-14T14:40:23+00:00\",\"userId\":1570,\"lastUpdatedAt\":\"2024-11-14T14:40:23+00:00\"},{\"id\":1034,\"partnerId\":763,\"sendViaEmail\":true,\"email\":\"tine.maeyens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-15T10:55:42+00:00\",\"acceptedAt\":\"2024-11-15T10:55:43+00:00\",\"userId\":1579,\"lastUpdatedAt\":\"2024-11-15T10:55:42+00:00\"},{\"id\":1035,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thomas.machiels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-15T11:43:33+00:00\",\"acceptedAt\":\"2024-11-15T11:43:33+00:00\",\"userId\":1580,\"lastUpdatedAt\":\"2024-11-15T11:43:33+00:00\"},{\"id\":1036,\"partnerId\":764,\"sendViaEmail\":true,\"email\":\"sven.saerens@eosworldwide.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-15T14:03:03+00:00\",\"acceptedAt\":\"2024-11-15T14:03:03+00:00\",\"userId\":1582,\"lastUpdatedAt\":\"2024-11-15T14:03:03+00:00\"},{\"id\":1037,\"partnerId\":764,\"sendViaEmail\":true,\"email\":\"tessa.bullekens1@eosworldwide.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-15T14:25:02+00:00\",\"acceptedAt\":\"2024-11-15T14:25:02+00:00\",\"userId\":1583,\"lastUpdatedAt\":\"2024-11-15T14:25:02+00:00\"},{\"id\":1038,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"anja.vos@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T09:06:21+00:00\",\"acceptedAt\":\"2024-11-18T09:06:21+00:00\",\"userId\":1589,\"lastUpdatedAt\":\"2024-11-18T09:06:21+00:00\"},{\"id\":1039,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"tine.nagels@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T09:21:19+00:00\",\"acceptedAt\":\"2024-11-18T09:21:19+00:00\",\"userId\":1590,\"lastUpdatedAt\":\"2024-11-18T09:21:19+00:00\"},{\"id\":1040,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"elaine.zhang@kimschoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T09:33:47+00:00\",\"acceptedAt\":\"2024-11-18T09:33:47+00:00\",\"userId\":1591,\"lastUpdatedAt\":\"2024-11-18T09:33:47+00:00\"},{\"id\":1041,\"partnerId\":23,\"sendViaEmail\":false,\"email\":\"Maaike@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T12:06:35+00:00\",\"acceptedAt\":\"2024-11-18T12:06:35+00:00\",\"userId\":41,\"lastUpdatedAt\":\"2024-11-18T12:06:35+00:00\"},{\"id\":1042,\"partnerId\":765,\"sendViaEmail\":true,\"email\":\"joris.beens@ddm.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T13:27:25+00:00\",\"acceptedAt\":\"2024-11-18T13:27:25+00:00\",\"userId\":1592,\"lastUpdatedAt\":\"2024-11-18T13:27:25+00:00\"},{\"id\":1043,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"danitza.serafimoff@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-19T09:21:21+00:00\",\"acceptedAt\":\"2024-11-19T09:21:21+00:00\",\"userId\":1593,\"lastUpdatedAt\":\"2024-11-19T09:21:21+00:00\"},{\"id\":1048,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"Niels.depauw@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-20T14:28:52+00:00\",\"acceptedAt\":\"2024-11-20T14:28:52+00:00\",\"userId\":1598,\"lastUpdatedAt\":\"2024-11-20T14:28:52+00:00\"},{\"id\":1049,\"partnerId\":756,\"sendViaEmail\":true,\"email\":\"jan.vannieuwenhuyse@guardiant-cyber.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-20T15:40:54+00:00\",\"acceptedAt\":\"2024-11-20T15:40:54+00:00\",\"userId\":1599,\"lastUpdatedAt\":\"2024-11-20T15:40:54+00:00\"},{\"id\":1051,\"partnerId\":767,\"sendViaEmail\":true,\"email\":\"geert.lowet@dastronic.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-25T08:55:42+00:00\",\"acceptedAt\":\"2024-11-25T08:55:42+00:00\",\"userId\":1602,\"lastUpdatedAt\":\"2024-11-25T08:55:42+00:00\"},{\"id\":1052,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"deo.nshimirimana@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-25T13:48:33+00:00\",\"acceptedAt\":\"2024-11-25T13:48:33+00:00\",\"userId\":1603,\"lastUpdatedAt\":\"2024-11-25T13:48:33+00:00\"},{\"id\":1053,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"elisa.ots@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-26T12:54:03+00:00\",\"acceptedAt\":\"2024-11-26T12:54:03+00:00\",\"userId\":1604,\"lastUpdatedAt\":\"2024-11-26T12:54:03+00:00\"},{\"id\":1054,\"partnerId\":707,\"sendViaEmail\":true,\"email\":\"mahmout_kocaslan@jabil.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-28T10:05:23+00:00\",\"acceptedAt\":\"2024-11-28T10:05:23+00:00\",\"userId\":1606,\"lastUpdatedAt\":\"2024-11-28T10:05:23+00:00\"},{\"id\":1055,\"partnerId\":769,\"sendViaEmail\":true,\"email\":\"xverbeeck@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-28T15:11:51+00:00\",\"acceptedAt\":\"2024-11-28T15:11:51+00:00\",\"userId\":1608,\"lastUpdatedAt\":\"2024-11-28T15:11:51+00:00\"},{\"id\":1056,\"partnerId\":770,\"sendViaEmail\":true,\"email\":\"badeschoolmeester@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-29T08:52:12+00:00\",\"acceptedAt\":\"2024-11-29T08:52:12+00:00\",\"userId\":1605,\"lastUpdatedAt\":\"2024-11-29T08:52:12+00:00\"},{\"id\":1057,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"hanneuten@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-29T11:38:52+00:00\",\"acceptedAt\":\"2024-11-29T11:38:52+00:00\",\"userId\":1609,\"lastUpdatedAt\":\"2024-11-29T11:38:52+00:00\"},{\"id\":1058,\"partnerId\":771,\"sendViaEmail\":true,\"email\":\"valerie.gorreux@ohme-ev.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-02T11:41:34+00:00\",\"acceptedAt\":\"2024-12-02T11:41:34+00:00\",\"userId\":1617,\"lastUpdatedAt\":\"2024-12-02T11:41:34+00:00\"},{\"id\":1059,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"Kim.vancant@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-02T13:58:48+00:00\",\"acceptedAt\":\"2024-12-02T13:58:48+00:00\",\"userId\":1618,\"lastUpdatedAt\":\"2024-12-02T13:58:48+00:00\"},{\"id\":1061,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"katz@live.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-03T11:32:15+00:00\",\"acceptedAt\":\"2024-12-03T11:32:15+00:00\",\"userId\":1624,\"lastUpdatedAt\":\"2024-12-03T11:32:15+00:00\"},{\"id\":1062,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"jean-luc.guerra@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-04T11:42:55+00:00\",\"acceptedAt\":\"2024-12-04T11:42:55+00:00\",\"userId\":1627,\"lastUpdatedAt\":\"2024-12-04T11:42:55+00:00\"},{\"id\":1063,\"partnerId\":773,\"sendViaEmail\":true,\"email\":\"pieter.bergez@telecom-makelaars.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-04T11:45:43+00:00\",\"acceptedAt\":\"2024-12-04T11:45:43+00:00\",\"userId\":1484,\"lastUpdatedAt\":\"2024-12-04T11:45:43+00:00\"},{\"id\":1067,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"isabeldecoessemaeker@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-05T15:35:55+00:00\",\"acceptedAt\":\"2024-12-05T15:35:55+00:00\",\"userId\":1634,\"lastUpdatedAt\":\"2024-12-05T15:35:55+00:00\"},{\"id\":1068,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"erik.delcon@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-06T13:27:49+00:00\",\"acceptedAt\":\"2024-12-06T13:27:49+00:00\",\"userId\":1636,\"lastUpdatedAt\":\"2024-12-06T13:27:49+00:00\"},{\"id\":1069,\"partnerId\":775,\"sendViaEmail\":true,\"email\":\"jan.desmaretz@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-09T11:16:35+00:00\",\"acceptedAt\":\"2024-12-09T11:16:35+00:00\",\"userId\":1638,\"lastUpdatedAt\":\"2024-12-09T11:16:35+00:00\"},{\"id\":1070,\"partnerId\":777,\"sendViaEmail\":true,\"email\":\"k.roelandt@lawstone.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-09T15:31:07+00:00\",\"acceptedAt\":\"2024-12-09T15:31:07+00:00\",\"userId\":1641,\"lastUpdatedAt\":\"2024-12-09T15:31:07+00:00\"},{\"id\":1071,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Sandra.Eemans@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-11T10:30:40+00:00\",\"acceptedAt\":\"2024-12-11T10:30:40+00:00\",\"userId\":1644,\"lastUpdatedAt\":\"2024-12-11T10:30:40+00:00\"},{\"id\":1072,\"partnerId\":779,\"sendViaEmail\":true,\"email\":\"jargis_foaad@msn.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-11T10:32:51+00:00\",\"acceptedAt\":\"2024-12-11T10:32:51+00:00\",\"userId\":1643,\"lastUpdatedAt\":\"2024-12-11T10:32:51+00:00\"},{\"id\":1074,\"partnerId\":781,\"sendViaEmail\":true,\"email\":\"timothy_joseph@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-11T13:29:29+00:00\",\"acceptedAt\":\"2024-12-11T13:29:29+00:00\",\"userId\":1646,\"lastUpdatedAt\":\"2024-12-11T13:29:29+00:00\"},{\"id\":1076,\"partnerId\":766,\"sendViaEmail\":true,\"email\":\"steven.neefs@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:06:44+00:00\",\"acceptedAt\":\"2024-12-13T12:06:44+00:00\",\"userId\":1650,\"lastUpdatedAt\":\"2024-12-13T12:06:44+00:00\"},{\"id\":1077,\"partnerId\":766,\"sendViaEmail\":true,\"email\":\"jan.devis@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:06:58+00:00\",\"acceptedAt\":\"2024-12-13T12:06:58+00:00\",\"userId\":1596,\"lastUpdatedAt\":\"2024-12-13T12:06:58+00:00\"},{\"id\":1078,\"partnerId\":766,\"sendViaEmail\":true,\"email\":\"pascal.bracke@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:07:12+00:00\",\"acceptedAt\":\"2024-12-13T12:07:12+00:00\",\"userId\":1595,\"lastUpdatedAt\":\"2024-12-13T12:07:12+00:00\"},{\"id\":1079,\"partnerId\":642,\"sendViaEmail\":true,\"email\":\"Dimitri.DePauw@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:10:01+00:00\",\"acceptedAt\":\"2024-12-13T12:10:01+00:00\",\"userId\":1346,\"lastUpdatedAt\":\"2024-12-13T12:10:01+00:00\"},{\"id\":1080,\"partnerId\":642,\"sendViaEmail\":true,\"email\":\"Stijn.Loyez@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:10:21+00:00\",\"acceptedAt\":\"2024-12-13T12:10:21+00:00\",\"userId\":1290,\"lastUpdatedAt\":\"2024-12-13T12:10:21+00:00\"},{\"id\":1081,\"partnerId\":642,\"sendViaEmail\":true,\"email\":\"pieter.vaneynde@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:10:38+00:00\",\"acceptedAt\":\"2024-12-13T12:10:38+00:00\",\"userId\":1273,\"lastUpdatedAt\":\"2024-12-13T12:10:38+00:00\"},{\"id\":1082,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"victordegroof@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T14:52:00+00:00\",\"acceptedAt\":\"2024-12-13T14:52:00+00:00\",\"userId\":1652,\"lastUpdatedAt\":\"2024-12-13T14:52:00+00:00\"},{\"id\":1083,\"partnerId\":528,\"sendViaEmail\":true,\"email\":\"yana@recruitrlab.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-16T12:59:38+00:00\",\"acceptedAt\":\"2024-12-16T12:59:38+00:00\",\"userId\":1504,\"lastUpdatedAt\":\"2024-12-16T12:59:38+00:00\"},{\"id\":1084,\"partnerId\":784,\"sendViaEmail\":true,\"email\":\"ignace.debreyne@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-16T15:13:40+00:00\",\"acceptedAt\":\"2024-12-16T15:13:40+00:00\",\"userId\":1657,\"lastUpdatedAt\":\"2024-12-16T15:13:40+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":800,\"total\":1122}}"} 
[2025-07-17 19:08:24] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":1086,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"wouter.dewachter@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T13:46:43+00:00\",\"acceptedAt\":\"2024-12-18T13:46:43+00:00\",\"userId\":1666,\"lastUpdatedAt\":\"2024-12-18T13:46:43+00:00\"},{\"id\":1087,\"partnerId\":710,\"sendViaEmail\":true,\"email\":\"icm.interieur@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T14:16:28+00:00\",\"acceptedAt\":\"2024-12-18T14:16:28+00:00\",\"userId\":1418,\"lastUpdatedAt\":\"2024-12-18T14:16:28+00:00\"},{\"id\":1088,\"partnerId\":744,\"sendViaEmail\":true,\"email\":\"icm.interieur@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T14:18:34+00:00\",\"acceptedAt\":\"2024-12-18T14:18:34+00:00\",\"userId\":1418,\"lastUpdatedAt\":\"2024-12-18T14:18:34+00:00\"},{\"id\":1095,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"maarten.albrechts@HETBELANGVANLIMBURG.BE\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:11:55+00:00\",\"acceptedAt\":\"2024-12-18T16:11:55+00:00\",\"userId\":1668,\"lastUpdatedAt\":\"2024-12-18T16:11:55+00:00\"},{\"id\":1096,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"raoul.putzeys@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:11:56+00:00\",\"acceptedAt\":\"2024-12-18T16:11:56+00:00\",\"userId\":1669,\"lastUpdatedAt\":\"2024-12-18T16:11:56+00:00\"},{\"id\":1098,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Selien.Didden@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:11:59+00:00\",\"acceptedAt\":\"2024-12-18T16:11:59+00:00\",\"userId\":1671,\"lastUpdatedAt\":\"2024-12-18T16:11:59+00:00\"},{\"id\":1099,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"desta.rozendaal@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:01+00:00\",\"acceptedAt\":\"2024-12-18T16:12:01+00:00\",\"userId\":1672,\"lastUpdatedAt\":\"2024-12-18T16:12:01+00:00\"},{\"id\":1100,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"brecht.vandenbroucke@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:02+00:00\",\"acceptedAt\":\"2024-12-18T16:12:02+00:00\",\"userId\":1673,\"lastUpdatedAt\":\"2024-12-18T16:12:02+00:00\"},{\"id\":1101,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jolien.luyten@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:04+00:00\",\"acceptedAt\":\"2024-12-18T16:12:04+00:00\",\"userId\":1674,\"lastUpdatedAt\":\"2024-12-18T16:12:04+00:00\"},{\"id\":1102,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"raf.hermans@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:05+00:00\",\"acceptedAt\":\"2024-12-18T16:12:05+00:00\",\"userId\":1675,\"lastUpdatedAt\":\"2024-12-18T16:12:05+00:00\"},{\"id\":1103,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"lien.vandekerkhof@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:06+00:00\",\"acceptedAt\":\"2024-12-18T16:12:06+00:00\",\"userId\":1676,\"lastUpdatedAt\":\"2024-12-18T16:12:06+00:00\"},{\"id\":1104,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jan.engelen@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:08+00:00\",\"acceptedAt\":\"2024-12-18T16:12:08+00:00\",\"userId\":1677,\"lastUpdatedAt\":\"2024-12-18T16:12:08+00:00\"},{\"id\":1105,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"patricia.coenen@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:09+00:00\",\"acceptedAt\":\"2024-12-18T16:12:09+00:00\",\"userId\":1678,\"lastUpdatedAt\":\"2024-12-18T16:12:09+00:00\"},{\"id\":1107,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Pieter-Jan.Vermeersch@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:12+00:00\",\"acceptedAt\":\"2024-12-18T16:12:12+00:00\",\"userId\":1680,\"lastUpdatedAt\":\"2024-12-18T16:12:12+00:00\"},{\"id\":1109,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jelle.laenen@gazetvanantwerpen.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:15+00:00\",\"acceptedAt\":\"2024-12-18T16:12:15+00:00\",\"userId\":1682,\"lastUpdatedAt\":\"2024-12-18T16:12:15+00:00\"},{\"id\":1110,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Sam.Hayen@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:16+00:00\",\"acceptedAt\":\"2024-12-18T16:12:16+00:00\",\"userId\":1683,\"lastUpdatedAt\":\"2024-12-18T16:12:16+00:00\"},{\"id\":1111,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Mark.Troosters@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:17+00:00\",\"acceptedAt\":\"2024-12-18T16:12:17+00:00\",\"userId\":1684,\"lastUpdatedAt\":\"2024-12-18T16:12:17+00:00\"},{\"id\":1112,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jarit.taelman@gazetvanantwerpen.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:19+00:00\",\"acceptedAt\":\"2024-12-18T16:12:19+00:00\",\"userId\":1685,\"lastUpdatedAt\":\"2024-12-18T16:12:19+00:00\"},{\"id\":1113,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"peter.vervaet@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:20+00:00\",\"acceptedAt\":\"2024-12-18T16:12:20+00:00\",\"userId\":1686,\"lastUpdatedAt\":\"2024-12-18T16:12:20+00:00\"},{\"id\":1114,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Dries.Houben@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:22+00:00\",\"acceptedAt\":\"2024-12-18T16:12:22+00:00\",\"userId\":1687,\"lastUpdatedAt\":\"2024-12-18T16:12:22+00:00\"},{\"id\":1115,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"diandra.cascardo@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:23+00:00\",\"acceptedAt\":\"2024-12-18T16:12:23+00:00\",\"userId\":1688,\"lastUpdatedAt\":\"2024-12-18T16:12:23+00:00\"},{\"id\":1116,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"dennis.vangoethem@NIEUWSBLAD.BE\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:25+00:00\",\"acceptedAt\":\"2024-12-18T16:12:25+00:00\",\"userId\":1689,\"lastUpdatedAt\":\"2024-12-18T16:12:25+00:00\"},{\"id\":1117,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Julie.Devlieghere@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:26+00:00\",\"acceptedAt\":\"2024-12-18T16:12:26+00:00\",\"userId\":1690,\"lastUpdatedAt\":\"2024-12-18T16:12:26+00:00\"},{\"id\":1118,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Steve.Emons@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:27+00:00\",\"acceptedAt\":\"2024-12-18T16:12:27+00:00\",\"userId\":1691,\"lastUpdatedAt\":\"2024-12-18T16:12:27+00:00\"},{\"id\":1119,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Joost.Hanssen@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:29+00:00\",\"acceptedAt\":\"2024-12-18T16:12:29+00:00\",\"userId\":1692,\"lastUpdatedAt\":\"2024-12-18T16:12:29+00:00\"},{\"id\":1120,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"domien.brepoels@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:30+00:00\",\"acceptedAt\":\"2024-12-18T16:12:30+00:00\",\"userId\":1693,\"lastUpdatedAt\":\"2024-12-18T16:12:30+00:00\"},{\"id\":1123,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"ben.vanmol@coldsetprintingpartners.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:34+00:00\",\"acceptedAt\":\"2024-12-18T16:12:34+00:00\",\"userId\":1696,\"lastUpdatedAt\":\"2024-12-18T16:12:34+00:00\"},{\"id\":1124,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"laura.theys@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:36+00:00\",\"acceptedAt\":\"2024-12-18T16:12:36+00:00\",\"userId\":1697,\"lastUpdatedAt\":\"2024-12-18T16:12:36+00:00\"},{\"id\":1125,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"peter.derop@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:37+00:00\",\"acceptedAt\":\"2024-12-18T16:12:37+00:00\",\"userId\":1698,\"lastUpdatedAt\":\"2024-12-18T16:12:37+00:00\"},{\"id\":1126,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Johan.Bonne@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:38+00:00\",\"acceptedAt\":\"2024-12-18T16:12:38+00:00\",\"userId\":1699,\"lastUpdatedAt\":\"2024-12-18T16:12:38+00:00\"},{\"id\":1127,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"karl.bollaerts@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T10:32:10+00:00\",\"acceptedAt\":\"2024-12-20T10:32:10+00:00\",\"userId\":1702,\"lastUpdatedAt\":\"2024-12-20T10:32:10+00:00\"},{\"id\":1128,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"Gunther.Pittomvils@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T11:22:44+00:00\",\"acceptedAt\":\"2024-12-20T11:22:44+00:00\",\"userId\":1704,\"lastUpdatedAt\":\"2024-12-20T11:22:44+00:00\"},{\"id\":1129,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Petra.Asche@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:53+00:00\",\"acceptedAt\":\"2024-12-20T12:53:53+00:00\",\"userId\":1705,\"lastUpdatedAt\":\"2024-12-20T12:53:53+00:00\"},{\"id\":1130,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Sabine.Brans@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:55+00:00\",\"acceptedAt\":\"2024-12-20T12:53:55+00:00\",\"userId\":1706,\"lastUpdatedAt\":\"2024-12-20T12:53:55+00:00\"},{\"id\":1131,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jana.brusten@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:56+00:00\",\"acceptedAt\":\"2024-12-20T12:53:56+00:00\",\"userId\":1707,\"lastUpdatedAt\":\"2024-12-20T12:53:56+00:00\"},{\"id\":1132,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Angela.bruyns@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:57+00:00\",\"acceptedAt\":\"2024-12-20T12:53:57+00:00\",\"userId\":1708,\"lastUpdatedAt\":\"2024-12-20T12:53:57+00:00\"},{\"id\":1133,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"guido.cloostermans@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:58+00:00\",\"acceptedAt\":\"2024-12-20T12:53:58+00:00\",\"userId\":1709,\"lastUpdatedAt\":\"2024-12-20T12:53:58+00:00\"},{\"id\":1134,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"wim.conings@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:59+00:00\",\"acceptedAt\":\"2024-12-20T12:53:59+00:00\",\"userId\":1710,\"lastUpdatedAt\":\"2024-12-20T12:53:59+00:00\"},{\"id\":1135,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Simon.Fallon-Kund@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:01+00:00\",\"acceptedAt\":\"2024-12-20T12:54:01+00:00\",\"userId\":1711,\"lastUpdatedAt\":\"2024-12-20T12:54:01+00:00\"},{\"id\":1136,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"sara.louage@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:02+00:00\",\"acceptedAt\":\"2024-12-20T12:54:02+00:00\",\"userId\":1712,\"lastUpdatedAt\":\"2024-12-20T12:54:02+00:00\"},{\"id\":1137,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"alanis.michiels@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:03+00:00\",\"acceptedAt\":\"2024-12-20T12:54:03+00:00\",\"userId\":1713,\"lastUpdatedAt\":\"2024-12-20T12:54:03+00:00\"},{\"id\":1138,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"bram.moors@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:04+00:00\",\"acceptedAt\":\"2024-12-20T12:54:04+00:00\",\"userId\":1714,\"lastUpdatedAt\":\"2024-12-20T12:54:04+00:00\"},{\"id\":1139,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"kato.poelmans@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:05+00:00\",\"acceptedAt\":\"2024-12-20T12:54:05+00:00\",\"userId\":1715,\"lastUpdatedAt\":\"2024-12-20T12:54:05+00:00\"},{\"id\":1140,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"dominick.rombouts@gazetvanantwerpen.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:07+00:00\",\"acceptedAt\":\"2024-12-20T12:54:07+00:00\",\"userId\":1716,\"lastUpdatedAt\":\"2024-12-20T12:54:07+00:00\"},{\"id\":1141,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"evelien.theunissen@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:08+00:00\",\"acceptedAt\":\"2024-12-20T12:54:08+00:00\",\"userId\":1717,\"lastUpdatedAt\":\"2024-12-20T12:54:08+00:00\"},{\"id\":1142,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"christel.touriany@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:09+00:00\",\"acceptedAt\":\"2024-12-20T12:54:09+00:00\",\"userId\":1718,\"lastUpdatedAt\":\"2024-12-20T12:54:09+00:00\"},{\"id\":1143,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"christof.willocx@gazetvanantwerpen.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:11+00:00\",\"acceptedAt\":\"2024-12-20T12:54:11+00:00\",\"userId\":1719,\"lastUpdatedAt\":\"2024-12-20T12:54:11+00:00\"},{\"id\":1144,\"partnerId\":776,\"sendViaEmail\":false,\"email\":\"bruno.cleeren@jaspers.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-24T09:29:22+00:00\",\"acceptedAt\":\"2024-12-24T09:29:23+00:00\",\"userId\":1640,\"lastUpdatedAt\":\"2024-12-24T09:29:22+00:00\"},{\"id\":1147,\"partnerId\":323,\"sendViaEmail\":false,\"email\":\"valerie.huwaert@beclinic.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-24T13:39:23+00:00\",\"acceptedAt\":\"2024-12-24T13:39:23+00:00\",\"userId\":1726,\"lastUpdatedAt\":\"2024-12-24T13:39:23+00:00\"},{\"id\":1148,\"partnerId\":323,\"sendViaEmail\":true,\"email\":\"maite.czupper@beclinic.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-24T13:39:51+00:00\",\"acceptedAt\":\"2024-12-24T13:39:51+00:00\",\"userId\":1725,\"lastUpdatedAt\":\"2024-12-24T13:39:51+00:00\"},{\"id\":1149,\"partnerId\":756,\"sendViaEmail\":false,\"email\":\"thomas.knoops@guardiant-cyber.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-06T08:30:53+00:00\",\"acceptedAt\":\"2025-01-06T08:30:53+00:00\",\"userId\":1757,\"lastUpdatedAt\":\"2025-01-06T08:30:53+00:00\"},{\"id\":1150,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"Jonas.gevaert@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-06T15:57:16+00:00\",\"acceptedAt\":\"2025-01-06T15:57:16+00:00\",\"userId\":1758,\"lastUpdatedAt\":\"2025-01-24T16:26:46+00:00\"},{\"id\":1151,\"partnerId\":776,\"sendViaEmail\":false,\"email\":\"transshopinvest@jaspers.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-06T16:26:32+00:00\",\"acceptedAt\":\"2025-01-06T16:26:32+00:00\",\"userId\":1759,\"lastUpdatedAt\":\"2025-01-06T16:26:32+00:00\"},{\"id\":1154,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"marc.dierickx@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-08T09:31:45+00:00\",\"acceptedAt\":\"2025-01-08T09:31:45+00:00\",\"userId\":1768,\"lastUpdatedAt\":\"2025-01-08T09:31:45+00:00\"},{\"id\":1155,\"partnerId\":765,\"sendViaEmail\":true,\"email\":\"ap510@ddm.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-08T11:38:03+00:00\",\"acceptedAt\":\"2025-01-08T11:38:03+00:00\",\"userId\":1762,\"lastUpdatedAt\":\"2025-01-08T11:38:03+00:00\"},{\"id\":1156,\"partnerId\":788,\"sendViaEmail\":true,\"email\":\"leslie.willaert@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-08T16:28:37+00:00\",\"acceptedAt\":\"2025-01-08T16:28:37+00:00\",\"userId\":1635,\"lastUpdatedAt\":\"2025-01-08T16:28:37+00:00\"},{\"id\":1157,\"partnerId\":788,\"sendViaEmail\":true,\"email\":\"karlgoossens@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-09T10:35:47+00:00\",\"acceptedAt\":\"2025-01-09T10:35:47+00:00\",\"userId\":1654,\"lastUpdatedAt\":\"2025-01-09T10:35:47+00:00\"},{\"id\":1158,\"partnerId\":788,\"sendViaEmail\":true,\"email\":\"Ludwig.devos@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-09T10:45:28+00:00\",\"acceptedAt\":\"2025-01-09T10:45:28+00:00\",\"userId\":1776,\"lastUpdatedAt\":\"2025-01-09T10:45:28+00:00\"},{\"id\":1159,\"partnerId\":789,\"sendViaEmail\":true,\"email\":\"bram.merckx@adsanddata.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-09T16:53:28+00:00\",\"acceptedAt\":\"2025-01-09T16:53:28+00:00\",\"userId\":1778,\"lastUpdatedAt\":\"2025-01-09T16:53:28+00:00\"},{\"id\":1160,\"partnerId\":576,\"sendViaEmail\":false,\"email\":\"thomas.greeve@polygongroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T10:58:15+00:00\",\"acceptedAt\":\"2025-01-10T10:58:15+00:00\",\"userId\":1594,\"lastUpdatedAt\":\"2025-01-10T10:58:15+00:00\"},{\"id\":1161,\"partnerId\":790,\"sendViaEmail\":true,\"email\":\"johan.triekels@coldsetprintingpartners.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T11:53:21+00:00\",\"acceptedAt\":\"2025-01-10T11:53:21+00:00\",\"userId\":1780,\"lastUpdatedAt\":\"2025-01-10T11:53:21+00:00\"},{\"id\":1162,\"partnerId\":790,\"sendViaEmail\":true,\"email\":\"wim.tuyaerts@coldsetprintingpartners.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T11:54:16+00:00\",\"acceptedAt\":\"2025-01-10T11:54:16+00:00\",\"userId\":1781,\"lastUpdatedAt\":\"2025-01-10T11:54:16+00:00\"},{\"id\":1163,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"bovanhecke@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T13:59:22+00:00\",\"acceptedAt\":\"2025-01-10T13:59:23+00:00\",\"userId\":1783,\"lastUpdatedAt\":\"2025-01-10T13:59:22+00:00\"},{\"id\":1164,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"lunavandevelde@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T14:08:14+00:00\",\"acceptedAt\":\"2025-01-10T14:08:14+00:00\",\"userId\":1784,\"lastUpdatedAt\":\"2025-01-10T14:08:14+00:00\"},{\"id\":1165,\"partnerId\":791,\"sendViaEmail\":false,\"email\":\"hanane.akoudad@jobat.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T14:36:08+00:00\",\"acceptedAt\":\"2025-01-10T14:36:08+00:00\",\"userId\":1694,\"lastUpdatedAt\":\"2025-01-10T14:36:08+00:00\"},{\"id\":1166,\"partnerId\":791,\"sendViaEmail\":true,\"email\":\"esther.daneels@jobat.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T14:37:58+00:00\",\"acceptedAt\":\"2025-01-10T14:37:58+00:00\",\"userId\":1785,\"lastUpdatedAt\":\"2025-01-10T14:37:58+00:00\"},{\"id\":1167,\"partnerId\":791,\"sendViaEmail\":false,\"email\":\"sien.gaens@jobat.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T14:47:27+00:00\",\"acceptedAt\":\"2025-01-10T14:47:27+00:00\",\"userId\":1786,\"lastUpdatedAt\":\"2025-01-10T14:47:27+00:00\"},{\"id\":1168,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"liesbeth.boel@nieuwsblad.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T16:58:44+00:00\",\"acceptedAt\":\"2025-01-10T16:58:44+00:00\",\"userId\":1787,\"lastUpdatedAt\":\"2025-01-10T16:58:44+00:00\"},{\"id\":1169,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"nele.coune@hetbelangvanlimburg.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T17:07:15+00:00\",\"acceptedAt\":\"2025-01-10T17:07:15+00:00\",\"userId\":1788,\"lastUpdatedAt\":\"2025-01-10T17:07:15+00:00\"},{\"id\":1170,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"karljan.maes@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-11T07:45:36+00:00\",\"acceptedAt\":\"2025-01-11T07:45:36+00:00\",\"userId\":1789,\"lastUpdatedAt\":\"2025-01-11T07:45:36+00:00\"},{\"id\":1171,\"partnerId\":788,\"sendViaEmail\":true,\"email\":\"angelique.gevaert@hedinautomotive.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-13T11:47:45+00:00\",\"acceptedAt\":\"2025-01-13T11:47:45+00:00\",\"userId\":1792,\"lastUpdatedAt\":\"2025-01-13T11:47:45+00:00\"},{\"id\":1172,\"partnerId\":788,\"sendViaEmail\":false,\"email\":\"joerivanmelkebeke@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-14T14:56:39+00:00\",\"acceptedAt\":\"2025-01-14T14:56:39+00:00\",\"userId\":1794,\"lastUpdatedAt\":\"2025-01-14T14:56:39+00:00\"},{\"id\":1173,\"partnerId\":8,\"sendViaEmail\":true,\"email\":\"nareshbase667@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-15T06:18:24+00:00\",\"acceptedAt\":\"2025-01-15T06:18:24+00:00\",\"userId\":1343,\"lastUpdatedAt\":\"2025-01-15T06:18:24+00:00\"},{\"id\":1174,\"partnerId\":765,\"sendViaEmail\":false,\"email\":\"Jonathan.Vazquez@ddm.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-15T13:55:02+00:00\",\"acceptedAt\":\"2025-01-15T13:55:02+00:00\",\"userId\":1760,\"lastUpdatedAt\":\"2025-01-15T13:55:02+00:00\"},{\"id\":1176,\"partnerId\":8,\"sendViaEmail\":true,\"email\":\"kranil7701@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T07:16:17+00:00\",\"acceptedAt\":\"2025-01-16T07:16:17+00:00\",\"userId\":1767,\"lastUpdatedAt\":\"2025-01-16T07:16:17+00:00\"},{\"id\":1189,\"partnerId\":69,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T09:47:37+00:00\",\"acceptedAt\":\"2025-01-16T09:47:37+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-16T09:47:37+00:00\"},{\"id\":1190,\"partnerId\":262,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T10:14:23+00:00\",\"acceptedAt\":\"2025-01-16T10:14:23+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-16T10:14:23+00:00\"},{\"id\":1191,\"partnerId\":118,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T10:26:45+00:00\",\"acceptedAt\":\"2025-01-16T10:26:45+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-16T10:26:45+00:00\"},{\"id\":1193,\"partnerId\":256,\"sendViaEmail\":true,\"email\":\"kranil7701@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T10:37:07+00:00\",\"acceptedAt\":\"2025-01-16T10:37:07+00:00\",\"userId\":1767,\"lastUpdatedAt\":\"2025-01-16T10:37:07+00:00\"},{\"id\":1194,\"partnerId\":256,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T10:38:16+00:00\",\"acceptedAt\":\"2025-01-16T10:38:16+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-16T10:38:16+00:00\"},{\"id\":1195,\"partnerId\":70,\"sendViaEmail\":true,\"email\":\"John.appleseed@ampeco.global\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-17T03:01:47+00:00\",\"acceptedAt\":\"2025-01-17T03:01:47+00:00\",\"userId\":1,\"lastUpdatedAt\":\"2025-01-17T03:01:47+00:00\"},{\"id\":1196,\"partnerId\":70,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-17T03:47:31+00:00\",\"acceptedAt\":\"2025-01-17T03:47:31+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-17T03:47:31+00:00\"},{\"id\":1197,\"partnerId\":793,\"sendViaEmail\":true,\"email\":\"jess@allvisual.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-17T15:45:29+00:00\",\"acceptedAt\":\"2025-01-17T15:45:29+00:00\",\"userId\":1805,\"lastUpdatedAt\":\"2025-01-17T15:45:29+00:00\"},{\"id\":1198,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"bastia.vandenbulck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-20T14:27:54+00:00\",\"acceptedAt\":\"2025-01-20T14:27:54+00:00\",\"userId\":1808,\"lastUpdatedAt\":\"2025-01-20T14:27:54+00:00\"},{\"id\":1199,\"partnerId\":752,\"sendViaEmail\":false,\"email\":\"Pascale.Smets@kimchoc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-20T15:15:55+00:00\",\"acceptedAt\":\"2025-01-20T15:15:55+00:00\",\"userId\":1703,\"lastUpdatedAt\":\"2025-01-20T15:15:55+00:00\"},{\"id\":1200,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"robbe@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-20T16:00:30+00:00\",\"acceptedAt\":\"2025-01-20T16:00:30+00:00\",\"userId\":1207,\"lastUpdatedAt\":\"2025-01-20T16:00:30+00:00\"},{\"id\":1201,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"ismael.temsamani@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T11:33:22+00:00\",\"acceptedAt\":\"2025-01-22T11:33:22+00:00\",\"userId\":1810,\"lastUpdatedAt\":\"2025-01-22T11:33:22+00:00\"},{\"id\":1202,\"partnerId\":795,\"sendViaEmail\":false,\"email\":\"annemie@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T11:59:04+00:00\",\"acceptedAt\":\"2025-01-22T11:59:04+00:00\",\"userId\":1507,\"lastUpdatedAt\":\"2025-01-22T11:59:04+00:00\"},{\"id\":1203,\"partnerId\":795,\"sendViaEmail\":false,\"email\":\"charona@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T12:00:10+00:00\",\"acceptedAt\":\"2025-01-22T12:00:10+00:00\",\"userId\":1505,\"lastUpdatedAt\":\"2025-01-22T12:00:10+00:00\"},{\"id\":1204,\"partnerId\":795,\"sendViaEmail\":false,\"email\":\"Lynn@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T12:01:16+00:00\",\"acceptedAt\":\"2025-01-22T12:01:16+00:00\",\"userId\":1662,\"lastUpdatedAt\":\"2025-01-22T12:01:16+00:00\"},{\"id\":1205,\"partnerId\":795,\"sendViaEmail\":false,\"email\":\"michael@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T12:02:00+00:00\",\"acceptedAt\":\"2025-01-22T12:02:00+00:00\",\"userId\":1506,\"lastUpdatedAt\":\"2025-01-22T12:02:00+00:00\"},{\"id\":1206,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"mark.maerevoet@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T16:51:09+00:00\",\"acceptedAt\":\"2025-01-22T16:51:09+00:00\",\"userId\":1814,\"lastUpdatedAt\":\"2025-01-22T16:51:09+00:00\"},{\"id\":1207,\"partnerId\":796,\"sendViaEmail\":true,\"email\":\"Ewoud@advocaatdevidts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-23T10:15:46+00:00\",\"acceptedAt\":\"2025-01-23T10:15:46+00:00\",\"userId\":1816,\"lastUpdatedAt\":\"2025-01-23T10:15:46+00:00\"},{\"id\":1209,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ben.daems@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-23T16:07:57+00:00\",\"acceptedAt\":\"2025-01-23T16:07:57+00:00\",\"userId\":1818,\"lastUpdatedAt\":\"2025-01-23T16:07:57+00:00\"},{\"id\":1210,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"ronald.van.zijp@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-24T10:22:21+00:00\",\"acceptedAt\":\"2025-01-24T10:22:21+00:00\",\"userId\":1821,\"lastUpdatedAt\":\"2025-01-24T10:22:21+00:00\"},{\"id\":1211,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"michelelemmens@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-27T12:53:19+00:00\",\"acceptedAt\":\"2025-01-27T12:53:19+00:00\",\"userId\":1830,\"lastUpdatedAt\":\"2025-01-27T12:53:19+00:00\"},{\"id\":1212,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"koos.van-de-loo@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-27T15:54:45+00:00\",\"acceptedAt\":\"2025-01-27T15:54:45+00:00\",\"userId\":1831,\"lastUpdatedAt\":\"2025-01-27T15:54:45+00:00\"},{\"id\":1213,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"marco.van-rosmalen@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-27T16:05:58+00:00\",\"acceptedAt\":\"2025-01-27T16:05:58+00:00\",\"userId\":1832,\"lastUpdatedAt\":\"2025-01-27T16:05:58+00:00\"},{\"id\":1214,\"partnerId\":798,\"sendViaEmail\":false,\"email\":\"benoit@bveinternational.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-28T10:57:11+00:00\",\"acceptedAt\":\"2025-01-28T10:57:11+00:00\",\"userId\":734,\"lastUpdatedAt\":\"2025-01-28T10:57:11+00:00\"},{\"id\":1215,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"margauxdescan@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-29T15:30:29+00:00\",\"acceptedAt\":\"2025-01-29T15:30:29+00:00\",\"userId\":1837,\"lastUpdatedAt\":\"2025-01-29T15:30:29+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\"},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":900,\"total\":1122}}"} 
[2025-07-17 19:08:24] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":1217,\"partnerId\":799,\"sendViaEmail\":false,\"email\":\"koen.thys@straaltechniek.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-30T15:17:30+00:00\",\"acceptedAt\":\"2025-01-30T15:17:30+00:00\",\"userId\":1843,\"lastUpdatedAt\":\"2025-01-30T15:17:30+00:00\"},{\"id\":1218,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"erwin.bruinings@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T14:02:07+00:00\",\"acceptedAt\":\"2025-01-31T14:02:07+00:00\",\"userId\":1844,\"lastUpdatedAt\":\"2025-01-31T14:02:07+00:00\"},{\"id\":1219,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"vital.lambert@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T14:18:14+00:00\",\"acceptedAt\":\"2025-01-31T14:18:14+00:00\",\"userId\":1845,\"lastUpdatedAt\":\"2025-01-31T14:18:14+00:00\"},{\"id\":1220,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"sven.torfs@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T14:32:13+00:00\",\"acceptedAt\":\"2025-01-31T14:32:13+00:00\",\"userId\":1846,\"lastUpdatedAt\":\"2025-01-31T14:32:13+00:00\"},{\"id\":1221,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"sven.vandeneijnde@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T14:44:46+00:00\",\"acceptedAt\":\"2025-01-31T14:44:46+00:00\",\"userId\":1847,\"lastUpdatedAt\":\"2025-01-31T14:44:46+00:00\"},{\"id\":1222,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"alain.van-loock@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T15:13:46+00:00\",\"acceptedAt\":\"2025-01-31T15:13:46+00:00\",\"userId\":1848,\"lastUpdatedAt\":\"2025-01-31T15:13:46+00:00\"},{\"id\":1223,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"kim.huysmans@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T15:31:28+00:00\",\"acceptedAt\":\"2025-01-31T15:31:28+00:00\",\"userId\":1849,\"lastUpdatedAt\":\"2025-01-31T15:31:28+00:00\"},{\"id\":1224,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"ilegemskevin@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T15:46:40+00:00\",\"acceptedAt\":\"2025-01-31T15:46:40+00:00\",\"userId\":1737,\"lastUpdatedAt\":\"2025-01-31T15:46:40+00:00\"},{\"id\":1226,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"brigitte.van-daele@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T09:51:14+00:00\",\"acceptedAt\":\"2025-02-03T09:51:14+00:00\",\"userId\":1861,\"lastUpdatedAt\":\"2025-02-03T09:51:14+00:00\"},{\"id\":1227,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"sam.stuyck@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T10:02:09+00:00\",\"acceptedAt\":\"2025-02-03T10:02:09+00:00\",\"userId\":1862,\"lastUpdatedAt\":\"2025-02-03T10:02:09+00:00\"},{\"id\":1228,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"ben.vaneijcken@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T10:10:24+00:00\",\"acceptedAt\":\"2025-02-03T10:10:24+00:00\",\"userId\":1660,\"lastUpdatedAt\":\"2025-02-03T10:10:24+00:00\"},{\"id\":1229,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"brecht.olijslagers@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T10:19:48+00:00\",\"acceptedAt\":\"2025-02-03T10:19:48+00:00\",\"userId\":1863,\"lastUpdatedAt\":\"2025-02-03T10:19:48+00:00\"},{\"id\":1230,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"tiboloon@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T10:31:52+00:00\",\"acceptedAt\":\"2025-02-03T10:31:52+00:00\",\"userId\":1663,\"lastUpdatedAt\":\"2025-02-03T10:31:52+00:00\"},{\"id\":1232,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"kim@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-04T11:23:29+00:00\",\"acceptedAt\":\"2025-02-04T11:23:29+00:00\",\"userId\":1865,\"lastUpdatedAt\":\"2025-02-04T11:23:29+00:00\"},{\"id\":1233,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"jolien@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-04T11:48:43+00:00\",\"acceptedAt\":\"2025-02-04T11:48:43+00:00\",\"userId\":1850,\"lastUpdatedAt\":\"2025-02-04T11:48:43+00:00\"},{\"id\":1234,\"partnerId\":806,\"sendViaEmail\":false,\"email\":\"stephanie.deville@challenge-mc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-04T16:07:15+00:00\",\"acceptedAt\":\"2025-02-04T16:07:15+00:00\",\"userId\":1867,\"lastUpdatedAt\":\"2025-02-04T16:07:15+00:00\"},{\"id\":1235,\"partnerId\":791,\"sendViaEmail\":false,\"email\":\"elke.delgouffe@jobat.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-06T11:50:58+00:00\",\"acceptedAt\":\"2025-02-06T11:50:59+00:00\",\"userId\":1824,\"lastUpdatedAt\":\"2025-02-06T11:50:58+00:00\"},{\"id\":1237,\"partnerId\":360,\"sendViaEmail\":true,\"email\":\"kranil7701@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-07T09:59:36+00:00\",\"acceptedAt\":\"2025-02-07T09:59:36+00:00\",\"userId\":1767,\"lastUpdatedAt\":\"2025-02-07T09:59:36+00:00\"},{\"id\":1238,\"partnerId\":704,\"sendViaEmail\":false,\"email\":\"Ise@accofiska.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-07T11:18:40+00:00\",\"acceptedAt\":\"2025-02-07T11:18:40+00:00\",\"userId\":1411,\"lastUpdatedAt\":\"2025-02-07T11:18:40+00:00\"},{\"id\":1239,\"partnerId\":807,\"sendViaEmail\":true,\"email\":\"rein.motyka@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T09:40:15+00:00\",\"acceptedAt\":\"2025-02-10T09:40:15+00:00\",\"userId\":1878,\"lastUpdatedAt\":\"2025-02-10T09:40:15+00:00\"},{\"id\":1240,\"partnerId\":808,\"sendViaEmail\":true,\"email\":\"michael@rubec.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T13:39:50+00:00\",\"acceptedAt\":\"2025-02-10T13:39:50+00:00\",\"userId\":1879,\"lastUpdatedAt\":\"2025-02-10T13:39:50+00:00\"},{\"id\":1241,\"partnerId\":809,\"sendViaEmail\":false,\"email\":\"info@altaircommunications.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T14:59:53+00:00\",\"acceptedAt\":\"2025-02-10T14:59:53+00:00\",\"userId\":1882,\"lastUpdatedAt\":\"2025-02-10T14:59:53+00:00\"},{\"id\":1242,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"inevanhaeren@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T16:04:14+00:00\",\"acceptedAt\":\"2025-02-10T16:04:14+00:00\",\"userId\":1885,\"lastUpdatedAt\":\"2025-02-10T16:04:14+00:00\"},{\"id\":1243,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"stephanierosseel@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T16:17:53+00:00\",\"acceptedAt\":\"2025-02-10T16:17:53+00:00\",\"userId\":1886,\"lastUpdatedAt\":\"2025-02-10T16:17:53+00:00\"},{\"id\":1244,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Emoortgat@gantrade.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:06:09+00:00\",\"acceptedAt\":\"2025-02-10T23:06:09+00:00\",\"userId\":1645,\"lastUpdatedAt\":\"2025-02-10T23:06:09+00:00\"},{\"id\":1245,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Mark.sleegers@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:07:59+00:00\",\"acceptedAt\":\"2025-02-10T23:07:59+00:00\",\"userId\":1631,\"lastUpdatedAt\":\"2025-02-10T23:07:59+00:00\"},{\"id\":1246,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"pascale.vanolst@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:08:16+00:00\",\"acceptedAt\":\"2025-02-10T23:08:16+00:00\",\"userId\":1630,\"lastUpdatedAt\":\"2025-02-10T23:08:16+00:00\"},{\"id\":1247,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Marc.slock@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:08:34+00:00\",\"acceptedAt\":\"2025-02-10T23:08:34+00:00\",\"userId\":1529,\"lastUpdatedAt\":\"2025-02-10T23:08:34+00:00\"},{\"id\":1248,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Olivier.demeijer@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:08:52+00:00\",\"acceptedAt\":\"2025-02-10T23:08:52+00:00\",\"userId\":1528,\"lastUpdatedAt\":\"2025-02-10T23:08:52+00:00\"},{\"id\":1249,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Wendy.crauwels@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:09:07+00:00\",\"acceptedAt\":\"2025-02-10T23:09:07+00:00\",\"userId\":1527,\"lastUpdatedAt\":\"2025-02-10T23:09:07+00:00\"},{\"id\":1250,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Pierre.noyrez@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:09:22+00:00\",\"acceptedAt\":\"2025-02-10T23:09:22+00:00\",\"userId\":1526,\"lastUpdatedAt\":\"2025-02-10T23:09:22+00:00\"},{\"id\":1251,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"it@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:09:37+00:00\",\"acceptedAt\":\"2025-02-10T23:09:37+00:00\",\"userId\":1525,\"lastUpdatedAt\":\"2025-02-10T23:09:37+00:00\"},{\"id\":1252,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Greg.parekh@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:09:49+00:00\",\"acceptedAt\":\"2025-02-10T23:09:49+00:00\",\"userId\":1524,\"lastUpdatedAt\":\"2025-02-10T23:09:49+00:00\"},{\"id\":1253,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Dquadflieg@gantrade.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:10:01+00:00\",\"acceptedAt\":\"2025-02-10T23:10:01+00:00\",\"userId\":1523,\"lastUpdatedAt\":\"2025-02-10T23:10:01+00:00\"},{\"id\":1254,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Joanna.batkowska@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:10:13+00:00\",\"acceptedAt\":\"2025-02-10T23:10:13+00:00\",\"userId\":1522,\"lastUpdatedAt\":\"2025-02-10T23:10:13+00:00\"},{\"id\":1255,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"tim.vandenbogaert@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:10:26+00:00\",\"acceptedAt\":\"2025-02-10T23:10:26+00:00\",\"userId\":1253,\"lastUpdatedAt\":\"2025-02-10T23:10:26+00:00\"},{\"id\":1256,\"partnerId\":346,\"sendViaEmail\":false,\"email\":\"silviagarlisi@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-11T10:12:04+00:00\",\"acceptedAt\":\"2025-02-11T10:12:04+00:00\",\"userId\":1888,\"lastUpdatedAt\":\"2025-02-11T10:12:04+00:00\"},{\"id\":1257,\"partnerId\":778,\"sendViaEmail\":false,\"email\":\"qinemotion@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-12T15:17:10+00:00\",\"acceptedAt\":\"2025-02-12T15:17:10+00:00\",\"userId\":1550,\"lastUpdatedAt\":\"2025-02-12T15:17:10+00:00\"},{\"id\":1258,\"partnerId\":810,\"sendViaEmail\":false,\"email\":\"info@winka.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T10:04:32+00:00\",\"acceptedAt\":\"2025-02-13T10:04:33+00:00\",\"userId\":1892,\"lastUpdatedAt\":\"2025-02-13T10:04:32+00:00\"},{\"id\":1259,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"ruben.van.ruysseveldt@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:35:04+00:00\",\"acceptedAt\":\"2025-02-13T11:35:04+00:00\",\"userId\":1695,\"lastUpdatedAt\":\"2025-02-13T11:35:04+00:00\"},{\"id\":1260,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"andy.verschaeren@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:36:18+00:00\",\"acceptedAt\":\"2025-02-13T11:36:18+00:00\",\"userId\":1681,\"lastUpdatedAt\":\"2025-02-13T11:36:18+00:00\"},{\"id\":1261,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"femke.de.bley@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:37:05+00:00\",\"acceptedAt\":\"2025-02-13T11:37:05+00:00\",\"userId\":1679,\"lastUpdatedAt\":\"2025-02-13T11:37:05+00:00\"},{\"id\":1262,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"raf.vanspauwen@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:45:14+00:00\",\"acceptedAt\":\"2025-02-13T11:45:14+00:00\",\"userId\":1670,\"lastUpdatedAt\":\"2025-02-13T11:45:14+00:00\"},{\"id\":1263,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"nele.theuwissen@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:46:35+00:00\",\"acceptedAt\":\"2025-02-13T11:46:35+00:00\",\"userId\":1667,\"lastUpdatedAt\":\"2025-02-13T11:46:35+00:00\"},{\"id\":1264,\"partnerId\":755,\"sendViaEmail\":false,\"email\":\"Jurgen@accofiska.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-14T14:24:50+00:00\",\"acceptedAt\":\"2025-02-14T14:24:50+00:00\",\"userId\":1407,\"lastUpdatedAt\":\"2025-02-14T14:24:50+00:00\"},{\"id\":1265,\"partnerId\":811,\"sendViaEmail\":false,\"email\":\"patrick.boonen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-17T13:02:19+00:00\",\"acceptedAt\":\"2025-02-17T13:02:19+00:00\",\"userId\":1895,\"lastUpdatedAt\":\"2025-02-17T13:02:19+00:00\"},{\"id\":1266,\"partnerId\":812,\"sendViaEmail\":true,\"email\":\"ivwcleaning@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-17T14:32:27+00:00\",\"acceptedAt\":\"2025-02-17T14:32:27+00:00\",\"userId\":1897,\"lastUpdatedAt\":\"2025-02-17T14:32:27+00:00\"},{\"id\":1267,\"partnerId\":769,\"sendViaEmail\":true,\"email\":\"stephanie.deville@challenge-mc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-20T11:27:04+00:00\",\"acceptedAt\":\"2025-02-20T11:27:04+00:00\",\"userId\":1867,\"lastUpdatedAt\":\"2025-02-20T11:27:04+00:00\"},{\"id\":1268,\"partnerId\":767,\"sendViaEmail\":false,\"email\":\"lieve.vanderauwera@dastronic.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-20T14:19:22+00:00\",\"acceptedAt\":\"2025-02-20T14:19:22+00:00\",\"userId\":1902,\"lastUpdatedAt\":\"2025-02-20T14:19:22+00:00\"},{\"id\":1269,\"partnerId\":489,\"sendViaEmail\":false,\"email\":\"cools.pol@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-26T11:06:22+00:00\",\"acceptedAt\":\"2025-02-26T11:06:22+00:00\",\"userId\":694,\"lastUpdatedAt\":\"2025-02-26T11:06:22+00:00\"},{\"id\":1270,\"partnerId\":489,\"sendViaEmail\":false,\"email\":\"monique.baeteman@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-26T11:06:38+00:00\",\"acceptedAt\":\"2025-02-26T11:06:38+00:00\",\"userId\":695,\"lastUpdatedAt\":\"2025-02-26T11:06:38+00:00\"},{\"id\":1271,\"partnerId\":817,\"sendViaEmail\":false,\"email\":\"guysophiejeremy@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-26T15:18:14+00:00\",\"acceptedAt\":\"2025-02-26T15:18:14+00:00\",\"userId\":1913,\"lastUpdatedAt\":\"2025-02-26T15:18:14+00:00\"},{\"id\":1272,\"partnerId\":818,\"sendViaEmail\":false,\"email\":\"bart@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:25:02+00:00\",\"acceptedAt\":\"2025-02-27T11:25:02+00:00\",\"userId\":1918,\"lastUpdatedAt\":\"2025-02-27T11:25:02+00:00\"},{\"id\":1273,\"partnerId\":819,\"sendViaEmail\":false,\"email\":\"ronald@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:27:29+00:00\",\"acceptedAt\":\"2025-02-27T11:27:29+00:00\",\"userId\":1919,\"lastUpdatedAt\":\"2025-02-27T11:27:29+00:00\"},{\"id\":1274,\"partnerId\":819,\"sendViaEmail\":false,\"email\":\"thomas@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:27:58+00:00\",\"acceptedAt\":\"2025-02-27T11:27:58+00:00\",\"userId\":1920,\"lastUpdatedAt\":\"2025-02-27T11:27:58+00:00\"},{\"id\":1275,\"partnerId\":819,\"sendViaEmail\":false,\"email\":\"wim@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:28:51+00:00\",\"acceptedAt\":\"2025-02-27T11:28:51+00:00\",\"userId\":1905,\"lastUpdatedAt\":\"2025-02-27T11:28:51+00:00\"},{\"id\":1276,\"partnerId\":820,\"sendViaEmail\":false,\"email\":\"marco@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:43:45+00:00\",\"acceptedAt\":\"2025-02-27T11:43:45+00:00\",\"userId\":1921,\"lastUpdatedAt\":\"2025-02-27T11:43:45+00:00\"},{\"id\":1277,\"partnerId\":661,\"sendViaEmail\":false,\"email\":\"pascale.aelbrecht@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-28T13:23:31+00:00\",\"acceptedAt\":\"2025-02-28T13:23:31+00:00\",\"userId\":1255,\"lastUpdatedAt\":\"2025-02-28T13:23:31+00:00\"},{\"id\":1278,\"partnerId\":588,\"sendViaEmail\":false,\"email\":\"leen.billiet@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-03T12:24:17+00:00\",\"acceptedAt\":\"2025-03-03T12:24:17+00:00\",\"userId\":1926,\"lastUpdatedAt\":\"2025-03-03T12:24:17+00:00\"},{\"id\":1279,\"partnerId\":588,\"sendViaEmail\":false,\"email\":\"info@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-04T10:24:49+00:00\",\"acceptedAt\":\"2025-03-04T10:24:49+00:00\",\"userId\":1929,\"lastUpdatedAt\":\"2025-03-04T10:24:49+00:00\"},{\"id\":1280,\"partnerId\":823,\"sendViaEmail\":true,\"email\":\"vitalvolders@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-04T12:46:24+00:00\",\"acceptedAt\":\"2025-03-04T12:46:24+00:00\",\"userId\":1927,\"lastUpdatedAt\":\"2025-03-04T12:46:24+00:00\"},{\"id\":1281,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"nico@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:14:30+00:00\",\"acceptedAt\":\"2025-03-05T09:14:30+00:00\",\"userId\":1932,\"lastUpdatedAt\":\"2025-03-05T09:14:30+00:00\"},{\"id\":1282,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"steven@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:19:12+00:00\",\"acceptedAt\":\"2025-03-05T09:19:12+00:00\",\"userId\":1933,\"lastUpdatedAt\":\"2025-03-05T09:19:12+00:00\"},{\"id\":1283,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"robbe@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:20:53+00:00\",\"acceptedAt\":\"2025-03-05T09:20:53+00:00\",\"userId\":1934,\"lastUpdatedAt\":\"2025-03-05T09:20:53+00:00\"},{\"id\":1284,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"lcoene@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:37:17+00:00\",\"acceptedAt\":\"2025-03-05T09:37:17+00:00\",\"userId\":1935,\"lastUpdatedAt\":\"2025-03-05T09:37:17+00:00\"},{\"id\":1285,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"cherif@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:39:07+00:00\",\"acceptedAt\":\"2025-03-05T09:39:07+00:00\",\"userId\":1936,\"lastUpdatedAt\":\"2025-03-05T09:39:07+00:00\"},{\"id\":1286,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"aaron@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:42:46+00:00\",\"acceptedAt\":\"2025-03-05T09:42:47+00:00\",\"userId\":1937,\"lastUpdatedAt\":\"2025-03-05T09:42:46+00:00\"},{\"id\":1287,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"debbie@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:44:30+00:00\",\"acceptedAt\":\"2025-03-05T09:44:30+00:00\",\"userId\":1938,\"lastUpdatedAt\":\"2025-03-05T09:44:30+00:00\"},{\"id\":1288,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"victor@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:46:07+00:00\",\"acceptedAt\":\"2025-03-05T09:46:07+00:00\",\"userId\":1939,\"lastUpdatedAt\":\"2025-03-05T09:46:07+00:00\"},{\"id\":1289,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"thijmen@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:48:45+00:00\",\"acceptedAt\":\"2025-03-05T09:48:45+00:00\",\"userId\":1940,\"lastUpdatedAt\":\"2025-03-05T09:48:45+00:00\"},{\"id\":1291,\"partnerId\":825,\"sendViaEmail\":true,\"email\":\"peter.deranter@tilroy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T09:50:53+00:00\",\"acceptedAt\":\"2025-03-06T09:50:53+00:00\",\"userId\":1945,\"lastUpdatedAt\":\"2025-03-06T09:50:53+00:00\"},{\"id\":1292,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Koen.Deckers@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:37+00:00\",\"acceptedAt\":\"2025-03-06T13:08:37+00:00\",\"userId\":1946,\"lastUpdatedAt\":\"2025-03-06T13:08:37+00:00\"},{\"id\":1293,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Christophe.Hublet@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:38+00:00\",\"acceptedAt\":\"2025-03-06T13:08:38+00:00\",\"userId\":1947,\"lastUpdatedAt\":\"2025-03-06T13:08:38+00:00\"},{\"id\":1294,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Jan.VanStaey@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:38+00:00\",\"acceptedAt\":\"2025-03-06T13:08:38+00:00\",\"userId\":1948,\"lastUpdatedAt\":\"2025-03-06T13:08:38+00:00\"},{\"id\":1295,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Inge.Moran@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:39+00:00\",\"acceptedAt\":\"2025-03-06T13:08:39+00:00\",\"userId\":1949,\"lastUpdatedAt\":\"2025-03-06T13:08:39+00:00\"},{\"id\":1296,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Britte.Ceyssens@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:40+00:00\",\"acceptedAt\":\"2025-03-06T13:08:40+00:00\",\"userId\":1950,\"lastUpdatedAt\":\"2025-03-06T13:08:40+00:00\"},{\"id\":1297,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Hilde.Peeters@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:40+00:00\",\"acceptedAt\":\"2025-03-06T13:08:40+00:00\",\"userId\":1951,\"lastUpdatedAt\":\"2025-03-06T13:08:40+00:00\"},{\"id\":1298,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Bart.Fynaerts@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:41+00:00\",\"acceptedAt\":\"2025-03-06T13:08:41+00:00\",\"userId\":1952,\"lastUpdatedAt\":\"2025-03-06T13:08:41+00:00\"},{\"id\":1299,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Nicolas.Dejaeger@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:42+00:00\",\"acceptedAt\":\"2025-03-06T13:08:42+00:00\",\"userId\":1953,\"lastUpdatedAt\":\"2025-03-06T13:08:42+00:00\"},{\"id\":1300,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Michiel.Brutsaert@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:43+00:00\",\"acceptedAt\":\"2025-03-06T13:08:43+00:00\",\"userId\":1954,\"lastUpdatedAt\":\"2025-03-06T13:08:43+00:00\"},{\"id\":1301,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Charlotte.Vranken@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:44+00:00\",\"acceptedAt\":\"2025-03-06T13:08:44+00:00\",\"userId\":1955,\"lastUpdatedAt\":\"2025-03-06T13:08:44+00:00\"},{\"id\":1302,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Evi.Denolet@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:44+00:00\",\"acceptedAt\":\"2025-03-06T13:08:44+00:00\",\"userId\":1956,\"lastUpdatedAt\":\"2025-03-06T13:08:44+00:00\"},{\"id\":1303,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Heidi.Goossens@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:45+00:00\",\"acceptedAt\":\"2025-03-06T13:08:45+00:00\",\"userId\":1957,\"lastUpdatedAt\":\"2025-03-06T13:08:45+00:00\"},{\"id\":1304,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"jef.vangenechten@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T16:14:19+00:00\",\"acceptedAt\":\"2025-03-06T16:14:19+00:00\",\"userId\":1658,\"lastUpdatedAt\":\"2025-03-06T16:14:19+00:00\"},{\"id\":1306,\"partnerId\":830,\"sendViaEmail\":false,\"email\":\"jsmauclet@daoust.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-11T13:45:40+00:00\",\"acceptedAt\":\"2025-03-11T13:45:40+00:00\",\"userId\":1962,\"lastUpdatedAt\":\"2025-03-11T13:45:40+00:00\"},{\"id\":1307,\"partnerId\":566,\"sendViaEmail\":false,\"email\":\"jan.freson@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-11T17:30:11+00:00\",\"acceptedAt\":\"2025-03-11T17:30:11+00:00\",\"userId\":948,\"lastUpdatedAt\":\"2025-03-11T17:30:11+00:00\"},{\"id\":1308,\"partnerId\":831,\"sendViaEmail\":true,\"email\":\"Christiaan@vanbignoot.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-13T10:51:05+00:00\",\"acceptedAt\":\"2025-03-13T10:51:06+00:00\",\"userId\":1967,\"lastUpdatedAt\":\"2025-03-13T10:51:05+00:00\"},{\"id\":1309,\"partnerId\":833,\"sendViaEmail\":true,\"email\":\"willem.voets@promaz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-16T21:10:39+00:00\",\"acceptedAt\":\"2025-03-16T21:10:39+00:00\",\"userId\":1973,\"lastUpdatedAt\":\"2025-03-16T21:10:39+00:00\"},{\"id\":1310,\"partnerId\":833,\"sendViaEmail\":false,\"email\":\"gert.moerenhout@promaz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-16T21:12:55+00:00\",\"acceptedAt\":\"2025-03-16T21:12:55+00:00\",\"userId\":1974,\"lastUpdatedAt\":\"2025-03-16T21:12:55+00:00\"},{\"id\":1311,\"partnerId\":833,\"sendViaEmail\":false,\"email\":\"ludivine.ranwez@promaz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-16T21:18:01+00:00\",\"acceptedAt\":\"2025-03-16T21:18:01+00:00\",\"userId\":1975,\"lastUpdatedAt\":\"2025-03-16T21:18:01+00:00\"},{\"id\":1312,\"partnerId\":834,\"sendViaEmail\":false,\"email\":\"xw.brawax@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-17T09:51:40+00:00\",\"acceptedAt\":\"2025-03-17T09:51:40+00:00\",\"userId\":447,\"lastUpdatedAt\":\"2025-03-17T09:51:40+00:00\"},{\"id\":1313,\"partnerId\":835,\"sendViaEmail\":false,\"email\":\"sandygo@me.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-17T13:50:02+00:00\",\"acceptedAt\":\"2025-03-17T13:50:02+00:00\",\"userId\":1976,\"lastUpdatedAt\":\"2025-03-17T13:50:02+00:00\"},{\"id\":1314,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"louisdegroote@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-19T09:09:51+00:00\",\"acceptedAt\":\"2025-03-19T09:09:51+00:00\",\"userId\":1817,\"lastUpdatedAt\":\"2025-03-19T09:09:51+00:00\"},{\"id\":1316,\"partnerId\":704,\"sendViaEmail\":false,\"email\":\"Jeroen@accofiska.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-26T14:18:27+00:00\",\"acceptedAt\":\"2025-03-26T14:18:27+00:00\",\"userId\":1993,\"lastUpdatedAt\":\"2025-03-26T14:18:27+00:00\"},{\"id\":1317,\"partnerId\":838,\"sendViaEmail\":false,\"email\":\"Marieke.veys@fcomedia.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-28T08:48:23+00:00\",\"acceptedAt\":\"2025-03-28T08:48:23+00:00\",\"userId\":1997,\"lastUpdatedAt\":\"2025-03-28T08:48:23+00:00\"},{\"id\":1319,\"partnerId\":212,\"sendViaEmail\":false,\"email\":\"stephan@ramenvanhecke.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-31T12:18:02+00:00\",\"acceptedAt\":\"2025-03-31T12:18:02+00:00\",\"userId\":2001,\"lastUpdatedAt\":\"2025-03-31T12:18:02+00:00\"},{\"id\":1320,\"partnerId\":838,\"sendViaEmail\":false,\"email\":\"jurgen.munghen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-31T13:00:02+00:00\",\"acceptedAt\":\"2025-03-31T13:00:02+00:00\",\"userId\":316,\"lastUpdatedAt\":\"2025-03-31T13:00:02+00:00\"},{\"id\":1321,\"partnerId\":839,\"sendViaEmail\":true,\"email\":\"thomas.laloux@bofas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-31T23:24:51+00:00\",\"acceptedAt\":\"2025-03-31T23:24:51+00:00\",\"userId\":2003,\"lastUpdatedAt\":\"2025-03-31T23:24:51+00:00\"},{\"id\":1322,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"wim.van-roy@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-01T08:15:04+00:00\",\"acceptedAt\":\"2025-04-01T08:15:04+00:00\",\"userId\":2004,\"lastUpdatedAt\":\"2025-04-01T08:15:04+00:00\"},{\"id\":1323,\"partnerId\":840,\"sendViaEmail\":true,\"email\":\"claude@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-01T12:40:21+00:00\",\"acceptedAt\":\"2025-04-01T12:40:21+00:00\",\"userId\":1941,\"lastUpdatedAt\":\"2025-04-01T12:40:21+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\"},\"meta\":{\"current_page\":10,\"from\":901,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":1000,\"total\":1122}}"} 
[2025-07-17 19:08:25] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":1324,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"Wesley@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-01T13:53:18+00:00\",\"acceptedAt\":\"2025-04-01T13:53:18+00:00\",\"userId\":2006,\"lastUpdatedAt\":\"2025-04-01T13:53:18+00:00\"},{\"id\":1325,\"partnerId\":841,\"sendViaEmail\":true,\"email\":\"nele@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T10:05:19+00:00\",\"acceptedAt\":\"2025-04-02T10:05:19+00:00\",\"userId\":1942,\"lastUpdatedAt\":\"2025-04-02T10:05:19+00:00\"},{\"id\":1326,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"brecht.vancamp@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T14:27:45+00:00\",\"acceptedAt\":\"2025-04-02T14:27:45+00:00\",\"userId\":2010,\"lastUpdatedAt\":\"2025-04-02T14:27:45+00:00\"},{\"id\":1327,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"sofie.noens@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T14:41:54+00:00\",\"acceptedAt\":\"2025-04-02T14:41:54+00:00\",\"userId\":2011,\"lastUpdatedAt\":\"2025-04-02T14:41:54+00:00\"},{\"id\":1328,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"robby.celen@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T14:46:44+00:00\",\"acceptedAt\":\"2025-04-02T14:46:44+00:00\",\"userId\":2012,\"lastUpdatedAt\":\"2025-04-02T14:46:44+00:00\"},{\"id\":1329,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"lode.claus@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T14:51:14+00:00\",\"acceptedAt\":\"2025-04-02T14:51:14+00:00\",\"userId\":2013,\"lastUpdatedAt\":\"2025-04-02T14:51:14+00:00\"},{\"id\":1331,\"partnerId\":588,\"sendViaEmail\":false,\"email\":\"Mustafa.Akca@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-03T12:29:19+00:00\",\"acceptedAt\":\"2025-04-03T12:29:19+00:00\",\"userId\":2017,\"lastUpdatedAt\":\"2025-04-03T12:29:19+00:00\"},{\"id\":1332,\"partnerId\":826,\"sendViaEmail\":false,\"email\":\"Dieter.Vandermeersch@sobi.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-04T10:35:14+00:00\",\"acceptedAt\":\"2025-04-04T10:35:14+00:00\",\"userId\":2020,\"lastUpdatedAt\":\"2025-05-05T06:37:03+00:00\"},{\"id\":1333,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"seppe.meeus@kimchoc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-09T15:05:27+00:00\",\"acceptedAt\":\"2025-04-09T15:05:28+00:00\",\"userId\":1961,\"lastUpdatedAt\":\"2025-04-09T15:05:27+00:00\"},{\"id\":1334,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"debby.henderick@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-10T16:14:54+00:00\",\"acceptedAt\":\"2025-04-10T16:14:54+00:00\",\"userId\":1988,\"lastUpdatedAt\":\"2025-04-10T16:14:54+00:00\"},{\"id\":1335,\"partnerId\":220,\"sendViaEmail\":false,\"email\":\"ilona@terdoel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-14T10:52:30+00:00\",\"acceptedAt\":\"2025-04-14T10:52:30+00:00\",\"userId\":2037,\"lastUpdatedAt\":\"2025-04-14T10:52:30+00:00\"},{\"id\":1336,\"partnerId\":845,\"sendViaEmail\":true,\"email\":\"noam@laadexpert.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-14T17:57:30+00:00\",\"acceptedAt\":\"2025-04-14T17:57:30+00:00\",\"userId\":2038,\"lastUpdatedAt\":\"2025-04-14T17:57:30+00:00\"},{\"id\":1338,\"partnerId\":795,\"sendViaEmail\":true,\"email\":\"laura@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-16T12:53:27+00:00\",\"acceptedAt\":\"2025-04-16T12:53:27+00:00\",\"userId\":2043,\"lastUpdatedAt\":\"2025-04-16T12:53:27+00:00\"},{\"id\":1339,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"k.eeckhoudt@hesse-lignal.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-17T08:06:38+00:00\",\"acceptedAt\":\"2025-04-17T08:06:38+00:00\",\"userId\":2045,\"lastUpdatedAt\":\"2025-04-17T08:06:38+00:00\"},{\"id\":1341,\"partnerId\":846,\"sendViaEmail\":false,\"email\":\"jeroenverbanck2505@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-23T09:02:57+00:00\",\"acceptedAt\":\"2025-04-23T09:02:57+00:00\",\"userId\":2054,\"lastUpdatedAt\":\"2025-04-23T09:02:57+00:00\"},{\"id\":1342,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"virginie.flammini@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-24T07:37:16+00:00\",\"acceptedAt\":\"2025-04-24T07:37:16+00:00\",\"userId\":2057,\"lastUpdatedAt\":\"2025-04-24T07:37:16+00:00\"},{\"id\":1343,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"virginie.maas@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-24T08:18:24+00:00\",\"acceptedAt\":\"2025-04-24T08:18:24+00:00\",\"userId\":2058,\"lastUpdatedAt\":\"2025-04-24T08:18:24+00:00\"},{\"id\":1345,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"ana.palma@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T08:46:56+00:00\",\"acceptedAt\":\"2025-04-25T08:46:56+00:00\",\"userId\":2015,\"lastUpdatedAt\":\"2025-04-25T08:46:56+00:00\"},{\"id\":1346,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"vandeputte.wouter@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T10:28:19+00:00\",\"acceptedAt\":\"2025-04-25T10:28:19+00:00\",\"userId\":2046,\"lastUpdatedAt\":\"2025-04-25T10:28:19+00:00\"},{\"id\":1347,\"partnerId\":847,\"sendViaEmail\":false,\"email\":\"ignace.depaepe@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T10:41:16+00:00\",\"acceptedAt\":\"2025-04-25T10:41:16+00:00\",\"userId\":2062,\"lastUpdatedAt\":\"2025-04-25T10:41:16+00:00\"},{\"id\":1348,\"partnerId\":848,\"sendViaEmail\":false,\"email\":\"filip.lannoy@in4fuels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T13:46:14+00:00\",\"acceptedAt\":\"2025-04-25T13:46:14+00:00\",\"userId\":2069,\"lastUpdatedAt\":\"2025-04-25T13:46:14+00:00\"},{\"id\":1349,\"partnerId\":848,\"sendViaEmail\":false,\"email\":\"guido.saenen@in4fuels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T13:50:54+00:00\",\"acceptedAt\":\"2025-04-25T13:50:54+00:00\",\"userId\":2070,\"lastUpdatedAt\":\"2025-04-25T13:50:54+00:00\"},{\"id\":1351,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"vital.vanbeginne@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-28T09:38:45+00:00\",\"acceptedAt\":\"2025-04-28T09:38:45+00:00\",\"userId\":2092,\"lastUpdatedAt\":\"2025-04-28T09:38:45+00:00\"},{\"id\":1352,\"partnerId\":313,\"sendViaEmail\":false,\"email\":\"carolzeng@hjlcharger.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-28T14:45:32+00:00\",\"acceptedAt\":\"2025-04-28T14:45:32+00:00\",\"userId\":2096,\"lastUpdatedAt\":\"2025-04-28T14:45:32+00:00\"},{\"id\":1353,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"joke@ravio.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-05T07:25:51+00:00\",\"acceptedAt\":\"2025-05-05T07:25:51+00:00\",\"userId\":2124,\"lastUpdatedAt\":\"2025-05-05T07:25:51+00:00\"},{\"id\":1356,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"antony@aravio.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-05T07:34:45+00:00\",\"acceptedAt\":\"2025-05-05T07:34:45+00:00\",\"userId\":2127,\"lastUpdatedAt\":\"2025-05-05T07:34:45+00:00\"},{\"id\":1357,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"Eric.niekerk@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-08T10:25:56+00:00\",\"acceptedAt\":\"2025-05-08T10:25:56+00:00\",\"userId\":2140,\"lastUpdatedAt\":\"2025-05-08T10:25:56+00:00\"},{\"id\":1358,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"jan.pauwels@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-08T10:27:49+00:00\",\"acceptedAt\":\"2025-05-08T10:27:49+00:00\",\"userId\":2141,\"lastUpdatedAt\":\"2025-05-08T10:27:49+00:00\"},{\"id\":1359,\"partnerId\":829,\"sendViaEmail\":false,\"email\":\"Dewitte.dieter@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-08T12:05:51+00:00\",\"acceptedAt\":\"2025-05-08T12:05:51+00:00\",\"userId\":2142,\"lastUpdatedAt\":\"2025-05-08T12:05:51+00:00\"},{\"id\":1360,\"partnerId\":797,\"sendViaEmail\":true,\"email\":\"christophe.cheron@outlook.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-08T13:47:01+00:00\",\"acceptedAt\":\"2025-05-08T13:47:01+00:00\",\"userId\":2134,\"lastUpdatedAt\":\"2025-05-08T13:47:01+00:00\"},{\"id\":1361,\"partnerId\":850,\"sendViaEmail\":false,\"email\":\"eve.verbeeck@capenti.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-12T08:27:55+00:00\",\"acceptedAt\":\"2025-05-12T08:27:55+00:00\",\"userId\":2155,\"lastUpdatedAt\":\"2025-05-12T08:27:55+00:00\"},{\"id\":1362,\"partnerId\":850,\"sendViaEmail\":false,\"email\":\"koen.heremans@capenti.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-12T08:30:38+00:00\",\"acceptedAt\":\"2025-05-12T08:30:38+00:00\",\"userId\":2156,\"lastUpdatedAt\":\"2025-05-12T08:30:38+00:00\"},{\"id\":1363,\"partnerId\":851,\"sendViaEmail\":true,\"email\":\"evelien.sibiet@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:18:27+00:00\",\"acceptedAt\":\"2025-05-13T16:18:27+00:00\",\"userId\":2167,\"lastUpdatedAt\":\"2025-05-13T16:23:46+00:00\"},{\"id\":1371,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"gino.maus@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:26:53+00:00\",\"acceptedAt\":\"2025-05-13T16:26:53+00:00\",\"userId\":2173,\"lastUpdatedAt\":\"2025-05-13T16:26:53+00:00\"},{\"id\":1372,\"partnerId\":851,\"sendViaEmail\":true,\"email\":\"johan.brouwer@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:28:24+00:00\",\"acceptedAt\":\"2025-05-13T16:28:24+00:00\",\"userId\":2169,\"lastUpdatedAt\":\"2025-05-13T16:28:24+00:00\"},{\"id\":1373,\"partnerId\":851,\"sendViaEmail\":true,\"email\":\"koen.lauwreins@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:28:39+00:00\",\"acceptedAt\":\"2025-05-13T16:28:39+00:00\",\"userId\":2170,\"lastUpdatedAt\":\"2025-05-13T16:28:39+00:00\"},{\"id\":1374,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"catherine.dejaegher@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:29:45+00:00\",\"acceptedAt\":\"2025-05-13T16:29:45+00:00\",\"userId\":2171,\"lastUpdatedAt\":\"2025-05-13T16:29:45+00:00\"},{\"id\":1375,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"jan.nijborg@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:30:01+00:00\",\"acceptedAt\":\"2025-05-13T16:30:01+00:00\",\"userId\":2168,\"lastUpdatedAt\":\"2025-05-13T16:30:01+00:00\"},{\"id\":1376,\"partnerId\":852,\"sendViaEmail\":false,\"email\":\"karoliengoelen@icloud.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-14T05:40:08+00:00\",\"acceptedAt\":\"2025-05-14T05:40:08+00:00\",\"userId\":726,\"lastUpdatedAt\":\"2025-05-14T05:40:08+00:00\"},{\"id\":1378,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"ralph.sanders@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-14T19:03:30+00:00\",\"acceptedAt\":\"2025-05-14T19:03:30+00:00\",\"userId\":2178,\"lastUpdatedAt\":\"2025-05-14T19:03:30+00:00\"},{\"id\":1379,\"partnerId\":346,\"sendViaEmail\":true,\"email\":\"patrick.grispen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-15T10:24:41+00:00\",\"acceptedAt\":\"2025-05-15T10:24:41+00:00\",\"userId\":475,\"lastUpdatedAt\":\"2025-05-15T10:24:41+00:00\"},{\"id\":1380,\"partnerId\":853,\"sendViaEmail\":false,\"email\":\"alain.bockstaele@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-15T11:45:24+00:00\",\"acceptedAt\":\"2025-05-15T11:45:24+00:00\",\"userId\":2174,\"lastUpdatedAt\":\"2025-05-15T11:45:24+00:00\"},{\"id\":1381,\"partnerId\":854,\"sendViaEmail\":false,\"email\":\"Glazenwasserij.benny@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-15T12:43:09+00:00\",\"acceptedAt\":\"2025-05-15T12:43:09+00:00\",\"userId\":2183,\"lastUpdatedAt\":\"2025-05-15T12:43:09+00:00\"},{\"id\":1382,\"partnerId\":855,\"sendViaEmail\":true,\"email\":\"valensolutionsbe@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-16T13:55:22+00:00\",\"acceptedAt\":\"2025-05-16T13:55:22+00:00\",\"userId\":1245,\"lastUpdatedAt\":\"2025-05-16T13:55:22+00:00\"},{\"id\":1384,\"partnerId\":856,\"sendViaEmail\":false,\"email\":\"christof@twin4u.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T08:56:48+00:00\",\"acceptedAt\":\"2025-05-19T08:56:48+00:00\",\"userId\":2199,\"lastUpdatedAt\":\"2025-05-19T08:56:48+00:00\"},{\"id\":1385,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"info@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T09:07:18+00:00\",\"acceptedAt\":\"2025-05-19T09:07:18+00:00\",\"userId\":2200,\"lastUpdatedAt\":\"2025-05-19T09:07:18+00:00\"},{\"id\":1386,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"w.lippens@hesse-lignal.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T13:34:27+00:00\",\"acceptedAt\":\"2025-05-19T13:34:27+00:00\",\"userId\":2203,\"lastUpdatedAt\":\"2025-05-19T13:34:27+00:00\"},{\"id\":1387,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"jenthe.laruelle@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T14:12:41+00:00\",\"acceptedAt\":\"2025-05-19T14:12:41+00:00\",\"userId\":2204,\"lastUpdatedAt\":\"2025-05-19T14:12:41+00:00\"},{\"id\":1388,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"christophe.leysen@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T14:23:00+00:00\",\"acceptedAt\":\"2025-05-19T14:23:00+00:00\",\"userId\":2205,\"lastUpdatedAt\":\"2025-05-19T14:23:00+00:00\"},{\"id\":1389,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"liam.verberght@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T14:23:57+00:00\",\"acceptedAt\":\"2025-05-19T14:23:57+00:00\",\"userId\":2206,\"lastUpdatedAt\":\"2025-05-19T14:23:57+00:00\"},{\"id\":1390,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Kristof.verstraelen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T14:25:51+00:00\",\"acceptedAt\":\"2025-05-19T14:25:51+00:00\",\"userId\":2207,\"lastUpdatedAt\":\"2025-05-19T14:25:51+00:00\"},{\"id\":1391,\"partnerId\":857,\"sendViaEmail\":false,\"email\":\"willy@immosafe.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-21T14:13:25+00:00\",\"acceptedAt\":\"2025-05-21T14:13:25+00:00\",\"userId\":2214,\"lastUpdatedAt\":\"2025-05-21T14:13:25+00:00\"},{\"id\":1393,\"partnerId\":857,\"sendViaEmail\":false,\"email\":\"nico.haegens@cldn.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-23T07:04:50+00:00\",\"acceptedAt\":\"2025-05-23T07:04:50+00:00\",\"userId\":2215,\"lastUpdatedAt\":\"2025-05-23T07:04:50+00:00\"},{\"id\":1394,\"partnerId\":858,\"sendViaEmail\":true,\"email\":\"frank.liesse@belnot.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-23T10:44:20+00:00\",\"acceptedAt\":\"2025-05-23T10:44:20+00:00\",\"userId\":2130,\"lastUpdatedAt\":\"2025-05-23T10:44:20+00:00\"},{\"id\":1395,\"partnerId\":859,\"sendViaEmail\":true,\"email\":\"ingevandijk@laurensint.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-23T11:45:17+00:00\",\"acceptedAt\":\"2025-05-23T11:45:17+00:00\",\"userId\":2147,\"lastUpdatedAt\":\"2025-05-23T11:45:17+00:00\"},{\"id\":1396,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"Jonathan@Recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-27T16:04:44+00:00\",\"acceptedAt\":\"2025-05-27T16:04:44+00:00\",\"userId\":2238,\"lastUpdatedAt\":\"2025-05-27T16:04:44+00:00\"},{\"id\":1397,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"Erma@Recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-27T16:04:53+00:00\",\"acceptedAt\":\"2025-05-27T16:04:53+00:00\",\"userId\":2237,\"lastUpdatedAt\":\"2025-05-27T16:04:53+00:00\"},{\"id\":1398,\"partnerId\":313,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-29T15:36:27+00:00\",\"acceptedAt\":\"2025-05-29T15:36:27+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2025-05-29T15:36:27+00:00\"},{\"id\":1399,\"partnerId\":313,\"sendViaEmail\":true,\"email\":\"valensolutionsbe@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-29T15:37:51+00:00\",\"acceptedAt\":\"2025-05-29T15:37:51+00:00\",\"userId\":1245,\"lastUpdatedAt\":\"2025-05-29T15:37:51+00:00\"},{\"id\":1401,\"partnerId\":860,\"sendViaEmail\":true,\"email\":\"spitaels.yannick@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-02T08:32:35+00:00\",\"acceptedAt\":\"2025-06-02T08:32:36+00:00\",\"userId\":2268,\"lastUpdatedAt\":\"2025-06-02T08:32:35+00:00\"},{\"id\":1402,\"partnerId\":864,\"sendViaEmail\":false,\"email\":\"iw@ebluedrive.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-03T08:56:49+00:00\",\"acceptedAt\":\"2025-06-03T08:56:49+00:00\",\"userId\":1999,\"lastUpdatedAt\":\"2025-06-03T08:56:49+00:00\"},{\"id\":1405,\"partnerId\":865,\"sendViaEmail\":true,\"email\":\"w.oostvogels@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-05T10:45:27+00:00\",\"acceptedAt\":\"2025-06-05T10:45:27+00:00\",\"userId\":2272,\"lastUpdatedAt\":\"2025-06-05T10:45:27+00:00\"},{\"id\":1406,\"partnerId\":788,\"sendViaEmail\":false,\"email\":\"panida.thierens@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-05T11:32:16+00:00\",\"acceptedAt\":\"2025-06-05T11:32:16+00:00\",\"userId\":2224,\"lastUpdatedAt\":\"2025-06-05T11:32:16+00:00\"},{\"id\":1407,\"partnerId\":866,\"sendViaEmail\":true,\"email\":\"giel.van.heybeeck@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-05T12:22:03+00:00\",\"acceptedAt\":\"2025-06-05T12:22:03+00:00\",\"userId\":1931,\"lastUpdatedAt\":\"2025-06-05T12:22:03+00:00\"},{\"id\":1409,\"partnerId\":868,\"sendViaEmail\":false,\"email\":\"j.wuyts.loodgieterij@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-10T13:04:40+00:00\",\"acceptedAt\":\"2025-06-10T13:04:40+00:00\",\"userId\":2299,\"lastUpdatedAt\":\"2025-06-10T13:04:40+00:00\"},{\"id\":1410,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"Herald.mulder@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-12T13:11:11+00:00\",\"acceptedAt\":\"2025-06-12T13:11:11+00:00\",\"userId\":2305,\"lastUpdatedAt\":\"2025-06-12T13:11:11+00:00\"},{\"id\":1411,\"partnerId\":865,\"sendViaEmail\":true,\"email\":\"katrien.gysen@brusselsairport.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-13T09:30:18+00:00\",\"acceptedAt\":\"2025-06-13T09:30:18+00:00\",\"userId\":2275,\"lastUpdatedAt\":\"2025-06-13T09:30:18+00:00\"},{\"id\":1412,\"partnerId\":260,\"sendViaEmail\":false,\"email\":\"jamo.consulting@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-19T08:57:39+00:00\",\"acceptedAt\":\"2025-06-19T08:57:39+00:00\",\"userId\":2094,\"lastUpdatedAt\":\"2025-06-19T08:57:39+00:00\"},{\"id\":1413,\"partnerId\":528,\"sendViaEmail\":true,\"email\":\"Karen@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T08:31:23+00:00\",\"acceptedAt\":\"2025-06-20T08:31:23+00:00\",\"userId\":1574,\"lastUpdatedAt\":\"2025-06-20T08:31:23+00:00\"},{\"id\":1414,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"heidi.vanbergen@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:27+00:00\",\"acceptedAt\":\"2025-06-20T11:29:27+00:00\",\"userId\":2317,\"lastUpdatedAt\":\"2025-06-20T11:29:27+00:00\"},{\"id\":1415,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"eric.dewaet@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:27+00:00\",\"acceptedAt\":\"2025-06-20T11:29:27+00:00\",\"userId\":2318,\"lastUpdatedAt\":\"2025-06-20T11:29:27+00:00\"},{\"id\":1416,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"daisy.claes@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:27+00:00\",\"acceptedAt\":\"2025-06-20T11:29:27+00:00\",\"userId\":2319,\"lastUpdatedAt\":\"2025-06-20T11:29:27+00:00\"},{\"id\":1417,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"annelies.evens@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:27+00:00\",\"acceptedAt\":\"2025-06-20T11:29:27+00:00\",\"userId\":2320,\"lastUpdatedAt\":\"2025-06-20T11:29:27+00:00\"},{\"id\":1418,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"shana.vanhoutte@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:28+00:00\",\"acceptedAt\":\"2025-06-20T11:29:28+00:00\",\"userId\":2321,\"lastUpdatedAt\":\"2025-06-20T11:29:28+00:00\"},{\"id\":1419,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"alexis.degrauwe@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:28+00:00\",\"acceptedAt\":\"2025-06-20T11:29:28+00:00\",\"userId\":2322,\"lastUpdatedAt\":\"2025-06-20T11:29:28+00:00\"},{\"id\":1420,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"anthony.fierens@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:28+00:00\",\"acceptedAt\":\"2025-06-20T11:29:28+00:00\",\"userId\":2323,\"lastUpdatedAt\":\"2025-06-20T11:29:28+00:00\"},{\"id\":1421,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"hans.debont@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:28+00:00\",\"acceptedAt\":\"2025-06-20T11:29:28+00:00\",\"userId\":2324,\"lastUpdatedAt\":\"2025-06-20T11:29:28+00:00\"},{\"id\":1422,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"phellice.timmermans@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:29+00:00\",\"acceptedAt\":\"2025-06-20T11:29:29+00:00\",\"userId\":2325,\"lastUpdatedAt\":\"2025-06-20T11:29:29+00:00\"},{\"id\":1423,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"frieda.geeurickx@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:29+00:00\",\"acceptedAt\":\"2025-06-20T11:29:29+00:00\",\"userId\":2326,\"lastUpdatedAt\":\"2025-06-20T11:29:29+00:00\"},{\"id\":1424,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"greet.vanderstraeten@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:29+00:00\",\"acceptedAt\":\"2025-06-20T11:29:29+00:00\",\"userId\":2327,\"lastUpdatedAt\":\"2025-06-20T11:29:29+00:00\"},{\"id\":1425,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"kevin.germis@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:30+00:00\",\"acceptedAt\":\"2025-06-20T11:29:30+00:00\",\"userId\":2328,\"lastUpdatedAt\":\"2025-06-20T11:29:30+00:00\"},{\"id\":1426,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"jan.verellen@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:30+00:00\",\"acceptedAt\":\"2025-06-20T11:29:30+00:00\",\"userId\":2329,\"lastUpdatedAt\":\"2025-06-20T11:29:30+00:00\"},{\"id\":1427,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"karolien.vleugels@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:30+00:00\",\"acceptedAt\":\"2025-06-20T11:29:30+00:00\",\"userId\":2330,\"lastUpdatedAt\":\"2025-06-20T11:29:30+00:00\"},{\"id\":1428,\"partnerId\":59,\"sendViaEmail\":false,\"email\":\"silke.roose@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T16:48:46+00:00\",\"acceptedAt\":\"2025-06-20T16:48:46+00:00\",\"userId\":2331,\"lastUpdatedAt\":\"2025-06-20T16:48:46+00:00\"},{\"id\":1429,\"partnerId\":826,\"sendViaEmail\":false,\"email\":\"Kelly.CUMPS@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-23T10:49:10+00:00\",\"acceptedAt\":\"2025-06-23T10:49:10+00:00\",\"userId\":2335,\"lastUpdatedAt\":\"2025-06-23T10:49:10+00:00\"},{\"id\":1430,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"jorrit.vanderdonck@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:49+00:00\",\"acceptedAt\":\"2025-06-25T11:02:49+00:00\",\"userId\":2339,\"lastUpdatedAt\":\"2025-06-25T11:02:49+00:00\"},{\"id\":1431,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"koen.minnebach@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:50+00:00\",\"acceptedAt\":\"2025-06-25T11:02:50+00:00\",\"userId\":2340,\"lastUpdatedAt\":\"2025-06-25T11:02:50+00:00\"},{\"id\":1432,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"tymon.brauns@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:50+00:00\",\"acceptedAt\":\"2025-06-25T11:02:50+00:00\",\"userId\":2341,\"lastUpdatedAt\":\"2025-06-25T11:02:50+00:00\"},{\"id\":1433,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"gunter.vandendriessche@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:50+00:00\",\"acceptedAt\":\"2025-06-25T11:02:50+00:00\",\"userId\":2342,\"lastUpdatedAt\":\"2025-06-25T11:02:50+00:00\"},{\"id\":1434,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"dylan.de.poorter@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:51+00:00\",\"acceptedAt\":\"2025-06-25T11:02:51+00:00\",\"userId\":2343,\"lastUpdatedAt\":\"2025-06-25T11:02:51+00:00\"},{\"id\":1435,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"jessica.vannoten@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:51+00:00\",\"acceptedAt\":\"2025-06-25T11:02:51+00:00\",\"userId\":2344,\"lastUpdatedAt\":\"2025-06-25T11:02:51+00:00\"},{\"id\":1436,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"vincent.kim@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:51+00:00\",\"acceptedAt\":\"2025-06-25T11:02:51+00:00\",\"userId\":2345,\"lastUpdatedAt\":\"2025-06-25T11:02:51+00:00\"},{\"id\":1437,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"patrik.hillen@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:51+00:00\",\"acceptedAt\":\"2025-06-25T11:02:51+00:00\",\"userId\":2346,\"lastUpdatedAt\":\"2025-06-25T11:02:51+00:00\"},{\"id\":1438,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"sarah.jacobs@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:52+00:00\",\"acceptedAt\":\"2025-06-25T11:02:52+00:00\",\"userId\":2347,\"lastUpdatedAt\":\"2025-06-25T11:02:52+00:00\"},{\"id\":1439,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"koen.wouters@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:52+00:00\",\"acceptedAt\":\"2025-06-25T11:02:52+00:00\",\"userId\":2348,\"lastUpdatedAt\":\"2025-06-25T11:02:52+00:00\"},{\"id\":1440,\"partnerId\":752,\"sendViaEmail\":false,\"email\":\"Dimitri.Schotmans@kimchoc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T14:20:23+00:00\",\"acceptedAt\":\"2025-06-25T14:20:23+00:00\",\"userId\":2349,\"lastUpdatedAt\":\"2025-06-25T14:20:23+00:00\"},{\"id\":1441,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"bollen.wim3@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T15:24:40+00:00\",\"acceptedAt\":\"2025-06-25T15:24:40+00:00\",\"userId\":2221,\"lastUpdatedAt\":\"2025-06-25T15:24:40+00:00\"},{\"id\":1442,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"bob@ravio.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T15:25:22+00:00\",\"acceptedAt\":\"2025-06-25T15:25:22+00:00\",\"userId\":2126,\"lastUpdatedAt\":\"2025-06-25T15:25:22+00:00\"},{\"id\":1443,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"mathieu@ravio.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T15:25:54+00:00\",\"acceptedAt\":\"2025-06-25T15:25:54+00:00\",\"userId\":2125,\"lastUpdatedAt\":\"2025-06-25T15:25:54+00:00\"},{\"id\":1444,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"alexandre.gras@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-27T10:12:21+00:00\",\"acceptedAt\":\"2025-06-27T10:12:21+00:00\",\"userId\":2357,\"lastUpdatedAt\":\"2025-06-27T10:12:21+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\"},\"meta\":{\"current_page\":11,\"from\":1001,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":1100,\"total\":1122}}"} 
[2025-07-17 19:08:26] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":1446,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pieter.heymans@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-01T10:36:50+00:00\",\"acceptedAt\":\"2025-07-01T10:36:50+00:00\",\"userId\":2374,\"lastUpdatedAt\":\"2025-07-01T10:36:50+00:00\"},{\"id\":1447,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"lisa@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-01T14:15:45+00:00\",\"acceptedAt\":\"2025-07-01T14:15:45+00:00\",\"userId\":2376,\"lastUpdatedAt\":\"2025-07-01T14:15:45+00:00\"},{\"id\":1448,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"genkis.gurlek@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:48:56+00:00\",\"acceptedAt\":\"2025-07-02T12:48:56+00:00\",\"userId\":2378,\"lastUpdatedAt\":\"2025-07-02T12:48:56+00:00\"},{\"id\":1449,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"jo.vanderspiegel@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:50:00+00:00\",\"acceptedAt\":\"2025-07-02T12:50:00+00:00\",\"userId\":2379,\"lastUpdatedAt\":\"2025-07-02T12:50:00+00:00\"},{\"id\":1450,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"Sven.Coppejans@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:50:19+00:00\",\"acceptedAt\":\"2025-07-02T12:50:19+00:00\",\"userId\":2380,\"lastUpdatedAt\":\"2025-07-02T12:50:19+00:00\"},{\"id\":1451,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"Youssef.Aissa@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:50:37+00:00\",\"acceptedAt\":\"2025-07-02T12:50:37+00:00\",\"userId\":2381,\"lastUpdatedAt\":\"2025-07-02T12:50:37+00:00\"},{\"id\":1452,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"Veronique.Herremans@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:50:58+00:00\",\"acceptedAt\":\"2025-07-02T12:50:58+00:00\",\"userId\":2382,\"lastUpdatedAt\":\"2025-07-02T12:50:58+00:00\"},{\"id\":1453,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"jozef.vanparijs@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-03T12:01:04+00:00\",\"acceptedAt\":\"2025-07-03T12:01:04+00:00\",\"userId\":2383,\"lastUpdatedAt\":\"2025-07-03T12:01:04+00:00\"},{\"id\":1454,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"tom.breugelmans@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-03T14:06:33+00:00\",\"acceptedAt\":\"2025-07-03T14:06:33+00:00\",\"userId\":2385,\"lastUpdatedAt\":\"2025-07-03T14:06:33+00:00\"},{\"id\":1455,\"partnerId\":879,\"sendViaEmail\":false,\"email\":\"user2@gomes.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-04T12:35:35+00:00\",\"acceptedAt\":\"2025-07-04T12:35:35+00:00\",\"userId\":2392,\"lastUpdatedAt\":\"2025-07-04T12:35:35+00:00\"},{\"id\":1456,\"partnerId\":879,\"sendViaEmail\":false,\"email\":\"user3@gomes.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-04T12:39:53+00:00\",\"acceptedAt\":\"2025-07-04T12:39:53+00:00\",\"userId\":2393,\"lastUpdatedAt\":\"2025-07-04T12:39:53+00:00\"},{\"id\":1457,\"partnerId\":879,\"sendViaEmail\":false,\"email\":\"user4@gomes.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-04T12:42:43+00:00\",\"acceptedAt\":\"2025-07-04T12:42:43+00:00\",\"userId\":2394,\"lastUpdatedAt\":\"2025-07-04T12:42:43+00:00\"},{\"id\":1458,\"partnerId\":879,\"sendViaEmail\":true,\"email\":\"bart.keijer@gomes.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-04T12:45:02+00:00\",\"acceptedAt\":\"2025-07-04T12:45:02+00:00\",\"userId\":2389,\"lastUpdatedAt\":\"2025-07-04T12:45:02+00:00\"},{\"id\":1459,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"Louis.vermeulen@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-07T11:49:36+00:00\",\"acceptedAt\":\"2025-07-07T11:49:36+00:00\",\"userId\":2402,\"lastUpdatedAt\":\"2025-07-07T11:49:36+00:00\"},{\"id\":1460,\"partnerId\":631,\"sendViaEmail\":true,\"email\":\"filiep@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-07T13:31:36+00:00\",\"acceptedAt\":\"2025-07-07T13:31:36+00:00\",\"userId\":2404,\"lastUpdatedAt\":\"2025-07-07T13:31:36+00:00\"},{\"id\":1461,\"partnerId\":702,\"sendViaEmail\":false,\"email\":\"sofie.geelen@apotheekpanorama.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-07T15:41:22+00:00\",\"acceptedAt\":\"2025-07-07T15:41:22+00:00\",\"userId\":1399,\"lastUpdatedAt\":\"2025-07-07T15:41:22+00:00\"},{\"id\":1462,\"partnerId\":613,\"sendViaEmail\":false,\"email\":\"Lara@adfinas.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-08T13:42:58+00:00\",\"acceptedAt\":\"2025-07-08T13:42:58+00:00\",\"userId\":2407,\"lastUpdatedAt\":\"2025-07-08T13:42:58+00:00\"},{\"id\":1463,\"partnerId\":877,\"sendViaEmail\":false,\"email\":\"bart.kregersman@krechnologies.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-08T14:38:26+00:00\",\"acceptedAt\":\"2025-07-08T14:38:26+00:00\",\"userId\":2334,\"lastUpdatedAt\":\"2025-07-08T14:38:26+00:00\"},{\"id\":1464,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"yves@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-15T09:28:36+00:00\",\"acceptedAt\":\"2025-07-15T09:28:36+00:00\",\"userId\":2430,\"lastUpdatedAt\":\"2025-07-15T09:28:36+00:00\"},{\"id\":1465,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"thibaut@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-15T09:54:27+00:00\",\"acceptedAt\":\"2025-07-15T09:54:27+00:00\",\"userId\":2431,\"lastUpdatedAt\":\"2025-07-15T09:54:27+00:00\"},{\"id\":1466,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"thalia@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-15T09:58:38+00:00\",\"acceptedAt\":\"2025-07-15T09:58:38+00:00\",\"userId\":2432,\"lastUpdatedAt\":\"2025-07-15T09:58:38+00:00\"},{\"id\":1467,\"partnerId\":885,\"sendViaEmail\":true,\"email\":\"nicolas_engelmann@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-17T12:29:18+00:00\",\"acceptedAt\":\"2025-07-17T12:29:18+00:00\",\"userId\":2437,\"lastUpdatedAt\":\"2025-07-17T12:29:18+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"next\":null},\"meta\":{\"current_page\":12,\"from\":1101,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":1122,\"total\":1122}}"} 
[2025-07-17 19:08:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/10 {"status":200,"body":"{\"data\":{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:27] local.INFO: Successfully fetched and created on-demand partner. {"id":10} 
[2025-07-17 19:08:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/9 {"status":200,"body":"{\"data\":{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:27] local.INFO: Successfully fetched and created on-demand partner. {"id":9} 
[2025-07-17 19:08:28] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/26 {"status":200,"body":"{\"data\":{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:28] local.INFO: Successfully fetched and created on-demand partner. {"id":26} 
[2025-07-17 19:08:28] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/27 {"status":200,"body":"{\"data\":{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:29] local.INFO: Successfully fetched and created on-demand partner. {"id":27} 
[2025-07-17 19:08:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/23 {"status":200,"body":"{\"data\":{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:29] local.INFO: Successfully fetched and created on-demand partner. {"id":23} 
[2025-07-17 19:08:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/29 {"status":200,"body":"{\"data\":{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:30] local.INFO: Successfully fetched and created on-demand partner. {"id":29} 
[2025-07-17 19:08:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/45 {"status":200,"body":"{\"data\":{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:30] local.INFO: Successfully fetched and created on-demand partner. {"id":45} 
[2025-07-17 19:08:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/46 {"status":200,"body":"{\"data\":{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:31] local.INFO: Successfully fetched and created on-demand partner. {"id":46} 
[2025-07-17 19:08:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/20 {"status":200,"body":"{\"data\":{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:32] local.INFO: Successfully fetched and created on-demand partner. {"id":20} 
[2025-07-17 19:08:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/50 {"status":200,"body":"{\"data\":{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:32] local.INFO: Successfully fetched and created on-demand partner. {"id":50} 
[2025-07-17 19:08:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/47 {"status":200,"body":"{\"data\":{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:33] local.INFO: Successfully fetched and created on-demand partner. {"id":47} 
[2025-07-17 19:08:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/52 {"status":200,"body":"{\"data\":{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:33] local.INFO: Successfully fetched and created on-demand partner. {"id":52} 
[2025-07-17 19:08:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/13 {"status":200,"body":"{\"data\":{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:34] local.INFO: Successfully fetched and created on-demand partner. {"id":13} 
[2025-07-17 19:08:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/53 {"status":200,"body":"{\"data\":{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:35] local.INFO: Successfully fetched and created on-demand partner. {"id":53} 
[2025-07-17 19:08:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/56 {"status":200,"body":"{\"data\":{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:35] local.INFO: Successfully fetched and created on-demand partner. {"id":56} 
[2025-07-17 19:08:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/58 {"status":200,"body":"{\"data\":{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:36] local.INFO: Successfully fetched and created on-demand partner. {"id":58} 
[2025-07-17 19:08:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/59 {"status":200,"body":"{\"data\":{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:36] local.INFO: Successfully fetched and created on-demand partner. {"id":59} 
[2025-07-17 19:08:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/62 {"status":200,"body":"{\"data\":{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:37] local.INFO: Successfully fetched and created on-demand partner. {"id":62} 
[2025-07-17 19:08:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/67 {"status":200,"body":"{\"data\":{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:38] local.INFO: Successfully fetched and created on-demand partner. {"id":67} 
[2025-07-17 19:08:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/64 {"status":200,"body":"{\"data\":{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:38] local.INFO: Successfully fetched and created on-demand partner. {"id":64} 
[2025-07-17 19:08:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/82 {"status":200,"body":"{\"data\":{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:39] local.INFO: Successfully fetched and created on-demand partner. {"id":82} 
[2025-07-17 19:08:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/61 {"status":200,"body":"{\"data\":{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:39] local.INFO: Successfully fetched and created on-demand partner. {"id":61} 
[2025-07-17 19:08:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/89 {"status":200,"body":"{\"data\":{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:40] local.INFO: Successfully fetched and created on-demand partner. {"id":89} 
[2025-07-17 19:08:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/90 {"status":200,"body":"{\"data\":{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:41] local.INFO: Successfully fetched and created on-demand partner. {"id":90} 
[2025-07-17 19:08:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/84 {"status":200,"body":"{\"data\":{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:41] local.INFO: Successfully fetched and created on-demand partner. {"id":84} 
[2025-07-17 19:08:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/51 {"status":200,"body":"{\"data\":{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:42] local.INFO: Successfully fetched and created on-demand partner. {"id":51} 
[2025-07-17 19:08:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/92 {"status":200,"body":"{\"data\":{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:43] local.INFO: Successfully fetched and created on-demand partner. {"id":92} 
[2025-07-17 19:08:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/94 {"status":200,"body":"{\"data\":{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:43] local.INFO: Successfully fetched and created on-demand partner. {"id":94} 
[2025-07-17 19:08:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/95 {"status":200,"body":"{\"data\":{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:44] local.INFO: Successfully fetched and created on-demand partner. {"id":95} 
[2025-07-17 19:08:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/97 {"status":200,"body":"{\"data\":{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:45] local.INFO: Successfully fetched and created on-demand partner. {"id":97} 
[2025-07-17 19:08:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/98 {"status":200,"body":"{\"data\":{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:46] local.INFO: Successfully fetched and created on-demand partner. {"id":98} 
[2025-07-17 19:08:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/100 {"status":200,"body":"{\"data\":{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:46] local.INFO: Successfully fetched and created on-demand partner. {"id":100} 
[2025-07-17 19:08:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/99 {"status":200,"body":"{\"data\":{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:47] local.INFO: Successfully fetched and created on-demand partner. {"id":99} 
[2025-07-17 19:08:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/79 {"status":200,"body":"{\"data\":{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:47] local.INFO: Successfully fetched and created on-demand partner. {"id":79} 
[2025-07-17 19:08:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/101 {"status":200,"body":"{\"data\":{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:48] local.INFO: Successfully fetched and created on-demand partner. {"id":101} 
[2025-07-17 19:08:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/107 {"status":200,"body":"{\"data\":{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:49] local.INFO: Successfully fetched and created on-demand partner. {"id":107} 
[2025-07-17 19:08:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/108 {"status":200,"body":"{\"data\":{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:49] local.INFO: Successfully fetched and created on-demand partner. {"id":108} 
[2025-07-17 19:08:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/96 {"status":200,"body":"{\"data\":{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:50] local.INFO: Successfully fetched and created on-demand partner. {"id":96} 
[2025-07-17 19:08:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/110 {"status":200,"body":"{\"data\":{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:50] local.INFO: Successfully fetched and created on-demand partner. {"id":110} 
[2025-07-17 19:08:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/109 {"status":200,"body":"{\"data\":{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:51] local.INFO: Successfully fetched and created on-demand partner. {"id":109} 
[2025-07-17 19:08:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/198 {"status":200,"body":"{\"data\":{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:52] local.INFO: Successfully fetched and created on-demand partner. {"id":198} 
[2025-07-17 19:08:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/211 {"status":200,"body":"{\"data\":{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:52] local.INFO: Successfully fetched and created on-demand partner. {"id":211} 
[2025-07-17 19:08:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/197 {"status":200,"body":"{\"data\":{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:53] local.INFO: Successfully fetched and created on-demand partner. {"id":197} 
[2025-07-17 19:08:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/25 {"status":200,"body":"{\"data\":{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:53] local.INFO: Successfully fetched and created on-demand partner. {"id":25} 
[2025-07-17 19:08:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/212 {"status":200,"body":"{\"data\":{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:54] local.INFO: Successfully fetched and created on-demand partner. {"id":212} 
[2025-07-17 19:08:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/213 {"status":200,"body":"{\"data\":{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:55] local.INFO: Successfully fetched and created on-demand partner. {"id":213} 
[2025-07-17 19:08:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/215 {"status":200,"body":"{\"data\":{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:55] local.INFO: Successfully fetched and created on-demand partner. {"id":215} 
[2025-07-17 19:08:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/219 {"status":200,"body":"{\"data\":{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:56] local.INFO: Successfully fetched and created on-demand partner. {"id":219} 
[2025-07-17 19:08:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/111 {"status":200,"body":"{\"data\":{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:57] local.INFO: Successfully fetched and created on-demand partner. {"id":111} 
[2025-07-17 19:08:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/220 {"status":200,"body":"{\"data\":{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:57] local.INFO: Successfully fetched and created on-demand partner. {"id":220} 
[2025-07-17 19:08:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/222 {"status":200,"body":"{\"data\":{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:58] local.INFO: Successfully fetched and created on-demand partner. {"id":222} 
[2025-07-17 19:08:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/241 {"status":200,"body":"{\"data\":{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:08:59] local.INFO: Successfully fetched and created on-demand partner. {"id":241} 
[2025-07-17 19:09:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/259 {"status":200,"body":"{\"data\":{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:00] local.INFO: Successfully fetched and created on-demand partner. {"id":259} 
[2025-07-17 19:09:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/260 {"status":200,"body":"{\"data\":{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:00] local.INFO: Successfully fetched and created on-demand partner. {"id":260} 
[2025-07-17 19:09:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/269 {"status":200,"body":"{\"data\":{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:01] local.INFO: Successfully fetched and created on-demand partner. {"id":269} 
[2025-07-17 19:09:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/240 {"status":200,"body":"{\"data\":{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:02] local.INFO: Successfully fetched and created on-demand partner. {"id":240} 
[2025-07-17 19:09:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/274 {"status":200,"body":"{\"data\":{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:02] local.INFO: Successfully fetched and created on-demand partner. {"id":274} 
[2025-07-17 19:09:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/275 {"status":200,"body":"{\"data\":{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:03] local.INFO: Successfully fetched and created on-demand partner. {"id":275} 
[2025-07-17 19:09:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/276 {"status":200,"body":"{\"data\":{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:04] local.INFO: Successfully fetched and created on-demand partner. {"id":276} 
[2025-07-17 19:09:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/277 {"status":200,"body":"{\"data\":{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:05] local.INFO: Successfully fetched and created on-demand partner. {"id":277} 
[2025-07-17 19:09:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/279 {"status":200,"body":"{\"data\":{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:05] local.INFO: Successfully fetched and created on-demand partner. {"id":279} 
[2025-07-17 19:09:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/11 {"status":200,"body":"{\"data\":{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:06] local.INFO: Successfully fetched and created on-demand partner. {"id":11} 
[2025-07-17 19:09:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/281 {"status":200,"body":"{\"data\":{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:07] local.INFO: Successfully fetched and created on-demand partner. {"id":281} 
[2025-07-17 19:09:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/282 {"status":200,"body":"{\"data\":{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:07] local.INFO: Successfully fetched and created on-demand partner. {"id":282} 
[2025-07-17 19:09:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/284 {"status":200,"body":"{\"data\":{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:08] local.INFO: Successfully fetched and created on-demand partner. {"id":284} 
[2025-07-17 19:09:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/285 {"status":200,"body":"{\"data\":{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:09] local.INFO: Successfully fetched and created on-demand partner. {"id":285} 
[2025-07-17 19:09:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/287 {"status":200,"body":"{\"data\":{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:09] local.INFO: Successfully fetched and created on-demand partner. {"id":287} 
[2025-07-17 19:09:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/288 {"status":200,"body":"{\"data\":{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:10] local.INFO: Successfully fetched and created on-demand partner. {"id":288} 
[2025-07-17 19:09:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/294 {"status":200,"body":"{\"data\":{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:10] local.INFO: Successfully fetched and created on-demand partner. {"id":294} 
[2025-07-17 19:09:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/280 {"status":200,"body":"{\"data\":{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:11] local.INFO: Successfully fetched and created on-demand partner. {"id":280} 
[2025-07-17 19:09:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/295 {"status":200,"body":"{\"data\":{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:12] local.INFO: Successfully fetched and created on-demand partner. {"id":295} 
[2025-07-17 19:09:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/296 {"status":200,"body":"{\"data\":{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:12] local.INFO: Successfully fetched and created on-demand partner. {"id":296} 
[2025-07-17 19:09:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/297 {"status":200,"body":"{\"data\":{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:13] local.INFO: Successfully fetched and created on-demand partner. {"id":297} 
[2025-07-17 19:09:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/298 {"status":200,"body":"{\"data\":{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:14] local.INFO: Successfully fetched and created on-demand partner. {"id":298} 
[2025-07-17 19:09:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/300 {"status":200,"body":"{\"data\":{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:14] local.INFO: Successfully fetched and created on-demand partner. {"id":300} 
[2025-07-17 19:09:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/301 {"status":200,"body":"{\"data\":{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:15] local.INFO: Successfully fetched and created on-demand partner. {"id":301} 
[2025-07-17 19:09:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/302 {"status":200,"body":"{\"data\":{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:16] local.INFO: Successfully fetched and created on-demand partner. {"id":302} 
[2025-07-17 19:09:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/303 {"status":200,"body":"{\"data\":{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:16] local.INFO: Successfully fetched and created on-demand partner. {"id":303} 
[2025-07-17 19:09:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/304 {"status":200,"body":"{\"data\":{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:17] local.INFO: Successfully fetched and created on-demand partner. {"id":304} 
[2025-07-17 19:09:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/305 {"status":200,"body":"{\"data\":{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:17] local.INFO: Successfully fetched and created on-demand partner. {"id":305} 
[2025-07-17 19:09:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/306 {"status":200,"body":"{\"data\":{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:18] local.INFO: Successfully fetched and created on-demand partner. {"id":306} 
[2025-07-17 19:09:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/308 {"status":200,"body":"{\"data\":{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:19] local.INFO: Successfully fetched and created on-demand partner. {"id":308} 
[2025-07-17 19:09:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/310 {"status":200,"body":"{\"data\":{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:19] local.INFO: Successfully fetched and created on-demand partner. {"id":310} 
[2025-07-17 19:09:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/290 {"status":200,"body":"{\"data\":{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:20] local.INFO: Successfully fetched and created on-demand partner. {"id":290} 
[2025-07-17 19:09:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/312 {"status":200,"body":"{\"data\":{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:21] local.INFO: Successfully fetched and created on-demand partner. {"id":312} 
[2025-07-17 19:09:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/299 {"status":200,"body":"{\"data\":{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:21] local.INFO: Successfully fetched and created on-demand partner. {"id":299} 
[2025-07-17 19:09:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/315 {"status":200,"body":"{\"data\":{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:22] local.INFO: Successfully fetched and created on-demand partner. {"id":315} 
[2025-07-17 19:09:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/314 {"status":200,"body":"{\"data\":{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:22] local.INFO: Successfully fetched and created on-demand partner. {"id":314} 
[2025-07-17 19:09:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/319 {"status":200,"body":"{\"data\":{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:23] local.INFO: Successfully fetched and created on-demand partner. {"id":319} 
[2025-07-17 19:09:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/320 {"status":200,"body":"{\"data\":{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:24] local.INFO: Successfully fetched and created on-demand partner. {"id":320} 
[2025-07-17 19:09:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/322 {"status":200,"body":"{\"data\":{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:24] local.INFO: Successfully fetched and created on-demand partner. {"id":322} 
[2025-07-17 19:09:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/324 {"status":200,"body":"{\"data\":{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:25] local.INFO: Successfully fetched and created on-demand partner. {"id":324} 
[2025-07-17 19:09:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/325 {"status":200,"body":"{\"data\":{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:25] local.INFO: Successfully fetched and created on-demand partner. {"id":325} 
[2025-07-17 19:09:26] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/327 {"status":200,"body":"{\"data\":{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:26] local.INFO: Successfully fetched and created on-demand partner. {"id":327} 
[2025-07-17 19:09:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/318 {"status":200,"body":"{\"data\":{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:27] local.INFO: Successfully fetched and created on-demand partner. {"id":318} 
[2025-07-17 19:09:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/329 {"status":200,"body":"{\"data\":{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:27] local.INFO: Successfully fetched and created on-demand partner. {"id":329} 
[2025-07-17 19:09:28] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/328 {"status":200,"body":"{\"data\":{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:28] local.INFO: Successfully fetched and created on-demand partner. {"id":328} 
[2025-07-17 19:09:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/214 {"status":200,"body":"{\"data\":{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:29] local.INFO: Successfully fetched and created on-demand partner. {"id":214} 
[2025-07-17 19:09:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/330 {"status":200,"body":"{\"data\":{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:30] local.INFO: Successfully fetched and created on-demand partner. {"id":330} 
[2025-07-17 19:09:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/331 {"status":200,"body":"{\"data\":{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:30] local.INFO: Successfully fetched and created on-demand partner. {"id":331} 
[2025-07-17 19:09:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/332 {"status":200,"body":"{\"data\":{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:31] local.INFO: Successfully fetched and created on-demand partner. {"id":332} 
[2025-07-17 19:09:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/326 {"status":200,"body":"{\"data\":{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:32] local.INFO: Successfully fetched and created on-demand partner. {"id":326} 
[2025-07-17 19:09:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/336 {"status":200,"body":"{\"data\":{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:33] local.INFO: Successfully fetched and created on-demand partner. {"id":336} 
[2025-07-17 19:09:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/337 {"status":200,"body":"{\"data\":{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:33] local.INFO: Successfully fetched and created on-demand partner. {"id":337} 
[2025-07-17 19:09:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/335 {"status":200,"body":"{\"data\":{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:34] local.INFO: Successfully fetched and created on-demand partner. {"id":335} 
[2025-07-17 19:09:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/339 {"status":200,"body":"{\"data\":{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:34] local.INFO: Successfully fetched and created on-demand partner. {"id":339} 
[2025-07-17 19:09:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/340 {"status":200,"body":"{\"data\":{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:35] local.INFO: Successfully fetched and created on-demand partner. {"id":340} 
[2025-07-17 19:09:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/341 {"status":200,"body":"{\"data\":{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:36] local.INFO: Successfully fetched and created on-demand partner. {"id":341} 
[2025-07-17 19:09:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/343 {"status":200,"body":"{\"data\":{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:36] local.INFO: Successfully fetched and created on-demand partner. {"id":343} 
[2025-07-17 19:09:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/344 {"status":200,"body":"{\"data\":{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:37] local.INFO: Successfully fetched and created on-demand partner. {"id":344} 
[2025-07-17 19:09:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/345 {"status":200,"body":"{\"data\":{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:37] local.INFO: Successfully fetched and created on-demand partner. {"id":345} 
[2025-07-17 19:09:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/346 {"status":200,"body":"{\"data\":{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:38] local.INFO: Successfully fetched and created on-demand partner. {"id":346} 
[2025-07-17 19:09:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/347 {"status":200,"body":"{\"data\":{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:39] local.INFO: Successfully fetched and created on-demand partner. {"id":347} 
[2025-07-17 19:09:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/348 {"status":200,"body":"{\"data\":{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:39] local.INFO: Successfully fetched and created on-demand partner. {"id":348} 
[2025-07-17 19:09:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/349 {"status":200,"body":"{\"data\":{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:40] local.INFO: Successfully fetched and created on-demand partner. {"id":349} 
[2025-07-17 19:09:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/353 {"status":200,"body":"{\"data\":{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:40] local.INFO: Successfully fetched and created on-demand partner. {"id":353} 
[2025-07-17 19:09:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/354 {"status":200,"body":"{\"data\":{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:41] local.INFO: Successfully fetched and created on-demand partner. {"id":354} 
[2025-07-17 19:09:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/72 {"status":200,"body":"{\"data\":{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:42] local.INFO: Successfully fetched and created on-demand partner. {"id":72} 
[2025-07-17 19:09:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/311 {"status":200,"body":"{\"data\":{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:43] local.INFO: Successfully fetched and created on-demand partner. {"id":311} 
[2025-07-17 19:09:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/391 {"status":200,"body":"{\"data\":{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:44] local.INFO: Successfully fetched and created on-demand partner. {"id":391} 
[2025-07-17 19:09:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/393 {"status":200,"body":"{\"data\":{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:45] local.INFO: Successfully fetched and created on-demand partner. {"id":393} 
[2025-07-17 19:09:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/394 {"status":200,"body":"{\"data\":{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:45] local.INFO: Successfully fetched and created on-demand partner. {"id":394} 
[2025-07-17 19:09:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/395 {"status":200,"body":"{\"data\":{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:46] local.INFO: Successfully fetched and created on-demand partner. {"id":395} 
[2025-07-17 19:09:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/396 {"status":200,"body":"{\"data\":{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:46] local.INFO: Successfully fetched and created on-demand partner. {"id":396} 
[2025-07-17 19:09:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/400 {"status":200,"body":"{\"data\":{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:47] local.INFO: Successfully fetched and created on-demand partner. {"id":400} 
[2025-07-17 19:09:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/402 {"status":200,"body":"{\"data\":{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:48] local.INFO: Successfully fetched and created on-demand partner. {"id":402} 
[2025-07-17 19:09:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/401 {"status":200,"body":"{\"data\":{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:48] local.INFO: Successfully fetched and created on-demand partner. {"id":401} 
[2025-07-17 19:09:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/309 {"status":200,"body":"{\"data\":{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:49] local.INFO: Successfully fetched and created on-demand partner. {"id":309} 
[2025-07-17 19:09:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/404 {"status":200,"body":"{\"data\":{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:49] local.INFO: Successfully fetched and created on-demand partner. {"id":404} 
[2025-07-17 19:09:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/405 {"status":200,"body":"{\"data\":{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:50] local.INFO: Successfully fetched and created on-demand partner. {"id":405} 
[2025-07-17 19:09:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/406 {"status":200,"body":"{\"data\":{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:51] local.INFO: Successfully fetched and created on-demand partner. {"id":406} 
[2025-07-17 19:09:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/407 {"status":200,"body":"{\"data\":{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:51] local.INFO: Successfully fetched and created on-demand partner. {"id":407} 
[2025-07-17 19:09:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/408 {"status":200,"body":"{\"data\":{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:52] local.INFO: Successfully fetched and created on-demand partner. {"id":408} 
[2025-07-17 19:09:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/409 {"status":200,"body":"{\"data\":{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:52] local.INFO: Successfully fetched and created on-demand partner. {"id":409} 
[2025-07-17 19:09:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/410 {"status":200,"body":"{\"data\":{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:53] local.INFO: Successfully fetched and created on-demand partner. {"id":410} 
[2025-07-17 19:09:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/419 {"status":200,"body":"{\"data\":{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:54] local.INFO: Successfully fetched and created on-demand partner. {"id":419} 
[2025-07-17 19:09:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/338 {"status":200,"body":"{\"data\":{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:54] local.INFO: Successfully fetched and created on-demand partner. {"id":338} 
[2025-07-17 19:09:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/420 {"status":200,"body":"{\"data\":{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:55] local.INFO: Successfully fetched and created on-demand partner. {"id":420} 
[2025-07-17 19:09:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/424 {"status":200,"body":"{\"data\":{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:55] local.INFO: Successfully fetched and created on-demand partner. {"id":424} 
[2025-07-17 19:09:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/425 {"status":200,"body":"{\"data\":{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:56] local.INFO: Successfully fetched and created on-demand partner. {"id":425} 
[2025-07-17 19:09:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/432 {"status":200,"body":"{\"data\":{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:57] local.INFO: Successfully fetched and created on-demand partner. {"id":432} 
[2025-07-17 19:09:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/429 {"status":200,"body":"{\"data\":{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:57] local.INFO: Successfully fetched and created on-demand partner. {"id":429} 
[2025-07-17 19:09:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/433 {"status":200,"body":"{\"data\":{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:58] local.INFO: Successfully fetched and created on-demand partner. {"id":433} 
[2025-07-17 19:09:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/428 {"status":200,"body":"{\"data\":{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:58] local.INFO: Successfully fetched and created on-demand partner. {"id":428} 
[2025-07-17 19:09:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/423 {"status":200,"body":"{\"data\":{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:09:59] local.INFO: Successfully fetched and created on-demand partner. {"id":423} 
[2025-07-17 19:10:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/436 {"status":200,"body":"{\"data\":{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:00] local.INFO: Successfully fetched and created on-demand partner. {"id":436} 
[2025-07-17 19:10:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/438 {"status":200,"body":"{\"data\":{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:00] local.INFO: Successfully fetched and created on-demand partner. {"id":438} 
[2025-07-17 19:10:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/439 {"status":200,"body":"{\"data\":{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:01] local.INFO: Successfully fetched and created on-demand partner. {"id":439} 
[2025-07-17 19:10:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/440 {"status":200,"body":"{\"data\":{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:01] local.INFO: Successfully fetched and created on-demand partner. {"id":440} 
[2025-07-17 19:10:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/441 {"status":200,"body":"{\"data\":{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:02] local.INFO: Successfully fetched and created on-demand partner. {"id":441} 
[2025-07-17 19:10:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/437 {"status":200,"body":"{\"data\":{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:03] local.INFO: Successfully fetched and created on-demand partner. {"id":437} 
[2025-07-17 19:10:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/442 {"status":200,"body":"{\"data\":{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:04] local.INFO: Successfully fetched and created on-demand partner. {"id":442} 
[2025-07-17 19:10:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/449 {"status":200,"body":"{\"data\":{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:05] local.INFO: Successfully fetched and created on-demand partner. {"id":449} 
[2025-07-17 19:10:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/450 {"status":200,"body":"{\"data\":{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:05] local.INFO: Successfully fetched and created on-demand partner. {"id":450} 
[2025-07-17 19:10:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/451 {"status":200,"body":"{\"data\":{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:06] local.INFO: Successfully fetched and created on-demand partner. {"id":451} 
[2025-07-17 19:10:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/452 {"status":200,"body":"{\"data\":{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:07] local.INFO: Successfully fetched and created on-demand partner. {"id":452} 
[2025-07-17 19:10:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/453 {"status":200,"body":"{\"data\":{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:08] local.INFO: Successfully fetched and created on-demand partner. {"id":453} 
[2025-07-17 19:10:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/455 {"status":200,"body":"{\"data\":{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:08] local.INFO: Successfully fetched and created on-demand partner. {"id":455} 
[2025-07-17 19:10:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/456 {"status":200,"body":"{\"data\":{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:09] local.INFO: Successfully fetched and created on-demand partner. {"id":456} 
[2025-07-17 19:10:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/458 {"status":200,"body":"{\"data\":{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:10] local.INFO: Successfully fetched and created on-demand partner. {"id":458} 
[2025-07-17 19:10:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/460 {"status":200,"body":"{\"data\":{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:11] local.INFO: Successfully fetched and created on-demand partner. {"id":460} 
[2025-07-17 19:10:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/461 {"status":200,"body":"{\"data\":{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:12] local.INFO: Successfully fetched and created on-demand partner. {"id":461} 
[2025-07-17 19:10:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/465 {"status":200,"body":"{\"data\":{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:12] local.INFO: Successfully fetched and created on-demand partner. {"id":465} 
[2025-07-17 19:10:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/467 {"status":200,"body":"{\"data\":{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:13] local.INFO: Successfully fetched and created on-demand partner. {"id":467} 
[2025-07-17 19:10:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/468 {"status":200,"body":"{\"data\":{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:14] local.INFO: Successfully fetched and created on-demand partner. {"id":468} 
[2025-07-17 19:10:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/469 {"status":200,"body":"{\"data\":{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:14] local.INFO: Successfully fetched and created on-demand partner. {"id":469} 
[2025-07-17 19:10:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/471 {"status":200,"body":"{\"data\":{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:15] local.INFO: Successfully fetched and created on-demand partner. {"id":471} 
[2025-07-17 19:10:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/472 {"status":200,"body":"{\"data\":{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:15] local.INFO: Successfully fetched and created on-demand partner. {"id":472} 
[2025-07-17 19:10:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/411 {"status":200,"body":"{\"data\":{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:16] local.INFO: Successfully fetched and created on-demand partner. {"id":411} 
[2025-07-17 19:10:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/464 {"status":200,"body":"{\"data\":{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:17] local.INFO: Successfully fetched and created on-demand partner. {"id":464} 
[2025-07-17 19:10:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/91 {"status":200,"body":"{\"data\":{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:17] local.INFO: Successfully fetched and created on-demand partner. {"id":91} 
[2025-07-17 19:10:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/454 {"status":200,"body":"{\"data\":{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:18] local.INFO: Successfully fetched and created on-demand partner. {"id":454} 
[2025-07-17 19:10:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/474 {"status":200,"body":"{\"data\":{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:18] local.INFO: Successfully fetched and created on-demand partner. {"id":474} 
[2025-07-17 19:10:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/475 {"status":200,"body":"{\"data\":{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:19] local.INFO: Successfully fetched and created on-demand partner. {"id":475} 
[2025-07-17 19:10:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/477 {"status":200,"body":"{\"data\":{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:20] local.INFO: Successfully fetched and created on-demand partner. {"id":477} 
[2025-07-17 19:10:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/478 {"status":200,"body":"{\"data\":{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:21] local.INFO: Successfully fetched and created on-demand partner. {"id":478} 
[2025-07-17 19:10:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/479 {"status":200,"body":"{\"data\":{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:21] local.INFO: Successfully fetched and created on-demand partner. {"id":479} 
[2025-07-17 19:10:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/480 {"status":200,"body":"{\"data\":{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:23] local.INFO: Successfully fetched and created on-demand partner. {"id":480} 
[2025-07-17 19:10:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/481 {"status":200,"body":"{\"data\":{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:24] local.INFO: Successfully fetched and created on-demand partner. {"id":481} 
[2025-07-17 19:10:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/483 {"status":200,"body":"{\"data\":{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:24] local.INFO: Successfully fetched and created on-demand partner. {"id":483} 
[2025-07-17 19:10:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/457 {"status":200,"body":"{\"data\":{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:25] local.INFO: Successfully fetched and created on-demand partner. {"id":457} 
[2025-07-17 19:10:26] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/484 {"status":200,"body":"{\"data\":{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:26] local.INFO: Successfully fetched and created on-demand partner. {"id":484} 
[2025-07-17 19:10:26] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/292 {"status":200,"body":"{\"data\":{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:26] local.INFO: Successfully fetched and created on-demand partner. {"id":292} 
[2025-07-17 19:10:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/485 {"status":200,"body":"{\"data\":{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:27] local.INFO: Successfully fetched and created on-demand partner. {"id":485} 
[2025-07-17 19:10:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/486 {"status":200,"body":"{\"data\":{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:27] local.INFO: Successfully fetched and created on-demand partner. {"id":486} 
[2025-07-17 19:10:28] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/487 {"status":200,"body":"{\"data\":{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:28] local.INFO: Successfully fetched and created on-demand partner. {"id":487} 
[2025-07-17 19:10:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/488 {"status":200,"body":"{\"data\":{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:29] local.INFO: Successfully fetched and created on-demand partner. {"id":488} 
[2025-07-17 19:10:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/490 {"status":200,"body":"{\"data\":{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:29] local.INFO: Successfully fetched and created on-demand partner. {"id":490} 
[2025-07-17 19:10:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/491 {"status":200,"body":"{\"data\":{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:30] local.INFO: Successfully fetched and created on-demand partner. {"id":491} 
[2025-07-17 19:10:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/498 {"status":200,"body":"{\"data\":{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:31] local.INFO: Successfully fetched and created on-demand partner. {"id":498} 
[2025-07-17 19:10:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/499 {"status":200,"body":"{\"data\":{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:31] local.INFO: Successfully fetched and created on-demand partner. {"id":499} 
[2025-07-17 19:10:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/501 {"status":200,"body":"{\"data\":{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:32] local.INFO: Successfully fetched and created on-demand partner. {"id":501} 
[2025-07-17 19:10:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/504 {"status":200,"body":"{\"data\":{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:33] local.INFO: Successfully fetched and created on-demand partner. {"id":504} 
[2025-07-17 19:10:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/505 {"status":200,"body":"{\"data\":{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:34] local.INFO: Successfully fetched and created on-demand partner. {"id":505} 
[2025-07-17 19:10:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/506 {"status":200,"body":"{\"data\":{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:34] local.INFO: Successfully fetched and created on-demand partner. {"id":506} 
[2025-07-17 19:10:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/73 {"status":200,"body":"{\"data\":{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:35] local.INFO: Successfully fetched and created on-demand partner. {"id":73} 
[2025-07-17 19:10:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/507 {"status":200,"body":"{\"data\":{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:35] local.INFO: Successfully fetched and created on-demand partner. {"id":507} 
[2025-07-17 19:10:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/508 {"status":200,"body":"{\"data\":{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:36] local.INFO: Successfully fetched and created on-demand partner. {"id":508} 
[2025-07-17 19:10:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/509 {"status":200,"body":"{\"data\":{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:37] local.INFO: Successfully fetched and created on-demand partner. {"id":509} 
[2025-07-17 19:10:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/8 {"status":200,"body":"{\"data\":{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:37] local.INFO: Successfully fetched and created on-demand partner. {"id":8} 
[2025-07-17 19:10:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/512 {"status":200,"body":"{\"data\":{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:38] local.INFO: Successfully fetched and created on-demand partner. {"id":512} 
[2025-07-17 19:10:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/511 {"status":200,"body":"{\"data\":{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:38] local.INFO: Successfully fetched and created on-demand partner. {"id":511} 
[2025-07-17 19:10:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/514 {"status":200,"body":"{\"data\":{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:39] local.INFO: Successfully fetched and created on-demand partner. {"id":514} 
[2025-07-17 19:10:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/515 {"status":200,"body":"{\"data\":{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:40] local.INFO: Successfully fetched and created on-demand partner. {"id":515} 
[2025-07-17 19:10:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/516 {"status":200,"body":"{\"data\":{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:40] local.INFO: Successfully fetched and created on-demand partner. {"id":516} 
[2025-07-17 19:10:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/517 {"status":200,"body":"{\"data\":{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:41] local.INFO: Successfully fetched and created on-demand partner. {"id":517} 
[2025-07-17 19:10:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/519 {"status":200,"body":"{\"data\":{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:42] local.INFO: Successfully fetched and created on-demand partner. {"id":519} 
[2025-07-17 19:10:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/520 {"status":200,"body":"{\"data\":{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:42] local.INFO: Successfully fetched and created on-demand partner. {"id":520} 
[2025-07-17 19:10:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/218 {"status":200,"body":"{\"data\":{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:43] local.INFO: Successfully fetched and created on-demand partner. {"id":218} 
[2025-07-17 19:10:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/522 {"status":200,"body":"{\"data\":{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:44] local.INFO: Successfully fetched and created on-demand partner. {"id":522} 
[2025-07-17 19:10:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/513 {"status":200,"body":"{\"data\":{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:44] local.INFO: Successfully fetched and created on-demand partner. {"id":513} 
[2025-07-17 19:10:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/524 {"status":200,"body":"{\"data\":{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:45] local.INFO: Successfully fetched and created on-demand partner. {"id":524} 
[2025-07-17 19:10:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/525 {"status":200,"body":"{\"data\":{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:46] local.INFO: Successfully fetched and created on-demand partner. {"id":525} 
[2025-07-17 19:10:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/526 {"status":200,"body":"{\"data\":{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:47] local.INFO: Successfully fetched and created on-demand partner. {"id":526} 
[2025-07-17 19:10:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/528 {"status":200,"body":"{\"data\":{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:47] local.INFO: Successfully fetched and created on-demand partner. {"id":528} 
[2025-07-17 19:10:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/529 {"status":200,"body":"{\"data\":{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:48] local.INFO: Successfully fetched and created on-demand partner. {"id":529} 
[2025-07-17 19:10:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/531 {"status":200,"body":"{\"data\":{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:48] local.INFO: Successfully fetched and created on-demand partner. {"id":531} 
[2025-07-17 19:10:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/534 {"status":200,"body":"{\"data\":{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:49] local.INFO: Successfully fetched and created on-demand partner. {"id":534} 
[2025-07-17 19:10:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/537 {"status":200,"body":"{\"data\":{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:50] local.INFO: Successfully fetched and created on-demand partner. {"id":537} 
[2025-07-17 19:10:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/523 {"status":200,"body":"{\"data\":{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:50] local.INFO: Successfully fetched and created on-demand partner. {"id":523} 
[2025-07-17 19:10:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/535 {"status":200,"body":"{\"data\":{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:51] local.INFO: Successfully fetched and created on-demand partner. {"id":535} 
[2025-07-17 19:10:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/540 {"status":200,"body":"{\"data\":{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:51] local.INFO: Successfully fetched and created on-demand partner. {"id":540} 
[2025-07-17 19:10:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/538 {"status":200,"body":"{\"data\":{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:52] local.INFO: Successfully fetched and created on-demand partner. {"id":538} 
[2025-07-17 19:10:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/546 {"status":200,"body":"{\"data\":{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:53] local.INFO: Successfully fetched and created on-demand partner. {"id":546} 
[2025-07-17 19:10:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/518 {"status":200,"body":"{\"data\":{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:53] local.INFO: Successfully fetched and created on-demand partner. {"id":518} 
[2025-07-17 19:10:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/547 {"status":200,"body":"{\"data\":{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:54] local.INFO: Successfully fetched and created on-demand partner. {"id":547} 
[2025-07-17 19:10:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/545 {"status":200,"body":"{\"data\":{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:54] local.INFO: Successfully fetched and created on-demand partner. {"id":545} 
[2025-07-17 19:10:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/541 {"status":200,"body":"{\"data\":{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:55] local.INFO: Successfully fetched and created on-demand partner. {"id":541} 
[2025-07-17 19:10:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/551 {"status":200,"body":"{\"data\":{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:56] local.INFO: Successfully fetched and created on-demand partner. {"id":551} 
[2025-07-17 19:10:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/532 {"status":200,"body":"{\"data\":{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:56] local.INFO: Successfully fetched and created on-demand partner. {"id":532} 
[2025-07-17 19:10:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/552 {"status":200,"body":"{\"data\":{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:57] local.INFO: Successfully fetched and created on-demand partner. {"id":552} 
[2025-07-17 19:10:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/553 {"status":200,"body":"{\"data\":{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:58] local.INFO: Successfully fetched and created on-demand partner. {"id":553} 
[2025-07-17 19:10:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/521 {"status":200,"body":"{\"data\":{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:59] local.INFO: Successfully fetched and created on-demand partner. {"id":521} 
[2025-07-17 19:10:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/554 {"status":200,"body":"{\"data\":{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:10:59] local.INFO: Successfully fetched and created on-demand partner. {"id":554} 
[2025-07-17 19:11:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/555 {"status":200,"body":"{\"data\":{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:00] local.INFO: Successfully fetched and created on-demand partner. {"id":555} 
[2025-07-17 19:11:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/558 {"status":200,"body":"{\"data\":{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:01] local.INFO: Successfully fetched and created on-demand partner. {"id":558} 
[2025-07-17 19:11:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/559 {"status":200,"body":"{\"data\":{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:01] local.INFO: Successfully fetched and created on-demand partner. {"id":559} 
[2025-07-17 19:11:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/560 {"status":200,"body":"{\"data\":{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:02] local.INFO: Successfully fetched and created on-demand partner. {"id":560} 
[2025-07-17 19:11:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/561 {"status":200,"body":"{\"data\":{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:04] local.INFO: Successfully fetched and created on-demand partner. {"id":561} 
[2025-07-17 19:11:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/562 {"status":200,"body":"{\"data\":{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:05] local.INFO: Successfully fetched and created on-demand partner. {"id":562} 
[2025-07-17 19:11:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/564 {"status":200,"body":"{\"data\":{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:05] local.INFO: Successfully fetched and created on-demand partner. {"id":564} 
[2025-07-17 19:11:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/565 {"status":200,"body":"{\"data\":{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:06] local.INFO: Successfully fetched and created on-demand partner. {"id":565} 
[2025-07-17 19:11:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/567 {"status":200,"body":"{\"data\":{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:07] local.INFO: Successfully fetched and created on-demand partner. {"id":567} 
[2025-07-17 19:11:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/568 {"status":200,"body":"{\"data\":{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:07] local.INFO: Successfully fetched and created on-demand partner. {"id":568} 
[2025-07-17 19:11:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/571 {"status":200,"body":"{\"data\":{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:08] local.INFO: Successfully fetched and created on-demand partner. {"id":571} 
[2025-07-17 19:11:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/572 {"status":200,"body":"{\"data\":{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:09] local.INFO: Successfully fetched and created on-demand partner. {"id":572} 
[2025-07-17 19:11:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/573 {"status":200,"body":"{\"data\":{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:10] local.INFO: Successfully fetched and created on-demand partner. {"id":573} 
[2025-07-17 19:11:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/574 {"status":200,"body":"{\"data\":{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:10] local.INFO: Successfully fetched and created on-demand partner. {"id":574} 
[2025-07-17 19:11:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/575 {"status":200,"body":"{\"data\":{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:11] local.INFO: Successfully fetched and created on-demand partner. {"id":575} 
[2025-07-17 19:11:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/576 {"status":200,"body":"{\"data\":{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:12] local.INFO: Successfully fetched and created on-demand partner. {"id":576} 
[2025-07-17 19:11:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/421 {"status":200,"body":"{\"data\":{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:12] local.INFO: Successfully fetched and created on-demand partner. {"id":421} 
[2025-07-17 19:11:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/578 {"status":200,"body":"{\"data\":{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:13] local.INFO: Successfully fetched and created on-demand partner. {"id":578} 
[2025-07-17 19:11:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/580 {"status":200,"body":"{\"data\":{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:14] local.INFO: Successfully fetched and created on-demand partner. {"id":580} 
[2025-07-17 19:11:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/569 {"status":200,"body":"{\"data\":{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:15] local.INFO: Successfully fetched and created on-demand partner. {"id":569} 
[2025-07-17 19:11:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/583 {"status":200,"body":"{\"data\":{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:15] local.INFO: Successfully fetched and created on-demand partner. {"id":583} 
[2025-07-17 19:11:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/582 {"status":200,"body":"{\"data\":{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:16] local.INFO: Successfully fetched and created on-demand partner. {"id":582} 
[2025-07-17 19:11:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/584 {"status":200,"body":"{\"data\":{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:16] local.INFO: Successfully fetched and created on-demand partner. {"id":584} 
[2025-07-17 19:11:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/548 {"status":200,"body":"{\"data\":{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:17] local.INFO: Successfully fetched and created on-demand partner. {"id":548} 
[2025-07-17 19:11:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/586 {"status":200,"body":"{\"data\":{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:18] local.INFO: Successfully fetched and created on-demand partner. {"id":586} 
[2025-07-17 19:11:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/589 {"status":200,"body":"{\"data\":{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:18] local.INFO: Successfully fetched and created on-demand partner. {"id":589} 
[2025-07-17 19:11:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/593 {"status":200,"body":"{\"data\":{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:19] local.INFO: Successfully fetched and created on-demand partner. {"id":593} 
[2025-07-17 19:11:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/527 {"status":200,"body":"{\"data\":{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:20] local.INFO: Successfully fetched and created on-demand partner. {"id":527} 
[2025-07-17 19:11:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/577 {"status":200,"body":"{\"data\":{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:20] local.INFO: Successfully fetched and created on-demand partner. {"id":577} 
[2025-07-17 19:11:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/570 {"status":200,"body":"{\"data\":{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:21] local.INFO: Successfully fetched and created on-demand partner. {"id":570} 
[2025-07-17 19:11:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/595 {"status":200,"body":"{\"data\":{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:22] local.INFO: Successfully fetched and created on-demand partner. {"id":595} 
[2025-07-17 19:11:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/596 {"status":200,"body":"{\"data\":{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:22] local.INFO: Successfully fetched and created on-demand partner. {"id":596} 
[2025-07-17 19:11:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/579 {"status":200,"body":"{\"data\":{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:23] local.INFO: Successfully fetched and created on-demand partner. {"id":579} 
[2025-07-17 19:11:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/597 {"status":200,"body":"{\"data\":{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:24] local.INFO: Successfully fetched and created on-demand partner. {"id":597} 
[2025-07-17 19:11:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/598 {"status":200,"body":"{\"data\":{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:24] local.INFO: Successfully fetched and created on-demand partner. {"id":598} 
[2025-07-17 19:11:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/600 {"status":200,"body":"{\"data\":{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:25] local.INFO: Successfully fetched and created on-demand partner. {"id":600} 
[2025-07-17 19:11:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/601 {"status":200,"body":"{\"data\":{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:25] local.INFO: Successfully fetched and created on-demand partner. {"id":601} 
[2025-07-17 19:11:26] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/603 {"status":200,"body":"{\"data\":{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:26] local.INFO: Successfully fetched and created on-demand partner. {"id":603} 
[2025-07-17 19:11:26] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/606 {"status":200,"body":"{\"data\":{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:27] local.INFO: Successfully fetched and created on-demand partner. {"id":606} 
[2025-07-17 19:11:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/612 {"status":200,"body":"{\"data\":{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:27] local.INFO: Successfully fetched and created on-demand partner. {"id":612} 
[2025-07-17 19:11:28] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/614 {"status":200,"body":"{\"data\":{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:28] local.INFO: Successfully fetched and created on-demand partner. {"id":614} 
[2025-07-17 19:11:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/613 {"status":200,"body":"{\"data\":{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:29] local.INFO: Successfully fetched and created on-demand partner. {"id":613} 
[2025-07-17 19:11:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/623 {"status":200,"body":"{\"data\":{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:29] local.INFO: Successfully fetched and created on-demand partner. {"id":623} 
[2025-07-17 19:11:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/581 {"status":200,"body":"{\"data\":{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:30] local.INFO: Successfully fetched and created on-demand partner. {"id":581} 
[2025-07-17 19:11:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/627 {"status":200,"body":"{\"data\":{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:31] local.INFO: Successfully fetched and created on-demand partner. {"id":627} 
[2025-07-17 19:11:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/599 {"status":200,"body":"{\"data\":{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:32] local.INFO: Successfully fetched and created on-demand partner. {"id":599} 
[2025-07-17 19:11:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/630 {"status":200,"body":"{\"data\":{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:33] local.INFO: Successfully fetched and created on-demand partner. {"id":630} 
[2025-07-17 19:11:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/631 {"status":200,"body":"{\"data\":{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:34] local.INFO: Successfully fetched and created on-demand partner. {"id":631} 
[2025-07-17 19:11:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/633 {"status":200,"body":"{\"data\":{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:34] local.INFO: Successfully fetched and created on-demand partner. {"id":633} 
[2025-07-17 19:11:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/634 {"status":200,"body":"{\"data\":{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:35] local.INFO: Successfully fetched and created on-demand partner. {"id":634} 
[2025-07-17 19:11:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/639 {"status":200,"body":"{\"data\":{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:36] local.INFO: Successfully fetched and created on-demand partner. {"id":639} 
[2025-07-17 19:11:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/640 {"status":200,"body":"{\"data\":{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:36] local.INFO: Successfully fetched and created on-demand partner. {"id":640} 
[2025-07-17 19:11:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/643 {"status":200,"body":"{\"data\":{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:37] local.INFO: Successfully fetched and created on-demand partner. {"id":643} 
[2025-07-17 19:11:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/585 {"status":200,"body":"{\"data\":{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:37] local.INFO: Successfully fetched and created on-demand partner. {"id":585} 
[2025-07-17 19:11:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/644 {"status":200,"body":"{\"data\":{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:38] local.INFO: Successfully fetched and created on-demand partner. {"id":644} 
[2025-07-17 19:11:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/625 {"status":200,"body":"{\"data\":{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:39] local.INFO: Successfully fetched and created on-demand partner. {"id":625} 
[2025-07-17 19:11:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/660 {"status":200,"body":"{\"data\":{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:40] local.INFO: Successfully fetched and created on-demand partner. {"id":660} 
[2025-07-17 19:11:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/664 {"status":200,"body":"{\"data\":{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:40] local.INFO: Successfully fetched and created on-demand partner. {"id":664} 
[2025-07-17 19:11:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/667 {"status":200,"body":"{\"data\":{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:41] local.INFO: Successfully fetched and created on-demand partner. {"id":667} 
[2025-07-17 19:11:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/668 {"status":200,"body":"{\"data\":{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:42] local.INFO: Successfully fetched and created on-demand partner. {"id":668} 
[2025-07-17 19:11:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/669 {"status":200,"body":"{\"data\":{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:43] local.INFO: Successfully fetched and created on-demand partner. {"id":669} 
[2025-07-17 19:11:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/670 {"status":200,"body":"{\"data\":{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:44] local.INFO: Successfully fetched and created on-demand partner. {"id":670} 
[2025-07-17 19:11:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/671 {"status":200,"body":"{\"data\":{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:45] local.INFO: Successfully fetched and created on-demand partner. {"id":671} 
[2025-07-17 19:11:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/672 {"status":200,"body":"{\"data\":{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:45] local.INFO: Successfully fetched and created on-demand partner. {"id":672} 
[2025-07-17 19:11:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/673 {"status":200,"body":"{\"data\":{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:46] local.INFO: Successfully fetched and created on-demand partner. {"id":673} 
[2025-07-17 19:11:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/675 {"status":200,"body":"{\"data\":{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:47] local.INFO: Successfully fetched and created on-demand partner. {"id":675} 
[2025-07-17 19:11:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/681 {"status":200,"body":"{\"data\":{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:47] local.INFO: Successfully fetched and created on-demand partner. {"id":681} 
[2025-07-17 19:11:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/683 {"status":200,"body":"{\"data\":{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:48] local.INFO: Successfully fetched and created on-demand partner. {"id":683} 
[2025-07-17 19:11:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/685 {"status":200,"body":"{\"data\":{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:48] local.INFO: Successfully fetched and created on-demand partner. {"id":685} 
[2025-07-17 19:11:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/687 {"status":200,"body":"{\"data\":{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:49] local.INFO: Successfully fetched and created on-demand partner. {"id":687} 
[2025-07-17 19:11:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/689 {"status":200,"body":"{\"data\":{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:50] local.INFO: Successfully fetched and created on-demand partner. {"id":689} 
[2025-07-17 19:11:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/690 {"status":200,"body":"{\"data\":{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:50] local.INFO: Successfully fetched and created on-demand partner. {"id":690} 
[2025-07-17 19:11:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/686 {"status":200,"body":"{\"data\":{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:51] local.INFO: Successfully fetched and created on-demand partner. {"id":686} 
[2025-07-17 19:11:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/693 {"status":200,"body":"{\"data\":{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:51] local.INFO: Successfully fetched and created on-demand partner. {"id":693} 
[2025-07-17 19:11:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/695 {"status":200,"body":"{\"data\":{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:52] local.INFO: Successfully fetched and created on-demand partner. {"id":695} 
[2025-07-17 19:11:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/697 {"status":200,"body":"{\"data\":{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:53] local.INFO: Successfully fetched and created on-demand partner. {"id":697} 
[2025-07-17 19:11:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/700 {"status":200,"body":"{\"data\":{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:53] local.INFO: Successfully fetched and created on-demand partner. {"id":700} 
[2025-07-17 19:11:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/703 {"status":200,"body":"{\"data\":{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:54] local.INFO: Successfully fetched and created on-demand partner. {"id":703} 
[2025-07-17 19:11:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/704 {"status":200,"body":"{\"data\":{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:55] local.INFO: Successfully fetched and created on-demand partner. {"id":704} 
[2025-07-17 19:11:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/705 {"status":200,"body":"{\"data\":{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:55] local.INFO: Successfully fetched and created on-demand partner. {"id":705} 
[2025-07-17 19:11:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/707 {"status":200,"body":"{\"data\":{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:56] local.INFO: Successfully fetched and created on-demand partner. {"id":707} 
[2025-07-17 19:11:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/709 {"status":200,"body":"{\"data\":{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:57] local.INFO: Successfully fetched and created on-demand partner. {"id":709} 
[2025-07-17 19:11:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/701 {"status":200,"body":"{\"data\":{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:58] local.INFO: Successfully fetched and created on-demand partner. {"id":701} 
[2025-07-17 19:11:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/692 {"status":200,"body":"{\"data\":{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:58] local.INFO: Successfully fetched and created on-demand partner. {"id":692} 
[2025-07-17 19:11:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/706 {"status":200,"body":"{\"data\":{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:59] local.INFO: Successfully fetched and created on-demand partner. {"id":706} 
[2025-07-17 19:11:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/699 {"status":200,"body":"{\"data\":{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:11:59] local.INFO: Successfully fetched and created on-demand partner. {"id":699} 
[2025-07-17 19:12:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/694 {"status":200,"body":"{\"data\":{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:00] local.INFO: Successfully fetched and created on-demand partner. {"id":694} 
[2025-07-17 19:12:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/662 {"status":200,"body":"{\"data\":{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:01] local.INFO: Successfully fetched and created on-demand partner. {"id":662} 
[2025-07-17 19:12:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/632 {"status":200,"body":"{\"data\":{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:01] local.INFO: Successfully fetched and created on-demand partner. {"id":632} 
[2025-07-17 19:12:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/615 {"status":200,"body":"{\"data\":{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:02] local.INFO: Successfully fetched and created on-demand partner. {"id":615} 
[2025-07-17 19:12:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/708 {"status":200,"body":"{\"data\":{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:03] local.INFO: Successfully fetched and created on-demand partner. {"id":708} 
[2025-07-17 19:12:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/666 {"status":200,"body":"{\"data\":{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:03] local.INFO: Successfully fetched and created on-demand partner. {"id":666} 
[2025-07-17 19:12:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/711 {"status":200,"body":"{\"data\":{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:04] local.INFO: Successfully fetched and created on-demand partner. {"id":711} 
[2025-07-17 19:12:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/688 {"status":200,"body":"{\"data\":{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:06] local.INFO: Successfully fetched and created on-demand partner. {"id":688} 
[2025-07-17 19:12:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/530 {"status":200,"body":"{\"data\":{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:06] local.INFO: Successfully fetched and created on-demand partner. {"id":530} 
[2025-07-17 19:12:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/712 {"status":200,"body":"{\"data\":{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:07] local.INFO: Successfully fetched and created on-demand partner. {"id":712} 
[2025-07-17 19:12:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/720 {"status":200,"body":"{\"data\":{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:08] local.INFO: Successfully fetched and created on-demand partner. {"id":720} 
[2025-07-17 19:12:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/721 {"status":200,"body":"{\"data\":{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:09] local.INFO: Successfully fetched and created on-demand partner. {"id":721} 
[2025-07-17 19:12:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/722 {"status":200,"body":"{\"data\":{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:09] local.INFO: Successfully fetched and created on-demand partner. {"id":722} 
[2025-07-17 19:12:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/731 {"status":200,"body":"{\"data\":{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:10] local.INFO: Successfully fetched and created on-demand partner. {"id":731} 
[2025-07-17 19:12:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/732 {"status":200,"body":"{\"data\":{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:11] local.INFO: Successfully fetched and created on-demand partner. {"id":732} 
[2025-07-17 19:12:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/733 {"status":200,"body":"{\"data\":{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:11] local.INFO: Successfully fetched and created on-demand partner. {"id":733} 
[2025-07-17 19:12:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/737 {"status":200,"body":"{\"data\":{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:12] local.INFO: Successfully fetched and created on-demand partner. {"id":737} 
[2025-07-17 19:12:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/739 {"status":200,"body":"{\"data\":{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:12] local.INFO: Successfully fetched and created on-demand partner. {"id":739} 
[2025-07-17 19:12:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/743 {"status":200,"body":"{\"data\":{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:13] local.INFO: Successfully fetched and created on-demand partner. {"id":743} 
[2025-07-17 19:12:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/734 {"status":200,"body":"{\"data\":{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:14] local.INFO: Successfully fetched and created on-demand partner. {"id":734} 
[2025-07-17 19:12:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/754 {"status":200,"body":"{\"data\":{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:14] local.INFO: Successfully fetched and created on-demand partner. {"id":754} 
[2025-07-17 19:12:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/753 {"status":200,"body":"{\"data\":{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:15] local.INFO: Successfully fetched and created on-demand partner. {"id":753} 
[2025-07-17 19:12:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/752 {"status":200,"body":"{\"data\":{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:15] local.INFO: Successfully fetched and created on-demand partner. {"id":752} 
[2025-07-17 19:12:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/742 {"status":200,"body":"{\"data\":{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:16] local.INFO: Successfully fetched and created on-demand partner. {"id":742} 
[2025-07-17 19:12:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/756 {"status":200,"body":"{\"data\":{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:17] local.INFO: Successfully fetched and created on-demand partner. {"id":756} 
[2025-07-17 19:12:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/758 {"status":200,"body":"{\"data\":{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:17] local.INFO: Successfully fetched and created on-demand partner. {"id":758} 
[2025-07-17 19:12:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/760 {"status":200,"body":"{\"data\":{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:18] local.INFO: Successfully fetched and created on-demand partner. {"id":760} 
[2025-07-17 19:12:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/761 {"status":200,"body":"{\"data\":{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:18] local.INFO: Successfully fetched and created on-demand partner. {"id":761} 
[2025-07-17 19:12:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/762 {"status":200,"body":"{\"data\":{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:19] local.INFO: Successfully fetched and created on-demand partner. {"id":762} 
[2025-07-17 19:12:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/763 {"status":200,"body":"{\"data\":{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:20] local.INFO: Successfully fetched and created on-demand partner. {"id":763} 
[2025-07-17 19:12:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/764 {"status":200,"body":"{\"data\":{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:20] local.INFO: Successfully fetched and created on-demand partner. {"id":764} 
[2025-07-17 19:12:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/765 {"status":200,"body":"{\"data\":{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:21] local.INFO: Successfully fetched and created on-demand partner. {"id":765} 
[2025-07-17 19:12:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/767 {"status":200,"body":"{\"data\":{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:22] local.INFO: Successfully fetched and created on-demand partner. {"id":767} 
[2025-07-17 19:12:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/769 {"status":200,"body":"{\"data\":{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:23] local.INFO: Successfully fetched and created on-demand partner. {"id":769} 
[2025-07-17 19:12:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/770 {"status":200,"body":"{\"data\":{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:23] local.INFO: Successfully fetched and created on-demand partner. {"id":770} 
[2025-07-17 19:12:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/771 {"status":200,"body":"{\"data\":{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:24] local.INFO: Successfully fetched and created on-demand partner. {"id":771} 
[2025-07-17 19:12:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/773 {"status":200,"body":"{\"data\":{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:25] local.INFO: Successfully fetched and created on-demand partner. {"id":773} 
[2025-07-17 19:12:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/775 {"status":200,"body":"{\"data\":{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:25] local.INFO: Successfully fetched and created on-demand partner. {"id":775} 
[2025-07-17 19:12:26] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/777 {"status":200,"body":"{\"data\":{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:26] local.INFO: Successfully fetched and created on-demand partner. {"id":777} 
[2025-07-17 19:12:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/780 {"status":200,"body":"{\"data\":{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:27] local.INFO: Successfully fetched and created on-demand partner. {"id":780} 
[2025-07-17 19:12:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/779 {"status":200,"body":"{\"data\":{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:27] local.INFO: Successfully fetched and created on-demand partner. {"id":779} 
[2025-07-17 19:12:28] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/781 {"status":200,"body":"{\"data\":{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:28] local.INFO: Successfully fetched and created on-demand partner. {"id":781} 
[2025-07-17 19:12:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/766 {"status":200,"body":"{\"data\":{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:29] local.INFO: Successfully fetched and created on-demand partner. {"id":766} 
[2025-07-17 19:12:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/642 {"status":200,"body":"{\"data\":{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:29] local.INFO: Successfully fetched and created on-demand partner. {"id":642} 
[2025-07-17 19:12:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/784 {"status":200,"body":"{\"data\":{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:30] local.INFO: Successfully fetched and created on-demand partner. {"id":784} 
[2025-07-17 19:12:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/710 {"status":200,"body":"{\"data\":{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:31] local.INFO: Successfully fetched and created on-demand partner. {"id":710} 
[2025-07-17 19:12:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/744 {"status":200,"body":"{\"data\":{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:31] local.INFO: Successfully fetched and created on-demand partner. {"id":744} 
[2025-07-17 19:12:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/776 {"status":200,"body":"{\"data\":{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:32] local.INFO: Successfully fetched and created on-demand partner. {"id":776} 
[2025-07-17 19:12:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/323 {"status":200,"body":"{\"data\":{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:32] local.INFO: Successfully fetched and created on-demand partner. {"id":323} 
[2025-07-17 19:12:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/788 {"status":200,"body":"{\"data\":{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:33] local.INFO: Successfully fetched and created on-demand partner. {"id":788} 
[2025-07-17 19:12:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/789 {"status":200,"body":"{\"data\":{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:34] local.INFO: Successfully fetched and created on-demand partner. {"id":789} 
[2025-07-17 19:12:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/790 {"status":200,"body":"{\"data\":{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:34] local.INFO: Successfully fetched and created on-demand partner. {"id":790} 
[2025-07-17 19:12:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/791 {"status":200,"body":"{\"data\":{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:35] local.INFO: Successfully fetched and created on-demand partner. {"id":791} 
[2025-07-17 19:12:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/69 {"status":200,"body":"{\"data\":{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:36] local.INFO: Successfully fetched and created on-demand partner. {"id":69} 
[2025-07-17 19:12:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/262 {"status":200,"body":"{\"data\":{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:36] local.INFO: Successfully fetched and created on-demand partner. {"id":262} 
[2025-07-17 19:12:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/118 {"status":200,"body":"{\"data\":{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:37] local.INFO: Successfully fetched and created on-demand partner. {"id":118} 
[2025-07-17 19:12:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/256 {"status":200,"body":"{\"data\":{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:37] local.INFO: Successfully fetched and created on-demand partner. {"id":256} 
[2025-07-17 19:12:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/70 {"status":200,"body":"{\"data\":{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:38] local.INFO: Successfully fetched and created on-demand partner. {"id":70} 
[2025-07-17 19:12:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/793 {"status":200,"body":"{\"data\":{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:39] local.INFO: Successfully fetched and created on-demand partner. {"id":793} 
[2025-07-17 19:12:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/795 {"status":200,"body":"{\"data\":{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:40] local.INFO: Successfully fetched and created on-demand partner. {"id":795} 
[2025-07-17 19:12:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/796 {"status":200,"body":"{\"data\":{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:41] local.INFO: Successfully fetched and created on-demand partner. {"id":796} 
[2025-07-17 19:12:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/797 {"status":200,"body":"{\"data\":{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:44] local.INFO: Successfully fetched and created on-demand partner. {"id":797} 
[2025-07-17 19:12:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/798 {"status":200,"body":"{\"data\":{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:44] local.INFO: Successfully fetched and created on-demand partner. {"id":798} 
[2025-07-17 19:12:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/799 {"status":200,"body":"{\"data\":{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:45] local.INFO: Successfully fetched and created on-demand partner. {"id":799} 
[2025-07-17 19:12:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/806 {"status":200,"body":"{\"data\":{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:46] local.INFO: Successfully fetched and created on-demand partner. {"id":806} 
[2025-07-17 19:12:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/360 {"status":200,"body":"{\"data\":{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:46] local.INFO: Successfully fetched and created on-demand partner. {"id":360} 
[2025-07-17 19:12:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/807 {"status":200,"body":"{\"data\":{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:47] local.INFO: Successfully fetched and created on-demand partner. {"id":807} 
[2025-07-17 19:12:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/808 {"status":200,"body":"{\"data\":{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:48] local.INFO: Successfully fetched and created on-demand partner. {"id":808} 
[2025-07-17 19:12:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/809 {"status":200,"body":"{\"data\":{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:48] local.INFO: Successfully fetched and created on-demand partner. {"id":809} 
[2025-07-17 19:12:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/588 {"status":200,"body":"{\"data\":{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:49] local.INFO: Successfully fetched and created on-demand partner. {"id":588} 
[2025-07-17 19:12:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/778 {"status":200,"body":"{\"data\":{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:49] local.INFO: Successfully fetched and created on-demand partner. {"id":778} 
[2025-07-17 19:12:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/810 {"status":200,"body":"{\"data\":{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:50] local.INFO: Successfully fetched and created on-demand partner. {"id":810} 
[2025-07-17 19:12:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/755 {"status":200,"body":"{\"data\":{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:51] local.INFO: Successfully fetched and created on-demand partner. {"id":755} 
[2025-07-17 19:12:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/811 {"status":200,"body":"{\"data\":{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:51] local.INFO: Successfully fetched and created on-demand partner. {"id":811} 
[2025-07-17 19:12:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/812 {"status":200,"body":"{\"data\":{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:52] local.INFO: Successfully fetched and created on-demand partner. {"id":812} 
[2025-07-17 19:12:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/489 {"status":200,"body":"{\"data\":{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:53] local.INFO: Successfully fetched and created on-demand partner. {"id":489} 
[2025-07-17 19:12:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/817 {"status":200,"body":"{\"data\":{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:54] local.INFO: Successfully fetched and created on-demand partner. {"id":817} 
[2025-07-17 19:12:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/818 {"status":200,"body":"{\"data\":{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:54] local.INFO: Successfully fetched and created on-demand partner. {"id":818} 
[2025-07-17 19:12:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/819 {"status":200,"body":"{\"data\":{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:55] local.INFO: Successfully fetched and created on-demand partner. {"id":819} 
[2025-07-17 19:12:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/820 {"status":200,"body":"{\"data\":{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:55] local.INFO: Successfully fetched and created on-demand partner. {"id":820} 
[2025-07-17 19:12:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/661 {"status":200,"body":"{\"data\":{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:56] local.INFO: Successfully fetched and created on-demand partner. {"id":661} 
[2025-07-17 19:12:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/823 {"status":200,"body":"{\"data\":{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:57] local.INFO: Successfully fetched and created on-demand partner. {"id":823} 
[2025-07-17 19:12:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/816 {"status":200,"body":"{\"data\":{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:57] local.INFO: Successfully fetched and created on-demand partner. {"id":816} 
[2025-07-17 19:12:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/825 {"status":200,"body":"{\"data\":{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:58] local.INFO: Successfully fetched and created on-demand partner. {"id":825} 
[2025-07-17 19:12:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/826 {"status":200,"body":"{\"data\":{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:58] local.INFO: Successfully fetched and created on-demand partner. {"id":826} 
[2025-07-17 19:12:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/830 {"status":200,"body":"{\"data\":{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:12:59] local.INFO: Successfully fetched and created on-demand partner. {"id":830} 
[2025-07-17 19:13:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/566 {"status":200,"body":"{\"data\":{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:00] local.INFO: Successfully fetched and created on-demand partner. {"id":566} 
[2025-07-17 19:13:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/831 {"status":200,"body":"{\"data\":{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:00] local.INFO: Successfully fetched and created on-demand partner. {"id":831} 
[2025-07-17 19:13:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/833 {"status":200,"body":"{\"data\":{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:01] local.INFO: Successfully fetched and created on-demand partner. {"id":833} 
[2025-07-17 19:13:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/834 {"status":200,"body":"{\"data\":{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:02] local.INFO: Successfully fetched and created on-demand partner. {"id":834} 
[2025-07-17 19:13:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/835 {"status":200,"body":"{\"data\":{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:02] local.INFO: Successfully fetched and created on-demand partner. {"id":835} 
[2025-07-17 19:13:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/838 {"status":200,"body":"{\"data\":{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:03] local.INFO: Successfully fetched and created on-demand partner. {"id":838} 
[2025-07-17 19:13:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/839 {"status":200,"body":"{\"data\":{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:04] local.INFO: Successfully fetched and created on-demand partner. {"id":839} 
[2025-07-17 19:13:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/840 {"status":200,"body":"{\"data\":{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:05] local.INFO: Successfully fetched and created on-demand partner. {"id":840} 
[2025-07-17 19:13:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/841 {"status":200,"body":"{\"data\":{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:06] local.INFO: Successfully fetched and created on-demand partner. {"id":841} 
[2025-07-17 19:13:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/842 {"status":200,"body":"{\"data\":{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:06] local.INFO: Successfully fetched and created on-demand partner. {"id":842} 
[2025-07-17 19:13:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/845 {"status":200,"body":"{\"data\":{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:07] local.INFO: Successfully fetched and created on-demand partner. {"id":845} 
[2025-07-17 19:13:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/846 {"status":200,"body":"{\"data\":{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:08] local.INFO: Successfully fetched and created on-demand partner. {"id":846} 
[2025-07-17 19:13:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/847 {"status":200,"body":"{\"data\":{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:08] local.INFO: Successfully fetched and created on-demand partner. {"id":847} 
[2025-07-17 19:13:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/848 {"status":200,"body":"{\"data\":{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:09] local.INFO: Successfully fetched and created on-demand partner. {"id":848} 
[2025-07-17 19:13:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/313 {"status":200,"body":"{\"data\":{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:10] local.INFO: Successfully fetched and created on-demand partner. {"id":313} 
[2025-07-17 19:13:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/849 {"status":200,"body":"{\"data\":{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:10] local.INFO: Successfully fetched and created on-demand partner. {"id":849} 
[2025-07-17 19:13:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/829 {"status":200,"body":"{\"data\":{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:11] local.INFO: Successfully fetched and created on-demand partner. {"id":829} 
[2025-07-17 19:13:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/850 {"status":200,"body":"{\"data\":{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:11] local.INFO: Successfully fetched and created on-demand partner. {"id":850} 
[2025-07-17 19:13:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/851 {"status":200,"body":"{\"data\":{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:13] local.INFO: Successfully fetched and created on-demand partner. {"id":851} 
[2025-07-17 19:13:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/852 {"status":200,"body":"{\"data\":{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:14] local.INFO: Successfully fetched and created on-demand partner. {"id":852} 
[2025-07-17 19:13:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/853 {"status":200,"body":"{\"data\":{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:14] local.INFO: Successfully fetched and created on-demand partner. {"id":853} 
[2025-07-17 19:13:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/854 {"status":200,"body":"{\"data\":{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:15] local.INFO: Successfully fetched and created on-demand partner. {"id":854} 
[2025-07-17 19:13:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/855 {"status":200,"body":"{\"data\":{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:16] local.INFO: Successfully fetched and created on-demand partner. {"id":855} 
[2025-07-17 19:13:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/856 {"status":200,"body":"{\"data\":{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:16] local.INFO: Successfully fetched and created on-demand partner. {"id":856} 
[2025-07-17 19:13:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/857 {"status":200,"body":"{\"data\":{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:17] local.INFO: Successfully fetched and created on-demand partner. {"id":857} 
[2025-07-17 19:13:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/858 {"status":200,"body":"{\"data\":{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:17] local.INFO: Successfully fetched and created on-demand partner. {"id":858} 
[2025-07-17 19:13:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/859 {"status":200,"body":"{\"data\":{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:18] local.INFO: Successfully fetched and created on-demand partner. {"id":859} 
[2025-07-17 19:13:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/860 {"status":200,"body":"{\"data\":{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:19] local.INFO: Successfully fetched and created on-demand partner. {"id":860} 
[2025-07-17 19:13:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/864 {"status":200,"body":"{\"data\":{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:20] local.INFO: Successfully fetched and created on-demand partner. {"id":864} 
[2025-07-17 19:13:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/865 {"status":200,"body":"{\"data\":{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:20] local.INFO: Successfully fetched and created on-demand partner. {"id":865} 
[2025-07-17 19:13:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/866 {"status":200,"body":"{\"data\":{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:21] local.INFO: Successfully fetched and created on-demand partner. {"id":866} 
[2025-07-17 19:13:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/868 {"status":200,"body":"{\"data\":{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:22] local.INFO: Successfully fetched and created on-demand partner. {"id":868} 
[2025-07-17 19:13:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/873 {"status":200,"body":"{\"data\":{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:23] local.INFO: Successfully fetched and created on-demand partner. {"id":873} 
[2025-07-17 19:13:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/875 {"status":200,"body":"{\"data\":{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:24] local.INFO: Successfully fetched and created on-demand partner. {"id":875} 
[2025-07-17 19:13:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/876 {"status":200,"body":"{\"data\":{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:25] local.INFO: Successfully fetched and created on-demand partner. {"id":876} 
[2025-07-17 19:13:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/879 {"status":200,"body":"{\"data\":{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:25] local.INFO: Successfully fetched and created on-demand partner. {"id":879} 
[2025-07-17 19:13:26] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/702 {"status":200,"body":"{\"data\":{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:26] local.INFO: Successfully fetched and created on-demand partner. {"id":702} 
[2025-07-17 19:13:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/877 {"status":200,"body":"{\"data\":{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:27] local.INFO: Successfully fetched and created on-demand partner. {"id":877} 
[2025-07-17 19:13:28] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/885 {"status":200,"body":"{\"data\":{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:13:28] local.INFO: Successfully fetched and created on-demand partner. {"id":885} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":10,"invite_data":{"id":9,"partnerId":10,"sendViaEmail":true,"email":"T.vanvlem@netcomsolutions.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2021-11-30T11:22:05+00:00","acceptedAt":"2021-11-30T11:22:05+00:00","userId":7,"lastUpdatedAt":"2022-08-29T15:49:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":9,"invite_data":{"id":16,"partnerId":9,"sendViaEmail":true,"email":"bgaltman@netcomsolutions.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2021-12-16T22:30:28+00:00","acceptedAt":"2021-12-16T22:30:28+00:00","userId":35,"lastUpdatedAt":"2023-11-30T13:34:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":10,"invite_data":{"id":17,"partnerId":10,"sendViaEmail":true,"email":"s.vanstappen@veko.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2021-12-22T08:22:43+00:00","acceptedAt":"2021-12-22T08:22:43+00:00","userId":40,"lastUpdatedAt":"2022-08-29T15:49:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":26,"invite_data":{"id":23,"partnerId":26,"sendViaEmail":true,"email":"info@hildesmout.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2021-12-27T15:08:52+00:00","acceptedAt":"2021-12-27T15:08:52+00:00","userId":47,"lastUpdatedAt":"2022-08-29T15:18:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":27,"invite_data":{"id":27,"partnerId":27,"sendViaEmail":true,"email":"christophecompeers@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2021-12-27T22:45:46+00:00","acceptedAt":"2021-12-27T22:45:46+00:00","userId":19,"lastUpdatedAt":"2022-08-29T15:39:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":23,"invite_data":{"id":28,"partnerId":23,"sendViaEmail":true,"email":"maaike.vandenberghe@netcomsolutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2021-12-29T12:23:56+00:00","acceptedAt":"2021-12-29T12:23:56+00:00","userId":51,"lastUpdatedAt":"2021-12-29T12:23:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":29,"invite_data":{"id":30,"partnerId":29,"sendViaEmail":true,"email":"boekhoudingvervack@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-01-07T09:39:56+00:00","acceptedAt":"2022-01-07T09:39:57+00:00","userId":57,"lastUpdatedAt":"2023-11-30T14:07:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":45,"invite_data":{"id":37,"partnerId":45,"sendViaEmail":true,"email":"michael@hairconsultingbymd.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-01-23T18:06:57+00:00","acceptedAt":"2022-01-23T18:06:57+00:00","userId":64,"lastUpdatedAt":"2023-09-28T13:04:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":46,"invite_data":{"id":38,"partnerId":46,"sendViaEmail":true,"email":"Jeroen.bogaerts@junto.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2022-01-24T16:54:54+00:00","acceptedAt":"2022-01-24T16:54:54+00:00","userId":66,"lastUpdatedAt":"2022-01-24T16:54:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":46,"invite_data":{"id":39,"partnerId":46,"sendViaEmail":true,"email":"evelyne.lekime@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2022-01-24T16:54:54+00:00","acceptedAt":"2022-01-24T16:54:54+00:00","userId":67,"lastUpdatedAt":"2022-01-24T16:54:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":41,"partnerId":20,"sendViaEmail":true,"email":"jan.luyckx@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-02-01T14:06:50+00:00","acceptedAt":"2022-02-01T14:06:50+00:00","userId":69,"lastUpdatedAt":"2023-01-09T12:53:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":42,"partnerId":20,"sendViaEmail":true,"email":"thijs.campe@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-02-01T14:11:45+00:00","acceptedAt":"2022-02-01T14:11:45+00:00","userId":61,"lastUpdatedAt":"2023-01-09T12:53:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":50,"invite_data":{"id":45,"partnerId":50,"sendViaEmail":true,"email":"kserranne@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-02-09T22:20:16+00:00","acceptedAt":"2022-02-09T22:20:16+00:00","userId":76,"lastUpdatedAt":"2023-11-30T14:11:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":47,"invite_data":{"id":48,"partnerId":47,"sendViaEmail":true,"email":"ran.ancho@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-02-15T17:54:58+00:00","acceptedAt":"2022-02-15T17:54:58+00:00","userId":68,"lastUpdatedAt":"2024-05-21T13:40:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":52,"invite_data":{"id":50,"partnerId":52,"sendViaEmail":true,"email":"callebautdecoene@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-05T08:30:15+00:00","acceptedAt":"2022-03-05T08:30:15+00:00","userId":84,"lastUpdatedAt":"2023-11-30T14:11:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":13,"invite_data":{"id":52,"partnerId":13,"sendViaEmail":true,"email":"phistelle@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-08T15:26:41+00:00","acceptedAt":"2022-03-08T15:26:41+00:00","userId":17,"lastUpdatedAt":"2022-08-30T09:00:33+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":53,"partnerId":20,"sendViaEmail":true,"email":"peter.reyniers@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-09T14:46:45+00:00","acceptedAt":"2022-03-09T14:46:45+00:00","userId":90,"lastUpdatedAt":"2023-01-09T12:53:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":53,"invite_data":{"id":54,"partnerId":53,"sendViaEmail":true,"email":"wma.architect@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-10T12:12:33+00:00","acceptedAt":"2022-03-10T12:12:33+00:00","userId":87,"lastUpdatedAt":"2023-11-30T14:12:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":23,"invite_data":{"id":56,"partnerId":23,"sendViaEmail":true,"email":"cihan.kranda@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-13T13:43:59+00:00","acceptedAt":"2022-03-13T13:43:59+00:00","userId":21,"lastUpdatedAt":"2023-11-30T14:12:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":56,"invite_data":{"id":58,"partnerId":56,"sendViaEmail":true,"email":"nick.houthuys@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-14T06:55:08+00:00","acceptedAt":"2022-03-14T06:55:08+00:00","userId":80,"lastUpdatedAt":"2023-11-30T14:14:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":60,"partnerId":20,"sendViaEmail":true,"email":"siebe.verheyen@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-22T11:30:34+00:00","acceptedAt":"2022-03-22T11:30:34+00:00","userId":103,"lastUpdatedAt":"2023-01-09T12:53:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":61,"partnerId":20,"sendViaEmail":true,"email":"ewoud.beheydt@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-22T11:51:46+00:00","acceptedAt":"2022-03-22T11:51:46+00:00","userId":104,"lastUpdatedAt":"2023-11-23T13:58:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":62,"partnerId":20,"sendViaEmail":true,"email":"kathleen.sels@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-22T12:46:30+00:00","acceptedAt":"2022-03-22T12:46:30+00:00","userId":105,"lastUpdatedAt":"2023-01-09T12:53:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":63,"partnerId":20,"sendViaEmail":true,"email":"koen.stevens@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-22T13:06:55+00:00","acceptedAt":"2022-03-22T13:06:55+00:00","userId":106,"lastUpdatedAt":"2023-11-23T14:00:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":64,"partnerId":58,"sendViaEmail":true,"email":"jfleconte@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-22T14:26:36+00:00","acceptedAt":"2022-03-22T14:26:36+00:00","userId":102,"lastUpdatedAt":"2023-01-09T13:03:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":65,"partnerId":20,"sendViaEmail":true,"email":"jarne.vanbelleghem@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-28T11:37:25+00:00","acceptedAt":"2022-03-28T11:37:25+00:00","userId":115,"lastUpdatedAt":"2023-01-09T12:54:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":59,"invite_data":{"id":66,"partnerId":59,"sendViaEmail":true,"email":"john@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-29T13:12:51+00:00","acceptedAt":"2022-03-29T13:12:51+00:00","userId":88,"lastUpdatedAt":"2024-05-31T11:12:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":59,"invite_data":{"id":68,"partnerId":59,"sendViaEmail":true,"email":"mathieu@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-03-31T08:37:08+00:00","acceptedAt":"2022-03-31T08:37:08+00:00","userId":117,"lastUpdatedAt":"2024-05-31T11:12:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":72,"partnerId":20,"sendViaEmail":true,"email":"bob.missoorten@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-04T11:31:15+00:00","acceptedAt":"2022-04-04T11:31:15+00:00","userId":119,"lastUpdatedAt":"2023-01-09T12:54:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":62,"invite_data":{"id":74,"partnerId":62,"sendViaEmail":true,"email":"Hilde.verstraeten@mado.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-04T13:26:02+00:00","acceptedAt":"2022-04-04T13:26:02+00:00","userId":121,"lastUpdatedAt":"2023-11-30T14:23:34+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":78,"partnerId":20,"sendViaEmail":true,"email":"lode.janssens@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-05T13:38:46+00:00","acceptedAt":"2022-04-05T13:38:46+00:00","userId":123,"lastUpdatedAt":"2023-01-09T12:54:20+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":79,"partnerId":58,"sendViaEmail":true,"email":"g.van.hoey@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-07T08:44:39+00:00","acceptedAt":"2022-04-07T08:44:39+00:00","userId":111,"lastUpdatedAt":"2023-01-09T13:03:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":82,"partnerId":58,"sendViaEmail":true,"email":"j.vandenberghe@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-07T14:34:30+00:00","acceptedAt":"2022-04-07T14:34:30+00:00","userId":101,"lastUpdatedAt":"2023-01-09T13:03:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":85,"partnerId":20,"sendViaEmail":true,"email":"tom.billiau@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-08T10:06:50+00:00","acceptedAt":"2022-04-08T10:06:50+00:00","userId":107,"lastUpdatedAt":"2023-04-03T07:55:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":87,"partnerId":58,"sendViaEmail":true,"email":"s.de.roo@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-08T11:04:51+00:00","acceptedAt":"2022-04-08T11:04:51+00:00","userId":100,"lastUpdatedAt":"2023-01-09T13:03:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":67,"invite_data":{"id":89,"partnerId":67,"sendViaEmail":true,"email":"caat.vanbelle@vanbelle.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-14T11:26:56+00:00","acceptedAt":"2022-04-20T06:57:53+00:00","userId":131,"lastUpdatedAt":"2022-08-29T14:50:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":64,"invite_data":{"id":92,"partnerId":64,"sendViaEmail":true,"email":"p.mareels@belgacom.net","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-20T13:22:14+00:00","acceptedAt":"2022-04-20T13:22:14+00:00","userId":124,"lastUpdatedAt":"2023-01-31T08:43:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":94,"partnerId":58,"sendViaEmail":true,"email":"l.stoffelen@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-25T15:06:36+00:00","acceptedAt":"2022-04-25T15:06:36+00:00","userId":110,"lastUpdatedAt":"2023-01-09T13:03:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":82,"invite_data":{"id":95,"partnerId":82,"sendViaEmail":true,"email":"katleen.vdw@aol.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-26T08:02:13+00:00","acceptedAt":"2022-04-26T08:02:13+00:00","userId":79,"lastUpdatedAt":"2023-05-31T09:38:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":105,"partnerId":20,"sendViaEmail":true,"email":"demo@netcomsolutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-30T13:22:01+00:00","acceptedAt":"2022-04-30T13:22:01+00:00","userId":138,"lastUpdatedAt":"2023-01-09T12:55:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":23,"invite_data":{"id":106,"partnerId":23,"sendViaEmail":true,"email":"demo@netcomsolutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-04-30T13:23:57+00:00","acceptedAt":"2022-04-30T13:23:57+00:00","userId":138,"lastUpdatedAt":"2023-11-30T14:25:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":61,"invite_data":{"id":111,"partnerId":61,"sendViaEmail":true,"email":"carmelo.luparello@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-05T17:28:45+00:00","acceptedAt":"2022-05-05T17:28:45+00:00","userId":116,"lastUpdatedAt":"2023-08-18T09:52:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":112,"partnerId":20,"sendViaEmail":true,"email":"vmeynen@outlook.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-06T13:39:21+00:00","acceptedAt":"2022-05-06T13:39:21+00:00","userId":109,"lastUpdatedAt":"2023-01-09T12:55:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":89,"invite_data":{"id":120,"partnerId":89,"sendViaEmail":true,"email":"celgeenen@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-09T10:00:56+00:00","acceptedAt":"2022-05-09T10:00:56+00:00","userId":145,"lastUpdatedAt":"2023-09-30T06:40:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":90,"invite_data":{"id":121,"partnerId":90,"sendViaEmail":true,"email":"kris@intwit.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-09T13:41:39+00:00","acceptedAt":"2022-05-09T13:41:39+00:00","userId":146,"lastUpdatedAt":"2022-08-29T15:01:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":122,"partnerId":20,"sendViaEmail":true,"email":"johan.desmet@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-10T08:44:04+00:00","acceptedAt":"2022-05-10T08:44:04+00:00","userId":147,"lastUpdatedAt":"2023-01-09T12:55:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":125,"partnerId":20,"sendViaEmail":true,"email":"ralf.joris@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-16T05:02:49+00:00","acceptedAt":"2022-05-16T05:02:49+00:00","userId":143,"lastUpdatedAt":"2023-01-09T12:55:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":62,"invite_data":{"id":127,"partnerId":62,"sendViaEmail":true,"email":"hilde@mado.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-16T09:47:43+00:00","acceptedAt":"2022-05-16T09:47:43+00:00","userId":122,"lastUpdatedAt":"2023-11-30T14:30:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":84,"invite_data":{"id":130,"partnerId":84,"sendViaEmail":true,"email":"gertvanlaeken@hotmail.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-16T17:16:29+00:00","acceptedAt":"2022-05-16T17:16:29+00:00","userId":134,"lastUpdatedAt":"2023-02-08T11:17:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":51,"invite_data":{"id":134,"partnerId":51,"sendViaEmail":true,"email":"wim@entrie.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-17T16:36:14+00:00","acceptedAt":"2022-05-17T16:36:14+00:00","userId":74,"lastUpdatedAt":"2023-05-31T09:38:34+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":140,"partnerId":20,"sendViaEmail":true,"email":"nielvandingenen@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-23T11:46:43+00:00","acceptedAt":"2022-05-23T11:46:43+00:00","userId":154,"lastUpdatedAt":"2023-01-09T12:55:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":141,"partnerId":20,"sendViaEmail":true,"email":"ine.arits@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-23T11:47:17+00:00","acceptedAt":"2022-05-23T11:47:17+00:00","userId":155,"lastUpdatedAt":"2023-11-23T14:05:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":92,"invite_data":{"id":142,"partnerId":92,"sendViaEmail":true,"email":"koen@montagewinkel.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-23T12:34:39+00:00","acceptedAt":"2022-05-23T12:34:39+00:00","userId":142,"lastUpdatedAt":"2023-05-31T11:30:11+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":145,"partnerId":20,"sendViaEmail":true,"email":"stijn.paulissen@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-24T12:24:55+00:00","acceptedAt":"2022-05-24T12:24:55+00:00","userId":160,"lastUpdatedAt":"2023-01-09T12:55:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":146,"partnerId":20,"sendViaEmail":true,"email":"stefan.dils@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-25T10:19:27+00:00","acceptedAt":"2022-05-25T10:19:27+00:00","userId":161,"lastUpdatedAt":"2023-01-09T12:55:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":147,"partnerId":20,"sendViaEmail":true,"email":"jo.smeyers@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-31T09:40:54+00:00","acceptedAt":"2022-05-31T09:40:54+00:00","userId":162,"lastUpdatedAt":"2023-11-23T14:06:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":94,"invite_data":{"id":148,"partnerId":94,"sendViaEmail":true,"email":"greetverleyen@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-31T13:27:57+00:00","acceptedAt":"2022-05-31T13:27:57+00:00","userId":163,"lastUpdatedAt":"2023-11-30T15:13:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":95,"invite_data":{"id":149,"partnerId":95,"sendViaEmail":true,"email":"bart@ibucon.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-05-31T14:05:24+00:00","acceptedAt":"2022-05-31T14:05:24+00:00","userId":164,"lastUpdatedAt":"2022-08-29T14:28:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":151,"partnerId":20,"sendViaEmail":true,"email":"kristoftollet@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-03T08:15:40+00:00","acceptedAt":"2022-06-03T08:15:40+00:00","userId":166,"lastUpdatedAt":"2023-01-09T12:55:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":152,"partnerId":20,"sendViaEmail":true,"email":"frank.rutten@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-03T08:58:06+00:00","acceptedAt":"2022-06-03T08:58:06+00:00","userId":167,"lastUpdatedAt":"2023-01-09T12:56:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":153,"partnerId":20,"sendViaEmail":true,"email":"wesley.breugelmans@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-03T13:20:31+00:00","acceptedAt":"2022-06-03T13:20:31+00:00","userId":168,"lastUpdatedAt":"2023-01-09T12:56:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":97,"invite_data":{"id":154,"partnerId":97,"sendViaEmail":true,"email":"jensdv42@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-07T15:40:20+00:00","acceptedAt":"2022-06-07T15:40:21+00:00","userId":170,"lastUpdatedAt":"2022-08-29T14:49:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":155,"partnerId":20,"sendViaEmail":true,"email":"geert.keustermans@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-08T09:02:17+00:00","acceptedAt":"2022-06-08T09:02:17+00:00","userId":172,"lastUpdatedAt":"2023-01-09T12:56:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":156,"partnerId":20,"sendViaEmail":true,"email":"caroline.avonds@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-08T09:35:56+00:00","acceptedAt":"2022-06-08T09:35:56+00:00","userId":173,"lastUpdatedAt":"2023-01-09T12:56:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":157,"partnerId":20,"sendViaEmail":true,"email":"christel.boogaerts@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-08T12:19:29+00:00","acceptedAt":"2022-06-08T12:19:29+00:00","userId":125,"lastUpdatedAt":"2023-01-09T12:56:33+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":98,"invite_data":{"id":158,"partnerId":98,"sendViaEmail":true,"email":"info@renodaf.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-09T10:33:55+00:00","acceptedAt":"2022-06-09T10:33:56+00:00","userId":174,"lastUpdatedAt":"2023-07-25T07:11:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":67,"invite_data":{"id":159,"partnerId":67,"sendViaEmail":true,"email":"rudy.vanbelle@vanbelle.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-09T11:08:33+00:00","acceptedAt":"2022-06-09T11:08:33+00:00","userId":175,"lastUpdatedAt":"2022-08-29T14:50:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":100,"invite_data":{"id":161,"partnerId":100,"sendViaEmail":true,"email":"koen.holvoet2@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-09T14:25:52+00:00","acceptedAt":"2022-06-09T14:25:52+00:00","userId":177,"lastUpdatedAt":"2023-11-30T15:20:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":99,"invite_data":{"id":163,"partnerId":99,"sendViaEmail":true,"email":"kevin@buildingconsulting.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-13T07:59:15+00:00","acceptedAt":"2022-06-13T07:59:15+00:00","userId":176,"lastUpdatedAt":"2023-11-30T15:20:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":164,"partnerId":20,"sendViaEmail":true,"email":"lieven.keuppens@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-15T16:05:35+00:00","acceptedAt":"2022-06-15T16:05:35+00:00","userId":113,"lastUpdatedAt":"2023-01-09T12:58:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":79,"invite_data":{"id":165,"partnerId":79,"sendViaEmail":true,"email":"geertpennewaert@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-18T07:51:29+00:00","acceptedAt":"2022-06-18T07:51:29+00:00","userId":156,"lastUpdatedAt":"2023-11-30T15:21:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":166,"partnerId":20,"sendViaEmail":true,"email":"kevin.deblochouse@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-21T10:58:03+00:00","acceptedAt":"2022-06-21T10:58:03+00:00","userId":181,"lastUpdatedAt":"2023-01-09T12:59:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":23,"invite_data":{"id":168,"partnerId":23,"sendViaEmail":true,"email":"cihan.kranda@netcomsolutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-24T09:53:55+00:00","acceptedAt":"2022-06-24T09:53:55+00:00","userId":2,"lastUpdatedAt":"2022-06-24T09:53:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":59,"invite_data":{"id":169,"partnerId":59,"sendViaEmail":true,"email":"cihan.kranda@netcomsolutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-24T09:54:28+00:00","acceptedAt":"2022-06-24T09:54:28+00:00","userId":2,"lastUpdatedAt":"2022-06-24T09:54:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":101,"invite_data":{"id":170,"partnerId":101,"sendViaEmail":true,"email":"wim123bisschop@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-27T08:51:23+00:00","acceptedAt":"2022-06-27T08:51:23+00:00","userId":171,"lastUpdatedAt":"2023-11-30T15:23:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":107,"invite_data":{"id":171,"partnerId":107,"sendViaEmail":true,"email":"scofawom@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-28T09:42:32+00:00","acceptedAt":"2022-06-28T09:42:32+00:00","userId":183,"lastUpdatedAt":"2023-11-30T15:23:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":108,"invite_data":{"id":172,"partnerId":108,"sendViaEmail":true,"email":"dheungens@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-06-28T11:20:23+00:00","acceptedAt":"2022-06-28T11:20:23+00:00","userId":184,"lastUpdatedAt":"2023-11-30T15:24:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":96,"invite_data":{"id":173,"partnerId":96,"sendViaEmail":true,"email":"freddy.van.lokeren@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-07-05T11:30:38+00:00","acceptedAt":"2022-07-05T11:30:38+00:00","userId":169,"lastUpdatedAt":"2023-11-30T15:24:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":174,"partnerId":20,"sendViaEmail":true,"email":"gino.damen@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-07-06T11:53:56+00:00","acceptedAt":"2022-07-06T11:53:56+00:00","userId":191,"lastUpdatedAt":"2023-01-09T12:59:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":110,"invite_data":{"id":175,"partnerId":110,"sendViaEmail":true,"email":"wim.de.blieck@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-07-06T12:29:04+00:00","acceptedAt":"2022-07-06T12:29:04+00:00","userId":192,"lastUpdatedAt":"2023-11-30T15:27:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":176,"partnerId":20,"sendViaEmail":true,"email":"ivan.vanlooveren@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-07-06T13:09:51+00:00","acceptedAt":"2022-07-06T13:09:51+00:00","userId":194,"lastUpdatedAt":"2023-01-09T12:59:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":109,"invite_data":{"id":180,"partnerId":109,"sendViaEmail":true,"email":"info@automationgroup.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-07-13T08:20:14+00:00","acceptedAt":"2022-07-13T08:20:14+00:00","userId":185,"lastUpdatedAt":"2022-08-29T14:17:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":198,"invite_data":{"id":182,"partnerId":198,"sendViaEmail":true,"email":"pranaapanabalance@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-07-25T14:11:22+00:00","acceptedAt":"2022-07-25T14:11:22+00:00","userId":204,"lastUpdatedAt":"2022-08-29T13:26:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":183,"partnerId":20,"sendViaEmail":true,"email":"benny.vanhooydonck@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-04T08:22:41+00:00","acceptedAt":"2022-08-04T08:22:41+00:00","userId":205,"lastUpdatedAt":"2023-04-03T07:55:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":211,"invite_data":{"id":184,"partnerId":211,"sendViaEmail":true,"email":"kris@krisdepoorter.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-04T09:03:40+00:00","acceptedAt":"2022-08-04T09:03:40+00:00","userId":206,"lastUpdatedAt":"2023-11-30T15:28:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":185,"partnerId":20,"sendViaEmail":true,"email":"ronny.boeckx@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-05T08:36:39+00:00","acceptedAt":"2022-08-05T08:36:39+00:00","userId":207,"lastUpdatedAt":"2023-01-09T12:59:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":197,"invite_data":{"id":186,"partnerId":197,"sendViaEmail":true,"email":"pieter.wyckmans@quinz.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-05T19:15:21+00:00","acceptedAt":"2022-08-05T19:15:21+00:00","userId":200,"lastUpdatedAt":"2022-08-05T19:15:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":187,"partnerId":20,"sendViaEmail":true,"email":"karolien.verwimp@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-08T10:25:42+00:00","acceptedAt":"2022-08-08T10:25:42+00:00","userId":208,"lastUpdatedAt":"2023-01-09T12:59:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":188,"partnerId":20,"sendViaEmail":true,"email":"frederic.bonte@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-10T13:00:15+00:00","acceptedAt":"2022-08-10T13:00:15+00:00","userId":211,"lastUpdatedAt":"2023-11-23T14:09:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":25,"invite_data":{"id":192,"partnerId":25,"sendViaEmail":true,"email":"davy.palmans@argeus.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-12T12:05:23+00:00","acceptedAt":"2022-08-12T12:05:24+00:00","userId":180,"lastUpdatedAt":"2023-11-30T15:29:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":212,"invite_data":{"id":193,"partnerId":212,"sendViaEmail":true,"email":"tino.vanhecke@ramenvanhecke.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-25T09:32:51+00:00","acceptedAt":"2022-08-25T09:32:51+00:00","userId":217,"lastUpdatedAt":"2022-08-29T13:34:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":194,"partnerId":20,"sendViaEmail":true,"email":"peggy.vanpeer@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-29T10:31:45+00:00","acceptedAt":"2022-08-29T10:31:45+00:00","userId":219,"lastUpdatedAt":"2023-01-09T12:59:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":213,"invite_data":{"id":195,"partnerId":213,"sendViaEmail":true,"email":"yannickveny@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-08-29T12:29:12+00:00","acceptedAt":"2022-08-29T12:29:12+00:00","userId":220,"lastUpdatedAt":"2022-08-29T12:29:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":215,"invite_data":{"id":199,"partnerId":215,"sendViaEmail":true,"email":"bw.services@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-06T08:44:28+00:00","acceptedAt":"2022-09-06T08:44:28+00:00","userId":225,"lastUpdatedAt":"2023-11-30T15:31:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":200,"partnerId":20,"sendViaEmail":true,"email":"pieter.debusser@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-08T14:09:03+00:00","acceptedAt":"2022-09-08T14:09:03+00:00","userId":228,"lastUpdatedAt":"2023-01-09T12:59:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":201,"partnerId":20,"sendViaEmail":true,"email":"guus.strooband@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-12T13:20:12+00:00","acceptedAt":"2022-09-12T13:20:12+00:00","userId":230,"lastUpdatedAt":"2023-08-24T10:42:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":202,"partnerId":20,"sendViaEmail":true,"email":"tom.vandepeer@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-15T13:18:28+00:00","acceptedAt":"2022-09-15T13:18:28+00:00","userId":234,"lastUpdatedAt":"2023-11-23T14:20:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":219,"invite_data":{"id":203,"partnerId":219,"sendViaEmail":true,"email":"bart@ledernierdomino.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-17T17:17:31+00:00","acceptedAt":"2022-09-17T17:17:31+00:00","userId":226,"lastUpdatedAt":"2023-11-30T15:32:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":204,"partnerId":20,"sendViaEmail":true,"email":"torre.roosenbroeck@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-19T09:57:11+00:00","acceptedAt":"2022-09-19T09:57:11+00:00","userId":235,"lastUpdatedAt":"2023-01-09T13:00:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":212,"invite_data":{"id":205,"partnerId":212,"sendViaEmail":true,"email":"tina.vanhecke@ramenvanhecke.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-19T12:18:42+00:00","acceptedAt":"2022-09-19T12:18:42+00:00","userId":224,"lastUpdatedAt":"2022-09-19T12:18:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":111,"invite_data":{"id":206,"partnerId":111,"sendViaEmail":true,"email":"vanheckeann@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-20T07:32:02+00:00","acceptedAt":"2022-09-20T07:32:02+00:00","userId":193,"lastUpdatedAt":"2022-09-20T07:32:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":220,"invite_data":{"id":207,"partnerId":220,"sendViaEmail":true,"email":"ronny-smet@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-20T11:21:59+00:00","acceptedAt":"2022-09-20T11:21:59+00:00","userId":237,"lastUpdatedAt":"2023-11-30T15:33:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":222,"invite_data":{"id":208,"partnerId":222,"sendViaEmail":true,"email":"w.janse@jaleco-havaro.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-20T12:33:18+00:00","acceptedAt":"2022-09-20T12:33:18+00:00","userId":238,"lastUpdatedAt":"2023-11-30T15:33:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":209,"partnerId":20,"sendViaEmail":true,"email":"gerrit.blommaert@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-21T11:21:15+00:00","acceptedAt":"2022-09-21T11:21:15+00:00","userId":239,"lastUpdatedAt":"2023-01-09T13:00:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":210,"partnerId":20,"sendViaEmail":true,"email":"dirk.milis@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-28T13:27:47+00:00","acceptedAt":"2022-09-28T13:27:47+00:00","userId":244,"lastUpdatedAt":"2023-01-09T13:00:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":212,"partnerId":20,"sendViaEmail":true,"email":"nevena.misovic@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-09-28T13:42:38+00:00","acceptedAt":"2022-09-28T13:42:38+00:00","userId":245,"lastUpdatedAt":"2023-01-09T13:00:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":241,"invite_data":{"id":218,"partnerId":241,"sendViaEmail":true,"email":"info@jdbschrijnwerk.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-05T10:45:40+00:00","acceptedAt":"2022-10-05T10:45:40+00:00","userId":246,"lastUpdatedAt":"2023-11-30T15:33:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":219,"partnerId":20,"sendViaEmail":true,"email":"marino.waem@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-11T15:04:40+00:00","acceptedAt":"2022-10-11T15:04:40+00:00","userId":247,"lastUpdatedAt":"2023-01-09T13:01:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":220,"partnerId":20,"sendViaEmail":true,"email":"lex.berkhout@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-11T15:05:10+00:00","acceptedAt":"2022-10-11T15:05:10+00:00","userId":249,"lastUpdatedAt":"2023-01-09T13:01:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":221,"partnerId":20,"sendViaEmail":true,"email":"jonas.baeyens@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-11T15:05:41+00:00","acceptedAt":"2022-10-11T15:05:41+00:00","userId":248,"lastUpdatedAt":"2023-01-09T13:01:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":259,"invite_data":{"id":222,"partnerId":259,"sendViaEmail":true,"email":"carmenverbeke@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-17T11:50:14+00:00","acceptedAt":"2022-10-17T11:50:14+00:00","userId":253,"lastUpdatedAt":"2023-11-30T15:35:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":223,"partnerId":20,"sendViaEmail":true,"email":"wim.coessens@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-17T13:22:05+00:00","acceptedAt":"2022-10-17T13:22:05+00:00","userId":254,"lastUpdatedAt":"2023-01-09T13:01:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":260,"invite_data":{"id":225,"partnerId":260,"sendViaEmail":true,"email":"pauldeclercq@curon.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-10-20T10:37:09+00:00","acceptedAt":"2022-10-20T10:37:09+00:00","userId":257,"lastUpdatedAt":"2023-01-09T13:08:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":227,"partnerId":20,"sendViaEmail":true,"email":"walter.beeckmans@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-02T15:40:45+00:00","acceptedAt":"2022-11-02T15:40:45+00:00","userId":267,"lastUpdatedAt":"2023-01-09T13:01:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":228,"partnerId":20,"sendViaEmail":true,"email":"tom.smet@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-03T09:21:42+00:00","acceptedAt":"2022-11-03T09:21:42+00:00","userId":269,"lastUpdatedAt":"2023-01-09T13:01:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":269,"invite_data":{"id":229,"partnerId":269,"sendViaEmail":true,"email":"rudiziko@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-07T15:30:57+00:00","acceptedAt":"2022-11-07T15:30:57+00:00","userId":271,"lastUpdatedAt":"2023-11-30T15:35:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":260,"invite_data":{"id":230,"partnerId":260,"sendViaEmail":true,"email":"margotvernijns@curon.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-08T13:05:34+00:00","acceptedAt":"2022-11-08T13:05:34+00:00","userId":273,"lastUpdatedAt":"2023-01-09T13:04:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":231,"partnerId":20,"sendViaEmail":true,"email":"ann.schauwers@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-08T13:52:21+00:00","acceptedAt":"2022-11-08T13:52:21+00:00","userId":274,"lastUpdatedAt":"2023-01-09T13:01:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":233,"partnerId":240,"sendViaEmail":true,"email":"katleenboydens@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-16T11:19:22+00:00","acceptedAt":"2022-11-16T11:19:22+00:00","userId":277,"lastUpdatedAt":"2023-01-09T13:05:20+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":274,"invite_data":{"id":235,"partnerId":274,"sendViaEmail":true,"email":"isabellalaura@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-23T11:58:28+00:00","acceptedAt":"2022-11-23T11:58:28+00:00","userId":283,"lastUpdatedAt":"2023-02-10T14:56:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":275,"invite_data":{"id":236,"partnerId":275,"sendViaEmail":true,"email":"kristof@immotrix.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-23T13:00:55+00:00","acceptedAt":"2022-11-23T13:00:55+00:00","userId":284,"lastUpdatedAt":"2023-11-30T15:40:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":276,"invite_data":{"id":237,"partnerId":276,"sendViaEmail":true,"email":"johan.blommaert@btj-service.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-23T16:09:35+00:00","acceptedAt":"2022-11-23T16:09:35+00:00","userId":285,"lastUpdatedAt":"2023-11-30T15:41:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":238,"partnerId":240,"sendViaEmail":true,"email":"tineseyen@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-24T12:54:01+00:00","acceptedAt":"2022-11-24T12:54:01+00:00","userId":288,"lastUpdatedAt":"2023-01-09T13:04:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":277,"invite_data":{"id":239,"partnerId":277,"sendViaEmail":true,"email":"patrickkerkhofs@konradholding.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-24T16:37:17+00:00","acceptedAt":"2022-11-24T16:37:17+00:00","userId":290,"lastUpdatedAt":"2022-11-24T16:37:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":241,"partnerId":20,"sendViaEmail":true,"email":"dirk.vanroy@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-25T12:11:11+00:00","acceptedAt":"2022-11-25T12:11:11+00:00","userId":292,"lastUpdatedAt":"2023-01-09T13:01:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":279,"invite_data":{"id":243,"partnerId":279,"sendViaEmail":true,"email":"ewanten@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-30T11:49:59+00:00","acceptedAt":"2022-11-30T11:49:59+00:00","userId":46,"lastUpdatedAt":"2022-11-30T11:49:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":11,"invite_data":{"id":244,"partnerId":11,"sendViaEmail":true,"email":"eric.stevens@themailingfactory.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-11-30T16:13:31+00:00","acceptedAt":"2022-11-30T16:13:31+00:00","userId":297,"lastUpdatedAt":"2022-11-30T16:13:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":281,"invite_data":{"id":246,"partnerId":281,"sendViaEmail":true,"email":"thuisverplegingevi@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-07T12:17:44+00:00","acceptedAt":"2022-12-07T12:17:44+00:00","userId":301,"lastUpdatedAt":"2022-12-07T12:17:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":282,"invite_data":{"id":247,"partnerId":282,"sendViaEmail":true,"email":"isabelle.verheyen@tandarts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-08T10:49:36+00:00","acceptedAt":"2022-12-08T10:49:36+00:00","userId":294,"lastUpdatedAt":"2022-12-08T10:49:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":64,"invite_data":{"id":248,"partnerId":64,"sendViaEmail":true,"email":"familie.mareels@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-12T09:45:16+00:00","acceptedAt":"2022-12-12T09:45:16+00:00","userId":302,"lastUpdatedAt":"2023-01-31T08:42:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":284,"invite_data":{"id":250,"partnerId":284,"sendViaEmail":false,"email":"info@padel-idegem.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-16T15:22:59+00:00","acceptedAt":"2022-12-16T15:22:59+00:00","userId":307,"lastUpdatedAt":"2023-11-30T15:43:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":285,"invite_data":{"id":251,"partnerId":285,"sendViaEmail":false,"email":"ellen.ketsman@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-16T15:36:43+00:00","acceptedAt":"2022-12-16T15:36:43+00:00","userId":308,"lastUpdatedAt":"2023-05-24T11:14:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":252,"partnerId":20,"sendViaEmail":true,"email":"christofsandy@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-20T15:31:58+00:00","acceptedAt":"2022-12-20T15:31:58+00:00","userId":305,"lastUpdatedAt":"2023-01-09T13:01:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":287,"invite_data":{"id":253,"partnerId":287,"sendViaEmail":true,"email":"joel@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-22T14:52:15+00:00","acceptedAt":"2022-12-22T14:52:15+00:00","userId":295,"lastUpdatedAt":"2023-05-31T11:35:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":254,"partnerId":240,"sendViaEmail":false,"email":"pascaldebbaut@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-23T14:26:43+00:00","acceptedAt":"2022-12-23T14:26:43+00:00","userId":310,"lastUpdatedAt":"2023-11-30T15:43:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":288,"invite_data":{"id":255,"partnerId":288,"sendViaEmail":false,"email":"ludocaberg@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-27T12:04:19+00:00","acceptedAt":"2022-12-27T12:04:19+00:00","userId":311,"lastUpdatedAt":"2023-11-30T15:43:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":59,"invite_data":{"id":256,"partnerId":59,"sendViaEmail":true,"email":"dennis@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2022-12-30T15:37:51+00:00","acceptedAt":"2022-12-30T15:37:51+00:00","userId":313,"lastUpdatedAt":"2024-05-31T11:13:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":294,"invite_data":{"id":259,"partnerId":294,"sendViaEmail":true,"email":"djeylan.dezutter@probis-plus.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-10T16:17:17+00:00","acceptedAt":"2023-01-10T16:17:17+00:00","userId":320,"lastUpdatedAt":"2023-01-10T16:17:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":280,"invite_data":{"id":260,"partnerId":280,"sendViaEmail":true,"email":"ozkanyurdaer@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-11T13:27:31+00:00","acceptedAt":"2023-01-11T13:27:31+00:00","userId":296,"lastUpdatedAt":"2023-11-15T13:35:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":295,"invite_data":{"id":262,"partnerId":295,"sendViaEmail":true,"email":"mvandenhooft@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-17T10:27:05+00:00","acceptedAt":"2023-01-17T10:27:05+00:00","userId":323,"lastUpdatedAt":"2023-01-17T10:27:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":296,"invite_data":{"id":263,"partnerId":296,"sendViaEmail":true,"email":"philippe.rooseleer@fibizpartners.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-17T13:53:58+00:00","acceptedAt":"2023-01-17T13:53:58+00:00","userId":318,"lastUpdatedAt":"2023-11-30T15:48:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":297,"invite_data":{"id":264,"partnerId":297,"sendViaEmail":false,"email":"p.vanbelle@hamiltonbright.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-18T12:42:08+00:00","acceptedAt":"2023-01-18T12:42:08+00:00","userId":327,"lastUpdatedAt":"2023-01-18T12:42:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":265,"partnerId":20,"sendViaEmail":false,"email":"jan.everaert@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-19T13:21:56+00:00","acceptedAt":"2023-01-19T13:21:56+00:00","userId":330,"lastUpdatedAt":"2023-01-19T13:21:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":266,"partnerId":20,"sendViaEmail":false,"email":"senne.depeuter@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-19T13:40:58+00:00","acceptedAt":"2023-01-19T13:40:58+00:00","userId":331,"lastUpdatedAt":"2023-01-19T13:40:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":267,"partnerId":20,"sendViaEmail":false,"email":"tuur.depreter@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-19T13:50:36+00:00","acceptedAt":"2023-01-19T13:50:36+00:00","userId":332,"lastUpdatedAt":"2023-01-19T13:50:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":298,"invite_data":{"id":268,"partnerId":298,"sendViaEmail":true,"email":"bartel@zenses.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-19T15:50:16+00:00","acceptedAt":"2023-01-19T15:50:16+00:00","userId":325,"lastUpdatedAt":"2023-02-06T13:22:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":298,"invite_data":{"id":269,"partnerId":298,"sendViaEmail":true,"email":"pascal@zenses.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-19T15:51:03+00:00","acceptedAt":"2023-01-19T15:51:04+00:00","userId":333,"lastUpdatedAt":"2023-04-06T14:15:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":300,"invite_data":{"id":271,"partnerId":300,"sendViaEmail":false,"email":"katgoemaere77@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-20T10:16:44+00:00","acceptedAt":"2023-01-20T10:16:44+00:00","userId":336,"lastUpdatedAt":"2023-01-20T10:16:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":301,"invite_data":{"id":273,"partnerId":301,"sendViaEmail":false,"email":"chris.phlips@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-20T14:18:23+00:00","acceptedAt":"2023-01-20T14:18:23+00:00","userId":338,"lastUpdatedAt":"2023-01-20T14:18:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":302,"invite_data":{"id":274,"partnerId":302,"sendViaEmail":true,"email":"autobel@live.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-01-23T14:48:53+00:00","acceptedAt":"2023-01-23T14:48:53+00:00","userId":339,"lastUpdatedAt":"2023-01-23T14:48:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":303,"invite_data":{"id":277,"partnerId":303,"sendViaEmail":false,"email":"eric.de.bruyn1@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-24T13:55:00+00:00","acceptedAt":"2023-01-24T13:55:00+00:00","userId":343,"lastUpdatedAt":"2023-01-24T13:55:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":304,"invite_data":{"id":281,"partnerId":304,"sendViaEmail":true,"email":"info@casacava.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-25T11:14:17+00:00","acceptedAt":"2023-01-25T11:14:17+00:00","userId":344,"lastUpdatedAt":"2023-01-25T11:14:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":283,"partnerId":20,"sendViaEmail":false,"email":"dries.vranckx@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-26T09:22:31+00:00","acceptedAt":"2023-01-26T09:22:31+00:00","userId":352,"lastUpdatedAt":"2023-01-26T09:22:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":305,"invite_data":{"id":284,"partnerId":305,"sendViaEmail":true,"email":"info@cgoconsulting.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-27T11:43:18+00:00","acceptedAt":"2023-01-27T11:43:18+00:00","userId":353,"lastUpdatedAt":"2023-01-27T11:43:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":298,"invite_data":{"id":285,"partnerId":298,"sendViaEmail":false,"email":"philippe@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-30T16:21:50+00:00","acceptedAt":"2023-01-30T16:21:50+00:00","userId":355,"lastUpdatedAt":"2023-11-30T12:06:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":286,"partnerId":20,"sendViaEmail":false,"email":"pina.debeck@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-31T09:39:25+00:00","acceptedAt":"2023-01-31T09:39:25+00:00","userId":356,"lastUpdatedAt":"2023-11-14T15:18:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":306,"invite_data":{"id":287,"partnerId":306,"sendViaEmail":false,"email":"marcbmddakwerken@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-01-31T13:11:33+00:00","acceptedAt":"2023-01-31T13:11:33+00:00","userId":357,"lastUpdatedAt":"2023-01-31T13:11:33+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":308,"invite_data":{"id":288,"partnerId":308,"sendViaEmail":false,"email":"bart_matth@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-02T16:03:14+00:00","acceptedAt":"2023-02-02T16:03:14+00:00","userId":360,"lastUpdatedAt":"2023-02-02T16:03:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":310,"invite_data":{"id":289,"partnerId":310,"sendViaEmail":true,"email":"lucdebock@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-02-03T13:07:49+00:00","acceptedAt":"2023-02-03T13:07:49+00:00","userId":359,"lastUpdatedAt":"2023-02-03T13:07:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":290,"invite_data":{"id":290,"partnerId":290,"sendViaEmail":true,"email":"wdt@wdt.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-04T13:33:23+00:00","acceptedAt":"2023-02-04T13:33:23+00:00","userId":260,"lastUpdatedAt":"2023-11-30T13:32:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":312,"invite_data":{"id":291,"partnerId":312,"sendViaEmail":false,"email":"tuinenroels@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-09T10:16:27+00:00","acceptedAt":"2023-02-09T10:16:27+00:00","userId":364,"lastUpdatedAt":"2023-02-09T10:16:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":299,"invite_data":{"id":292,"partnerId":299,"sendViaEmail":true,"email":"sebastiaan.verberckmoes@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-09T11:44:07+00:00","acceptedAt":"2023-02-09T11:44:07+00:00","userId":335,"lastUpdatedAt":"2023-02-09T11:44:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":294,"partnerId":20,"sendViaEmail":false,"email":"nico.caers@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-15T12:03:40+00:00","acceptedAt":"2023-02-15T12:03:40+00:00","userId":376,"lastUpdatedAt":"2023-02-15T12:03:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":295,"partnerId":20,"sendViaEmail":false,"email":"alex.vantilborg@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-15T12:07:23+00:00","acceptedAt":"2023-02-15T12:07:23+00:00","userId":377,"lastUpdatedAt":"2023-02-15T12:07:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":315,"invite_data":{"id":296,"partnerId":315,"sendViaEmail":false,"email":"vvanvlodrop@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-20T09:55:10+00:00","acceptedAt":"2023-02-20T09:55:10+00:00","userId":383,"lastUpdatedAt":"2023-02-20T09:55:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":297,"partnerId":20,"sendViaEmail":false,"email":"rudi.broos@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-21T09:22:43+00:00","acceptedAt":"2023-02-21T09:22:43+00:00","userId":384,"lastUpdatedAt":"2023-02-21T09:22:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":298,"partnerId":20,"sendViaEmail":false,"email":"wim.naenen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-21T13:11:07+00:00","acceptedAt":"2023-02-21T13:11:07+00:00","userId":386,"lastUpdatedAt":"2023-02-21T13:11:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":299,"partnerId":20,"sendViaEmail":false,"email":"pieter.vandeperre@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-21T13:24:03+00:00","acceptedAt":"2023-02-21T13:24:03+00:00","userId":387,"lastUpdatedAt":"2023-02-21T13:24:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":300,"partnerId":20,"sendViaEmail":false,"email":"steven.deron@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-21T13:27:19+00:00","acceptedAt":"2023-02-21T13:27:19+00:00","userId":388,"lastUpdatedAt":"2023-02-21T13:27:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":298,"invite_data":{"id":301,"partnerId":298,"sendViaEmail":false,"email":"houssaifi@deloitte.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-21T13:43:07+00:00","acceptedAt":"2023-02-21T13:43:07+00:00","userId":389,"lastUpdatedAt":"2023-02-21T13:43:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":314,"invite_data":{"id":304,"partnerId":314,"sendViaEmail":false,"email":"niels@hestia.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-22T11:21:43+00:00","acceptedAt":"2023-02-22T11:21:43+00:00","userId":390,"lastUpdatedAt":"2023-02-22T11:21:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":319,"invite_data":{"id":305,"partnerId":319,"sendViaEmail":false,"email":"olivier@driesenfoods.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-22T12:17:44+00:00","acceptedAt":"2023-02-22T12:17:44+00:00","userId":391,"lastUpdatedAt":"2023-12-01T16:18:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":320,"invite_data":{"id":306,"partnerId":320,"sendViaEmail":false,"email":"info@denambacht.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-22T16:56:40+00:00","acceptedAt":"2023-02-22T16:56:40+00:00","userId":392,"lastUpdatedAt":"2023-02-22T16:56:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":322,"invite_data":{"id":307,"partnerId":322,"sendViaEmail":false,"email":"Ilse@momenting.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-02-23T12:41:23+00:00","acceptedAt":"2023-02-23T12:41:23+00:00","userId":393,"lastUpdatedAt":"2023-12-01T16:18:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":25,"invite_data":{"id":308,"partnerId":25,"sendViaEmail":true,"email":"jansenisabelle@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-03T14:12:52+00:00","acceptedAt":"2023-03-03T14:12:52+00:00","userId":262,"lastUpdatedAt":"2023-12-01T16:21:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":297,"invite_data":{"id":309,"partnerId":297,"sendViaEmail":false,"email":"j.janquart@hamiltonbright.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-08T15:44:01+00:00","acceptedAt":"2023-03-08T15:44:01+00:00","userId":406,"lastUpdatedAt":"2023-03-08T15:44:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":310,"partnerId":20,"sendViaEmail":false,"email":"marjan.janssen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-09T14:39:29+00:00","acceptedAt":"2023-03-09T14:39:29+00:00","userId":407,"lastUpdatedAt":"2023-03-09T14:39:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":324,"invite_data":{"id":311,"partnerId":324,"sendViaEmail":false,"email":"S.verrept@betaguard.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-10T12:53:16+00:00","acceptedAt":"2023-03-10T12:53:16+00:00","userId":408,"lastUpdatedAt":"2023-03-10T12:53:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":325,"invite_data":{"id":312,"partnerId":325,"sendViaEmail":true,"email":"m.vandewiel@profilan.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-10T15:24:13+00:00","acceptedAt":"2023-03-10T15:24:13+00:00","userId":378,"lastUpdatedAt":"2023-08-04T09:39:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":277,"invite_data":{"id":313,"partnerId":277,"sendViaEmail":false,"email":"ingrid.gelders@skynet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-13T13:06:43+00:00","acceptedAt":"2023-03-13T13:06:43+00:00","userId":413,"lastUpdatedAt":"2023-03-13T13:06:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":297,"invite_data":{"id":314,"partnerId":297,"sendViaEmail":false,"email":"s.bruyninckx@hamiltonbright.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-16T13:56:23+00:00","acceptedAt":"2023-03-16T13:56:23+00:00","userId":414,"lastUpdatedAt":"2023-03-16T13:56:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":297,"invite_data":{"id":315,"partnerId":297,"sendViaEmail":false,"email":"m.berx@hamiltonbright.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-16T14:23:58+00:00","acceptedAt":"2023-03-16T14:23:58+00:00","userId":415,"lastUpdatedAt":"2023-03-16T14:23:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":316,"partnerId":20,"sendViaEmail":false,"email":"stefan.vanwauwe@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-17T11:53:03+00:00","acceptedAt":"2023-03-17T11:53:03+00:00","userId":416,"lastUpdatedAt":"2023-03-17T11:53:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":317,"partnerId":20,"sendViaEmail":false,"email":"katleen.boeckx@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-17T15:34:50+00:00","acceptedAt":"2023-03-17T15:34:50+00:00","userId":417,"lastUpdatedAt":"2023-03-17T15:34:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":318,"partnerId":20,"sendViaEmail":false,"email":"tom.segers@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-21T10:13:05+00:00","acceptedAt":"2023-03-21T10:13:05+00:00","userId":421,"lastUpdatedAt":"2023-03-21T10:13:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":319,"partnerId":58,"sendViaEmail":false,"email":"y.deryck@hesse-lignal.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-23T16:08:56+00:00","acceptedAt":"2023-03-23T16:08:56+00:00","userId":423,"lastUpdatedAt":"2023-03-23T16:08:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":327,"invite_data":{"id":320,"partnerId":327,"sendViaEmail":true,"email":"d.reynaert@tecware.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-25T18:05:31+00:00","acceptedAt":"2023-03-25T18:05:31+00:00","userId":425,"lastUpdatedAt":"2023-06-14T13:46:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":318,"invite_data":{"id":321,"partnerId":318,"sendViaEmail":false,"email":"greet@netebeemden.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-27T08:00:36+00:00","acceptedAt":"2023-03-27T08:00:36+00:00","userId":427,"lastUpdatedAt":"2023-12-01T16:22:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":318,"invite_data":{"id":322,"partnerId":318,"sendViaEmail":true,"email":"niels@hestia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-27T08:04:22+00:00","acceptedAt":"2023-03-27T08:04:22+00:00","userId":390,"lastUpdatedAt":"2023-07-26T12:03:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":329,"invite_data":{"id":323,"partnerId":329,"sendViaEmail":false,"email":"eva@metaalconstructieblomme.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-27T10:34:42+00:00","acceptedAt":"2023-03-27T10:34:42+00:00","userId":429,"lastUpdatedAt":"2023-03-27T10:34:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":328,"invite_data":{"id":324,"partnerId":328,"sendViaEmail":true,"email":"meidoorn.bb@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-27T12:12:22+00:00","acceptedAt":"2023-03-27T12:12:22+00:00","userId":428,"lastUpdatedAt":"2023-03-27T12:12:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":214,"invite_data":{"id":325,"partnerId":214,"sendViaEmail":true,"email":"patricklaisnez@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-27T12:33:04+00:00","acceptedAt":"2023-03-27T12:33:04+00:00","userId":186,"lastUpdatedAt":"2023-03-27T12:33:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":330,"invite_data":{"id":326,"partnerId":330,"sendViaEmail":false,"email":"sabrina.temmerman72@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-27T14:15:05+00:00","acceptedAt":"2023-03-27T14:15:05+00:00","userId":430,"lastUpdatedAt":"2023-03-27T14:15:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":331,"invite_data":{"id":327,"partnerId":331,"sendViaEmail":false,"email":"cenfibo@live.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-28T09:17:36+00:00","acceptedAt":"2023-03-28T09:17:36+00:00","userId":431,"lastUpdatedAt":"2023-03-28T09:17:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":332,"invite_data":{"id":328,"partnerId":332,"sendViaEmail":true,"email":"w.declercq@profilan.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-28T09:51:35+00:00","acceptedAt":"2023-03-28T09:51:35+00:00","userId":432,"lastUpdatedAt":"2023-05-27T13:54:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":220,"invite_data":{"id":329,"partnerId":220,"sendViaEmail":true,"email":"charlotte.vercauteren@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-28T13:56:04+00:00","acceptedAt":"2023-03-28T13:56:04+00:00","userId":306,"lastUpdatedAt":"2023-05-30T15:12:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":330,"partnerId":240,"sendViaEmail":false,"email":"margotdenaeyer@ccselect.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-29T10:15:51+00:00","acceptedAt":"2023-03-29T10:15:51+00:00","userId":433,"lastUpdatedAt":"2023-08-02T11:49:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":331,"partnerId":240,"sendViaEmail":false,"email":"wimdewever@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-29T10:32:38+00:00","acceptedAt":"2023-03-29T10:32:38+00:00","userId":434,"lastUpdatedAt":"2023-03-29T10:32:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":332,"partnerId":240,"sendViaEmail":false,"email":"sofieponcelet@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-29T12:14:34+00:00","acceptedAt":"2023-03-29T12:14:34+00:00","userId":435,"lastUpdatedAt":"2023-07-05T08:20:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":333,"partnerId":240,"sendViaEmail":false,"email":"michellerommelaere@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-29T12:35:45+00:00","acceptedAt":"2023-03-29T12:35:45+00:00","userId":436,"lastUpdatedAt":"2023-06-02T12:51:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":326,"invite_data":{"id":334,"partnerId":326,"sendViaEmail":false,"email":"patrick@bcmbv.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-29T15:42:20+00:00","acceptedAt":"2023-03-29T15:42:20+00:00","userId":437,"lastUpdatedAt":"2023-06-05T07:22:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":336,"invite_data":{"id":335,"partnerId":336,"sendViaEmail":false,"email":"info@keizers-kroon.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-30T13:35:28+00:00","acceptedAt":"2023-03-30T13:35:28+00:00","userId":440,"lastUpdatedAt":"2023-12-01T16:25:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":337,"invite_data":{"id":336,"partnerId":337,"sendViaEmail":false,"email":"solcol01@protonmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-31T13:07:50+00:00","acceptedAt":"2023-03-31T13:07:50+00:00","userId":442,"lastUpdatedAt":"2023-03-31T13:07:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":335,"invite_data":{"id":337,"partnerId":335,"sendViaEmail":true,"email":"evertderijcker@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-31T13:54:52+00:00","acceptedAt":"2023-03-31T13:54:52+00:00","userId":439,"lastUpdatedAt":"2023-03-31T13:54:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":339,"invite_data":{"id":338,"partnerId":339,"sendViaEmail":false,"email":"kristof.goedemont@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-03-31T15:18:49+00:00","acceptedAt":"2023-03-31T15:18:49+00:00","userId":443,"lastUpdatedAt":"2023-03-31T15:18:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":287,"invite_data":{"id":339,"partnerId":287,"sendViaEmail":false,"email":"Fabienne@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T10:34:10+00:00","acceptedAt":"2023-04-03T10:34:10+00:00","userId":449,"lastUpdatedAt":"2023-04-03T10:34:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":10,"invite_data":{"id":340,"partnerId":10,"sendViaEmail":false,"email":"i.delarue@veko.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T12:05:14+00:00","acceptedAt":"2023-04-03T12:05:14+00:00","userId":451,"lastUpdatedAt":"2023-04-03T12:05:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":10,"invite_data":{"id":341,"partnerId":10,"sendViaEmail":true,"email":"s.dreesen@veko.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T12:10:46+00:00","acceptedAt":"2023-04-03T12:10:46+00:00","userId":446,"lastUpdatedAt":"2023-04-03T12:10:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":298,"invite_data":{"id":342,"partnerId":298,"sendViaEmail":false,"email":"christophe@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T12:12:14+00:00","acceptedAt":"2023-04-03T12:12:14+00:00","userId":452,"lastUpdatedAt":"2023-06-07T13:03:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":329,"invite_data":{"id":343,"partnerId":329,"sendViaEmail":false,"email":"bart@metaalconstructieblomme.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T12:33:08+00:00","acceptedAt":"2023-04-03T12:33:08+00:00","userId":453,"lastUpdatedAt":"2023-04-03T12:33:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":329,"invite_data":{"id":344,"partnerId":329,"sendViaEmail":false,"email":"bartenolivia@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T12:37:24+00:00","acceptedAt":"2023-04-03T12:37:24+00:00","userId":454,"lastUpdatedAt":"2023-04-03T12:37:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":340,"invite_data":{"id":345,"partnerId":340,"sendViaEmail":true,"email":"jofem@me.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-03T14:40:46+00:00","acceptedAt":"2023-04-03T14:40:46+00:00","userId":229,"lastUpdatedAt":"2023-05-31T09:42:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":341,"invite_data":{"id":346,"partnerId":341,"sendViaEmail":false,"email":"rudy.desaeger@vanbelle.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-04T15:16:19+00:00","acceptedAt":"2023-04-04T15:16:19+00:00","userId":455,"lastUpdatedAt":"2023-12-01T16:26:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":67,"invite_data":{"id":347,"partnerId":67,"sendViaEmail":true,"email":"rudy.desaeger@vanbelle.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-04T15:16:48+00:00","acceptedAt":"2023-04-04T15:16:48+00:00","userId":455,"lastUpdatedAt":"2024-03-25T13:03:34+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":349,"partnerId":20,"sendViaEmail":false,"email":"belinda.apon@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-05T15:27:18+00:00","acceptedAt":"2023-04-05T15:27:18+00:00","userId":458,"lastUpdatedAt":"2023-05-19T19:24:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":343,"invite_data":{"id":350,"partnerId":343,"sendViaEmail":false,"email":"tom@tommytech-consulting.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-06T12:51:10+00:00","acceptedAt":"2023-04-06T12:51:10+00:00","userId":459,"lastUpdatedAt":"2023-04-06T12:51:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":344,"invite_data":{"id":351,"partnerId":344,"sendViaEmail":false,"email":"wim.verbruggen-bertels@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-06T13:13:15+00:00","acceptedAt":"2023-04-06T13:13:15+00:00","userId":460,"lastUpdatedAt":"2023-04-07T14:23:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":345,"invite_data":{"id":352,"partnerId":345,"sendViaEmail":false,"email":"maliknemat4@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-06T13:32:17+00:00","acceptedAt":"2023-04-06T13:32:17+00:00","userId":461,"lastUpdatedAt":"2023-05-11T11:26:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":346,"invite_data":{"id":354,"partnerId":346,"sendViaEmail":true,"email":"patrick.grispen@pandora.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-06T14:46:29+00:00","acceptedAt":"2023-04-06T14:46:29+00:00","userId":463,"lastUpdatedAt":"2023-04-06T14:46:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":347,"invite_data":{"id":355,"partnerId":347,"sendViaEmail":true,"email":"quinten.van.durme@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-07T12:44:34+00:00","acceptedAt":"2023-04-07T12:44:34+00:00","userId":457,"lastUpdatedAt":"2023-04-07T12:44:34+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":348,"invite_data":{"id":356,"partnerId":348,"sendViaEmail":true,"email":"geert.paepen@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-04-11T12:22:59+00:00","acceptedAt":"2023-04-11T12:22:59+00:00","userId":450,"lastUpdatedAt":"2023-04-11T12:22:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":357,"partnerId":20,"sendViaEmail":false,"email":"bart.voorspoels@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-12T12:07:04+00:00","acceptedAt":"2023-04-12T12:07:04+00:00","userId":469,"lastUpdatedAt":"2023-04-12T12:07:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":349,"invite_data":{"id":358,"partnerId":349,"sendViaEmail":false,"email":"mark.deprez@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-04-13T10:15:29+00:00","acceptedAt":"2023-04-13T10:15:29+00:00","userId":470,"lastUpdatedAt":"2023-04-13T10:15:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":359,"partnerId":20,"sendViaEmail":false,"email":"eshwarkiran.pampana@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-17T14:00:59+00:00","acceptedAt":"2023-04-17T14:00:59+00:00","userId":474,"lastUpdatedAt":"2023-04-17T14:00:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":360,"partnerId":20,"sendViaEmail":true,"email":"dorothy.verheyden@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-18T13:09:49+00:00","acceptedAt":"2023-04-18T13:09:49+00:00","userId":366,"lastUpdatedAt":"2023-04-18T13:09:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":363,"partnerId":240,"sendViaEmail":false,"email":"carllodewyckx@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-19T12:25:16+00:00","acceptedAt":"2023-04-19T12:25:16+00:00","userId":477,"lastUpdatedAt":"2023-09-28T09:32:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":364,"partnerId":20,"sendViaEmail":true,"email":"Annelies.borgheys@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-19T12:58:38+00:00","acceptedAt":"2023-04-19T12:58:39+00:00","userId":478,"lastUpdatedAt":"2023-07-10T07:30:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":367,"partnerId":240,"sendViaEmail":true,"email":"davidbrulard@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-19T13:45:02+00:00","acceptedAt":"2023-04-19T13:45:02+00:00","userId":482,"lastUpdatedAt":"2024-01-18T13:20:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":368,"partnerId":240,"sendViaEmail":false,"email":"Heidivanhoof@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-19T14:21:42+00:00","acceptedAt":"2023-04-19T14:21:42+00:00","userId":483,"lastUpdatedAt":"2023-04-19T14:21:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":260,"invite_data":{"id":370,"partnerId":260,"sendViaEmail":false,"email":"vickymols@curon.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-19T15:36:31+00:00","acceptedAt":"2023-04-19T15:36:31+00:00","userId":484,"lastUpdatedAt":"2023-04-19T15:36:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":353,"invite_data":{"id":371,"partnerId":353,"sendViaEmail":false,"email":"kattymartens@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T10:23:51+00:00","acceptedAt":"2023-04-20T10:23:51+00:00","userId":487,"lastUpdatedAt":"2023-04-20T10:23:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":354,"invite_data":{"id":372,"partnerId":354,"sendViaEmail":false,"email":"andre.goffaerts@btciveco.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T12:00:10+00:00","acceptedAt":"2023-04-20T12:00:10+00:00","userId":488,"lastUpdatedAt":"2023-12-08T13:57:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":72,"invite_data":{"id":373,"partnerId":72,"sendViaEmail":true,"email":"Jeff@mylifemuzik.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T13:41:24+00:00","acceptedAt":"2023-04-20T13:41:24+00:00","userId":45,"lastUpdatedAt":"2023-04-20T13:41:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":311,"invite_data":{"id":374,"partnerId":311,"sendViaEmail":false,"email":"fleet1@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T15:12:30+00:00","acceptedAt":"2023-04-20T15:12:30+00:00","userId":489,"lastUpdatedAt":"2023-04-20T15:12:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":311,"invite_data":{"id":375,"partnerId":311,"sendViaEmail":false,"email":"fleet2@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T15:15:35+00:00","acceptedAt":"2023-04-20T15:15:35+00:00","userId":490,"lastUpdatedAt":"2023-07-26T12:02:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":311,"invite_data":{"id":376,"partnerId":311,"sendViaEmail":false,"email":"fleet3@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T15:18:40+00:00","acceptedAt":"2023-04-20T15:18:40+00:00","userId":491,"lastUpdatedAt":"2023-04-20T15:18:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":311,"invite_data":{"id":377,"partnerId":311,"sendViaEmail":false,"email":"fleet4@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-20T15:21:14+00:00","acceptedAt":"2023-04-20T15:21:14+00:00","userId":492,"lastUpdatedAt":"2023-04-20T15:21:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":380,"partnerId":20,"sendViaEmail":true,"email":"gilles.ferket@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-25T08:16:23+00:00","acceptedAt":"2023-04-25T08:16:23+00:00","userId":312,"lastUpdatedAt":"2023-05-15T08:01:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":381,"partnerId":20,"sendViaEmail":false,"email":"ludo.vervoort@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-25T12:14:00+00:00","acceptedAt":"2023-04-25T12:14:00+00:00","userId":493,"lastUpdatedAt":"2023-04-25T12:14:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":391,"invite_data":{"id":382,"partnerId":391,"sendViaEmail":false,"email":"pascal.debruyn@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-26T08:53:23+00:00","acceptedAt":"2023-04-26T08:53:23+00:00","userId":494,"lastUpdatedAt":"2023-04-26T08:53:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":383,"partnerId":20,"sendViaEmail":false,"email":"hideyuki.hashimoto@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-26T10:29:28+00:00","acceptedAt":"2023-04-26T10:29:28+00:00","userId":495,"lastUpdatedAt":"2023-04-26T10:29:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":385,"partnerId":20,"sendViaEmail":false,"email":"dan-axel.haggblom@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-26T15:10:25+00:00","acceptedAt":"2023-04-26T15:10:25+00:00","userId":500,"lastUpdatedAt":"2023-04-26T15:10:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":393,"invite_data":{"id":386,"partnerId":393,"sendViaEmail":false,"email":"limbourg.danny@tldexpress.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-04-28T10:28:24+00:00","acceptedAt":"2023-04-28T10:28:24+00:00","userId":503,"lastUpdatedAt":"2023-04-28T10:28:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":394,"invite_data":{"id":387,"partnerId":394,"sendViaEmail":false,"email":"Piet_lantsoght@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-02T13:56:17+00:00","acceptedAt":"2023-05-02T13:56:17+00:00","userId":506,"lastUpdatedAt":"2023-05-02T13:56:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":388,"partnerId":20,"sendViaEmail":false,"email":"carlo.menten@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-03T12:08:22+00:00","acceptedAt":"2023-05-03T12:08:22+00:00","userId":509,"lastUpdatedAt":"2023-06-13T14:19:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":395,"invite_data":{"id":389,"partnerId":395,"sendViaEmail":true,"email":"steve.stiers@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-03T14:05:16+00:00","acceptedAt":"2023-05-03T14:05:16+00:00","userId":28,"lastUpdatedAt":"2024-02-05T16:50:11+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":390,"partnerId":20,"sendViaEmail":false,"email":"natalie.swinnen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-03T15:11:54+00:00","acceptedAt":"2023-05-03T15:11:54+00:00","userId":510,"lastUpdatedAt":"2023-05-25T09:27:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":396,"invite_data":{"id":391,"partnerId":396,"sendViaEmail":false,"email":"yibz@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-04T08:23:53+00:00","acceptedAt":"2023-05-04T08:23:53+00:00","userId":512,"lastUpdatedAt":"2023-05-04T08:23:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":392,"partnerId":20,"sendViaEmail":true,"email":"nicolae.baboi@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-08T09:40:51+00:00","acceptedAt":"2023-05-08T09:40:51+00:00","userId":507,"lastUpdatedAt":"2023-05-08T09:40:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":393,"partnerId":20,"sendViaEmail":false,"email":"Lennie.heerwegh@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-08T12:44:06+00:00","acceptedAt":"2023-05-08T12:44:06+00:00","userId":516,"lastUpdatedAt":"2023-08-18T09:59:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":400,"invite_data":{"id":394,"partnerId":400,"sendViaEmail":true,"email":"hugo@myncke.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-08T13:45:51+00:00","acceptedAt":"2023-05-08T13:45:51+00:00","userId":515,"lastUpdatedAt":"2023-05-08T13:45:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":395,"partnerId":20,"sendViaEmail":true,"email":"chiodidemi@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-09T17:11:41+00:00","acceptedAt":"2023-05-09T17:11:41+00:00","userId":496,"lastUpdatedAt":"2023-08-03T12:56:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":396,"partnerId":20,"sendViaEmail":false,"email":"johan.jaspers@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-10T09:44:58+00:00","acceptedAt":"2023-05-10T09:44:58+00:00","userId":518,"lastUpdatedAt":"2023-05-10T09:44:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":402,"invite_data":{"id":397,"partnerId":402,"sendViaEmail":true,"email":"Immopro@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-11T09:01:36+00:00","acceptedAt":"2023-05-11T09:01:36+00:00","userId":519,"lastUpdatedAt":"2023-05-11T09:01:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":401,"invite_data":{"id":398,"partnerId":401,"sendViaEmail":true,"email":"jd@jeandubois-consulting.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-13T05:54:47+00:00","acceptedAt":"2023-05-13T05:54:47+00:00","userId":508,"lastUpdatedAt":"2023-05-13T05:54:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":399,"partnerId":20,"sendViaEmail":false,"email":"igor.romandic@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-17T14:56:19+00:00","acceptedAt":"2023-05-17T14:56:19+00:00","userId":525,"lastUpdatedAt":"2023-05-17T14:56:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":354,"invite_data":{"id":400,"partnerId":354,"sendViaEmail":false,"email":"annick.vander.bracht@btciveco.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-23T12:40:59+00:00","acceptedAt":"2023-05-23T12:40:59+00:00","userId":527,"lastUpdatedAt":"2023-12-08T13:57:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":354,"invite_data":{"id":401,"partnerId":354,"sendViaEmail":false,"email":"receptie@btciveco.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-23T12:43:46+00:00","acceptedAt":"2023-05-23T12:43:46+00:00","userId":528,"lastUpdatedAt":"2023-12-08T13:57:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":354,"invite_data":{"id":402,"partnerId":354,"sendViaEmail":false,"email":"matthias.desadeleer@btciveco.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-23T12:46:56+00:00","acceptedAt":"2023-05-23T12:46:56+00:00","userId":529,"lastUpdatedAt":"2023-12-08T13:58:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":403,"partnerId":20,"sendViaEmail":false,"email":"wim.vandenbosch@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-23T15:29:03+00:00","acceptedAt":"2023-05-23T15:29:03+00:00","userId":530,"lastUpdatedAt":"2023-05-23T15:29:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":404,"partnerId":20,"sendViaEmail":false,"email":"tom.vanbreda@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-26T13:18:39+00:00","acceptedAt":"2023-05-26T13:18:39+00:00","userId":534,"lastUpdatedAt":"2023-05-26T13:18:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":405,"partnerId":20,"sendViaEmail":false,"email":"gianni.cairo@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-26T14:56:39+00:00","acceptedAt":"2023-05-26T14:56:39+00:00","userId":535,"lastUpdatedAt":"2023-05-26T14:56:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":332,"invite_data":{"id":407,"partnerId":332,"sendViaEmail":true,"email":"a.declercq@profilan.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-27T13:53:18+00:00","acceptedAt":"2023-05-27T13:53:18+00:00","userId":536,"lastUpdatedAt":"2023-05-27T13:53:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":325,"invite_data":{"id":408,"partnerId":325,"sendViaEmail":true,"email":"w.declercq@profilan.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-27T13:53:45+00:00","acceptedAt":"2023-05-27T13:53:45+00:00","userId":432,"lastUpdatedAt":"2023-05-27T13:53:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":220,"invite_data":{"id":410,"partnerId":220,"sendViaEmail":false,"email":"femke@terdoel.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-30T15:16:20+00:00","acceptedAt":"2023-05-30T15:16:20+00:00","userId":537,"lastUpdatedAt":"2023-05-30T15:16:20+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":319,"invite_data":{"id":411,"partnerId":319,"sendViaEmail":true,"email":"Wim@driesenfoods.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-05-31T14:40:29+00:00","acceptedAt":"2023-05-31T14:40:29+00:00","userId":486,"lastUpdatedAt":"2023-05-31T14:40:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":309,"invite_data":{"id":412,"partnerId":309,"sendViaEmail":true,"email":"ThiemoMohr@skynet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-06T13:17:12+00:00","acceptedAt":"2023-06-06T13:17:12+00:00","userId":348,"lastUpdatedAt":"2023-12-31T09:57:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":404,"invite_data":{"id":413,"partnerId":404,"sendViaEmail":false,"email":"DennisGoossens@konradholding.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-06T13:37:35+00:00","acceptedAt":"2023-06-06T13:37:35+00:00","userId":541,"lastUpdatedAt":"2023-06-06T13:37:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":10,"invite_data":{"id":414,"partnerId":10,"sendViaEmail":false,"email":"s.vandendriessche@veko.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-06T13:51:24+00:00","acceptedAt":"2023-06-06T13:51:24+00:00","userId":542,"lastUpdatedAt":"2023-06-06T13:51:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":416,"partnerId":20,"sendViaEmail":false,"email":"bart.peeters@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-08T08:53:53+00:00","acceptedAt":"2023-06-08T08:53:53+00:00","userId":544,"lastUpdatedAt":"2023-06-08T08:53:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":332,"invite_data":{"id":418,"partnerId":332,"sendViaEmail":false,"email":"m.wauthier@profilan.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-08T09:23:29+00:00","acceptedAt":"2023-06-08T09:23:29+00:00","userId":547,"lastUpdatedAt":"2023-06-08T09:23:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":405,"invite_data":{"id":419,"partnerId":405,"sendViaEmail":false,"email":"goele@baert.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-13T13:15:09+00:00","acceptedAt":"2023-06-13T13:15:09+00:00","userId":553,"lastUpdatedAt":"2023-06-13T13:15:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":420,"partnerId":20,"sendViaEmail":false,"email":"jelle.engelen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-13T14:28:33+00:00","acceptedAt":"2023-06-13T14:28:33+00:00","userId":554,"lastUpdatedAt":"2023-06-13T14:28:33+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":421,"partnerId":20,"sendViaEmail":false,"email":"erwin.conaerts@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-13T14:31:50+00:00","acceptedAt":"2023-06-13T14:31:50+00:00","userId":555,"lastUpdatedAt":"2023-06-13T14:31:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":406,"invite_data":{"id":422,"partnerId":406,"sendViaEmail":true,"email":"pieter.leemans@yunextraffic.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-14T07:55:36+00:00","acceptedAt":"2023-06-14T07:55:36+00:00","userId":557,"lastUpdatedAt":"2023-06-14T07:55:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":407,"invite_data":{"id":423,"partnerId":407,"sendViaEmail":false,"email":"karel.dhont@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-14T08:36:48+00:00","acceptedAt":"2023-06-14T08:36:48+00:00","userId":558,"lastUpdatedAt":"2023-06-14T08:36:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":408,"invite_data":{"id":424,"partnerId":408,"sendViaEmail":false,"email":"evi.dieltjens@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-14T09:05:20+00:00","acceptedAt":"2023-06-14T09:05:20+00:00","userId":559,"lastUpdatedAt":"2023-06-14T09:05:20+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":409,"invite_data":{"id":425,"partnerId":409,"sendViaEmail":false,"email":"steven.jansegers@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-15T08:41:31+00:00","acceptedAt":"2023-06-15T08:41:31+00:00","userId":561,"lastUpdatedAt":"2023-06-15T08:41:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":426,"partnerId":20,"sendViaEmail":false,"email":"luc.vanlandeghem@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-15T14:14:34+00:00","acceptedAt":"2023-06-15T14:14:34+00:00","userId":562,"lastUpdatedAt":"2023-06-15T14:14:34+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":332,"invite_data":{"id":427,"partnerId":332,"sendViaEmail":true,"email":"csb2@profilan.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-16T07:02:35+00:00","acceptedAt":"2023-06-16T07:02:35+00:00","userId":546,"lastUpdatedAt":"2023-06-16T07:02:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":410,"invite_data":{"id":429,"partnerId":410,"sendViaEmail":true,"email":"marleen@lambrechtshout.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-16T13:59:12+00:00","acceptedAt":"2023-06-16T13:59:12+00:00","userId":471,"lastUpdatedAt":"2023-06-16T13:59:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":410,"invite_data":{"id":430,"partnerId":410,"sendViaEmail":false,"email":"maxime@lambrechtshout.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-16T14:18:09+00:00","acceptedAt":"2023-06-16T14:18:09+00:00","userId":563,"lastUpdatedAt":"2023-06-16T14:18:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":410,"invite_data":{"id":431,"partnerId":410,"sendViaEmail":false,"email":"igor@lambrechtshout.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-16T14:34:01+00:00","acceptedAt":"2023-06-16T14:34:01+00:00","userId":564,"lastUpdatedAt":"2023-06-16T14:34:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":410,"invite_data":{"id":432,"partnerId":410,"sendViaEmail":false,"email":"lambrechtsvisitors@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-16T14:36:55+00:00","acceptedAt":"2023-06-16T14:36:55+00:00","userId":565,"lastUpdatedAt":"2023-06-19T08:21:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":433,"partnerId":20,"sendViaEmail":false,"email":"jan.vandenbulck@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-20T08:28:00+00:00","acceptedAt":"2023-06-20T08:28:00+00:00","userId":566,"lastUpdatedAt":"2023-06-20T08:28:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":434,"partnerId":20,"sendViaEmail":false,"email":"pieter.darcon@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-20T10:38:15+00:00","acceptedAt":"2023-06-20T10:38:15+00:00","userId":567,"lastUpdatedAt":"2023-06-20T10:38:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":419,"invite_data":{"id":435,"partnerId":419,"sendViaEmail":false,"email":"info@wijngoeddhellekapelle.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-21T08:40:09+00:00","acceptedAt":"2023-06-21T08:40:09+00:00","userId":570,"lastUpdatedAt":"2023-06-21T08:40:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":338,"invite_data":{"id":436,"partnerId":338,"sendViaEmail":false,"email":"rene.mulders@normecgroup.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-26T14:19:32+00:00","acceptedAt":"2023-06-26T14:19:32+00:00","userId":572,"lastUpdatedAt":"2023-06-26T14:19:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":437,"partnerId":240,"sendViaEmail":false,"email":"marilynhinderdael@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-06-29T07:53:36+00:00","acceptedAt":"2023-06-29T07:53:36+00:00","userId":575,"lastUpdatedAt":"2023-06-29T07:53:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":420,"invite_data":{"id":438,"partnerId":420,"sendViaEmail":true,"email":"fatihsezgin0101@gmail.com","language":"tr-TR","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-06-29T14:23:22+00:00","acceptedAt":"2023-06-29T14:23:22+00:00","userId":577,"lastUpdatedAt":"2023-06-29T14:23:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":424,"invite_data":{"id":439,"partnerId":424,"sendViaEmail":false,"email":"sonia@q-building.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-06T08:57:37+00:00","acceptedAt":"2023-07-06T08:57:37+00:00","userId":580,"lastUpdatedAt":"2023-07-06T08:57:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":425,"invite_data":{"id":440,"partnerId":425,"sendViaEmail":false,"email":"jan.breuls@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-06T13:23:45+00:00","acceptedAt":"2023-07-06T13:23:45+00:00","userId":581,"lastUpdatedAt":"2023-07-06T13:23:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":442,"partnerId":58,"sendViaEmail":true,"email":"d.cantoro-vanschoonbeel@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-08T16:39:58+00:00","acceptedAt":"2023-07-08T16:39:58+00:00","userId":585,"lastUpdatedAt":"2023-07-08T16:39:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":406,"invite_data":{"id":443,"partnerId":406,"sendViaEmail":false,"email":"luc.beuten@yunextraffic.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-10T08:45:27+00:00","acceptedAt":"2023-07-10T08:45:27+00:00","userId":589,"lastUpdatedAt":"2023-07-10T08:45:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":432,"invite_data":{"id":444,"partnerId":432,"sendViaEmail":false,"email":"frans@herbots.info","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-12T09:11:53+00:00","acceptedAt":"2023-07-12T09:11:53+00:00","userId":591,"lastUpdatedAt":"2023-07-12T09:11:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":445,"partnerId":20,"sendViaEmail":false,"email":"ben.engels@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-13T11:29:49+00:00","acceptedAt":"2023-07-13T11:29:49+00:00","userId":593,"lastUpdatedAt":"2023-07-13T11:29:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":429,"invite_data":{"id":446,"partnerId":429,"sendViaEmail":true,"email":"nicolas.giraud@ngconsult.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-13T12:16:21+00:00","acceptedAt":"2023-07-13T12:16:21+00:00","userId":588,"lastUpdatedAt":"2023-07-13T12:16:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":319,"invite_data":{"id":447,"partnerId":319,"sendViaEmail":false,"email":"carlien@driesenfoods.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-13T12:33:16+00:00","acceptedAt":"2023-07-13T12:33:16+00:00","userId":595,"lastUpdatedAt":"2023-07-13T12:33:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":319,"invite_data":{"id":448,"partnerId":319,"sendViaEmail":true,"email":"paul@driesenfoods.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-13T12:33:51+00:00","acceptedAt":"2023-07-13T12:33:51+00:00","userId":594,"lastUpdatedAt":"2023-07-13T12:33:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":433,"invite_data":{"id":449,"partnerId":433,"sendViaEmail":false,"email":"kris.seyen@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-14T09:14:49+00:00","acceptedAt":"2023-07-14T09:14:49+00:00","userId":596,"lastUpdatedAt":"2023-07-14T09:14:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":428,"invite_data":{"id":451,"partnerId":428,"sendViaEmail":true,"email":"singhravi1998@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-14T21:36:06+00:00","acceptedAt":"2023-07-14T21:36:06+00:00","userId":586,"lastUpdatedAt":"2023-07-21T21:09:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":452,"partnerId":423,"sendViaEmail":true,"email":"nicocools.nc@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-18T12:22:52+00:00","acceptedAt":"2023-07-18T12:22:52+00:00","userId":599,"lastUpdatedAt":"2023-07-18T12:22:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":453,"partnerId":423,"sendViaEmail":false,"email":"kurtfanton33@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-18T12:24:15+00:00","acceptedAt":"2023-07-18T12:24:15+00:00","userId":600,"lastUpdatedAt":"2023-07-18T12:24:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":436,"invite_data":{"id":456,"partnerId":436,"sendViaEmail":true,"email":"olivier.vanheghe@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-20T13:44:44+00:00","acceptedAt":"2023-07-20T13:44:44+00:00","userId":584,"lastUpdatedAt":"2023-07-20T13:44:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":457,"partnerId":58,"sendViaEmail":false,"email":"j.davidse@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-20T15:12:05+00:00","acceptedAt":"2023-07-20T15:12:05+00:00","userId":604,"lastUpdatedAt":"2023-09-27T13:00:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":458,"partnerId":20,"sendViaEmail":false,"email":"stijn.geukens@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-24T09:31:55+00:00","acceptedAt":"2023-07-24T09:31:55+00:00","userId":607,"lastUpdatedAt":"2023-07-24T09:31:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":438,"invite_data":{"id":459,"partnerId":438,"sendViaEmail":true,"email":"geert_spranghers@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-26T12:23:39+00:00","acceptedAt":"2023-07-26T12:23:39+00:00","userId":610,"lastUpdatedAt":"2023-12-07T10:31:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":439,"invite_data":{"id":460,"partnerId":439,"sendViaEmail":false,"email":"linda.rutten1964@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-26T12:35:08+00:00","acceptedAt":"2023-07-26T12:35:08+00:00","userId":611,"lastUpdatedAt":"2023-07-26T12:35:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":440,"invite_data":{"id":461,"partnerId":440,"sendViaEmail":true,"email":"fen.celis@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-27T08:06:52+00:00","acceptedAt":"2023-07-27T08:06:52+00:00","userId":346,"lastUpdatedAt":"2023-07-27T08:06:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":441,"invite_data":{"id":462,"partnerId":441,"sendViaEmail":false,"email":"desutter.peter@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-27T10:00:26+00:00","acceptedAt":"2023-07-27T10:00:26+00:00","userId":612,"lastUpdatedAt":"2024-02-16T07:26:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":437,"invite_data":{"id":463,"partnerId":437,"sendViaEmail":false,"email":"Info@ROSC-Consulting.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-27T12:51:57+00:00","acceptedAt":"2023-07-27T12:51:57+00:00","userId":614,"lastUpdatedAt":"2023-07-27T12:51:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":464,"partnerId":20,"sendViaEmail":false,"email":"patrick.boeckx@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-07-31T15:11:44+00:00","acceptedAt":"2023-07-31T15:11:44+00:00","userId":616,"lastUpdatedAt":"2023-07-31T15:11:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":465,"partnerId":240,"sendViaEmail":false,"email":"claudiaderoover@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-01T13:42:53+00:00","acceptedAt":"2023-08-01T13:42:53+00:00","userId":618,"lastUpdatedAt":"2023-08-01T13:42:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":466,"partnerId":240,"sendViaEmail":false,"email":"thomasderous@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-01T13:48:11+00:00","acceptedAt":"2023-08-01T13:48:11+00:00","userId":619,"lastUpdatedAt":"2023-08-01T13:48:11+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":467,"partnerId":240,"sendViaEmail":false,"email":"casbuffel@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-01T13:53:26+00:00","acceptedAt":"2023-08-01T13:53:26+00:00","userId":620,"lastUpdatedAt":"2023-08-01T13:53:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":442,"invite_data":{"id":468,"partnerId":442,"sendViaEmail":false,"email":"demeybarbara@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-02T15:00:47+00:00","acceptedAt":"2023-08-02T15:00:47+00:00","userId":621,"lastUpdatedAt":"2023-08-02T15:00:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":449,"invite_data":{"id":469,"partnerId":449,"sendViaEmail":false,"email":"ngtechnics@outlook.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-03T10:16:51+00:00","acceptedAt":"2023-08-03T10:16:51+00:00","userId":623,"lastUpdatedAt":"2023-08-03T10:16:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":450,"invite_data":{"id":470,"partnerId":450,"sendViaEmail":false,"email":"frederik.soffers@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-03T10:35:10+00:00","acceptedAt":"2023-08-03T10:35:10+00:00","userId":624,"lastUpdatedAt":"2023-08-03T10:35:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":471,"partnerId":20,"sendViaEmail":false,"email":"olivier.penning@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-03T10:44:19+00:00","acceptedAt":"2023-08-03T10:44:19+00:00","userId":625,"lastUpdatedAt":"2023-08-03T10:44:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":472,"partnerId":20,"sendViaEmail":false,"email":"brecht.fonck@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-03T11:08:45+00:00","acceptedAt":"2023-08-03T11:08:45+00:00","userId":626,"lastUpdatedAt":"2023-08-03T11:08:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":311,"invite_data":{"id":473,"partnerId":311,"sendViaEmail":false,"email":"martine@vadigran.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-03T11:15:48+00:00","acceptedAt":"2023-08-03T11:15:48+00:00","userId":627,"lastUpdatedAt":"2023-08-03T11:15:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":451,"invite_data":{"id":474,"partnerId":451,"sendViaEmail":false,"email":"karel@meubelen-jonckheere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-03T14:21:38+00:00","acceptedAt":"2023-08-03T14:21:38+00:00","userId":628,"lastUpdatedAt":"2023-12-03T19:03:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":452,"invite_data":{"id":475,"partnerId":452,"sendViaEmail":true,"email":"pierre.poelmans@poelmans.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-07T07:51:26+00:00","acceptedAt":"2023-08-07T07:51:26+00:00","userId":550,"lastUpdatedAt":"2023-08-07T07:51:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":453,"invite_data":{"id":480,"partnerId":453,"sendViaEmail":true,"email":"citgezsamy@gmail.com","language":"fr","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-16T13:37:36+00:00","acceptedAt":"2023-08-16T13:37:36+00:00","userId":640,"lastUpdatedAt":"2023-08-16T13:37:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":455,"invite_data":{"id":484,"partnerId":455,"sendViaEmail":true,"email":"ivana@live.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-17T08:33:08+00:00","acceptedAt":"2023-08-17T08:33:08+00:00","userId":641,"lastUpdatedAt":"2023-08-17T08:33:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":456,"invite_data":{"id":486,"partnerId":456,"sendViaEmail":true,"email":"kevin.van.cortenberg@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-17T11:02:50+00:00","acceptedAt":"2023-08-17T11:02:50+00:00","userId":642,"lastUpdatedAt":"2023-08-17T11:02:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":458,"invite_data":{"id":487,"partnerId":458,"sendViaEmail":true,"email":"johnny@tc-alv.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-25T08:38:41+00:00","acceptedAt":"2023-08-25T08:38:41+00:00","userId":633,"lastUpdatedAt":"2023-08-25T08:38:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":460,"invite_data":{"id":488,"partnerId":460,"sendViaEmail":false,"email":"joris.deconinck@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-25T09:17:51+00:00","acceptedAt":"2023-08-25T09:17:51+00:00","userId":647,"lastUpdatedAt":"2023-08-25T09:17:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":461,"invite_data":{"id":489,"partnerId":461,"sendViaEmail":true,"email":"info@dekinesist.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-28T10:23:19+00:00","acceptedAt":"2023-08-28T10:23:19+00:00","userId":638,"lastUpdatedAt":"2023-08-28T10:23:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":332,"invite_data":{"id":490,"partnerId":332,"sendViaEmail":true,"email":"m.vandewiel@profilan.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-08-28T13:28:06+00:00","acceptedAt":"2023-08-28T13:28:06+00:00","userId":378,"lastUpdatedAt":"2023-08-28T13:28:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":465,"invite_data":{"id":491,"partnerId":465,"sendViaEmail":false,"email":"dimitrijoseph@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-01T13:29:06+00:00","acceptedAt":"2023-09-01T13:29:06+00:00","userId":650,"lastUpdatedAt":"2023-09-01T13:29:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":467,"invite_data":{"id":493,"partnerId":467,"sendViaEmail":false,"email":"welcome@casadekama.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-04T14:03:30+00:00","acceptedAt":"2023-09-04T14:03:30+00:00","userId":655,"lastUpdatedAt":"2023-09-04T14:03:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":468,"invite_data":{"id":494,"partnerId":468,"sendViaEmail":false,"email":"daniel@bme.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-04T14:30:07+00:00","acceptedAt":"2023-09-04T14:30:07+00:00","userId":656,"lastUpdatedAt":"2023-11-27T11:21:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":469,"invite_data":{"id":495,"partnerId":469,"sendViaEmail":true,"email":"geert.nobels@genoly.biz","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-06T08:13:45+00:00","acceptedAt":"2023-09-06T08:13:45+00:00","userId":657,"lastUpdatedAt":"2023-09-06T08:13:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":471,"invite_data":{"id":496,"partnerId":471,"sendViaEmail":false,"email":"worldline@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-09-08T11:36:59+00:00","acceptedAt":"2023-09-08T11:36:59+00:00","userId":658,"lastUpdatedAt":"2023-11-23T10:00:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":472,"invite_data":{"id":497,"partnerId":472,"sendViaEmail":true,"email":"Nabil.Tazit@arch-teco.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-11T07:27:46+00:00","acceptedAt":"2023-09-11T07:27:46+00:00","userId":660,"lastUpdatedAt":"2023-09-11T07:27:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":411,"invite_data":{"id":498,"partnerId":411,"sendViaEmail":true,"email":"marc.borghers@icloud.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-12T07:30:28+00:00","acceptedAt":"2023-09-12T07:30:28+00:00","userId":539,"lastUpdatedAt":"2023-09-12T07:30:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":464,"invite_data":{"id":499,"partnerId":464,"sendViaEmail":true,"email":"karadakicangela@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-13T07:53:05+00:00","acceptedAt":"2023-09-13T07:53:05+00:00","userId":632,"lastUpdatedAt":"2023-09-13T07:53:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":91,"invite_data":{"id":500,"partnerId":91,"sendViaEmail":true,"email":"lykle@roosjen.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-15T13:10:41+00:00","acceptedAt":"2023-09-15T13:10:42+00:00","userId":222,"lastUpdatedAt":"2023-09-15T13:10:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":454,"invite_data":{"id":501,"partnerId":454,"sendViaEmail":true,"email":"marinadenijs@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-20T09:50:13+00:00","acceptedAt":"2023-09-20T09:50:13+00:00","userId":639,"lastUpdatedAt":"2023-09-20T09:50:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":474,"invite_data":{"id":502,"partnerId":474,"sendViaEmail":false,"email":"mark.proost@live.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-20T09:52:36+00:00","acceptedAt":"2023-09-20T09:52:36+00:00","userId":666,"lastUpdatedAt":"2023-09-20T09:52:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":298,"invite_data":{"id":503,"partnerId":298,"sendViaEmail":false,"email":"Sylvester@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-22T08:35:27+00:00","acceptedAt":"2023-09-22T08:35:27+00:00","userId":668,"lastUpdatedAt":"2023-09-22T08:35:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":475,"invite_data":{"id":504,"partnerId":475,"sendViaEmail":false,"email":"patrimonium@lievegem.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-22T08:57:22+00:00","acceptedAt":"2023-09-22T08:57:22+00:00","userId":669,"lastUpdatedAt":"2024-02-21T09:27:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":505,"partnerId":20,"sendViaEmail":false,"email":"pascal.meyvaert@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-22T10:18:25+00:00","acceptedAt":"2023-09-22T10:18:25+00:00","userId":670,"lastUpdatedAt":"2023-09-22T10:18:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":477,"invite_data":{"id":506,"partnerId":477,"sendViaEmail":true,"email":"harry@deappelboom.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-25T09:32:14+00:00","acceptedAt":"2023-09-25T09:32:15+00:00","userId":653,"lastUpdatedAt":"2023-09-25T09:32:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":478,"invite_data":{"id":507,"partnerId":478,"sendViaEmail":false,"email":"aster.roelandt@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-25T10:28:42+00:00","acceptedAt":"2023-09-25T10:28:42+00:00","userId":671,"lastUpdatedAt":"2023-09-25T10:28:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":479,"invite_data":{"id":508,"partnerId":479,"sendViaEmail":false,"email":"kim_ingelbrecht@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-25T12:46:42+00:00","acceptedAt":"2023-09-25T12:46:42+00:00","userId":672,"lastUpdatedAt":"2023-09-25T12:46:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":509,"partnerId":240,"sendViaEmail":false,"email":"sofieverheyden@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-25T13:26:04+00:00","acceptedAt":"2023-09-25T13:26:04+00:00","userId":673,"lastUpdatedAt":"2023-09-25T13:26:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":480,"invite_data":{"id":510,"partnerId":480,"sendViaEmail":false,"email":"payconiq@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-26T09:55:33+00:00","acceptedAt":"2023-09-26T09:55:33+00:00","userId":674,"lastUpdatedAt":"2023-09-26T09:55:33+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":481,"invite_data":{"id":511,"partnerId":481,"sendViaEmail":false,"email":"yacine.zine@wyzeconsulting.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-26T12:30:40+00:00","acceptedAt":"2023-09-26T12:30:40+00:00","userId":675,"lastUpdatedAt":"2023-09-26T12:30:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":483,"invite_data":{"id":512,"partnerId":483,"sendViaEmail":false,"email":"Guy.VanderSande@VDS-Solutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-09-29T11:07:54+00:00","acceptedAt":"2023-09-29T11:07:54+00:00","userId":677,"lastUpdatedAt":"2023-09-29T11:07:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":457,"invite_data":{"id":513,"partnerId":457,"sendViaEmail":true,"email":"tim.mammarella@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-03T11:00:13+00:00","acceptedAt":"2023-10-03T11:00:13+00:00","userId":646,"lastUpdatedAt":"2023-10-03T11:00:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":484,"invite_data":{"id":514,"partnerId":484,"sendViaEmail":true,"email":"maurice.derden@stasbelgium.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-03T12:10:36+00:00","acceptedAt":"2023-10-03T12:10:36+00:00","userId":680,"lastUpdatedAt":"2023-10-03T12:10:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":484,"invite_data":{"id":515,"partnerId":484,"sendViaEmail":false,"email":"kristof.stas@stasbelgium.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-04T09:14:24+00:00","acceptedAt":"2023-10-04T09:14:24+00:00","userId":681,"lastUpdatedAt":"2023-10-04T09:14:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":292,"invite_data":{"id":516,"partnerId":292,"sendViaEmail":false,"email":"info@hotel-st-janshof.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-04T13:39:38+00:00","acceptedAt":"2023-10-04T13:39:38+00:00","userId":683,"lastUpdatedAt":"2023-10-04T13:39:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":485,"invite_data":{"id":517,"partnerId":485,"sendViaEmail":true,"email":"myriamwaegenaar@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-06T12:38:25+00:00","acceptedAt":"2023-10-06T12:38:25+00:00","userId":569,"lastUpdatedAt":"2023-10-06T12:38:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":486,"invite_data":{"id":518,"partnerId":486,"sendViaEmail":true,"email":"myriamwaegenaar@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-06T12:41:24+00:00","acceptedAt":"2023-10-06T12:41:24+00:00","userId":569,"lastUpdatedAt":"2023-10-06T12:41:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":347,"invite_data":{"id":519,"partnerId":347,"sendViaEmail":true,"email":"degrooteanja@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-06T18:08:12+00:00","acceptedAt":"2023-10-06T18:08:12+00:00","userId":467,"lastUpdatedAt":"2023-10-06T18:08:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":487,"invite_data":{"id":520,"partnerId":487,"sendViaEmail":false,"email":"david.ottoy@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-10T10:48:09+00:00","acceptedAt":"2023-10-10T10:48:09+00:00","userId":690,"lastUpdatedAt":"2023-10-10T10:48:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":488,"invite_data":{"id":521,"partnerId":488,"sendViaEmail":false,"email":"info@cammaertbvba.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-11T11:22:17+00:00","acceptedAt":"2023-10-11T11:22:17+00:00","userId":692,"lastUpdatedAt":"2023-10-11T11:22:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":490,"invite_data":{"id":524,"partnerId":490,"sendViaEmail":false,"email":"maurits.voormolen@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-13T08:58:40+00:00","acceptedAt":"2023-10-13T08:58:40+00:00","userId":696,"lastUpdatedAt":"2023-10-13T08:58:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":491,"invite_data":{"id":525,"partnerId":491,"sendViaEmail":false,"email":"ann.mortier@sezz.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-13T09:07:33+00:00","acceptedAt":"2023-10-13T09:07:33+00:00","userId":697,"lastUpdatedAt":"2023-10-13T09:07:33+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":526,"partnerId":20,"sendViaEmail":false,"email":"lieve.geukens@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-13T12:19:17+00:00","acceptedAt":"2023-10-13T12:19:17+00:00","userId":698,"lastUpdatedAt":"2023-10-13T12:19:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":527,"partnerId":20,"sendViaEmail":false,"email":"raf.theunis@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-13T14:56:05+00:00","acceptedAt":"2023-10-13T14:56:05+00:00","userId":699,"lastUpdatedAt":"2023-10-13T14:56:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":529,"partnerId":240,"sendViaEmail":false,"email":"dieterlauwers@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-19T13:11:19+00:00","acceptedAt":"2023-10-19T13:11:19+00:00","userId":706,"lastUpdatedAt":"2023-10-19T13:11:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":498,"invite_data":{"id":531,"partnerId":498,"sendViaEmail":true,"email":"Info@agathea.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-27T14:15:41+00:00","acceptedAt":"2023-10-27T14:15:41+00:00","userId":716,"lastUpdatedAt":"2023-10-27T14:15:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":451,"invite_data":{"id":532,"partnerId":451,"sendViaEmail":false,"email":"jos@meubelen-jonckheere.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-30T08:03:34+00:00","acceptedAt":"2023-10-30T08:03:34+00:00","userId":719,"lastUpdatedAt":"2023-10-30T08:03:34+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":485,"invite_data":{"id":533,"partnerId":485,"sendViaEmail":false,"email":"liliane@newline.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-30T10:09:36+00:00","acceptedAt":"2023-10-30T10:09:36+00:00","userId":720,"lastUpdatedAt":"2023-10-30T10:09:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":534,"partnerId":20,"sendViaEmail":false,"email":"gino.debruyne@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-31T11:19:22+00:00","acceptedAt":"2023-10-31T11:19:22+00:00","userId":721,"lastUpdatedAt":"2023-10-31T11:19:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":499,"invite_data":{"id":536,"partnerId":499,"sendViaEmail":true,"email":"petra-vanderstraeten@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-10-31T13:48:13+00:00","acceptedAt":"2023-10-31T13:48:14+00:00","userId":723,"lastUpdatedAt":"2023-10-31T13:48:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":537,"partnerId":20,"sendViaEmail":true,"email":"levi.gooris@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-02T13:14:13+00:00","acceptedAt":"2023-11-02T13:14:13+00:00","userId":728,"lastUpdatedAt":"2023-11-02T13:14:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":501,"invite_data":{"id":538,"partnerId":501,"sendViaEmail":false,"email":"Els.verlinden@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-03T13:24:04+00:00","acceptedAt":"2023-11-03T13:24:04+00:00","userId":729,"lastUpdatedAt":"2023-11-03T13:24:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":539,"partnerId":423,"sendViaEmail":true,"email":"johanbaeten1@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-09T12:55:19+00:00","acceptedAt":"2023-11-09T12:55:19+00:00","userId":739,"lastUpdatedAt":"2023-11-09T12:55:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":540,"partnerId":423,"sendViaEmail":false,"email":"pascal_b27@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-09T13:01:12+00:00","acceptedAt":"2023-11-09T13:01:12+00:00","userId":740,"lastUpdatedAt":"2023-11-09T13:01:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":541,"partnerId":423,"sendViaEmail":false,"email":"jimmybrouckaert@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-09T13:06:40+00:00","acceptedAt":"2023-11-09T13:06:40+00:00","userId":741,"lastUpdatedAt":"2023-11-09T13:06:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":504,"invite_data":{"id":542,"partnerId":504,"sendViaEmail":true,"email":"nathalie.scheppers@xemex.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-10T09:52:09+00:00","acceptedAt":"2023-11-10T09:52:09+00:00","userId":727,"lastUpdatedAt":"2023-11-10T09:52:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":505,"invite_data":{"id":543,"partnerId":505,"sendViaEmail":false,"email":"stijn.bogaerts@outlook.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-10T14:23:12+00:00","acceptedAt":"2023-11-10T14:23:12+00:00","userId":743,"lastUpdatedAt":"2023-11-10T14:23:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":506,"invite_data":{"id":544,"partnerId":506,"sendViaEmail":false,"email":"jdewitjoris.chem@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-10T14:56:38+00:00","acceptedAt":"2023-11-10T14:56:38+00:00","userId":744,"lastUpdatedAt":"2023-11-10T14:56:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":73,"invite_data":{"id":545,"partnerId":73,"sendViaEmail":true,"email":"kurtcoene@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-10T19:33:11+00:00","acceptedAt":"2023-11-10T19:33:11+00:00","userId":55,"lastUpdatedAt":"2023-11-10T19:33:11+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":546,"partnerId":423,"sendViaEmail":false,"email":"petercamps@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T11:36:50+00:00","acceptedAt":"2023-11-13T11:36:50+00:00","userId":745,"lastUpdatedAt":"2023-11-13T11:36:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":547,"partnerId":423,"sendViaEmail":false,"email":"tommycorri@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T11:44:56+00:00","acceptedAt":"2023-11-13T11:44:56+00:00","userId":746,"lastUpdatedAt":"2023-11-13T11:44:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":548,"partnerId":423,"sendViaEmail":false,"email":"jimmycorrias@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T11:52:18+00:00","acceptedAt":"2023-11-13T11:52:18+00:00","userId":747,"lastUpdatedAt":"2023-11-13T11:52:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":549,"partnerId":423,"sendViaEmail":false,"email":"geert.debing@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T11:59:30+00:00","acceptedAt":"2023-11-13T11:59:30+00:00","userId":748,"lastUpdatedAt":"2023-11-13T11:59:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":550,"partnerId":423,"sendViaEmail":false,"email":"jdegol@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T12:44:19+00:00","acceptedAt":"2023-11-13T12:44:19+00:00","userId":749,"lastUpdatedAt":"2023-11-13T12:44:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":551,"partnerId":423,"sendViaEmail":false,"email":"filip_doucet@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T12:49:59+00:00","acceptedAt":"2023-11-13T12:49:59+00:00","userId":750,"lastUpdatedAt":"2023-11-13T12:49:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":552,"partnerId":423,"sendViaEmail":false,"email":"youssefelballata@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T12:55:45+00:00","acceptedAt":"2023-11-13T12:55:45+00:00","userId":751,"lastUpdatedAt":"2023-11-13T12:55:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":553,"partnerId":423,"sendViaEmail":false,"email":"timothy.geboers@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:00:39+00:00","acceptedAt":"2023-11-13T13:00:39+00:00","userId":752,"lastUpdatedAt":"2023-11-13T13:00:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":554,"partnerId":423,"sendViaEmail":false,"email":"rob.geebelen@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:06:58+00:00","acceptedAt":"2023-11-13T13:06:58+00:00","userId":753,"lastUpdatedAt":"2023-11-13T13:06:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":555,"partnerId":423,"sendViaEmail":false,"email":"bmppeters@home.nl","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:09:52+00:00","acceptedAt":"2023-11-13T13:09:52+00:00","userId":754,"lastUpdatedAt":"2023-11-13T13:09:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":556,"partnerId":423,"sendViaEmail":false,"email":"mouloud.iday@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:14:53+00:00","acceptedAt":"2023-11-13T13:14:53+00:00","userId":755,"lastUpdatedAt":"2023-11-13T13:14:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":557,"partnerId":423,"sendViaEmail":false,"email":"christian.jehaes@live.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:17:26+00:00","acceptedAt":"2023-11-13T13:17:26+00:00","userId":756,"lastUpdatedAt":"2023-11-13T13:17:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":558,"partnerId":423,"sendViaEmail":false,"email":"mark@markata.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:18:53+00:00","acceptedAt":"2023-11-13T13:18:53+00:00","userId":757,"lastUpdatedAt":"2023-11-13T13:18:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":559,"partnerId":423,"sendViaEmail":false,"email":"ozkan.yasar@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:29:51+00:00","acceptedAt":"2023-11-13T13:29:51+00:00","userId":758,"lastUpdatedAt":"2023-11-13T13:29:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":560,"partnerId":423,"sendViaEmail":false,"email":"bkusters1980@icloud.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:31:38+00:00","acceptedAt":"2023-11-13T13:31:38+00:00","userId":759,"lastUpdatedAt":"2023-11-13T13:31:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":561,"partnerId":423,"sendViaEmail":false,"email":"serge.persoons1@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:33:10+00:00","acceptedAt":"2023-11-13T13:33:10+00:00","userId":760,"lastUpdatedAt":"2023-11-13T13:33:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":562,"partnerId":423,"sendViaEmail":false,"email":"Pepelsjoey@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:38:35+00:00","acceptedAt":"2023-11-13T13:38:35+00:00","userId":761,"lastUpdatedAt":"2023-11-13T13:38:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":563,"partnerId":423,"sendViaEmail":false,"email":"mauro.rossi33@outlook.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:39:03+00:00","acceptedAt":"2023-11-13T13:39:03+00:00","userId":762,"lastUpdatedAt":"2023-11-13T13:39:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":564,"partnerId":423,"sendViaEmail":false,"email":"savelkouls_roy@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:43:49+00:00","acceptedAt":"2023-11-13T13:43:49+00:00","userId":763,"lastUpdatedAt":"2023-11-13T13:43:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":565,"partnerId":423,"sendViaEmail":false,"email":"erik-s@live.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:47:55+00:00","acceptedAt":"2023-11-13T13:47:55+00:00","userId":764,"lastUpdatedAt":"2023-11-13T13:47:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":566,"partnerId":423,"sendViaEmail":false,"email":"bjorn.timmermans113@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:50:59+00:00","acceptedAt":"2023-11-13T13:50:59+00:00","userId":765,"lastUpdatedAt":"2023-11-13T13:50:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":567,"partnerId":423,"sendViaEmail":false,"email":"dirk_reyskens@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:51:46+00:00","acceptedAt":"2023-11-13T13:51:46+00:00","userId":766,"lastUpdatedAt":"2023-11-13T13:51:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":568,"partnerId":423,"sendViaEmail":false,"email":"gijsvangoethem@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:58:45+00:00","acceptedAt":"2023-11-13T13:58:45+00:00","userId":767,"lastUpdatedAt":"2023-11-13T13:58:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":569,"partnerId":423,"sendViaEmail":false,"email":"sertacc66@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T13:58:51+00:00","acceptedAt":"2023-11-13T13:58:51+00:00","userId":768,"lastUpdatedAt":"2023-11-13T13:58:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":570,"partnerId":423,"sendViaEmail":false,"email":"stijn_vandermeulen@msn.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T14:03:37+00:00","acceptedAt":"2023-11-13T14:03:37+00:00","userId":769,"lastUpdatedAt":"2023-11-13T14:03:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":571,"partnerId":423,"sendViaEmail":false,"email":"rudi.vandeweyer1@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T14:05:26+00:00","acceptedAt":"2023-11-13T14:05:26+00:00","userId":770,"lastUpdatedAt":"2023-11-13T14:05:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":572,"partnerId":423,"sendViaEmail":false,"email":"kenny.walis@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T14:11:28+00:00","acceptedAt":"2023-11-13T14:11:28+00:00","userId":771,"lastUpdatedAt":"2023-11-13T14:11:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":573,"partnerId":423,"sendViaEmail":false,"email":"joris.willems@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T14:21:50+00:00","acceptedAt":"2023-11-13T14:21:50+00:00","userId":772,"lastUpdatedAt":"2023-11-23T08:22:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":574,"partnerId":423,"sendViaEmail":false,"email":"tim.zeelmaekers@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T14:37:31+00:00","acceptedAt":"2023-11-13T14:37:31+00:00","userId":773,"lastUpdatedAt":"2023-11-13T14:37:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":507,"invite_data":{"id":575,"partnerId":507,"sendViaEmail":true,"email":"anke.spannenburg@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-13T16:49:59+00:00","acceptedAt":"2023-11-13T16:49:59+00:00","userId":705,"lastUpdatedAt":"2023-11-13T16:49:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":508,"invite_data":{"id":576,"partnerId":508,"sendViaEmail":true,"email":"solisalesconsulting@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-11-14T08:25:21+00:00","acceptedAt":"2023-11-14T08:25:21+00:00","userId":717,"lastUpdatedAt":"2023-11-14T08:25:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":577,"partnerId":20,"sendViaEmail":false,"email":"eshun.josh@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-14T09:28:57+00:00","acceptedAt":"2023-11-14T09:28:57+00:00","userId":774,"lastUpdatedAt":"2023-11-14T09:28:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":578,"partnerId":20,"sendViaEmail":true,"email":"ivo.karremans@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-15T09:58:38+00:00","acceptedAt":"2023-11-15T09:58:38+00:00","userId":702,"lastUpdatedAt":"2023-11-15T09:58:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":509,"invite_data":{"id":579,"partnerId":509,"sendViaEmail":true,"email":"Peter@tripleaccountancy.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-15T14:44:52+00:00","acceptedAt":"2023-11-15T14:44:52+00:00","userId":777,"lastUpdatedAt":"2024-07-29T09:23:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":504,"invite_data":{"id":581,"partnerId":504,"sendViaEmail":false,"email":"wouter.mertens@xemex.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-16T10:58:44+00:00","acceptedAt":"2023-11-16T10:58:44+00:00","userId":779,"lastUpdatedAt":"2023-11-16T10:58:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":504,"invite_data":{"id":582,"partnerId":504,"sendViaEmail":false,"email":"noor.verbeke@xemex.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-16T11:24:37+00:00","acceptedAt":"2023-11-16T11:24:37+00:00","userId":780,"lastUpdatedAt":"2023-11-16T11:24:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":504,"invite_data":{"id":583,"partnerId":504,"sendViaEmail":false,"email":"bart.jonkers@xemex.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-16T11:29:40+00:00","acceptedAt":"2023-11-16T11:29:40+00:00","userId":781,"lastUpdatedAt":"2023-11-16T11:29:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":504,"invite_data":{"id":584,"partnerId":504,"sendViaEmail":true,"email":"wouter.degeyndt@xemex.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-16T11:34:52+00:00","acceptedAt":"2023-11-16T11:34:52+00:00","userId":778,"lastUpdatedAt":"2023-11-16T11:34:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":8,"invite_data":{"id":585,"partnerId":8,"sendViaEmail":false,"email":"garagejos@skynet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-17T09:43:16+00:00","acceptedAt":"2023-11-17T09:43:16+00:00","userId":792,"lastUpdatedAt":"2023-11-17T09:43:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":298,"invite_data":{"id":586,"partnerId":298,"sendViaEmail":false,"email":"jurgen@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-17T09:56:17+00:00","acceptedAt":"2023-11-17T09:56:17+00:00","userId":793,"lastUpdatedAt":"2023-11-17T09:56:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":298,"invite_data":{"id":587,"partnerId":298,"sendViaEmail":false,"email":"Carlo@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-17T10:11:45+00:00","acceptedAt":"2023-11-17T10:11:45+00:00","userId":795,"lastUpdatedAt":"2023-11-17T10:11:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":298,"invite_data":{"id":588,"partnerId":298,"sendViaEmail":false,"email":"Patrick@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-17T10:19:47+00:00","acceptedAt":"2023-11-17T10:19:47+00:00","userId":796,"lastUpdatedAt":"2023-11-17T10:19:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":589,"partnerId":423,"sendViaEmail":true,"email":"erolyildiz@hotmail.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:38:50+00:00","acceptedAt":"2023-11-20T08:38:50+00:00","userId":790,"lastUpdatedAt":"2023-11-20T08:38:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":590,"partnerId":423,"sendViaEmail":true,"email":"marco_wijman@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:42:55+00:00","acceptedAt":"2023-11-20T08:42:55+00:00","userId":789,"lastUpdatedAt":"2023-11-20T08:42:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":591,"partnerId":423,"sendViaEmail":true,"email":"hema13@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:44:15+00:00","acceptedAt":"2023-11-20T08:44:15+00:00","userId":788,"lastUpdatedAt":"2023-11-20T08:44:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":592,"partnerId":423,"sendViaEmail":true,"email":"soren_soren@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:44:58+00:00","acceptedAt":"2023-11-20T08:44:58+00:00","userId":787,"lastUpdatedAt":"2023-11-20T08:44:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":593,"partnerId":423,"sendViaEmail":true,"email":"van.rompay.marc1962@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:45:43+00:00","acceptedAt":"2023-11-20T08:45:43+00:00","userId":786,"lastUpdatedAt":"2023-11-20T08:45:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":594,"partnerId":423,"sendViaEmail":true,"email":"federicotriventi@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:46:26+00:00","acceptedAt":"2023-11-20T08:46:26+00:00","userId":785,"lastUpdatedAt":"2023-11-20T08:46:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":595,"partnerId":423,"sendViaEmail":true,"email":"rudi_thys@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:47:16+00:00","acceptedAt":"2023-11-20T08:47:16+00:00","userId":784,"lastUpdatedAt":"2023-11-20T08:47:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":596,"partnerId":423,"sendViaEmail":true,"email":"patrick-schols@skynet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T08:47:55+00:00","acceptedAt":"2023-11-20T08:47:55+00:00","userId":783,"lastUpdatedAt":"2023-11-20T08:47:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":597,"partnerId":58,"sendViaEmail":false,"email":"j.bellinga@hesse-lignal.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-20T10:57:21+00:00","acceptedAt":"2023-11-20T10:57:21+00:00","userId":802,"lastUpdatedAt":"2023-11-20T10:57:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":512,"invite_data":{"id":598,"partnerId":512,"sendViaEmail":true,"email":"mario.stm@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-21T13:50:43+00:00","acceptedAt":"2023-11-21T13:50:43+00:00","userId":804,"lastUpdatedAt":"2023-11-21T13:50:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":599,"partnerId":20,"sendViaEmail":true,"email":"joeri.devriendt@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-21T14:46:35+00:00","acceptedAt":"2023-11-21T14:46:35+00:00","userId":791,"lastUpdatedAt":"2023-11-21T14:46:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":511,"invite_data":{"id":600,"partnerId":511,"sendViaEmail":true,"email":"chantalpicqueur@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-21T16:57:39+00:00","acceptedAt":"2023-11-21T16:57:39+00:00","userId":776,"lastUpdatedAt":"2023-11-21T16:57:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":298,"invite_data":{"id":601,"partnerId":298,"sendViaEmail":false,"email":"julie@zenses.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-22T13:25:20+00:00","acceptedAt":"2023-11-22T13:25:20+00:00","userId":805,"lastUpdatedAt":"2023-11-22T13:25:20+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":603,"partnerId":20,"sendViaEmail":false,"email":"hilde.vandyck@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-23T10:42:58+00:00","acceptedAt":"2023-11-23T10:42:58+00:00","userId":807,"lastUpdatedAt":"2023-11-23T10:42:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":515,"invite_data":{"id":604,"partnerId":515,"sendViaEmail":false,"email":"facto.groep.bvba@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-23T12:56:48+00:00","acceptedAt":"2023-11-23T12:56:48+00:00","userId":808,"lastUpdatedAt":"2023-11-23T12:56:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":298,"invite_data":{"id":605,"partnerId":298,"sendViaEmail":false,"email":"thomas-rsca@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-23T14:28:30+00:00","acceptedAt":"2023-11-23T14:28:30+00:00","userId":809,"lastUpdatedAt":"2023-11-23T14:28:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":516,"invite_data":{"id":606,"partnerId":516,"sendViaEmail":false,"email":"kristiaan@meyvis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-23T15:05:52+00:00","acceptedAt":"2023-11-23T15:05:52+00:00","userId":810,"lastUpdatedAt":"2023-11-23T15:05:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":517,"invite_data":{"id":607,"partnerId":517,"sendViaEmail":false,"email":"info@droomwolkje.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-24T15:10:39+00:00","acceptedAt":"2023-11-24T15:10:39+00:00","userId":812,"lastUpdatedAt":"2023-11-24T15:10:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":440,"invite_data":{"id":608,"partnerId":440,"sendViaEmail":false,"email":"fen@blulinc.Com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-27T08:53:09+00:00","acceptedAt":"2023-11-27T08:53:09+00:00","userId":814,"lastUpdatedAt":"2023-11-27T08:53:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":468,"invite_data":{"id":609,"partnerId":468,"sendViaEmail":false,"email":"chris@bme.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-27T11:13:02+00:00","acceptedAt":"2023-11-27T11:13:02+00:00","userId":816,"lastUpdatedAt":"2023-11-27T11:13:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":468,"invite_data":{"id":610,"partnerId":468,"sendViaEmail":false,"email":"christian@bme.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-27T11:14:31+00:00","acceptedAt":"2023-11-27T11:14:31+00:00","userId":817,"lastUpdatedAt":"2023-11-27T11:14:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":519,"invite_data":{"id":611,"partnerId":519,"sendViaEmail":false,"email":"mail@cicco.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-27T11:19:58+00:00","acceptedAt":"2023-11-27T11:19:58+00:00","userId":818,"lastUpdatedAt":"2023-11-27T11:19:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":517,"invite_data":{"id":612,"partnerId":517,"sendViaEmail":false,"email":"miekederidder2007@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-27T16:14:40+00:00","acceptedAt":"2023-11-27T16:14:40+00:00","userId":822,"lastUpdatedAt":"2023-11-27T16:14:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":298,"invite_data":{"id":613,"partnerId":298,"sendViaEmail":false,"email":"kledison17@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-11-29T15:59:09+00:00","acceptedAt":"2023-11-29T15:59:09+00:00","userId":823,"lastUpdatedAt":"2023-11-29T15:59:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":520,"invite_data":{"id":614,"partnerId":520,"sendViaEmail":true,"email":"brigitte.brams@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-04T09:35:59+00:00","acceptedAt":"2023-12-04T09:35:59+00:00","userId":831,"lastUpdatedAt":"2023-12-04T09:35:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":346,"invite_data":{"id":615,"partnerId":346,"sendViaEmail":true,"email":"userpincet@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-06T09:19:18+00:00","acceptedAt":"2023-12-06T09:19:18+00:00","userId":833,"lastUpdatedAt":"2023-12-06T09:19:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":517,"invite_data":{"id":616,"partnerId":517,"sendViaEmail":false,"email":"svenloman@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-06T11:45:16+00:00","acceptedAt":"2023-12-06T11:45:16+00:00","userId":837,"lastUpdatedAt":"2023-12-06T11:45:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":218,"invite_data":{"id":617,"partnerId":218,"sendViaEmail":true,"email":"it@diabetes.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-07T15:26:46+00:00","acceptedAt":"2023-12-07T15:26:46+00:00","userId":236,"lastUpdatedAt":"2023-12-07T15:26:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":218,"invite_data":{"id":618,"partnerId":218,"sendViaEmail":true,"email":"thierry.regniers@diabetes.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-07T15:27:14+00:00","acceptedAt":"2023-12-07T15:27:14+00:00","userId":233,"lastUpdatedAt":"2023-12-07T15:27:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":354,"invite_data":{"id":619,"partnerId":354,"sendViaEmail":true,"email":"jan.decancq@btciveco.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-08T13:53:16+00:00","acceptedAt":"2023-12-08T13:53:16+00:00","userId":838,"lastUpdatedAt":"2023-12-08T13:56:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":620,"partnerId":20,"sendViaEmail":false,"email":"sergio.lopescosta@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-12T08:35:07+00:00","acceptedAt":"2023-12-12T08:35:07+00:00","userId":842,"lastUpdatedAt":"2023-12-12T08:35:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":621,"partnerId":20,"sendViaEmail":false,"email":"Ilse.eyckmans@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-12T10:00:45+00:00","acceptedAt":"2023-12-12T10:00:45+00:00","userId":843,"lastUpdatedAt":"2024-03-05T17:57:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":522,"invite_data":{"id":622,"partnerId":522,"sendViaEmail":true,"email":"krista.buts@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-14T13:14:05+00:00","acceptedAt":"2023-12-14T13:14:05+00:00","userId":737,"lastUpdatedAt":"2023-12-14T13:14:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":623,"partnerId":20,"sendViaEmail":false,"email":"bjorn.dupont@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-14T14:33:59+00:00","acceptedAt":"2023-12-14T14:33:59+00:00","userId":846,"lastUpdatedAt":"2023-12-14T14:33:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":513,"invite_data":{"id":624,"partnerId":513,"sendViaEmail":false,"email":"ronny.baetens@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-18T10:28:23+00:00","acceptedAt":"2023-12-18T10:28:23+00:00","userId":851,"lastUpdatedAt":"2023-12-18T10:28:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":625,"partnerId":20,"sendViaEmail":false,"email":"joppe.decock@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-19T09:24:49+00:00","acceptedAt":"2023-12-19T09:24:49+00:00","userId":855,"lastUpdatedAt":"2023-12-19T09:24:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":626,"partnerId":240,"sendViaEmail":false,"email":"elisabethwiels@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-19T09:27:36+00:00","acceptedAt":"2023-12-19T09:27:36+00:00","userId":856,"lastUpdatedAt":"2023-12-19T09:27:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":524,"invite_data":{"id":627,"partnerId":524,"sendViaEmail":false,"email":"julie@lessoeurs.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2023-12-20T11:46:51+00:00","acceptedAt":"2023-12-20T11:46:51+00:00","userId":859,"lastUpdatedAt":"2023-12-20T11:46:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":525,"invite_data":{"id":628,"partnerId":525,"sendViaEmail":false,"email":"waldrik.pavoni@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-21T10:50:30+00:00","acceptedAt":"2023-12-21T10:50:30+00:00","userId":860,"lastUpdatedAt":"2023-12-21T10:50:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":526,"invite_data":{"id":629,"partnerId":526,"sendViaEmail":false,"email":"kari_borms@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-21T15:43:21+00:00","acceptedAt":"2023-12-21T15:43:21+00:00","userId":862,"lastUpdatedAt":"2023-12-21T15:43:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":630,"partnerId":528,"sendViaEmail":true,"email":"Eline@recruitrlab.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-22T13:56:59+00:00","acceptedAt":"2023-12-22T13:56:59+00:00","userId":863,"lastUpdatedAt":"2023-12-22T13:56:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":631,"partnerId":528,"sendViaEmail":false,"email":"simon@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-22T13:58:26+00:00","acceptedAt":"2023-12-22T13:58:26+00:00","userId":864,"lastUpdatedAt":"2023-12-22T13:58:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":529,"invite_data":{"id":632,"partnerId":529,"sendViaEmail":true,"email":"marco.pauwels333@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-28T11:10:07+00:00","acceptedAt":"2023-12-28T11:10:07+00:00","userId":865,"lastUpdatedAt":"2023-12-28T11:10:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":531,"invite_data":{"id":633,"partnerId":531,"sendViaEmail":false,"email":"eimerscollin@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2023-12-29T10:45:48+00:00","acceptedAt":"2023-12-29T10:45:48+00:00","userId":876,"lastUpdatedAt":"2023-12-29T10:45:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":534,"invite_data":{"id":634,"partnerId":534,"sendViaEmail":true,"email":"nik.voets@icloud.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-08T15:45:54+00:00","acceptedAt":"2024-01-08T15:45:54+00:00","userId":803,"lastUpdatedAt":"2024-01-08T15:45:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":537,"invite_data":{"id":635,"partnerId":537,"sendViaEmail":false,"email":"info@imasvastgoed.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-12T08:12:52+00:00","acceptedAt":"2024-01-12T08:12:52+00:00","userId":893,"lastUpdatedAt":"2024-01-12T08:12:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":523,"invite_data":{"id":636,"partnerId":523,"sendViaEmail":false,"email":"k_berghmans@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-12T08:33:42+00:00","acceptedAt":"2024-01-12T08:33:42+00:00","userId":894,"lastUpdatedAt":"2024-01-12T08:33:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":535,"invite_data":{"id":637,"partnerId":535,"sendViaEmail":true,"email":"info@gerdschelfhout.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-15T08:16:05+00:00","acceptedAt":"2024-01-15T08:16:05+00:00","userId":693,"lastUpdatedAt":"2024-01-15T08:16:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":540,"invite_data":{"id":638,"partnerId":540,"sendViaEmail":true,"email":"koen.devalck@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-16T11:17:08+00:00","acceptedAt":"2024-01-16T11:17:08+00:00","userId":861,"lastUpdatedAt":"2024-01-16T11:17:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":538,"invite_data":{"id":639,"partnerId":538,"sendViaEmail":true,"email":"mseco@skynet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-22T13:36:51+00:00","acceptedAt":"2024-01-22T13:36:51+00:00","userId":835,"lastUpdatedAt":"2024-01-22T13:36:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":546,"invite_data":{"id":640,"partnerId":546,"sendViaEmail":false,"email":"joachim.alvarez@inlightbv.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-25T13:53:55+00:00","acceptedAt":"2024-01-25T13:53:55+00:00","userId":909,"lastUpdatedAt":"2024-01-25T13:53:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":518,"invite_data":{"id":641,"partnerId":518,"sendViaEmail":true,"email":"wielandvanminnen@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-25T16:00:01+00:00","acceptedAt":"2024-01-25T16:00:01+00:00","userId":689,"lastUpdatedAt":"2024-01-25T16:00:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":642,"partnerId":423,"sendViaEmail":false,"email":"thijs.reynaerts@skynet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-26T09:56:51+00:00","acceptedAt":"2024-01-26T09:56:51+00:00","userId":910,"lastUpdatedAt":"2024-01-26T09:56:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":643,"partnerId":423,"sendViaEmail":false,"email":"Carl.nys@madolex.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-26T10:27:08+00:00","acceptedAt":"2024-01-26T10:27:08+00:00","userId":911,"lastUpdatedAt":"2024-01-26T10:27:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":297,"invite_data":{"id":644,"partnerId":297,"sendViaEmail":false,"email":"t.vermeiren@hamiltonbright.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-26T14:05:09+00:00","acceptedAt":"2024-01-26T14:05:09+00:00","userId":912,"lastUpdatedAt":"2024-01-26T14:05:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":547,"invite_data":{"id":645,"partnerId":547,"sendViaEmail":true,"email":"lucwils@hotmail.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-26T16:26:48+00:00","acceptedAt":"2024-01-26T16:26:48+00:00","userId":907,"lastUpdatedAt":"2024-01-26T16:26:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":545,"invite_data":{"id":646,"partnerId":545,"sendViaEmail":true,"email":"dries@ddmservices.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-28T08:55:21+00:00","acceptedAt":"2024-01-28T08:55:21+00:00","userId":914,"lastUpdatedAt":"2024-01-28T08:55:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":647,"partnerId":20,"sendViaEmail":false,"email":"Jef.daems@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-29T10:13:07+00:00","acceptedAt":"2024-01-29T10:13:07+00:00","userId":917,"lastUpdatedAt":"2024-01-29T10:13:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":648,"partnerId":20,"sendViaEmail":false,"email":"juan.perez@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-01-29T11:02:42+00:00","acceptedAt":"2024-01-29T11:02:42+00:00","userId":918,"lastUpdatedAt":"2024-01-29T11:02:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":650,"partnerId":20,"sendViaEmail":false,"email":"kim.mathyssen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-02T09:52:45+00:00","acceptedAt":"2024-02-02T09:52:45+00:00","userId":925,"lastUpdatedAt":"2024-02-02T09:52:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":541,"invite_data":{"id":651,"partnerId":541,"sendViaEmail":true,"email":"tom@3trade.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-02T17:56:31+00:00","acceptedAt":"2024-02-02T17:56:31+00:00","userId":713,"lastUpdatedAt":"2024-02-02T17:56:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":551,"invite_data":{"id":652,"partnerId":551,"sendViaEmail":false,"email":"bert.de.norre@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-03T11:27:21+00:00","acceptedAt":"2024-02-03T11:27:21+00:00","userId":928,"lastUpdatedAt":"2024-02-03T11:27:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":532,"invite_data":{"id":653,"partnerId":532,"sendViaEmail":false,"email":"test@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-04T10:05:30+00:00","acceptedAt":"2024-02-04T10:05:30+00:00","userId":929,"lastUpdatedAt":"2024-02-04T10:05:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":532,"invite_data":{"id":654,"partnerId":532,"sendViaEmail":false,"email":"test2@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-04T11:32:44+00:00","acceptedAt":"2024-02-04T11:32:44+00:00","userId":930,"lastUpdatedAt":"2024-02-04T11:32:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":552,"invite_data":{"id":655,"partnerId":552,"sendViaEmail":false,"email":"segolene@soriabel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T09:43:18+00:00","acceptedAt":"2024-02-05T09:43:18+00:00","userId":931,"lastUpdatedAt":"2024-02-05T09:43:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":552,"invite_data":{"id":656,"partnerId":552,"sendViaEmail":false,"email":"sabrina@soriabel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T10:06:01+00:00","acceptedAt":"2024-02-05T10:06:01+00:00","userId":932,"lastUpdatedAt":"2024-02-05T10:06:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":552,"invite_data":{"id":657,"partnerId":552,"sendViaEmail":false,"email":"bernadette@soriabel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T10:10:56+00:00","acceptedAt":"2024-02-05T10:10:56+00:00","userId":933,"lastUpdatedAt":"2024-02-05T10:10:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":552,"invite_data":{"id":658,"partnerId":552,"sendViaEmail":false,"email":"kaat@soriabel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T10:14:48+00:00","acceptedAt":"2024-02-05T10:14:48+00:00","userId":934,"lastUpdatedAt":"2024-02-05T10:14:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":659,"partnerId":20,"sendViaEmail":false,"email":"Christian.colfs@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T15:06:51+00:00","acceptedAt":"2024-02-05T15:06:51+00:00","userId":936,"lastUpdatedAt":"2024-02-05T15:06:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":660,"partnerId":423,"sendViaEmail":false,"email":"bartvanstapel48@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T15:42:09+00:00","acceptedAt":"2024-02-05T15:42:09+00:00","userId":937,"lastUpdatedAt":"2024-02-05T15:42:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":395,"invite_data":{"id":661,"partnerId":395,"sendViaEmail":false,"email":"sandra@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-05T16:49:40+00:00","acceptedAt":"2024-02-05T16:49:40+00:00","userId":938,"lastUpdatedAt":"2024-02-05T16:49:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":553,"invite_data":{"id":662,"partnerId":553,"sendViaEmail":true,"email":"timothyverpoort@icloud.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-06T08:51:44+00:00","acceptedAt":"2024-02-06T08:51:44+00:00","userId":602,"lastUpdatedAt":"2024-02-06T08:51:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":664,"partnerId":20,"sendViaEmail":false,"email":"orry.vanacker@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T09:48:33+00:00","acceptedAt":"2024-02-13T09:48:33+00:00","userId":954,"lastUpdatedAt":"2024-02-13T09:48:33+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":521,"invite_data":{"id":665,"partnerId":521,"sendViaEmail":false,"email":"tine@thefairexperts.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T11:39:35+00:00","acceptedAt":"2024-02-13T11:39:35+00:00","userId":955,"lastUpdatedAt":"2024-02-13T11:39:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":521,"invite_data":{"id":666,"partnerId":521,"sendViaEmail":false,"email":"valerie@thefairexperts.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T13:08:00+00:00","acceptedAt":"2024-02-13T13:08:00+00:00","userId":956,"lastUpdatedAt":"2024-02-13T13:08:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":521,"invite_data":{"id":667,"partnerId":521,"sendViaEmail":false,"email":"michael@thefairexperts.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T13:14:46+00:00","acceptedAt":"2024-02-13T13:14:46+00:00","userId":957,"lastUpdatedAt":"2024-02-13T13:14:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":521,"invite_data":{"id":668,"partnerId":521,"sendViaEmail":false,"email":"marc@thefairexperts.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T13:20:56+00:00","acceptedAt":"2024-02-13T13:20:56+00:00","userId":958,"lastUpdatedAt":"2024-02-13T13:20:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":521,"invite_data":{"id":669,"partnerId":521,"sendViaEmail":true,"email":"gregory.olszewski@matexpo.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T13:25:52+00:00","acceptedAt":"2024-02-13T13:25:52+00:00","userId":844,"lastUpdatedAt":"2024-02-13T13:25:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":554,"invite_data":{"id":670,"partnerId":554,"sendViaEmail":true,"email":"anja.guldner@icloud.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T16:56:43+00:00","acceptedAt":"2024-02-13T16:56:43+00:00","userId":960,"lastUpdatedAt":"2024-02-13T16:56:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":555,"invite_data":{"id":671,"partnerId":555,"sendViaEmail":true,"email":"v.beeckx@elegis.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-13T17:00:22+00:00","acceptedAt":"2024-02-13T17:00:22+00:00","userId":961,"lastUpdatedAt":"2024-02-24T15:28:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":558,"invite_data":{"id":672,"partnerId":558,"sendViaEmail":true,"email":"fedor.pl@outlook.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-16T12:54:43+00:00","acceptedAt":"2024-02-16T12:54:43+00:00","userId":963,"lastUpdatedAt":"2024-02-16T12:54:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":673,"partnerId":559,"sendViaEmail":true,"email":"jan@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-16T15:01:12+00:00","acceptedAt":"2024-02-16T15:01:12+00:00","userId":965,"lastUpdatedAt":"2024-02-16T15:01:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":674,"partnerId":559,"sendViaEmail":true,"email":"Steven@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-16T15:03:58+00:00","acceptedAt":"2024-02-16T15:03:58+00:00","userId":966,"lastUpdatedAt":"2024-02-16T15:03:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":675,"partnerId":559,"sendViaEmail":true,"email":"jochen@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-16T15:07:02+00:00","acceptedAt":"2024-02-16T15:07:02+00:00","userId":967,"lastUpdatedAt":"2024-02-16T15:07:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":676,"partnerId":559,"sendViaEmail":true,"email":"philippe@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-16T15:08:35+00:00","acceptedAt":"2024-02-16T15:08:35+00:00","userId":968,"lastUpdatedAt":"2024-02-16T15:14:34+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":677,"partnerId":559,"sendViaEmail":true,"email":"els.minten@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-16T15:21:50+00:00","acceptedAt":"2024-02-16T15:21:50+00:00","userId":970,"lastUpdatedAt":"2024-02-16T15:21:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":678,"partnerId":559,"sendViaEmail":true,"email":"danush.moorghen@centomedia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-16T15:28:08+00:00","acceptedAt":"2024-02-16T15:28:09+00:00","userId":971,"lastUpdatedAt":"2024-02-16T15:28:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":679,"partnerId":559,"sendViaEmail":true,"email":"ward@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-16T15:33:32+00:00","acceptedAt":"2024-02-16T15:33:32+00:00","userId":972,"lastUpdatedAt":"2024-02-16T15:33:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":680,"partnerId":559,"sendViaEmail":true,"email":"linda@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-16T15:37:14+00:00","acceptedAt":"2024-02-16T15:37:14+00:00","userId":973,"lastUpdatedAt":"2024-02-16T15:37:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":681,"partnerId":559,"sendViaEmail":true,"email":"tommie.van.mechgelen@centomedia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-02-16T15:45:45+00:00","acceptedAt":"2024-02-16T15:45:46+00:00","userId":974,"lastUpdatedAt":"2024-02-16T15:45:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":682,"partnerId":20,"sendViaEmail":false,"email":"nippon-international@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-20T10:12:52+00:00","acceptedAt":"2024-02-20T10:12:52+00:00","userId":983,"lastUpdatedAt":"2024-02-20T10:12:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":560,"invite_data":{"id":683,"partnerId":560,"sendViaEmail":true,"email":"hannekerkhofs@hctconsult.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-20T11:58:43+00:00","acceptedAt":"2024-02-20T11:58:43+00:00","userId":887,"lastUpdatedAt":"2024-02-20T11:58:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":561,"invite_data":{"id":684,"partnerId":561,"sendViaEmail":true,"email":"gerard@euroquip.nl","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-20T14:34:06+00:00","acceptedAt":"2024-02-20T14:34:07+00:00","userId":939,"lastUpdatedAt":"2024-02-20T14:34:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":685,"partnerId":20,"sendViaEmail":false,"email":"albi.palushi@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-21T11:58:25+00:00","acceptedAt":"2024-02-21T11:58:25+00:00","userId":984,"lastUpdatedAt":"2024-02-21T11:58:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":562,"invite_data":{"id":686,"partnerId":562,"sendViaEmail":true,"email":"ken.kenens@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-22T09:05:02+00:00","acceptedAt":"2024-02-22T09:05:02+00:00","userId":943,"lastUpdatedAt":"2024-02-22T09:05:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":687,"partnerId":423,"sendViaEmail":false,"email":"gertjesalta@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-22T09:37:16+00:00","acceptedAt":"2024-02-22T09:37:16+00:00","userId":985,"lastUpdatedAt":"2024-02-22T09:37:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":688,"partnerId":423,"sendViaEmail":false,"email":"iaconoalessio@msn.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-22T09:43:13+00:00","acceptedAt":"2024-02-22T09:43:13+00:00","userId":986,"lastUpdatedAt":"2024-02-22T09:43:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":689,"partnerId":423,"sendViaEmail":false,"email":"kevinschoofs83@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-22T09:47:08+00:00","acceptedAt":"2024-02-22T09:47:08+00:00","userId":987,"lastUpdatedAt":"2024-02-22T09:47:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":423,"invite_data":{"id":690,"partnerId":423,"sendViaEmail":false,"email":"moussasmaani29@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-22T09:50:14+00:00","acceptedAt":"2024-02-22T09:50:14+00:00","userId":988,"lastUpdatedAt":"2024-02-22T09:50:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":564,"invite_data":{"id":691,"partnerId":564,"sendViaEmail":true,"email":"robby.mondelaers78@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-22T14:30:25+00:00","acceptedAt":"2024-02-22T14:30:25+00:00","userId":922,"lastUpdatedAt":"2024-02-22T14:30:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":565,"invite_data":{"id":692,"partnerId":565,"sendViaEmail":true,"email":"olivier.duquenne@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-23T09:31:01+00:00","acceptedAt":"2024-02-23T09:31:01+00:00","userId":935,"lastUpdatedAt":"2024-02-23T09:31:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":693,"partnerId":559,"sendViaEmail":true,"email":"kris@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-23T15:32:15+00:00","acceptedAt":"2024-02-23T15:32:15+00:00","userId":991,"lastUpdatedAt":"2024-02-23T15:32:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":694,"partnerId":559,"sendViaEmail":true,"email":"jimmy.gorissen@centomedia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-23T15:35:57+00:00","acceptedAt":"2024-02-23T15:35:57+00:00","userId":990,"lastUpdatedAt":"2024-02-23T15:35:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":695,"partnerId":559,"sendViaEmail":true,"email":"Pieter.luts@centomedia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-23T15:36:41+00:00","acceptedAt":"2024-02-23T15:36:41+00:00","userId":969,"lastUpdatedAt":"2024-02-26T10:20:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":567,"invite_data":{"id":696,"partnerId":567,"sendViaEmail":false,"email":"mvanschel@deloitte.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-24T11:10:07+00:00","acceptedAt":"2024-02-24T11:10:07+00:00","userId":994,"lastUpdatedAt":"2024-02-24T11:10:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":697,"partnerId":20,"sendViaEmail":false,"email":"Talitha.vandrom@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-26T12:54:39+00:00","acceptedAt":"2024-02-26T12:54:39+00:00","userId":996,"lastUpdatedAt":"2024-02-26T12:54:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":260,"invite_data":{"id":698,"partnerId":260,"sendViaEmail":false,"email":"johanvanderstraeten@curon.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-27T08:34:17+00:00","acceptedAt":"2024-02-27T08:34:17+00:00","userId":997,"lastUpdatedAt":"2024-02-27T08:34:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":568,"invite_data":{"id":699,"partnerId":568,"sendViaEmail":false,"email":"gino@ligi.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-29T10:32:52+00:00","acceptedAt":"2024-02-29T10:32:52+00:00","userId":999,"lastUpdatedAt":"2024-02-29T10:32:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":10,"invite_data":{"id":700,"partnerId":10,"sendViaEmail":false,"email":"f.Clinckemaillie@veko.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-02-29T15:24:47+00:00","acceptedAt":"2024-02-29T15:24:47+00:00","userId":1001,"lastUpdatedAt":"2024-02-29T15:24:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":571,"invite_data":{"id":701,"partnerId":571,"sendViaEmail":false,"email":"karenkeygnaert@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-01T13:02:01+00:00","acceptedAt":"2024-03-01T13:02:01+00:00","userId":1004,"lastUpdatedAt":"2024-03-01T13:02:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":702,"partnerId":20,"sendViaEmail":false,"email":"niels.helsen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-04T10:46:48+00:00","acceptedAt":"2024-03-04T10:46:48+00:00","userId":1008,"lastUpdatedAt":"2024-03-04T10:46:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":703,"partnerId":559,"sendViaEmail":false,"email":"tim@aviniti.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-04T10:59:43+00:00","acceptedAt":"2024-03-04T10:59:43+00:00","userId":1009,"lastUpdatedAt":"2024-03-04T10:59:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":704,"partnerId":559,"sendViaEmail":false,"email":"roland.vangasse@aviniti.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-04T11:05:30+00:00","acceptedAt":"2024-03-04T11:05:30+00:00","userId":1010,"lastUpdatedAt":"2024-03-04T11:05:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":572,"invite_data":{"id":705,"partnerId":572,"sendViaEmail":false,"email":"apotheek.moonen@skynet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-04T13:57:15+00:00","acceptedAt":"2024-03-04T13:57:15+00:00","userId":1011,"lastUpdatedAt":"2024-03-04T13:57:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":484,"invite_data":{"id":706,"partnerId":484,"sendViaEmail":true,"email":"michiel.drijvers@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-05T08:26:10+00:00","acceptedAt":"2024-03-05T08:26:10+00:00","userId":995,"lastUpdatedAt":"2024-03-05T08:26:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":287,"invite_data":{"id":707,"partnerId":287,"sendViaEmail":true,"email":"gaetan@vadigran.be","language":"fr","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-05T15:09:20+00:00","acceptedAt":"2024-03-05T15:09:20+00:00","userId":340,"lastUpdatedAt":"2024-03-05T15:09:20+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":573,"invite_data":{"id":709,"partnerId":573,"sendViaEmail":true,"email":"flup.vanbackle@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-07T09:08:04+00:00","acceptedAt":"2024-03-07T09:08:04+00:00","userId":923,"lastUpdatedAt":"2024-03-07T17:22:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":574,"invite_data":{"id":710,"partnerId":574,"sendViaEmail":false,"email":"philippe.herickx@multimag.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-07T10:05:03+00:00","acceptedAt":"2024-03-07T10:05:03+00:00","userId":1019,"lastUpdatedAt":"2024-03-07T10:05:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":573,"invite_data":{"id":711,"partnerId":573,"sendViaEmail":true,"email":"vandenbosch.marleen@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-08T10:53:21+00:00","acceptedAt":"2024-03-08T10:53:21+00:00","userId":924,"lastUpdatedAt":"2024-03-08T10:53:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":575,"invite_data":{"id":712,"partnerId":575,"sendViaEmail":true,"email":"de.clercq.david@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-08T11:02:44+00:00","acceptedAt":"2024-03-08T11:02:44+00:00","userId":942,"lastUpdatedAt":"2024-03-08T11:02:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":713,"partnerId":20,"sendViaEmail":false,"email":"michiel.despeels@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-08T11:48:29+00:00","acceptedAt":"2024-03-08T11:48:29+00:00","userId":1020,"lastUpdatedAt":"2024-03-08T11:48:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":576,"invite_data":{"id":714,"partnerId":576,"sendViaEmail":false,"email":"raihana.messaoudi@polygongroup.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-08T13:25:44+00:00","acceptedAt":"2024-03-08T13:25:44+00:00","userId":1021,"lastUpdatedAt":"2024-03-08T13:25:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":576,"invite_data":{"id":715,"partnerId":576,"sendViaEmail":true,"email":"ive.cleymans@polygongroup.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-08T13:36:10+00:00","acceptedAt":"2024-03-08T13:36:10+00:00","userId":982,"lastUpdatedAt":"2024-03-08T13:36:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":716,"partnerId":240,"sendViaEmail":false,"email":"visitorsprobisbv@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-15T10:07:30+00:00","acceptedAt":"2024-03-15T10:07:30+00:00","userId":1026,"lastUpdatedAt":"2024-03-15T10:07:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":421,"invite_data":{"id":717,"partnerId":421,"sendViaEmail":true,"email":"visitorsprobisbv@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-15T10:27:01+00:00","acceptedAt":"2024-03-15T10:27:01+00:00","userId":1026,"lastUpdatedAt":"2024-03-15T10:27:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":578,"invite_data":{"id":718,"partnerId":578,"sendViaEmail":false,"email":"michele@belroseclassics.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-15T13:40:16+00:00","acceptedAt":"2024-03-15T13:40:16+00:00","userId":1029,"lastUpdatedAt":"2024-03-15T13:40:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":580,"invite_data":{"id":719,"partnerId":580,"sendViaEmail":true,"email":"dcruyt@skynet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-18T08:42:48+00:00","acceptedAt":"2024-03-18T08:42:48+00:00","userId":962,"lastUpdatedAt":"2024-03-18T08:42:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":569,"invite_data":{"id":725,"partnerId":569,"sendViaEmail":true,"email":"michael.soetens@energie-makelaars.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-19T15:23:06+00:00","acceptedAt":"2024-03-19T15:23:06+00:00","userId":905,"lastUpdatedAt":"2024-03-19T15:23:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":583,"invite_data":{"id":726,"partnerId":583,"sendViaEmail":false,"email":"nickyverstrael@icloud.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-21T10:22:20+00:00","acceptedAt":"2024-03-21T10:22:20+00:00","userId":1040,"lastUpdatedAt":"2024-03-21T10:22:20+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":582,"invite_data":{"id":727,"partnerId":582,"sendViaEmail":false,"email":"Johnny@etramo.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-22T11:49:59+00:00","acceptedAt":"2024-03-22T11:49:59+00:00","userId":1041,"lastUpdatedAt":"2024-03-22T11:49:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":582,"invite_data":{"id":728,"partnerId":582,"sendViaEmail":false,"email":"gerlinde.van.besauw@etramo.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-22T11:51:58+00:00","acceptedAt":"2024-03-22T11:51:58+00:00","userId":1042,"lastUpdatedAt":"2024-03-22T11:51:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":584,"invite_data":{"id":729,"partnerId":584,"sendViaEmail":false,"email":"stef@hairplane.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-22T13:24:46+00:00","acceptedAt":"2024-03-22T13:24:46+00:00","userId":1044,"lastUpdatedAt":"2024-03-22T13:24:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":730,"partnerId":20,"sendViaEmail":false,"email":"petra.meeusen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-22T14:17:14+00:00","acceptedAt":"2024-03-22T14:17:14+00:00","userId":1045,"lastUpdatedAt":"2024-03-22T14:17:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":731,"partnerId":20,"sendViaEmail":false,"email":"ann.demeyer@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-22T14:27:10+00:00","acceptedAt":"2024-03-22T14:27:10+00:00","userId":1046,"lastUpdatedAt":"2024-03-22T14:27:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":532,"invite_data":{"id":732,"partnerId":532,"sendViaEmail":true,"email":"tim@move2green.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-03-23T11:03:06+00:00","acceptedAt":"2024-03-23T11:03:06+00:00","userId":806,"lastUpdatedAt":"2024-03-23T11:03:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":733,"partnerId":20,"sendViaEmail":false,"email":"ilseeyckmans@blulinc.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-23T17:00:40+00:00","acceptedAt":"2024-03-23T17:00:40+00:00","userId":1050,"lastUpdatedAt":"2024-03-23T17:00:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":548,"invite_data":{"id":737,"partnerId":548,"sendViaEmail":true,"email":"vranckenwim@hotmail.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-25T15:37:57+00:00","acceptedAt":"2024-03-25T15:37:57+00:00","userId":280,"lastUpdatedAt":"2024-03-25T15:37:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":576,"invite_data":{"id":740,"partnerId":576,"sendViaEmail":true,"email":"carla.slaets@polygongroup.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-28T09:47:04+00:00","acceptedAt":"2024-03-28T09:47:04+00:00","userId":1055,"lastUpdatedAt":"2024-03-28T09:47:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":586,"invite_data":{"id":742,"partnerId":586,"sendViaEmail":false,"email":"bobvdb13@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-28T11:27:52+00:00","acceptedAt":"2024-03-28T11:27:52+00:00","userId":1061,"lastUpdatedAt":"2024-03-28T11:27:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":582,"invite_data":{"id":744,"partnerId":582,"sendViaEmail":true,"email":"rico@etramo.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-29T10:09:18+00:00","acceptedAt":"2024-03-29T10:09:18+00:00","userId":1043,"lastUpdatedAt":"2024-03-29T10:09:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":589,"invite_data":{"id":745,"partnerId":589,"sendViaEmail":false,"email":"jimmy@lulucatering.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-03-30T09:26:21+00:00","acceptedAt":"2024-03-30T09:26:21+00:00","userId":1070,"lastUpdatedAt":"2024-03-30T09:26:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":287,"invite_data":{"id":746,"partnerId":287,"sendViaEmail":false,"email":"Romuald@vadigran.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-02T08:40:55+00:00","acceptedAt":"2024-04-02T08:40:55+00:00","userId":1075,"lastUpdatedAt":"2024-04-02T08:40:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":747,"partnerId":20,"sendViaEmail":false,"email":"muhammed.yasar@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-02T09:57:43+00:00","acceptedAt":"2024-04-02T09:57:43+00:00","userId":1076,"lastUpdatedAt":"2024-04-02T09:57:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":287,"invite_data":{"id":748,"partnerId":287,"sendViaEmail":true,"email":"jimmyv@vadigran.be","language":"fr","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-03T10:13:26+00:00","acceptedAt":"2024-04-03T10:13:26+00:00","userId":1074,"lastUpdatedAt":"2024-04-03T10:13:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":593,"invite_data":{"id":749,"partnerId":593,"sendViaEmail":true,"email":"kpeconsulting@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-05T17:45:30+00:00","acceptedAt":"2024-04-05T17:45:30+00:00","userId":1084,"lastUpdatedAt":"2024-04-05T17:45:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":527,"invite_data":{"id":751,"partnerId":527,"sendViaEmail":true,"email":"nicobonnast@me.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-11T08:26:00+00:00","acceptedAt":"2024-04-11T08:26:00+00:00","userId":858,"lastUpdatedAt":"2024-04-11T08:26:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":752,"partnerId":240,"sendViaEmail":false,"email":"estherbaudts@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-12T10:29:44+00:00","acceptedAt":"2024-04-12T10:29:44+00:00","userId":1094,"lastUpdatedAt":"2024-04-12T10:29:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":577,"invite_data":{"id":753,"partnerId":577,"sendViaEmail":true,"email":"dewittefenix@yahoo.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-12T13:12:29+00:00","acceptedAt":"2024-04-12T13:12:29+00:00","userId":946,"lastUpdatedAt":"2024-04-12T13:12:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":570,"invite_data":{"id":754,"partnerId":570,"sendViaEmail":false,"email":"mike@brandnewoffice.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-16T08:35:06+00:00","acceptedAt":"2024-04-16T08:35:06+00:00","userId":1114,"lastUpdatedAt":"2024-04-16T08:35:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":504,"invite_data":{"id":755,"partnerId":504,"sendViaEmail":false,"email":"tom.naets@xemex.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-16T08:39:06+00:00","acceptedAt":"2024-04-16T08:39:06+00:00","userId":1115,"lastUpdatedAt":"2024-04-16T08:39:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":595,"invite_data":{"id":756,"partnerId":595,"sendViaEmail":false,"email":"Pietervannieuwenhuyzen@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-16T10:25:16+00:00","acceptedAt":"2024-04-16T10:25:16+00:00","userId":1116,"lastUpdatedAt":"2024-04-16T10:25:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":596,"invite_data":{"id":757,"partnerId":596,"sendViaEmail":true,"email":"mertenskatharina1@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-04-16T10:44:37+00:00","acceptedAt":"2024-04-16T10:44:37+00:00","userId":1108,"lastUpdatedAt":"2024-04-16T10:44:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":758,"partnerId":240,"sendViaEmail":false,"email":"lisaswerts@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-16T12:22:44+00:00","acceptedAt":"2024-04-16T12:22:44+00:00","userId":1117,"lastUpdatedAt":"2024-04-16T12:22:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":579,"invite_data":{"id":759,"partnerId":579,"sendViaEmail":false,"email":"ann.kemps@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-16T15:41:09+00:00","acceptedAt":"2024-04-16T15:41:09+00:00","userId":1031,"lastUpdatedAt":"2024-04-16T15:41:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":597,"invite_data":{"id":760,"partnerId":597,"sendViaEmail":true,"email":"svanbrab@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-04-17T12:08:41+00:00","acceptedAt":"2024-04-17T12:08:41+00:00","userId":1104,"lastUpdatedAt":"2024-04-17T12:08:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":761,"partnerId":20,"sendViaEmail":false,"email":"nathalie.haepers@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-17T12:31:38+00:00","acceptedAt":"2024-04-17T12:31:38+00:00","userId":1122,"lastUpdatedAt":"2024-04-17T12:31:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":598,"invite_data":{"id":762,"partnerId":598,"sendViaEmail":false,"email":"janssensclaudine3@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-17T14:01:50+00:00","acceptedAt":"2024-04-17T14:01:50+00:00","userId":1123,"lastUpdatedAt":"2024-04-17T14:01:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":600,"invite_data":{"id":764,"partnerId":600,"sendViaEmail":false,"email":"j.dekeukeleire@harmony-cr.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-18T12:04:34+00:00","acceptedAt":"2024-04-18T12:04:34+00:00","userId":1130,"lastUpdatedAt":"2024-04-18T12:04:34+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":601,"invite_data":{"id":765,"partnerId":601,"sendViaEmail":false,"email":"xaviervandenbraembussche@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-18T13:21:49+00:00","acceptedAt":"2024-04-18T13:21:49+00:00","userId":1133,"lastUpdatedAt":"2024-04-18T13:21:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":603,"invite_data":{"id":767,"partnerId":603,"sendViaEmail":false,"email":"distephanolopes@live.nl","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-04-22T11:16:48+00:00","acceptedAt":"2024-04-22T11:16:48+00:00","userId":1069,"lastUpdatedAt":"2024-04-22T11:16:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":606,"invite_data":{"id":769,"partnerId":606,"sendViaEmail":true,"email":"a.vantilburg@eurogym.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-04-23T14:48:21+00:00","acceptedAt":"2024-04-23T14:48:21+00:00","userId":1161,"lastUpdatedAt":"2024-04-23T14:48:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":612,"invite_data":{"id":776,"partnerId":612,"sendViaEmail":true,"email":"fleet@ocb.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-02T12:44:22+00:00","acceptedAt":"2024-05-02T12:44:22+00:00","userId":1165,"lastUpdatedAt":"2024-05-02T12:44:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":614,"invite_data":{"id":777,"partnerId":614,"sendViaEmail":false,"email":"servaesconsult@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-07T08:58:47+00:00","acceptedAt":"2024-05-07T08:58:47+00:00","userId":1202,"lastUpdatedAt":"2024-05-07T08:58:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":780,"partnerId":528,"sendViaEmail":false,"email":"robbe.k@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-13T13:19:59+00:00","acceptedAt":"2024-05-13T13:19:59+00:00","userId":1214,"lastUpdatedAt":"2024-05-13T13:19:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":613,"invite_data":{"id":781,"partnerId":613,"sendViaEmail":true,"email":"lennert@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:49:37+00:00","acceptedAt":"2024-05-14T10:49:37+00:00","userId":1215,"lastUpdatedAt":"2024-05-14T10:49:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":613,"invite_data":{"id":782,"partnerId":613,"sendViaEmail":true,"email":"Bram@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:49:58+00:00","acceptedAt":"2024-05-14T10:49:58+00:00","userId":1216,"lastUpdatedAt":"2024-05-14T10:51:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":613,"invite_data":{"id":783,"partnerId":613,"sendViaEmail":true,"email":"Steve@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:50:21+00:00","acceptedAt":"2024-05-14T10:50:21+00:00","userId":1217,"lastUpdatedAt":"2024-05-14T10:51:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":613,"invite_data":{"id":784,"partnerId":613,"sendViaEmail":true,"email":"Filip@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:50:53+00:00","acceptedAt":"2024-05-14T10:50:53+00:00","userId":1218,"lastUpdatedAt":"2024-05-14T10:52:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":613,"invite_data":{"id":785,"partnerId":613,"sendViaEmail":true,"email":"Kim@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:51:23+00:00","acceptedAt":"2024-05-14T10:51:23+00:00","userId":1219,"lastUpdatedAt":"2024-05-14T10:51:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":613,"invite_data":{"id":786,"partnerId":613,"sendViaEmail":true,"email":"Sherilyn@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:52:55+00:00","acceptedAt":"2024-05-14T10:52:55+00:00","userId":1220,"lastUpdatedAt":"2024-05-14T10:53:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":613,"invite_data":{"id":787,"partnerId":613,"sendViaEmail":true,"email":"Quinten@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:53:44+00:00","acceptedAt":"2024-05-14T10:53:44+00:00","userId":1221,"lastUpdatedAt":"2024-05-14T10:53:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":613,"invite_data":{"id":788,"partnerId":613,"sendViaEmail":true,"email":"Ilse@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T10:54:25+00:00","acceptedAt":"2024-05-14T10:54:25+00:00","userId":1222,"lastUpdatedAt":"2024-05-14T10:54:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":613,"invite_data":{"id":789,"partnerId":613,"sendViaEmail":true,"email":"niels@adfinas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-14T12:13:31+00:00","acceptedAt":"2024-05-14T12:13:31+00:00","userId":703,"lastUpdatedAt":"2024-05-14T12:13:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":791,"partnerId":559,"sendViaEmail":true,"email":"francis.peeters@aviniti.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-05-21T15:13:36+00:00","acceptedAt":"2024-05-21T15:13:36+00:00","userId":1231,"lastUpdatedAt":"2024-05-21T15:13:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":623,"invite_data":{"id":792,"partnerId":623,"sendViaEmail":false,"email":"ybe.vancalster@naessensp.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T10:38:41+00:00","acceptedAt":"2024-05-22T10:38:42+00:00","userId":1233,"lastUpdatedAt":"2024-05-22T10:38:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":793,"partnerId":581,"sendViaEmail":true,"email":"herve.debraekeleer@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T13:23:03+00:00","acceptedAt":"2024-05-22T13:23:03+00:00","userId":1211,"lastUpdatedAt":"2024-05-22T13:23:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":794,"partnerId":581,"sendViaEmail":true,"email":"bjorn.vanvelthoven@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T13:25:27+00:00","acceptedAt":"2024-05-22T13:25:27+00:00","userId":1060,"lastUpdatedAt":"2024-05-22T13:25:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":795,"partnerId":581,"sendViaEmail":true,"email":"stephan.vanhoecke@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T13:29:22+00:00","acceptedAt":"2024-05-22T13:29:22+00:00","userId":1037,"lastUpdatedAt":"2024-05-22T13:29:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":796,"partnerId":581,"sendViaEmail":true,"email":"dirk.huyck@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T13:31:23+00:00","acceptedAt":"2024-05-22T13:31:23+00:00","userId":1036,"lastUpdatedAt":"2024-05-22T13:31:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":797,"partnerId":581,"sendViaEmail":true,"email":"michael.hermans@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T13:33:44+00:00","acceptedAt":"2024-05-22T13:33:44+00:00","userId":1035,"lastUpdatedAt":"2024-05-22T13:33:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":798,"partnerId":581,"sendViaEmail":true,"email":"bart.blommaert@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-22T13:35:41+00:00","acceptedAt":"2024-05-22T13:35:41+00:00","userId":1034,"lastUpdatedAt":"2024-05-22T13:35:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":623,"invite_data":{"id":807,"partnerId":623,"sendViaEmail":true,"email":"Wendy.Vanhille@naessensp.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-05-23T09:58:30+00:00","acceptedAt":"2024-05-23T09:58:30+00:00","userId":1187,"lastUpdatedAt":"2024-05-23T09:58:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":808,"partnerId":581,"sendViaEmail":false,"email":"madelaine.buytaert@imacar.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-24T10:04:44+00:00","acceptedAt":"2024-05-24T10:04:44+00:00","userId":1244,"lastUpdatedAt":"2024-05-24T10:04:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":627,"invite_data":{"id":809,"partnerId":627,"sendViaEmail":true,"email":"kurt.vermeire1@Telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-24T12:16:57+00:00","acceptedAt":"2024-05-24T12:16:57+00:00","userId":940,"lastUpdatedAt":"2024-05-24T12:16:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":599,"invite_data":{"id":810,"partnerId":599,"sendViaEmail":false,"email":"mebatuzele@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-24T13:02:48+00:00","acceptedAt":"2024-05-24T13:02:48+00:00","userId":1124,"lastUpdatedAt":"2024-05-24T13:02:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":599,"invite_data":{"id":811,"partnerId":599,"sendViaEmail":false,"email":"yusuffire.00@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-24T13:03:48+00:00","acceptedAt":"2024-05-24T13:03:48+00:00","userId":1180,"lastUpdatedAt":"2024-05-24T13:03:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":599,"invite_data":{"id":812,"partnerId":599,"sendViaEmail":false,"email":"seldakirazbarut@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-24T13:04:06+00:00","acceptedAt":"2024-05-24T13:04:06+00:00","userId":1181,"lastUpdatedAt":"2024-05-24T13:04:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":814,"partnerId":20,"sendViaEmail":false,"email":"liesbethverhoeven3@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-27T10:24:00+00:00","acceptedAt":"2024-05-27T10:24:00+00:00","userId":1246,"lastUpdatedAt":"2024-05-27T10:24:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":630,"invite_data":{"id":815,"partnerId":630,"sendViaEmail":true,"email":"mathias@crutaste.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-30T18:54:04+00:00","acceptedAt":"2024-05-30T18:54:04+00:00","userId":1168,"lastUpdatedAt":"2024-05-30T18:54:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":631,"invite_data":{"id":817,"partnerId":631,"sendViaEmail":false,"email":"cihan.kranda@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-05-31T11:05:27+00:00","acceptedAt":"2024-05-31T11:05:27+00:00","userId":21,"lastUpdatedAt":"2024-05-31T11:05:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":631,"invite_data":{"id":818,"partnerId":631,"sendViaEmail":false,"email":"valensolutionsbe@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-05-31T11:11:35+00:00","acceptedAt":"2024-05-31T11:11:35+00:00","userId":1245,"lastUpdatedAt":"2024-07-30T08:41:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":631,"invite_data":{"id":821,"partnerId":631,"sendViaEmail":false,"email":"dennis@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-05-31T11:14:57+00:00","acceptedAt":"2024-05-31T11:14:57+00:00","userId":313,"lastUpdatedAt":"2024-05-31T11:14:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":633,"invite_data":{"id":823,"partnerId":633,"sendViaEmail":false,"email":"bayramparlak@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-06T13:29:47+00:00","acceptedAt":"2024-06-06T13:29:47+00:00","userId":1259,"lastUpdatedAt":"2024-06-06T13:29:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":824,"partnerId":20,"sendViaEmail":false,"email":"jeroen.brijs@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-07T09:30:28+00:00","acceptedAt":"2024-06-07T09:30:28+00:00","userId":1262,"lastUpdatedAt":"2024-06-07T09:30:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":634,"invite_data":{"id":825,"partnerId":634,"sendViaEmail":true,"email":"roger.martens@proximus.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-07T14:09:12+00:00","acceptedAt":"2024-06-07T14:09:12+00:00","userId":1213,"lastUpdatedAt":"2024-06-07T14:09:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":826,"partnerId":20,"sendViaEmail":false,"email":"laurens.siemons@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-10T09:22:04+00:00","acceptedAt":"2024-06-10T09:22:04+00:00","userId":1265,"lastUpdatedAt":"2024-06-10T09:22:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":639,"invite_data":{"id":827,"partnerId":639,"sendViaEmail":true,"email":"simon_joye@outlook.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-14T13:44:51+00:00","acceptedAt":"2024-06-14T13:44:51+00:00","userId":1062,"lastUpdatedAt":"2024-06-14T13:44:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":640,"invite_data":{"id":829,"partnerId":640,"sendViaEmail":true,"email":"gerritdevos@skynet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-06-17T07:51:39+00:00","acceptedAt":"2024-06-17T07:51:39+00:00","userId":1272,"lastUpdatedAt":"2024-06-17T07:51:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":643,"invite_data":{"id":831,"partnerId":643,"sendViaEmail":true,"email":"lesley.beernaert@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-17T13:30:29+00:00","acceptedAt":"2024-06-17T13:30:29+00:00","userId":1185,"lastUpdatedAt":"2024-06-17T13:30:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":585,"invite_data":{"id":833,"partnerId":585,"sendViaEmail":false,"email":"info@dekeyzer-drinks.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-18T11:59:59+00:00","acceptedAt":"2024-06-18T11:59:59+00:00","userId":1052,"lastUpdatedAt":"2024-06-18T11:59:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":585,"invite_data":{"id":834,"partnerId":585,"sendViaEmail":false,"email":"marc@dekeyzer-drinks.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-18T12:00:29+00:00","acceptedAt":"2024-06-18T12:00:29+00:00","userId":1286,"lastUpdatedAt":"2024-06-18T12:00:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":585,"invite_data":{"id":835,"partnerId":585,"sendViaEmail":false,"email":"marnix.feys@dekeyzer-drinks.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-18T12:00:47+00:00","acceptedAt":"2024-06-18T12:00:47+00:00","userId":1285,"lastUpdatedAt":"2024-06-18T12:00:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":585,"invite_data":{"id":836,"partnerId":585,"sendViaEmail":false,"email":"marc.chantraine@dekeyzer-drinks.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-18T12:02:56+00:00","acceptedAt":"2024-06-18T12:02:56+00:00","userId":1287,"lastUpdatedAt":"2024-06-18T12:02:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":644,"invite_data":{"id":837,"partnerId":644,"sendViaEmail":true,"email":"vicky.scheire@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-18T12:09:01+00:00","acceptedAt":"2024-06-18T12:09:01+00:00","userId":1249,"lastUpdatedAt":"2024-06-18T12:09:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":839,"partnerId":20,"sendViaEmail":true,"email":"eric.backx@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-19T09:29:12+00:00","acceptedAt":"2024-06-19T09:29:12+00:00","userId":1289,"lastUpdatedAt":"2024-06-19T09:29:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":631,"invite_data":{"id":840,"partnerId":631,"sendViaEmail":false,"email":"david@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-20T11:51:19+00:00","acceptedAt":"2024-06-20T11:51:19+00:00","userId":373,"lastUpdatedAt":"2024-06-20T11:51:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":631,"invite_data":{"id":841,"partnerId":631,"sendViaEmail":false,"email":"john@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-20T11:52:35+00:00","acceptedAt":"2024-06-20T11:52:35+00:00","userId":88,"lastUpdatedAt":"2024-06-20T11:52:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":631,"invite_data":{"id":842,"partnerId":631,"sendViaEmail":false,"email":"nuyenssteven@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-20T11:52:47+00:00","acceptedAt":"2024-06-20T11:52:47+00:00","userId":23,"lastUpdatedAt":"2024-06-20T11:52:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":631,"invite_data":{"id":843,"partnerId":631,"sendViaEmail":false,"email":"mathieu@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-20T11:52:58+00:00","acceptedAt":"2024-06-20T11:52:58+00:00","userId":117,"lastUpdatedAt":"2024-06-20T11:52:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":845,"partnerId":581,"sendViaEmail":true,"email":"yves.kengen@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-06-20T14:26:37+00:00","acceptedAt":"2024-06-20T14:26:37+00:00","userId":1188,"lastUpdatedAt":"2024-11-12T09:35:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":846,"partnerId":559,"sendViaEmail":false,"email":"luc.van.lommel@centomedia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-21T09:44:53+00:00","acceptedAt":"2024-06-21T09:44:53+00:00","userId":1291,"lastUpdatedAt":"2024-06-21T09:44:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":847,"partnerId":559,"sendViaEmail":false,"email":"accounting@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-21T10:01:13+00:00","acceptedAt":"2024-06-21T10:01:13+00:00","userId":1292,"lastUpdatedAt":"2024-06-21T10:01:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":848,"partnerId":20,"sendViaEmail":false,"email":"ada.guan@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-24T12:01:28+00:00","acceptedAt":"2024-06-24T12:01:28+00:00","userId":1293,"lastUpdatedAt":"2024-06-24T12:01:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":625,"invite_data":{"id":849,"partnerId":625,"sendViaEmail":true,"email":"c.vandeneede@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:07:17+00:00","acceptedAt":"2024-06-25T12:07:17+00:00","userId":1238,"lastUpdatedAt":"2024-06-25T12:07:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":625,"invite_data":{"id":850,"partnerId":625,"sendViaEmail":true,"email":"l.demiddelaer@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:07:40+00:00","acceptedAt":"2024-06-25T12:07:40+00:00","userId":1237,"lastUpdatedAt":"2024-06-25T12:07:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":625,"invite_data":{"id":851,"partnerId":625,"sendViaEmail":true,"email":"p.vanhalst@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:08:00+00:00","acceptedAt":"2024-06-25T12:08:00+00:00","userId":1189,"lastUpdatedAt":"2024-06-25T12:08:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":625,"invite_data":{"id":852,"partnerId":625,"sendViaEmail":true,"email":"c.olevier@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:08:26+00:00","acceptedAt":"2024-06-25T12:08:26+00:00","userId":1024,"lastUpdatedAt":"2024-06-25T12:08:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":625,"invite_data":{"id":853,"partnerId":625,"sendViaEmail":true,"email":"j.hendrikx@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:08:43+00:00","acceptedAt":"2024-06-25T12:08:43+00:00","userId":1018,"lastUpdatedAt":"2024-06-25T12:08:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":625,"invite_data":{"id":854,"partnerId":625,"sendViaEmail":true,"email":"v.declercq@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:09:07+00:00","acceptedAt":"2024-06-25T12:09:07+00:00","userId":1017,"lastUpdatedAt":"2024-06-25T12:09:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":625,"invite_data":{"id":855,"partnerId":625,"sendViaEmail":true,"email":"l.maes@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:09:24+00:00","acceptedAt":"2024-06-25T12:09:24+00:00","userId":1016,"lastUpdatedAt":"2024-06-25T12:09:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":625,"invite_data":{"id":856,"partnerId":625,"sendViaEmail":true,"email":"d.vanijk@bcparts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T12:09:46+00:00","acceptedAt":"2024-06-25T12:09:46+00:00","userId":1239,"lastUpdatedAt":"2024-06-25T12:09:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":332,"invite_data":{"id":857,"partnerId":332,"sendViaEmail":false,"email":"nick.deboosere@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-25T14:56:25+00:00","acceptedAt":"2024-06-25T14:56:25+00:00","userId":1295,"lastUpdatedAt":"2024-06-25T14:56:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":660,"invite_data":{"id":858,"partnerId":660,"sendViaEmail":false,"email":"sys.marin@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-27T09:14:00+00:00","acceptedAt":"2024-06-27T09:14:00+00:00","userId":1251,"lastUpdatedAt":"2024-06-27T09:14:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":660,"invite_data":{"id":859,"partnerId":660,"sendViaEmail":false,"email":"stevepoelman@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-27T09:14:16+00:00","acceptedAt":"2024-06-27T09:14:16+00:00","userId":1294,"lastUpdatedAt":"2024-06-27T09:14:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":660,"invite_data":{"id":860,"partnerId":660,"sendViaEmail":false,"email":"jickydevos@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-06-27T09:14:33+00:00","acceptedAt":"2024-06-27T09:14:33+00:00","userId":1296,"lastUpdatedAt":"2024-06-27T09:14:33+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":664,"invite_data":{"id":864,"partnerId":664,"sendViaEmail":false,"email":"sarah_debussche@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-05T12:51:56+00:00","acceptedAt":"2024-07-05T12:51:56+00:00","userId":1310,"lastUpdatedAt":"2024-07-05T12:51:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":667,"invite_data":{"id":866,"partnerId":667,"sendViaEmail":true,"email":"jurgen@servicemasters.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-10T10:05:36+00:00","acceptedAt":"2024-07-10T10:05:36+00:00","userId":1316,"lastUpdatedAt":"2024-07-10T10:05:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":668,"invite_data":{"id":870,"partnerId":668,"sendViaEmail":false,"email":"katty.vos@icloud.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-07-11T12:11:29+00:00","acceptedAt":"2024-07-11T12:11:29+00:00","userId":1317,"lastUpdatedAt":"2024-07-11T12:11:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":669,"invite_data":{"id":871,"partnerId":669,"sendViaEmail":false,"email":"arne.torfs1@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-11T18:14:16+00:00","acceptedAt":"2024-07-11T18:14:16+00:00","userId":643,"lastUpdatedAt":"2024-07-11T18:14:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":874,"partnerId":670,"sendViaEmail":true,"email":"ger.de-prez@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-15T08:45:16+00:00","acceptedAt":"2024-07-15T08:45:16+00:00","userId":1323,"lastUpdatedAt":"2024-08-29T08:57:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":671,"invite_data":{"id":875,"partnerId":671,"sendViaEmail":true,"email":"divast.consult@outlook.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-15T09:47:31+00:00","acceptedAt":"2024-07-15T09:47:31+00:00","userId":1324,"lastUpdatedAt":"2024-07-15T09:47:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":876,"partnerId":581,"sendViaEmail":false,"email":"femke.bogaert@imacar.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-15T12:00:21+00:00","acceptedAt":"2024-07-15T12:00:21+00:00","userId":1325,"lastUpdatedAt":"2024-07-15T12:00:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":877,"partnerId":581,"sendViaEmail":false,"email":"Jens.Vanesbroeck@imacar.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-15T12:18:12+00:00","acceptedAt":"2024-07-15T12:18:12+00:00","userId":1326,"lastUpdatedAt":"2024-07-15T12:18:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":672,"invite_data":{"id":878,"partnerId":672,"sendViaEmail":true,"email":"meersman.llj@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-16T12:14:38+00:00","acceptedAt":"2024-07-16T12:14:38+00:00","userId":1327,"lastUpdatedAt":"2024-07-16T12:14:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":673,"invite_data":{"id":879,"partnerId":673,"sendViaEmail":true,"email":"reneryckaert@icloud.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-16T13:27:59+00:00","acceptedAt":"2024-07-16T13:27:59+00:00","userId":1328,"lastUpdatedAt":"2024-07-16T13:27:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":881,"partnerId":581,"sendViaEmail":false,"email":"lieven.simoens@imacar.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-17T12:24:30+00:00","acceptedAt":"2024-07-17T12:24:30+00:00","userId":1331,"lastUpdatedAt":"2024-07-17T12:24:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":675,"invite_data":{"id":883,"partnerId":675,"sendViaEmail":true,"email":"Fernand.nedee@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-22T12:30:48+00:00","acceptedAt":"2024-07-22T12:30:48+00:00","userId":1313,"lastUpdatedAt":"2024-07-22T12:30:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":681,"invite_data":{"id":884,"partnerId":681,"sendViaEmail":true,"email":"info@ppvastgoed.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-22T13:16:07+00:00","acceptedAt":"2024-07-22T13:16:07+00:00","userId":1332,"lastUpdatedAt":"2024-07-22T13:16:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":885,"partnerId":20,"sendViaEmail":false,"email":"geert.devleeschauwer@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-23T09:57:10+00:00","acceptedAt":"2024-07-23T09:57:10+00:00","userId":1349,"lastUpdatedAt":"2024-07-23T09:57:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":683,"invite_data":{"id":886,"partnerId":683,"sendViaEmail":true,"email":"sofietwins@icloud.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-07-26T08:40:06+00:00","acceptedAt":"2024-07-26T08:40:06+00:00","userId":1354,"lastUpdatedAt":"2024-07-26T08:40:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":468,"invite_data":{"id":887,"partnerId":468,"sendViaEmail":true,"email":"niels@bme.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-27T08:05:59+00:00","acceptedAt":"2024-07-27T08:05:59+00:00","userId":1357,"lastUpdatedAt":"2024-07-27T08:05:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":685,"invite_data":{"id":888,"partnerId":685,"sendViaEmail":true,"email":"chr1278@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-29T13:35:49+00:00","acceptedAt":"2024-07-29T13:35:49+00:00","userId":1362,"lastUpdatedAt":"2024-12-09T10:10:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":687,"invite_data":{"id":889,"partnerId":687,"sendViaEmail":true,"email":"consult.prichez@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-30T09:35:16+00:00","acceptedAt":"2024-07-30T09:35:16+00:00","userId":1363,"lastUpdatedAt":"2024-07-30T09:35:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":890,"partnerId":20,"sendViaEmail":false,"email":"arno.wouters@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-07-31T13:37:16+00:00","acceptedAt":"2024-07-31T13:37:16+00:00","userId":1368,"lastUpdatedAt":"2024-07-31T13:37:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":689,"invite_data":{"id":891,"partnerId":689,"sendViaEmail":true,"email":"klusentuinbrugge@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-08-01T14:43:01+00:00","acceptedAt":"2024-08-01T14:43:02+00:00","userId":1370,"lastUpdatedAt":"2024-08-01T14:43:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":690,"invite_data":{"id":892,"partnerId":690,"sendViaEmail":true,"email":"dwmeconsulting@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-08-02T08:07:54+00:00","acceptedAt":"2024-08-02T08:07:55+00:00","userId":1344,"lastUpdatedAt":"2024-08-02T08:07:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":686,"invite_data":{"id":893,"partnerId":686,"sendViaEmail":true,"email":"tim@sanseninternational.tax","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-02T12:41:03+00:00","acceptedAt":"2024-08-02T12:41:03+00:00","userId":1373,"lastUpdatedAt":"2024-08-02T12:41:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":895,"partnerId":20,"sendViaEmail":false,"email":"christian.ceulemans@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-06T12:49:31+00:00","acceptedAt":"2024-08-06T12:49:31+00:00","userId":1377,"lastUpdatedAt":"2024-09-03T12:52:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":693,"invite_data":{"id":896,"partnerId":693,"sendViaEmail":true,"email":"dekozakken@icloud.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-06T12:56:02+00:00","acceptedAt":"2024-08-06T12:56:02+00:00","userId":1376,"lastUpdatedAt":"2024-08-06T12:56:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":695,"invite_data":{"id":898,"partnerId":695,"sendViaEmail":true,"email":"facturatie@tavernedenhertog.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-08T12:17:13+00:00","acceptedAt":"2024-08-08T12:17:13+00:00","userId":1379,"lastUpdatedAt":"2024-08-08T12:17:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":697,"invite_data":{"id":899,"partnerId":697,"sendViaEmail":true,"email":"dirk@dtinvest.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-20T07:23:38+00:00","acceptedAt":"2024-08-20T07:23:38+00:00","userId":1384,"lastUpdatedAt":"2024-11-18T10:49:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":900,"partnerId":20,"sendViaEmail":false,"email":"guy.tack@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-20T10:40:32+00:00","acceptedAt":"2024-08-20T10:40:32+00:00","userId":1386,"lastUpdatedAt":"2024-08-20T10:40:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":901,"partnerId":20,"sendViaEmail":true,"email":"inge.tobback@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-21T08:38:17+00:00","acceptedAt":"2024-08-21T08:38:17+00:00","userId":1390,"lastUpdatedAt":"2024-08-21T08:38:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":902,"partnerId":58,"sendViaEmail":true,"email":"t.senster@hesse-lignal.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-21T14:00:52+00:00","acceptedAt":"2024-08-21T14:00:52+00:00","userId":1391,"lastUpdatedAt":"2024-09-03T12:52:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":700,"invite_data":{"id":904,"partnerId":700,"sendViaEmail":true,"email":"info@grofrubel.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-21T15:31:50+00:00","acceptedAt":"2024-08-21T15:31:50+00:00","userId":1392,"lastUpdatedAt":"2024-08-21T15:31:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":703,"invite_data":{"id":908,"partnerId":703,"sendViaEmail":true,"email":"verso.drivers@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-26T14:14:41+00:00","acceptedAt":"2024-08-26T14:14:41+00:00","userId":1404,"lastUpdatedAt":"2024-08-26T14:14:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":704,"invite_data":{"id":910,"partnerId":704,"sendViaEmail":true,"email":"Christina.henderickx@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-27T12:22:17+00:00","acceptedAt":"2024-08-27T12:22:17+00:00","userId":1408,"lastUpdatedAt":"2024-12-26T07:40:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":704,"invite_data":{"id":911,"partnerId":704,"sendViaEmail":true,"email":"Nikki@accofiska.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-27T12:41:57+00:00","acceptedAt":"2024-08-27T12:41:57+00:00","userId":1409,"lastUpdatedAt":"2024-12-26T07:40:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":704,"invite_data":{"id":912,"partnerId":704,"sendViaEmail":true,"email":"Olga@accofiska.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-27T12:53:44+00:00","acceptedAt":"2024-08-27T12:53:44+00:00","userId":1410,"lastUpdatedAt":"2024-12-26T07:40:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":705,"invite_data":{"id":917,"partnerId":705,"sendViaEmail":true,"email":"kurt.parmentier@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-29T13:09:05+00:00","acceptedAt":"2024-08-29T13:09:05+00:00","userId":1412,"lastUpdatedAt":"2024-08-29T13:09:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":707,"invite_data":{"id":918,"partnerId":707,"sendViaEmail":true,"email":"bert_janssen@jabil.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-30T10:43:11+00:00","acceptedAt":"2024-08-30T10:43:11+00:00","userId":1414,"lastUpdatedAt":"2024-10-24T07:43:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":559,"invite_data":{"id":919,"partnerId":559,"sendViaEmail":true,"email":"luc@digitopia.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-08-30T14:35:01+00:00","acceptedAt":"2024-08-30T14:35:01+00:00","userId":1381,"lastUpdatedAt":"2024-08-30T14:35:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":709,"invite_data":{"id":920,"partnerId":709,"sendViaEmail":true,"email":"koen.mettepenningen@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-02T13:19:21+00:00","acceptedAt":"2024-09-02T13:19:21+00:00","userId":1416,"lastUpdatedAt":"2024-09-02T13:19:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":701,"invite_data":{"id":921,"partnerId":701,"sendViaEmail":false,"email":"d.karaconsulting@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-02T15:17:46+00:00","acceptedAt":"2024-09-02T15:17:46+00:00","userId":1397,"lastUpdatedAt":"2024-09-02T15:17:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":692,"invite_data":{"id":922,"partnerId":692,"sendViaEmail":false,"email":"laura.pierard98@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T12:38:32+00:00","acceptedAt":"2024-09-03T12:38:32+00:00","userId":1375,"lastUpdatedAt":"2024-09-03T12:38:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":706,"invite_data":{"id":923,"partnerId":706,"sendViaEmail":false,"email":"info@caprexrecruitment.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:00:58+00:00","acceptedAt":"2024-09-03T13:00:58+00:00","userId":1413,"lastUpdatedAt":"2024-09-03T13:00:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":699,"invite_data":{"id":924,"partnerId":699,"sendViaEmail":false,"email":"vbfconsulting@outlook.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:01:27+00:00","acceptedAt":"2024-09-03T13:01:27+00:00","userId":1389,"lastUpdatedAt":"2024-09-03T13:01:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":694,"invite_data":{"id":925,"partnerId":694,"sendViaEmail":false,"email":"adfrajan@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:01:52+00:00","acceptedAt":"2024-09-03T13:01:52+00:00","userId":1378,"lastUpdatedAt":"2024-09-03T13:01:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":662,"invite_data":{"id":926,"partnerId":662,"sendViaEmail":false,"email":"eric@kreatos.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:11:57+00:00","acceptedAt":"2024-09-03T13:11:57+00:00","userId":1300,"lastUpdatedAt":"2024-09-03T13:11:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":927,"partnerId":528,"sendViaEmail":false,"email":"Lotte@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:15:39+00:00","acceptedAt":"2024-09-03T13:15:39+00:00","userId":1417,"lastUpdatedAt":"2024-09-03T13:15:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":632,"invite_data":{"id":928,"partnerId":632,"sendViaEmail":false,"email":"sarapillen@outlook.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:16:11+00:00","acceptedAt":"2024-09-03T13:16:11+00:00","userId":1254,"lastUpdatedAt":"2024-09-03T13:16:11+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":600,"invite_data":{"id":929,"partnerId":600,"sendViaEmail":false,"email":"i.meirlaen@harmony-cr.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:17:51+00:00","acceptedAt":"2024-09-03T13:17:51+00:00","userId":1206,"lastUpdatedAt":"2024-09-03T13:17:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":615,"invite_data":{"id":930,"partnerId":615,"sendViaEmail":false,"email":"kennethdemeester@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:18:35+00:00","acceptedAt":"2024-09-03T13:18:35+00:00","userId":1203,"lastUpdatedAt":"2024-09-03T13:18:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":576,"invite_data":{"id":931,"partnerId":576,"sendViaEmail":false,"email":"henk.bracke@polygongroup.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T13:25:09+00:00","acceptedAt":"2024-09-03T13:25:09+00:00","userId":1175,"lastUpdatedAt":"2024-09-03T13:25:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":708,"invite_data":{"id":932,"partnerId":708,"sendViaEmail":false,"email":"info@2eco.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T14:05:41+00:00","acceptedAt":"2024-09-03T14:05:41+00:00","userId":1258,"lastUpdatedAt":"2024-09-03T14:05:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":666,"invite_data":{"id":933,"partnerId":666,"sendViaEmail":false,"email":"koen.geuens@alimakgroup.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T14:17:12+00:00","acceptedAt":"2024-09-03T14:17:12+00:00","userId":1315,"lastUpdatedAt":"2024-09-03T14:17:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":711,"invite_data":{"id":935,"partnerId":711,"sendViaEmail":true,"email":"bvbapeterhuylebroeck@proximus.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-03T17:32:39+00:00","acceptedAt":"2024-09-03T17:32:39+00:00","userId":1419,"lastUpdatedAt":"2024-09-03T17:32:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":688,"invite_data":{"id":936,"partnerId":688,"sendViaEmail":true,"email":"compta@meubelco.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-04T12:29:44+00:00","acceptedAt":"2024-09-04T12:29:44+00:00","userId":836,"lastUpdatedAt":"2024-09-04T12:29:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":530,"invite_data":{"id":937,"partnerId":530,"sendViaEmail":true,"email":"compta@meubelco.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-04T12:30:16+00:00","acceptedAt":"2024-09-04T12:30:16+00:00","userId":836,"lastUpdatedAt":"2024-09-04T12:30:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":712,"invite_data":{"id":938,"partnerId":712,"sendViaEmail":true,"email":"xachik.h@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-04T17:54:48+00:00","acceptedAt":"2024-09-04T17:54:48+00:00","userId":1422,"lastUpdatedAt":"2024-10-10T14:30:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":703,"invite_data":{"id":940,"partnerId":703,"sendViaEmail":false,"email":"grigoryanamalya@mail.ru","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-10T10:07:08+00:00","acceptedAt":"2024-09-10T10:07:08+00:00","userId":1432,"lastUpdatedAt":"2024-09-10T10:07:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":941,"partnerId":670,"sendViaEmail":true,"email":"georgios.bomboridis@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T12:10:29+00:00","acceptedAt":"2024-09-11T12:10:29+00:00","userId":1435,"lastUpdatedAt":"2024-09-11T13:52:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":949,"partnerId":670,"sendViaEmail":true,"email":"beniot.yernaux@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T13:56:23+00:00","acceptedAt":"2024-09-11T13:56:23+00:00","userId":1436,"lastUpdatedAt":"2024-09-11T13:56:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":950,"partnerId":670,"sendViaEmail":true,"email":"semir.goethals@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T13:57:50+00:00","acceptedAt":"2024-09-11T13:57:50+00:00","userId":1437,"lastUpdatedAt":"2024-09-11T13:57:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":951,"partnerId":670,"sendViaEmail":true,"email":"phong.nguyen@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T13:58:13+00:00","acceptedAt":"2024-09-11T13:58:13+00:00","userId":1438,"lastUpdatedAt":"2024-09-11T13:58:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":952,"partnerId":670,"sendViaEmail":true,"email":"herman.vanmunster@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T13:58:50+00:00","acceptedAt":"2024-09-11T13:58:51+00:00","userId":1439,"lastUpdatedAt":"2024-09-11T13:58:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":953,"partnerId":670,"sendViaEmail":true,"email":"tom.de-wachter@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T13:59:14+00:00","acceptedAt":"2024-09-11T13:59:14+00:00","userId":1440,"lastUpdatedAt":"2024-09-11T13:59:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":954,"partnerId":670,"sendViaEmail":true,"email":"gert.haesaerts@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T13:59:35+00:00","acceptedAt":"2024-09-11T13:59:35+00:00","userId":1441,"lastUpdatedAt":"2024-09-11T13:59:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":957,"partnerId":670,"sendViaEmail":true,"email":"raymond.daems@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T14:10:54+00:00","acceptedAt":"2024-09-11T14:10:54+00:00","userId":1442,"lastUpdatedAt":"2024-09-11T14:10:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":958,"partnerId":670,"sendViaEmail":true,"email":"hans.de-schinckel@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T14:12:33+00:00","acceptedAt":"2024-09-11T14:12:33+00:00","userId":1443,"lastUpdatedAt":"2024-09-11T14:12:33+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":960,"partnerId":670,"sendViaEmail":true,"email":"kristel.goijens@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T14:14:21+00:00","acceptedAt":"2024-09-11T14:14:22+00:00","userId":1445,"lastUpdatedAt":"2024-09-11T14:14:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":961,"partnerId":670,"sendViaEmail":true,"email":"johan.kanters@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T14:15:17+00:00","acceptedAt":"2024-09-11T14:15:17+00:00","userId":1446,"lastUpdatedAt":"2024-09-11T14:15:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":962,"partnerId":670,"sendViaEmail":true,"email":"anne-marie.beemsterboer@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-11T14:15:39+00:00","acceptedAt":"2024-09-11T14:15:39+00:00","userId":1447,"lastUpdatedAt":"2024-09-11T14:15:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":964,"partnerId":240,"sendViaEmail":true,"email":"tommytimmermans@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-12T10:21:15+00:00","acceptedAt":"2024-09-12T10:21:15+00:00","userId":1450,"lastUpdatedAt":"2024-09-12T10:21:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":965,"partnerId":670,"sendViaEmail":true,"email":"Mehtap.mitil@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-12T10:55:28+00:00","acceptedAt":"2024-09-12T10:55:28+00:00","userId":1451,"lastUpdatedAt":"2024-09-12T10:55:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":720,"invite_data":{"id":968,"partnerId":720,"sendViaEmail":true,"email":"esengulb81@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-12T14:30:31+00:00","acceptedAt":"2024-09-12T14:30:31+00:00","userId":1452,"lastUpdatedAt":"2024-09-12T14:30:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":721,"invite_data":{"id":969,"partnerId":721,"sendViaEmail":true,"email":"dennis.delsael@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-13T07:51:22+00:00","acceptedAt":"2024-09-13T07:51:22+00:00","userId":1433,"lastUpdatedAt":"2024-09-13T07:51:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":722,"invite_data":{"id":970,"partnerId":722,"sendViaEmail":true,"email":"werner@vadigran.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-09-13T08:10:05+00:00","acceptedAt":"2024-09-13T08:10:05+00:00","userId":1449,"lastUpdatedAt":"2024-09-23T07:46:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":514,"invite_data":{"id":971,"partnerId":514,"sendViaEmail":true,"email":"hr@konradinvest.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-17T08:54:04+00:00","acceptedAt":"2024-09-17T08:54:04+00:00","userId":1454,"lastUpdatedAt":"2024-09-17T08:54:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":731,"invite_data":{"id":974,"partnerId":731,"sendViaEmail":true,"email":"Baktiar.hasan@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-18T08:19:59+00:00","acceptedAt":"2024-09-18T08:19:59+00:00","userId":1457,"lastUpdatedAt":"2024-09-18T08:19:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":732,"invite_data":{"id":975,"partnerId":732,"sendViaEmail":true,"email":"sander@svcreatio.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-19T11:55:25+00:00","acceptedAt":"2024-09-19T11:55:25+00:00","userId":1458,"lastUpdatedAt":"2024-09-19T11:55:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":733,"invite_data":{"id":976,"partnerId":733,"sendViaEmail":true,"email":"Jo@duvall.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-24T09:34:23+00:00","acceptedAt":"2024-09-24T09:34:23+00:00","userId":1460,"lastUpdatedAt":"2024-09-24T09:34:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":977,"partnerId":581,"sendViaEmail":false,"email":"pieter.vanmechelen@imacar.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-09-27T10:55:25+00:00","acceptedAt":"2024-09-27T10:55:25+00:00","userId":1093,"lastUpdatedAt":"2024-09-27T10:55:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":978,"partnerId":20,"sendViaEmail":true,"email":"johan.vanwinkel@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-09-30T10:45:28+00:00","acceptedAt":"2024-09-30T10:45:28+00:00","userId":1483,"lastUpdatedAt":"2024-09-30T10:45:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":979,"partnerId":670,"sendViaEmail":true,"email":"mariska.van.der.velden@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-01T10:27:58+00:00","acceptedAt":"2024-10-01T10:27:59+00:00","userId":1485,"lastUpdatedAt":"2024-10-01T10:27:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":686,"invite_data":{"id":980,"partnerId":686,"sendViaEmail":false,"email":"erik@sanseninternational.tax","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-02T08:42:35+00:00","acceptedAt":"2024-10-02T08:42:35+00:00","userId":1487,"lastUpdatedAt":"2024-10-02T08:42:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":686,"invite_data":{"id":981,"partnerId":686,"sendViaEmail":false,"email":"gertjan@sanseninternational.tax","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-02T08:47:29+00:00","acceptedAt":"2024-10-02T08:47:29+00:00","userId":1488,"lastUpdatedAt":"2024-10-02T08:47:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":686,"invite_data":{"id":982,"partnerId":686,"sendViaEmail":false,"email":"charlotte@sanseninternational.tax","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-02T08:50:24+00:00","acceptedAt":"2024-10-02T08:50:24+00:00","userId":1489,"lastUpdatedAt":"2024-10-02T08:50:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":576,"invite_data":{"id":983,"partnerId":576,"sendViaEmail":false,"email":"miseurpatrick@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-07T12:29:20+00:00","acceptedAt":"2024-10-07T12:29:20+00:00","userId":1455,"lastUpdatedAt":"2024-10-07T12:29:20+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":985,"partnerId":670,"sendViaEmail":true,"email":"Kurt.schipman@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-08T12:47:57+00:00","acceptedAt":"2024-10-08T12:47:57+00:00","userId":1497,"lastUpdatedAt":"2024-10-08T12:47:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":260,"invite_data":{"id":987,"partnerId":260,"sendViaEmail":true,"email":"elsyvanbelle@curon.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-10T07:56:19+00:00","acceptedAt":"2024-10-10T07:56:19+00:00","userId":1500,"lastUpdatedAt":"2024-10-10T07:56:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":988,"partnerId":240,"sendViaEmail":true,"email":"dorienjanssens@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-10T08:14:09+00:00","acceptedAt":"2024-10-10T08:14:09+00:00","userId":1501,"lastUpdatedAt":"2024-10-10T08:14:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":989,"partnerId":240,"sendViaEmail":true,"email":"esmeethijs@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-10T09:04:01+00:00","acceptedAt":"2024-10-10T09:04:01+00:00","userId":1502,"lastUpdatedAt":"2024-10-10T09:04:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":990,"partnerId":240,"sendViaEmail":true,"email":"tinnebaijens@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-10T09:09:52+00:00","acceptedAt":"2024-10-10T09:09:52+00:00","userId":1503,"lastUpdatedAt":"2024-10-10T09:09:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":737,"invite_data":{"id":991,"partnerId":737,"sendViaEmail":false,"email":"thijs_lemmens@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-10-11T09:25:07+00:00","acceptedAt":"2024-10-11T09:25:07+00:00","userId":1499,"lastUpdatedAt":"2024-10-11T09:25:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":992,"partnerId":20,"sendViaEmail":true,"email":"Jonas.smolenaers@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-14T08:38:03+00:00","acceptedAt":"2024-10-14T08:38:03+00:00","userId":1517,"lastUpdatedAt":"2024-10-14T08:38:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":739,"invite_data":{"id":993,"partnerId":739,"sendViaEmail":true,"email":"info@vhbvba.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-14T09:05:32+00:00","acceptedAt":"2024-10-14T09:05:32+00:00","userId":1518,"lastUpdatedAt":"2024-10-14T09:05:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":514,"invite_data":{"id":994,"partnerId":514,"sendViaEmail":true,"email":"Anne-lise@desyndicus.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-14T10:32:18+00:00","acceptedAt":"2024-10-14T10:32:18+00:00","userId":1429,"lastUpdatedAt":"2024-10-14T10:32:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1004,"partnerId":670,"sendViaEmail":true,"email":"Marijke.achten@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-16T08:55:58+00:00","acceptedAt":"2024-10-16T08:55:58+00:00","userId":1530,"lastUpdatedAt":"2024-10-16T08:55:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":743,"invite_data":{"id":1006,"partnerId":743,"sendViaEmail":true,"email":"guus.fluit@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-10-18T10:06:19+00:00","acceptedAt":"2024-10-18T10:06:19+00:00","userId":1532,"lastUpdatedAt":"2024-10-31T12:59:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":1007,"partnerId":58,"sendViaEmail":true,"email":"m.vandermost@hesse-liganl.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-18T10:35:06+00:00","acceptedAt":"2024-10-18T10:35:06+00:00","userId":1533,"lastUpdatedAt":"2024-10-18T10:35:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":1008,"partnerId":240,"sendViaEmail":true,"email":"kaatwauman@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-18T12:44:27+00:00","acceptedAt":"2024-10-18T12:44:27+00:00","userId":1534,"lastUpdatedAt":"2024-10-18T12:44:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":686,"invite_data":{"id":1009,"partnerId":686,"sendViaEmail":true,"email":"vannieuwenhovedaan@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-21T09:19:15+00:00","acceptedAt":"2024-10-21T09:19:15+00:00","userId":1538,"lastUpdatedAt":"2024-10-21T09:19:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":734,"invite_data":{"id":1014,"partnerId":734,"sendViaEmail":false,"email":"carl@woodfactory.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-28T11:50:49+00:00","acceptedAt":"2024-10-28T11:50:49+00:00","userId":1496,"lastUpdatedAt":"2024-10-28T11:50:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":754,"invite_data":{"id":1017,"partnerId":754,"sendViaEmail":true,"email":"frederik.rotthier@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-28T15:50:48+00:00","acceptedAt":"2024-10-28T15:50:48+00:00","userId":1492,"lastUpdatedAt":"2024-10-28T15:50:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":753,"invite_data":{"id":1018,"partnerId":753,"sendViaEmail":false,"email":"filip@al-vis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-31T12:02:32+00:00","acceptedAt":"2024-10-31T12:02:32+00:00","userId":1546,"lastUpdatedAt":"2024-10-31T12:02:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":752,"invite_data":{"id":1019,"partnerId":752,"sendViaEmail":false,"email":"wim.vander_sande@kimchoc.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-31T12:54:02+00:00","acceptedAt":"2024-10-31T12:54:02+00:00","userId":1545,"lastUpdatedAt":"2024-10-31T12:54:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":742,"invite_data":{"id":1020,"partnerId":742,"sendViaEmail":false,"email":"kurt_verstraelen@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-10-31T12:55:41+00:00","acceptedAt":"2024-10-31T12:55:41+00:00","userId":1531,"lastUpdatedAt":"2024-10-31T12:55:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":756,"invite_data":{"id":1022,"partnerId":756,"sendViaEmail":true,"email":"janvannieuwenhuyse@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-04T08:45:56+00:00","acceptedAt":"2024-11-04T08:45:56+00:00","userId":1553,"lastUpdatedAt":"2024-11-04T08:45:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":758,"invite_data":{"id":1024,"partnerId":758,"sendViaEmail":true,"email":"rachid.taouil@ameliotg.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-06T14:23:06+00:00","acceptedAt":"2024-11-06T14:23:06+00:00","userId":1558,"lastUpdatedAt":"2024-11-06T14:23:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1025,"partnerId":670,"sendViaEmail":true,"email":"steve.bogemans@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-07T08:57:50+00:00","acceptedAt":"2024-11-07T08:57:50+00:00","userId":1559,"lastUpdatedAt":"2024-11-07T08:57:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":760,"invite_data":{"id":1027,"partnerId":760,"sendViaEmail":false,"email":"dirk@dtinvest.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-08T13:58:18+00:00","acceptedAt":"2024-11-08T13:58:18+00:00","userId":1560,"lastUpdatedAt":"2024-11-08T13:58:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":761,"invite_data":{"id":1028,"partnerId":761,"sendViaEmail":true,"email":"slockdimitri0@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-12T11:09:23+00:00","acceptedAt":"2024-11-12T11:09:23+00:00","userId":1564,"lastUpdatedAt":"2024-11-12T11:09:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":752,"invite_data":{"id":1029,"partnerId":752,"sendViaEmail":true,"email":"Ilke.Steyls@kimchoc.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-13T09:33:46+00:00","acceptedAt":"2024-11-13T09:33:46+00:00","userId":1569,"lastUpdatedAt":"2024-11-13T09:33:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":707,"invite_data":{"id":1030,"partnerId":707,"sendViaEmail":true,"email":"hans_vandoninck@jabil.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-14T12:59:37+00:00","acceptedAt":"2024-11-14T12:59:37+00:00","userId":1572,"lastUpdatedAt":"2024-11-14T12:59:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":707,"invite_data":{"id":1031,"partnerId":707,"sendViaEmail":true,"email":"gijs_vangansewinkel@jabil.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-14T13:47:28+00:00","acceptedAt":"2024-11-14T13:47:28+00:00","userId":1573,"lastUpdatedAt":"2024-11-14T13:47:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":762,"invite_data":{"id":1032,"partnerId":762,"sendViaEmail":true,"email":"innovavista@outlook.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-14T14:40:23+00:00","acceptedAt":"2024-11-14T14:40:23+00:00","userId":1570,"lastUpdatedAt":"2024-11-14T14:40:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":763,"invite_data":{"id":1034,"partnerId":763,"sendViaEmail":true,"email":"tine.maeyens@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-15T10:55:42+00:00","acceptedAt":"2024-11-15T10:55:43+00:00","userId":1579,"lastUpdatedAt":"2024-11-15T10:55:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":1035,"partnerId":20,"sendViaEmail":true,"email":"thomas.machiels@nippongases.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-15T11:43:33+00:00","acceptedAt":"2024-11-15T11:43:33+00:00","userId":1580,"lastUpdatedAt":"2024-11-15T11:43:33+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":764,"invite_data":{"id":1036,"partnerId":764,"sendViaEmail":true,"email":"sven.saerens@eosworldwide.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-15T14:03:03+00:00","acceptedAt":"2024-11-15T14:03:03+00:00","userId":1582,"lastUpdatedAt":"2024-11-15T14:03:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":764,"invite_data":{"id":1037,"partnerId":764,"sendViaEmail":true,"email":"tessa.bullekens1@eosworldwide.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-15T14:25:02+00:00","acceptedAt":"2024-11-15T14:25:02+00:00","userId":1583,"lastUpdatedAt":"2024-11-15T14:25:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":752,"invite_data":{"id":1038,"partnerId":752,"sendViaEmail":true,"email":"anja.vos@kimchoc.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-18T09:06:21+00:00","acceptedAt":"2024-11-18T09:06:21+00:00","userId":1589,"lastUpdatedAt":"2024-11-18T09:06:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":752,"invite_data":{"id":1039,"partnerId":752,"sendViaEmail":true,"email":"tine.nagels@kimchoc.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-18T09:21:19+00:00","acceptedAt":"2024-11-18T09:21:19+00:00","userId":1590,"lastUpdatedAt":"2024-11-18T09:21:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":752,"invite_data":{"id":1040,"partnerId":752,"sendViaEmail":true,"email":"elaine.zhang@kimschoc.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-18T09:33:47+00:00","acceptedAt":"2024-11-18T09:33:47+00:00","userId":1591,"lastUpdatedAt":"2024-11-18T09:33:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":23,"invite_data":{"id":1041,"partnerId":23,"sendViaEmail":false,"email":"Maaike@netcomsolutions.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-18T12:06:35+00:00","acceptedAt":"2024-11-18T12:06:35+00:00","userId":41,"lastUpdatedAt":"2024-11-18T12:06:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":765,"invite_data":{"id":1042,"partnerId":765,"sendViaEmail":true,"email":"joris.beens@ddm.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-18T13:27:25+00:00","acceptedAt":"2024-11-18T13:27:25+00:00","userId":1592,"lastUpdatedAt":"2024-11-18T13:27:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":1043,"partnerId":240,"sendViaEmail":true,"email":"danitza.serafimoff@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-19T09:21:21+00:00","acceptedAt":"2024-11-19T09:21:21+00:00","userId":1593,"lastUpdatedAt":"2024-11-19T09:21:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":1048,"partnerId":581,"sendViaEmail":false,"email":"Niels.depauw@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-20T14:28:52+00:00","acceptedAt":"2024-11-20T14:28:52+00:00","userId":1598,"lastUpdatedAt":"2024-11-20T14:28:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":756,"invite_data":{"id":1049,"partnerId":756,"sendViaEmail":true,"email":"jan.vannieuwenhuyse@guardiant-cyber.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-20T15:40:54+00:00","acceptedAt":"2024-11-20T15:40:54+00:00","userId":1599,"lastUpdatedAt":"2024-11-20T15:40:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":767,"invite_data":{"id":1051,"partnerId":767,"sendViaEmail":true,"email":"geert.lowet@dastronic.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-25T08:55:42+00:00","acceptedAt":"2024-11-25T08:55:42+00:00","userId":1602,"lastUpdatedAt":"2024-11-25T08:55:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1052,"partnerId":670,"sendViaEmail":true,"email":"deo.nshimirimana@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-25T13:48:33+00:00","acceptedAt":"2024-11-25T13:48:33+00:00","userId":1603,"lastUpdatedAt":"2024-11-25T13:48:33+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1053,"partnerId":670,"sendViaEmail":true,"email":"elisa.ots@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-26T12:54:03+00:00","acceptedAt":"2024-11-26T12:54:03+00:00","userId":1604,"lastUpdatedAt":"2024-11-26T12:54:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":707,"invite_data":{"id":1054,"partnerId":707,"sendViaEmail":true,"email":"mahmout_kocaslan@jabil.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-28T10:05:23+00:00","acceptedAt":"2024-11-28T10:05:23+00:00","userId":1606,"lastUpdatedAt":"2024-11-28T10:05:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":769,"invite_data":{"id":1055,"partnerId":769,"sendViaEmail":true,"email":"xverbeeck@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-28T15:11:51+00:00","acceptedAt":"2024-11-28T15:11:51+00:00","userId":1608,"lastUpdatedAt":"2024-11-28T15:11:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":770,"invite_data":{"id":1056,"partnerId":770,"sendViaEmail":true,"email":"badeschoolmeester@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-29T08:52:12+00:00","acceptedAt":"2024-11-29T08:52:12+00:00","userId":1605,"lastUpdatedAt":"2024-11-29T08:52:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":1057,"partnerId":240,"sendViaEmail":true,"email":"hanneuten@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-11-29T11:38:52+00:00","acceptedAt":"2024-11-29T11:38:52+00:00","userId":1609,"lastUpdatedAt":"2024-11-29T11:38:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":771,"invite_data":{"id":1058,"partnerId":771,"sendViaEmail":true,"email":"valerie.gorreux@ohme-ev.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-02T11:41:34+00:00","acceptedAt":"2024-12-02T11:41:34+00:00","userId":1617,"lastUpdatedAt":"2024-12-02T11:41:34+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":1059,"partnerId":581,"sendViaEmail":true,"email":"Kim.vancant@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-02T13:58:48+00:00","acceptedAt":"2024-12-02T13:58:48+00:00","userId":1618,"lastUpdatedAt":"2024-12-02T13:58:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":1061,"partnerId":20,"sendViaEmail":true,"email":"katz@live.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-03T11:32:15+00:00","acceptedAt":"2024-12-03T11:32:15+00:00","userId":1624,"lastUpdatedAt":"2024-12-03T11:32:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1062,"partnerId":670,"sendViaEmail":true,"email":"jean-luc.guerra@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-04T11:42:55+00:00","acceptedAt":"2024-12-04T11:42:55+00:00","userId":1627,"lastUpdatedAt":"2024-12-04T11:42:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":773,"invite_data":{"id":1063,"partnerId":773,"sendViaEmail":true,"email":"pieter.bergez@telecom-makelaars.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-04T11:45:43+00:00","acceptedAt":"2024-12-04T11:45:43+00:00","userId":1484,"lastUpdatedAt":"2024-12-04T11:45:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":1067,"partnerId":240,"sendViaEmail":true,"email":"isabeldecoessemaeker@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-05T15:35:55+00:00","acceptedAt":"2024-12-05T15:35:55+00:00","userId":1634,"lastUpdatedAt":"2024-12-05T15:35:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1068,"partnerId":670,"sendViaEmail":true,"email":"erik.delcon@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-06T13:27:49+00:00","acceptedAt":"2024-12-06T13:27:49+00:00","userId":1636,"lastUpdatedAt":"2024-12-06T13:27:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":775,"invite_data":{"id":1069,"partnerId":775,"sendViaEmail":true,"email":"jan.desmaretz@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-09T11:16:35+00:00","acceptedAt":"2024-12-09T11:16:35+00:00","userId":1638,"lastUpdatedAt":"2024-12-09T11:16:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":777,"invite_data":{"id":1070,"partnerId":777,"sendViaEmail":true,"email":"k.roelandt@lawstone.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-09T15:31:07+00:00","acceptedAt":"2024-12-09T15:31:07+00:00","userId":1641,"lastUpdatedAt":"2024-12-09T15:31:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1071,"partnerId":780,"sendViaEmail":true,"email":"Sandra.Eemans@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-11T10:30:40+00:00","acceptedAt":"2024-12-11T10:30:40+00:00","userId":1644,"lastUpdatedAt":"2024-12-11T10:30:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":779,"invite_data":{"id":1072,"partnerId":779,"sendViaEmail":true,"email":"jargis_foaad@msn.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-11T10:32:51+00:00","acceptedAt":"2024-12-11T10:32:51+00:00","userId":1643,"lastUpdatedAt":"2024-12-11T10:32:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":781,"invite_data":{"id":1074,"partnerId":781,"sendViaEmail":true,"email":"timothy_joseph@hotmail.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-11T13:29:29+00:00","acceptedAt":"2024-12-11T13:29:29+00:00","userId":1646,"lastUpdatedAt":"2024-12-11T13:29:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":766,"invite_data":{"id":1076,"partnerId":766,"sendViaEmail":true,"email":"steven.neefs@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-13T12:06:44+00:00","acceptedAt":"2024-12-13T12:06:44+00:00","userId":1650,"lastUpdatedAt":"2024-12-13T12:06:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":766,"invite_data":{"id":1077,"partnerId":766,"sendViaEmail":true,"email":"jan.devis@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-13T12:06:58+00:00","acceptedAt":"2024-12-13T12:06:58+00:00","userId":1596,"lastUpdatedAt":"2024-12-13T12:06:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":766,"invite_data":{"id":1078,"partnerId":766,"sendViaEmail":true,"email":"pascal.bracke@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-13T12:07:12+00:00","acceptedAt":"2024-12-13T12:07:12+00:00","userId":1595,"lastUpdatedAt":"2024-12-13T12:07:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":642,"invite_data":{"id":1079,"partnerId":642,"sendViaEmail":true,"email":"Dimitri.DePauw@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-13T12:10:01+00:00","acceptedAt":"2024-12-13T12:10:01+00:00","userId":1346,"lastUpdatedAt":"2024-12-13T12:10:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":642,"invite_data":{"id":1080,"partnerId":642,"sendViaEmail":true,"email":"Stijn.Loyez@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-13T12:10:21+00:00","acceptedAt":"2024-12-13T12:10:21+00:00","userId":1290,"lastUpdatedAt":"2024-12-13T12:10:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":642,"invite_data":{"id":1081,"partnerId":642,"sendViaEmail":true,"email":"pieter.vaneynde@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-13T12:10:38+00:00","acceptedAt":"2024-12-13T12:10:38+00:00","userId":1273,"lastUpdatedAt":"2024-12-13T12:10:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":1082,"partnerId":240,"sendViaEmail":true,"email":"victordegroof@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-13T14:52:00+00:00","acceptedAt":"2024-12-13T14:52:00+00:00","userId":1652,"lastUpdatedAt":"2024-12-13T14:52:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":1083,"partnerId":528,"sendViaEmail":true,"email":"yana@recruitrlab.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-16T12:59:38+00:00","acceptedAt":"2024-12-16T12:59:38+00:00","userId":1504,"lastUpdatedAt":"2024-12-16T12:59:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":784,"invite_data":{"id":1084,"partnerId":784,"sendViaEmail":true,"email":"ignace.debreyne@gmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-16T15:13:40+00:00","acceptedAt":"2024-12-16T15:13:40+00:00","userId":1657,"lastUpdatedAt":"2024-12-16T15:13:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1086,"partnerId":780,"sendViaEmail":true,"email":"wouter.dewachter@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T13:46:43+00:00","acceptedAt":"2024-12-18T13:46:43+00:00","userId":1666,"lastUpdatedAt":"2024-12-18T13:46:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":710,"invite_data":{"id":1087,"partnerId":710,"sendViaEmail":true,"email":"icm.interieur@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-18T14:16:28+00:00","acceptedAt":"2024-12-18T14:16:28+00:00","userId":1418,"lastUpdatedAt":"2024-12-18T14:16:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":744,"invite_data":{"id":1088,"partnerId":744,"sendViaEmail":true,"email":"icm.interieur@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-18T14:18:34+00:00","acceptedAt":"2024-12-18T14:18:34+00:00","userId":1418,"lastUpdatedAt":"2024-12-18T14:18:34+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1095,"partnerId":780,"sendViaEmail":true,"email":"maarten.albrechts@HETBELANGVANLIMBURG.BE","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:11:55+00:00","acceptedAt":"2024-12-18T16:11:55+00:00","userId":1668,"lastUpdatedAt":"2024-12-18T16:11:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1096,"partnerId":780,"sendViaEmail":true,"email":"raoul.putzeys@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:11:56+00:00","acceptedAt":"2024-12-18T16:11:56+00:00","userId":1669,"lastUpdatedAt":"2024-12-18T16:11:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1098,"partnerId":780,"sendViaEmail":true,"email":"Selien.Didden@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:11:59+00:00","acceptedAt":"2024-12-18T16:11:59+00:00","userId":1671,"lastUpdatedAt":"2024-12-18T16:11:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1099,"partnerId":780,"sendViaEmail":true,"email":"desta.rozendaal@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:01+00:00","acceptedAt":"2024-12-18T16:12:01+00:00","userId":1672,"lastUpdatedAt":"2024-12-18T16:12:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1100,"partnerId":780,"sendViaEmail":true,"email":"brecht.vandenbroucke@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:02+00:00","acceptedAt":"2024-12-18T16:12:02+00:00","userId":1673,"lastUpdatedAt":"2024-12-18T16:12:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1101,"partnerId":780,"sendViaEmail":true,"email":"jolien.luyten@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:04+00:00","acceptedAt":"2024-12-18T16:12:04+00:00","userId":1674,"lastUpdatedAt":"2024-12-18T16:12:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1102,"partnerId":780,"sendViaEmail":true,"email":"raf.hermans@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:05+00:00","acceptedAt":"2024-12-18T16:12:05+00:00","userId":1675,"lastUpdatedAt":"2024-12-18T16:12:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1103,"partnerId":780,"sendViaEmail":true,"email":"lien.vandekerkhof@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:06+00:00","acceptedAt":"2024-12-18T16:12:06+00:00","userId":1676,"lastUpdatedAt":"2024-12-18T16:12:06+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1104,"partnerId":780,"sendViaEmail":true,"email":"jan.engelen@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:08+00:00","acceptedAt":"2024-12-18T16:12:08+00:00","userId":1677,"lastUpdatedAt":"2024-12-18T16:12:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1105,"partnerId":780,"sendViaEmail":true,"email":"patricia.coenen@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:09+00:00","acceptedAt":"2024-12-18T16:12:09+00:00","userId":1678,"lastUpdatedAt":"2024-12-18T16:12:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1107,"partnerId":780,"sendViaEmail":true,"email":"Pieter-Jan.Vermeersch@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:12+00:00","acceptedAt":"2024-12-18T16:12:12+00:00","userId":1680,"lastUpdatedAt":"2024-12-18T16:12:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1109,"partnerId":780,"sendViaEmail":true,"email":"jelle.laenen@gazetvanantwerpen.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:15+00:00","acceptedAt":"2024-12-18T16:12:15+00:00","userId":1682,"lastUpdatedAt":"2024-12-18T16:12:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1110,"partnerId":780,"sendViaEmail":true,"email":"Sam.Hayen@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:16+00:00","acceptedAt":"2024-12-18T16:12:16+00:00","userId":1683,"lastUpdatedAt":"2024-12-18T16:12:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1111,"partnerId":780,"sendViaEmail":true,"email":"Mark.Troosters@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:17+00:00","acceptedAt":"2024-12-18T16:12:17+00:00","userId":1684,"lastUpdatedAt":"2024-12-18T16:12:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1112,"partnerId":780,"sendViaEmail":true,"email":"jarit.taelman@gazetvanantwerpen.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:19+00:00","acceptedAt":"2024-12-18T16:12:19+00:00","userId":1685,"lastUpdatedAt":"2024-12-18T16:12:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1113,"partnerId":780,"sendViaEmail":true,"email":"peter.vervaet@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:20+00:00","acceptedAt":"2024-12-18T16:12:20+00:00","userId":1686,"lastUpdatedAt":"2024-12-18T16:12:20+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1114,"partnerId":780,"sendViaEmail":true,"email":"Dries.Houben@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:22+00:00","acceptedAt":"2024-12-18T16:12:22+00:00","userId":1687,"lastUpdatedAt":"2024-12-18T16:12:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1115,"partnerId":780,"sendViaEmail":true,"email":"diandra.cascardo@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:23+00:00","acceptedAt":"2024-12-18T16:12:23+00:00","userId":1688,"lastUpdatedAt":"2024-12-18T16:12:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1116,"partnerId":780,"sendViaEmail":true,"email":"dennis.vangoethem@NIEUWSBLAD.BE","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:25+00:00","acceptedAt":"2024-12-18T16:12:25+00:00","userId":1689,"lastUpdatedAt":"2024-12-18T16:12:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1117,"partnerId":780,"sendViaEmail":true,"email":"Julie.Devlieghere@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:26+00:00","acceptedAt":"2024-12-18T16:12:26+00:00","userId":1690,"lastUpdatedAt":"2024-12-18T16:12:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1118,"partnerId":780,"sendViaEmail":true,"email":"Steve.Emons@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:27+00:00","acceptedAt":"2024-12-18T16:12:27+00:00","userId":1691,"lastUpdatedAt":"2024-12-18T16:12:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1119,"partnerId":780,"sendViaEmail":true,"email":"Joost.Hanssen@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:29+00:00","acceptedAt":"2024-12-18T16:12:29+00:00","userId":1692,"lastUpdatedAt":"2024-12-18T16:12:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1120,"partnerId":780,"sendViaEmail":true,"email":"domien.brepoels@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:30+00:00","acceptedAt":"2024-12-18T16:12:30+00:00","userId":1693,"lastUpdatedAt":"2024-12-18T16:12:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1123,"partnerId":780,"sendViaEmail":true,"email":"ben.vanmol@coldsetprintingpartners.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:34+00:00","acceptedAt":"2024-12-18T16:12:34+00:00","userId":1696,"lastUpdatedAt":"2024-12-18T16:12:34+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1124,"partnerId":780,"sendViaEmail":true,"email":"laura.theys@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:36+00:00","acceptedAt":"2024-12-18T16:12:36+00:00","userId":1697,"lastUpdatedAt":"2024-12-18T16:12:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1125,"partnerId":780,"sendViaEmail":true,"email":"peter.derop@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:37+00:00","acceptedAt":"2024-12-18T16:12:37+00:00","userId":1698,"lastUpdatedAt":"2024-12-18T16:12:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1126,"partnerId":780,"sendViaEmail":true,"email":"Johan.Bonne@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-18T16:12:38+00:00","acceptedAt":"2024-12-18T16:12:38+00:00","userId":1699,"lastUpdatedAt":"2024-12-18T16:12:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":752,"invite_data":{"id":1127,"partnerId":752,"sendViaEmail":true,"email":"karl.bollaerts@kimchoc.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-20T10:32:10+00:00","acceptedAt":"2024-12-20T10:32:10+00:00","userId":1702,"lastUpdatedAt":"2024-12-20T10:32:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":752,"invite_data":{"id":1128,"partnerId":752,"sendViaEmail":true,"email":"Gunther.Pittomvils@kimchoc.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-20T11:22:44+00:00","acceptedAt":"2024-12-20T11:22:44+00:00","userId":1704,"lastUpdatedAt":"2024-12-20T11:22:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1129,"partnerId":780,"sendViaEmail":true,"email":"Petra.Asche@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:53:53+00:00","acceptedAt":"2024-12-20T12:53:53+00:00","userId":1705,"lastUpdatedAt":"2024-12-20T12:53:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1130,"partnerId":780,"sendViaEmail":true,"email":"Sabine.Brans@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:53:55+00:00","acceptedAt":"2024-12-20T12:53:55+00:00","userId":1706,"lastUpdatedAt":"2024-12-20T12:53:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1131,"partnerId":780,"sendViaEmail":true,"email":"jana.brusten@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:53:56+00:00","acceptedAt":"2024-12-20T12:53:56+00:00","userId":1707,"lastUpdatedAt":"2024-12-20T12:53:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1132,"partnerId":780,"sendViaEmail":true,"email":"Angela.bruyns@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:53:57+00:00","acceptedAt":"2024-12-20T12:53:57+00:00","userId":1708,"lastUpdatedAt":"2024-12-20T12:53:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1133,"partnerId":780,"sendViaEmail":true,"email":"guido.cloostermans@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:53:58+00:00","acceptedAt":"2024-12-20T12:53:58+00:00","userId":1709,"lastUpdatedAt":"2024-12-20T12:53:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1134,"partnerId":780,"sendViaEmail":true,"email":"wim.conings@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:53:59+00:00","acceptedAt":"2024-12-20T12:53:59+00:00","userId":1710,"lastUpdatedAt":"2024-12-20T12:53:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1135,"partnerId":780,"sendViaEmail":true,"email":"Simon.Fallon-Kund@nieuwsblad.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:01+00:00","acceptedAt":"2024-12-20T12:54:01+00:00","userId":1711,"lastUpdatedAt":"2024-12-20T12:54:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1136,"partnerId":780,"sendViaEmail":true,"email":"sara.louage@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:02+00:00","acceptedAt":"2024-12-20T12:54:02+00:00","userId":1712,"lastUpdatedAt":"2024-12-20T12:54:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1137,"partnerId":780,"sendViaEmail":true,"email":"alanis.michiels@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:03+00:00","acceptedAt":"2024-12-20T12:54:03+00:00","userId":1713,"lastUpdatedAt":"2024-12-20T12:54:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1138,"partnerId":780,"sendViaEmail":true,"email":"bram.moors@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:04+00:00","acceptedAt":"2024-12-20T12:54:04+00:00","userId":1714,"lastUpdatedAt":"2024-12-20T12:54:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1139,"partnerId":780,"sendViaEmail":true,"email":"kato.poelmans@hetbelangvanlimburg.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:05+00:00","acceptedAt":"2024-12-20T12:54:05+00:00","userId":1715,"lastUpdatedAt":"2024-12-20T12:54:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1140,"partnerId":780,"sendViaEmail":true,"email":"dominick.rombouts@gazetvanantwerpen.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:07+00:00","acceptedAt":"2024-12-20T12:54:07+00:00","userId":1716,"lastUpdatedAt":"2024-12-20T12:54:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1141,"partnerId":780,"sendViaEmail":true,"email":"evelien.theunissen@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:08+00:00","acceptedAt":"2024-12-20T12:54:08+00:00","userId":1717,"lastUpdatedAt":"2024-12-20T12:54:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1142,"partnerId":780,"sendViaEmail":true,"email":"christel.touriany@mediahuis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:09+00:00","acceptedAt":"2024-12-20T12:54:09+00:00","userId":1718,"lastUpdatedAt":"2024-12-20T12:54:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1143,"partnerId":780,"sendViaEmail":true,"email":"christof.willocx@gazetvanantwerpen.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2024-12-20T12:54:11+00:00","acceptedAt":"2024-12-20T12:54:11+00:00","userId":1719,"lastUpdatedAt":"2024-12-20T12:54:11+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":776,"invite_data":{"id":1144,"partnerId":776,"sendViaEmail":false,"email":"bruno.cleeren@jaspers.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-24T09:29:22+00:00","acceptedAt":"2024-12-24T09:29:23+00:00","userId":1640,"lastUpdatedAt":"2024-12-24T09:29:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":323,"invite_data":{"id":1147,"partnerId":323,"sendViaEmail":false,"email":"valerie.huwaert@beclinic.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-24T13:39:23+00:00","acceptedAt":"2024-12-24T13:39:23+00:00","userId":1726,"lastUpdatedAt":"2024-12-24T13:39:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":323,"invite_data":{"id":1148,"partnerId":323,"sendViaEmail":true,"email":"maite.czupper@beclinic.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2024-12-24T13:39:51+00:00","acceptedAt":"2024-12-24T13:39:51+00:00","userId":1725,"lastUpdatedAt":"2024-12-24T13:39:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":756,"invite_data":{"id":1149,"partnerId":756,"sendViaEmail":false,"email":"thomas.knoops@guardiant-cyber.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-06T08:30:53+00:00","acceptedAt":"2025-01-06T08:30:53+00:00","userId":1757,"lastUpdatedAt":"2025-01-06T08:30:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":1150,"partnerId":581,"sendViaEmail":true,"email":"Jonas.gevaert@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-06T15:57:16+00:00","acceptedAt":"2025-01-06T15:57:16+00:00","userId":1758,"lastUpdatedAt":"2025-01-24T16:26:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":776,"invite_data":{"id":1151,"partnerId":776,"sendViaEmail":false,"email":"transshopinvest@jaspers.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-06T16:26:32+00:00","acceptedAt":"2025-01-06T16:26:32+00:00","userId":1759,"lastUpdatedAt":"2025-01-06T16:26:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1154,"partnerId":670,"sendViaEmail":true,"email":"marc.dierickx@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-08T09:31:45+00:00","acceptedAt":"2025-01-08T09:31:45+00:00","userId":1768,"lastUpdatedAt":"2025-01-08T09:31:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":765,"invite_data":{"id":1155,"partnerId":765,"sendViaEmail":true,"email":"ap510@ddm.eu","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-08T11:38:03+00:00","acceptedAt":"2025-01-08T11:38:03+00:00","userId":1762,"lastUpdatedAt":"2025-01-08T11:38:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":788,"invite_data":{"id":1156,"partnerId":788,"sendViaEmail":true,"email":"leslie.willaert@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-08T16:28:37+00:00","acceptedAt":"2025-01-08T16:28:37+00:00","userId":1635,"lastUpdatedAt":"2025-01-08T16:28:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":788,"invite_data":{"id":1157,"partnerId":788,"sendViaEmail":true,"email":"karlgoossens@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-09T10:35:47+00:00","acceptedAt":"2025-01-09T10:35:47+00:00","userId":1654,"lastUpdatedAt":"2025-01-09T10:35:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":788,"invite_data":{"id":1158,"partnerId":788,"sendViaEmail":true,"email":"Ludwig.devos@hotmail.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-09T10:45:28+00:00","acceptedAt":"2025-01-09T10:45:28+00:00","userId":1776,"lastUpdatedAt":"2025-01-09T10:45:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":789,"invite_data":{"id":1159,"partnerId":789,"sendViaEmail":true,"email":"bram.merckx@adsanddata.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-09T16:53:28+00:00","acceptedAt":"2025-01-09T16:53:28+00:00","userId":1778,"lastUpdatedAt":"2025-01-09T16:53:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":576,"invite_data":{"id":1160,"partnerId":576,"sendViaEmail":false,"email":"thomas.greeve@polygongroup.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T10:58:15+00:00","acceptedAt":"2025-01-10T10:58:15+00:00","userId":1594,"lastUpdatedAt":"2025-01-10T10:58:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":790,"invite_data":{"id":1161,"partnerId":790,"sendViaEmail":true,"email":"johan.triekels@coldsetprintingpartners.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T11:53:21+00:00","acceptedAt":"2025-01-10T11:53:21+00:00","userId":1780,"lastUpdatedAt":"2025-01-10T11:53:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":790,"invite_data":{"id":1162,"partnerId":790,"sendViaEmail":true,"email":"wim.tuyaerts@coldsetprintingpartners.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T11:54:16+00:00","acceptedAt":"2025-01-10T11:54:16+00:00","userId":1781,"lastUpdatedAt":"2025-01-10T11:54:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":1163,"partnerId":240,"sendViaEmail":false,"email":"bovanhecke@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T13:59:22+00:00","acceptedAt":"2025-01-10T13:59:23+00:00","userId":1783,"lastUpdatedAt":"2025-01-10T13:59:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":1164,"partnerId":240,"sendViaEmail":true,"email":"lunavandevelde@probis.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T14:08:14+00:00","acceptedAt":"2025-01-10T14:08:14+00:00","userId":1784,"lastUpdatedAt":"2025-01-10T14:08:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":791,"invite_data":{"id":1165,"partnerId":791,"sendViaEmail":false,"email":"hanane.akoudad@jobat.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T14:36:08+00:00","acceptedAt":"2025-01-10T14:36:08+00:00","userId":1694,"lastUpdatedAt":"2025-01-10T14:36:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":791,"invite_data":{"id":1166,"partnerId":791,"sendViaEmail":true,"email":"esther.daneels@jobat.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T14:37:58+00:00","acceptedAt":"2025-01-10T14:37:58+00:00","userId":1785,"lastUpdatedAt":"2025-01-10T14:37:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":791,"invite_data":{"id":1167,"partnerId":791,"sendViaEmail":false,"email":"sien.gaens@jobat.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T14:47:27+00:00","acceptedAt":"2025-01-10T14:47:27+00:00","userId":1786,"lastUpdatedAt":"2025-01-10T14:47:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1168,"partnerId":780,"sendViaEmail":true,"email":"liesbeth.boel@nieuwsblad.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T16:58:44+00:00","acceptedAt":"2025-01-10T16:58:44+00:00","userId":1787,"lastUpdatedAt":"2025-01-10T16:58:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":780,"invite_data":{"id":1169,"partnerId":780,"sendViaEmail":true,"email":"nele.coune@hetbelangvanlimburg.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-10T17:07:15+00:00","acceptedAt":"2025-01-10T17:07:15+00:00","userId":1788,"lastUpdatedAt":"2025-01-10T17:07:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":1170,"partnerId":20,"sendViaEmail":false,"email":"karljan.maes@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-11T07:45:36+00:00","acceptedAt":"2025-01-11T07:45:36+00:00","userId":1789,"lastUpdatedAt":"2025-01-11T07:45:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":788,"invite_data":{"id":1171,"partnerId":788,"sendViaEmail":true,"email":"angelique.gevaert@hedinautomotive.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-13T11:47:45+00:00","acceptedAt":"2025-01-13T11:47:45+00:00","userId":1792,"lastUpdatedAt":"2025-01-13T11:47:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":788,"invite_data":{"id":1172,"partnerId":788,"sendViaEmail":false,"email":"joerivanmelkebeke@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-14T14:56:39+00:00","acceptedAt":"2025-01-14T14:56:39+00:00","userId":1794,"lastUpdatedAt":"2025-01-14T14:56:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":8,"invite_data":{"id":1173,"partnerId":8,"sendViaEmail":true,"email":"nareshbase667@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-15T06:18:24+00:00","acceptedAt":"2025-01-15T06:18:24+00:00","userId":1343,"lastUpdatedAt":"2025-01-15T06:18:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":765,"invite_data":{"id":1174,"partnerId":765,"sendViaEmail":false,"email":"Jonathan.Vazquez@ddm.eu","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-15T13:55:02+00:00","acceptedAt":"2025-01-15T13:55:02+00:00","userId":1760,"lastUpdatedAt":"2025-01-15T13:55:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":8,"invite_data":{"id":1176,"partnerId":8,"sendViaEmail":true,"email":"kranil7701@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-16T07:16:17+00:00","acceptedAt":"2025-01-16T07:16:17+00:00","userId":1767,"lastUpdatedAt":"2025-01-16T07:16:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":69,"invite_data":{"id":1189,"partnerId":69,"sendViaEmail":true,"email":"nareshtest@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-16T09:47:37+00:00","acceptedAt":"2025-01-16T09:47:37+00:00","userId":1798,"lastUpdatedAt":"2025-01-16T09:47:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":262,"invite_data":{"id":1190,"partnerId":262,"sendViaEmail":true,"email":"nareshtest@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-16T10:14:23+00:00","acceptedAt":"2025-01-16T10:14:23+00:00","userId":1798,"lastUpdatedAt":"2025-01-16T10:14:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":118,"invite_data":{"id":1191,"partnerId":118,"sendViaEmail":true,"email":"nareshtest@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-16T10:26:45+00:00","acceptedAt":"2025-01-16T10:26:45+00:00","userId":1798,"lastUpdatedAt":"2025-01-16T10:26:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":256,"invite_data":{"id":1193,"partnerId":256,"sendViaEmail":true,"email":"kranil7701@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-16T10:37:07+00:00","acceptedAt":"2025-01-16T10:37:07+00:00","userId":1767,"lastUpdatedAt":"2025-01-16T10:37:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":256,"invite_data":{"id":1194,"partnerId":256,"sendViaEmail":true,"email":"nareshtest@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-16T10:38:16+00:00","acceptedAt":"2025-01-16T10:38:16+00:00","userId":1798,"lastUpdatedAt":"2025-01-16T10:38:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":70,"invite_data":{"id":1195,"partnerId":70,"sendViaEmail":true,"email":"John.appleseed@ampeco.global","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-17T03:01:47+00:00","acceptedAt":"2025-01-17T03:01:47+00:00","userId":1,"lastUpdatedAt":"2025-01-17T03:01:47+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":70,"invite_data":{"id":1196,"partnerId":70,"sendViaEmail":true,"email":"nareshtest@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-17T03:47:31+00:00","acceptedAt":"2025-01-17T03:47:31+00:00","userId":1798,"lastUpdatedAt":"2025-01-17T03:47:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":793,"invite_data":{"id":1197,"partnerId":793,"sendViaEmail":true,"email":"jess@allvisual.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-17T15:45:29+00:00","acceptedAt":"2025-01-17T15:45:29+00:00","userId":1805,"lastUpdatedAt":"2025-01-17T15:45:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":1198,"partnerId":20,"sendViaEmail":false,"email":"bastia.vandenbulck@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-20T14:27:54+00:00","acceptedAt":"2025-01-20T14:27:54+00:00","userId":1808,"lastUpdatedAt":"2025-01-20T14:27:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":752,"invite_data":{"id":1199,"partnerId":752,"sendViaEmail":false,"email":"Pascale.Smets@kimchoc.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-20T15:15:55+00:00","acceptedAt":"2025-01-20T15:15:55+00:00","userId":1703,"lastUpdatedAt":"2025-01-20T15:15:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":1200,"partnerId":528,"sendViaEmail":false,"email":"robbe@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-20T16:00:30+00:00","acceptedAt":"2025-01-20T16:00:30+00:00","userId":1207,"lastUpdatedAt":"2025-01-20T16:00:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1201,"partnerId":670,"sendViaEmail":false,"email":"ismael.temsamani@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-22T11:33:22+00:00","acceptedAt":"2025-01-22T11:33:22+00:00","userId":1810,"lastUpdatedAt":"2025-01-22T11:33:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":795,"invite_data":{"id":1202,"partnerId":795,"sendViaEmail":false,"email":"annemie@embridge.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-22T11:59:04+00:00","acceptedAt":"2025-01-22T11:59:04+00:00","userId":1507,"lastUpdatedAt":"2025-01-22T11:59:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":795,"invite_data":{"id":1203,"partnerId":795,"sendViaEmail":false,"email":"charona@embridge.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-22T12:00:10+00:00","acceptedAt":"2025-01-22T12:00:10+00:00","userId":1505,"lastUpdatedAt":"2025-01-22T12:00:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":795,"invite_data":{"id":1204,"partnerId":795,"sendViaEmail":false,"email":"Lynn@embridge.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-22T12:01:16+00:00","acceptedAt":"2025-01-22T12:01:16+00:00","userId":1662,"lastUpdatedAt":"2025-01-22T12:01:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":795,"invite_data":{"id":1205,"partnerId":795,"sendViaEmail":false,"email":"michael@embridge.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-22T12:02:00+00:00","acceptedAt":"2025-01-22T12:02:00+00:00","userId":1506,"lastUpdatedAt":"2025-01-22T12:02:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1206,"partnerId":670,"sendViaEmail":true,"email":"mark.maerevoet@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-22T16:51:09+00:00","acceptedAt":"2025-01-22T16:51:09+00:00","userId":1814,"lastUpdatedAt":"2025-01-22T16:51:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":796,"invite_data":{"id":1207,"partnerId":796,"sendViaEmail":true,"email":"Ewoud@advocaatdevidts.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-23T10:15:46+00:00","acceptedAt":"2025-01-23T10:15:46+00:00","userId":1816,"lastUpdatedAt":"2025-01-23T10:15:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":1209,"partnerId":20,"sendViaEmail":false,"email":"ben.daems@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-23T16:07:57+00:00","acceptedAt":"2025-01-23T16:07:57+00:00","userId":1818,"lastUpdatedAt":"2025-01-23T16:07:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1210,"partnerId":797,"sendViaEmail":false,"email":"ronald.van.zijp@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-24T10:22:21+00:00","acceptedAt":"2025-01-24T10:22:21+00:00","userId":1821,"lastUpdatedAt":"2025-01-24T10:22:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":1211,"partnerId":240,"sendViaEmail":false,"email":"michelelemmens@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-27T12:53:19+00:00","acceptedAt":"2025-01-27T12:53:19+00:00","userId":1830,"lastUpdatedAt":"2025-01-27T12:53:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1212,"partnerId":670,"sendViaEmail":false,"email":"koos.van-de-loo@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-27T15:54:45+00:00","acceptedAt":"2025-01-27T15:54:45+00:00","userId":1831,"lastUpdatedAt":"2025-01-27T15:54:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1213,"partnerId":670,"sendViaEmail":false,"email":"marco.van-rosmalen@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-27T16:05:58+00:00","acceptedAt":"2025-01-27T16:05:58+00:00","userId":1832,"lastUpdatedAt":"2025-01-27T16:05:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":798,"invite_data":{"id":1214,"partnerId":798,"sendViaEmail":false,"email":"benoit@bveinternational.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-01-28T10:57:11+00:00","acceptedAt":"2025-01-28T10:57:11+00:00","userId":734,"lastUpdatedAt":"2025-01-28T10:57:11+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":1215,"partnerId":240,"sendViaEmail":false,"email":"margauxdescan@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-29T15:30:29+00:00","acceptedAt":"2025-01-29T15:30:29+00:00","userId":1837,"lastUpdatedAt":"2025-01-29T15:30:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":799,"invite_data":{"id":1217,"partnerId":799,"sendViaEmail":false,"email":"koen.thys@straaltechniek.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-30T15:17:30+00:00","acceptedAt":"2025-01-30T15:17:30+00:00","userId":1843,"lastUpdatedAt":"2025-01-30T15:17:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1218,"partnerId":797,"sendViaEmail":false,"email":"erwin.bruinings@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T14:02:07+00:00","acceptedAt":"2025-01-31T14:02:07+00:00","userId":1844,"lastUpdatedAt":"2025-01-31T14:02:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1219,"partnerId":797,"sendViaEmail":false,"email":"vital.lambert@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T14:18:14+00:00","acceptedAt":"2025-01-31T14:18:14+00:00","userId":1845,"lastUpdatedAt":"2025-01-31T14:18:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1220,"partnerId":797,"sendViaEmail":false,"email":"sven.torfs@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T14:32:13+00:00","acceptedAt":"2025-01-31T14:32:13+00:00","userId":1846,"lastUpdatedAt":"2025-01-31T14:32:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1221,"partnerId":797,"sendViaEmail":false,"email":"sven.vandeneijnde@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T14:44:46+00:00","acceptedAt":"2025-01-31T14:44:46+00:00","userId":1847,"lastUpdatedAt":"2025-01-31T14:44:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1222,"partnerId":797,"sendViaEmail":false,"email":"alain.van-loock@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T15:13:46+00:00","acceptedAt":"2025-01-31T15:13:46+00:00","userId":1848,"lastUpdatedAt":"2025-01-31T15:13:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1223,"partnerId":797,"sendViaEmail":false,"email":"kim.huysmans@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T15:31:28+00:00","acceptedAt":"2025-01-31T15:31:28+00:00","userId":1849,"lastUpdatedAt":"2025-01-31T15:31:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1224,"partnerId":797,"sendViaEmail":false,"email":"ilegemskevin@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-01-31T15:46:40+00:00","acceptedAt":"2025-01-31T15:46:40+00:00","userId":1737,"lastUpdatedAt":"2025-01-31T15:46:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1226,"partnerId":797,"sendViaEmail":false,"email":"brigitte.van-daele@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-03T09:51:14+00:00","acceptedAt":"2025-02-03T09:51:14+00:00","userId":1861,"lastUpdatedAt":"2025-02-03T09:51:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1227,"partnerId":797,"sendViaEmail":false,"email":"sam.stuyck@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-03T10:02:09+00:00","acceptedAt":"2025-02-03T10:02:09+00:00","userId":1862,"lastUpdatedAt":"2025-02-03T10:02:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1228,"partnerId":797,"sendViaEmail":false,"email":"ben.vaneijcken@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-03T10:10:24+00:00","acceptedAt":"2025-02-03T10:10:24+00:00","userId":1660,"lastUpdatedAt":"2025-02-03T10:10:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1229,"partnerId":797,"sendViaEmail":false,"email":"brecht.olijslagers@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-03T10:19:48+00:00","acceptedAt":"2025-02-03T10:19:48+00:00","userId":1863,"lastUpdatedAt":"2025-02-03T10:19:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1230,"partnerId":797,"sendViaEmail":false,"email":"tiboloon@outlook.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-03T10:31:52+00:00","acceptedAt":"2025-02-03T10:31:52+00:00","userId":1663,"lastUpdatedAt":"2025-02-03T10:31:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":1232,"partnerId":528,"sendViaEmail":false,"email":"kim@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-04T11:23:29+00:00","acceptedAt":"2025-02-04T11:23:29+00:00","userId":1865,"lastUpdatedAt":"2025-02-04T11:23:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":1233,"partnerId":528,"sendViaEmail":false,"email":"jolien@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-04T11:48:43+00:00","acceptedAt":"2025-02-04T11:48:43+00:00","userId":1850,"lastUpdatedAt":"2025-02-04T11:48:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":806,"invite_data":{"id":1234,"partnerId":806,"sendViaEmail":false,"email":"stephanie.deville@challenge-mc.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-04T16:07:15+00:00","acceptedAt":"2025-02-04T16:07:15+00:00","userId":1867,"lastUpdatedAt":"2025-02-04T16:07:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":791,"invite_data":{"id":1235,"partnerId":791,"sendViaEmail":false,"email":"elke.delgouffe@jobat.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-06T11:50:58+00:00","acceptedAt":"2025-02-06T11:50:59+00:00","userId":1824,"lastUpdatedAt":"2025-02-06T11:50:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":360,"invite_data":{"id":1237,"partnerId":360,"sendViaEmail":true,"email":"kranil7701@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-07T09:59:36+00:00","acceptedAt":"2025-02-07T09:59:36+00:00","userId":1767,"lastUpdatedAt":"2025-02-07T09:59:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":704,"invite_data":{"id":1238,"partnerId":704,"sendViaEmail":false,"email":"Ise@accofiska.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-07T11:18:40+00:00","acceptedAt":"2025-02-07T11:18:40+00:00","userId":1411,"lastUpdatedAt":"2025-02-07T11:18:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":807,"invite_data":{"id":1239,"partnerId":807,"sendViaEmail":true,"email":"rein.motyka@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T09:40:15+00:00","acceptedAt":"2025-02-10T09:40:15+00:00","userId":1878,"lastUpdatedAt":"2025-02-10T09:40:15+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":808,"invite_data":{"id":1240,"partnerId":808,"sendViaEmail":true,"email":"michael@rubec.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T13:39:50+00:00","acceptedAt":"2025-02-10T13:39:50+00:00","userId":1879,"lastUpdatedAt":"2025-02-10T13:39:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":809,"invite_data":{"id":1241,"partnerId":809,"sendViaEmail":false,"email":"info@altaircommunications.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T14:59:53+00:00","acceptedAt":"2025-02-10T14:59:53+00:00","userId":1882,"lastUpdatedAt":"2025-02-10T14:59:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":1242,"partnerId":240,"sendViaEmail":false,"email":"inevanhaeren@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T16:04:14+00:00","acceptedAt":"2025-02-10T16:04:14+00:00","userId":1885,"lastUpdatedAt":"2025-02-10T16:04:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":1243,"partnerId":240,"sendViaEmail":false,"email":"stephanierosseel@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T16:17:53+00:00","acceptedAt":"2025-02-10T16:17:53+00:00","userId":1886,"lastUpdatedAt":"2025-02-10T16:17:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1244,"partnerId":588,"sendViaEmail":true,"email":"Emoortgat@gantrade.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:06:09+00:00","acceptedAt":"2025-02-10T23:06:09+00:00","userId":1645,"lastUpdatedAt":"2025-02-10T23:06:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1245,"partnerId":588,"sendViaEmail":true,"email":"Mark.sleegers@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:07:59+00:00","acceptedAt":"2025-02-10T23:07:59+00:00","userId":1631,"lastUpdatedAt":"2025-02-10T23:07:59+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1246,"partnerId":588,"sendViaEmail":true,"email":"pascale.vanolst@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:08:16+00:00","acceptedAt":"2025-02-10T23:08:16+00:00","userId":1630,"lastUpdatedAt":"2025-02-10T23:08:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1247,"partnerId":588,"sendViaEmail":true,"email":"Marc.slock@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:08:34+00:00","acceptedAt":"2025-02-10T23:08:34+00:00","userId":1529,"lastUpdatedAt":"2025-02-10T23:08:34+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1248,"partnerId":588,"sendViaEmail":true,"email":"Olivier.demeijer@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:08:52+00:00","acceptedAt":"2025-02-10T23:08:52+00:00","userId":1528,"lastUpdatedAt":"2025-02-10T23:08:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1249,"partnerId":588,"sendViaEmail":true,"email":"Wendy.crauwels@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:09:07+00:00","acceptedAt":"2025-02-10T23:09:07+00:00","userId":1527,"lastUpdatedAt":"2025-02-10T23:09:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1250,"partnerId":588,"sendViaEmail":true,"email":"Pierre.noyrez@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:09:22+00:00","acceptedAt":"2025-02-10T23:09:22+00:00","userId":1526,"lastUpdatedAt":"2025-02-10T23:09:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1251,"partnerId":588,"sendViaEmail":true,"email":"it@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:09:37+00:00","acceptedAt":"2025-02-10T23:09:37+00:00","userId":1525,"lastUpdatedAt":"2025-02-10T23:09:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1252,"partnerId":588,"sendViaEmail":true,"email":"Greg.parekh@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:09:49+00:00","acceptedAt":"2025-02-10T23:09:49+00:00","userId":1524,"lastUpdatedAt":"2025-02-10T23:09:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1253,"partnerId":588,"sendViaEmail":true,"email":"Dquadflieg@gantrade.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:10:01+00:00","acceptedAt":"2025-02-10T23:10:01+00:00","userId":1523,"lastUpdatedAt":"2025-02-10T23:10:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1254,"partnerId":588,"sendViaEmail":true,"email":"Joanna.batkowska@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:10:13+00:00","acceptedAt":"2025-02-10T23:10:13+00:00","userId":1522,"lastUpdatedAt":"2025-02-10T23:10:13+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1255,"partnerId":588,"sendViaEmail":true,"email":"tim.vandenbogaert@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-10T23:10:26+00:00","acceptedAt":"2025-02-10T23:10:26+00:00","userId":1253,"lastUpdatedAt":"2025-02-10T23:10:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":346,"invite_data":{"id":1256,"partnerId":346,"sendViaEmail":false,"email":"silviagarlisi@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-11T10:12:04+00:00","acceptedAt":"2025-02-11T10:12:04+00:00","userId":1888,"lastUpdatedAt":"2025-02-11T10:12:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":778,"invite_data":{"id":1257,"partnerId":778,"sendViaEmail":false,"email":"qinemotion@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-12T15:17:10+00:00","acceptedAt":"2025-02-12T15:17:10+00:00","userId":1550,"lastUpdatedAt":"2025-02-12T15:17:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":810,"invite_data":{"id":1258,"partnerId":810,"sendViaEmail":false,"email":"info@winka.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-13T10:04:32+00:00","acceptedAt":"2025-02-13T10:04:33+00:00","userId":1892,"lastUpdatedAt":"2025-02-13T10:04:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":789,"invite_data":{"id":1259,"partnerId":789,"sendViaEmail":false,"email":"ruben.van.ruysseveldt@adsanddata.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-13T11:35:04+00:00","acceptedAt":"2025-02-13T11:35:04+00:00","userId":1695,"lastUpdatedAt":"2025-02-13T11:35:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":789,"invite_data":{"id":1260,"partnerId":789,"sendViaEmail":false,"email":"andy.verschaeren@adsanddata.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-13T11:36:18+00:00","acceptedAt":"2025-02-13T11:36:18+00:00","userId":1681,"lastUpdatedAt":"2025-02-13T11:36:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":789,"invite_data":{"id":1261,"partnerId":789,"sendViaEmail":false,"email":"femke.de.bley@adsanddata.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-13T11:37:05+00:00","acceptedAt":"2025-02-13T11:37:05+00:00","userId":1679,"lastUpdatedAt":"2025-02-13T11:37:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":789,"invite_data":{"id":1262,"partnerId":789,"sendViaEmail":false,"email":"raf.vanspauwen@adsanddata.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-13T11:45:14+00:00","acceptedAt":"2025-02-13T11:45:14+00:00","userId":1670,"lastUpdatedAt":"2025-02-13T11:45:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":789,"invite_data":{"id":1263,"partnerId":789,"sendViaEmail":false,"email":"nele.theuwissen@adsanddata.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-13T11:46:35+00:00","acceptedAt":"2025-02-13T11:46:35+00:00","userId":1667,"lastUpdatedAt":"2025-02-13T11:46:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":755,"invite_data":{"id":1264,"partnerId":755,"sendViaEmail":false,"email":"Jurgen@accofiska.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-14T14:24:50+00:00","acceptedAt":"2025-02-14T14:24:50+00:00","userId":1407,"lastUpdatedAt":"2025-02-14T14:24:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":811,"invite_data":{"id":1265,"partnerId":811,"sendViaEmail":false,"email":"patrick.boonen@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-17T13:02:19+00:00","acceptedAt":"2025-02-17T13:02:19+00:00","userId":1895,"lastUpdatedAt":"2025-02-17T13:02:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":812,"invite_data":{"id":1266,"partnerId":812,"sendViaEmail":true,"email":"ivwcleaning@telenet.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-17T14:32:27+00:00","acceptedAt":"2025-02-17T14:32:27+00:00","userId":1897,"lastUpdatedAt":"2025-02-17T14:32:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":769,"invite_data":{"id":1267,"partnerId":769,"sendViaEmail":true,"email":"stephanie.deville@challenge-mc.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-20T11:27:04+00:00","acceptedAt":"2025-02-20T11:27:04+00:00","userId":1867,"lastUpdatedAt":"2025-02-20T11:27:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":767,"invite_data":{"id":1268,"partnerId":767,"sendViaEmail":false,"email":"lieve.vanderauwera@dastronic.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-20T14:19:22+00:00","acceptedAt":"2025-02-20T14:19:22+00:00","userId":1902,"lastUpdatedAt":"2025-02-20T14:19:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":489,"invite_data":{"id":1269,"partnerId":489,"sendViaEmail":false,"email":"cools.pol@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-26T11:06:22+00:00","acceptedAt":"2025-02-26T11:06:22+00:00","userId":694,"lastUpdatedAt":"2025-02-26T11:06:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":489,"invite_data":{"id":1270,"partnerId":489,"sendViaEmail":false,"email":"monique.baeteman@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-26T11:06:38+00:00","acceptedAt":"2025-02-26T11:06:38+00:00","userId":695,"lastUpdatedAt":"2025-02-26T11:06:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":817,"invite_data":{"id":1271,"partnerId":817,"sendViaEmail":false,"email":"guysophiejeremy@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-26T15:18:14+00:00","acceptedAt":"2025-02-26T15:18:14+00:00","userId":1913,"lastUpdatedAt":"2025-02-26T15:18:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":818,"invite_data":{"id":1272,"partnerId":818,"sendViaEmail":false,"email":"bart@quadralis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-27T11:25:02+00:00","acceptedAt":"2025-02-27T11:25:02+00:00","userId":1918,"lastUpdatedAt":"2025-02-27T11:25:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":819,"invite_data":{"id":1273,"partnerId":819,"sendViaEmail":false,"email":"ronald@quadralis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-27T11:27:29+00:00","acceptedAt":"2025-02-27T11:27:29+00:00","userId":1919,"lastUpdatedAt":"2025-02-27T11:27:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":819,"invite_data":{"id":1274,"partnerId":819,"sendViaEmail":false,"email":"thomas@quadralis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-27T11:27:58+00:00","acceptedAt":"2025-02-27T11:27:58+00:00","userId":1920,"lastUpdatedAt":"2025-02-27T11:27:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":819,"invite_data":{"id":1275,"partnerId":819,"sendViaEmail":false,"email":"wim@quadralis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-27T11:28:51+00:00","acceptedAt":"2025-02-27T11:28:51+00:00","userId":1905,"lastUpdatedAt":"2025-02-27T11:28:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":820,"invite_data":{"id":1276,"partnerId":820,"sendViaEmail":false,"email":"marco@quadralis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-02-27T11:43:45+00:00","acceptedAt":"2025-02-27T11:43:45+00:00","userId":1921,"lastUpdatedAt":"2025-02-27T11:43:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":661,"invite_data":{"id":1277,"partnerId":661,"sendViaEmail":false,"email":"pascale.aelbrecht@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-02-28T13:23:31+00:00","acceptedAt":"2025-02-28T13:23:31+00:00","userId":1255,"lastUpdatedAt":"2025-02-28T13:23:31+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1278,"partnerId":588,"sendViaEmail":false,"email":"leen.billiet@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-03T12:24:17+00:00","acceptedAt":"2025-03-03T12:24:17+00:00","userId":1926,"lastUpdatedAt":"2025-03-03T12:24:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1279,"partnerId":588,"sendViaEmail":false,"email":"info@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-04T10:24:49+00:00","acceptedAt":"2025-03-04T10:24:49+00:00","userId":1929,"lastUpdatedAt":"2025-03-04T10:24:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":823,"invite_data":{"id":1280,"partnerId":823,"sendViaEmail":true,"email":"vitalvolders@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-04T12:46:24+00:00","acceptedAt":"2025-03-04T12:46:24+00:00","userId":1927,"lastUpdatedAt":"2025-03-04T12:46:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":816,"invite_data":{"id":1281,"partnerId":816,"sendViaEmail":false,"email":"nico@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:14:30+00:00","acceptedAt":"2025-03-05T09:14:30+00:00","userId":1932,"lastUpdatedAt":"2025-03-05T09:14:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":816,"invite_data":{"id":1282,"partnerId":816,"sendViaEmail":false,"email":"steven@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:19:12+00:00","acceptedAt":"2025-03-05T09:19:12+00:00","userId":1933,"lastUpdatedAt":"2025-03-05T09:19:12+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":816,"invite_data":{"id":1283,"partnerId":816,"sendViaEmail":false,"email":"robbe@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:20:53+00:00","acceptedAt":"2025-03-05T09:20:53+00:00","userId":1934,"lastUpdatedAt":"2025-03-05T09:20:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":816,"invite_data":{"id":1284,"partnerId":816,"sendViaEmail":false,"email":"lcoene@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:37:17+00:00","acceptedAt":"2025-03-05T09:37:17+00:00","userId":1935,"lastUpdatedAt":"2025-03-05T09:37:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":816,"invite_data":{"id":1285,"partnerId":816,"sendViaEmail":false,"email":"cherif@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:39:07+00:00","acceptedAt":"2025-03-05T09:39:07+00:00","userId":1936,"lastUpdatedAt":"2025-03-05T09:39:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":816,"invite_data":{"id":1286,"partnerId":816,"sendViaEmail":false,"email":"aaron@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:42:46+00:00","acceptedAt":"2025-03-05T09:42:47+00:00","userId":1937,"lastUpdatedAt":"2025-03-05T09:42:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":816,"invite_data":{"id":1287,"partnerId":816,"sendViaEmail":false,"email":"debbie@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:44:30+00:00","acceptedAt":"2025-03-05T09:44:30+00:00","userId":1938,"lastUpdatedAt":"2025-03-05T09:44:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":816,"invite_data":{"id":1288,"partnerId":816,"sendViaEmail":false,"email":"victor@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:46:07+00:00","acceptedAt":"2025-03-05T09:46:07+00:00","userId":1939,"lastUpdatedAt":"2025-03-05T09:46:07+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":816,"invite_data":{"id":1289,"partnerId":816,"sendViaEmail":false,"email":"thijmen@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-05T09:48:45+00:00","acceptedAt":"2025-03-05T09:48:45+00:00","userId":1940,"lastUpdatedAt":"2025-03-05T09:48:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":825,"invite_data":{"id":1291,"partnerId":825,"sendViaEmail":true,"email":"peter.deranter@tilroy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-06T09:50:53+00:00","acceptedAt":"2025-03-06T09:50:53+00:00","userId":1945,"lastUpdatedAt":"2025-03-06T09:50:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1292,"partnerId":826,"sendViaEmail":true,"email":"Koen.Deckers@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:37+00:00","acceptedAt":"2025-03-06T13:08:37+00:00","userId":1946,"lastUpdatedAt":"2025-03-06T13:08:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1293,"partnerId":826,"sendViaEmail":true,"email":"Christophe.Hublet@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:38+00:00","acceptedAt":"2025-03-06T13:08:38+00:00","userId":1947,"lastUpdatedAt":"2025-03-06T13:08:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1294,"partnerId":826,"sendViaEmail":true,"email":"Jan.VanStaey@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:38+00:00","acceptedAt":"2025-03-06T13:08:38+00:00","userId":1948,"lastUpdatedAt":"2025-03-06T13:08:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1295,"partnerId":826,"sendViaEmail":true,"email":"Inge.Moran@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:39+00:00","acceptedAt":"2025-03-06T13:08:39+00:00","userId":1949,"lastUpdatedAt":"2025-03-06T13:08:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1296,"partnerId":826,"sendViaEmail":true,"email":"Britte.Ceyssens@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:40+00:00","acceptedAt":"2025-03-06T13:08:40+00:00","userId":1950,"lastUpdatedAt":"2025-03-06T13:08:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1297,"partnerId":826,"sendViaEmail":true,"email":"Hilde.Peeters@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:40+00:00","acceptedAt":"2025-03-06T13:08:40+00:00","userId":1951,"lastUpdatedAt":"2025-03-06T13:08:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1298,"partnerId":826,"sendViaEmail":true,"email":"Bart.Fynaerts@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:41+00:00","acceptedAt":"2025-03-06T13:08:41+00:00","userId":1952,"lastUpdatedAt":"2025-03-06T13:08:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1299,"partnerId":826,"sendViaEmail":true,"email":"Nicolas.Dejaeger@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:42+00:00","acceptedAt":"2025-03-06T13:08:42+00:00","userId":1953,"lastUpdatedAt":"2025-03-06T13:08:42+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1300,"partnerId":826,"sendViaEmail":true,"email":"Michiel.Brutsaert@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:43+00:00","acceptedAt":"2025-03-06T13:08:43+00:00","userId":1954,"lastUpdatedAt":"2025-03-06T13:08:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1301,"partnerId":826,"sendViaEmail":true,"email":"Charlotte.Vranken@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:44+00:00","acceptedAt":"2025-03-06T13:08:44+00:00","userId":1955,"lastUpdatedAt":"2025-03-06T13:08:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1302,"partnerId":826,"sendViaEmail":true,"email":"Evi.Denolet@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:44+00:00","acceptedAt":"2025-03-06T13:08:44+00:00","userId":1956,"lastUpdatedAt":"2025-03-06T13:08:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1303,"partnerId":826,"sendViaEmail":true,"email":"Heidi.Goossens@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T13:08:45+00:00","acceptedAt":"2025-03-06T13:08:45+00:00","userId":1957,"lastUpdatedAt":"2025-03-06T13:08:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1304,"partnerId":797,"sendViaEmail":false,"email":"jef.vangenechten@outlook.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-06T16:14:19+00:00","acceptedAt":"2025-03-06T16:14:19+00:00","userId":1658,"lastUpdatedAt":"2025-03-06T16:14:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":830,"invite_data":{"id":1306,"partnerId":830,"sendViaEmail":false,"email":"jsmauclet@daoust.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-11T13:45:40+00:00","acceptedAt":"2025-03-11T13:45:40+00:00","userId":1962,"lastUpdatedAt":"2025-03-11T13:45:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":566,"invite_data":{"id":1307,"partnerId":566,"sendViaEmail":false,"email":"jan.freson@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-11T17:30:11+00:00","acceptedAt":"2025-03-11T17:30:11+00:00","userId":948,"lastUpdatedAt":"2025-03-11T17:30:11+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":831,"invite_data":{"id":1308,"partnerId":831,"sendViaEmail":true,"email":"Christiaan@vanbignoot.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-13T10:51:05+00:00","acceptedAt":"2025-03-13T10:51:06+00:00","userId":1967,"lastUpdatedAt":"2025-03-13T10:51:05+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":833,"invite_data":{"id":1309,"partnerId":833,"sendViaEmail":true,"email":"willem.voets@promaz.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-16T21:10:39+00:00","acceptedAt":"2025-03-16T21:10:39+00:00","userId":1973,"lastUpdatedAt":"2025-03-16T21:10:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":833,"invite_data":{"id":1310,"partnerId":833,"sendViaEmail":false,"email":"gert.moerenhout@promaz.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-16T21:12:55+00:00","acceptedAt":"2025-03-16T21:12:55+00:00","userId":1974,"lastUpdatedAt":"2025-03-16T21:12:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":833,"invite_data":{"id":1311,"partnerId":833,"sendViaEmail":false,"email":"ludivine.ranwez@promaz.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-16T21:18:01+00:00","acceptedAt":"2025-03-16T21:18:01+00:00","userId":1975,"lastUpdatedAt":"2025-03-16T21:18:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":834,"invite_data":{"id":1312,"partnerId":834,"sendViaEmail":false,"email":"xw.brawax@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-17T09:51:40+00:00","acceptedAt":"2025-03-17T09:51:40+00:00","userId":447,"lastUpdatedAt":"2025-03-17T09:51:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":835,"invite_data":{"id":1313,"partnerId":835,"sendViaEmail":false,"email":"sandygo@me.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-17T13:50:02+00:00","acceptedAt":"2025-03-17T13:50:02+00:00","userId":1976,"lastUpdatedAt":"2025-03-17T13:50:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":240,"invite_data":{"id":1314,"partnerId":240,"sendViaEmail":true,"email":"louisdegroote@probis.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-19T09:09:51+00:00","acceptedAt":"2025-03-19T09:09:51+00:00","userId":1817,"lastUpdatedAt":"2025-03-19T09:09:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":704,"invite_data":{"id":1316,"partnerId":704,"sendViaEmail":false,"email":"Jeroen@accofiska.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-26T14:18:27+00:00","acceptedAt":"2025-03-26T14:18:27+00:00","userId":1993,"lastUpdatedAt":"2025-03-26T14:18:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":838,"invite_data":{"id":1317,"partnerId":838,"sendViaEmail":false,"email":"Marieke.veys@fcomedia.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-28T08:48:23+00:00","acceptedAt":"2025-03-28T08:48:23+00:00","userId":1997,"lastUpdatedAt":"2025-03-28T08:48:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":212,"invite_data":{"id":1319,"partnerId":212,"sendViaEmail":false,"email":"stephan@ramenvanhecke.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-31T12:18:02+00:00","acceptedAt":"2025-03-31T12:18:02+00:00","userId":2001,"lastUpdatedAt":"2025-03-31T12:18:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":838,"invite_data":{"id":1320,"partnerId":838,"sendViaEmail":false,"email":"jurgen.munghen@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-03-31T13:00:02+00:00","acceptedAt":"2025-03-31T13:00:02+00:00","userId":316,"lastUpdatedAt":"2025-03-31T13:00:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":839,"invite_data":{"id":1321,"partnerId":839,"sendViaEmail":true,"email":"thomas.laloux@bofas.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-03-31T23:24:51+00:00","acceptedAt":"2025-03-31T23:24:51+00:00","userId":2003,"lastUpdatedAt":"2025-03-31T23:24:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1322,"partnerId":670,"sendViaEmail":false,"email":"wim.van-roy@hitachienergy.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-01T08:15:04+00:00","acceptedAt":"2025-04-01T08:15:04+00:00","userId":2004,"lastUpdatedAt":"2025-04-01T08:15:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":840,"invite_data":{"id":1323,"partnerId":840,"sendViaEmail":true,"email":"claude@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-01T12:40:21+00:00","acceptedAt":"2025-04-01T12:40:21+00:00","userId":1941,"lastUpdatedAt":"2025-04-01T12:40:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":1324,"partnerId":528,"sendViaEmail":false,"email":"Wesley@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-01T13:53:18+00:00","acceptedAt":"2025-04-01T13:53:18+00:00","userId":2006,"lastUpdatedAt":"2025-04-01T13:53:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":841,"invite_data":{"id":1325,"partnerId":841,"sendViaEmail":true,"email":"nele@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-04-02T10:05:19+00:00","acceptedAt":"2025-04-02T10:05:19+00:00","userId":1942,"lastUpdatedAt":"2025-04-02T10:05:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":842,"invite_data":{"id":1326,"partnerId":842,"sendViaEmail":false,"email":"brecht.vancamp@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-02T14:27:45+00:00","acceptedAt":"2025-04-02T14:27:45+00:00","userId":2010,"lastUpdatedAt":"2025-04-02T14:27:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":842,"invite_data":{"id":1327,"partnerId":842,"sendViaEmail":false,"email":"sofie.noens@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-02T14:41:54+00:00","acceptedAt":"2025-04-02T14:41:54+00:00","userId":2011,"lastUpdatedAt":"2025-04-02T14:41:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":842,"invite_data":{"id":1328,"partnerId":842,"sendViaEmail":false,"email":"robby.celen@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-02T14:46:44+00:00","acceptedAt":"2025-04-02T14:46:44+00:00","userId":2012,"lastUpdatedAt":"2025-04-02T14:46:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":842,"invite_data":{"id":1329,"partnerId":842,"sendViaEmail":false,"email":"lode.claus@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-02T14:51:14+00:00","acceptedAt":"2025-04-02T14:51:14+00:00","userId":2013,"lastUpdatedAt":"2025-04-02T14:51:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":588,"invite_data":{"id":1331,"partnerId":588,"sendViaEmail":false,"email":"Mustafa.Akca@everlam.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-03T12:29:19+00:00","acceptedAt":"2025-04-03T12:29:19+00:00","userId":2017,"lastUpdatedAt":"2025-04-03T12:29:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1332,"partnerId":826,"sendViaEmail":false,"email":"Dieter.Vandermeersch@sobi.com","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-04T10:35:14+00:00","acceptedAt":"2025-04-04T10:35:14+00:00","userId":2020,"lastUpdatedAt":"2025-05-05T06:37:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":752,"invite_data":{"id":1333,"partnerId":752,"sendViaEmail":true,"email":"seppe.meeus@kimchoc.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-09T15:05:27+00:00","acceptedAt":"2025-04-09T15:05:28+00:00","userId":1961,"lastUpdatedAt":"2025-04-09T15:05:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":1334,"partnerId":20,"sendViaEmail":true,"email":"debby.henderick@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-10T16:14:54+00:00","acceptedAt":"2025-04-10T16:14:54+00:00","userId":1988,"lastUpdatedAt":"2025-04-10T16:14:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":220,"invite_data":{"id":1335,"partnerId":220,"sendViaEmail":false,"email":"ilona@terdoel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-14T10:52:30+00:00","acceptedAt":"2025-04-14T10:52:30+00:00","userId":2037,"lastUpdatedAt":"2025-04-14T10:52:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":845,"invite_data":{"id":1336,"partnerId":845,"sendViaEmail":true,"email":"noam@laadexpert.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-14T17:57:30+00:00","acceptedAt":"2025-04-14T17:57:30+00:00","userId":2038,"lastUpdatedAt":"2025-04-14T17:57:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":795,"invite_data":{"id":1338,"partnerId":795,"sendViaEmail":true,"email":"laura@embridge.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-16T12:53:27+00:00","acceptedAt":"2025-04-16T12:53:27+00:00","userId":2043,"lastUpdatedAt":"2025-04-16T12:53:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":1339,"partnerId":58,"sendViaEmail":false,"email":"k.eeckhoudt@hesse-lignal.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-17T08:06:38+00:00","acceptedAt":"2025-04-17T08:06:38+00:00","userId":2045,"lastUpdatedAt":"2025-04-17T08:06:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":846,"invite_data":{"id":1341,"partnerId":846,"sendViaEmail":false,"email":"jeroenverbanck2505@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-23T09:02:57+00:00","acceptedAt":"2025-04-23T09:02:57+00:00","userId":2054,"lastUpdatedAt":"2025-04-23T09:02:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":1342,"partnerId":20,"sendViaEmail":false,"email":"virginie.flammini@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-24T07:37:16+00:00","acceptedAt":"2025-04-24T07:37:16+00:00","userId":2057,"lastUpdatedAt":"2025-04-24T07:37:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":581,"invite_data":{"id":1343,"partnerId":581,"sendViaEmail":false,"email":"virginie.maas@imacar.be","language":"nl","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-24T08:18:24+00:00","acceptedAt":"2025-04-24T08:18:24+00:00","userId":2058,"lastUpdatedAt":"2025-04-24T08:18:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1345,"partnerId":826,"sendViaEmail":true,"email":"ana.palma@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-25T08:46:56+00:00","acceptedAt":"2025-04-25T08:46:56+00:00","userId":2015,"lastUpdatedAt":"2025-04-25T08:46:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1346,"partnerId":797,"sendViaEmail":false,"email":"vandeputte.wouter@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-04-25T10:28:19+00:00","acceptedAt":"2025-04-25T10:28:19+00:00","userId":2046,"lastUpdatedAt":"2025-04-25T10:28:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":847,"invite_data":{"id":1347,"partnerId":847,"sendViaEmail":false,"email":"ignace.depaepe@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-04-25T10:41:16+00:00","acceptedAt":"2025-04-25T10:41:16+00:00","userId":2062,"lastUpdatedAt":"2025-04-25T10:41:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":848,"invite_data":{"id":1348,"partnerId":848,"sendViaEmail":false,"email":"filip.lannoy@in4fuels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-25T13:46:14+00:00","acceptedAt":"2025-04-25T13:46:14+00:00","userId":2069,"lastUpdatedAt":"2025-04-25T13:46:14+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":848,"invite_data":{"id":1349,"partnerId":848,"sendViaEmail":false,"email":"guido.saenen@in4fuels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-25T13:50:54+00:00","acceptedAt":"2025-04-25T13:50:54+00:00","userId":2070,"lastUpdatedAt":"2025-04-25T13:50:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1351,"partnerId":670,"sendViaEmail":false,"email":"vital.vanbeginne@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-28T09:38:45+00:00","acceptedAt":"2025-04-28T09:38:45+00:00","userId":2092,"lastUpdatedAt":"2025-04-28T09:38:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":313,"invite_data":{"id":1352,"partnerId":313,"sendViaEmail":false,"email":"carolzeng@hjlcharger.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-04-28T14:45:32+00:00","acceptedAt":"2025-04-28T14:45:32+00:00","userId":2096,"lastUpdatedAt":"2025-04-28T14:45:32+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":849,"invite_data":{"id":1353,"partnerId":849,"sendViaEmail":false,"email":"joke@ravio.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-05T07:25:51+00:00","acceptedAt":"2025-05-05T07:25:51+00:00","userId":2124,"lastUpdatedAt":"2025-05-05T07:25:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":849,"invite_data":{"id":1356,"partnerId":849,"sendViaEmail":false,"email":"antony@aravio.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-05T07:34:45+00:00","acceptedAt":"2025-05-05T07:34:45+00:00","userId":2127,"lastUpdatedAt":"2025-05-05T07:34:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1357,"partnerId":670,"sendViaEmail":false,"email":"Eric.niekerk@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-08T10:25:56+00:00","acceptedAt":"2025-05-08T10:25:56+00:00","userId":2140,"lastUpdatedAt":"2025-05-08T10:25:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1358,"partnerId":670,"sendViaEmail":false,"email":"jan.pauwels@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-08T10:27:49+00:00","acceptedAt":"2025-05-08T10:27:49+00:00","userId":2141,"lastUpdatedAt":"2025-05-08T10:27:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":829,"invite_data":{"id":1359,"partnerId":829,"sendViaEmail":false,"email":"Dewitte.dieter@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-08T12:05:51+00:00","acceptedAt":"2025-05-08T12:05:51+00:00","userId":2142,"lastUpdatedAt":"2025-05-08T12:05:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1360,"partnerId":797,"sendViaEmail":true,"email":"christophe.cheron@outlook.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-08T13:47:01+00:00","acceptedAt":"2025-05-08T13:47:01+00:00","userId":2134,"lastUpdatedAt":"2025-05-08T13:47:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":850,"invite_data":{"id":1361,"partnerId":850,"sendViaEmail":false,"email":"eve.verbeeck@capenti.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-12T08:27:55+00:00","acceptedAt":"2025-05-12T08:27:55+00:00","userId":2155,"lastUpdatedAt":"2025-05-12T08:27:55+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":850,"invite_data":{"id":1362,"partnerId":850,"sendViaEmail":false,"email":"koen.heremans@capenti.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-12T08:30:38+00:00","acceptedAt":"2025-05-12T08:30:38+00:00","userId":2156,"lastUpdatedAt":"2025-05-12T08:30:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":851,"invite_data":{"id":1363,"partnerId":851,"sendViaEmail":true,"email":"evelien.sibiet@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-13T16:18:27+00:00","acceptedAt":"2025-05-13T16:18:27+00:00","userId":2167,"lastUpdatedAt":"2025-05-13T16:23:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":851,"invite_data":{"id":1371,"partnerId":851,"sendViaEmail":false,"email":"gino.maus@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-13T16:26:53+00:00","acceptedAt":"2025-05-13T16:26:53+00:00","userId":2173,"lastUpdatedAt":"2025-05-13T16:26:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":851,"invite_data":{"id":1372,"partnerId":851,"sendViaEmail":true,"email":"johan.brouwer@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-13T16:28:24+00:00","acceptedAt":"2025-05-13T16:28:24+00:00","userId":2169,"lastUpdatedAt":"2025-05-13T16:28:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":851,"invite_data":{"id":1373,"partnerId":851,"sendViaEmail":true,"email":"koen.lauwreins@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-13T16:28:39+00:00","acceptedAt":"2025-05-13T16:28:39+00:00","userId":2170,"lastUpdatedAt":"2025-05-13T16:28:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":851,"invite_data":{"id":1374,"partnerId":851,"sendViaEmail":false,"email":"catherine.dejaegher@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-13T16:29:45+00:00","acceptedAt":"2025-05-13T16:29:45+00:00","userId":2171,"lastUpdatedAt":"2025-05-13T16:29:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":851,"invite_data":{"id":1375,"partnerId":851,"sendViaEmail":false,"email":"jan.nijborg@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-13T16:30:01+00:00","acceptedAt":"2025-05-13T16:30:01+00:00","userId":2168,"lastUpdatedAt":"2025-05-13T16:30:01+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":852,"invite_data":{"id":1376,"partnerId":852,"sendViaEmail":false,"email":"karoliengoelen@icloud.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-14T05:40:08+00:00","acceptedAt":"2025-05-14T05:40:08+00:00","userId":726,"lastUpdatedAt":"2025-05-14T05:40:08+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":851,"invite_data":{"id":1378,"partnerId":851,"sendViaEmail":false,"email":"ralph.sanders@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-14T19:03:30+00:00","acceptedAt":"2025-05-14T19:03:30+00:00","userId":2178,"lastUpdatedAt":"2025-05-14T19:03:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":346,"invite_data":{"id":1379,"partnerId":346,"sendViaEmail":true,"email":"patrick.grispen@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-15T10:24:41+00:00","acceptedAt":"2025-05-15T10:24:41+00:00","userId":475,"lastUpdatedAt":"2025-05-15T10:24:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":853,"invite_data":{"id":1380,"partnerId":853,"sendViaEmail":false,"email":"alain.bockstaele@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-15T11:45:24+00:00","acceptedAt":"2025-05-15T11:45:24+00:00","userId":2174,"lastUpdatedAt":"2025-05-15T11:45:24+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":854,"invite_data":{"id":1381,"partnerId":854,"sendViaEmail":false,"email":"Glazenwasserij.benny@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-15T12:43:09+00:00","acceptedAt":"2025-05-15T12:43:09+00:00","userId":2183,"lastUpdatedAt":"2025-05-15T12:43:09+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":855,"invite_data":{"id":1382,"partnerId":855,"sendViaEmail":true,"email":"valensolutionsbe@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-16T13:55:22+00:00","acceptedAt":"2025-05-16T13:55:22+00:00","userId":1245,"lastUpdatedAt":"2025-05-16T13:55:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":856,"invite_data":{"id":1384,"partnerId":856,"sendViaEmail":false,"email":"christof@twin4u.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-19T08:56:48+00:00","acceptedAt":"2025-05-19T08:56:48+00:00","userId":2199,"lastUpdatedAt":"2025-05-19T08:56:48+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":851,"invite_data":{"id":1385,"partnerId":851,"sendViaEmail":false,"email":"info@morubel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-19T09:07:18+00:00","acceptedAt":"2025-05-19T09:07:18+00:00","userId":2200,"lastUpdatedAt":"2025-05-19T09:07:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":58,"invite_data":{"id":1386,"partnerId":58,"sendViaEmail":false,"email":"w.lippens@hesse-lignal.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-19T13:34:27+00:00","acceptedAt":"2025-05-19T13:34:27+00:00","userId":2203,"lastUpdatedAt":"2025-05-19T13:34:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":842,"invite_data":{"id":1387,"partnerId":842,"sendViaEmail":false,"email":"jenthe.laruelle@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-19T14:12:41+00:00","acceptedAt":"2025-05-19T14:12:41+00:00","userId":2204,"lastUpdatedAt":"2025-05-19T14:12:41+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1388,"partnerId":797,"sendViaEmail":false,"email":"christophe.leysen@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-19T14:23:00+00:00","acceptedAt":"2025-05-19T14:23:00+00:00","userId":2205,"lastUpdatedAt":"2025-05-19T14:23:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1389,"partnerId":797,"sendViaEmail":false,"email":"liam.verberght@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-19T14:23:57+00:00","acceptedAt":"2025-05-19T14:23:57+00:00","userId":2206,"lastUpdatedAt":"2025-05-19T14:23:57+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":1390,"partnerId":20,"sendViaEmail":false,"email":"Kristof.verstraelen@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-19T14:25:51+00:00","acceptedAt":"2025-05-19T14:25:51+00:00","userId":2207,"lastUpdatedAt":"2025-05-19T14:25:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":857,"invite_data":{"id":1391,"partnerId":857,"sendViaEmail":false,"email":"willy@immosafe.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-21T14:13:25+00:00","acceptedAt":"2025-05-21T14:13:25+00:00","userId":2214,"lastUpdatedAt":"2025-05-21T14:13:25+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":857,"invite_data":{"id":1393,"partnerId":857,"sendViaEmail":false,"email":"nico.haegens@cldn.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-23T07:04:50+00:00","acceptedAt":"2025-05-23T07:04:50+00:00","userId":2215,"lastUpdatedAt":"2025-05-23T07:04:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":858,"invite_data":{"id":1394,"partnerId":858,"sendViaEmail":true,"email":"frank.liesse@belnot.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-23T10:44:20+00:00","acceptedAt":"2025-05-23T10:44:20+00:00","userId":2130,"lastUpdatedAt":"2025-05-23T10:44:20+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":859,"invite_data":{"id":1395,"partnerId":859,"sendViaEmail":true,"email":"ingevandijk@laurensint.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-05-23T11:45:17+00:00","acceptedAt":"2025-05-23T11:45:17+00:00","userId":2147,"lastUpdatedAt":"2025-05-23T11:45:17+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":1396,"partnerId":528,"sendViaEmail":false,"email":"Jonathan@Recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-27T16:04:44+00:00","acceptedAt":"2025-05-27T16:04:44+00:00","userId":2238,"lastUpdatedAt":"2025-05-27T16:04:44+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":1397,"partnerId":528,"sendViaEmail":false,"email":"Erma@Recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-27T16:04:53+00:00","acceptedAt":"2025-05-27T16:04:53+00:00","userId":2237,"lastUpdatedAt":"2025-05-27T16:04:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":313,"invite_data":{"id":1398,"partnerId":313,"sendViaEmail":true,"email":"john@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-29T15:36:27+00:00","acceptedAt":"2025-05-29T15:36:27+00:00","userId":88,"lastUpdatedAt":"2025-05-29T15:36:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":313,"invite_data":{"id":1399,"partnerId":313,"sendViaEmail":true,"email":"valensolutionsbe@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-05-29T15:37:51+00:00","acceptedAt":"2025-05-29T15:37:51+00:00","userId":1245,"lastUpdatedAt":"2025-05-29T15:37:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":860,"invite_data":{"id":1401,"partnerId":860,"sendViaEmail":true,"email":"spitaels.yannick@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-02T08:32:35+00:00","acceptedAt":"2025-06-02T08:32:36+00:00","userId":2268,"lastUpdatedAt":"2025-06-02T08:32:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":864,"invite_data":{"id":1402,"partnerId":864,"sendViaEmail":false,"email":"iw@ebluedrive.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-03T08:56:49+00:00","acceptedAt":"2025-06-03T08:56:49+00:00","userId":1999,"lastUpdatedAt":"2025-06-03T08:56:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":865,"invite_data":{"id":1405,"partnerId":865,"sendViaEmail":true,"email":"w.oostvogels@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-05T10:45:27+00:00","acceptedAt":"2025-06-05T10:45:27+00:00","userId":2272,"lastUpdatedAt":"2025-06-05T10:45:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":788,"invite_data":{"id":1406,"partnerId":788,"sendViaEmail":false,"email":"panida.thierens@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-05T11:32:16+00:00","acceptedAt":"2025-06-05T11:32:16+00:00","userId":2224,"lastUpdatedAt":"2025-06-05T11:32:16+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":866,"invite_data":{"id":1407,"partnerId":866,"sendViaEmail":true,"email":"giel.van.heybeeck@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-05T12:22:03+00:00","acceptedAt":"2025-06-05T12:22:03+00:00","userId":1931,"lastUpdatedAt":"2025-06-05T12:22:03+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":868,"invite_data":{"id":1409,"partnerId":868,"sendViaEmail":false,"email":"j.wuyts.loodgieterij@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-10T13:04:40+00:00","acceptedAt":"2025-06-10T13:04:40+00:00","userId":2299,"lastUpdatedAt":"2025-06-10T13:04:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1410,"partnerId":670,"sendViaEmail":false,"email":"Herald.mulder@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-12T13:11:11+00:00","acceptedAt":"2025-06-12T13:11:11+00:00","userId":2305,"lastUpdatedAt":"2025-06-12T13:11:11+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":865,"invite_data":{"id":1411,"partnerId":865,"sendViaEmail":true,"email":"katrien.gysen@brusselsairport.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-13T09:30:18+00:00","acceptedAt":"2025-06-13T09:30:18+00:00","userId":2275,"lastUpdatedAt":"2025-06-13T09:30:18+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":260,"invite_data":{"id":1412,"partnerId":260,"sendViaEmail":false,"email":"jamo.consulting@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-19T08:57:39+00:00","acceptedAt":"2025-06-19T08:57:39+00:00","userId":2094,"lastUpdatedAt":"2025-06-19T08:57:39+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":1413,"partnerId":528,"sendViaEmail":true,"email":"Karen@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-20T08:31:23+00:00","acceptedAt":"2025-06-20T08:31:23+00:00","userId":1574,"lastUpdatedAt":"2025-06-20T08:31:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1414,"partnerId":873,"sendViaEmail":true,"email":"heidi.vanbergen@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:27+00:00","acceptedAt":"2025-06-20T11:29:27+00:00","userId":2317,"lastUpdatedAt":"2025-06-20T11:29:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1415,"partnerId":873,"sendViaEmail":true,"email":"eric.dewaet@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:27+00:00","acceptedAt":"2025-06-20T11:29:27+00:00","userId":2318,"lastUpdatedAt":"2025-06-20T11:29:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1416,"partnerId":873,"sendViaEmail":true,"email":"daisy.claes@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:27+00:00","acceptedAt":"2025-06-20T11:29:27+00:00","userId":2319,"lastUpdatedAt":"2025-06-20T11:29:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1417,"partnerId":873,"sendViaEmail":true,"email":"annelies.evens@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:27+00:00","acceptedAt":"2025-06-20T11:29:27+00:00","userId":2320,"lastUpdatedAt":"2025-06-20T11:29:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1418,"partnerId":873,"sendViaEmail":true,"email":"shana.vanhoutte@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:28+00:00","acceptedAt":"2025-06-20T11:29:28+00:00","userId":2321,"lastUpdatedAt":"2025-06-20T11:29:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1419,"partnerId":873,"sendViaEmail":true,"email":"alexis.degrauwe@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:28+00:00","acceptedAt":"2025-06-20T11:29:28+00:00","userId":2322,"lastUpdatedAt":"2025-06-20T11:29:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1420,"partnerId":873,"sendViaEmail":true,"email":"anthony.fierens@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:28+00:00","acceptedAt":"2025-06-20T11:29:28+00:00","userId":2323,"lastUpdatedAt":"2025-06-20T11:29:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1421,"partnerId":873,"sendViaEmail":true,"email":"hans.debont@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:28+00:00","acceptedAt":"2025-06-20T11:29:28+00:00","userId":2324,"lastUpdatedAt":"2025-06-20T11:29:28+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1422,"partnerId":873,"sendViaEmail":true,"email":"phellice.timmermans@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:29+00:00","acceptedAt":"2025-06-20T11:29:29+00:00","userId":2325,"lastUpdatedAt":"2025-06-20T11:29:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1423,"partnerId":873,"sendViaEmail":true,"email":"frieda.geeurickx@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:29+00:00","acceptedAt":"2025-06-20T11:29:29+00:00","userId":2326,"lastUpdatedAt":"2025-06-20T11:29:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1424,"partnerId":873,"sendViaEmail":true,"email":"greet.vanderstraeten@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:29+00:00","acceptedAt":"2025-06-20T11:29:29+00:00","userId":2327,"lastUpdatedAt":"2025-06-20T11:29:29+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1425,"partnerId":873,"sendViaEmail":true,"email":"kevin.germis@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:30+00:00","acceptedAt":"2025-06-20T11:29:30+00:00","userId":2328,"lastUpdatedAt":"2025-06-20T11:29:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1426,"partnerId":873,"sendViaEmail":true,"email":"jan.verellen@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:30+00:00","acceptedAt":"2025-06-20T11:29:30+00:00","userId":2329,"lastUpdatedAt":"2025-06-20T11:29:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":873,"invite_data":{"id":1427,"partnerId":873,"sendViaEmail":true,"email":"karolien.vleugels@recupel.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-20T11:29:30+00:00","acceptedAt":"2025-06-20T11:29:30+00:00","userId":2330,"lastUpdatedAt":"2025-06-20T11:29:30+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":59,"invite_data":{"id":1428,"partnerId":59,"sendViaEmail":false,"email":"silke.roose@telenet.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-20T16:48:46+00:00","acceptedAt":"2025-06-20T16:48:46+00:00","userId":2331,"lastUpdatedAt":"2025-06-20T16:48:46+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":826,"invite_data":{"id":1429,"partnerId":826,"sendViaEmail":false,"email":"Kelly.CUMPS@sobi.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-23T10:49:10+00:00","acceptedAt":"2025-06-23T10:49:10+00:00","userId":2335,"lastUpdatedAt":"2025-06-23T10:49:10+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":875,"invite_data":{"id":1430,"partnerId":875,"sendViaEmail":true,"email":"jorrit.vanderdonck@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:49+00:00","acceptedAt":"2025-06-25T11:02:49+00:00","userId":2339,"lastUpdatedAt":"2025-06-25T11:02:49+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":875,"invite_data":{"id":1431,"partnerId":875,"sendViaEmail":true,"email":"koen.minnebach@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:50+00:00","acceptedAt":"2025-06-25T11:02:50+00:00","userId":2340,"lastUpdatedAt":"2025-06-25T11:02:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":875,"invite_data":{"id":1432,"partnerId":875,"sendViaEmail":true,"email":"tymon.brauns@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:50+00:00","acceptedAt":"2025-06-25T11:02:50+00:00","userId":2341,"lastUpdatedAt":"2025-06-25T11:02:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":875,"invite_data":{"id":1433,"partnerId":875,"sendViaEmail":true,"email":"gunter.vandendriessche@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:50+00:00","acceptedAt":"2025-06-25T11:02:50+00:00","userId":2342,"lastUpdatedAt":"2025-06-25T11:02:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":875,"invite_data":{"id":1434,"partnerId":875,"sendViaEmail":true,"email":"dylan.de.poorter@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:51+00:00","acceptedAt":"2025-06-25T11:02:51+00:00","userId":2343,"lastUpdatedAt":"2025-06-25T11:02:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":875,"invite_data":{"id":1435,"partnerId":875,"sendViaEmail":true,"email":"jessica.vannoten@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:51+00:00","acceptedAt":"2025-06-25T11:02:51+00:00","userId":2344,"lastUpdatedAt":"2025-06-25T11:02:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":875,"invite_data":{"id":1436,"partnerId":875,"sendViaEmail":true,"email":"vincent.kim@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:51+00:00","acceptedAt":"2025-06-25T11:02:51+00:00","userId":2345,"lastUpdatedAt":"2025-06-25T11:02:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":875,"invite_data":{"id":1437,"partnerId":875,"sendViaEmail":true,"email":"patrik.hillen@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:51+00:00","acceptedAt":"2025-06-25T11:02:51+00:00","userId":2346,"lastUpdatedAt":"2025-06-25T11:02:51+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":875,"invite_data":{"id":1438,"partnerId":875,"sendViaEmail":true,"email":"sarah.jacobs@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:52+00:00","acceptedAt":"2025-06-25T11:02:52+00:00","userId":2347,"lastUpdatedAt":"2025-06-25T11:02:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":875,"invite_data":{"id":1439,"partnerId":875,"sendViaEmail":true,"email":"koen.wouters@docitconsult.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T11:02:52+00:00","acceptedAt":"2025-06-25T11:02:52+00:00","userId":2348,"lastUpdatedAt":"2025-06-25T11:02:52+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":752,"invite_data":{"id":1440,"partnerId":752,"sendViaEmail":false,"email":"Dimitri.Schotmans@kimchoc.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-25T14:20:23+00:00","acceptedAt":"2025-06-25T14:20:23+00:00","userId":2349,"lastUpdatedAt":"2025-06-25T14:20:23+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":849,"invite_data":{"id":1441,"partnerId":849,"sendViaEmail":false,"email":"bollen.wim3@gmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T15:24:40+00:00","acceptedAt":"2025-06-25T15:24:40+00:00","userId":2221,"lastUpdatedAt":"2025-06-25T15:24:40+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":849,"invite_data":{"id":1442,"partnerId":849,"sendViaEmail":false,"email":"bob@ravio.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T15:25:22+00:00","acceptedAt":"2025-06-25T15:25:22+00:00","userId":2126,"lastUpdatedAt":"2025-06-25T15:25:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":849,"invite_data":{"id":1443,"partnerId":849,"sendViaEmail":false,"email":"mathieu@ravio.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-06-25T15:25:54+00:00","acceptedAt":"2025-06-25T15:25:54+00:00","userId":2125,"lastUpdatedAt":"2025-06-25T15:25:54+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":1444,"partnerId":20,"sendViaEmail":false,"email":"alexandre.gras@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-06-27T10:12:21+00:00","acceptedAt":"2025-06-27T10:12:21+00:00","userId":2357,"lastUpdatedAt":"2025-06-27T10:12:21+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":20,"invite_data":{"id":1446,"partnerId":20,"sendViaEmail":false,"email":"pieter.heymans@nippongases.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-01T10:36:50+00:00","acceptedAt":"2025-07-01T10:36:50+00:00","userId":2374,"lastUpdatedAt":"2025-07-01T10:36:50+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":528,"invite_data":{"id":1447,"partnerId":528,"sendViaEmail":false,"email":"lisa@recruitrlab.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-01T14:15:45+00:00","acceptedAt":"2025-07-01T14:15:45+00:00","userId":2376,"lastUpdatedAt":"2025-07-01T14:15:45+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":876,"invite_data":{"id":1448,"partnerId":876,"sendViaEmail":false,"email":"genkis.gurlek@claeysengels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-02T12:48:56+00:00","acceptedAt":"2025-07-02T12:48:56+00:00","userId":2378,"lastUpdatedAt":"2025-07-02T12:48:56+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":876,"invite_data":{"id":1449,"partnerId":876,"sendViaEmail":false,"email":"jo.vanderspiegel@claeysengels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-02T12:50:00+00:00","acceptedAt":"2025-07-02T12:50:00+00:00","userId":2379,"lastUpdatedAt":"2025-07-02T12:50:00+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":876,"invite_data":{"id":1450,"partnerId":876,"sendViaEmail":false,"email":"Sven.Coppejans@claeysengels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-02T12:50:19+00:00","acceptedAt":"2025-07-02T12:50:19+00:00","userId":2380,"lastUpdatedAt":"2025-07-02T12:50:19+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":876,"invite_data":{"id":1451,"partnerId":876,"sendViaEmail":false,"email":"Youssef.Aissa@claeysengels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-02T12:50:37+00:00","acceptedAt":"2025-07-02T12:50:37+00:00","userId":2381,"lastUpdatedAt":"2025-07-02T12:50:37+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":876,"invite_data":{"id":1452,"partnerId":876,"sendViaEmail":false,"email":"Veronique.Herremans@claeysengels.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-02T12:50:58+00:00","acceptedAt":"2025-07-02T12:50:58+00:00","userId":2382,"lastUpdatedAt":"2025-07-02T12:50:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1453,"partnerId":670,"sendViaEmail":false,"email":"jozef.vanparijs@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-03T12:01:04+00:00","acceptedAt":"2025-07-03T12:01:04+00:00","userId":2383,"lastUpdatedAt":"2025-07-03T12:01:04+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":797,"invite_data":{"id":1454,"partnerId":797,"sendViaEmail":false,"email":"tom.breugelmans@ineos.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-03T14:06:33+00:00","acceptedAt":"2025-07-03T14:06:33+00:00","userId":2385,"lastUpdatedAt":"2025-07-03T14:06:33+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":879,"invite_data":{"id":1455,"partnerId":879,"sendViaEmail":false,"email":"user2@gomes.nl","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-04T12:35:35+00:00","acceptedAt":"2025-07-04T12:35:35+00:00","userId":2392,"lastUpdatedAt":"2025-07-04T12:35:35+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":879,"invite_data":{"id":1456,"partnerId":879,"sendViaEmail":false,"email":"user3@gomes.nl","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-04T12:39:53+00:00","acceptedAt":"2025-07-04T12:39:53+00:00","userId":2393,"lastUpdatedAt":"2025-07-04T12:39:53+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":879,"invite_data":{"id":1457,"partnerId":879,"sendViaEmail":false,"email":"user4@gomes.nl","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-04T12:42:43+00:00","acceptedAt":"2025-07-04T12:42:43+00:00","userId":2394,"lastUpdatedAt":"2025-07-04T12:42:43+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":879,"invite_data":{"id":1458,"partnerId":879,"sendViaEmail":true,"email":"bart.keijer@gomes.nl","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-04T12:45:02+00:00","acceptedAt":"2025-07-04T12:45:02+00:00","userId":2389,"lastUpdatedAt":"2025-07-04T12:45:02+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":670,"invite_data":{"id":1459,"partnerId":670,"sendViaEmail":false,"email":"Louis.vermeulen@hitachienergy.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-07T11:49:36+00:00","acceptedAt":"2025-07-07T11:49:36+00:00","userId":2402,"lastUpdatedAt":"2025-07-07T11:49:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":631,"invite_data":{"id":1460,"partnerId":631,"sendViaEmail":true,"email":"filiep@blulinc.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":false},"status":"accepted","createdAt":"2025-07-07T13:31:36+00:00","acceptedAt":"2025-07-07T13:31:36+00:00","userId":2404,"lastUpdatedAt":"2025-07-07T13:31:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":702,"invite_data":{"id":1461,"partnerId":702,"sendViaEmail":false,"email":"sofie.geelen@apotheekpanorama.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-07T15:41:22+00:00","acceptedAt":"2025-07-07T15:41:22+00:00","userId":1399,"lastUpdatedAt":"2025-07-07T15:41:22+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":613,"invite_data":{"id":1462,"partnerId":613,"sendViaEmail":false,"email":"Lara@adfinas.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-08T13:42:58+00:00","acceptedAt":"2025-07-08T13:42:58+00:00","userId":2407,"lastUpdatedAt":"2025-07-08T13:42:58+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":877,"invite_data":{"id":1463,"partnerId":877,"sendViaEmail":false,"email":"bart.kregersman@krechnologies.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-08T14:38:26+00:00","acceptedAt":"2025-07-08T14:38:26+00:00","userId":2334,"lastUpdatedAt":"2025-07-08T14:38:26+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":816,"invite_data":{"id":1464,"partnerId":816,"sendViaEmail":false,"email":"yves@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-15T09:28:36+00:00","acceptedAt":"2025-07-15T09:28:36+00:00","userId":2430,"lastUpdatedAt":"2025-07-15T09:28:36+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":816,"invite_data":{"id":1465,"partnerId":816,"sendViaEmail":false,"email":"thibaut@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":true,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-15T09:54:27+00:00","acceptedAt":"2025-07-15T09:54:27+00:00","userId":2431,"lastUpdatedAt":"2025-07-15T09:54:27+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":816,"invite_data":{"id":1466,"partnerId":816,"sendViaEmail":false,"email":"thalia@depoortere.be","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":true,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-15T09:58:38+00:00","acceptedAt":"2025-07-15T09:58:38+00:00","userId":2432,"lastUpdatedAt":"2025-07-15T09:58:38+00:00"}} 
[2025-07-17 19:13:28] local.ERROR: Skipping invite because its partner does not exist in the database. {"partner_id":885,"invite_data":{"id":1467,"partnerId":885,"sendViaEmail":true,"email":"nicolas_engelmann@hotmail.com","language":"en","acceptUrl":null,"options":{"allowCorporateAccountBilling":false,"limitCorporateAccountBillingToPartnerChargePoints":false,"allowAccessToPrivateChargePoints":true},"status":"accepted","createdAt":"2025-07-17T12:29:18+00:00","acceptedAt":"2025-07-17T12:29:18+00:00","userId":2437,"lastUpdatedAt":"2025-07-17T12:29:18+00:00"}} 
[2025-07-17 19:13:28] local.INFO: Blulinc Partner Invites update completed successfully! {"processed_invites":0} 
[2025-07-17 19:27:09] local.ERROR: Command "app:update-parnet-invites" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data
    app:update-partner-invites {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"app:update-parnet-invites\" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data
    app:update-partner-invites at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php:725)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('app:update-parn...')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-07-17 19:27:21] local.ERROR: Command "app:update-parner-invites" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data
    app:update-partner-invites {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"app:update-parner-invites\" is not defined.

Did you mean one of these?
    app:scheduled-ampeco-update
    app:test-maintenance
    app:update-ampeco-data
    app:update-partner-invites at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php:725)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('app:update-parn...')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-07-17 19:27:34] local.INFO: PartnerInviteUpdater: Command started.  
[2025-07-17 19:27:35] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":9,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"T.vanvlem@netcomsolutions.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-11-30T11:22:05+00:00\",\"acceptedAt\":\"2021-11-30T11:22:05+00:00\",\"userId\":7,\"lastUpdatedAt\":\"2022-08-29T15:49:21+00:00\"},{\"id\":16,\"partnerId\":9,\"sendViaEmail\":true,\"email\":\"bgaltman@netcomsolutions.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-16T22:30:28+00:00\",\"acceptedAt\":\"2021-12-16T22:30:28+00:00\",\"userId\":35,\"lastUpdatedAt\":\"2023-11-30T13:34:18+00:00\"},{\"id\":17,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.vanstappen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-22T08:22:43+00:00\",\"acceptedAt\":\"2021-12-22T08:22:43+00:00\",\"userId\":40,\"lastUpdatedAt\":\"2022-08-29T15:49:53+00:00\"},{\"id\":23,\"partnerId\":26,\"sendViaEmail\":true,\"email\":\"info@hildesmout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T15:08:52+00:00\",\"acceptedAt\":\"2021-12-27T15:08:52+00:00\",\"userId\":47,\"lastUpdatedAt\":\"2022-08-29T15:18:50+00:00\"},{\"id\":27,\"partnerId\":27,\"sendViaEmail\":true,\"email\":\"christophecompeers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-27T22:45:46+00:00\",\"acceptedAt\":\"2021-12-27T22:45:46+00:00\",\"userId\":19,\"lastUpdatedAt\":\"2022-08-29T15:39:05+00:00\"},{\"id\":28,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"maaike.vandenberghe@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2021-12-29T12:23:56+00:00\",\"acceptedAt\":\"2021-12-29T12:23:56+00:00\",\"userId\":51,\"lastUpdatedAt\":\"2021-12-29T12:23:56+00:00\"},{\"id\":30,\"partnerId\":29,\"sendViaEmail\":true,\"email\":\"boekhoudingvervack@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-07T09:39:56+00:00\",\"acceptedAt\":\"2022-01-07T09:39:57+00:00\",\"userId\":57,\"lastUpdatedAt\":\"2023-11-30T14:07:24+00:00\"},{\"id\":37,\"partnerId\":45,\"sendViaEmail\":true,\"email\":\"michael@hairconsultingbymd.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-01-23T18:06:57+00:00\",\"acceptedAt\":\"2022-01-23T18:06:57+00:00\",\"userId\":64,\"lastUpdatedAt\":\"2023-09-28T13:04:47+00:00\"},{\"id\":38,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"Jeroen.bogaerts@junto.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":66,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":39,\"partnerId\":46,\"sendViaEmail\":true,\"email\":\"evelyne.lekime@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2022-01-24T16:54:54+00:00\",\"acceptedAt\":\"2022-01-24T16:54:54+00:00\",\"userId\":67,\"lastUpdatedAt\":\"2022-01-24T16:54:54+00:00\"},{\"id\":41,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jan.luyckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:06:50+00:00\",\"acceptedAt\":\"2022-02-01T14:06:50+00:00\",\"userId\":69,\"lastUpdatedAt\":\"2023-01-09T12:53:03+00:00\"},{\"id\":42,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thijs.campe@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-01T14:11:45+00:00\",\"acceptedAt\":\"2022-02-01T14:11:45+00:00\",\"userId\":61,\"lastUpdatedAt\":\"2023-01-09T12:53:06+00:00\"},{\"id\":45,\"partnerId\":50,\"sendViaEmail\":true,\"email\":\"kserranne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-09T22:20:16+00:00\",\"acceptedAt\":\"2022-02-09T22:20:16+00:00\",\"userId\":76,\"lastUpdatedAt\":\"2023-11-30T14:11:41+00:00\"},{\"id\":48,\"partnerId\":47,\"sendViaEmail\":true,\"email\":\"ran.ancho@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-02-15T17:54:58+00:00\",\"acceptedAt\":\"2022-02-15T17:54:58+00:00\",\"userId\":68,\"lastUpdatedAt\":\"2024-05-21T13:40:16+00:00\"},{\"id\":50,\"partnerId\":52,\"sendViaEmail\":true,\"email\":\"callebautdecoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-05T08:30:15+00:00\",\"acceptedAt\":\"2022-03-05T08:30:15+00:00\",\"userId\":84,\"lastUpdatedAt\":\"2023-11-30T14:11:51+00:00\"},{\"id\":52,\"partnerId\":13,\"sendViaEmail\":true,\"email\":\"phistelle@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-08T15:26:41+00:00\",\"acceptedAt\":\"2022-03-08T15:26:41+00:00\",\"userId\":17,\"lastUpdatedAt\":\"2022-08-30T09:00:33+00:00\"},{\"id\":53,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peter.reyniers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-09T14:46:45+00:00\",\"acceptedAt\":\"2022-03-09T14:46:45+00:00\",\"userId\":90,\"lastUpdatedAt\":\"2023-01-09T12:53:28+00:00\"},{\"id\":54,\"partnerId\":53,\"sendViaEmail\":true,\"email\":\"wma.architect@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-10T12:12:33+00:00\",\"acceptedAt\":\"2022-03-10T12:12:33+00:00\",\"userId\":87,\"lastUpdatedAt\":\"2023-11-30T14:12:08+00:00\"},{\"id\":56,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-13T13:43:59+00:00\",\"acceptedAt\":\"2022-03-13T13:43:59+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2023-11-30T14:12:21+00:00\"},{\"id\":58,\"partnerId\":56,\"sendViaEmail\":true,\"email\":\"nick.houthuys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-14T06:55:08+00:00\",\"acceptedAt\":\"2022-03-14T06:55:08+00:00\",\"userId\":80,\"lastUpdatedAt\":\"2023-11-30T14:14:08+00:00\"},{\"id\":60,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"siebe.verheyen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:30:34+00:00\",\"acceptedAt\":\"2022-03-22T11:30:34+00:00\",\"userId\":103,\"lastUpdatedAt\":\"2023-01-09T12:53:32+00:00\"},{\"id\":61,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ewoud.beheydt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T11:51:46+00:00\",\"acceptedAt\":\"2022-03-22T11:51:46+00:00\",\"userId\":104,\"lastUpdatedAt\":\"2023-11-23T13:58:45+00:00\"},{\"id\":62,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kathleen.sels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T12:46:30+00:00\",\"acceptedAt\":\"2022-03-22T12:46:30+00:00\",\"userId\":105,\"lastUpdatedAt\":\"2023-01-09T12:53:39+00:00\"},{\"id\":63,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"koen.stevens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T13:06:55+00:00\",\"acceptedAt\":\"2022-03-22T13:06:55+00:00\",\"userId\":106,\"lastUpdatedAt\":\"2023-11-23T14:00:12+00:00\"},{\"id\":64,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"jfleconte@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-22T14:26:36+00:00\",\"acceptedAt\":\"2022-03-22T14:26:36+00:00\",\"userId\":102,\"lastUpdatedAt\":\"2023-01-09T13:03:52+00:00\"},{\"id\":65,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jarne.vanbelleghem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-28T11:37:25+00:00\",\"acceptedAt\":\"2022-03-28T11:37:25+00:00\",\"userId\":115,\"lastUpdatedAt\":\"2023-01-09T12:54:14+00:00\"},{\"id\":66,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-29T13:12:51+00:00\",\"acceptedAt\":\"2022-03-29T13:12:51+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-05-31T11:12:50+00:00\"},{\"id\":68,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"mathieu@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-03-31T08:37:08+00:00\",\"acceptedAt\":\"2022-03-31T08:37:08+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-05-31T11:12:56+00:00\"},{\"id\":72,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"bob.missoorten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T11:31:15+00:00\",\"acceptedAt\":\"2022-04-04T11:31:15+00:00\",\"userId\":119,\"lastUpdatedAt\":\"2023-01-09T12:54:17+00:00\"},{\"id\":74,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"Hilde.verstraeten@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-04T13:26:02+00:00\",\"acceptedAt\":\"2022-04-04T13:26:02+00:00\",\"userId\":121,\"lastUpdatedAt\":\"2023-11-30T14:23:34+00:00\"},{\"id\":78,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lode.janssens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-05T13:38:46+00:00\",\"acceptedAt\":\"2022-04-05T13:38:46+00:00\",\"userId\":123,\"lastUpdatedAt\":\"2023-01-09T12:54:20+00:00\"},{\"id\":79,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"g.van.hoey@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T08:44:39+00:00\",\"acceptedAt\":\"2022-04-07T08:44:39+00:00\",\"userId\":111,\"lastUpdatedAt\":\"2023-01-09T13:03:49+00:00\"},{\"id\":82,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"j.vandenberghe@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-07T14:34:30+00:00\",\"acceptedAt\":\"2022-04-07T14:34:30+00:00\",\"userId\":101,\"lastUpdatedAt\":\"2023-01-09T13:03:45+00:00\"},{\"id\":85,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.billiau@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T10:06:50+00:00\",\"acceptedAt\":\"2022-04-08T10:06:50+00:00\",\"userId\":107,\"lastUpdatedAt\":\"2023-04-03T07:55:21+00:00\"},{\"id\":87,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"s.de.roo@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-08T11:04:51+00:00\",\"acceptedAt\":\"2022-04-08T11:04:51+00:00\",\"userId\":100,\"lastUpdatedAt\":\"2023-01-09T13:03:43+00:00\"},{\"id\":89,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"caat.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-14T11:26:56+00:00\",\"acceptedAt\":\"2022-04-20T06:57:53+00:00\",\"userId\":131,\"lastUpdatedAt\":\"2022-08-29T14:50:06+00:00\"},{\"id\":92,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"p.mareels@belgacom.net\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-20T13:22:14+00:00\",\"acceptedAt\":\"2022-04-20T13:22:14+00:00\",\"userId\":124,\"lastUpdatedAt\":\"2023-01-31T08:43:38+00:00\"},{\"id\":94,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"l.stoffelen@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-25T15:06:36+00:00\",\"acceptedAt\":\"2022-04-25T15:06:36+00:00\",\"userId\":110,\"lastUpdatedAt\":\"2023-01-09T13:03:37+00:00\"},{\"id\":95,\"partnerId\":82,\"sendViaEmail\":true,\"email\":\"katleen.vdw@aol.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-26T08:02:13+00:00\",\"acceptedAt\":\"2022-04-26T08:02:13+00:00\",\"userId\":79,\"lastUpdatedAt\":\"2023-05-31T09:38:16+00:00\"},{\"id\":105,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:22:01+00:00\",\"acceptedAt\":\"2022-04-30T13:22:01+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-01-09T12:55:00+00:00\"},{\"id\":106,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"demo@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-04-30T13:23:57+00:00\",\"acceptedAt\":\"2022-04-30T13:23:57+00:00\",\"userId\":138,\"lastUpdatedAt\":\"2023-11-30T14:25:39+00:00\"},{\"id\":111,\"partnerId\":61,\"sendViaEmail\":true,\"email\":\"carmelo.luparello@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-05T17:28:45+00:00\",\"acceptedAt\":\"2022-05-05T17:28:45+00:00\",\"userId\":116,\"lastUpdatedAt\":\"2023-08-18T09:52:50+00:00\"},{\"id\":112,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"vmeynen@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-06T13:39:21+00:00\",\"acceptedAt\":\"2022-05-06T13:39:21+00:00\",\"userId\":109,\"lastUpdatedAt\":\"2023-01-09T12:55:03+00:00\"},{\"id\":114,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"RFID@mado.be\",\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/65425cbd-2506-47ff-bfb4-2e33e04e7135\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"sent\",\"createdAt\":\"2022-05-06T14:35:26+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-30T14:30:13+00:00\"},{\"id\":120,\"partnerId\":89,\"sendViaEmail\":true,\"email\":\"celgeenen@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T10:00:56+00:00\",\"acceptedAt\":\"2022-05-09T10:00:56+00:00\",\"userId\":145,\"lastUpdatedAt\":\"2023-09-30T06:40:58+00:00\"},{\"id\":121,\"partnerId\":90,\"sendViaEmail\":true,\"email\":\"kris@intwit.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-09T13:41:39+00:00\",\"acceptedAt\":\"2022-05-09T13:41:39+00:00\",\"userId\":146,\"lastUpdatedAt\":\"2022-08-29T15:01:21+00:00\"},{\"id\":122,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.desmet@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-10T08:44:04+00:00\",\"acceptedAt\":\"2022-05-10T08:44:04+00:00\",\"userId\":147,\"lastUpdatedAt\":\"2023-01-09T12:55:06+00:00\"},{\"id\":125,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ralf.joris@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T05:02:49+00:00\",\"acceptedAt\":\"2022-05-16T05:02:49+00:00\",\"userId\":143,\"lastUpdatedAt\":\"2023-01-09T12:55:09+00:00\"},{\"id\":127,\"partnerId\":62,\"sendViaEmail\":true,\"email\":\"hilde@mado.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T09:47:43+00:00\",\"acceptedAt\":\"2022-05-16T09:47:43+00:00\",\"userId\":122,\"lastUpdatedAt\":\"2023-11-30T14:30:26+00:00\"},{\"id\":130,\"partnerId\":84,\"sendViaEmail\":true,\"email\":\"gertvanlaeken@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-16T17:16:29+00:00\",\"acceptedAt\":\"2022-05-16T17:16:29+00:00\",\"userId\":134,\"lastUpdatedAt\":\"2023-02-08T11:17:05+00:00\"},{\"id\":134,\"partnerId\":51,\"sendViaEmail\":true,\"email\":\"wim@entrie.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-17T16:36:14+00:00\",\"acceptedAt\":\"2022-05-17T16:36:14+00:00\",\"userId\":74,\"lastUpdatedAt\":\"2023-05-31T09:38:34+00:00\"},{\"id\":140,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nielvandingenen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:46:43+00:00\",\"acceptedAt\":\"2022-05-23T11:46:43+00:00\",\"userId\":154,\"lastUpdatedAt\":\"2023-01-09T12:55:14+00:00\"},{\"id\":141,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ine.arits@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T11:47:17+00:00\",\"acceptedAt\":\"2022-05-23T11:47:17+00:00\",\"userId\":155,\"lastUpdatedAt\":\"2023-11-23T14:05:03+00:00\"},{\"id\":142,\"partnerId\":92,\"sendViaEmail\":true,\"email\":\"koen@montagewinkel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-23T12:34:39+00:00\",\"acceptedAt\":\"2022-05-23T12:34:39+00:00\",\"userId\":142,\"lastUpdatedAt\":\"2023-05-31T11:30:11+00:00\"},{\"id\":145,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stijn.paulissen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-24T12:24:55+00:00\",\"acceptedAt\":\"2022-05-24T12:24:55+00:00\",\"userId\":160,\"lastUpdatedAt\":\"2023-01-09T12:55:38+00:00\"},{\"id\":146,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"stefan.dils@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-25T10:19:27+00:00\",\"acceptedAt\":\"2022-05-25T10:19:27+00:00\",\"userId\":161,\"lastUpdatedAt\":\"2023-01-09T12:55:41+00:00\"},{\"id\":147,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jo.smeyers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T09:40:54+00:00\",\"acceptedAt\":\"2022-05-31T09:40:54+00:00\",\"userId\":162,\"lastUpdatedAt\":\"2023-11-23T14:06:32+00:00\"},{\"id\":148,\"partnerId\":94,\"sendViaEmail\":true,\"email\":\"greetverleyen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T13:27:57+00:00\",\"acceptedAt\":\"2022-05-31T13:27:57+00:00\",\"userId\":163,\"lastUpdatedAt\":\"2023-11-30T15:13:31+00:00\"},{\"id\":149,\"partnerId\":95,\"sendViaEmail\":true,\"email\":\"bart@ibucon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-05-31T14:05:24+00:00\",\"acceptedAt\":\"2022-05-31T14:05:24+00:00\",\"userId\":164,\"lastUpdatedAt\":\"2022-08-29T14:28:21+00:00\"},{\"id\":151,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kristoftollet@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:15:40+00:00\",\"acceptedAt\":\"2022-06-03T08:15:40+00:00\",\"userId\":166,\"lastUpdatedAt\":\"2023-01-09T12:55:47+00:00\"},{\"id\":152,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frank.rutten@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T08:58:06+00:00\",\"acceptedAt\":\"2022-06-03T08:58:06+00:00\",\"userId\":167,\"lastUpdatedAt\":\"2023-01-09T12:56:46+00:00\"},{\"id\":153,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wesley.breugelmans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-03T13:20:31+00:00\",\"acceptedAt\":\"2022-06-03T13:20:31+00:00\",\"userId\":168,\"lastUpdatedAt\":\"2023-01-09T12:56:43+00:00\"},{\"id\":154,\"partnerId\":97,\"sendViaEmail\":true,\"email\":\"jensdv42@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-07T15:40:20+00:00\",\"acceptedAt\":\"2022-06-07T15:40:21+00:00\",\"userId\":170,\"lastUpdatedAt\":\"2022-08-29T14:49:52+00:00\"},{\"id\":155,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"geert.keustermans@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:02:17+00:00\",\"acceptedAt\":\"2022-06-08T09:02:17+00:00\",\"userId\":172,\"lastUpdatedAt\":\"2023-01-09T12:56:39+00:00\"},{\"id\":156,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"caroline.avonds@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T09:35:56+00:00\",\"acceptedAt\":\"2022-06-08T09:35:56+00:00\",\"userId\":173,\"lastUpdatedAt\":\"2023-01-09T12:56:36+00:00\"},{\"id\":157,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christel.boogaerts@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-08T12:19:29+00:00\",\"acceptedAt\":\"2022-06-08T12:19:29+00:00\",\"userId\":125,\"lastUpdatedAt\":\"2023-01-09T12:56:33+00:00\"},{\"id\":158,\"partnerId\":98,\"sendViaEmail\":true,\"email\":\"info@renodaf.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T10:33:55+00:00\",\"acceptedAt\":\"2022-06-09T10:33:56+00:00\",\"userId\":174,\"lastUpdatedAt\":\"2023-07-25T07:11:32+00:00\"},{\"id\":159,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.vanbelle@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T11:08:33+00:00\",\"acceptedAt\":\"2022-06-09T11:08:33+00:00\",\"userId\":175,\"lastUpdatedAt\":\"2022-08-29T14:50:28+00:00\"},{\"id\":161,\"partnerId\":100,\"sendViaEmail\":true,\"email\":\"koen.holvoet2@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-09T14:25:52+00:00\",\"acceptedAt\":\"2022-06-09T14:25:52+00:00\",\"userId\":177,\"lastUpdatedAt\":\"2023-11-30T15:20:16+00:00\"},{\"id\":163,\"partnerId\":99,\"sendViaEmail\":true,\"email\":\"kevin@buildingconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-13T07:59:15+00:00\",\"acceptedAt\":\"2022-06-13T07:59:15+00:00\",\"userId\":176,\"lastUpdatedAt\":\"2023-11-30T15:20:28+00:00\"},{\"id\":164,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lieven.keuppens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-15T16:05:35+00:00\",\"acceptedAt\":\"2022-06-15T16:05:35+00:00\",\"userId\":113,\"lastUpdatedAt\":\"2023-01-09T12:58:59+00:00\"},{\"id\":165,\"partnerId\":79,\"sendViaEmail\":true,\"email\":\"geertpennewaert@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-18T07:51:29+00:00\",\"acceptedAt\":\"2022-06-18T07:51:29+00:00\",\"userId\":156,\"lastUpdatedAt\":\"2023-11-30T15:21:15+00:00\"},{\"id\":166,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"kevin.deblochouse@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-21T10:58:03+00:00\",\"acceptedAt\":\"2022-06-21T10:58:03+00:00\",\"userId\":181,\"lastUpdatedAt\":\"2023-01-09T12:59:03+00:00\"},{\"id\":168,\"partnerId\":23,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:53:55+00:00\",\"acceptedAt\":\"2022-06-24T09:53:55+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:53:55+00:00\"},{\"id\":169,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"cihan.kranda@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-24T09:54:28+00:00\",\"acceptedAt\":\"2022-06-24T09:54:28+00:00\",\"userId\":2,\"lastUpdatedAt\":\"2022-06-24T09:54:28+00:00\"},{\"id\":170,\"partnerId\":101,\"sendViaEmail\":true,\"email\":\"wim123bisschop@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-27T08:51:23+00:00\",\"acceptedAt\":\"2022-06-27T08:51:23+00:00\",\"userId\":171,\"lastUpdatedAt\":\"2023-11-30T15:23:03+00:00\"},{\"id\":171,\"partnerId\":107,\"sendViaEmail\":true,\"email\":\"scofawom@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T09:42:32+00:00\",\"acceptedAt\":\"2022-06-28T09:42:32+00:00\",\"userId\":183,\"lastUpdatedAt\":\"2023-11-30T15:23:55+00:00\"},{\"id\":172,\"partnerId\":108,\"sendViaEmail\":true,\"email\":\"dheungens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-06-28T11:20:23+00:00\",\"acceptedAt\":\"2022-06-28T11:20:23+00:00\",\"userId\":184,\"lastUpdatedAt\":\"2023-11-30T15:24:22+00:00\"},{\"id\":173,\"partnerId\":96,\"sendViaEmail\":true,\"email\":\"freddy.van.lokeren@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-05T11:30:38+00:00\",\"acceptedAt\":\"2022-07-05T11:30:38+00:00\",\"userId\":169,\"lastUpdatedAt\":\"2023-11-30T15:24:52+00:00\"},{\"id\":174,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gino.damen@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T11:53:56+00:00\",\"acceptedAt\":\"2022-07-06T11:53:56+00:00\",\"userId\":191,\"lastUpdatedAt\":\"2023-01-09T12:59:06+00:00\"},{\"id\":175,\"partnerId\":110,\"sendViaEmail\":true,\"email\":\"wim.de.blieck@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T12:29:04+00:00\",\"acceptedAt\":\"2022-07-06T12:29:04+00:00\",\"userId\":192,\"lastUpdatedAt\":\"2023-11-30T15:27:55+00:00\"},{\"id\":176,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivan.vanlooveren@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-06T13:09:51+00:00\",\"acceptedAt\":\"2022-07-06T13:09:51+00:00\",\"userId\":194,\"lastUpdatedAt\":\"2023-01-09T12:59:08+00:00\"},{\"id\":180,\"partnerId\":109,\"sendViaEmail\":true,\"email\":\"info@automationgroup.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-13T08:20:14+00:00\",\"acceptedAt\":\"2022-07-13T08:20:14+00:00\",\"userId\":185,\"lastUpdatedAt\":\"2022-08-29T14:17:24+00:00\"},{\"id\":182,\"partnerId\":198,\"sendViaEmail\":true,\"email\":\"pranaapanabalance@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-07-25T14:11:22+00:00\",\"acceptedAt\":\"2022-07-25T14:11:22+00:00\",\"userId\":204,\"lastUpdatedAt\":\"2022-08-29T13:26:48+00:00\"},{\"id\":183,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"benny.vanhooydonck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T08:22:41+00:00\",\"acceptedAt\":\"2022-08-04T08:22:41+00:00\",\"userId\":205,\"lastUpdatedAt\":\"2023-04-03T07:55:05+00:00\"},{\"id\":184,\"partnerId\":211,\"sendViaEmail\":true,\"email\":\"kris@krisdepoorter.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-04T09:03:40+00:00\",\"acceptedAt\":\"2022-08-04T09:03:40+00:00\",\"userId\":206,\"lastUpdatedAt\":\"2023-11-30T15:28:16+00:00\"},{\"id\":185,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ronny.boeckx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T08:36:39+00:00\",\"acceptedAt\":\"2022-08-05T08:36:39+00:00\",\"userId\":207,\"lastUpdatedAt\":\"2023-01-09T12:59:15+00:00\"},{\"id\":186,\"partnerId\":197,\"sendViaEmail\":true,\"email\":\"pieter.wyckmans@quinz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-05T19:15:21+00:00\",\"acceptedAt\":\"2022-08-05T19:15:21+00:00\",\"userId\":200,\"lastUpdatedAt\":\"2022-08-05T19:15:21+00:00\"},{\"id\":187,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"karolien.verwimp@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-08T10:25:42+00:00\",\"acceptedAt\":\"2022-08-08T10:25:42+00:00\",\"userId\":208,\"lastUpdatedAt\":\"2023-01-09T12:59:18+00:00\"},{\"id\":188,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"frederic.bonte@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-10T13:00:15+00:00\",\"acceptedAt\":\"2022-08-10T13:00:15+00:00\",\"userId\":211,\"lastUpdatedAt\":\"2023-11-23T14:09:23+00:00\"},{\"id\":192,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"davy.palmans@argeus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-12T12:05:23+00:00\",\"acceptedAt\":\"2022-08-12T12:05:24+00:00\",\"userId\":180,\"lastUpdatedAt\":\"2023-11-30T15:29:25+00:00\"},{\"id\":193,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-25T09:32:51+00:00\",\"acceptedAt\":\"2022-08-25T09:32:51+00:00\",\"userId\":217,\"lastUpdatedAt\":\"2022-08-29T13:34:27+00:00\"},{\"id\":194,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"peggy.vanpeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T10:31:45+00:00\",\"acceptedAt\":\"2022-08-29T10:31:45+00:00\",\"userId\":219,\"lastUpdatedAt\":\"2023-01-09T12:59:29+00:00\"},{\"id\":195,\"partnerId\":213,\"sendViaEmail\":true,\"email\":\"yannickveny@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-08-29T12:29:12+00:00\",\"acceptedAt\":\"2022-08-29T12:29:12+00:00\",\"userId\":220,\"lastUpdatedAt\":\"2022-08-29T12:29:12+00:00\"},{\"id\":199,\"partnerId\":215,\"sendViaEmail\":true,\"email\":\"bw.services@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-06T08:44:28+00:00\",\"acceptedAt\":\"2022-09-06T08:44:28+00:00\",\"userId\":225,\"lastUpdatedAt\":\"2023-11-30T15:31:50+00:00\"},{\"id\":200,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"pieter.debusser@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-08T14:09:03+00:00\",\"acceptedAt\":\"2022-09-08T14:09:03+00:00\",\"userId\":228,\"lastUpdatedAt\":\"2023-01-09T12:59:32+00:00\"},{\"id\":201,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"guus.strooband@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-12T13:20:12+00:00\",\"acceptedAt\":\"2022-09-12T13:20:12+00:00\",\"userId\":230,\"lastUpdatedAt\":\"2023-08-24T10:42:26+00:00\"},{\"id\":202,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.vandepeer@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-15T13:18:28+00:00\",\"acceptedAt\":\"2022-09-15T13:18:28+00:00\",\"userId\":234,\"lastUpdatedAt\":\"2023-11-23T14:20:12+00:00\"},{\"id\":203,\"partnerId\":219,\"sendViaEmail\":true,\"email\":\"bart@ledernierdomino.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-17T17:17:31+00:00\",\"acceptedAt\":\"2022-09-17T17:17:31+00:00\",\"userId\":226,\"lastUpdatedAt\":\"2023-11-30T15:32:05+00:00\"},{\"id\":204,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"torre.roosenbroeck@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T09:57:11+00:00\",\"acceptedAt\":\"2022-09-19T09:57:11+00:00\",\"userId\":235,\"lastUpdatedAt\":\"2023-01-09T13:00:47+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":null,\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":12,\"links\":[{\"url\":null,\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":100,\"total\":1122}}"} 
[2025-07-17 19:27:37] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":205,\"partnerId\":212,\"sendViaEmail\":true,\"email\":\"tina.vanhecke@ramenvanhecke.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-19T12:18:42+00:00\",\"acceptedAt\":\"2022-09-19T12:18:42+00:00\",\"userId\":224,\"lastUpdatedAt\":\"2022-09-19T12:18:42+00:00\"},{\"id\":206,\"partnerId\":111,\"sendViaEmail\":true,\"email\":\"vanheckeann@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-20T07:32:02+00:00\",\"acceptedAt\":\"2022-09-20T07:32:02+00:00\",\"userId\":193,\"lastUpdatedAt\":\"2022-09-20T07:32:02+00:00\"},{\"id\":207,\"partnerId\":220,\"sendViaEmail\":true,\"email\":\"ronny-smet@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-20T11:21:59+00:00\",\"acceptedAt\":\"2022-09-20T11:21:59+00:00\",\"userId\":237,\"lastUpdatedAt\":\"2023-11-30T15:33:13+00:00\"},{\"id\":208,\"partnerId\":222,\"sendViaEmail\":true,\"email\":\"w.janse@jaleco-havaro.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-20T12:33:18+00:00\",\"acceptedAt\":\"2022-09-20T12:33:18+00:00\",\"userId\":238,\"lastUpdatedAt\":\"2023-11-30T15:33:19+00:00\"},{\"id\":209,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gerrit.blommaert@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-21T11:21:15+00:00\",\"acceptedAt\":\"2022-09-21T11:21:15+00:00\",\"userId\":239,\"lastUpdatedAt\":\"2023-01-09T13:00:51+00:00\"},{\"id\":210,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"dirk.milis@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-28T13:27:47+00:00\",\"acceptedAt\":\"2022-09-28T13:27:47+00:00\",\"userId\":244,\"lastUpdatedAt\":\"2023-01-09T13:00:55+00:00\"},{\"id\":212,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nevena.misovic@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-09-28T13:42:38+00:00\",\"acceptedAt\":\"2022-09-28T13:42:38+00:00\",\"userId\":245,\"lastUpdatedAt\":\"2023-01-09T13:00:59+00:00\"},{\"id\":218,\"partnerId\":241,\"sendViaEmail\":true,\"email\":\"info@jdbschrijnwerk.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-05T10:45:40+00:00\",\"acceptedAt\":\"2022-10-05T10:45:40+00:00\",\"userId\":246,\"lastUpdatedAt\":\"2023-11-30T15:33:32+00:00\"},{\"id\":219,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"marino.waem@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-11T15:04:40+00:00\",\"acceptedAt\":\"2022-10-11T15:04:40+00:00\",\"userId\":247,\"lastUpdatedAt\":\"2023-01-09T13:01:03+00:00\"},{\"id\":220,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"lex.berkhout@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-11T15:05:10+00:00\",\"acceptedAt\":\"2022-10-11T15:05:10+00:00\",\"userId\":249,\"lastUpdatedAt\":\"2023-01-09T13:01:08+00:00\"},{\"id\":221,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"jonas.baeyens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-11T15:05:41+00:00\",\"acceptedAt\":\"2022-10-11T15:05:41+00:00\",\"userId\":248,\"lastUpdatedAt\":\"2023-01-09T13:01:12+00:00\"},{\"id\":222,\"partnerId\":259,\"sendViaEmail\":true,\"email\":\"carmenverbeke@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-17T11:50:14+00:00\",\"acceptedAt\":\"2022-10-17T11:50:14+00:00\",\"userId\":253,\"lastUpdatedAt\":\"2023-11-30T15:35:36+00:00\"},{\"id\":223,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"wim.coessens@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-17T13:22:05+00:00\",\"acceptedAt\":\"2022-10-17T13:22:05+00:00\",\"userId\":254,\"lastUpdatedAt\":\"2023-01-09T13:01:17+00:00\"},{\"id\":225,\"partnerId\":260,\"sendViaEmail\":true,\"email\":\"pauldeclercq@curon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-10-20T10:37:09+00:00\",\"acceptedAt\":\"2022-10-20T10:37:09+00:00\",\"userId\":257,\"lastUpdatedAt\":\"2023-01-09T13:08:01+00:00\"},{\"id\":227,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"walter.beeckmans@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-02T15:40:45+00:00\",\"acceptedAt\":\"2022-11-02T15:40:45+00:00\",\"userId\":267,\"lastUpdatedAt\":\"2023-01-09T13:01:48+00:00\"},{\"id\":228,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"tom.smet@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-03T09:21:42+00:00\",\"acceptedAt\":\"2022-11-03T09:21:42+00:00\",\"userId\":269,\"lastUpdatedAt\":\"2023-01-09T13:01:45+00:00\"},{\"id\":229,\"partnerId\":269,\"sendViaEmail\":true,\"email\":\"rudiziko@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-07T15:30:57+00:00\",\"acceptedAt\":\"2022-11-07T15:30:57+00:00\",\"userId\":271,\"lastUpdatedAt\":\"2023-11-30T15:35:50+00:00\"},{\"id\":230,\"partnerId\":260,\"sendViaEmail\":true,\"email\":\"margotvernijns@curon.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-08T13:05:34+00:00\",\"acceptedAt\":\"2022-11-08T13:05:34+00:00\",\"userId\":273,\"lastUpdatedAt\":\"2023-01-09T13:04:35+00:00\"},{\"id\":231,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ann.schauwers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-08T13:52:21+00:00\",\"acceptedAt\":\"2022-11-08T13:52:21+00:00\",\"userId\":274,\"lastUpdatedAt\":\"2023-01-09T13:01:42+00:00\"},{\"id\":233,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"katleenboydens@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-16T11:19:22+00:00\",\"acceptedAt\":\"2022-11-16T11:19:22+00:00\",\"userId\":277,\"lastUpdatedAt\":\"2023-01-09T13:05:20+00:00\"},{\"id\":235,\"partnerId\":274,\"sendViaEmail\":true,\"email\":\"isabellalaura@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-23T11:58:28+00:00\",\"acceptedAt\":\"2022-11-23T11:58:28+00:00\",\"userId\":283,\"lastUpdatedAt\":\"2023-02-10T14:56:12+00:00\"},{\"id\":236,\"partnerId\":275,\"sendViaEmail\":true,\"email\":\"kristof@immotrix.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-23T13:00:55+00:00\",\"acceptedAt\":\"2022-11-23T13:00:55+00:00\",\"userId\":284,\"lastUpdatedAt\":\"2023-11-30T15:40:37+00:00\"},{\"id\":237,\"partnerId\":276,\"sendViaEmail\":true,\"email\":\"johan.blommaert@btj-service.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-23T16:09:35+00:00\",\"acceptedAt\":\"2022-11-23T16:09:35+00:00\",\"userId\":285,\"lastUpdatedAt\":\"2023-11-30T15:41:18+00:00\"},{\"id\":238,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"tineseyen@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-24T12:54:01+00:00\",\"acceptedAt\":\"2022-11-24T12:54:01+00:00\",\"userId\":288,\"lastUpdatedAt\":\"2023-01-09T13:04:58+00:00\"},{\"id\":239,\"partnerId\":277,\"sendViaEmail\":true,\"email\":\"patrickkerkhofs@konradholding.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-24T16:37:17+00:00\",\"acceptedAt\":\"2022-11-24T16:37:17+00:00\",\"userId\":290,\"lastUpdatedAt\":\"2022-11-24T16:37:17+00:00\"},{\"id\":241,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"dirk.vanroy@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-25T12:11:11+00:00\",\"acceptedAt\":\"2022-11-25T12:11:11+00:00\",\"userId\":292,\"lastUpdatedAt\":\"2023-01-09T13:01:40+00:00\"},{\"id\":243,\"partnerId\":279,\"sendViaEmail\":true,\"email\":\"ewanten@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-30T11:49:59+00:00\",\"acceptedAt\":\"2022-11-30T11:49:59+00:00\",\"userId\":46,\"lastUpdatedAt\":\"2022-11-30T11:49:59+00:00\"},{\"id\":244,\"partnerId\":11,\"sendViaEmail\":true,\"email\":\"eric.stevens@themailingfactory.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-11-30T16:13:31+00:00\",\"acceptedAt\":\"2022-11-30T16:13:31+00:00\",\"userId\":297,\"lastUpdatedAt\":\"2022-11-30T16:13:31+00:00\"},{\"id\":246,\"partnerId\":281,\"sendViaEmail\":true,\"email\":\"thuisverplegingevi@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-07T12:17:44+00:00\",\"acceptedAt\":\"2022-12-07T12:17:44+00:00\",\"userId\":301,\"lastUpdatedAt\":\"2022-12-07T12:17:44+00:00\"},{\"id\":247,\"partnerId\":282,\"sendViaEmail\":true,\"email\":\"isabelle.verheyen@tandarts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-08T10:49:36+00:00\",\"acceptedAt\":\"2022-12-08T10:49:36+00:00\",\"userId\":294,\"lastUpdatedAt\":\"2022-12-08T10:49:36+00:00\"},{\"id\":248,\"partnerId\":64,\"sendViaEmail\":true,\"email\":\"familie.mareels@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-12T09:45:16+00:00\",\"acceptedAt\":\"2022-12-12T09:45:16+00:00\",\"userId\":302,\"lastUpdatedAt\":\"2023-01-31T08:42:25+00:00\"},{\"id\":250,\"partnerId\":284,\"sendViaEmail\":false,\"email\":\"info@padel-idegem.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-16T15:22:59+00:00\",\"acceptedAt\":\"2022-12-16T15:22:59+00:00\",\"userId\":307,\"lastUpdatedAt\":\"2023-11-30T15:43:31+00:00\"},{\"id\":251,\"partnerId\":285,\"sendViaEmail\":false,\"email\":\"ellen.ketsman@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-16T15:36:43+00:00\",\"acceptedAt\":\"2022-12-16T15:36:43+00:00\",\"userId\":308,\"lastUpdatedAt\":\"2023-05-24T11:14:19+00:00\"},{\"id\":252,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"christofsandy@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-20T15:31:58+00:00\",\"acceptedAt\":\"2022-12-20T15:31:58+00:00\",\"userId\":305,\"lastUpdatedAt\":\"2023-01-09T13:01:36+00:00\"},{\"id\":253,\"partnerId\":287,\"sendViaEmail\":true,\"email\":\"joel@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-22T14:52:15+00:00\",\"acceptedAt\":\"2022-12-22T14:52:15+00:00\",\"userId\":295,\"lastUpdatedAt\":\"2023-05-31T11:35:19+00:00\"},{\"id\":254,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"pascaldebbaut@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-23T14:26:43+00:00\",\"acceptedAt\":\"2022-12-23T14:26:43+00:00\",\"userId\":310,\"lastUpdatedAt\":\"2023-11-30T15:43:45+00:00\"},{\"id\":255,\"partnerId\":288,\"sendViaEmail\":false,\"email\":\"ludocaberg@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-27T12:04:19+00:00\",\"acceptedAt\":\"2022-12-27T12:04:19+00:00\",\"userId\":311,\"lastUpdatedAt\":\"2023-11-30T15:43:54+00:00\"},{\"id\":256,\"partnerId\":59,\"sendViaEmail\":true,\"email\":\"dennis@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2022-12-30T15:37:51+00:00\",\"acceptedAt\":\"2022-12-30T15:37:51+00:00\",\"userId\":313,\"lastUpdatedAt\":\"2024-05-31T11:13:00+00:00\"},{\"id\":259,\"partnerId\":294,\"sendViaEmail\":true,\"email\":\"djeylan.dezutter@probis-plus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-10T16:17:17+00:00\",\"acceptedAt\":\"2023-01-10T16:17:17+00:00\",\"userId\":320,\"lastUpdatedAt\":\"2023-01-10T16:17:17+00:00\"},{\"id\":260,\"partnerId\":280,\"sendViaEmail\":true,\"email\":\"ozkanyurdaer@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-11T13:27:31+00:00\",\"acceptedAt\":\"2023-01-11T13:27:31+00:00\",\"userId\":296,\"lastUpdatedAt\":\"2023-11-15T13:35:14+00:00\"},{\"id\":262,\"partnerId\":295,\"sendViaEmail\":true,\"email\":\"mvandenhooft@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-17T10:27:05+00:00\",\"acceptedAt\":\"2023-01-17T10:27:05+00:00\",\"userId\":323,\"lastUpdatedAt\":\"2023-01-17T10:27:05+00:00\"},{\"id\":263,\"partnerId\":296,\"sendViaEmail\":true,\"email\":\"philippe.rooseleer@fibizpartners.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-17T13:53:58+00:00\",\"acceptedAt\":\"2023-01-17T13:53:58+00:00\",\"userId\":318,\"lastUpdatedAt\":\"2023-11-30T15:48:38+00:00\"},{\"id\":264,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"p.vanbelle@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-18T12:42:08+00:00\",\"acceptedAt\":\"2023-01-18T12:42:08+00:00\",\"userId\":327,\"lastUpdatedAt\":\"2023-01-18T12:42:08+00:00\"},{\"id\":265,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"jan.everaert@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T13:21:56+00:00\",\"acceptedAt\":\"2023-01-19T13:21:56+00:00\",\"userId\":330,\"lastUpdatedAt\":\"2023-01-19T13:21:56+00:00\"},{\"id\":266,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"senne.depeuter@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T13:40:58+00:00\",\"acceptedAt\":\"2023-01-19T13:40:58+00:00\",\"userId\":331,\"lastUpdatedAt\":\"2023-01-19T13:40:58+00:00\"},{\"id\":267,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"tuur.depreter@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T13:50:36+00:00\",\"acceptedAt\":\"2023-01-19T13:50:36+00:00\",\"userId\":332,\"lastUpdatedAt\":\"2023-01-19T13:50:36+00:00\"},{\"id\":268,\"partnerId\":298,\"sendViaEmail\":true,\"email\":\"bartel@zenses.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T15:50:16+00:00\",\"acceptedAt\":\"2023-01-19T15:50:16+00:00\",\"userId\":325,\"lastUpdatedAt\":\"2023-02-06T13:22:26+00:00\"},{\"id\":269,\"partnerId\":298,\"sendViaEmail\":true,\"email\":\"pascal@zenses.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-19T15:51:03+00:00\",\"acceptedAt\":\"2023-01-19T15:51:04+00:00\",\"userId\":333,\"lastUpdatedAt\":\"2023-04-06T14:15:52+00:00\"},{\"id\":271,\"partnerId\":300,\"sendViaEmail\":false,\"email\":\"katgoemaere77@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-20T10:16:44+00:00\",\"acceptedAt\":\"2023-01-20T10:16:44+00:00\",\"userId\":336,\"lastUpdatedAt\":\"2023-01-20T10:16:44+00:00\"},{\"id\":273,\"partnerId\":301,\"sendViaEmail\":false,\"email\":\"chris.phlips@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-20T14:18:23+00:00\",\"acceptedAt\":\"2023-01-20T14:18:23+00:00\",\"userId\":338,\"lastUpdatedAt\":\"2023-01-20T14:18:23+00:00\"},{\"id\":274,\"partnerId\":302,\"sendViaEmail\":true,\"email\":\"autobel@live.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-01-23T14:48:53+00:00\",\"acceptedAt\":\"2023-01-23T14:48:53+00:00\",\"userId\":339,\"lastUpdatedAt\":\"2023-01-23T14:48:53+00:00\"},{\"id\":277,\"partnerId\":303,\"sendViaEmail\":false,\"email\":\"eric.de.bruyn1@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-24T13:55:00+00:00\",\"acceptedAt\":\"2023-01-24T13:55:00+00:00\",\"userId\":343,\"lastUpdatedAt\":\"2023-01-24T13:55:00+00:00\"},{\"id\":281,\"partnerId\":304,\"sendViaEmail\":true,\"email\":\"info@casacava.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-25T11:14:17+00:00\",\"acceptedAt\":\"2023-01-25T11:14:17+00:00\",\"userId\":344,\"lastUpdatedAt\":\"2023-01-25T11:14:17+00:00\"},{\"id\":283,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"dries.vranckx@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-26T09:22:31+00:00\",\"acceptedAt\":\"2023-01-26T09:22:31+00:00\",\"userId\":352,\"lastUpdatedAt\":\"2023-01-26T09:22:31+00:00\"},{\"id\":284,\"partnerId\":305,\"sendViaEmail\":true,\"email\":\"info@cgoconsulting.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-27T11:43:18+00:00\",\"acceptedAt\":\"2023-01-27T11:43:18+00:00\",\"userId\":353,\"lastUpdatedAt\":\"2023-01-27T11:43:18+00:00\"},{\"id\":285,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"philippe@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-30T16:21:50+00:00\",\"acceptedAt\":\"2023-01-30T16:21:50+00:00\",\"userId\":355,\"lastUpdatedAt\":\"2023-11-30T12:06:55+00:00\"},{\"id\":286,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pina.debeck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-31T09:39:25+00:00\",\"acceptedAt\":\"2023-01-31T09:39:25+00:00\",\"userId\":356,\"lastUpdatedAt\":\"2023-11-14T15:18:35+00:00\"},{\"id\":287,\"partnerId\":306,\"sendViaEmail\":false,\"email\":\"marcbmddakwerken@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-01-31T13:11:33+00:00\",\"acceptedAt\":\"2023-01-31T13:11:33+00:00\",\"userId\":357,\"lastUpdatedAt\":\"2023-01-31T13:11:33+00:00\"},{\"id\":288,\"partnerId\":308,\"sendViaEmail\":false,\"email\":\"bart_matth@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-02T16:03:14+00:00\",\"acceptedAt\":\"2023-02-02T16:03:14+00:00\",\"userId\":360,\"lastUpdatedAt\":\"2023-02-02T16:03:14+00:00\"},{\"id\":289,\"partnerId\":310,\"sendViaEmail\":true,\"email\":\"lucdebock@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-02-03T13:07:49+00:00\",\"acceptedAt\":\"2023-02-03T13:07:49+00:00\",\"userId\":359,\"lastUpdatedAt\":\"2023-02-03T13:07:49+00:00\"},{\"id\":290,\"partnerId\":290,\"sendViaEmail\":true,\"email\":\"wdt@wdt.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-04T13:33:23+00:00\",\"acceptedAt\":\"2023-02-04T13:33:23+00:00\",\"userId\":260,\"lastUpdatedAt\":\"2023-11-30T13:32:07+00:00\"},{\"id\":291,\"partnerId\":312,\"sendViaEmail\":false,\"email\":\"tuinenroels@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-09T10:16:27+00:00\",\"acceptedAt\":\"2023-02-09T10:16:27+00:00\",\"userId\":364,\"lastUpdatedAt\":\"2023-02-09T10:16:27+00:00\"},{\"id\":292,\"partnerId\":299,\"sendViaEmail\":true,\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-09T11:44:07+00:00\",\"acceptedAt\":\"2023-02-09T11:44:07+00:00\",\"userId\":335,\"lastUpdatedAt\":\"2023-02-09T11:44:07+00:00\"},{\"id\":294,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"nico.caers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-15T12:03:40+00:00\",\"acceptedAt\":\"2023-02-15T12:03:40+00:00\",\"userId\":376,\"lastUpdatedAt\":\"2023-02-15T12:03:40+00:00\"},{\"id\":295,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"alex.vantilborg@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-15T12:07:23+00:00\",\"acceptedAt\":\"2023-02-15T12:07:23+00:00\",\"userId\":377,\"lastUpdatedAt\":\"2023-02-15T12:07:23+00:00\"},{\"id\":296,\"partnerId\":315,\"sendViaEmail\":false,\"email\":\"vvanvlodrop@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-20T09:55:10+00:00\",\"acceptedAt\":\"2023-02-20T09:55:10+00:00\",\"userId\":383,\"lastUpdatedAt\":\"2023-02-20T09:55:10+00:00\"},{\"id\":297,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"rudi.broos@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T09:22:43+00:00\",\"acceptedAt\":\"2023-02-21T09:22:43+00:00\",\"userId\":384,\"lastUpdatedAt\":\"2023-02-21T09:22:43+00:00\"},{\"id\":298,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"wim.naenen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T13:11:07+00:00\",\"acceptedAt\":\"2023-02-21T13:11:07+00:00\",\"userId\":386,\"lastUpdatedAt\":\"2023-02-21T13:11:07+00:00\"},{\"id\":299,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pieter.vandeperre@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T13:24:03+00:00\",\"acceptedAt\":\"2023-02-21T13:24:03+00:00\",\"userId\":387,\"lastUpdatedAt\":\"2023-02-21T13:24:03+00:00\"},{\"id\":300,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"steven.deron@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T13:27:19+00:00\",\"acceptedAt\":\"2023-02-21T13:27:19+00:00\",\"userId\":388,\"lastUpdatedAt\":\"2023-02-21T13:27:19+00:00\"},{\"id\":301,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"houssaifi@deloitte.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-21T13:43:07+00:00\",\"acceptedAt\":\"2023-02-21T13:43:07+00:00\",\"userId\":389,\"lastUpdatedAt\":\"2023-02-21T13:43:07+00:00\"},{\"id\":304,\"partnerId\":314,\"sendViaEmail\":false,\"email\":\"niels@hestia.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-22T11:21:43+00:00\",\"acceptedAt\":\"2023-02-22T11:21:43+00:00\",\"userId\":390,\"lastUpdatedAt\":\"2023-02-22T11:21:43+00:00\"},{\"id\":305,\"partnerId\":319,\"sendViaEmail\":false,\"email\":\"olivier@driesenfoods.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-22T12:17:44+00:00\",\"acceptedAt\":\"2023-02-22T12:17:44+00:00\",\"userId\":391,\"lastUpdatedAt\":\"2023-12-01T16:18:48+00:00\"},{\"id\":306,\"partnerId\":320,\"sendViaEmail\":false,\"email\":\"info@denambacht.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-22T16:56:40+00:00\",\"acceptedAt\":\"2023-02-22T16:56:40+00:00\",\"userId\":392,\"lastUpdatedAt\":\"2023-02-22T16:56:40+00:00\"},{\"id\":307,\"partnerId\":322,\"sendViaEmail\":false,\"email\":\"Ilse@momenting.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-02-23T12:41:23+00:00\",\"acceptedAt\":\"2023-02-23T12:41:23+00:00\",\"userId\":393,\"lastUpdatedAt\":\"2023-12-01T16:18:58+00:00\"},{\"id\":308,\"partnerId\":25,\"sendViaEmail\":true,\"email\":\"jansenisabelle@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-03T14:12:52+00:00\",\"acceptedAt\":\"2023-03-03T14:12:52+00:00\",\"userId\":262,\"lastUpdatedAt\":\"2023-12-01T16:21:28+00:00\"},{\"id\":309,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"j.janquart@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-08T15:44:01+00:00\",\"acceptedAt\":\"2023-03-08T15:44:01+00:00\",\"userId\":406,\"lastUpdatedAt\":\"2023-03-08T15:44:01+00:00\"},{\"id\":310,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"marjan.janssen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-09T14:39:29+00:00\",\"acceptedAt\":\"2023-03-09T14:39:29+00:00\",\"userId\":407,\"lastUpdatedAt\":\"2023-03-09T14:39:29+00:00\"},{\"id\":311,\"partnerId\":324,\"sendViaEmail\":false,\"email\":\"S.verrept@betaguard.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-10T12:53:16+00:00\",\"acceptedAt\":\"2023-03-10T12:53:16+00:00\",\"userId\":408,\"lastUpdatedAt\":\"2023-03-10T12:53:16+00:00\"},{\"id\":312,\"partnerId\":325,\"sendViaEmail\":true,\"email\":\"m.vandewiel@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-10T15:24:13+00:00\",\"acceptedAt\":\"2023-03-10T15:24:13+00:00\",\"userId\":378,\"lastUpdatedAt\":\"2023-08-04T09:39:25+00:00\"},{\"id\":313,\"partnerId\":277,\"sendViaEmail\":false,\"email\":\"ingrid.gelders@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-13T13:06:43+00:00\",\"acceptedAt\":\"2023-03-13T13:06:43+00:00\",\"userId\":413,\"lastUpdatedAt\":\"2023-03-13T13:06:43+00:00\"},{\"id\":314,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"s.bruyninckx@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-16T13:56:23+00:00\",\"acceptedAt\":\"2023-03-16T13:56:23+00:00\",\"userId\":414,\"lastUpdatedAt\":\"2023-03-16T13:56:23+00:00\"},{\"id\":315,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"m.berx@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-16T14:23:58+00:00\",\"acceptedAt\":\"2023-03-16T14:23:58+00:00\",\"userId\":415,\"lastUpdatedAt\":\"2023-03-16T14:23:58+00:00\"},{\"id\":316,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"stefan.vanwauwe@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-17T11:53:03+00:00\",\"acceptedAt\":\"2023-03-17T11:53:03+00:00\",\"userId\":416,\"lastUpdatedAt\":\"2023-03-17T11:53:03+00:00\"},{\"id\":317,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"katleen.boeckx@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-17T15:34:50+00:00\",\"acceptedAt\":\"2023-03-17T15:34:50+00:00\",\"userId\":417,\"lastUpdatedAt\":\"2023-03-17T15:34:50+00:00\"},{\"id\":318,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"tom.segers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-21T10:13:05+00:00\",\"acceptedAt\":\"2023-03-21T10:13:05+00:00\",\"userId\":421,\"lastUpdatedAt\":\"2023-03-21T10:13:05+00:00\"},{\"id\":319,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"y.deryck@hesse-lignal.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-23T16:08:56+00:00\",\"acceptedAt\":\"2023-03-23T16:08:56+00:00\",\"userId\":423,\"lastUpdatedAt\":\"2023-03-23T16:08:56+00:00\"},{\"id\":320,\"partnerId\":327,\"sendViaEmail\":true,\"email\":\"d.reynaert@tecware.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-25T18:05:31+00:00\",\"acceptedAt\":\"2023-03-25T18:05:31+00:00\",\"userId\":425,\"lastUpdatedAt\":\"2023-06-14T13:46:26+00:00\"},{\"id\":321,\"partnerId\":318,\"sendViaEmail\":false,\"email\":\"greet@netebeemden.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T08:00:36+00:00\",\"acceptedAt\":\"2023-03-27T08:00:36+00:00\",\"userId\":427,\"lastUpdatedAt\":\"2023-12-01T16:22:31+00:00\"},{\"id\":322,\"partnerId\":318,\"sendViaEmail\":true,\"email\":\"niels@hestia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T08:04:22+00:00\",\"acceptedAt\":\"2023-03-27T08:04:22+00:00\",\"userId\":390,\"lastUpdatedAt\":\"2023-07-26T12:03:12+00:00\"},{\"id\":323,\"partnerId\":329,\"sendViaEmail\":false,\"email\":\"eva@metaalconstructieblomme.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T10:34:42+00:00\",\"acceptedAt\":\"2023-03-27T10:34:42+00:00\",\"userId\":429,\"lastUpdatedAt\":\"2023-03-27T10:34:42+00:00\"},{\"id\":324,\"partnerId\":328,\"sendViaEmail\":true,\"email\":\"meidoorn.bb@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T12:12:22+00:00\",\"acceptedAt\":\"2023-03-27T12:12:22+00:00\",\"userId\":428,\"lastUpdatedAt\":\"2023-03-27T12:12:22+00:00\"},{\"id\":325,\"partnerId\":214,\"sendViaEmail\":true,\"email\":\"patricklaisnez@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T12:33:04+00:00\",\"acceptedAt\":\"2023-03-27T12:33:04+00:00\",\"userId\":186,\"lastUpdatedAt\":\"2023-03-27T12:33:04+00:00\"},{\"id\":326,\"partnerId\":330,\"sendViaEmail\":false,\"email\":\"sabrina.temmerman72@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-27T14:15:05+00:00\",\"acceptedAt\":\"2023-03-27T14:15:05+00:00\",\"userId\":430,\"lastUpdatedAt\":\"2023-03-27T14:15:05+00:00\"},{\"id\":327,\"partnerId\":331,\"sendViaEmail\":false,\"email\":\"cenfibo@live.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-28T09:17:36+00:00\",\"acceptedAt\":\"2023-03-28T09:17:36+00:00\",\"userId\":431,\"lastUpdatedAt\":\"2023-03-28T09:17:36+00:00\"},{\"id\":328,\"partnerId\":332,\"sendViaEmail\":true,\"email\":\"w.declercq@profilan.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-28T09:51:35+00:00\",\"acceptedAt\":\"2023-03-28T09:51:35+00:00\",\"userId\":432,\"lastUpdatedAt\":\"2023-05-27T13:54:39+00:00\"},{\"id\":329,\"partnerId\":220,\"sendViaEmail\":true,\"email\":\"charlotte.vercauteren@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-28T13:56:04+00:00\",\"acceptedAt\":\"2023-03-28T13:56:04+00:00\",\"userId\":306,\"lastUpdatedAt\":\"2023-05-30T15:12:32+00:00\"},{\"id\":330,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"margotdenaeyer@ccselect.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T10:15:51+00:00\",\"acceptedAt\":\"2023-03-29T10:15:51+00:00\",\"userId\":433,\"lastUpdatedAt\":\"2023-08-02T11:49:54+00:00\"},{\"id\":331,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"wimdewever@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T10:32:38+00:00\",\"acceptedAt\":\"2023-03-29T10:32:38+00:00\",\"userId\":434,\"lastUpdatedAt\":\"2023-03-29T10:32:38+00:00\"},{\"id\":332,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"sofieponcelet@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T12:14:34+00:00\",\"acceptedAt\":\"2023-03-29T12:14:34+00:00\",\"userId\":435,\"lastUpdatedAt\":\"2023-07-05T08:20:38+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\"},\"meta\":{\"current_page\":2,\"from\":101,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":200,\"total\":1122}}"} 
[2025-07-17 19:27:38] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":333,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"michellerommelaere@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T12:35:45+00:00\",\"acceptedAt\":\"2023-03-29T12:35:45+00:00\",\"userId\":436,\"lastUpdatedAt\":\"2023-06-02T12:51:41+00:00\"},{\"id\":334,\"partnerId\":326,\"sendViaEmail\":false,\"email\":\"patrick@bcmbv.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-29T15:42:20+00:00\",\"acceptedAt\":\"2023-03-29T15:42:20+00:00\",\"userId\":437,\"lastUpdatedAt\":\"2023-06-05T07:22:56+00:00\"},{\"id\":335,\"partnerId\":336,\"sendViaEmail\":false,\"email\":\"info@keizers-kroon.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-30T13:35:28+00:00\",\"acceptedAt\":\"2023-03-30T13:35:28+00:00\",\"userId\":440,\"lastUpdatedAt\":\"2023-12-01T16:25:25+00:00\"},{\"id\":336,\"partnerId\":337,\"sendViaEmail\":false,\"email\":\"solcol01@protonmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-31T13:07:50+00:00\",\"acceptedAt\":\"2023-03-31T13:07:50+00:00\",\"userId\":442,\"lastUpdatedAt\":\"2023-03-31T13:07:50+00:00\"},{\"id\":337,\"partnerId\":335,\"sendViaEmail\":true,\"email\":\"evertderijcker@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-31T13:54:52+00:00\",\"acceptedAt\":\"2023-03-31T13:54:52+00:00\",\"userId\":439,\"lastUpdatedAt\":\"2023-03-31T13:54:52+00:00\"},{\"id\":338,\"partnerId\":339,\"sendViaEmail\":false,\"email\":\"kristof.goedemont@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-03-31T15:18:49+00:00\",\"acceptedAt\":\"2023-03-31T15:18:49+00:00\",\"userId\":443,\"lastUpdatedAt\":\"2023-03-31T15:18:49+00:00\"},{\"id\":339,\"partnerId\":287,\"sendViaEmail\":false,\"email\":\"Fabienne@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T10:34:10+00:00\",\"acceptedAt\":\"2023-04-03T10:34:10+00:00\",\"userId\":449,\"lastUpdatedAt\":\"2023-04-03T10:34:10+00:00\"},{\"id\":340,\"partnerId\":10,\"sendViaEmail\":false,\"email\":\"i.delarue@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:05:14+00:00\",\"acceptedAt\":\"2023-04-03T12:05:14+00:00\",\"userId\":451,\"lastUpdatedAt\":\"2023-04-03T12:05:14+00:00\"},{\"id\":341,\"partnerId\":10,\"sendViaEmail\":true,\"email\":\"s.dreesen@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:10:46+00:00\",\"acceptedAt\":\"2023-04-03T12:10:46+00:00\",\"userId\":446,\"lastUpdatedAt\":\"2023-04-03T12:10:46+00:00\"},{\"id\":342,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"christophe@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:12:14+00:00\",\"acceptedAt\":\"2023-04-03T12:12:14+00:00\",\"userId\":452,\"lastUpdatedAt\":\"2023-06-07T13:03:49+00:00\"},{\"id\":343,\"partnerId\":329,\"sendViaEmail\":false,\"email\":\"bart@metaalconstructieblomme.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:33:08+00:00\",\"acceptedAt\":\"2023-04-03T12:33:08+00:00\",\"userId\":453,\"lastUpdatedAt\":\"2023-04-03T12:33:08+00:00\"},{\"id\":344,\"partnerId\":329,\"sendViaEmail\":false,\"email\":\"bartenolivia@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T12:37:24+00:00\",\"acceptedAt\":\"2023-04-03T12:37:24+00:00\",\"userId\":454,\"lastUpdatedAt\":\"2023-04-03T12:37:24+00:00\"},{\"id\":345,\"partnerId\":340,\"sendViaEmail\":true,\"email\":\"jofem@me.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-03T14:40:46+00:00\",\"acceptedAt\":\"2023-04-03T14:40:46+00:00\",\"userId\":229,\"lastUpdatedAt\":\"2023-05-31T09:42:40+00:00\"},{\"id\":346,\"partnerId\":341,\"sendViaEmail\":false,\"email\":\"rudy.desaeger@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-04T15:16:19+00:00\",\"acceptedAt\":\"2023-04-04T15:16:19+00:00\",\"userId\":455,\"lastUpdatedAt\":\"2023-12-01T16:26:54+00:00\"},{\"id\":347,\"partnerId\":67,\"sendViaEmail\":true,\"email\":\"rudy.desaeger@vanbelle.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-04T15:16:48+00:00\",\"acceptedAt\":\"2023-04-04T15:16:48+00:00\",\"userId\":455,\"lastUpdatedAt\":\"2024-03-25T13:03:34+00:00\"},{\"id\":349,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"belinda.apon@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-05T15:27:18+00:00\",\"acceptedAt\":\"2023-04-05T15:27:18+00:00\",\"userId\":458,\"lastUpdatedAt\":\"2023-05-19T19:24:07+00:00\"},{\"id\":350,\"partnerId\":343,\"sendViaEmail\":false,\"email\":\"tom@tommytech-consulting.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-06T12:51:10+00:00\",\"acceptedAt\":\"2023-04-06T12:51:10+00:00\",\"userId\":459,\"lastUpdatedAt\":\"2023-04-06T12:51:10+00:00\"},{\"id\":351,\"partnerId\":344,\"sendViaEmail\":false,\"email\":\"wim.verbruggen-bertels@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-06T13:13:15+00:00\",\"acceptedAt\":\"2023-04-06T13:13:15+00:00\",\"userId\":460,\"lastUpdatedAt\":\"2023-04-07T14:23:00+00:00\"},{\"id\":352,\"partnerId\":345,\"sendViaEmail\":false,\"email\":\"maliknemat4@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-06T13:32:17+00:00\",\"acceptedAt\":\"2023-04-06T13:32:17+00:00\",\"userId\":461,\"lastUpdatedAt\":\"2023-05-11T11:26:38+00:00\"},{\"id\":354,\"partnerId\":346,\"sendViaEmail\":true,\"email\":\"patrick.grispen@pandora.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-06T14:46:29+00:00\",\"acceptedAt\":\"2023-04-06T14:46:29+00:00\",\"userId\":463,\"lastUpdatedAt\":\"2023-04-06T14:46:29+00:00\"},{\"id\":355,\"partnerId\":347,\"sendViaEmail\":true,\"email\":\"quinten.van.durme@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-07T12:44:34+00:00\",\"acceptedAt\":\"2023-04-07T12:44:34+00:00\",\"userId\":457,\"lastUpdatedAt\":\"2023-04-07T12:44:34+00:00\"},{\"id\":356,\"partnerId\":348,\"sendViaEmail\":true,\"email\":\"geert.paepen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-04-11T12:22:59+00:00\",\"acceptedAt\":\"2023-04-11T12:22:59+00:00\",\"userId\":450,\"lastUpdatedAt\":\"2023-04-11T12:22:59+00:00\"},{\"id\":357,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"bart.voorspoels@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-12T12:07:04+00:00\",\"acceptedAt\":\"2023-04-12T12:07:04+00:00\",\"userId\":469,\"lastUpdatedAt\":\"2023-04-12T12:07:04+00:00\"},{\"id\":358,\"partnerId\":349,\"sendViaEmail\":false,\"email\":\"mark.deprez@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-04-13T10:15:29+00:00\",\"acceptedAt\":\"2023-04-13T10:15:29+00:00\",\"userId\":470,\"lastUpdatedAt\":\"2023-04-13T10:15:29+00:00\"},{\"id\":359,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"eshwarkiran.pampana@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-17T14:00:59+00:00\",\"acceptedAt\":\"2023-04-17T14:00:59+00:00\",\"userId\":474,\"lastUpdatedAt\":\"2023-04-17T14:00:59+00:00\"},{\"id\":360,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"dorothy.verheyden@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-18T13:09:49+00:00\",\"acceptedAt\":\"2023-04-18T13:09:49+00:00\",\"userId\":366,\"lastUpdatedAt\":\"2023-04-18T13:09:49+00:00\"},{\"id\":363,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"carllodewyckx@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T12:25:16+00:00\",\"acceptedAt\":\"2023-04-19T12:25:16+00:00\",\"userId\":477,\"lastUpdatedAt\":\"2023-09-28T09:32:45+00:00\"},{\"id\":364,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"Annelies.borgheys@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T12:58:38+00:00\",\"acceptedAt\":\"2023-04-19T12:58:39+00:00\",\"userId\":478,\"lastUpdatedAt\":\"2023-07-10T07:30:21+00:00\"},{\"id\":367,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"davidbrulard@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T13:45:02+00:00\",\"acceptedAt\":\"2023-04-19T13:45:02+00:00\",\"userId\":482,\"lastUpdatedAt\":\"2024-01-18T13:20:03+00:00\"},{\"id\":368,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"Heidivanhoof@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T14:21:42+00:00\",\"acceptedAt\":\"2023-04-19T14:21:42+00:00\",\"userId\":483,\"lastUpdatedAt\":\"2023-04-19T14:21:42+00:00\"},{\"id\":370,\"partnerId\":260,\"sendViaEmail\":false,\"email\":\"vickymols@curon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-19T15:36:31+00:00\",\"acceptedAt\":\"2023-04-19T15:36:31+00:00\",\"userId\":484,\"lastUpdatedAt\":\"2023-04-19T15:36:31+00:00\"},{\"id\":371,\"partnerId\":353,\"sendViaEmail\":false,\"email\":\"kattymartens@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T10:23:51+00:00\",\"acceptedAt\":\"2023-04-20T10:23:51+00:00\",\"userId\":487,\"lastUpdatedAt\":\"2023-04-20T10:23:51+00:00\"},{\"id\":372,\"partnerId\":354,\"sendViaEmail\":false,\"email\":\"andre.goffaerts@btciveco.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T12:00:10+00:00\",\"acceptedAt\":\"2023-04-20T12:00:10+00:00\",\"userId\":488,\"lastUpdatedAt\":\"2023-12-08T13:57:39+00:00\"},{\"id\":373,\"partnerId\":72,\"sendViaEmail\":true,\"email\":\"Jeff@mylifemuzik.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T13:41:24+00:00\",\"acceptedAt\":\"2023-04-20T13:41:24+00:00\",\"userId\":45,\"lastUpdatedAt\":\"2023-04-20T13:41:24+00:00\"},{\"id\":374,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"fleet1@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T15:12:30+00:00\",\"acceptedAt\":\"2023-04-20T15:12:30+00:00\",\"userId\":489,\"lastUpdatedAt\":\"2023-04-20T15:12:30+00:00\"},{\"id\":375,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"fleet2@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T15:15:35+00:00\",\"acceptedAt\":\"2023-04-20T15:15:35+00:00\",\"userId\":490,\"lastUpdatedAt\":\"2023-07-26T12:02:31+00:00\"},{\"id\":376,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"fleet3@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T15:18:40+00:00\",\"acceptedAt\":\"2023-04-20T15:18:40+00:00\",\"userId\":491,\"lastUpdatedAt\":\"2023-04-20T15:18:40+00:00\"},{\"id\":377,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"fleet4@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-20T15:21:14+00:00\",\"acceptedAt\":\"2023-04-20T15:21:14+00:00\",\"userId\":492,\"lastUpdatedAt\":\"2023-04-20T15:21:14+00:00\"},{\"id\":380,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"gilles.ferket@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-25T08:16:23+00:00\",\"acceptedAt\":\"2023-04-25T08:16:23+00:00\",\"userId\":312,\"lastUpdatedAt\":\"2023-05-15T08:01:16+00:00\"},{\"id\":381,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ludo.vervoort@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-25T12:14:00+00:00\",\"acceptedAt\":\"2023-04-25T12:14:00+00:00\",\"userId\":493,\"lastUpdatedAt\":\"2023-04-25T12:14:00+00:00\"},{\"id\":382,\"partnerId\":391,\"sendViaEmail\":false,\"email\":\"pascal.debruyn@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-26T08:53:23+00:00\",\"acceptedAt\":\"2023-04-26T08:53:23+00:00\",\"userId\":494,\"lastUpdatedAt\":\"2023-04-26T08:53:23+00:00\"},{\"id\":383,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"hideyuki.hashimoto@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-26T10:29:28+00:00\",\"acceptedAt\":\"2023-04-26T10:29:28+00:00\",\"userId\":495,\"lastUpdatedAt\":\"2023-04-26T10:29:28+00:00\"},{\"id\":385,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"dan-axel.haggblom@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-26T15:10:25+00:00\",\"acceptedAt\":\"2023-04-26T15:10:25+00:00\",\"userId\":500,\"lastUpdatedAt\":\"2023-04-26T15:10:25+00:00\"},{\"id\":386,\"partnerId\":393,\"sendViaEmail\":false,\"email\":\"limbourg.danny@tldexpress.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-04-28T10:28:24+00:00\",\"acceptedAt\":\"2023-04-28T10:28:24+00:00\",\"userId\":503,\"lastUpdatedAt\":\"2023-04-28T10:28:24+00:00\"},{\"id\":387,\"partnerId\":394,\"sendViaEmail\":false,\"email\":\"Piet_lantsoght@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-02T13:56:17+00:00\",\"acceptedAt\":\"2023-05-02T13:56:17+00:00\",\"userId\":506,\"lastUpdatedAt\":\"2023-05-02T13:56:17+00:00\"},{\"id\":388,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"carlo.menten@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-03T12:08:22+00:00\",\"acceptedAt\":\"2023-05-03T12:08:22+00:00\",\"userId\":509,\"lastUpdatedAt\":\"2023-06-13T14:19:19+00:00\"},{\"id\":389,\"partnerId\":395,\"sendViaEmail\":true,\"email\":\"steve.stiers@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-03T14:05:16+00:00\",\"acceptedAt\":\"2023-05-03T14:05:16+00:00\",\"userId\":28,\"lastUpdatedAt\":\"2024-02-05T16:50:11+00:00\"},{\"id\":390,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"natalie.swinnen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-03T15:11:54+00:00\",\"acceptedAt\":\"2023-05-03T15:11:54+00:00\",\"userId\":510,\"lastUpdatedAt\":\"2023-05-25T09:27:38+00:00\"},{\"id\":391,\"partnerId\":396,\"sendViaEmail\":false,\"email\":\"yibz@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-04T08:23:53+00:00\",\"acceptedAt\":\"2023-05-04T08:23:53+00:00\",\"userId\":512,\"lastUpdatedAt\":\"2023-05-04T08:23:53+00:00\"},{\"id\":392,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"nicolae.baboi@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-08T09:40:51+00:00\",\"acceptedAt\":\"2023-05-08T09:40:51+00:00\",\"userId\":507,\"lastUpdatedAt\":\"2023-05-08T09:40:51+00:00\"},{\"id\":393,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Lennie.heerwegh@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-08T12:44:06+00:00\",\"acceptedAt\":\"2023-05-08T12:44:06+00:00\",\"userId\":516,\"lastUpdatedAt\":\"2023-08-18T09:59:40+00:00\"},{\"id\":394,\"partnerId\":400,\"sendViaEmail\":true,\"email\":\"hugo@myncke.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-08T13:45:51+00:00\",\"acceptedAt\":\"2023-05-08T13:45:51+00:00\",\"userId\":515,\"lastUpdatedAt\":\"2023-05-08T13:45:51+00:00\"},{\"id\":395,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"chiodidemi@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-09T17:11:41+00:00\",\"acceptedAt\":\"2023-05-09T17:11:41+00:00\",\"userId\":496,\"lastUpdatedAt\":\"2023-08-03T12:56:05+00:00\"},{\"id\":396,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"johan.jaspers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-10T09:44:58+00:00\",\"acceptedAt\":\"2023-05-10T09:44:58+00:00\",\"userId\":518,\"lastUpdatedAt\":\"2023-05-10T09:44:58+00:00\"},{\"id\":397,\"partnerId\":402,\"sendViaEmail\":true,\"email\":\"Immopro@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-11T09:01:36+00:00\",\"acceptedAt\":\"2023-05-11T09:01:36+00:00\",\"userId\":519,\"lastUpdatedAt\":\"2023-05-11T09:01:36+00:00\"},{\"id\":398,\"partnerId\":401,\"sendViaEmail\":true,\"email\":\"jd@jeandubois-consulting.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-13T05:54:47+00:00\",\"acceptedAt\":\"2023-05-13T05:54:47+00:00\",\"userId\":508,\"lastUpdatedAt\":\"2023-05-13T05:54:47+00:00\"},{\"id\":399,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"igor.romandic@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-17T14:56:19+00:00\",\"acceptedAt\":\"2023-05-17T14:56:19+00:00\",\"userId\":525,\"lastUpdatedAt\":\"2023-05-17T14:56:19+00:00\"},{\"id\":400,\"partnerId\":354,\"sendViaEmail\":false,\"email\":\"annick.vander.bracht@btciveco.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-23T12:40:59+00:00\",\"acceptedAt\":\"2023-05-23T12:40:59+00:00\",\"userId\":527,\"lastUpdatedAt\":\"2023-12-08T13:57:47+00:00\"},{\"id\":401,\"partnerId\":354,\"sendViaEmail\":false,\"email\":\"receptie@btciveco.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-23T12:43:46+00:00\",\"acceptedAt\":\"2023-05-23T12:43:46+00:00\",\"userId\":528,\"lastUpdatedAt\":\"2023-12-08T13:57:57+00:00\"},{\"id\":402,\"partnerId\":354,\"sendViaEmail\":false,\"email\":\"matthias.desadeleer@btciveco.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-23T12:46:56+00:00\",\"acceptedAt\":\"2023-05-23T12:46:56+00:00\",\"userId\":529,\"lastUpdatedAt\":\"2023-12-08T13:58:13+00:00\"},{\"id\":403,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"wim.vandenbosch@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-23T15:29:03+00:00\",\"acceptedAt\":\"2023-05-23T15:29:03+00:00\",\"userId\":530,\"lastUpdatedAt\":\"2023-05-23T15:29:03+00:00\"},{\"id\":404,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"tom.vanbreda@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-26T13:18:39+00:00\",\"acceptedAt\":\"2023-05-26T13:18:39+00:00\",\"userId\":534,\"lastUpdatedAt\":\"2023-05-26T13:18:39+00:00\"},{\"id\":405,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"gianni.cairo@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-26T14:56:39+00:00\",\"acceptedAt\":\"2023-05-26T14:56:39+00:00\",\"userId\":535,\"lastUpdatedAt\":\"2023-05-26T14:56:39+00:00\"},{\"id\":407,\"partnerId\":332,\"sendViaEmail\":true,\"email\":\"a.declercq@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-27T13:53:18+00:00\",\"acceptedAt\":\"2023-05-27T13:53:18+00:00\",\"userId\":536,\"lastUpdatedAt\":\"2023-05-27T13:53:18+00:00\"},{\"id\":408,\"partnerId\":325,\"sendViaEmail\":true,\"email\":\"w.declercq@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-27T13:53:45+00:00\",\"acceptedAt\":\"2023-05-27T13:53:45+00:00\",\"userId\":432,\"lastUpdatedAt\":\"2023-05-27T13:53:45+00:00\"},{\"id\":410,\"partnerId\":220,\"sendViaEmail\":false,\"email\":\"femke@terdoel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-30T15:16:20+00:00\",\"acceptedAt\":\"2023-05-30T15:16:20+00:00\",\"userId\":537,\"lastUpdatedAt\":\"2023-05-30T15:16:20+00:00\"},{\"id\":411,\"partnerId\":319,\"sendViaEmail\":true,\"email\":\"Wim@driesenfoods.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-05-31T14:40:29+00:00\",\"acceptedAt\":\"2023-05-31T14:40:29+00:00\",\"userId\":486,\"lastUpdatedAt\":\"2023-05-31T14:40:29+00:00\"},{\"id\":412,\"partnerId\":309,\"sendViaEmail\":true,\"email\":\"ThiemoMohr@skynet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-06T13:17:12+00:00\",\"acceptedAt\":\"2023-06-06T13:17:12+00:00\",\"userId\":348,\"lastUpdatedAt\":\"2023-12-31T09:57:49+00:00\"},{\"id\":413,\"partnerId\":404,\"sendViaEmail\":false,\"email\":\"DennisGoossens@konradholding.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-06T13:37:35+00:00\",\"acceptedAt\":\"2023-06-06T13:37:35+00:00\",\"userId\":541,\"lastUpdatedAt\":\"2023-06-06T13:37:35+00:00\"},{\"id\":414,\"partnerId\":10,\"sendViaEmail\":false,\"email\":\"s.vandendriessche@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-06T13:51:24+00:00\",\"acceptedAt\":\"2023-06-06T13:51:24+00:00\",\"userId\":542,\"lastUpdatedAt\":\"2023-06-06T13:51:24+00:00\"},{\"id\":416,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"bart.peeters@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-08T08:53:53+00:00\",\"acceptedAt\":\"2023-06-08T08:53:53+00:00\",\"userId\":544,\"lastUpdatedAt\":\"2023-06-08T08:53:53+00:00\"},{\"id\":418,\"partnerId\":332,\"sendViaEmail\":false,\"email\":\"m.wauthier@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-08T09:23:29+00:00\",\"acceptedAt\":\"2023-06-08T09:23:29+00:00\",\"userId\":547,\"lastUpdatedAt\":\"2023-06-08T09:23:29+00:00\"},{\"id\":419,\"partnerId\":405,\"sendViaEmail\":false,\"email\":\"goele@baert.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-13T13:15:09+00:00\",\"acceptedAt\":\"2023-06-13T13:15:09+00:00\",\"userId\":553,\"lastUpdatedAt\":\"2023-06-13T13:15:09+00:00\"},{\"id\":420,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"jelle.engelen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-13T14:28:33+00:00\",\"acceptedAt\":\"2023-06-13T14:28:33+00:00\",\"userId\":554,\"lastUpdatedAt\":\"2023-06-13T14:28:33+00:00\"},{\"id\":421,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"erwin.conaerts@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-13T14:31:50+00:00\",\"acceptedAt\":\"2023-06-13T14:31:50+00:00\",\"userId\":555,\"lastUpdatedAt\":\"2023-06-13T14:31:50+00:00\"},{\"id\":422,\"partnerId\":406,\"sendViaEmail\":true,\"email\":\"pieter.leemans@yunextraffic.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-14T07:55:36+00:00\",\"acceptedAt\":\"2023-06-14T07:55:36+00:00\",\"userId\":557,\"lastUpdatedAt\":\"2023-06-14T07:55:36+00:00\"},{\"id\":423,\"partnerId\":407,\"sendViaEmail\":false,\"email\":\"karel.dhont@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-14T08:36:48+00:00\",\"acceptedAt\":\"2023-06-14T08:36:48+00:00\",\"userId\":558,\"lastUpdatedAt\":\"2023-06-14T08:36:48+00:00\"},{\"id\":424,\"partnerId\":408,\"sendViaEmail\":false,\"email\":\"evi.dieltjens@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-14T09:05:20+00:00\",\"acceptedAt\":\"2023-06-14T09:05:20+00:00\",\"userId\":559,\"lastUpdatedAt\":\"2023-06-14T09:05:20+00:00\"},{\"id\":425,\"partnerId\":409,\"sendViaEmail\":false,\"email\":\"steven.jansegers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-15T08:41:31+00:00\",\"acceptedAt\":\"2023-06-15T08:41:31+00:00\",\"userId\":561,\"lastUpdatedAt\":\"2023-06-15T08:41:31+00:00\"},{\"id\":426,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"luc.vanlandeghem@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-15T14:14:34+00:00\",\"acceptedAt\":\"2023-06-15T14:14:34+00:00\",\"userId\":562,\"lastUpdatedAt\":\"2023-06-15T14:14:34+00:00\"},{\"id\":427,\"partnerId\":332,\"sendViaEmail\":true,\"email\":\"csb2@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T07:02:35+00:00\",\"acceptedAt\":\"2023-06-16T07:02:35+00:00\",\"userId\":546,\"lastUpdatedAt\":\"2023-06-16T07:02:35+00:00\"},{\"id\":429,\"partnerId\":410,\"sendViaEmail\":true,\"email\":\"marleen@lambrechtshout.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T13:59:12+00:00\",\"acceptedAt\":\"2023-06-16T13:59:12+00:00\",\"userId\":471,\"lastUpdatedAt\":\"2023-06-16T13:59:12+00:00\"},{\"id\":430,\"partnerId\":410,\"sendViaEmail\":false,\"email\":\"maxime@lambrechtshout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T14:18:09+00:00\",\"acceptedAt\":\"2023-06-16T14:18:09+00:00\",\"userId\":563,\"lastUpdatedAt\":\"2023-06-16T14:18:09+00:00\"},{\"id\":431,\"partnerId\":410,\"sendViaEmail\":false,\"email\":\"igor@lambrechtshout.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T14:34:01+00:00\",\"acceptedAt\":\"2023-06-16T14:34:01+00:00\",\"userId\":564,\"lastUpdatedAt\":\"2023-06-16T14:34:01+00:00\"},{\"id\":432,\"partnerId\":410,\"sendViaEmail\":false,\"email\":\"lambrechtsvisitors@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-16T14:36:55+00:00\",\"acceptedAt\":\"2023-06-16T14:36:55+00:00\",\"userId\":565,\"lastUpdatedAt\":\"2023-06-19T08:21:22+00:00\"},{\"id\":433,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"jan.vandenbulck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-20T08:28:00+00:00\",\"acceptedAt\":\"2023-06-20T08:28:00+00:00\",\"userId\":566,\"lastUpdatedAt\":\"2023-06-20T08:28:00+00:00\"},{\"id\":434,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pieter.darcon@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-20T10:38:15+00:00\",\"acceptedAt\":\"2023-06-20T10:38:15+00:00\",\"userId\":567,\"lastUpdatedAt\":\"2023-06-20T10:38:15+00:00\"},{\"id\":435,\"partnerId\":419,\"sendViaEmail\":false,\"email\":\"info@wijngoeddhellekapelle.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-21T08:40:09+00:00\",\"acceptedAt\":\"2023-06-21T08:40:09+00:00\",\"userId\":570,\"lastUpdatedAt\":\"2023-06-21T08:40:09+00:00\"},{\"id\":436,\"partnerId\":338,\"sendViaEmail\":false,\"email\":\"rene.mulders@normecgroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-26T14:19:32+00:00\",\"acceptedAt\":\"2023-06-26T14:19:32+00:00\",\"userId\":572,\"lastUpdatedAt\":\"2023-06-26T14:19:32+00:00\"},{\"id\":437,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"marilynhinderdael@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-06-29T07:53:36+00:00\",\"acceptedAt\":\"2023-06-29T07:53:36+00:00\",\"userId\":575,\"lastUpdatedAt\":\"2023-06-29T07:53:36+00:00\"},{\"id\":438,\"partnerId\":420,\"sendViaEmail\":true,\"email\":\"fatihsezgin0101@gmail.com\",\"language\":\"tr-TR\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-06-29T14:23:22+00:00\",\"acceptedAt\":\"2023-06-29T14:23:22+00:00\",\"userId\":577,\"lastUpdatedAt\":\"2023-06-29T14:23:22+00:00\"},{\"id\":439,\"partnerId\":424,\"sendViaEmail\":false,\"email\":\"sonia@q-building.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-06T08:57:37+00:00\",\"acceptedAt\":\"2023-07-06T08:57:37+00:00\",\"userId\":580,\"lastUpdatedAt\":\"2023-07-06T08:57:37+00:00\"},{\"id\":440,\"partnerId\":425,\"sendViaEmail\":false,\"email\":\"jan.breuls@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-06T13:23:45+00:00\",\"acceptedAt\":\"2023-07-06T13:23:45+00:00\",\"userId\":581,\"lastUpdatedAt\":\"2023-07-06T13:23:45+00:00\"},{\"id\":442,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"d.cantoro-vanschoonbeel@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-08T16:39:58+00:00\",\"acceptedAt\":\"2023-07-08T16:39:58+00:00\",\"userId\":585,\"lastUpdatedAt\":\"2023-07-08T16:39:58+00:00\"},{\"id\":443,\"partnerId\":406,\"sendViaEmail\":false,\"email\":\"luc.beuten@yunextraffic.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-10T08:45:27+00:00\",\"acceptedAt\":\"2023-07-10T08:45:27+00:00\",\"userId\":589,\"lastUpdatedAt\":\"2023-07-10T08:45:27+00:00\"},{\"id\":444,\"partnerId\":432,\"sendViaEmail\":false,\"email\":\"frans@herbots.info\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-12T09:11:53+00:00\",\"acceptedAt\":\"2023-07-12T09:11:53+00:00\",\"userId\":591,\"lastUpdatedAt\":\"2023-07-12T09:11:53+00:00\"},{\"id\":445,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ben.engels@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-13T11:29:49+00:00\",\"acceptedAt\":\"2023-07-13T11:29:49+00:00\",\"userId\":593,\"lastUpdatedAt\":\"2023-07-13T11:29:49+00:00\"},{\"id\":446,\"partnerId\":429,\"sendViaEmail\":true,\"email\":\"nicolas.giraud@ngconsult.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-13T12:16:21+00:00\",\"acceptedAt\":\"2023-07-13T12:16:21+00:00\",\"userId\":588,\"lastUpdatedAt\":\"2023-07-13T12:16:21+00:00\"},{\"id\":447,\"partnerId\":319,\"sendViaEmail\":false,\"email\":\"carlien@driesenfoods.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-13T12:33:16+00:00\",\"acceptedAt\":\"2023-07-13T12:33:16+00:00\",\"userId\":595,\"lastUpdatedAt\":\"2023-07-13T12:33:16+00:00\"},{\"id\":448,\"partnerId\":319,\"sendViaEmail\":true,\"email\":\"paul@driesenfoods.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-13T12:33:51+00:00\",\"acceptedAt\":\"2023-07-13T12:33:51+00:00\",\"userId\":594,\"lastUpdatedAt\":\"2023-07-13T12:33:51+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\"},\"meta\":{\"current_page\":3,\"from\":201,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":300,\"total\":1122}}"} 
[2025-07-17 19:27:39] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":449,\"partnerId\":433,\"sendViaEmail\":false,\"email\":\"kris.seyen@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-14T09:14:49+00:00\",\"acceptedAt\":\"2023-07-14T09:14:49+00:00\",\"userId\":596,\"lastUpdatedAt\":\"2023-07-14T09:14:49+00:00\"},{\"id\":451,\"partnerId\":428,\"sendViaEmail\":true,\"email\":\"singhravi1998@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-14T21:36:06+00:00\",\"acceptedAt\":\"2023-07-14T21:36:06+00:00\",\"userId\":586,\"lastUpdatedAt\":\"2023-07-21T21:09:47+00:00\"},{\"id\":452,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"nicocools.nc@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-18T12:22:52+00:00\",\"acceptedAt\":\"2023-07-18T12:22:52+00:00\",\"userId\":599,\"lastUpdatedAt\":\"2023-07-18T12:22:52+00:00\"},{\"id\":453,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"kurtfanton33@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-18T12:24:15+00:00\",\"acceptedAt\":\"2023-07-18T12:24:15+00:00\",\"userId\":600,\"lastUpdatedAt\":\"2023-07-18T12:24:15+00:00\"},{\"id\":456,\"partnerId\":436,\"sendViaEmail\":true,\"email\":\"olivier.vanheghe@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-20T13:44:44+00:00\",\"acceptedAt\":\"2023-07-20T13:44:44+00:00\",\"userId\":584,\"lastUpdatedAt\":\"2023-07-20T13:44:44+00:00\"},{\"id\":457,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"j.davidse@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-20T15:12:05+00:00\",\"acceptedAt\":\"2023-07-20T15:12:05+00:00\",\"userId\":604,\"lastUpdatedAt\":\"2023-09-27T13:00:21+00:00\"},{\"id\":458,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"stijn.geukens@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-24T09:31:55+00:00\",\"acceptedAt\":\"2023-07-24T09:31:55+00:00\",\"userId\":607,\"lastUpdatedAt\":\"2023-07-24T09:31:55+00:00\"},{\"id\":459,\"partnerId\":438,\"sendViaEmail\":true,\"email\":\"geert_spranghers@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-26T12:23:39+00:00\",\"acceptedAt\":\"2023-07-26T12:23:39+00:00\",\"userId\":610,\"lastUpdatedAt\":\"2023-12-07T10:31:57+00:00\"},{\"id\":460,\"partnerId\":439,\"sendViaEmail\":false,\"email\":\"linda.rutten1964@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-26T12:35:08+00:00\",\"acceptedAt\":\"2023-07-26T12:35:08+00:00\",\"userId\":611,\"lastUpdatedAt\":\"2023-07-26T12:35:08+00:00\"},{\"id\":461,\"partnerId\":440,\"sendViaEmail\":true,\"email\":\"fen.celis@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-27T08:06:52+00:00\",\"acceptedAt\":\"2023-07-27T08:06:52+00:00\",\"userId\":346,\"lastUpdatedAt\":\"2023-07-27T08:06:52+00:00\"},{\"id\":462,\"partnerId\":441,\"sendViaEmail\":false,\"email\":\"desutter.peter@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-27T10:00:26+00:00\",\"acceptedAt\":\"2023-07-27T10:00:26+00:00\",\"userId\":612,\"lastUpdatedAt\":\"2024-02-16T07:26:48+00:00\"},{\"id\":463,\"partnerId\":437,\"sendViaEmail\":false,\"email\":\"Info@ROSC-Consulting.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-27T12:51:57+00:00\",\"acceptedAt\":\"2023-07-27T12:51:57+00:00\",\"userId\":614,\"lastUpdatedAt\":\"2023-07-27T12:51:57+00:00\"},{\"id\":464,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"patrick.boeckx@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-07-31T15:11:44+00:00\",\"acceptedAt\":\"2023-07-31T15:11:44+00:00\",\"userId\":616,\"lastUpdatedAt\":\"2023-07-31T15:11:44+00:00\"},{\"id\":465,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"claudiaderoover@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-01T13:42:53+00:00\",\"acceptedAt\":\"2023-08-01T13:42:53+00:00\",\"userId\":618,\"lastUpdatedAt\":\"2023-08-01T13:42:53+00:00\"},{\"id\":466,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"thomasderous@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-01T13:48:11+00:00\",\"acceptedAt\":\"2023-08-01T13:48:11+00:00\",\"userId\":619,\"lastUpdatedAt\":\"2023-08-01T13:48:11+00:00\"},{\"id\":467,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"casbuffel@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-01T13:53:26+00:00\",\"acceptedAt\":\"2023-08-01T13:53:26+00:00\",\"userId\":620,\"lastUpdatedAt\":\"2023-08-01T13:53:26+00:00\"},{\"id\":468,\"partnerId\":442,\"sendViaEmail\":false,\"email\":\"demeybarbara@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-02T15:00:47+00:00\",\"acceptedAt\":\"2023-08-02T15:00:47+00:00\",\"userId\":621,\"lastUpdatedAt\":\"2023-08-02T15:00:47+00:00\"},{\"id\":469,\"partnerId\":449,\"sendViaEmail\":false,\"email\":\"ngtechnics@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T10:16:51+00:00\",\"acceptedAt\":\"2023-08-03T10:16:51+00:00\",\"userId\":623,\"lastUpdatedAt\":\"2023-08-03T10:16:51+00:00\"},{\"id\":470,\"partnerId\":450,\"sendViaEmail\":false,\"email\":\"frederik.soffers@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T10:35:10+00:00\",\"acceptedAt\":\"2023-08-03T10:35:10+00:00\",\"userId\":624,\"lastUpdatedAt\":\"2023-08-03T10:35:10+00:00\"},{\"id\":471,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"olivier.penning@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T10:44:19+00:00\",\"acceptedAt\":\"2023-08-03T10:44:19+00:00\",\"userId\":625,\"lastUpdatedAt\":\"2023-08-03T10:44:19+00:00\"},{\"id\":472,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"brecht.fonck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T11:08:45+00:00\",\"acceptedAt\":\"2023-08-03T11:08:45+00:00\",\"userId\":626,\"lastUpdatedAt\":\"2023-08-03T11:08:45+00:00\"},{\"id\":473,\"partnerId\":311,\"sendViaEmail\":false,\"email\":\"martine@vadigran.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T11:15:48+00:00\",\"acceptedAt\":\"2023-08-03T11:15:48+00:00\",\"userId\":627,\"lastUpdatedAt\":\"2023-08-03T11:15:48+00:00\"},{\"id\":474,\"partnerId\":451,\"sendViaEmail\":false,\"email\":\"karel@meubelen-jonckheere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-03T14:21:38+00:00\",\"acceptedAt\":\"2023-08-03T14:21:38+00:00\",\"userId\":628,\"lastUpdatedAt\":\"2023-12-03T19:03:48+00:00\"},{\"id\":475,\"partnerId\":452,\"sendViaEmail\":true,\"email\":\"pierre.poelmans@poelmans.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-07T07:51:26+00:00\",\"acceptedAt\":\"2023-08-07T07:51:26+00:00\",\"userId\":550,\"lastUpdatedAt\":\"2023-08-07T07:51:26+00:00\"},{\"id\":480,\"partnerId\":453,\"sendViaEmail\":true,\"email\":\"citgezsamy@gmail.com\",\"language\":\"fr\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-16T13:37:36+00:00\",\"acceptedAt\":\"2023-08-16T13:37:36+00:00\",\"userId\":640,\"lastUpdatedAt\":\"2023-08-16T13:37:36+00:00\"},{\"id\":484,\"partnerId\":455,\"sendViaEmail\":true,\"email\":\"ivana@live.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-17T08:33:08+00:00\",\"acceptedAt\":\"2023-08-17T08:33:08+00:00\",\"userId\":641,\"lastUpdatedAt\":\"2023-08-17T08:33:08+00:00\"},{\"id\":486,\"partnerId\":456,\"sendViaEmail\":true,\"email\":\"kevin.van.cortenberg@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-17T11:02:50+00:00\",\"acceptedAt\":\"2023-08-17T11:02:50+00:00\",\"userId\":642,\"lastUpdatedAt\":\"2023-08-17T11:02:50+00:00\"},{\"id\":487,\"partnerId\":458,\"sendViaEmail\":true,\"email\":\"johnny@tc-alv.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-25T08:38:41+00:00\",\"acceptedAt\":\"2023-08-25T08:38:41+00:00\",\"userId\":633,\"lastUpdatedAt\":\"2023-08-25T08:38:41+00:00\"},{\"id\":488,\"partnerId\":460,\"sendViaEmail\":false,\"email\":\"joris.deconinck@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-25T09:17:51+00:00\",\"acceptedAt\":\"2023-08-25T09:17:51+00:00\",\"userId\":647,\"lastUpdatedAt\":\"2023-08-25T09:17:51+00:00\"},{\"id\":489,\"partnerId\":461,\"sendViaEmail\":true,\"email\":\"info@dekinesist.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-28T10:23:19+00:00\",\"acceptedAt\":\"2023-08-28T10:23:19+00:00\",\"userId\":638,\"lastUpdatedAt\":\"2023-08-28T10:23:19+00:00\"},{\"id\":490,\"partnerId\":332,\"sendViaEmail\":true,\"email\":\"m.vandewiel@profilan.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-08-28T13:28:06+00:00\",\"acceptedAt\":\"2023-08-28T13:28:06+00:00\",\"userId\":378,\"lastUpdatedAt\":\"2023-08-28T13:28:06+00:00\"},{\"id\":491,\"partnerId\":465,\"sendViaEmail\":false,\"email\":\"dimitrijoseph@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-01T13:29:06+00:00\",\"acceptedAt\":\"2023-09-01T13:29:06+00:00\",\"userId\":650,\"lastUpdatedAt\":\"2023-09-01T13:29:06+00:00\"},{\"id\":493,\"partnerId\":467,\"sendViaEmail\":false,\"email\":\"welcome@casadekama.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-04T14:03:30+00:00\",\"acceptedAt\":\"2023-09-04T14:03:30+00:00\",\"userId\":655,\"lastUpdatedAt\":\"2023-09-04T14:03:30+00:00\"},{\"id\":494,\"partnerId\":468,\"sendViaEmail\":false,\"email\":\"daniel@bme.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-04T14:30:07+00:00\",\"acceptedAt\":\"2023-09-04T14:30:07+00:00\",\"userId\":656,\"lastUpdatedAt\":\"2023-11-27T11:21:13+00:00\"},{\"id\":495,\"partnerId\":469,\"sendViaEmail\":true,\"email\":\"geert.nobels@genoly.biz\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-06T08:13:45+00:00\",\"acceptedAt\":\"2023-09-06T08:13:45+00:00\",\"userId\":657,\"lastUpdatedAt\":\"2023-09-06T08:13:45+00:00\"},{\"id\":496,\"partnerId\":471,\"sendViaEmail\":false,\"email\":\"worldline@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-09-08T11:36:59+00:00\",\"acceptedAt\":\"2023-09-08T11:36:59+00:00\",\"userId\":658,\"lastUpdatedAt\":\"2023-11-23T10:00:54+00:00\"},{\"id\":497,\"partnerId\":472,\"sendViaEmail\":true,\"email\":\"Nabil.Tazit@arch-teco.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-11T07:27:46+00:00\",\"acceptedAt\":\"2023-09-11T07:27:46+00:00\",\"userId\":660,\"lastUpdatedAt\":\"2023-09-11T07:27:46+00:00\"},{\"id\":498,\"partnerId\":411,\"sendViaEmail\":true,\"email\":\"marc.borghers@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-12T07:30:28+00:00\",\"acceptedAt\":\"2023-09-12T07:30:28+00:00\",\"userId\":539,\"lastUpdatedAt\":\"2023-09-12T07:30:28+00:00\"},{\"id\":499,\"partnerId\":464,\"sendViaEmail\":true,\"email\":\"karadakicangela@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-13T07:53:05+00:00\",\"acceptedAt\":\"2023-09-13T07:53:05+00:00\",\"userId\":632,\"lastUpdatedAt\":\"2023-09-13T07:53:05+00:00\"},{\"id\":500,\"partnerId\":91,\"sendViaEmail\":true,\"email\":\"lykle@roosjen.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-15T13:10:41+00:00\",\"acceptedAt\":\"2023-09-15T13:10:42+00:00\",\"userId\":222,\"lastUpdatedAt\":\"2023-09-15T13:10:42+00:00\"},{\"id\":501,\"partnerId\":454,\"sendViaEmail\":true,\"email\":\"marinadenijs@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-20T09:50:13+00:00\",\"acceptedAt\":\"2023-09-20T09:50:13+00:00\",\"userId\":639,\"lastUpdatedAt\":\"2023-09-20T09:50:13+00:00\"},{\"id\":502,\"partnerId\":474,\"sendViaEmail\":false,\"email\":\"mark.proost@live.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-20T09:52:36+00:00\",\"acceptedAt\":\"2023-09-20T09:52:36+00:00\",\"userId\":666,\"lastUpdatedAt\":\"2023-09-20T09:52:36+00:00\"},{\"id\":503,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"Sylvester@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-22T08:35:27+00:00\",\"acceptedAt\":\"2023-09-22T08:35:27+00:00\",\"userId\":668,\"lastUpdatedAt\":\"2023-09-22T08:35:27+00:00\"},{\"id\":504,\"partnerId\":475,\"sendViaEmail\":false,\"email\":\"patrimonium@lievegem.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-22T08:57:22+00:00\",\"acceptedAt\":\"2023-09-22T08:57:22+00:00\",\"userId\":669,\"lastUpdatedAt\":\"2024-02-21T09:27:58+00:00\"},{\"id\":505,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pascal.meyvaert@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-22T10:18:25+00:00\",\"acceptedAt\":\"2023-09-22T10:18:25+00:00\",\"userId\":670,\"lastUpdatedAt\":\"2023-09-22T10:18:25+00:00\"},{\"id\":506,\"partnerId\":477,\"sendViaEmail\":true,\"email\":\"harry@deappelboom.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-25T09:32:14+00:00\",\"acceptedAt\":\"2023-09-25T09:32:15+00:00\",\"userId\":653,\"lastUpdatedAt\":\"2023-09-25T09:32:15+00:00\"},{\"id\":507,\"partnerId\":478,\"sendViaEmail\":false,\"email\":\"aster.roelandt@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-25T10:28:42+00:00\",\"acceptedAt\":\"2023-09-25T10:28:42+00:00\",\"userId\":671,\"lastUpdatedAt\":\"2023-09-25T10:28:42+00:00\"},{\"id\":508,\"partnerId\":479,\"sendViaEmail\":false,\"email\":\"kim_ingelbrecht@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-25T12:46:42+00:00\",\"acceptedAt\":\"2023-09-25T12:46:42+00:00\",\"userId\":672,\"lastUpdatedAt\":\"2023-09-25T12:46:42+00:00\"},{\"id\":509,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"sofieverheyden@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-25T13:26:04+00:00\",\"acceptedAt\":\"2023-09-25T13:26:04+00:00\",\"userId\":673,\"lastUpdatedAt\":\"2023-09-25T13:26:04+00:00\"},{\"id\":510,\"partnerId\":480,\"sendViaEmail\":false,\"email\":\"payconiq@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-26T09:55:33+00:00\",\"acceptedAt\":\"2023-09-26T09:55:33+00:00\",\"userId\":674,\"lastUpdatedAt\":\"2023-09-26T09:55:33+00:00\"},{\"id\":511,\"partnerId\":481,\"sendViaEmail\":false,\"email\":\"yacine.zine@wyzeconsulting.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-26T12:30:40+00:00\",\"acceptedAt\":\"2023-09-26T12:30:40+00:00\",\"userId\":675,\"lastUpdatedAt\":\"2023-09-26T12:30:40+00:00\"},{\"id\":512,\"partnerId\":483,\"sendViaEmail\":false,\"email\":\"Guy.VanderSande@VDS-Solutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-09-29T11:07:54+00:00\",\"acceptedAt\":\"2023-09-29T11:07:54+00:00\",\"userId\":677,\"lastUpdatedAt\":\"2023-09-29T11:07:54+00:00\"},{\"id\":513,\"partnerId\":457,\"sendViaEmail\":true,\"email\":\"tim.mammarella@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-03T11:00:13+00:00\",\"acceptedAt\":\"2023-10-03T11:00:13+00:00\",\"userId\":646,\"lastUpdatedAt\":\"2023-10-03T11:00:13+00:00\"},{\"id\":514,\"partnerId\":484,\"sendViaEmail\":true,\"email\":\"maurice.derden@stasbelgium.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-03T12:10:36+00:00\",\"acceptedAt\":\"2023-10-03T12:10:36+00:00\",\"userId\":680,\"lastUpdatedAt\":\"2023-10-03T12:10:36+00:00\"},{\"id\":515,\"partnerId\":484,\"sendViaEmail\":false,\"email\":\"kristof.stas@stasbelgium.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-04T09:14:24+00:00\",\"acceptedAt\":\"2023-10-04T09:14:24+00:00\",\"userId\":681,\"lastUpdatedAt\":\"2023-10-04T09:14:24+00:00\"},{\"id\":516,\"partnerId\":292,\"sendViaEmail\":false,\"email\":\"info@hotel-st-janshof.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-04T13:39:38+00:00\",\"acceptedAt\":\"2023-10-04T13:39:38+00:00\",\"userId\":683,\"lastUpdatedAt\":\"2023-10-04T13:39:38+00:00\"},{\"id\":517,\"partnerId\":485,\"sendViaEmail\":true,\"email\":\"myriamwaegenaar@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-06T12:38:25+00:00\",\"acceptedAt\":\"2023-10-06T12:38:25+00:00\",\"userId\":569,\"lastUpdatedAt\":\"2023-10-06T12:38:25+00:00\"},{\"id\":518,\"partnerId\":486,\"sendViaEmail\":true,\"email\":\"myriamwaegenaar@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-06T12:41:24+00:00\",\"acceptedAt\":\"2023-10-06T12:41:24+00:00\",\"userId\":569,\"lastUpdatedAt\":\"2023-10-06T12:41:24+00:00\"},{\"id\":519,\"partnerId\":347,\"sendViaEmail\":true,\"email\":\"degrooteanja@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-06T18:08:12+00:00\",\"acceptedAt\":\"2023-10-06T18:08:12+00:00\",\"userId\":467,\"lastUpdatedAt\":\"2023-10-06T18:08:12+00:00\"},{\"id\":520,\"partnerId\":487,\"sendViaEmail\":false,\"email\":\"david.ottoy@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-10T10:48:09+00:00\",\"acceptedAt\":\"2023-10-10T10:48:09+00:00\",\"userId\":690,\"lastUpdatedAt\":\"2023-10-10T10:48:09+00:00\"},{\"id\":521,\"partnerId\":488,\"sendViaEmail\":false,\"email\":\"info@cammaertbvba.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-11T11:22:17+00:00\",\"acceptedAt\":\"2023-10-11T11:22:17+00:00\",\"userId\":692,\"lastUpdatedAt\":\"2023-10-11T11:22:17+00:00\"},{\"id\":524,\"partnerId\":490,\"sendViaEmail\":false,\"email\":\"maurits.voormolen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-13T08:58:40+00:00\",\"acceptedAt\":\"2023-10-13T08:58:40+00:00\",\"userId\":696,\"lastUpdatedAt\":\"2023-10-13T08:58:40+00:00\"},{\"id\":525,\"partnerId\":491,\"sendViaEmail\":false,\"email\":\"ann.mortier@sezz.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-13T09:07:33+00:00\",\"acceptedAt\":\"2023-10-13T09:07:33+00:00\",\"userId\":697,\"lastUpdatedAt\":\"2023-10-13T09:07:33+00:00\"},{\"id\":526,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"lieve.geukens@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-13T12:19:17+00:00\",\"acceptedAt\":\"2023-10-13T12:19:17+00:00\",\"userId\":698,\"lastUpdatedAt\":\"2023-10-13T12:19:17+00:00\"},{\"id\":527,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"raf.theunis@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-13T14:56:05+00:00\",\"acceptedAt\":\"2023-10-13T14:56:05+00:00\",\"userId\":699,\"lastUpdatedAt\":\"2023-10-13T14:56:05+00:00\"},{\"id\":529,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"dieterlauwers@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-19T13:11:19+00:00\",\"acceptedAt\":\"2023-10-19T13:11:19+00:00\",\"userId\":706,\"lastUpdatedAt\":\"2023-10-19T13:11:19+00:00\"},{\"id\":531,\"partnerId\":498,\"sendViaEmail\":true,\"email\":\"Info@agathea.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-27T14:15:41+00:00\",\"acceptedAt\":\"2023-10-27T14:15:41+00:00\",\"userId\":716,\"lastUpdatedAt\":\"2023-10-27T14:15:41+00:00\"},{\"id\":532,\"partnerId\":451,\"sendViaEmail\":false,\"email\":\"jos@meubelen-jonckheere.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-30T08:03:34+00:00\",\"acceptedAt\":\"2023-10-30T08:03:34+00:00\",\"userId\":719,\"lastUpdatedAt\":\"2023-10-30T08:03:34+00:00\"},{\"id\":533,\"partnerId\":485,\"sendViaEmail\":false,\"email\":\"liliane@newline.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-30T10:09:36+00:00\",\"acceptedAt\":\"2023-10-30T10:09:36+00:00\",\"userId\":720,\"lastUpdatedAt\":\"2023-10-30T10:09:36+00:00\"},{\"id\":534,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"gino.debruyne@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-31T11:19:22+00:00\",\"acceptedAt\":\"2023-10-31T11:19:22+00:00\",\"userId\":721,\"lastUpdatedAt\":\"2023-10-31T11:19:22+00:00\"},{\"id\":536,\"partnerId\":499,\"sendViaEmail\":true,\"email\":\"petra-vanderstraeten@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-10-31T13:48:13+00:00\",\"acceptedAt\":\"2023-10-31T13:48:14+00:00\",\"userId\":723,\"lastUpdatedAt\":\"2023-10-31T13:48:14+00:00\"},{\"id\":537,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"levi.gooris@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-02T13:14:13+00:00\",\"acceptedAt\":\"2023-11-02T13:14:13+00:00\",\"userId\":728,\"lastUpdatedAt\":\"2023-11-02T13:14:13+00:00\"},{\"id\":538,\"partnerId\":501,\"sendViaEmail\":false,\"email\":\"Els.verlinden@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-03T13:24:04+00:00\",\"acceptedAt\":\"2023-11-03T13:24:04+00:00\",\"userId\":729,\"lastUpdatedAt\":\"2023-11-03T13:24:04+00:00\"},{\"id\":539,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"johanbaeten1@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-09T12:55:19+00:00\",\"acceptedAt\":\"2023-11-09T12:55:19+00:00\",\"userId\":739,\"lastUpdatedAt\":\"2023-11-09T12:55:19+00:00\"},{\"id\":540,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"pascal_b27@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-09T13:01:12+00:00\",\"acceptedAt\":\"2023-11-09T13:01:12+00:00\",\"userId\":740,\"lastUpdatedAt\":\"2023-11-09T13:01:12+00:00\"},{\"id\":541,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"jimmybrouckaert@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-09T13:06:40+00:00\",\"acceptedAt\":\"2023-11-09T13:06:40+00:00\",\"userId\":741,\"lastUpdatedAt\":\"2023-11-09T13:06:40+00:00\"},{\"id\":542,\"partnerId\":504,\"sendViaEmail\":true,\"email\":\"nathalie.scheppers@xemex.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-10T09:52:09+00:00\",\"acceptedAt\":\"2023-11-10T09:52:09+00:00\",\"userId\":727,\"lastUpdatedAt\":\"2023-11-10T09:52:09+00:00\"},{\"id\":543,\"partnerId\":505,\"sendViaEmail\":false,\"email\":\"stijn.bogaerts@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-10T14:23:12+00:00\",\"acceptedAt\":\"2023-11-10T14:23:12+00:00\",\"userId\":743,\"lastUpdatedAt\":\"2023-11-10T14:23:12+00:00\"},{\"id\":544,\"partnerId\":506,\"sendViaEmail\":false,\"email\":\"jdewitjoris.chem@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-10T14:56:38+00:00\",\"acceptedAt\":\"2023-11-10T14:56:38+00:00\",\"userId\":744,\"lastUpdatedAt\":\"2023-11-10T14:56:38+00:00\"},{\"id\":545,\"partnerId\":73,\"sendViaEmail\":true,\"email\":\"kurtcoene@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-10T19:33:11+00:00\",\"acceptedAt\":\"2023-11-10T19:33:11+00:00\",\"userId\":55,\"lastUpdatedAt\":\"2023-11-10T19:33:11+00:00\"},{\"id\":546,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"petercamps@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T11:36:50+00:00\",\"acceptedAt\":\"2023-11-13T11:36:50+00:00\",\"userId\":745,\"lastUpdatedAt\":\"2023-11-13T11:36:50+00:00\"},{\"id\":547,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"tommycorri@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T11:44:56+00:00\",\"acceptedAt\":\"2023-11-13T11:44:56+00:00\",\"userId\":746,\"lastUpdatedAt\":\"2023-11-13T11:44:56+00:00\"},{\"id\":548,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"jimmycorrias@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T11:52:18+00:00\",\"acceptedAt\":\"2023-11-13T11:52:18+00:00\",\"userId\":747,\"lastUpdatedAt\":\"2023-11-13T11:52:18+00:00\"},{\"id\":549,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"geert.debing@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T11:59:30+00:00\",\"acceptedAt\":\"2023-11-13T11:59:30+00:00\",\"userId\":748,\"lastUpdatedAt\":\"2023-11-13T11:59:30+00:00\"},{\"id\":550,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"jdegol@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T12:44:19+00:00\",\"acceptedAt\":\"2023-11-13T12:44:19+00:00\",\"userId\":749,\"lastUpdatedAt\":\"2023-11-13T12:44:19+00:00\"},{\"id\":551,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"filip_doucet@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T12:49:59+00:00\",\"acceptedAt\":\"2023-11-13T12:49:59+00:00\",\"userId\":750,\"lastUpdatedAt\":\"2023-11-13T12:49:59+00:00\"},{\"id\":552,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"youssefelballata@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T12:55:45+00:00\",\"acceptedAt\":\"2023-11-13T12:55:45+00:00\",\"userId\":751,\"lastUpdatedAt\":\"2023-11-13T12:55:45+00:00\"},{\"id\":553,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"timothy.geboers@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:00:39+00:00\",\"acceptedAt\":\"2023-11-13T13:00:39+00:00\",\"userId\":752,\"lastUpdatedAt\":\"2023-11-13T13:00:39+00:00\"},{\"id\":554,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"rob.geebelen@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:06:58+00:00\",\"acceptedAt\":\"2023-11-13T13:06:58+00:00\",\"userId\":753,\"lastUpdatedAt\":\"2023-11-13T13:06:58+00:00\"},{\"id\":555,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"bmppeters@home.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:09:52+00:00\",\"acceptedAt\":\"2023-11-13T13:09:52+00:00\",\"userId\":754,\"lastUpdatedAt\":\"2023-11-13T13:09:52+00:00\"},{\"id\":556,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"mouloud.iday@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:14:53+00:00\",\"acceptedAt\":\"2023-11-13T13:14:53+00:00\",\"userId\":755,\"lastUpdatedAt\":\"2023-11-13T13:14:53+00:00\"},{\"id\":557,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"christian.jehaes@live.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:17:26+00:00\",\"acceptedAt\":\"2023-11-13T13:17:26+00:00\",\"userId\":756,\"lastUpdatedAt\":\"2023-11-13T13:17:26+00:00\"},{\"id\":558,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"mark@markata.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:18:53+00:00\",\"acceptedAt\":\"2023-11-13T13:18:53+00:00\",\"userId\":757,\"lastUpdatedAt\":\"2023-11-13T13:18:53+00:00\"},{\"id\":559,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"ozkan.yasar@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:29:51+00:00\",\"acceptedAt\":\"2023-11-13T13:29:51+00:00\",\"userId\":758,\"lastUpdatedAt\":\"2023-11-13T13:29:51+00:00\"},{\"id\":560,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"bkusters1980@icloud.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:31:38+00:00\",\"acceptedAt\":\"2023-11-13T13:31:38+00:00\",\"userId\":759,\"lastUpdatedAt\":\"2023-11-13T13:31:38+00:00\"},{\"id\":561,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"serge.persoons1@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:33:10+00:00\",\"acceptedAt\":\"2023-11-13T13:33:10+00:00\",\"userId\":760,\"lastUpdatedAt\":\"2023-11-13T13:33:10+00:00\"},{\"id\":562,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"Pepelsjoey@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:38:35+00:00\",\"acceptedAt\":\"2023-11-13T13:38:35+00:00\",\"userId\":761,\"lastUpdatedAt\":\"2023-11-13T13:38:35+00:00\"},{\"id\":563,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"mauro.rossi33@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:39:03+00:00\",\"acceptedAt\":\"2023-11-13T13:39:03+00:00\",\"userId\":762,\"lastUpdatedAt\":\"2023-11-13T13:39:03+00:00\"},{\"id\":564,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"savelkouls_roy@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:43:49+00:00\",\"acceptedAt\":\"2023-11-13T13:43:49+00:00\",\"userId\":763,\"lastUpdatedAt\":\"2023-11-13T13:43:49+00:00\"},{\"id\":565,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"erik-s@live.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:47:55+00:00\",\"acceptedAt\":\"2023-11-13T13:47:55+00:00\",\"userId\":764,\"lastUpdatedAt\":\"2023-11-13T13:47:55+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\"},\"meta\":{\"current_page\":4,\"from\":301,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":400,\"total\":1122}}"} 
[2025-07-17 19:27:40] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":566,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"bjorn.timmermans113@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:50:59+00:00\",\"acceptedAt\":\"2023-11-13T13:50:59+00:00\",\"userId\":765,\"lastUpdatedAt\":\"2023-11-13T13:50:59+00:00\"},{\"id\":567,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"dirk_reyskens@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:51:46+00:00\",\"acceptedAt\":\"2023-11-13T13:51:46+00:00\",\"userId\":766,\"lastUpdatedAt\":\"2023-11-13T13:51:46+00:00\"},{\"id\":568,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"gijsvangoethem@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:58:45+00:00\",\"acceptedAt\":\"2023-11-13T13:58:45+00:00\",\"userId\":767,\"lastUpdatedAt\":\"2023-11-13T13:58:45+00:00\"},{\"id\":569,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"sertacc66@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T13:58:51+00:00\",\"acceptedAt\":\"2023-11-13T13:58:51+00:00\",\"userId\":768,\"lastUpdatedAt\":\"2023-11-13T13:58:51+00:00\"},{\"id\":570,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"stijn_vandermeulen@msn.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:03:37+00:00\",\"acceptedAt\":\"2023-11-13T14:03:37+00:00\",\"userId\":769,\"lastUpdatedAt\":\"2023-11-13T14:03:37+00:00\"},{\"id\":571,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"rudi.vandeweyer1@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:05:26+00:00\",\"acceptedAt\":\"2023-11-13T14:05:26+00:00\",\"userId\":770,\"lastUpdatedAt\":\"2023-11-13T14:05:26+00:00\"},{\"id\":572,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"kenny.walis@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:11:28+00:00\",\"acceptedAt\":\"2023-11-13T14:11:28+00:00\",\"userId\":771,\"lastUpdatedAt\":\"2023-11-13T14:11:28+00:00\"},{\"id\":573,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"joris.willems@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:21:50+00:00\",\"acceptedAt\":\"2023-11-13T14:21:50+00:00\",\"userId\":772,\"lastUpdatedAt\":\"2023-11-23T08:22:12+00:00\"},{\"id\":574,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"tim.zeelmaekers@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T14:37:31+00:00\",\"acceptedAt\":\"2023-11-13T14:37:31+00:00\",\"userId\":773,\"lastUpdatedAt\":\"2023-11-13T14:37:31+00:00\"},{\"id\":575,\"partnerId\":507,\"sendViaEmail\":true,\"email\":\"anke.spannenburg@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-13T16:49:59+00:00\",\"acceptedAt\":\"2023-11-13T16:49:59+00:00\",\"userId\":705,\"lastUpdatedAt\":\"2023-11-13T16:49:59+00:00\"},{\"id\":576,\"partnerId\":508,\"sendViaEmail\":true,\"email\":\"solisalesconsulting@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-11-14T08:25:21+00:00\",\"acceptedAt\":\"2023-11-14T08:25:21+00:00\",\"userId\":717,\"lastUpdatedAt\":\"2023-11-14T08:25:21+00:00\"},{\"id\":577,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"eshun.josh@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-14T09:28:57+00:00\",\"acceptedAt\":\"2023-11-14T09:28:57+00:00\",\"userId\":774,\"lastUpdatedAt\":\"2023-11-14T09:28:57+00:00\"},{\"id\":578,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"ivo.karremans@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-15T09:58:38+00:00\",\"acceptedAt\":\"2023-11-15T09:58:38+00:00\",\"userId\":702,\"lastUpdatedAt\":\"2023-11-15T09:58:38+00:00\"},{\"id\":579,\"partnerId\":509,\"sendViaEmail\":true,\"email\":\"Peter@tripleaccountancy.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-15T14:44:52+00:00\",\"acceptedAt\":\"2023-11-15T14:44:52+00:00\",\"userId\":777,\"lastUpdatedAt\":\"2024-07-29T09:23:39+00:00\"},{\"id\":581,\"partnerId\":504,\"sendViaEmail\":false,\"email\":\"wouter.mertens@xemex.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-16T10:58:44+00:00\",\"acceptedAt\":\"2023-11-16T10:58:44+00:00\",\"userId\":779,\"lastUpdatedAt\":\"2023-11-16T10:58:44+00:00\"},{\"id\":582,\"partnerId\":504,\"sendViaEmail\":false,\"email\":\"noor.verbeke@xemex.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-16T11:24:37+00:00\",\"acceptedAt\":\"2023-11-16T11:24:37+00:00\",\"userId\":780,\"lastUpdatedAt\":\"2023-11-16T11:24:37+00:00\"},{\"id\":583,\"partnerId\":504,\"sendViaEmail\":false,\"email\":\"bart.jonkers@xemex.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-16T11:29:40+00:00\",\"acceptedAt\":\"2023-11-16T11:29:40+00:00\",\"userId\":781,\"lastUpdatedAt\":\"2023-11-16T11:29:40+00:00\"},{\"id\":584,\"partnerId\":504,\"sendViaEmail\":true,\"email\":\"wouter.degeyndt@xemex.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-16T11:34:52+00:00\",\"acceptedAt\":\"2023-11-16T11:34:52+00:00\",\"userId\":778,\"lastUpdatedAt\":\"2023-11-16T11:34:52+00:00\"},{\"id\":585,\"partnerId\":8,\"sendViaEmail\":false,\"email\":\"garagejos@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-17T09:43:16+00:00\",\"acceptedAt\":\"2023-11-17T09:43:16+00:00\",\"userId\":792,\"lastUpdatedAt\":\"2023-11-17T09:43:16+00:00\"},{\"id\":586,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"jurgen@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-17T09:56:17+00:00\",\"acceptedAt\":\"2023-11-17T09:56:17+00:00\",\"userId\":793,\"lastUpdatedAt\":\"2023-11-17T09:56:17+00:00\"},{\"id\":587,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"Carlo@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-17T10:11:45+00:00\",\"acceptedAt\":\"2023-11-17T10:11:45+00:00\",\"userId\":795,\"lastUpdatedAt\":\"2023-11-17T10:11:45+00:00\"},{\"id\":588,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"Patrick@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-17T10:19:47+00:00\",\"acceptedAt\":\"2023-11-17T10:19:47+00:00\",\"userId\":796,\"lastUpdatedAt\":\"2023-11-17T10:19:47+00:00\"},{\"id\":589,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"erolyildiz@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:38:50+00:00\",\"acceptedAt\":\"2023-11-20T08:38:50+00:00\",\"userId\":790,\"lastUpdatedAt\":\"2023-11-20T08:38:50+00:00\"},{\"id\":590,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"marco_wijman@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:42:55+00:00\",\"acceptedAt\":\"2023-11-20T08:42:55+00:00\",\"userId\":789,\"lastUpdatedAt\":\"2023-11-20T08:42:55+00:00\"},{\"id\":591,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"hema13@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:44:15+00:00\",\"acceptedAt\":\"2023-11-20T08:44:15+00:00\",\"userId\":788,\"lastUpdatedAt\":\"2023-11-20T08:44:15+00:00\"},{\"id\":592,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"soren_soren@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:44:58+00:00\",\"acceptedAt\":\"2023-11-20T08:44:58+00:00\",\"userId\":787,\"lastUpdatedAt\":\"2023-11-20T08:44:58+00:00\"},{\"id\":593,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"van.rompay.marc1962@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:45:43+00:00\",\"acceptedAt\":\"2023-11-20T08:45:43+00:00\",\"userId\":786,\"lastUpdatedAt\":\"2023-11-20T08:45:43+00:00\"},{\"id\":594,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"federicotriventi@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:46:26+00:00\",\"acceptedAt\":\"2023-11-20T08:46:26+00:00\",\"userId\":785,\"lastUpdatedAt\":\"2023-11-20T08:46:26+00:00\"},{\"id\":595,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"rudi_thys@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:47:16+00:00\",\"acceptedAt\":\"2023-11-20T08:47:16+00:00\",\"userId\":784,\"lastUpdatedAt\":\"2023-11-20T08:47:16+00:00\"},{\"id\":596,\"partnerId\":423,\"sendViaEmail\":true,\"email\":\"patrick-schols@skynet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T08:47:55+00:00\",\"acceptedAt\":\"2023-11-20T08:47:55+00:00\",\"userId\":783,\"lastUpdatedAt\":\"2023-11-20T08:47:55+00:00\"},{\"id\":597,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"j.bellinga@hesse-lignal.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-20T10:57:21+00:00\",\"acceptedAt\":\"2023-11-20T10:57:21+00:00\",\"userId\":802,\"lastUpdatedAt\":\"2023-11-20T10:57:21+00:00\"},{\"id\":598,\"partnerId\":512,\"sendViaEmail\":true,\"email\":\"mario.stm@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-21T13:50:43+00:00\",\"acceptedAt\":\"2023-11-21T13:50:43+00:00\",\"userId\":804,\"lastUpdatedAt\":\"2023-11-21T13:50:43+00:00\"},{\"id\":599,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"joeri.devriendt@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-21T14:46:35+00:00\",\"acceptedAt\":\"2023-11-21T14:46:35+00:00\",\"userId\":791,\"lastUpdatedAt\":\"2023-11-21T14:46:35+00:00\"},{\"id\":600,\"partnerId\":511,\"sendViaEmail\":true,\"email\":\"chantalpicqueur@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-21T16:57:39+00:00\",\"acceptedAt\":\"2023-11-21T16:57:39+00:00\",\"userId\":776,\"lastUpdatedAt\":\"2023-11-21T16:57:39+00:00\"},{\"id\":601,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"julie@zenses.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-22T13:25:20+00:00\",\"acceptedAt\":\"2023-11-22T13:25:20+00:00\",\"userId\":805,\"lastUpdatedAt\":\"2023-11-22T13:25:20+00:00\"},{\"id\":602,\"partnerId\":514,\"sendViaEmail\":false,\"email\":null,\"language\":\"nl\",\"acceptUrl\":\"https:\\/\\/cp.blulinc.com\\/public\\/invite\\/f3b2c983-a58b-4ed5-9b87-d9253cfd1ebc\",\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"pending\",\"createdAt\":\"2023-11-23T10:19:08+00:00\",\"acceptedAt\":null,\"userId\":null,\"lastUpdatedAt\":\"2023-11-23T10:19:08+00:00\"},{\"id\":603,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"hilde.vandyck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-23T10:42:58+00:00\",\"acceptedAt\":\"2023-11-23T10:42:58+00:00\",\"userId\":807,\"lastUpdatedAt\":\"2023-11-23T10:42:58+00:00\"},{\"id\":604,\"partnerId\":515,\"sendViaEmail\":false,\"email\":\"facto.groep.bvba@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-23T12:56:48+00:00\",\"acceptedAt\":\"2023-11-23T12:56:48+00:00\",\"userId\":808,\"lastUpdatedAt\":\"2023-11-23T12:56:48+00:00\"},{\"id\":605,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"thomas-rsca@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-23T14:28:30+00:00\",\"acceptedAt\":\"2023-11-23T14:28:30+00:00\",\"userId\":809,\"lastUpdatedAt\":\"2023-11-23T14:28:30+00:00\"},{\"id\":606,\"partnerId\":516,\"sendViaEmail\":false,\"email\":\"kristiaan@meyvis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-23T15:05:52+00:00\",\"acceptedAt\":\"2023-11-23T15:05:52+00:00\",\"userId\":810,\"lastUpdatedAt\":\"2023-11-23T15:05:52+00:00\"},{\"id\":607,\"partnerId\":517,\"sendViaEmail\":false,\"email\":\"info@droomwolkje.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-24T15:10:39+00:00\",\"acceptedAt\":\"2023-11-24T15:10:39+00:00\",\"userId\":812,\"lastUpdatedAt\":\"2023-11-24T15:10:39+00:00\"},{\"id\":608,\"partnerId\":440,\"sendViaEmail\":false,\"email\":\"fen@blulinc.Com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T08:53:09+00:00\",\"acceptedAt\":\"2023-11-27T08:53:09+00:00\",\"userId\":814,\"lastUpdatedAt\":\"2023-11-27T08:53:09+00:00\"},{\"id\":609,\"partnerId\":468,\"sendViaEmail\":false,\"email\":\"chris@bme.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T11:13:02+00:00\",\"acceptedAt\":\"2023-11-27T11:13:02+00:00\",\"userId\":816,\"lastUpdatedAt\":\"2023-11-27T11:13:02+00:00\"},{\"id\":610,\"partnerId\":468,\"sendViaEmail\":false,\"email\":\"christian@bme.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T11:14:31+00:00\",\"acceptedAt\":\"2023-11-27T11:14:31+00:00\",\"userId\":817,\"lastUpdatedAt\":\"2023-11-27T11:14:31+00:00\"},{\"id\":611,\"partnerId\":519,\"sendViaEmail\":false,\"email\":\"mail@cicco.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T11:19:58+00:00\",\"acceptedAt\":\"2023-11-27T11:19:58+00:00\",\"userId\":818,\"lastUpdatedAt\":\"2023-11-27T11:19:58+00:00\"},{\"id\":612,\"partnerId\":517,\"sendViaEmail\":false,\"email\":\"miekederidder2007@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-27T16:14:40+00:00\",\"acceptedAt\":\"2023-11-27T16:14:40+00:00\",\"userId\":822,\"lastUpdatedAt\":\"2023-11-27T16:14:40+00:00\"},{\"id\":613,\"partnerId\":298,\"sendViaEmail\":false,\"email\":\"kledison17@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-11-29T15:59:09+00:00\",\"acceptedAt\":\"2023-11-29T15:59:09+00:00\",\"userId\":823,\"lastUpdatedAt\":\"2023-11-29T15:59:09+00:00\"},{\"id\":614,\"partnerId\":520,\"sendViaEmail\":true,\"email\":\"brigitte.brams@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-04T09:35:59+00:00\",\"acceptedAt\":\"2023-12-04T09:35:59+00:00\",\"userId\":831,\"lastUpdatedAt\":\"2023-12-04T09:35:59+00:00\"},{\"id\":615,\"partnerId\":346,\"sendViaEmail\":true,\"email\":\"userpincet@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-06T09:19:18+00:00\",\"acceptedAt\":\"2023-12-06T09:19:18+00:00\",\"userId\":833,\"lastUpdatedAt\":\"2023-12-06T09:19:18+00:00\"},{\"id\":616,\"partnerId\":517,\"sendViaEmail\":false,\"email\":\"svenloman@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-06T11:45:16+00:00\",\"acceptedAt\":\"2023-12-06T11:45:16+00:00\",\"userId\":837,\"lastUpdatedAt\":\"2023-12-06T11:45:16+00:00\"},{\"id\":617,\"partnerId\":218,\"sendViaEmail\":true,\"email\":\"it@diabetes.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-07T15:26:46+00:00\",\"acceptedAt\":\"2023-12-07T15:26:46+00:00\",\"userId\":236,\"lastUpdatedAt\":\"2023-12-07T15:26:46+00:00\"},{\"id\":618,\"partnerId\":218,\"sendViaEmail\":true,\"email\":\"thierry.regniers@diabetes.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-07T15:27:14+00:00\",\"acceptedAt\":\"2023-12-07T15:27:14+00:00\",\"userId\":233,\"lastUpdatedAt\":\"2023-12-07T15:27:14+00:00\"},{\"id\":619,\"partnerId\":354,\"sendViaEmail\":true,\"email\":\"jan.decancq@btciveco.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-08T13:53:16+00:00\",\"acceptedAt\":\"2023-12-08T13:53:16+00:00\",\"userId\":838,\"lastUpdatedAt\":\"2023-12-08T13:56:57+00:00\"},{\"id\":620,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"sergio.lopescosta@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-12T08:35:07+00:00\",\"acceptedAt\":\"2023-12-12T08:35:07+00:00\",\"userId\":842,\"lastUpdatedAt\":\"2023-12-12T08:35:07+00:00\"},{\"id\":621,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Ilse.eyckmans@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-12T10:00:45+00:00\",\"acceptedAt\":\"2023-12-12T10:00:45+00:00\",\"userId\":843,\"lastUpdatedAt\":\"2024-03-05T17:57:19+00:00\"},{\"id\":622,\"partnerId\":522,\"sendViaEmail\":true,\"email\":\"krista.buts@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-14T13:14:05+00:00\",\"acceptedAt\":\"2023-12-14T13:14:05+00:00\",\"userId\":737,\"lastUpdatedAt\":\"2023-12-14T13:14:05+00:00\"},{\"id\":623,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"bjorn.dupont@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-14T14:33:59+00:00\",\"acceptedAt\":\"2023-12-14T14:33:59+00:00\",\"userId\":846,\"lastUpdatedAt\":\"2023-12-14T14:33:59+00:00\"},{\"id\":624,\"partnerId\":513,\"sendViaEmail\":false,\"email\":\"ronny.baetens@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-18T10:28:23+00:00\",\"acceptedAt\":\"2023-12-18T10:28:23+00:00\",\"userId\":851,\"lastUpdatedAt\":\"2023-12-18T10:28:23+00:00\"},{\"id\":625,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"joppe.decock@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-19T09:24:49+00:00\",\"acceptedAt\":\"2023-12-19T09:24:49+00:00\",\"userId\":855,\"lastUpdatedAt\":\"2023-12-19T09:24:49+00:00\"},{\"id\":626,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"elisabethwiels@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-19T09:27:36+00:00\",\"acceptedAt\":\"2023-12-19T09:27:36+00:00\",\"userId\":856,\"lastUpdatedAt\":\"2023-12-19T09:27:36+00:00\"},{\"id\":627,\"partnerId\":524,\"sendViaEmail\":false,\"email\":\"julie@lessoeurs.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2023-12-20T11:46:51+00:00\",\"acceptedAt\":\"2023-12-20T11:46:51+00:00\",\"userId\":859,\"lastUpdatedAt\":\"2023-12-20T11:46:51+00:00\"},{\"id\":628,\"partnerId\":525,\"sendViaEmail\":false,\"email\":\"waldrik.pavoni@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-21T10:50:30+00:00\",\"acceptedAt\":\"2023-12-21T10:50:30+00:00\",\"userId\":860,\"lastUpdatedAt\":\"2023-12-21T10:50:30+00:00\"},{\"id\":629,\"partnerId\":526,\"sendViaEmail\":false,\"email\":\"kari_borms@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-21T15:43:21+00:00\",\"acceptedAt\":\"2023-12-21T15:43:21+00:00\",\"userId\":862,\"lastUpdatedAt\":\"2023-12-21T15:43:21+00:00\"},{\"id\":630,\"partnerId\":528,\"sendViaEmail\":true,\"email\":\"Eline@recruitrlab.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-22T13:56:59+00:00\",\"acceptedAt\":\"2023-12-22T13:56:59+00:00\",\"userId\":863,\"lastUpdatedAt\":\"2023-12-22T13:56:59+00:00\"},{\"id\":631,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"simon@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-22T13:58:26+00:00\",\"acceptedAt\":\"2023-12-22T13:58:26+00:00\",\"userId\":864,\"lastUpdatedAt\":\"2023-12-22T13:58:26+00:00\"},{\"id\":632,\"partnerId\":529,\"sendViaEmail\":true,\"email\":\"marco.pauwels333@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-28T11:10:07+00:00\",\"acceptedAt\":\"2023-12-28T11:10:07+00:00\",\"userId\":865,\"lastUpdatedAt\":\"2023-12-28T11:10:07+00:00\"},{\"id\":633,\"partnerId\":531,\"sendViaEmail\":false,\"email\":\"eimerscollin@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2023-12-29T10:45:48+00:00\",\"acceptedAt\":\"2023-12-29T10:45:48+00:00\",\"userId\":876,\"lastUpdatedAt\":\"2023-12-29T10:45:48+00:00\"},{\"id\":634,\"partnerId\":534,\"sendViaEmail\":true,\"email\":\"nik.voets@icloud.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-08T15:45:54+00:00\",\"acceptedAt\":\"2024-01-08T15:45:54+00:00\",\"userId\":803,\"lastUpdatedAt\":\"2024-01-08T15:45:54+00:00\"},{\"id\":635,\"partnerId\":537,\"sendViaEmail\":false,\"email\":\"info@imasvastgoed.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-12T08:12:52+00:00\",\"acceptedAt\":\"2024-01-12T08:12:52+00:00\",\"userId\":893,\"lastUpdatedAt\":\"2024-01-12T08:12:52+00:00\"},{\"id\":636,\"partnerId\":523,\"sendViaEmail\":false,\"email\":\"k_berghmans@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-12T08:33:42+00:00\",\"acceptedAt\":\"2024-01-12T08:33:42+00:00\",\"userId\":894,\"lastUpdatedAt\":\"2024-01-12T08:33:42+00:00\"},{\"id\":637,\"partnerId\":535,\"sendViaEmail\":true,\"email\":\"info@gerdschelfhout.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-15T08:16:05+00:00\",\"acceptedAt\":\"2024-01-15T08:16:05+00:00\",\"userId\":693,\"lastUpdatedAt\":\"2024-01-15T08:16:05+00:00\"},{\"id\":638,\"partnerId\":540,\"sendViaEmail\":true,\"email\":\"koen.devalck@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-16T11:17:08+00:00\",\"acceptedAt\":\"2024-01-16T11:17:08+00:00\",\"userId\":861,\"lastUpdatedAt\":\"2024-01-16T11:17:08+00:00\"},{\"id\":639,\"partnerId\":538,\"sendViaEmail\":true,\"email\":\"mseco@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-22T13:36:51+00:00\",\"acceptedAt\":\"2024-01-22T13:36:51+00:00\",\"userId\":835,\"lastUpdatedAt\":\"2024-01-22T13:36:51+00:00\"},{\"id\":640,\"partnerId\":546,\"sendViaEmail\":false,\"email\":\"joachim.alvarez@inlightbv.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-25T13:53:55+00:00\",\"acceptedAt\":\"2024-01-25T13:53:55+00:00\",\"userId\":909,\"lastUpdatedAt\":\"2024-01-25T13:53:55+00:00\"},{\"id\":641,\"partnerId\":518,\"sendViaEmail\":true,\"email\":\"wielandvanminnen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-25T16:00:01+00:00\",\"acceptedAt\":\"2024-01-25T16:00:01+00:00\",\"userId\":689,\"lastUpdatedAt\":\"2024-01-25T16:00:01+00:00\"},{\"id\":642,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"thijs.reynaerts@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-26T09:56:51+00:00\",\"acceptedAt\":\"2024-01-26T09:56:51+00:00\",\"userId\":910,\"lastUpdatedAt\":\"2024-01-26T09:56:51+00:00\"},{\"id\":643,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"Carl.nys@madolex.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-26T10:27:08+00:00\",\"acceptedAt\":\"2024-01-26T10:27:08+00:00\",\"userId\":911,\"lastUpdatedAt\":\"2024-01-26T10:27:08+00:00\"},{\"id\":644,\"partnerId\":297,\"sendViaEmail\":false,\"email\":\"t.vermeiren@hamiltonbright.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-26T14:05:09+00:00\",\"acceptedAt\":\"2024-01-26T14:05:09+00:00\",\"userId\":912,\"lastUpdatedAt\":\"2024-01-26T14:05:09+00:00\"},{\"id\":645,\"partnerId\":547,\"sendViaEmail\":true,\"email\":\"lucwils@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-26T16:26:48+00:00\",\"acceptedAt\":\"2024-01-26T16:26:48+00:00\",\"userId\":907,\"lastUpdatedAt\":\"2024-01-26T16:26:48+00:00\"},{\"id\":646,\"partnerId\":545,\"sendViaEmail\":true,\"email\":\"dries@ddmservices.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-28T08:55:21+00:00\",\"acceptedAt\":\"2024-01-28T08:55:21+00:00\",\"userId\":914,\"lastUpdatedAt\":\"2024-01-28T08:55:21+00:00\"},{\"id\":647,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Jef.daems@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-29T10:13:07+00:00\",\"acceptedAt\":\"2024-01-29T10:13:07+00:00\",\"userId\":917,\"lastUpdatedAt\":\"2024-01-29T10:13:07+00:00\"},{\"id\":648,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"juan.perez@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-01-29T11:02:42+00:00\",\"acceptedAt\":\"2024-01-29T11:02:42+00:00\",\"userId\":918,\"lastUpdatedAt\":\"2024-01-29T11:02:42+00:00\"},{\"id\":650,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"kim.mathyssen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-02T09:52:45+00:00\",\"acceptedAt\":\"2024-02-02T09:52:45+00:00\",\"userId\":925,\"lastUpdatedAt\":\"2024-02-02T09:52:45+00:00\"},{\"id\":651,\"partnerId\":541,\"sendViaEmail\":true,\"email\":\"tom@3trade.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-02T17:56:31+00:00\",\"acceptedAt\":\"2024-02-02T17:56:31+00:00\",\"userId\":713,\"lastUpdatedAt\":\"2024-02-02T17:56:31+00:00\"},{\"id\":652,\"partnerId\":551,\"sendViaEmail\":false,\"email\":\"bert.de.norre@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-03T11:27:21+00:00\",\"acceptedAt\":\"2024-02-03T11:27:21+00:00\",\"userId\":928,\"lastUpdatedAt\":\"2024-02-03T11:27:21+00:00\"},{\"id\":653,\"partnerId\":532,\"sendViaEmail\":false,\"email\":\"test@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-04T10:05:30+00:00\",\"acceptedAt\":\"2024-02-04T10:05:30+00:00\",\"userId\":929,\"lastUpdatedAt\":\"2024-02-04T10:05:30+00:00\"},{\"id\":654,\"partnerId\":532,\"sendViaEmail\":false,\"email\":\"test2@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-04T11:32:44+00:00\",\"acceptedAt\":\"2024-02-04T11:32:44+00:00\",\"userId\":930,\"lastUpdatedAt\":\"2024-02-04T11:32:44+00:00\"},{\"id\":655,\"partnerId\":552,\"sendViaEmail\":false,\"email\":\"segolene@soriabel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T09:43:18+00:00\",\"acceptedAt\":\"2024-02-05T09:43:18+00:00\",\"userId\":931,\"lastUpdatedAt\":\"2024-02-05T09:43:18+00:00\"},{\"id\":656,\"partnerId\":552,\"sendViaEmail\":false,\"email\":\"sabrina@soriabel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T10:06:01+00:00\",\"acceptedAt\":\"2024-02-05T10:06:01+00:00\",\"userId\":932,\"lastUpdatedAt\":\"2024-02-05T10:06:01+00:00\"},{\"id\":657,\"partnerId\":552,\"sendViaEmail\":false,\"email\":\"bernadette@soriabel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T10:10:56+00:00\",\"acceptedAt\":\"2024-02-05T10:10:56+00:00\",\"userId\":933,\"lastUpdatedAt\":\"2024-02-05T10:10:56+00:00\"},{\"id\":658,\"partnerId\":552,\"sendViaEmail\":false,\"email\":\"kaat@soriabel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T10:14:48+00:00\",\"acceptedAt\":\"2024-02-05T10:14:48+00:00\",\"userId\":934,\"lastUpdatedAt\":\"2024-02-05T10:14:48+00:00\"},{\"id\":659,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Christian.colfs@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T15:06:51+00:00\",\"acceptedAt\":\"2024-02-05T15:06:51+00:00\",\"userId\":936,\"lastUpdatedAt\":\"2024-02-05T15:06:51+00:00\"},{\"id\":660,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"bartvanstapel48@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T15:42:09+00:00\",\"acceptedAt\":\"2024-02-05T15:42:09+00:00\",\"userId\":937,\"lastUpdatedAt\":\"2024-02-05T15:42:09+00:00\"},{\"id\":661,\"partnerId\":395,\"sendViaEmail\":false,\"email\":\"sandra@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-05T16:49:40+00:00\",\"acceptedAt\":\"2024-02-05T16:49:40+00:00\",\"userId\":938,\"lastUpdatedAt\":\"2024-02-05T16:49:40+00:00\"},{\"id\":662,\"partnerId\":553,\"sendViaEmail\":true,\"email\":\"timothyverpoort@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-06T08:51:44+00:00\",\"acceptedAt\":\"2024-02-06T08:51:44+00:00\",\"userId\":602,\"lastUpdatedAt\":\"2024-02-06T08:51:44+00:00\"},{\"id\":664,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"orry.vanacker@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T09:48:33+00:00\",\"acceptedAt\":\"2024-02-13T09:48:33+00:00\",\"userId\":954,\"lastUpdatedAt\":\"2024-02-13T09:48:33+00:00\"},{\"id\":665,\"partnerId\":521,\"sendViaEmail\":false,\"email\":\"tine@thefairexperts.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T11:39:35+00:00\",\"acceptedAt\":\"2024-02-13T11:39:35+00:00\",\"userId\":955,\"lastUpdatedAt\":\"2024-02-13T11:39:35+00:00\"},{\"id\":666,\"partnerId\":521,\"sendViaEmail\":false,\"email\":\"valerie@thefairexperts.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T13:08:00+00:00\",\"acceptedAt\":\"2024-02-13T13:08:00+00:00\",\"userId\":956,\"lastUpdatedAt\":\"2024-02-13T13:08:00+00:00\"},{\"id\":667,\"partnerId\":521,\"sendViaEmail\":false,\"email\":\"michael@thefairexperts.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T13:14:46+00:00\",\"acceptedAt\":\"2024-02-13T13:14:46+00:00\",\"userId\":957,\"lastUpdatedAt\":\"2024-02-13T13:14:46+00:00\"},{\"id\":668,\"partnerId\":521,\"sendViaEmail\":false,\"email\":\"marc@thefairexperts.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T13:20:56+00:00\",\"acceptedAt\":\"2024-02-13T13:20:56+00:00\",\"userId\":958,\"lastUpdatedAt\":\"2024-02-13T13:20:56+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\"},\"meta\":{\"current_page\":5,\"from\":401,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":500,\"total\":1122}}"} 
[2025-07-17 19:27:41] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":669,\"partnerId\":521,\"sendViaEmail\":true,\"email\":\"gregory.olszewski@matexpo.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T13:25:52+00:00\",\"acceptedAt\":\"2024-02-13T13:25:52+00:00\",\"userId\":844,\"lastUpdatedAt\":\"2024-02-13T13:25:52+00:00\"},{\"id\":670,\"partnerId\":554,\"sendViaEmail\":true,\"email\":\"anja.guldner@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T16:56:43+00:00\",\"acceptedAt\":\"2024-02-13T16:56:43+00:00\",\"userId\":960,\"lastUpdatedAt\":\"2024-02-13T16:56:43+00:00\"},{\"id\":671,\"partnerId\":555,\"sendViaEmail\":true,\"email\":\"v.beeckx@elegis.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-13T17:00:22+00:00\",\"acceptedAt\":\"2024-02-13T17:00:22+00:00\",\"userId\":961,\"lastUpdatedAt\":\"2024-02-24T15:28:27+00:00\"},{\"id\":672,\"partnerId\":558,\"sendViaEmail\":true,\"email\":\"fedor.pl@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T12:54:43+00:00\",\"acceptedAt\":\"2024-02-16T12:54:43+00:00\",\"userId\":963,\"lastUpdatedAt\":\"2024-02-16T12:54:43+00:00\"},{\"id\":673,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"jan@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:01:12+00:00\",\"acceptedAt\":\"2024-02-16T15:01:12+00:00\",\"userId\":965,\"lastUpdatedAt\":\"2024-02-16T15:01:12+00:00\"},{\"id\":674,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"Steven@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:03:58+00:00\",\"acceptedAt\":\"2024-02-16T15:03:58+00:00\",\"userId\":966,\"lastUpdatedAt\":\"2024-02-16T15:03:58+00:00\"},{\"id\":675,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"jochen@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:07:02+00:00\",\"acceptedAt\":\"2024-02-16T15:07:02+00:00\",\"userId\":967,\"lastUpdatedAt\":\"2024-02-16T15:07:02+00:00\"},{\"id\":676,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"philippe@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:08:35+00:00\",\"acceptedAt\":\"2024-02-16T15:08:35+00:00\",\"userId\":968,\"lastUpdatedAt\":\"2024-02-16T15:14:34+00:00\"},{\"id\":677,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"els.minten@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:21:50+00:00\",\"acceptedAt\":\"2024-02-16T15:21:50+00:00\",\"userId\":970,\"lastUpdatedAt\":\"2024-02-16T15:21:50+00:00\"},{\"id\":678,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"danush.moorghen@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:28:08+00:00\",\"acceptedAt\":\"2024-02-16T15:28:09+00:00\",\"userId\":971,\"lastUpdatedAt\":\"2024-02-16T15:28:09+00:00\"},{\"id\":679,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"ward@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:33:32+00:00\",\"acceptedAt\":\"2024-02-16T15:33:32+00:00\",\"userId\":972,\"lastUpdatedAt\":\"2024-02-16T15:33:32+00:00\"},{\"id\":680,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"linda@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:37:14+00:00\",\"acceptedAt\":\"2024-02-16T15:37:14+00:00\",\"userId\":973,\"lastUpdatedAt\":\"2024-02-16T15:37:14+00:00\"},{\"id\":681,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"tommie.van.mechgelen@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-02-16T15:45:45+00:00\",\"acceptedAt\":\"2024-02-16T15:45:46+00:00\",\"userId\":974,\"lastUpdatedAt\":\"2024-02-16T15:45:46+00:00\"},{\"id\":682,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"nippon-international@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-20T10:12:52+00:00\",\"acceptedAt\":\"2024-02-20T10:12:52+00:00\",\"userId\":983,\"lastUpdatedAt\":\"2024-02-20T10:12:52+00:00\"},{\"id\":683,\"partnerId\":560,\"sendViaEmail\":true,\"email\":\"hannekerkhofs@hctconsult.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-20T11:58:43+00:00\",\"acceptedAt\":\"2024-02-20T11:58:43+00:00\",\"userId\":887,\"lastUpdatedAt\":\"2024-02-20T11:58:43+00:00\"},{\"id\":684,\"partnerId\":561,\"sendViaEmail\":true,\"email\":\"gerard@euroquip.nl\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-20T14:34:06+00:00\",\"acceptedAt\":\"2024-02-20T14:34:07+00:00\",\"userId\":939,\"lastUpdatedAt\":\"2024-02-20T14:34:07+00:00\"},{\"id\":685,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"albi.palushi@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-21T11:58:25+00:00\",\"acceptedAt\":\"2024-02-21T11:58:25+00:00\",\"userId\":984,\"lastUpdatedAt\":\"2024-02-21T11:58:25+00:00\"},{\"id\":686,\"partnerId\":562,\"sendViaEmail\":true,\"email\":\"ken.kenens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:05:02+00:00\",\"acceptedAt\":\"2024-02-22T09:05:02+00:00\",\"userId\":943,\"lastUpdatedAt\":\"2024-02-22T09:05:02+00:00\"},{\"id\":687,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"gertjesalta@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:37:16+00:00\",\"acceptedAt\":\"2024-02-22T09:37:16+00:00\",\"userId\":985,\"lastUpdatedAt\":\"2024-02-22T09:37:16+00:00\"},{\"id\":688,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"iaconoalessio@msn.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:43:13+00:00\",\"acceptedAt\":\"2024-02-22T09:43:13+00:00\",\"userId\":986,\"lastUpdatedAt\":\"2024-02-22T09:43:13+00:00\"},{\"id\":689,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"kevinschoofs83@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:47:08+00:00\",\"acceptedAt\":\"2024-02-22T09:47:08+00:00\",\"userId\":987,\"lastUpdatedAt\":\"2024-02-22T09:47:08+00:00\"},{\"id\":690,\"partnerId\":423,\"sendViaEmail\":false,\"email\":\"moussasmaani29@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T09:50:14+00:00\",\"acceptedAt\":\"2024-02-22T09:50:14+00:00\",\"userId\":988,\"lastUpdatedAt\":\"2024-02-22T09:50:14+00:00\"},{\"id\":691,\"partnerId\":564,\"sendViaEmail\":true,\"email\":\"robby.mondelaers78@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-22T14:30:25+00:00\",\"acceptedAt\":\"2024-02-22T14:30:25+00:00\",\"userId\":922,\"lastUpdatedAt\":\"2024-02-22T14:30:25+00:00\"},{\"id\":692,\"partnerId\":565,\"sendViaEmail\":true,\"email\":\"olivier.duquenne@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-23T09:31:01+00:00\",\"acceptedAt\":\"2024-02-23T09:31:01+00:00\",\"userId\":935,\"lastUpdatedAt\":\"2024-02-23T09:31:01+00:00\"},{\"id\":693,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"kris@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-23T15:32:15+00:00\",\"acceptedAt\":\"2024-02-23T15:32:15+00:00\",\"userId\":991,\"lastUpdatedAt\":\"2024-02-23T15:32:15+00:00\"},{\"id\":694,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"jimmy.gorissen@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-23T15:35:57+00:00\",\"acceptedAt\":\"2024-02-23T15:35:57+00:00\",\"userId\":990,\"lastUpdatedAt\":\"2024-02-23T15:35:57+00:00\"},{\"id\":695,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"Pieter.luts@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-23T15:36:41+00:00\",\"acceptedAt\":\"2024-02-23T15:36:41+00:00\",\"userId\":969,\"lastUpdatedAt\":\"2024-02-26T10:20:27+00:00\"},{\"id\":696,\"partnerId\":567,\"sendViaEmail\":false,\"email\":\"mvanschel@deloitte.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-24T11:10:07+00:00\",\"acceptedAt\":\"2024-02-24T11:10:07+00:00\",\"userId\":994,\"lastUpdatedAt\":\"2024-02-24T11:10:07+00:00\"},{\"id\":697,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Talitha.vandrom@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-26T12:54:39+00:00\",\"acceptedAt\":\"2024-02-26T12:54:39+00:00\",\"userId\":996,\"lastUpdatedAt\":\"2024-02-26T12:54:39+00:00\"},{\"id\":698,\"partnerId\":260,\"sendViaEmail\":false,\"email\":\"johanvanderstraeten@curon.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-27T08:34:17+00:00\",\"acceptedAt\":\"2024-02-27T08:34:17+00:00\",\"userId\":997,\"lastUpdatedAt\":\"2024-02-27T08:34:17+00:00\"},{\"id\":699,\"partnerId\":568,\"sendViaEmail\":false,\"email\":\"gino@ligi.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-29T10:32:52+00:00\",\"acceptedAt\":\"2024-02-29T10:32:52+00:00\",\"userId\":999,\"lastUpdatedAt\":\"2024-02-29T10:32:52+00:00\"},{\"id\":700,\"partnerId\":10,\"sendViaEmail\":false,\"email\":\"f.Clinckemaillie@veko.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-02-29T15:24:47+00:00\",\"acceptedAt\":\"2024-02-29T15:24:47+00:00\",\"userId\":1001,\"lastUpdatedAt\":\"2024-02-29T15:24:47+00:00\"},{\"id\":701,\"partnerId\":571,\"sendViaEmail\":false,\"email\":\"karenkeygnaert@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-01T13:02:01+00:00\",\"acceptedAt\":\"2024-03-01T13:02:01+00:00\",\"userId\":1004,\"lastUpdatedAt\":\"2024-03-01T13:02:01+00:00\"},{\"id\":702,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"niels.helsen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-04T10:46:48+00:00\",\"acceptedAt\":\"2024-03-04T10:46:48+00:00\",\"userId\":1008,\"lastUpdatedAt\":\"2024-03-04T10:46:48+00:00\"},{\"id\":703,\"partnerId\":559,\"sendViaEmail\":false,\"email\":\"tim@aviniti.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-04T10:59:43+00:00\",\"acceptedAt\":\"2024-03-04T10:59:43+00:00\",\"userId\":1009,\"lastUpdatedAt\":\"2024-03-04T10:59:43+00:00\"},{\"id\":704,\"partnerId\":559,\"sendViaEmail\":false,\"email\":\"roland.vangasse@aviniti.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-04T11:05:30+00:00\",\"acceptedAt\":\"2024-03-04T11:05:30+00:00\",\"userId\":1010,\"lastUpdatedAt\":\"2024-03-04T11:05:30+00:00\"},{\"id\":705,\"partnerId\":572,\"sendViaEmail\":false,\"email\":\"apotheek.moonen@skynet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-04T13:57:15+00:00\",\"acceptedAt\":\"2024-03-04T13:57:15+00:00\",\"userId\":1011,\"lastUpdatedAt\":\"2024-03-04T13:57:15+00:00\"},{\"id\":706,\"partnerId\":484,\"sendViaEmail\":true,\"email\":\"michiel.drijvers@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-05T08:26:10+00:00\",\"acceptedAt\":\"2024-03-05T08:26:10+00:00\",\"userId\":995,\"lastUpdatedAt\":\"2024-03-05T08:26:10+00:00\"},{\"id\":707,\"partnerId\":287,\"sendViaEmail\":true,\"email\":\"gaetan@vadigran.be\",\"language\":\"fr\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-05T15:09:20+00:00\",\"acceptedAt\":\"2024-03-05T15:09:20+00:00\",\"userId\":340,\"lastUpdatedAt\":\"2024-03-05T15:09:20+00:00\"},{\"id\":709,\"partnerId\":573,\"sendViaEmail\":true,\"email\":\"flup.vanbackle@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-07T09:08:04+00:00\",\"acceptedAt\":\"2024-03-07T09:08:04+00:00\",\"userId\":923,\"lastUpdatedAt\":\"2024-03-07T17:22:42+00:00\"},{\"id\":710,\"partnerId\":574,\"sendViaEmail\":false,\"email\":\"philippe.herickx@multimag.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-07T10:05:03+00:00\",\"acceptedAt\":\"2024-03-07T10:05:03+00:00\",\"userId\":1019,\"lastUpdatedAt\":\"2024-03-07T10:05:03+00:00\"},{\"id\":711,\"partnerId\":573,\"sendViaEmail\":true,\"email\":\"vandenbosch.marleen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T10:53:21+00:00\",\"acceptedAt\":\"2024-03-08T10:53:21+00:00\",\"userId\":924,\"lastUpdatedAt\":\"2024-03-08T10:53:21+00:00\"},{\"id\":712,\"partnerId\":575,\"sendViaEmail\":true,\"email\":\"de.clercq.david@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T11:02:44+00:00\",\"acceptedAt\":\"2024-03-08T11:02:44+00:00\",\"userId\":942,\"lastUpdatedAt\":\"2024-03-08T11:02:44+00:00\"},{\"id\":713,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"michiel.despeels@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T11:48:29+00:00\",\"acceptedAt\":\"2024-03-08T11:48:29+00:00\",\"userId\":1020,\"lastUpdatedAt\":\"2024-03-08T11:48:29+00:00\"},{\"id\":714,\"partnerId\":576,\"sendViaEmail\":false,\"email\":\"raihana.messaoudi@polygongroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T13:25:44+00:00\",\"acceptedAt\":\"2024-03-08T13:25:44+00:00\",\"userId\":1021,\"lastUpdatedAt\":\"2024-03-08T13:25:44+00:00\"},{\"id\":715,\"partnerId\":576,\"sendViaEmail\":true,\"email\":\"ive.cleymans@polygongroup.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-08T13:36:10+00:00\",\"acceptedAt\":\"2024-03-08T13:36:10+00:00\",\"userId\":982,\"lastUpdatedAt\":\"2024-03-08T13:36:10+00:00\"},{\"id\":716,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"visitorsprobisbv@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-15T10:07:30+00:00\",\"acceptedAt\":\"2024-03-15T10:07:30+00:00\",\"userId\":1026,\"lastUpdatedAt\":\"2024-03-15T10:07:30+00:00\"},{\"id\":717,\"partnerId\":421,\"sendViaEmail\":true,\"email\":\"visitorsprobisbv@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-15T10:27:01+00:00\",\"acceptedAt\":\"2024-03-15T10:27:01+00:00\",\"userId\":1026,\"lastUpdatedAt\":\"2024-03-15T10:27:01+00:00\"},{\"id\":718,\"partnerId\":578,\"sendViaEmail\":false,\"email\":\"michele@belroseclassics.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-15T13:40:16+00:00\",\"acceptedAt\":\"2024-03-15T13:40:16+00:00\",\"userId\":1029,\"lastUpdatedAt\":\"2024-03-15T13:40:16+00:00\"},{\"id\":719,\"partnerId\":580,\"sendViaEmail\":true,\"email\":\"dcruyt@skynet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-18T08:42:48+00:00\",\"acceptedAt\":\"2024-03-18T08:42:48+00:00\",\"userId\":962,\"lastUpdatedAt\":\"2024-03-18T08:42:48+00:00\"},{\"id\":725,\"partnerId\":569,\"sendViaEmail\":true,\"email\":\"michael.soetens@energie-makelaars.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-19T15:23:06+00:00\",\"acceptedAt\":\"2024-03-19T15:23:06+00:00\",\"userId\":905,\"lastUpdatedAt\":\"2024-03-19T15:23:06+00:00\"},{\"id\":726,\"partnerId\":583,\"sendViaEmail\":false,\"email\":\"nickyverstrael@icloud.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-21T10:22:20+00:00\",\"acceptedAt\":\"2024-03-21T10:22:20+00:00\",\"userId\":1040,\"lastUpdatedAt\":\"2024-03-21T10:22:20+00:00\"},{\"id\":727,\"partnerId\":582,\"sendViaEmail\":false,\"email\":\"Johnny@etramo.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T11:49:59+00:00\",\"acceptedAt\":\"2024-03-22T11:49:59+00:00\",\"userId\":1041,\"lastUpdatedAt\":\"2024-03-22T11:49:59+00:00\"},{\"id\":728,\"partnerId\":582,\"sendViaEmail\":false,\"email\":\"gerlinde.van.besauw@etramo.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T11:51:58+00:00\",\"acceptedAt\":\"2024-03-22T11:51:58+00:00\",\"userId\":1042,\"lastUpdatedAt\":\"2024-03-22T11:51:58+00:00\"},{\"id\":729,\"partnerId\":584,\"sendViaEmail\":false,\"email\":\"stef@hairplane.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T13:24:46+00:00\",\"acceptedAt\":\"2024-03-22T13:24:46+00:00\",\"userId\":1044,\"lastUpdatedAt\":\"2024-03-22T13:24:46+00:00\"},{\"id\":730,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"petra.meeusen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T14:17:14+00:00\",\"acceptedAt\":\"2024-03-22T14:17:14+00:00\",\"userId\":1045,\"lastUpdatedAt\":\"2024-03-22T14:17:14+00:00\"},{\"id\":731,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ann.demeyer@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-22T14:27:10+00:00\",\"acceptedAt\":\"2024-03-22T14:27:10+00:00\",\"userId\":1046,\"lastUpdatedAt\":\"2024-03-22T14:27:10+00:00\"},{\"id\":732,\"partnerId\":532,\"sendViaEmail\":true,\"email\":\"tim@move2green.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-03-23T11:03:06+00:00\",\"acceptedAt\":\"2024-03-23T11:03:06+00:00\",\"userId\":806,\"lastUpdatedAt\":\"2024-03-23T11:03:06+00:00\"},{\"id\":733,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ilseeyckmans@blulinc.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-23T17:00:40+00:00\",\"acceptedAt\":\"2024-03-23T17:00:40+00:00\",\"userId\":1050,\"lastUpdatedAt\":\"2024-03-23T17:00:40+00:00\"},{\"id\":737,\"partnerId\":548,\"sendViaEmail\":true,\"email\":\"vranckenwim@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-25T15:37:57+00:00\",\"acceptedAt\":\"2024-03-25T15:37:57+00:00\",\"userId\":280,\"lastUpdatedAt\":\"2024-03-25T15:37:57+00:00\"},{\"id\":740,\"partnerId\":576,\"sendViaEmail\":true,\"email\":\"carla.slaets@polygongroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-28T09:47:04+00:00\",\"acceptedAt\":\"2024-03-28T09:47:04+00:00\",\"userId\":1055,\"lastUpdatedAt\":\"2024-03-28T09:47:04+00:00\"},{\"id\":742,\"partnerId\":586,\"sendViaEmail\":false,\"email\":\"bobvdb13@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-28T11:27:52+00:00\",\"acceptedAt\":\"2024-03-28T11:27:52+00:00\",\"userId\":1061,\"lastUpdatedAt\":\"2024-03-28T11:27:52+00:00\"},{\"id\":744,\"partnerId\":582,\"sendViaEmail\":true,\"email\":\"rico@etramo.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-29T10:09:18+00:00\",\"acceptedAt\":\"2024-03-29T10:09:18+00:00\",\"userId\":1043,\"lastUpdatedAt\":\"2024-03-29T10:09:18+00:00\"},{\"id\":745,\"partnerId\":589,\"sendViaEmail\":false,\"email\":\"jimmy@lulucatering.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-03-30T09:26:21+00:00\",\"acceptedAt\":\"2024-03-30T09:26:21+00:00\",\"userId\":1070,\"lastUpdatedAt\":\"2024-03-30T09:26:21+00:00\"},{\"id\":746,\"partnerId\":287,\"sendViaEmail\":false,\"email\":\"Romuald@vadigran.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-02T08:40:55+00:00\",\"acceptedAt\":\"2024-04-02T08:40:55+00:00\",\"userId\":1075,\"lastUpdatedAt\":\"2024-04-02T08:40:55+00:00\"},{\"id\":747,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"muhammed.yasar@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-02T09:57:43+00:00\",\"acceptedAt\":\"2024-04-02T09:57:43+00:00\",\"userId\":1076,\"lastUpdatedAt\":\"2024-04-02T09:57:43+00:00\"},{\"id\":748,\"partnerId\":287,\"sendViaEmail\":true,\"email\":\"jimmyv@vadigran.be\",\"language\":\"fr\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-03T10:13:26+00:00\",\"acceptedAt\":\"2024-04-03T10:13:26+00:00\",\"userId\":1074,\"lastUpdatedAt\":\"2024-04-03T10:13:26+00:00\"},{\"id\":749,\"partnerId\":593,\"sendViaEmail\":true,\"email\":\"kpeconsulting@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-05T17:45:30+00:00\",\"acceptedAt\":\"2024-04-05T17:45:30+00:00\",\"userId\":1084,\"lastUpdatedAt\":\"2024-04-05T17:45:30+00:00\"},{\"id\":751,\"partnerId\":527,\"sendViaEmail\":true,\"email\":\"nicobonnast@me.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-11T08:26:00+00:00\",\"acceptedAt\":\"2024-04-11T08:26:00+00:00\",\"userId\":858,\"lastUpdatedAt\":\"2024-04-11T08:26:00+00:00\"},{\"id\":752,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"estherbaudts@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-12T10:29:44+00:00\",\"acceptedAt\":\"2024-04-12T10:29:44+00:00\",\"userId\":1094,\"lastUpdatedAt\":\"2024-04-12T10:29:44+00:00\"},{\"id\":753,\"partnerId\":577,\"sendViaEmail\":true,\"email\":\"dewittefenix@yahoo.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-12T13:12:29+00:00\",\"acceptedAt\":\"2024-04-12T13:12:29+00:00\",\"userId\":946,\"lastUpdatedAt\":\"2024-04-12T13:12:29+00:00\"},{\"id\":754,\"partnerId\":570,\"sendViaEmail\":false,\"email\":\"mike@brandnewoffice.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T08:35:06+00:00\",\"acceptedAt\":\"2024-04-16T08:35:06+00:00\",\"userId\":1114,\"lastUpdatedAt\":\"2024-04-16T08:35:06+00:00\"},{\"id\":755,\"partnerId\":504,\"sendViaEmail\":false,\"email\":\"tom.naets@xemex.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T08:39:06+00:00\",\"acceptedAt\":\"2024-04-16T08:39:06+00:00\",\"userId\":1115,\"lastUpdatedAt\":\"2024-04-16T08:39:06+00:00\"},{\"id\":756,\"partnerId\":595,\"sendViaEmail\":false,\"email\":\"Pietervannieuwenhuyzen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T10:25:16+00:00\",\"acceptedAt\":\"2024-04-16T10:25:16+00:00\",\"userId\":1116,\"lastUpdatedAt\":\"2024-04-16T10:25:16+00:00\"},{\"id\":757,\"partnerId\":596,\"sendViaEmail\":true,\"email\":\"mertenskatharina1@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T10:44:37+00:00\",\"acceptedAt\":\"2024-04-16T10:44:37+00:00\",\"userId\":1108,\"lastUpdatedAt\":\"2024-04-16T10:44:37+00:00\"},{\"id\":758,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"lisaswerts@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T12:22:44+00:00\",\"acceptedAt\":\"2024-04-16T12:22:44+00:00\",\"userId\":1117,\"lastUpdatedAt\":\"2024-04-16T12:22:44+00:00\"},{\"id\":759,\"partnerId\":579,\"sendViaEmail\":false,\"email\":\"ann.kemps@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-16T15:41:09+00:00\",\"acceptedAt\":\"2024-04-16T15:41:09+00:00\",\"userId\":1031,\"lastUpdatedAt\":\"2024-04-16T15:41:09+00:00\"},{\"id\":760,\"partnerId\":597,\"sendViaEmail\":true,\"email\":\"svanbrab@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-04-17T12:08:41+00:00\",\"acceptedAt\":\"2024-04-17T12:08:41+00:00\",\"userId\":1104,\"lastUpdatedAt\":\"2024-04-17T12:08:41+00:00\"},{\"id\":761,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"nathalie.haepers@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-17T12:31:38+00:00\",\"acceptedAt\":\"2024-04-17T12:31:38+00:00\",\"userId\":1122,\"lastUpdatedAt\":\"2024-04-17T12:31:38+00:00\"},{\"id\":762,\"partnerId\":598,\"sendViaEmail\":false,\"email\":\"janssensclaudine3@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-17T14:01:50+00:00\",\"acceptedAt\":\"2024-04-17T14:01:50+00:00\",\"userId\":1123,\"lastUpdatedAt\":\"2024-04-17T14:01:50+00:00\"},{\"id\":764,\"partnerId\":600,\"sendViaEmail\":false,\"email\":\"j.dekeukeleire@harmony-cr.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-18T12:04:34+00:00\",\"acceptedAt\":\"2024-04-18T12:04:34+00:00\",\"userId\":1130,\"lastUpdatedAt\":\"2024-04-18T12:04:34+00:00\"},{\"id\":765,\"partnerId\":601,\"sendViaEmail\":false,\"email\":\"xaviervandenbraembussche@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-18T13:21:49+00:00\",\"acceptedAt\":\"2024-04-18T13:21:49+00:00\",\"userId\":1133,\"lastUpdatedAt\":\"2024-04-18T13:21:49+00:00\"},{\"id\":767,\"partnerId\":603,\"sendViaEmail\":false,\"email\":\"distephanolopes@live.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-04-22T11:16:48+00:00\",\"acceptedAt\":\"2024-04-22T11:16:48+00:00\",\"userId\":1069,\"lastUpdatedAt\":\"2024-04-22T11:16:48+00:00\"},{\"id\":769,\"partnerId\":606,\"sendViaEmail\":true,\"email\":\"a.vantilburg@eurogym.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-04-23T14:48:21+00:00\",\"acceptedAt\":\"2024-04-23T14:48:21+00:00\",\"userId\":1161,\"lastUpdatedAt\":\"2024-04-23T14:48:21+00:00\"},{\"id\":776,\"partnerId\":612,\"sendViaEmail\":true,\"email\":\"fleet@ocb.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-02T12:44:22+00:00\",\"acceptedAt\":\"2024-05-02T12:44:22+00:00\",\"userId\":1165,\"lastUpdatedAt\":\"2024-05-02T12:44:22+00:00\"},{\"id\":777,\"partnerId\":614,\"sendViaEmail\":false,\"email\":\"servaesconsult@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-07T08:58:47+00:00\",\"acceptedAt\":\"2024-05-07T08:58:47+00:00\",\"userId\":1202,\"lastUpdatedAt\":\"2024-05-07T08:58:47+00:00\"},{\"id\":780,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"robbe.k@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-13T13:19:59+00:00\",\"acceptedAt\":\"2024-05-13T13:19:59+00:00\",\"userId\":1214,\"lastUpdatedAt\":\"2024-05-13T13:19:59+00:00\"},{\"id\":781,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"lennert@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:49:37+00:00\",\"acceptedAt\":\"2024-05-14T10:49:37+00:00\",\"userId\":1215,\"lastUpdatedAt\":\"2024-05-14T10:49:37+00:00\"},{\"id\":782,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Bram@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:49:58+00:00\",\"acceptedAt\":\"2024-05-14T10:49:58+00:00\",\"userId\":1216,\"lastUpdatedAt\":\"2024-05-14T10:51:47+00:00\"},{\"id\":783,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Steve@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:50:21+00:00\",\"acceptedAt\":\"2024-05-14T10:50:21+00:00\",\"userId\":1217,\"lastUpdatedAt\":\"2024-05-14T10:51:36+00:00\"},{\"id\":784,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Filip@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:50:53+00:00\",\"acceptedAt\":\"2024-05-14T10:50:53+00:00\",\"userId\":1218,\"lastUpdatedAt\":\"2024-05-14T10:52:17+00:00\"},{\"id\":785,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Kim@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:51:23+00:00\",\"acceptedAt\":\"2024-05-14T10:51:23+00:00\",\"userId\":1219,\"lastUpdatedAt\":\"2024-05-14T10:51:23+00:00\"},{\"id\":786,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Sherilyn@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:52:55+00:00\",\"acceptedAt\":\"2024-05-14T10:52:55+00:00\",\"userId\":1220,\"lastUpdatedAt\":\"2024-05-14T10:53:08+00:00\"},{\"id\":787,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Quinten@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:53:44+00:00\",\"acceptedAt\":\"2024-05-14T10:53:44+00:00\",\"userId\":1221,\"lastUpdatedAt\":\"2024-05-14T10:53:54+00:00\"},{\"id\":788,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"Ilse@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T10:54:25+00:00\",\"acceptedAt\":\"2024-05-14T10:54:25+00:00\",\"userId\":1222,\"lastUpdatedAt\":\"2024-05-14T10:54:25+00:00\"},{\"id\":789,\"partnerId\":613,\"sendViaEmail\":true,\"email\":\"niels@adfinas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-14T12:13:31+00:00\",\"acceptedAt\":\"2024-05-14T12:13:31+00:00\",\"userId\":703,\"lastUpdatedAt\":\"2024-05-14T12:13:31+00:00\"},{\"id\":791,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"francis.peeters@aviniti.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-05-21T15:13:36+00:00\",\"acceptedAt\":\"2024-05-21T15:13:36+00:00\",\"userId\":1231,\"lastUpdatedAt\":\"2024-05-21T15:13:36+00:00\"},{\"id\":792,\"partnerId\":623,\"sendViaEmail\":false,\"email\":\"ybe.vancalster@naessensp.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T10:38:41+00:00\",\"acceptedAt\":\"2024-05-22T10:38:42+00:00\",\"userId\":1233,\"lastUpdatedAt\":\"2024-05-22T10:38:41+00:00\"},{\"id\":793,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"herve.debraekeleer@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:23:03+00:00\",\"acceptedAt\":\"2024-05-22T13:23:03+00:00\",\"userId\":1211,\"lastUpdatedAt\":\"2024-05-22T13:23:03+00:00\"},{\"id\":794,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"bjorn.vanvelthoven@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:25:27+00:00\",\"acceptedAt\":\"2024-05-22T13:25:27+00:00\",\"userId\":1060,\"lastUpdatedAt\":\"2024-05-22T13:25:27+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\"},\"meta\":{\"current_page\":6,\"from\":501,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":600,\"total\":1122}}"} 
[2025-07-17 19:27:42] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":795,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"stephan.vanhoecke@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:29:22+00:00\",\"acceptedAt\":\"2024-05-22T13:29:22+00:00\",\"userId\":1037,\"lastUpdatedAt\":\"2024-05-22T13:29:22+00:00\"},{\"id\":796,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"dirk.huyck@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:31:23+00:00\",\"acceptedAt\":\"2024-05-22T13:31:23+00:00\",\"userId\":1036,\"lastUpdatedAt\":\"2024-05-22T13:31:23+00:00\"},{\"id\":797,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"michael.hermans@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:33:44+00:00\",\"acceptedAt\":\"2024-05-22T13:33:44+00:00\",\"userId\":1035,\"lastUpdatedAt\":\"2024-05-22T13:33:44+00:00\"},{\"id\":798,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"bart.blommaert@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-22T13:35:41+00:00\",\"acceptedAt\":\"2024-05-22T13:35:41+00:00\",\"userId\":1034,\"lastUpdatedAt\":\"2024-05-22T13:35:41+00:00\"},{\"id\":807,\"partnerId\":623,\"sendViaEmail\":true,\"email\":\"Wendy.Vanhille@naessensp.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-05-23T09:58:30+00:00\",\"acceptedAt\":\"2024-05-23T09:58:30+00:00\",\"userId\":1187,\"lastUpdatedAt\":\"2024-05-23T09:58:30+00:00\"},{\"id\":808,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"madelaine.buytaert@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T10:04:44+00:00\",\"acceptedAt\":\"2024-05-24T10:04:44+00:00\",\"userId\":1244,\"lastUpdatedAt\":\"2024-05-24T10:04:44+00:00\"},{\"id\":809,\"partnerId\":627,\"sendViaEmail\":true,\"email\":\"kurt.vermeire1@Telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T12:16:57+00:00\",\"acceptedAt\":\"2024-05-24T12:16:57+00:00\",\"userId\":940,\"lastUpdatedAt\":\"2024-05-24T12:16:57+00:00\"},{\"id\":810,\"partnerId\":599,\"sendViaEmail\":false,\"email\":\"mebatuzele@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T13:02:48+00:00\",\"acceptedAt\":\"2024-05-24T13:02:48+00:00\",\"userId\":1124,\"lastUpdatedAt\":\"2024-05-24T13:02:48+00:00\"},{\"id\":811,\"partnerId\":599,\"sendViaEmail\":false,\"email\":\"yusuffire.00@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T13:03:48+00:00\",\"acceptedAt\":\"2024-05-24T13:03:48+00:00\",\"userId\":1180,\"lastUpdatedAt\":\"2024-05-24T13:03:48+00:00\"},{\"id\":812,\"partnerId\":599,\"sendViaEmail\":false,\"email\":\"seldakirazbarut@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-24T13:04:06+00:00\",\"acceptedAt\":\"2024-05-24T13:04:06+00:00\",\"userId\":1181,\"lastUpdatedAt\":\"2024-05-24T13:04:06+00:00\"},{\"id\":814,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"liesbethverhoeven3@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-27T10:24:00+00:00\",\"acceptedAt\":\"2024-05-27T10:24:00+00:00\",\"userId\":1246,\"lastUpdatedAt\":\"2024-05-27T10:24:00+00:00\"},{\"id\":815,\"partnerId\":630,\"sendViaEmail\":true,\"email\":\"mathias@crutaste.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-30T18:54:04+00:00\",\"acceptedAt\":\"2024-05-30T18:54:04+00:00\",\"userId\":1168,\"lastUpdatedAt\":\"2024-05-30T18:54:04+00:00\"},{\"id\":817,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"cihan.kranda@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-05-31T11:05:27+00:00\",\"acceptedAt\":\"2024-05-31T11:05:27+00:00\",\"userId\":21,\"lastUpdatedAt\":\"2024-05-31T11:05:27+00:00\"},{\"id\":818,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"valensolutionsbe@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-05-31T11:11:35+00:00\",\"acceptedAt\":\"2024-05-31T11:11:35+00:00\",\"userId\":1245,\"lastUpdatedAt\":\"2024-07-30T08:41:05+00:00\"},{\"id\":821,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"dennis@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-05-31T11:14:57+00:00\",\"acceptedAt\":\"2024-05-31T11:14:57+00:00\",\"userId\":313,\"lastUpdatedAt\":\"2024-05-31T11:14:57+00:00\"},{\"id\":823,\"partnerId\":633,\"sendViaEmail\":false,\"email\":\"bayramparlak@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-06T13:29:47+00:00\",\"acceptedAt\":\"2024-06-06T13:29:47+00:00\",\"userId\":1259,\"lastUpdatedAt\":\"2024-06-06T13:29:47+00:00\"},{\"id\":824,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"jeroen.brijs@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-07T09:30:28+00:00\",\"acceptedAt\":\"2024-06-07T09:30:28+00:00\",\"userId\":1262,\"lastUpdatedAt\":\"2024-06-07T09:30:28+00:00\"},{\"id\":825,\"partnerId\":634,\"sendViaEmail\":true,\"email\":\"roger.martens@proximus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-07T14:09:12+00:00\",\"acceptedAt\":\"2024-06-07T14:09:12+00:00\",\"userId\":1213,\"lastUpdatedAt\":\"2024-06-07T14:09:12+00:00\"},{\"id\":826,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"laurens.siemons@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-10T09:22:04+00:00\",\"acceptedAt\":\"2024-06-10T09:22:04+00:00\",\"userId\":1265,\"lastUpdatedAt\":\"2024-06-10T09:22:04+00:00\"},{\"id\":827,\"partnerId\":639,\"sendViaEmail\":true,\"email\":\"simon_joye@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-14T13:44:51+00:00\",\"acceptedAt\":\"2024-06-14T13:44:51+00:00\",\"userId\":1062,\"lastUpdatedAt\":\"2024-06-14T13:44:51+00:00\"},{\"id\":829,\"partnerId\":640,\"sendViaEmail\":true,\"email\":\"gerritdevos@skynet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-06-17T07:51:39+00:00\",\"acceptedAt\":\"2024-06-17T07:51:39+00:00\",\"userId\":1272,\"lastUpdatedAt\":\"2024-06-17T07:51:39+00:00\"},{\"id\":831,\"partnerId\":643,\"sendViaEmail\":true,\"email\":\"lesley.beernaert@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-17T13:30:29+00:00\",\"acceptedAt\":\"2024-06-17T13:30:29+00:00\",\"userId\":1185,\"lastUpdatedAt\":\"2024-06-17T13:30:29+00:00\"},{\"id\":833,\"partnerId\":585,\"sendViaEmail\":false,\"email\":\"info@dekeyzer-drinks.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T11:59:59+00:00\",\"acceptedAt\":\"2024-06-18T11:59:59+00:00\",\"userId\":1052,\"lastUpdatedAt\":\"2024-06-18T11:59:59+00:00\"},{\"id\":834,\"partnerId\":585,\"sendViaEmail\":false,\"email\":\"marc@dekeyzer-drinks.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T12:00:29+00:00\",\"acceptedAt\":\"2024-06-18T12:00:29+00:00\",\"userId\":1286,\"lastUpdatedAt\":\"2024-06-18T12:00:29+00:00\"},{\"id\":835,\"partnerId\":585,\"sendViaEmail\":false,\"email\":\"marnix.feys@dekeyzer-drinks.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T12:00:47+00:00\",\"acceptedAt\":\"2024-06-18T12:00:47+00:00\",\"userId\":1285,\"lastUpdatedAt\":\"2024-06-18T12:00:47+00:00\"},{\"id\":836,\"partnerId\":585,\"sendViaEmail\":false,\"email\":\"marc.chantraine@dekeyzer-drinks.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T12:02:56+00:00\",\"acceptedAt\":\"2024-06-18T12:02:56+00:00\",\"userId\":1287,\"lastUpdatedAt\":\"2024-06-18T12:02:56+00:00\"},{\"id\":837,\"partnerId\":644,\"sendViaEmail\":true,\"email\":\"vicky.scheire@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-18T12:09:01+00:00\",\"acceptedAt\":\"2024-06-18T12:09:01+00:00\",\"userId\":1249,\"lastUpdatedAt\":\"2024-06-18T12:09:01+00:00\"},{\"id\":839,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"eric.backx@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-19T09:29:12+00:00\",\"acceptedAt\":\"2024-06-19T09:29:12+00:00\",\"userId\":1289,\"lastUpdatedAt\":\"2024-06-19T09:29:12+00:00\"},{\"id\":840,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"david@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T11:51:19+00:00\",\"acceptedAt\":\"2024-06-20T11:51:19+00:00\",\"userId\":373,\"lastUpdatedAt\":\"2024-06-20T11:51:19+00:00\"},{\"id\":841,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"john@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T11:52:35+00:00\",\"acceptedAt\":\"2024-06-20T11:52:35+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2024-06-20T11:52:35+00:00\"},{\"id\":842,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"nuyenssteven@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T11:52:47+00:00\",\"acceptedAt\":\"2024-06-20T11:52:47+00:00\",\"userId\":23,\"lastUpdatedAt\":\"2024-06-20T11:52:47+00:00\"},{\"id\":843,\"partnerId\":631,\"sendViaEmail\":false,\"email\":\"mathieu@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T11:52:58+00:00\",\"acceptedAt\":\"2024-06-20T11:52:58+00:00\",\"userId\":117,\"lastUpdatedAt\":\"2024-06-20T11:52:58+00:00\"},{\"id\":845,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"yves.kengen@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-06-20T14:26:37+00:00\",\"acceptedAt\":\"2024-06-20T14:26:37+00:00\",\"userId\":1188,\"lastUpdatedAt\":\"2024-11-12T09:35:55+00:00\"},{\"id\":846,\"partnerId\":559,\"sendViaEmail\":false,\"email\":\"luc.van.lommel@centomedia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-21T09:44:53+00:00\",\"acceptedAt\":\"2024-06-21T09:44:53+00:00\",\"userId\":1291,\"lastUpdatedAt\":\"2024-06-21T09:44:53+00:00\"},{\"id\":847,\"partnerId\":559,\"sendViaEmail\":false,\"email\":\"accounting@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-21T10:01:13+00:00\",\"acceptedAt\":\"2024-06-21T10:01:13+00:00\",\"userId\":1292,\"lastUpdatedAt\":\"2024-06-21T10:01:13+00:00\"},{\"id\":848,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ada.guan@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-24T12:01:28+00:00\",\"acceptedAt\":\"2024-06-24T12:01:28+00:00\",\"userId\":1293,\"lastUpdatedAt\":\"2024-06-24T12:01:28+00:00\"},{\"id\":849,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"c.vandeneede@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:07:17+00:00\",\"acceptedAt\":\"2024-06-25T12:07:17+00:00\",\"userId\":1238,\"lastUpdatedAt\":\"2024-06-25T12:07:17+00:00\"},{\"id\":850,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"l.demiddelaer@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:07:40+00:00\",\"acceptedAt\":\"2024-06-25T12:07:40+00:00\",\"userId\":1237,\"lastUpdatedAt\":\"2024-06-25T12:07:40+00:00\"},{\"id\":851,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"p.vanhalst@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:08:00+00:00\",\"acceptedAt\":\"2024-06-25T12:08:00+00:00\",\"userId\":1189,\"lastUpdatedAt\":\"2024-06-25T12:08:00+00:00\"},{\"id\":852,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"c.olevier@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:08:26+00:00\",\"acceptedAt\":\"2024-06-25T12:08:26+00:00\",\"userId\":1024,\"lastUpdatedAt\":\"2024-06-25T12:08:26+00:00\"},{\"id\":853,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"j.hendrikx@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:08:43+00:00\",\"acceptedAt\":\"2024-06-25T12:08:43+00:00\",\"userId\":1018,\"lastUpdatedAt\":\"2024-06-25T12:08:43+00:00\"},{\"id\":854,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"v.declercq@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:09:07+00:00\",\"acceptedAt\":\"2024-06-25T12:09:07+00:00\",\"userId\":1017,\"lastUpdatedAt\":\"2024-06-25T12:09:07+00:00\"},{\"id\":855,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"l.maes@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:09:24+00:00\",\"acceptedAt\":\"2024-06-25T12:09:24+00:00\",\"userId\":1016,\"lastUpdatedAt\":\"2024-06-25T12:09:24+00:00\"},{\"id\":856,\"partnerId\":625,\"sendViaEmail\":true,\"email\":\"d.vanijk@bcparts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T12:09:46+00:00\",\"acceptedAt\":\"2024-06-25T12:09:46+00:00\",\"userId\":1239,\"lastUpdatedAt\":\"2024-06-25T12:09:46+00:00\"},{\"id\":857,\"partnerId\":332,\"sendViaEmail\":false,\"email\":\"nick.deboosere@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-25T14:56:25+00:00\",\"acceptedAt\":\"2024-06-25T14:56:25+00:00\",\"userId\":1295,\"lastUpdatedAt\":\"2024-06-25T14:56:25+00:00\"},{\"id\":858,\"partnerId\":660,\"sendViaEmail\":false,\"email\":\"sys.marin@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-27T09:14:00+00:00\",\"acceptedAt\":\"2024-06-27T09:14:00+00:00\",\"userId\":1251,\"lastUpdatedAt\":\"2024-06-27T09:14:00+00:00\"},{\"id\":859,\"partnerId\":660,\"sendViaEmail\":false,\"email\":\"stevepoelman@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-27T09:14:16+00:00\",\"acceptedAt\":\"2024-06-27T09:14:16+00:00\",\"userId\":1294,\"lastUpdatedAt\":\"2024-06-27T09:14:16+00:00\"},{\"id\":860,\"partnerId\":660,\"sendViaEmail\":false,\"email\":\"jickydevos@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-06-27T09:14:33+00:00\",\"acceptedAt\":\"2024-06-27T09:14:33+00:00\",\"userId\":1296,\"lastUpdatedAt\":\"2024-06-27T09:14:33+00:00\"},{\"id\":864,\"partnerId\":664,\"sendViaEmail\":false,\"email\":\"sarah_debussche@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-05T12:51:56+00:00\",\"acceptedAt\":\"2024-07-05T12:51:56+00:00\",\"userId\":1310,\"lastUpdatedAt\":\"2024-07-05T12:51:56+00:00\"},{\"id\":866,\"partnerId\":667,\"sendViaEmail\":true,\"email\":\"jurgen@servicemasters.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-10T10:05:36+00:00\",\"acceptedAt\":\"2024-07-10T10:05:36+00:00\",\"userId\":1316,\"lastUpdatedAt\":\"2024-07-10T10:05:36+00:00\"},{\"id\":870,\"partnerId\":668,\"sendViaEmail\":false,\"email\":\"katty.vos@icloud.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-07-11T12:11:29+00:00\",\"acceptedAt\":\"2024-07-11T12:11:29+00:00\",\"userId\":1317,\"lastUpdatedAt\":\"2024-07-11T12:11:29+00:00\"},{\"id\":871,\"partnerId\":669,\"sendViaEmail\":false,\"email\":\"arne.torfs1@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-11T18:14:16+00:00\",\"acceptedAt\":\"2024-07-11T18:14:16+00:00\",\"userId\":643,\"lastUpdatedAt\":\"2024-07-11T18:14:16+00:00\"},{\"id\":874,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"ger.de-prez@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-15T08:45:16+00:00\",\"acceptedAt\":\"2024-07-15T08:45:16+00:00\",\"userId\":1323,\"lastUpdatedAt\":\"2024-08-29T08:57:12+00:00\"},{\"id\":875,\"partnerId\":671,\"sendViaEmail\":true,\"email\":\"divast.consult@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-15T09:47:31+00:00\",\"acceptedAt\":\"2024-07-15T09:47:31+00:00\",\"userId\":1324,\"lastUpdatedAt\":\"2024-07-15T09:47:31+00:00\"},{\"id\":876,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"femke.bogaert@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-15T12:00:21+00:00\",\"acceptedAt\":\"2024-07-15T12:00:21+00:00\",\"userId\":1325,\"lastUpdatedAt\":\"2024-07-15T12:00:21+00:00\"},{\"id\":877,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"Jens.Vanesbroeck@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-15T12:18:12+00:00\",\"acceptedAt\":\"2024-07-15T12:18:12+00:00\",\"userId\":1326,\"lastUpdatedAt\":\"2024-07-15T12:18:12+00:00\"},{\"id\":878,\"partnerId\":672,\"sendViaEmail\":true,\"email\":\"meersman.llj@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-16T12:14:38+00:00\",\"acceptedAt\":\"2024-07-16T12:14:38+00:00\",\"userId\":1327,\"lastUpdatedAt\":\"2024-07-16T12:14:38+00:00\"},{\"id\":879,\"partnerId\":673,\"sendViaEmail\":true,\"email\":\"reneryckaert@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-16T13:27:59+00:00\",\"acceptedAt\":\"2024-07-16T13:27:59+00:00\",\"userId\":1328,\"lastUpdatedAt\":\"2024-07-16T13:27:59+00:00\"},{\"id\":881,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"lieven.simoens@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-17T12:24:30+00:00\",\"acceptedAt\":\"2024-07-17T12:24:30+00:00\",\"userId\":1331,\"lastUpdatedAt\":\"2024-07-17T12:24:30+00:00\"},{\"id\":883,\"partnerId\":675,\"sendViaEmail\":true,\"email\":\"Fernand.nedee@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-22T12:30:48+00:00\",\"acceptedAt\":\"2024-07-22T12:30:48+00:00\",\"userId\":1313,\"lastUpdatedAt\":\"2024-07-22T12:30:48+00:00\"},{\"id\":884,\"partnerId\":681,\"sendViaEmail\":true,\"email\":\"info@ppvastgoed.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-22T13:16:07+00:00\",\"acceptedAt\":\"2024-07-22T13:16:07+00:00\",\"userId\":1332,\"lastUpdatedAt\":\"2024-07-22T13:16:07+00:00\"},{\"id\":885,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"geert.devleeschauwer@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-23T09:57:10+00:00\",\"acceptedAt\":\"2024-07-23T09:57:10+00:00\",\"userId\":1349,\"lastUpdatedAt\":\"2024-07-23T09:57:10+00:00\"},{\"id\":886,\"partnerId\":683,\"sendViaEmail\":true,\"email\":\"sofietwins@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-07-26T08:40:06+00:00\",\"acceptedAt\":\"2024-07-26T08:40:06+00:00\",\"userId\":1354,\"lastUpdatedAt\":\"2024-07-26T08:40:06+00:00\"},{\"id\":887,\"partnerId\":468,\"sendViaEmail\":true,\"email\":\"niels@bme.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-27T08:05:59+00:00\",\"acceptedAt\":\"2024-07-27T08:05:59+00:00\",\"userId\":1357,\"lastUpdatedAt\":\"2024-07-27T08:05:59+00:00\"},{\"id\":888,\"partnerId\":685,\"sendViaEmail\":true,\"email\":\"chr1278@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-29T13:35:49+00:00\",\"acceptedAt\":\"2024-07-29T13:35:49+00:00\",\"userId\":1362,\"lastUpdatedAt\":\"2024-12-09T10:10:50+00:00\"},{\"id\":889,\"partnerId\":687,\"sendViaEmail\":true,\"email\":\"consult.prichez@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-30T09:35:16+00:00\",\"acceptedAt\":\"2024-07-30T09:35:16+00:00\",\"userId\":1363,\"lastUpdatedAt\":\"2024-07-30T09:35:16+00:00\"},{\"id\":890,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"arno.wouters@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-07-31T13:37:16+00:00\",\"acceptedAt\":\"2024-07-31T13:37:16+00:00\",\"userId\":1368,\"lastUpdatedAt\":\"2024-07-31T13:37:16+00:00\"},{\"id\":891,\"partnerId\":689,\"sendViaEmail\":true,\"email\":\"klusentuinbrugge@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-08-01T14:43:01+00:00\",\"acceptedAt\":\"2024-08-01T14:43:02+00:00\",\"userId\":1370,\"lastUpdatedAt\":\"2024-08-01T14:43:01+00:00\"},{\"id\":892,\"partnerId\":690,\"sendViaEmail\":true,\"email\":\"dwmeconsulting@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-08-02T08:07:54+00:00\",\"acceptedAt\":\"2024-08-02T08:07:55+00:00\",\"userId\":1344,\"lastUpdatedAt\":\"2024-08-02T08:07:54+00:00\"},{\"id\":893,\"partnerId\":686,\"sendViaEmail\":true,\"email\":\"tim@sanseninternational.tax\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-02T12:41:03+00:00\",\"acceptedAt\":\"2024-08-02T12:41:03+00:00\",\"userId\":1373,\"lastUpdatedAt\":\"2024-08-02T12:41:03+00:00\"},{\"id\":895,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"christian.ceulemans@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-06T12:49:31+00:00\",\"acceptedAt\":\"2024-08-06T12:49:31+00:00\",\"userId\":1377,\"lastUpdatedAt\":\"2024-09-03T12:52:43+00:00\"},{\"id\":896,\"partnerId\":693,\"sendViaEmail\":true,\"email\":\"dekozakken@icloud.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-06T12:56:02+00:00\",\"acceptedAt\":\"2024-08-06T12:56:02+00:00\",\"userId\":1376,\"lastUpdatedAt\":\"2024-08-06T12:56:02+00:00\"},{\"id\":898,\"partnerId\":695,\"sendViaEmail\":true,\"email\":\"facturatie@tavernedenhertog.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-08T12:17:13+00:00\",\"acceptedAt\":\"2024-08-08T12:17:13+00:00\",\"userId\":1379,\"lastUpdatedAt\":\"2024-08-08T12:17:13+00:00\"},{\"id\":899,\"partnerId\":697,\"sendViaEmail\":true,\"email\":\"dirk@dtinvest.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-20T07:23:38+00:00\",\"acceptedAt\":\"2024-08-20T07:23:38+00:00\",\"userId\":1384,\"lastUpdatedAt\":\"2024-11-18T10:49:37+00:00\"},{\"id\":900,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"guy.tack@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-20T10:40:32+00:00\",\"acceptedAt\":\"2024-08-20T10:40:32+00:00\",\"userId\":1386,\"lastUpdatedAt\":\"2024-08-20T10:40:32+00:00\"},{\"id\":901,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"inge.tobback@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-21T08:38:17+00:00\",\"acceptedAt\":\"2024-08-21T08:38:17+00:00\",\"userId\":1390,\"lastUpdatedAt\":\"2024-08-21T08:38:17+00:00\"},{\"id\":902,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"t.senster@hesse-lignal.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-21T14:00:52+00:00\",\"acceptedAt\":\"2024-08-21T14:00:52+00:00\",\"userId\":1391,\"lastUpdatedAt\":\"2024-09-03T12:52:35+00:00\"},{\"id\":904,\"partnerId\":700,\"sendViaEmail\":true,\"email\":\"info@grofrubel.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-21T15:31:50+00:00\",\"acceptedAt\":\"2024-08-21T15:31:50+00:00\",\"userId\":1392,\"lastUpdatedAt\":\"2024-08-21T15:31:50+00:00\"},{\"id\":908,\"partnerId\":703,\"sendViaEmail\":true,\"email\":\"verso.drivers@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-26T14:14:41+00:00\",\"acceptedAt\":\"2024-08-26T14:14:41+00:00\",\"userId\":1404,\"lastUpdatedAt\":\"2024-08-26T14:14:41+00:00\"},{\"id\":910,\"partnerId\":704,\"sendViaEmail\":true,\"email\":\"Christina.henderickx@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-27T12:22:17+00:00\",\"acceptedAt\":\"2024-08-27T12:22:17+00:00\",\"userId\":1408,\"lastUpdatedAt\":\"2024-12-26T07:40:03+00:00\"},{\"id\":911,\"partnerId\":704,\"sendViaEmail\":true,\"email\":\"Nikki@accofiska.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-27T12:41:57+00:00\",\"acceptedAt\":\"2024-08-27T12:41:57+00:00\",\"userId\":1409,\"lastUpdatedAt\":\"2024-12-26T07:40:13+00:00\"},{\"id\":912,\"partnerId\":704,\"sendViaEmail\":true,\"email\":\"Olga@accofiska.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-27T12:53:44+00:00\",\"acceptedAt\":\"2024-08-27T12:53:44+00:00\",\"userId\":1410,\"lastUpdatedAt\":\"2024-12-26T07:40:22+00:00\"},{\"id\":917,\"partnerId\":705,\"sendViaEmail\":true,\"email\":\"kurt.parmentier@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-29T13:09:05+00:00\",\"acceptedAt\":\"2024-08-29T13:09:05+00:00\",\"userId\":1412,\"lastUpdatedAt\":\"2024-08-29T13:09:05+00:00\"},{\"id\":918,\"partnerId\":707,\"sendViaEmail\":true,\"email\":\"bert_janssen@jabil.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-30T10:43:11+00:00\",\"acceptedAt\":\"2024-08-30T10:43:11+00:00\",\"userId\":1414,\"lastUpdatedAt\":\"2024-10-24T07:43:30+00:00\"},{\"id\":919,\"partnerId\":559,\"sendViaEmail\":true,\"email\":\"luc@digitopia.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-08-30T14:35:01+00:00\",\"acceptedAt\":\"2024-08-30T14:35:01+00:00\",\"userId\":1381,\"lastUpdatedAt\":\"2024-08-30T14:35:01+00:00\"},{\"id\":920,\"partnerId\":709,\"sendViaEmail\":true,\"email\":\"koen.mettepenningen@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-02T13:19:21+00:00\",\"acceptedAt\":\"2024-09-02T13:19:21+00:00\",\"userId\":1416,\"lastUpdatedAt\":\"2024-09-02T13:19:21+00:00\"},{\"id\":921,\"partnerId\":701,\"sendViaEmail\":false,\"email\":\"d.karaconsulting@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-02T15:17:46+00:00\",\"acceptedAt\":\"2024-09-02T15:17:46+00:00\",\"userId\":1397,\"lastUpdatedAt\":\"2024-09-02T15:17:46+00:00\"},{\"id\":922,\"partnerId\":692,\"sendViaEmail\":false,\"email\":\"laura.pierard98@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T12:38:32+00:00\",\"acceptedAt\":\"2024-09-03T12:38:32+00:00\",\"userId\":1375,\"lastUpdatedAt\":\"2024-09-03T12:38:32+00:00\"},{\"id\":923,\"partnerId\":706,\"sendViaEmail\":false,\"email\":\"info@caprexrecruitment.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:00:58+00:00\",\"acceptedAt\":\"2024-09-03T13:00:58+00:00\",\"userId\":1413,\"lastUpdatedAt\":\"2024-09-03T13:00:58+00:00\"},{\"id\":924,\"partnerId\":699,\"sendViaEmail\":false,\"email\":\"vbfconsulting@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:01:27+00:00\",\"acceptedAt\":\"2024-09-03T13:01:27+00:00\",\"userId\":1389,\"lastUpdatedAt\":\"2024-09-03T13:01:27+00:00\"},{\"id\":925,\"partnerId\":694,\"sendViaEmail\":false,\"email\":\"adfrajan@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:01:52+00:00\",\"acceptedAt\":\"2024-09-03T13:01:52+00:00\",\"userId\":1378,\"lastUpdatedAt\":\"2024-09-03T13:01:52+00:00\"},{\"id\":926,\"partnerId\":662,\"sendViaEmail\":false,\"email\":\"eric@kreatos.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:11:57+00:00\",\"acceptedAt\":\"2024-09-03T13:11:57+00:00\",\"userId\":1300,\"lastUpdatedAt\":\"2024-09-03T13:11:57+00:00\"},{\"id\":927,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"Lotte@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:15:39+00:00\",\"acceptedAt\":\"2024-09-03T13:15:39+00:00\",\"userId\":1417,\"lastUpdatedAt\":\"2024-09-03T13:15:39+00:00\"},{\"id\":928,\"partnerId\":632,\"sendViaEmail\":false,\"email\":\"sarapillen@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:16:11+00:00\",\"acceptedAt\":\"2024-09-03T13:16:11+00:00\",\"userId\":1254,\"lastUpdatedAt\":\"2024-09-03T13:16:11+00:00\"},{\"id\":929,\"partnerId\":600,\"sendViaEmail\":false,\"email\":\"i.meirlaen@harmony-cr.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:17:51+00:00\",\"acceptedAt\":\"2024-09-03T13:17:51+00:00\",\"userId\":1206,\"lastUpdatedAt\":\"2024-09-03T13:17:51+00:00\"},{\"id\":930,\"partnerId\":615,\"sendViaEmail\":false,\"email\":\"kennethdemeester@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:18:35+00:00\",\"acceptedAt\":\"2024-09-03T13:18:35+00:00\",\"userId\":1203,\"lastUpdatedAt\":\"2024-09-03T13:18:35+00:00\"},{\"id\":931,\"partnerId\":576,\"sendViaEmail\":false,\"email\":\"henk.bracke@polygongroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T13:25:09+00:00\",\"acceptedAt\":\"2024-09-03T13:25:09+00:00\",\"userId\":1175,\"lastUpdatedAt\":\"2024-09-03T13:25:09+00:00\"},{\"id\":932,\"partnerId\":708,\"sendViaEmail\":false,\"email\":\"info@2eco.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T14:05:41+00:00\",\"acceptedAt\":\"2024-09-03T14:05:41+00:00\",\"userId\":1258,\"lastUpdatedAt\":\"2024-09-03T14:05:41+00:00\"},{\"id\":933,\"partnerId\":666,\"sendViaEmail\":false,\"email\":\"koen.geuens@alimakgroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T14:17:12+00:00\",\"acceptedAt\":\"2024-09-03T14:17:12+00:00\",\"userId\":1315,\"lastUpdatedAt\":\"2024-09-03T14:17:12+00:00\"},{\"id\":935,\"partnerId\":711,\"sendViaEmail\":true,\"email\":\"bvbapeterhuylebroeck@proximus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-03T17:32:39+00:00\",\"acceptedAt\":\"2024-09-03T17:32:39+00:00\",\"userId\":1419,\"lastUpdatedAt\":\"2024-09-03T17:32:39+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\"},\"meta\":{\"current_page\":7,\"from\":601,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":700,\"total\":1122}}"} 
[2025-07-17 19:27:43] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":936,\"partnerId\":688,\"sendViaEmail\":true,\"email\":\"compta@meubelco.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-04T12:29:44+00:00\",\"acceptedAt\":\"2024-09-04T12:29:44+00:00\",\"userId\":836,\"lastUpdatedAt\":\"2024-09-04T12:29:44+00:00\"},{\"id\":937,\"partnerId\":530,\"sendViaEmail\":true,\"email\":\"compta@meubelco.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-04T12:30:16+00:00\",\"acceptedAt\":\"2024-09-04T12:30:16+00:00\",\"userId\":836,\"lastUpdatedAt\":\"2024-09-04T12:30:16+00:00\"},{\"id\":938,\"partnerId\":712,\"sendViaEmail\":true,\"email\":\"xachik.h@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-04T17:54:48+00:00\",\"acceptedAt\":\"2024-09-04T17:54:48+00:00\",\"userId\":1422,\"lastUpdatedAt\":\"2024-10-10T14:30:30+00:00\"},{\"id\":940,\"partnerId\":703,\"sendViaEmail\":false,\"email\":\"grigoryanamalya@mail.ru\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-10T10:07:08+00:00\",\"acceptedAt\":\"2024-09-10T10:07:08+00:00\",\"userId\":1432,\"lastUpdatedAt\":\"2024-09-10T10:07:08+00:00\"},{\"id\":941,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"georgios.bomboridis@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T12:10:29+00:00\",\"acceptedAt\":\"2024-09-11T12:10:29+00:00\",\"userId\":1435,\"lastUpdatedAt\":\"2024-09-11T13:52:28+00:00\"},{\"id\":949,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"beniot.yernaux@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:56:23+00:00\",\"acceptedAt\":\"2024-09-11T13:56:23+00:00\",\"userId\":1436,\"lastUpdatedAt\":\"2024-09-11T13:56:23+00:00\"},{\"id\":950,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"semir.goethals@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:57:50+00:00\",\"acceptedAt\":\"2024-09-11T13:57:50+00:00\",\"userId\":1437,\"lastUpdatedAt\":\"2024-09-11T13:57:50+00:00\"},{\"id\":951,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"phong.nguyen@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:58:13+00:00\",\"acceptedAt\":\"2024-09-11T13:58:13+00:00\",\"userId\":1438,\"lastUpdatedAt\":\"2024-09-11T13:58:13+00:00\"},{\"id\":952,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"herman.vanmunster@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:58:50+00:00\",\"acceptedAt\":\"2024-09-11T13:58:51+00:00\",\"userId\":1439,\"lastUpdatedAt\":\"2024-09-11T13:58:50+00:00\"},{\"id\":953,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"tom.de-wachter@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:59:14+00:00\",\"acceptedAt\":\"2024-09-11T13:59:14+00:00\",\"userId\":1440,\"lastUpdatedAt\":\"2024-09-11T13:59:14+00:00\"},{\"id\":954,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"gert.haesaerts@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T13:59:35+00:00\",\"acceptedAt\":\"2024-09-11T13:59:35+00:00\",\"userId\":1441,\"lastUpdatedAt\":\"2024-09-11T13:59:35+00:00\"},{\"id\":957,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"raymond.daems@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:10:54+00:00\",\"acceptedAt\":\"2024-09-11T14:10:54+00:00\",\"userId\":1442,\"lastUpdatedAt\":\"2024-09-11T14:10:54+00:00\"},{\"id\":958,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"hans.de-schinckel@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:12:33+00:00\",\"acceptedAt\":\"2024-09-11T14:12:33+00:00\",\"userId\":1443,\"lastUpdatedAt\":\"2024-09-11T14:12:33+00:00\"},{\"id\":960,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"kristel.goijens@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:14:21+00:00\",\"acceptedAt\":\"2024-09-11T14:14:22+00:00\",\"userId\":1445,\"lastUpdatedAt\":\"2024-09-11T14:14:21+00:00\"},{\"id\":961,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"johan.kanters@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:15:17+00:00\",\"acceptedAt\":\"2024-09-11T14:15:17+00:00\",\"userId\":1446,\"lastUpdatedAt\":\"2024-09-11T14:15:17+00:00\"},{\"id\":962,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"anne-marie.beemsterboer@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-11T14:15:39+00:00\",\"acceptedAt\":\"2024-09-11T14:15:39+00:00\",\"userId\":1447,\"lastUpdatedAt\":\"2024-09-11T14:15:39+00:00\"},{\"id\":964,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"tommytimmermans@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-12T10:21:15+00:00\",\"acceptedAt\":\"2024-09-12T10:21:15+00:00\",\"userId\":1450,\"lastUpdatedAt\":\"2024-09-12T10:21:15+00:00\"},{\"id\":965,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"Mehtap.mitil@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-12T10:55:28+00:00\",\"acceptedAt\":\"2024-09-12T10:55:28+00:00\",\"userId\":1451,\"lastUpdatedAt\":\"2024-09-12T10:55:28+00:00\"},{\"id\":968,\"partnerId\":720,\"sendViaEmail\":true,\"email\":\"esengulb81@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-12T14:30:31+00:00\",\"acceptedAt\":\"2024-09-12T14:30:31+00:00\",\"userId\":1452,\"lastUpdatedAt\":\"2024-09-12T14:30:31+00:00\"},{\"id\":969,\"partnerId\":721,\"sendViaEmail\":true,\"email\":\"dennis.delsael@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-13T07:51:22+00:00\",\"acceptedAt\":\"2024-09-13T07:51:22+00:00\",\"userId\":1433,\"lastUpdatedAt\":\"2024-09-13T07:51:22+00:00\"},{\"id\":970,\"partnerId\":722,\"sendViaEmail\":true,\"email\":\"werner@vadigran.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-09-13T08:10:05+00:00\",\"acceptedAt\":\"2024-09-13T08:10:05+00:00\",\"userId\":1449,\"lastUpdatedAt\":\"2024-09-23T07:46:04+00:00\"},{\"id\":971,\"partnerId\":514,\"sendViaEmail\":true,\"email\":\"hr@konradinvest.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-17T08:54:04+00:00\",\"acceptedAt\":\"2024-09-17T08:54:04+00:00\",\"userId\":1454,\"lastUpdatedAt\":\"2024-09-17T08:54:04+00:00\"},{\"id\":974,\"partnerId\":731,\"sendViaEmail\":true,\"email\":\"Baktiar.hasan@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-18T08:19:59+00:00\",\"acceptedAt\":\"2024-09-18T08:19:59+00:00\",\"userId\":1457,\"lastUpdatedAt\":\"2024-09-18T08:19:59+00:00\"},{\"id\":975,\"partnerId\":732,\"sendViaEmail\":true,\"email\":\"sander@svcreatio.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-19T11:55:25+00:00\",\"acceptedAt\":\"2024-09-19T11:55:25+00:00\",\"userId\":1458,\"lastUpdatedAt\":\"2024-09-19T11:55:25+00:00\"},{\"id\":976,\"partnerId\":733,\"sendViaEmail\":true,\"email\":\"Jo@duvall.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-24T09:34:23+00:00\",\"acceptedAt\":\"2024-09-24T09:34:23+00:00\",\"userId\":1460,\"lastUpdatedAt\":\"2024-09-24T09:34:23+00:00\"},{\"id\":977,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"pieter.vanmechelen@imacar.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-09-27T10:55:25+00:00\",\"acceptedAt\":\"2024-09-27T10:55:25+00:00\",\"userId\":1093,\"lastUpdatedAt\":\"2024-09-27T10:55:25+00:00\"},{\"id\":978,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"johan.vanwinkel@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-09-30T10:45:28+00:00\",\"acceptedAt\":\"2024-09-30T10:45:28+00:00\",\"userId\":1483,\"lastUpdatedAt\":\"2024-09-30T10:45:28+00:00\"},{\"id\":979,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"mariska.van.der.velden@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-01T10:27:58+00:00\",\"acceptedAt\":\"2024-10-01T10:27:59+00:00\",\"userId\":1485,\"lastUpdatedAt\":\"2024-10-01T10:27:58+00:00\"},{\"id\":980,\"partnerId\":686,\"sendViaEmail\":false,\"email\":\"erik@sanseninternational.tax\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-02T08:42:35+00:00\",\"acceptedAt\":\"2024-10-02T08:42:35+00:00\",\"userId\":1487,\"lastUpdatedAt\":\"2024-10-02T08:42:35+00:00\"},{\"id\":981,\"partnerId\":686,\"sendViaEmail\":false,\"email\":\"gertjan@sanseninternational.tax\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-02T08:47:29+00:00\",\"acceptedAt\":\"2024-10-02T08:47:29+00:00\",\"userId\":1488,\"lastUpdatedAt\":\"2024-10-02T08:47:29+00:00\"},{\"id\":982,\"partnerId\":686,\"sendViaEmail\":false,\"email\":\"charlotte@sanseninternational.tax\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-02T08:50:24+00:00\",\"acceptedAt\":\"2024-10-02T08:50:24+00:00\",\"userId\":1489,\"lastUpdatedAt\":\"2024-10-02T08:50:24+00:00\"},{\"id\":983,\"partnerId\":576,\"sendViaEmail\":false,\"email\":\"miseurpatrick@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-07T12:29:20+00:00\",\"acceptedAt\":\"2024-10-07T12:29:20+00:00\",\"userId\":1455,\"lastUpdatedAt\":\"2024-10-07T12:29:20+00:00\"},{\"id\":985,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"Kurt.schipman@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-08T12:47:57+00:00\",\"acceptedAt\":\"2024-10-08T12:47:57+00:00\",\"userId\":1497,\"lastUpdatedAt\":\"2024-10-08T12:47:57+00:00\"},{\"id\":987,\"partnerId\":260,\"sendViaEmail\":true,\"email\":\"elsyvanbelle@curon.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-10T07:56:19+00:00\",\"acceptedAt\":\"2024-10-10T07:56:19+00:00\",\"userId\":1500,\"lastUpdatedAt\":\"2024-10-10T07:56:19+00:00\"},{\"id\":988,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"dorienjanssens@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-10T08:14:09+00:00\",\"acceptedAt\":\"2024-10-10T08:14:09+00:00\",\"userId\":1501,\"lastUpdatedAt\":\"2024-10-10T08:14:09+00:00\"},{\"id\":989,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"esmeethijs@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-10T09:04:01+00:00\",\"acceptedAt\":\"2024-10-10T09:04:01+00:00\",\"userId\":1502,\"lastUpdatedAt\":\"2024-10-10T09:04:01+00:00\"},{\"id\":990,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"tinnebaijens@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-10T09:09:52+00:00\",\"acceptedAt\":\"2024-10-10T09:09:52+00:00\",\"userId\":1503,\"lastUpdatedAt\":\"2024-10-10T09:09:52+00:00\"},{\"id\":991,\"partnerId\":737,\"sendViaEmail\":false,\"email\":\"thijs_lemmens@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-10-11T09:25:07+00:00\",\"acceptedAt\":\"2024-10-11T09:25:07+00:00\",\"userId\":1499,\"lastUpdatedAt\":\"2024-10-11T09:25:07+00:00\"},{\"id\":992,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"Jonas.smolenaers@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-14T08:38:03+00:00\",\"acceptedAt\":\"2024-10-14T08:38:03+00:00\",\"userId\":1517,\"lastUpdatedAt\":\"2024-10-14T08:38:03+00:00\"},{\"id\":993,\"partnerId\":739,\"sendViaEmail\":true,\"email\":\"info@vhbvba.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-14T09:05:32+00:00\",\"acceptedAt\":\"2024-10-14T09:05:32+00:00\",\"userId\":1518,\"lastUpdatedAt\":\"2024-10-14T09:05:32+00:00\"},{\"id\":994,\"partnerId\":514,\"sendViaEmail\":true,\"email\":\"Anne-lise@desyndicus.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-14T10:32:18+00:00\",\"acceptedAt\":\"2024-10-14T10:32:18+00:00\",\"userId\":1429,\"lastUpdatedAt\":\"2024-10-14T10:32:18+00:00\"},{\"id\":1004,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"Marijke.achten@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-16T08:55:58+00:00\",\"acceptedAt\":\"2024-10-16T08:55:58+00:00\",\"userId\":1530,\"lastUpdatedAt\":\"2024-10-16T08:55:58+00:00\"},{\"id\":1006,\"partnerId\":743,\"sendViaEmail\":true,\"email\":\"guus.fluit@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-10-18T10:06:19+00:00\",\"acceptedAt\":\"2024-10-18T10:06:19+00:00\",\"userId\":1532,\"lastUpdatedAt\":\"2024-10-31T12:59:28+00:00\"},{\"id\":1007,\"partnerId\":58,\"sendViaEmail\":true,\"email\":\"m.vandermost@hesse-liganl.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-18T10:35:06+00:00\",\"acceptedAt\":\"2024-10-18T10:35:06+00:00\",\"userId\":1533,\"lastUpdatedAt\":\"2024-10-18T10:35:06+00:00\"},{\"id\":1008,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"kaatwauman@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-18T12:44:27+00:00\",\"acceptedAt\":\"2024-10-18T12:44:27+00:00\",\"userId\":1534,\"lastUpdatedAt\":\"2024-10-18T12:44:27+00:00\"},{\"id\":1009,\"partnerId\":686,\"sendViaEmail\":true,\"email\":\"vannieuwenhovedaan@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-21T09:19:15+00:00\",\"acceptedAt\":\"2024-10-21T09:19:15+00:00\",\"userId\":1538,\"lastUpdatedAt\":\"2024-10-21T09:19:15+00:00\"},{\"id\":1014,\"partnerId\":734,\"sendViaEmail\":false,\"email\":\"carl@woodfactory.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-28T11:50:49+00:00\",\"acceptedAt\":\"2024-10-28T11:50:49+00:00\",\"userId\":1496,\"lastUpdatedAt\":\"2024-10-28T11:50:49+00:00\"},{\"id\":1017,\"partnerId\":754,\"sendViaEmail\":true,\"email\":\"frederik.rotthier@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-28T15:50:48+00:00\",\"acceptedAt\":\"2024-10-28T15:50:48+00:00\",\"userId\":1492,\"lastUpdatedAt\":\"2024-10-28T15:50:48+00:00\"},{\"id\":1018,\"partnerId\":753,\"sendViaEmail\":false,\"email\":\"filip@al-vis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-31T12:02:32+00:00\",\"acceptedAt\":\"2024-10-31T12:02:32+00:00\",\"userId\":1546,\"lastUpdatedAt\":\"2024-10-31T12:02:32+00:00\"},{\"id\":1019,\"partnerId\":752,\"sendViaEmail\":false,\"email\":\"wim.vander_sande@kimchoc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-31T12:54:02+00:00\",\"acceptedAt\":\"2024-10-31T12:54:02+00:00\",\"userId\":1545,\"lastUpdatedAt\":\"2024-10-31T12:54:02+00:00\"},{\"id\":1020,\"partnerId\":742,\"sendViaEmail\":false,\"email\":\"kurt_verstraelen@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-10-31T12:55:41+00:00\",\"acceptedAt\":\"2024-10-31T12:55:41+00:00\",\"userId\":1531,\"lastUpdatedAt\":\"2024-10-31T12:55:41+00:00\"},{\"id\":1022,\"partnerId\":756,\"sendViaEmail\":true,\"email\":\"janvannieuwenhuyse@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-04T08:45:56+00:00\",\"acceptedAt\":\"2024-11-04T08:45:56+00:00\",\"userId\":1553,\"lastUpdatedAt\":\"2024-11-04T08:45:56+00:00\"},{\"id\":1024,\"partnerId\":758,\"sendViaEmail\":true,\"email\":\"rachid.taouil@ameliotg.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-06T14:23:06+00:00\",\"acceptedAt\":\"2024-11-06T14:23:06+00:00\",\"userId\":1558,\"lastUpdatedAt\":\"2024-11-06T14:23:06+00:00\"},{\"id\":1025,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"steve.bogemans@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-07T08:57:50+00:00\",\"acceptedAt\":\"2024-11-07T08:57:50+00:00\",\"userId\":1559,\"lastUpdatedAt\":\"2024-11-07T08:57:50+00:00\"},{\"id\":1027,\"partnerId\":760,\"sendViaEmail\":false,\"email\":\"dirk@dtinvest.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-08T13:58:18+00:00\",\"acceptedAt\":\"2024-11-08T13:58:18+00:00\",\"userId\":1560,\"lastUpdatedAt\":\"2024-11-08T13:58:18+00:00\"},{\"id\":1028,\"partnerId\":761,\"sendViaEmail\":true,\"email\":\"slockdimitri0@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-12T11:09:23+00:00\",\"acceptedAt\":\"2024-11-12T11:09:23+00:00\",\"userId\":1564,\"lastUpdatedAt\":\"2024-11-12T11:09:23+00:00\"},{\"id\":1029,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"Ilke.Steyls@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-13T09:33:46+00:00\",\"acceptedAt\":\"2024-11-13T09:33:46+00:00\",\"userId\":1569,\"lastUpdatedAt\":\"2024-11-13T09:33:46+00:00\"},{\"id\":1030,\"partnerId\":707,\"sendViaEmail\":true,\"email\":\"hans_vandoninck@jabil.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-14T12:59:37+00:00\",\"acceptedAt\":\"2024-11-14T12:59:37+00:00\",\"userId\":1572,\"lastUpdatedAt\":\"2024-11-14T12:59:37+00:00\"},{\"id\":1031,\"partnerId\":707,\"sendViaEmail\":true,\"email\":\"gijs_vangansewinkel@jabil.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-14T13:47:28+00:00\",\"acceptedAt\":\"2024-11-14T13:47:28+00:00\",\"userId\":1573,\"lastUpdatedAt\":\"2024-11-14T13:47:28+00:00\"},{\"id\":1032,\"partnerId\":762,\"sendViaEmail\":true,\"email\":\"innovavista@outlook.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-14T14:40:23+00:00\",\"acceptedAt\":\"2024-11-14T14:40:23+00:00\",\"userId\":1570,\"lastUpdatedAt\":\"2024-11-14T14:40:23+00:00\"},{\"id\":1034,\"partnerId\":763,\"sendViaEmail\":true,\"email\":\"tine.maeyens@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-15T10:55:42+00:00\",\"acceptedAt\":\"2024-11-15T10:55:43+00:00\",\"userId\":1579,\"lastUpdatedAt\":\"2024-11-15T10:55:42+00:00\"},{\"id\":1035,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"thomas.machiels@nippongases.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-15T11:43:33+00:00\",\"acceptedAt\":\"2024-11-15T11:43:33+00:00\",\"userId\":1580,\"lastUpdatedAt\":\"2024-11-15T11:43:33+00:00\"},{\"id\":1036,\"partnerId\":764,\"sendViaEmail\":true,\"email\":\"sven.saerens@eosworldwide.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-15T14:03:03+00:00\",\"acceptedAt\":\"2024-11-15T14:03:03+00:00\",\"userId\":1582,\"lastUpdatedAt\":\"2024-11-15T14:03:03+00:00\"},{\"id\":1037,\"partnerId\":764,\"sendViaEmail\":true,\"email\":\"tessa.bullekens1@eosworldwide.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-15T14:25:02+00:00\",\"acceptedAt\":\"2024-11-15T14:25:02+00:00\",\"userId\":1583,\"lastUpdatedAt\":\"2024-11-15T14:25:02+00:00\"},{\"id\":1038,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"anja.vos@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T09:06:21+00:00\",\"acceptedAt\":\"2024-11-18T09:06:21+00:00\",\"userId\":1589,\"lastUpdatedAt\":\"2024-11-18T09:06:21+00:00\"},{\"id\":1039,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"tine.nagels@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T09:21:19+00:00\",\"acceptedAt\":\"2024-11-18T09:21:19+00:00\",\"userId\":1590,\"lastUpdatedAt\":\"2024-11-18T09:21:19+00:00\"},{\"id\":1040,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"elaine.zhang@kimschoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T09:33:47+00:00\",\"acceptedAt\":\"2024-11-18T09:33:47+00:00\",\"userId\":1591,\"lastUpdatedAt\":\"2024-11-18T09:33:47+00:00\"},{\"id\":1041,\"partnerId\":23,\"sendViaEmail\":false,\"email\":\"Maaike@netcomsolutions.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T12:06:35+00:00\",\"acceptedAt\":\"2024-11-18T12:06:35+00:00\",\"userId\":41,\"lastUpdatedAt\":\"2024-11-18T12:06:35+00:00\"},{\"id\":1042,\"partnerId\":765,\"sendViaEmail\":true,\"email\":\"joris.beens@ddm.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-18T13:27:25+00:00\",\"acceptedAt\":\"2024-11-18T13:27:25+00:00\",\"userId\":1592,\"lastUpdatedAt\":\"2024-11-18T13:27:25+00:00\"},{\"id\":1043,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"danitza.serafimoff@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-19T09:21:21+00:00\",\"acceptedAt\":\"2024-11-19T09:21:21+00:00\",\"userId\":1593,\"lastUpdatedAt\":\"2024-11-19T09:21:21+00:00\"},{\"id\":1048,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"Niels.depauw@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-20T14:28:52+00:00\",\"acceptedAt\":\"2024-11-20T14:28:52+00:00\",\"userId\":1598,\"lastUpdatedAt\":\"2024-11-20T14:28:52+00:00\"},{\"id\":1049,\"partnerId\":756,\"sendViaEmail\":true,\"email\":\"jan.vannieuwenhuyse@guardiant-cyber.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-20T15:40:54+00:00\",\"acceptedAt\":\"2024-11-20T15:40:54+00:00\",\"userId\":1599,\"lastUpdatedAt\":\"2024-11-20T15:40:54+00:00\"},{\"id\":1051,\"partnerId\":767,\"sendViaEmail\":true,\"email\":\"geert.lowet@dastronic.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-25T08:55:42+00:00\",\"acceptedAt\":\"2024-11-25T08:55:42+00:00\",\"userId\":1602,\"lastUpdatedAt\":\"2024-11-25T08:55:42+00:00\"},{\"id\":1052,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"deo.nshimirimana@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-25T13:48:33+00:00\",\"acceptedAt\":\"2024-11-25T13:48:33+00:00\",\"userId\":1603,\"lastUpdatedAt\":\"2024-11-25T13:48:33+00:00\"},{\"id\":1053,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"elisa.ots@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-26T12:54:03+00:00\",\"acceptedAt\":\"2024-11-26T12:54:03+00:00\",\"userId\":1604,\"lastUpdatedAt\":\"2024-11-26T12:54:03+00:00\"},{\"id\":1054,\"partnerId\":707,\"sendViaEmail\":true,\"email\":\"mahmout_kocaslan@jabil.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-28T10:05:23+00:00\",\"acceptedAt\":\"2024-11-28T10:05:23+00:00\",\"userId\":1606,\"lastUpdatedAt\":\"2024-11-28T10:05:23+00:00\"},{\"id\":1055,\"partnerId\":769,\"sendViaEmail\":true,\"email\":\"xverbeeck@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-28T15:11:51+00:00\",\"acceptedAt\":\"2024-11-28T15:11:51+00:00\",\"userId\":1608,\"lastUpdatedAt\":\"2024-11-28T15:11:51+00:00\"},{\"id\":1056,\"partnerId\":770,\"sendViaEmail\":true,\"email\":\"badeschoolmeester@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-29T08:52:12+00:00\",\"acceptedAt\":\"2024-11-29T08:52:12+00:00\",\"userId\":1605,\"lastUpdatedAt\":\"2024-11-29T08:52:12+00:00\"},{\"id\":1057,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"hanneuten@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-11-29T11:38:52+00:00\",\"acceptedAt\":\"2024-11-29T11:38:52+00:00\",\"userId\":1609,\"lastUpdatedAt\":\"2024-11-29T11:38:52+00:00\"},{\"id\":1058,\"partnerId\":771,\"sendViaEmail\":true,\"email\":\"valerie.gorreux@ohme-ev.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-02T11:41:34+00:00\",\"acceptedAt\":\"2024-12-02T11:41:34+00:00\",\"userId\":1617,\"lastUpdatedAt\":\"2024-12-02T11:41:34+00:00\"},{\"id\":1059,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"Kim.vancant@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-02T13:58:48+00:00\",\"acceptedAt\":\"2024-12-02T13:58:48+00:00\",\"userId\":1618,\"lastUpdatedAt\":\"2024-12-02T13:58:48+00:00\"},{\"id\":1061,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"katz@live.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-03T11:32:15+00:00\",\"acceptedAt\":\"2024-12-03T11:32:15+00:00\",\"userId\":1624,\"lastUpdatedAt\":\"2024-12-03T11:32:15+00:00\"},{\"id\":1062,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"jean-luc.guerra@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-04T11:42:55+00:00\",\"acceptedAt\":\"2024-12-04T11:42:55+00:00\",\"userId\":1627,\"lastUpdatedAt\":\"2024-12-04T11:42:55+00:00\"},{\"id\":1063,\"partnerId\":773,\"sendViaEmail\":true,\"email\":\"pieter.bergez@telecom-makelaars.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-04T11:45:43+00:00\",\"acceptedAt\":\"2024-12-04T11:45:43+00:00\",\"userId\":1484,\"lastUpdatedAt\":\"2024-12-04T11:45:43+00:00\"},{\"id\":1067,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"isabeldecoessemaeker@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-05T15:35:55+00:00\",\"acceptedAt\":\"2024-12-05T15:35:55+00:00\",\"userId\":1634,\"lastUpdatedAt\":\"2024-12-05T15:35:55+00:00\"},{\"id\":1068,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"erik.delcon@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-06T13:27:49+00:00\",\"acceptedAt\":\"2024-12-06T13:27:49+00:00\",\"userId\":1636,\"lastUpdatedAt\":\"2024-12-06T13:27:49+00:00\"},{\"id\":1069,\"partnerId\":775,\"sendViaEmail\":true,\"email\":\"jan.desmaretz@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-09T11:16:35+00:00\",\"acceptedAt\":\"2024-12-09T11:16:35+00:00\",\"userId\":1638,\"lastUpdatedAt\":\"2024-12-09T11:16:35+00:00\"},{\"id\":1070,\"partnerId\":777,\"sendViaEmail\":true,\"email\":\"k.roelandt@lawstone.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-09T15:31:07+00:00\",\"acceptedAt\":\"2024-12-09T15:31:07+00:00\",\"userId\":1641,\"lastUpdatedAt\":\"2024-12-09T15:31:07+00:00\"},{\"id\":1071,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Sandra.Eemans@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-11T10:30:40+00:00\",\"acceptedAt\":\"2024-12-11T10:30:40+00:00\",\"userId\":1644,\"lastUpdatedAt\":\"2024-12-11T10:30:40+00:00\"},{\"id\":1072,\"partnerId\":779,\"sendViaEmail\":true,\"email\":\"jargis_foaad@msn.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-11T10:32:51+00:00\",\"acceptedAt\":\"2024-12-11T10:32:51+00:00\",\"userId\":1643,\"lastUpdatedAt\":\"2024-12-11T10:32:51+00:00\"},{\"id\":1074,\"partnerId\":781,\"sendViaEmail\":true,\"email\":\"timothy_joseph@hotmail.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-11T13:29:29+00:00\",\"acceptedAt\":\"2024-12-11T13:29:29+00:00\",\"userId\":1646,\"lastUpdatedAt\":\"2024-12-11T13:29:29+00:00\"},{\"id\":1076,\"partnerId\":766,\"sendViaEmail\":true,\"email\":\"steven.neefs@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:06:44+00:00\",\"acceptedAt\":\"2024-12-13T12:06:44+00:00\",\"userId\":1650,\"lastUpdatedAt\":\"2024-12-13T12:06:44+00:00\"},{\"id\":1077,\"partnerId\":766,\"sendViaEmail\":true,\"email\":\"jan.devis@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:06:58+00:00\",\"acceptedAt\":\"2024-12-13T12:06:58+00:00\",\"userId\":1596,\"lastUpdatedAt\":\"2024-12-13T12:06:58+00:00\"},{\"id\":1078,\"partnerId\":766,\"sendViaEmail\":true,\"email\":\"pascal.bracke@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:07:12+00:00\",\"acceptedAt\":\"2024-12-13T12:07:12+00:00\",\"userId\":1595,\"lastUpdatedAt\":\"2024-12-13T12:07:12+00:00\"},{\"id\":1079,\"partnerId\":642,\"sendViaEmail\":true,\"email\":\"Dimitri.DePauw@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:10:01+00:00\",\"acceptedAt\":\"2024-12-13T12:10:01+00:00\",\"userId\":1346,\"lastUpdatedAt\":\"2024-12-13T12:10:01+00:00\"},{\"id\":1080,\"partnerId\":642,\"sendViaEmail\":true,\"email\":\"Stijn.Loyez@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:10:21+00:00\",\"acceptedAt\":\"2024-12-13T12:10:21+00:00\",\"userId\":1290,\"lastUpdatedAt\":\"2024-12-13T12:10:21+00:00\"},{\"id\":1081,\"partnerId\":642,\"sendViaEmail\":true,\"email\":\"pieter.vaneynde@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T12:10:38+00:00\",\"acceptedAt\":\"2024-12-13T12:10:38+00:00\",\"userId\":1273,\"lastUpdatedAt\":\"2024-12-13T12:10:38+00:00\"},{\"id\":1082,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"victordegroof@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-13T14:52:00+00:00\",\"acceptedAt\":\"2024-12-13T14:52:00+00:00\",\"userId\":1652,\"lastUpdatedAt\":\"2024-12-13T14:52:00+00:00\"},{\"id\":1083,\"partnerId\":528,\"sendViaEmail\":true,\"email\":\"yana@recruitrlab.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-16T12:59:38+00:00\",\"acceptedAt\":\"2024-12-16T12:59:38+00:00\",\"userId\":1504,\"lastUpdatedAt\":\"2024-12-16T12:59:38+00:00\"},{\"id\":1084,\"partnerId\":784,\"sendViaEmail\":true,\"email\":\"ignace.debreyne@gmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-16T15:13:40+00:00\",\"acceptedAt\":\"2024-12-16T15:13:40+00:00\",\"userId\":1657,\"lastUpdatedAt\":\"2024-12-16T15:13:40+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\"},\"meta\":{\"current_page\":8,\"from\":701,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":800,\"total\":1122}}"} 
[2025-07-17 19:27:44] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":1086,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"wouter.dewachter@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T13:46:43+00:00\",\"acceptedAt\":\"2024-12-18T13:46:43+00:00\",\"userId\":1666,\"lastUpdatedAt\":\"2024-12-18T13:46:43+00:00\"},{\"id\":1087,\"partnerId\":710,\"sendViaEmail\":true,\"email\":\"icm.interieur@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T14:16:28+00:00\",\"acceptedAt\":\"2024-12-18T14:16:28+00:00\",\"userId\":1418,\"lastUpdatedAt\":\"2024-12-18T14:16:28+00:00\"},{\"id\":1088,\"partnerId\":744,\"sendViaEmail\":true,\"email\":\"icm.interieur@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T14:18:34+00:00\",\"acceptedAt\":\"2024-12-18T14:18:34+00:00\",\"userId\":1418,\"lastUpdatedAt\":\"2024-12-18T14:18:34+00:00\"},{\"id\":1095,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"maarten.albrechts@HETBELANGVANLIMBURG.BE\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:11:55+00:00\",\"acceptedAt\":\"2024-12-18T16:11:55+00:00\",\"userId\":1668,\"lastUpdatedAt\":\"2024-12-18T16:11:55+00:00\"},{\"id\":1096,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"raoul.putzeys@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:11:56+00:00\",\"acceptedAt\":\"2024-12-18T16:11:56+00:00\",\"userId\":1669,\"lastUpdatedAt\":\"2024-12-18T16:11:56+00:00\"},{\"id\":1098,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Selien.Didden@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:11:59+00:00\",\"acceptedAt\":\"2024-12-18T16:11:59+00:00\",\"userId\":1671,\"lastUpdatedAt\":\"2024-12-18T16:11:59+00:00\"},{\"id\":1099,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"desta.rozendaal@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:01+00:00\",\"acceptedAt\":\"2024-12-18T16:12:01+00:00\",\"userId\":1672,\"lastUpdatedAt\":\"2024-12-18T16:12:01+00:00\"},{\"id\":1100,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"brecht.vandenbroucke@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:02+00:00\",\"acceptedAt\":\"2024-12-18T16:12:02+00:00\",\"userId\":1673,\"lastUpdatedAt\":\"2024-12-18T16:12:02+00:00\"},{\"id\":1101,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jolien.luyten@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:04+00:00\",\"acceptedAt\":\"2024-12-18T16:12:04+00:00\",\"userId\":1674,\"lastUpdatedAt\":\"2024-12-18T16:12:04+00:00\"},{\"id\":1102,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"raf.hermans@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:05+00:00\",\"acceptedAt\":\"2024-12-18T16:12:05+00:00\",\"userId\":1675,\"lastUpdatedAt\":\"2024-12-18T16:12:05+00:00\"},{\"id\":1103,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"lien.vandekerkhof@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:06+00:00\",\"acceptedAt\":\"2024-12-18T16:12:06+00:00\",\"userId\":1676,\"lastUpdatedAt\":\"2024-12-18T16:12:06+00:00\"},{\"id\":1104,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jan.engelen@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:08+00:00\",\"acceptedAt\":\"2024-12-18T16:12:08+00:00\",\"userId\":1677,\"lastUpdatedAt\":\"2024-12-18T16:12:08+00:00\"},{\"id\":1105,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"patricia.coenen@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:09+00:00\",\"acceptedAt\":\"2024-12-18T16:12:09+00:00\",\"userId\":1678,\"lastUpdatedAt\":\"2024-12-18T16:12:09+00:00\"},{\"id\":1107,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Pieter-Jan.Vermeersch@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:12+00:00\",\"acceptedAt\":\"2024-12-18T16:12:12+00:00\",\"userId\":1680,\"lastUpdatedAt\":\"2024-12-18T16:12:12+00:00\"},{\"id\":1109,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jelle.laenen@gazetvanantwerpen.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:15+00:00\",\"acceptedAt\":\"2024-12-18T16:12:15+00:00\",\"userId\":1682,\"lastUpdatedAt\":\"2024-12-18T16:12:15+00:00\"},{\"id\":1110,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Sam.Hayen@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:16+00:00\",\"acceptedAt\":\"2024-12-18T16:12:16+00:00\",\"userId\":1683,\"lastUpdatedAt\":\"2024-12-18T16:12:16+00:00\"},{\"id\":1111,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Mark.Troosters@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:17+00:00\",\"acceptedAt\":\"2024-12-18T16:12:17+00:00\",\"userId\":1684,\"lastUpdatedAt\":\"2024-12-18T16:12:17+00:00\"},{\"id\":1112,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jarit.taelman@gazetvanantwerpen.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:19+00:00\",\"acceptedAt\":\"2024-12-18T16:12:19+00:00\",\"userId\":1685,\"lastUpdatedAt\":\"2024-12-18T16:12:19+00:00\"},{\"id\":1113,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"peter.vervaet@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:20+00:00\",\"acceptedAt\":\"2024-12-18T16:12:20+00:00\",\"userId\":1686,\"lastUpdatedAt\":\"2024-12-18T16:12:20+00:00\"},{\"id\":1114,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Dries.Houben@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:22+00:00\",\"acceptedAt\":\"2024-12-18T16:12:22+00:00\",\"userId\":1687,\"lastUpdatedAt\":\"2024-12-18T16:12:22+00:00\"},{\"id\":1115,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"diandra.cascardo@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:23+00:00\",\"acceptedAt\":\"2024-12-18T16:12:23+00:00\",\"userId\":1688,\"lastUpdatedAt\":\"2024-12-18T16:12:23+00:00\"},{\"id\":1116,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"dennis.vangoethem@NIEUWSBLAD.BE\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:25+00:00\",\"acceptedAt\":\"2024-12-18T16:12:25+00:00\",\"userId\":1689,\"lastUpdatedAt\":\"2024-12-18T16:12:25+00:00\"},{\"id\":1117,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Julie.Devlieghere@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:26+00:00\",\"acceptedAt\":\"2024-12-18T16:12:26+00:00\",\"userId\":1690,\"lastUpdatedAt\":\"2024-12-18T16:12:26+00:00\"},{\"id\":1118,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Steve.Emons@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:27+00:00\",\"acceptedAt\":\"2024-12-18T16:12:27+00:00\",\"userId\":1691,\"lastUpdatedAt\":\"2024-12-18T16:12:27+00:00\"},{\"id\":1119,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Joost.Hanssen@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:29+00:00\",\"acceptedAt\":\"2024-12-18T16:12:29+00:00\",\"userId\":1692,\"lastUpdatedAt\":\"2024-12-18T16:12:29+00:00\"},{\"id\":1120,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"domien.brepoels@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:30+00:00\",\"acceptedAt\":\"2024-12-18T16:12:30+00:00\",\"userId\":1693,\"lastUpdatedAt\":\"2024-12-18T16:12:30+00:00\"},{\"id\":1123,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"ben.vanmol@coldsetprintingpartners.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:34+00:00\",\"acceptedAt\":\"2024-12-18T16:12:34+00:00\",\"userId\":1696,\"lastUpdatedAt\":\"2024-12-18T16:12:34+00:00\"},{\"id\":1124,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"laura.theys@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:36+00:00\",\"acceptedAt\":\"2024-12-18T16:12:36+00:00\",\"userId\":1697,\"lastUpdatedAt\":\"2024-12-18T16:12:36+00:00\"},{\"id\":1125,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"peter.derop@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:37+00:00\",\"acceptedAt\":\"2024-12-18T16:12:37+00:00\",\"userId\":1698,\"lastUpdatedAt\":\"2024-12-18T16:12:37+00:00\"},{\"id\":1126,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Johan.Bonne@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-18T16:12:38+00:00\",\"acceptedAt\":\"2024-12-18T16:12:38+00:00\",\"userId\":1699,\"lastUpdatedAt\":\"2024-12-18T16:12:38+00:00\"},{\"id\":1127,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"karl.bollaerts@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T10:32:10+00:00\",\"acceptedAt\":\"2024-12-20T10:32:10+00:00\",\"userId\":1702,\"lastUpdatedAt\":\"2024-12-20T10:32:10+00:00\"},{\"id\":1128,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"Gunther.Pittomvils@kimchoc.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T11:22:44+00:00\",\"acceptedAt\":\"2024-12-20T11:22:44+00:00\",\"userId\":1704,\"lastUpdatedAt\":\"2024-12-20T11:22:44+00:00\"},{\"id\":1129,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Petra.Asche@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:53+00:00\",\"acceptedAt\":\"2024-12-20T12:53:53+00:00\",\"userId\":1705,\"lastUpdatedAt\":\"2024-12-20T12:53:53+00:00\"},{\"id\":1130,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Sabine.Brans@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:55+00:00\",\"acceptedAt\":\"2024-12-20T12:53:55+00:00\",\"userId\":1706,\"lastUpdatedAt\":\"2024-12-20T12:53:55+00:00\"},{\"id\":1131,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"jana.brusten@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:56+00:00\",\"acceptedAt\":\"2024-12-20T12:53:56+00:00\",\"userId\":1707,\"lastUpdatedAt\":\"2024-12-20T12:53:56+00:00\"},{\"id\":1132,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Angela.bruyns@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:57+00:00\",\"acceptedAt\":\"2024-12-20T12:53:57+00:00\",\"userId\":1708,\"lastUpdatedAt\":\"2024-12-20T12:53:57+00:00\"},{\"id\":1133,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"guido.cloostermans@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:58+00:00\",\"acceptedAt\":\"2024-12-20T12:53:58+00:00\",\"userId\":1709,\"lastUpdatedAt\":\"2024-12-20T12:53:58+00:00\"},{\"id\":1134,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"wim.conings@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:53:59+00:00\",\"acceptedAt\":\"2024-12-20T12:53:59+00:00\",\"userId\":1710,\"lastUpdatedAt\":\"2024-12-20T12:53:59+00:00\"},{\"id\":1135,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"Simon.Fallon-Kund@nieuwsblad.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:01+00:00\",\"acceptedAt\":\"2024-12-20T12:54:01+00:00\",\"userId\":1711,\"lastUpdatedAt\":\"2024-12-20T12:54:01+00:00\"},{\"id\":1136,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"sara.louage@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:02+00:00\",\"acceptedAt\":\"2024-12-20T12:54:02+00:00\",\"userId\":1712,\"lastUpdatedAt\":\"2024-12-20T12:54:02+00:00\"},{\"id\":1137,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"alanis.michiels@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:03+00:00\",\"acceptedAt\":\"2024-12-20T12:54:03+00:00\",\"userId\":1713,\"lastUpdatedAt\":\"2024-12-20T12:54:03+00:00\"},{\"id\":1138,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"bram.moors@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:04+00:00\",\"acceptedAt\":\"2024-12-20T12:54:04+00:00\",\"userId\":1714,\"lastUpdatedAt\":\"2024-12-20T12:54:04+00:00\"},{\"id\":1139,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"kato.poelmans@hetbelangvanlimburg.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:05+00:00\",\"acceptedAt\":\"2024-12-20T12:54:05+00:00\",\"userId\":1715,\"lastUpdatedAt\":\"2024-12-20T12:54:05+00:00\"},{\"id\":1140,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"dominick.rombouts@gazetvanantwerpen.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:07+00:00\",\"acceptedAt\":\"2024-12-20T12:54:07+00:00\",\"userId\":1716,\"lastUpdatedAt\":\"2024-12-20T12:54:07+00:00\"},{\"id\":1141,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"evelien.theunissen@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:08+00:00\",\"acceptedAt\":\"2024-12-20T12:54:08+00:00\",\"userId\":1717,\"lastUpdatedAt\":\"2024-12-20T12:54:08+00:00\"},{\"id\":1142,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"christel.touriany@mediahuis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:09+00:00\",\"acceptedAt\":\"2024-12-20T12:54:09+00:00\",\"userId\":1718,\"lastUpdatedAt\":\"2024-12-20T12:54:09+00:00\"},{\"id\":1143,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"christof.willocx@gazetvanantwerpen.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2024-12-20T12:54:11+00:00\",\"acceptedAt\":\"2024-12-20T12:54:11+00:00\",\"userId\":1719,\"lastUpdatedAt\":\"2024-12-20T12:54:11+00:00\"},{\"id\":1144,\"partnerId\":776,\"sendViaEmail\":false,\"email\":\"bruno.cleeren@jaspers.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-24T09:29:22+00:00\",\"acceptedAt\":\"2024-12-24T09:29:23+00:00\",\"userId\":1640,\"lastUpdatedAt\":\"2024-12-24T09:29:22+00:00\"},{\"id\":1147,\"partnerId\":323,\"sendViaEmail\":false,\"email\":\"valerie.huwaert@beclinic.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-24T13:39:23+00:00\",\"acceptedAt\":\"2024-12-24T13:39:23+00:00\",\"userId\":1726,\"lastUpdatedAt\":\"2024-12-24T13:39:23+00:00\"},{\"id\":1148,\"partnerId\":323,\"sendViaEmail\":true,\"email\":\"maite.czupper@beclinic.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2024-12-24T13:39:51+00:00\",\"acceptedAt\":\"2024-12-24T13:39:51+00:00\",\"userId\":1725,\"lastUpdatedAt\":\"2024-12-24T13:39:51+00:00\"},{\"id\":1149,\"partnerId\":756,\"sendViaEmail\":false,\"email\":\"thomas.knoops@guardiant-cyber.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-06T08:30:53+00:00\",\"acceptedAt\":\"2025-01-06T08:30:53+00:00\",\"userId\":1757,\"lastUpdatedAt\":\"2025-01-06T08:30:53+00:00\"},{\"id\":1150,\"partnerId\":581,\"sendViaEmail\":true,\"email\":\"Jonas.gevaert@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-06T15:57:16+00:00\",\"acceptedAt\":\"2025-01-06T15:57:16+00:00\",\"userId\":1758,\"lastUpdatedAt\":\"2025-01-24T16:26:46+00:00\"},{\"id\":1151,\"partnerId\":776,\"sendViaEmail\":false,\"email\":\"transshopinvest@jaspers.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-06T16:26:32+00:00\",\"acceptedAt\":\"2025-01-06T16:26:32+00:00\",\"userId\":1759,\"lastUpdatedAt\":\"2025-01-06T16:26:32+00:00\"},{\"id\":1154,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"marc.dierickx@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-08T09:31:45+00:00\",\"acceptedAt\":\"2025-01-08T09:31:45+00:00\",\"userId\":1768,\"lastUpdatedAt\":\"2025-01-08T09:31:45+00:00\"},{\"id\":1155,\"partnerId\":765,\"sendViaEmail\":true,\"email\":\"ap510@ddm.eu\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-08T11:38:03+00:00\",\"acceptedAt\":\"2025-01-08T11:38:03+00:00\",\"userId\":1762,\"lastUpdatedAt\":\"2025-01-08T11:38:03+00:00\"},{\"id\":1156,\"partnerId\":788,\"sendViaEmail\":true,\"email\":\"leslie.willaert@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-08T16:28:37+00:00\",\"acceptedAt\":\"2025-01-08T16:28:37+00:00\",\"userId\":1635,\"lastUpdatedAt\":\"2025-01-08T16:28:37+00:00\"},{\"id\":1157,\"partnerId\":788,\"sendViaEmail\":true,\"email\":\"karlgoossens@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-09T10:35:47+00:00\",\"acceptedAt\":\"2025-01-09T10:35:47+00:00\",\"userId\":1654,\"lastUpdatedAt\":\"2025-01-09T10:35:47+00:00\"},{\"id\":1158,\"partnerId\":788,\"sendViaEmail\":true,\"email\":\"Ludwig.devos@hotmail.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-09T10:45:28+00:00\",\"acceptedAt\":\"2025-01-09T10:45:28+00:00\",\"userId\":1776,\"lastUpdatedAt\":\"2025-01-09T10:45:28+00:00\"},{\"id\":1159,\"partnerId\":789,\"sendViaEmail\":true,\"email\":\"bram.merckx@adsanddata.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-09T16:53:28+00:00\",\"acceptedAt\":\"2025-01-09T16:53:28+00:00\",\"userId\":1778,\"lastUpdatedAt\":\"2025-01-09T16:53:28+00:00\"},{\"id\":1160,\"partnerId\":576,\"sendViaEmail\":false,\"email\":\"thomas.greeve@polygongroup.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T10:58:15+00:00\",\"acceptedAt\":\"2025-01-10T10:58:15+00:00\",\"userId\":1594,\"lastUpdatedAt\":\"2025-01-10T10:58:15+00:00\"},{\"id\":1161,\"partnerId\":790,\"sendViaEmail\":true,\"email\":\"johan.triekels@coldsetprintingpartners.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T11:53:21+00:00\",\"acceptedAt\":\"2025-01-10T11:53:21+00:00\",\"userId\":1780,\"lastUpdatedAt\":\"2025-01-10T11:53:21+00:00\"},{\"id\":1162,\"partnerId\":790,\"sendViaEmail\":true,\"email\":\"wim.tuyaerts@coldsetprintingpartners.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T11:54:16+00:00\",\"acceptedAt\":\"2025-01-10T11:54:16+00:00\",\"userId\":1781,\"lastUpdatedAt\":\"2025-01-10T11:54:16+00:00\"},{\"id\":1163,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"bovanhecke@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T13:59:22+00:00\",\"acceptedAt\":\"2025-01-10T13:59:23+00:00\",\"userId\":1783,\"lastUpdatedAt\":\"2025-01-10T13:59:22+00:00\"},{\"id\":1164,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"lunavandevelde@probis.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T14:08:14+00:00\",\"acceptedAt\":\"2025-01-10T14:08:14+00:00\",\"userId\":1784,\"lastUpdatedAt\":\"2025-01-10T14:08:14+00:00\"},{\"id\":1165,\"partnerId\":791,\"sendViaEmail\":false,\"email\":\"hanane.akoudad@jobat.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T14:36:08+00:00\",\"acceptedAt\":\"2025-01-10T14:36:08+00:00\",\"userId\":1694,\"lastUpdatedAt\":\"2025-01-10T14:36:08+00:00\"},{\"id\":1166,\"partnerId\":791,\"sendViaEmail\":true,\"email\":\"esther.daneels@jobat.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T14:37:58+00:00\",\"acceptedAt\":\"2025-01-10T14:37:58+00:00\",\"userId\":1785,\"lastUpdatedAt\":\"2025-01-10T14:37:58+00:00\"},{\"id\":1167,\"partnerId\":791,\"sendViaEmail\":false,\"email\":\"sien.gaens@jobat.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T14:47:27+00:00\",\"acceptedAt\":\"2025-01-10T14:47:27+00:00\",\"userId\":1786,\"lastUpdatedAt\":\"2025-01-10T14:47:27+00:00\"},{\"id\":1168,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"liesbeth.boel@nieuwsblad.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T16:58:44+00:00\",\"acceptedAt\":\"2025-01-10T16:58:44+00:00\",\"userId\":1787,\"lastUpdatedAt\":\"2025-01-10T16:58:44+00:00\"},{\"id\":1169,\"partnerId\":780,\"sendViaEmail\":true,\"email\":\"nele.coune@hetbelangvanlimburg.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-10T17:07:15+00:00\",\"acceptedAt\":\"2025-01-10T17:07:15+00:00\",\"userId\":1788,\"lastUpdatedAt\":\"2025-01-10T17:07:15+00:00\"},{\"id\":1170,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"karljan.maes@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-11T07:45:36+00:00\",\"acceptedAt\":\"2025-01-11T07:45:36+00:00\",\"userId\":1789,\"lastUpdatedAt\":\"2025-01-11T07:45:36+00:00\"},{\"id\":1171,\"partnerId\":788,\"sendViaEmail\":true,\"email\":\"angelique.gevaert@hedinautomotive.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-13T11:47:45+00:00\",\"acceptedAt\":\"2025-01-13T11:47:45+00:00\",\"userId\":1792,\"lastUpdatedAt\":\"2025-01-13T11:47:45+00:00\"},{\"id\":1172,\"partnerId\":788,\"sendViaEmail\":false,\"email\":\"joerivanmelkebeke@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-14T14:56:39+00:00\",\"acceptedAt\":\"2025-01-14T14:56:39+00:00\",\"userId\":1794,\"lastUpdatedAt\":\"2025-01-14T14:56:39+00:00\"},{\"id\":1173,\"partnerId\":8,\"sendViaEmail\":true,\"email\":\"nareshbase667@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-15T06:18:24+00:00\",\"acceptedAt\":\"2025-01-15T06:18:24+00:00\",\"userId\":1343,\"lastUpdatedAt\":\"2025-01-15T06:18:24+00:00\"},{\"id\":1174,\"partnerId\":765,\"sendViaEmail\":false,\"email\":\"Jonathan.Vazquez@ddm.eu\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-15T13:55:02+00:00\",\"acceptedAt\":\"2025-01-15T13:55:02+00:00\",\"userId\":1760,\"lastUpdatedAt\":\"2025-01-15T13:55:02+00:00\"},{\"id\":1176,\"partnerId\":8,\"sendViaEmail\":true,\"email\":\"kranil7701@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T07:16:17+00:00\",\"acceptedAt\":\"2025-01-16T07:16:17+00:00\",\"userId\":1767,\"lastUpdatedAt\":\"2025-01-16T07:16:17+00:00\"},{\"id\":1189,\"partnerId\":69,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T09:47:37+00:00\",\"acceptedAt\":\"2025-01-16T09:47:37+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-16T09:47:37+00:00\"},{\"id\":1190,\"partnerId\":262,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T10:14:23+00:00\",\"acceptedAt\":\"2025-01-16T10:14:23+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-16T10:14:23+00:00\"},{\"id\":1191,\"partnerId\":118,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T10:26:45+00:00\",\"acceptedAt\":\"2025-01-16T10:26:45+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-16T10:26:45+00:00\"},{\"id\":1193,\"partnerId\":256,\"sendViaEmail\":true,\"email\":\"kranil7701@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T10:37:07+00:00\",\"acceptedAt\":\"2025-01-16T10:37:07+00:00\",\"userId\":1767,\"lastUpdatedAt\":\"2025-01-16T10:37:07+00:00\"},{\"id\":1194,\"partnerId\":256,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-16T10:38:16+00:00\",\"acceptedAt\":\"2025-01-16T10:38:16+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-16T10:38:16+00:00\"},{\"id\":1195,\"partnerId\":70,\"sendViaEmail\":true,\"email\":\"John.appleseed@ampeco.global\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-17T03:01:47+00:00\",\"acceptedAt\":\"2025-01-17T03:01:47+00:00\",\"userId\":1,\"lastUpdatedAt\":\"2025-01-17T03:01:47+00:00\"},{\"id\":1196,\"partnerId\":70,\"sendViaEmail\":true,\"email\":\"nareshtest@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-17T03:47:31+00:00\",\"acceptedAt\":\"2025-01-17T03:47:31+00:00\",\"userId\":1798,\"lastUpdatedAt\":\"2025-01-17T03:47:31+00:00\"},{\"id\":1197,\"partnerId\":793,\"sendViaEmail\":true,\"email\":\"jess@allvisual.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-17T15:45:29+00:00\",\"acceptedAt\":\"2025-01-17T15:45:29+00:00\",\"userId\":1805,\"lastUpdatedAt\":\"2025-01-17T15:45:29+00:00\"},{\"id\":1198,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"bastia.vandenbulck@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-20T14:27:54+00:00\",\"acceptedAt\":\"2025-01-20T14:27:54+00:00\",\"userId\":1808,\"lastUpdatedAt\":\"2025-01-20T14:27:54+00:00\"},{\"id\":1199,\"partnerId\":752,\"sendViaEmail\":false,\"email\":\"Pascale.Smets@kimchoc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-20T15:15:55+00:00\",\"acceptedAt\":\"2025-01-20T15:15:55+00:00\",\"userId\":1703,\"lastUpdatedAt\":\"2025-01-20T15:15:55+00:00\"},{\"id\":1200,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"robbe@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-20T16:00:30+00:00\",\"acceptedAt\":\"2025-01-20T16:00:30+00:00\",\"userId\":1207,\"lastUpdatedAt\":\"2025-01-20T16:00:30+00:00\"},{\"id\":1201,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"ismael.temsamani@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T11:33:22+00:00\",\"acceptedAt\":\"2025-01-22T11:33:22+00:00\",\"userId\":1810,\"lastUpdatedAt\":\"2025-01-22T11:33:22+00:00\"},{\"id\":1202,\"partnerId\":795,\"sendViaEmail\":false,\"email\":\"annemie@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T11:59:04+00:00\",\"acceptedAt\":\"2025-01-22T11:59:04+00:00\",\"userId\":1507,\"lastUpdatedAt\":\"2025-01-22T11:59:04+00:00\"},{\"id\":1203,\"partnerId\":795,\"sendViaEmail\":false,\"email\":\"charona@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T12:00:10+00:00\",\"acceptedAt\":\"2025-01-22T12:00:10+00:00\",\"userId\":1505,\"lastUpdatedAt\":\"2025-01-22T12:00:10+00:00\"},{\"id\":1204,\"partnerId\":795,\"sendViaEmail\":false,\"email\":\"Lynn@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T12:01:16+00:00\",\"acceptedAt\":\"2025-01-22T12:01:16+00:00\",\"userId\":1662,\"lastUpdatedAt\":\"2025-01-22T12:01:16+00:00\"},{\"id\":1205,\"partnerId\":795,\"sendViaEmail\":false,\"email\":\"michael@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T12:02:00+00:00\",\"acceptedAt\":\"2025-01-22T12:02:00+00:00\",\"userId\":1506,\"lastUpdatedAt\":\"2025-01-22T12:02:00+00:00\"},{\"id\":1206,\"partnerId\":670,\"sendViaEmail\":true,\"email\":\"mark.maerevoet@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-22T16:51:09+00:00\",\"acceptedAt\":\"2025-01-22T16:51:09+00:00\",\"userId\":1814,\"lastUpdatedAt\":\"2025-01-22T16:51:09+00:00\"},{\"id\":1207,\"partnerId\":796,\"sendViaEmail\":true,\"email\":\"Ewoud@advocaatdevidts.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-23T10:15:46+00:00\",\"acceptedAt\":\"2025-01-23T10:15:46+00:00\",\"userId\":1816,\"lastUpdatedAt\":\"2025-01-23T10:15:46+00:00\"},{\"id\":1209,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"ben.daems@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-23T16:07:57+00:00\",\"acceptedAt\":\"2025-01-23T16:07:57+00:00\",\"userId\":1818,\"lastUpdatedAt\":\"2025-01-23T16:07:57+00:00\"},{\"id\":1210,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"ronald.van.zijp@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-24T10:22:21+00:00\",\"acceptedAt\":\"2025-01-24T10:22:21+00:00\",\"userId\":1821,\"lastUpdatedAt\":\"2025-01-24T10:22:21+00:00\"},{\"id\":1211,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"michelelemmens@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-27T12:53:19+00:00\",\"acceptedAt\":\"2025-01-27T12:53:19+00:00\",\"userId\":1830,\"lastUpdatedAt\":\"2025-01-27T12:53:19+00:00\"},{\"id\":1212,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"koos.van-de-loo@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-27T15:54:45+00:00\",\"acceptedAt\":\"2025-01-27T15:54:45+00:00\",\"userId\":1831,\"lastUpdatedAt\":\"2025-01-27T15:54:45+00:00\"},{\"id\":1213,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"marco.van-rosmalen@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-27T16:05:58+00:00\",\"acceptedAt\":\"2025-01-27T16:05:58+00:00\",\"userId\":1832,\"lastUpdatedAt\":\"2025-01-27T16:05:58+00:00\"},{\"id\":1214,\"partnerId\":798,\"sendViaEmail\":false,\"email\":\"benoit@bveinternational.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-01-28T10:57:11+00:00\",\"acceptedAt\":\"2025-01-28T10:57:11+00:00\",\"userId\":734,\"lastUpdatedAt\":\"2025-01-28T10:57:11+00:00\"},{\"id\":1215,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"margauxdescan@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-29T15:30:29+00:00\",\"acceptedAt\":\"2025-01-29T15:30:29+00:00\",\"userId\":1837,\"lastUpdatedAt\":\"2025-01-29T15:30:29+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\"},\"meta\":{\"current_page\":9,\"from\":801,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":900,\"total\":1122}}"} 
[2025-07-17 19:27:46] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":1217,\"partnerId\":799,\"sendViaEmail\":false,\"email\":\"koen.thys@straaltechniek.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-30T15:17:30+00:00\",\"acceptedAt\":\"2025-01-30T15:17:30+00:00\",\"userId\":1843,\"lastUpdatedAt\":\"2025-01-30T15:17:30+00:00\"},{\"id\":1218,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"erwin.bruinings@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T14:02:07+00:00\",\"acceptedAt\":\"2025-01-31T14:02:07+00:00\",\"userId\":1844,\"lastUpdatedAt\":\"2025-01-31T14:02:07+00:00\"},{\"id\":1219,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"vital.lambert@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T14:18:14+00:00\",\"acceptedAt\":\"2025-01-31T14:18:14+00:00\",\"userId\":1845,\"lastUpdatedAt\":\"2025-01-31T14:18:14+00:00\"},{\"id\":1220,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"sven.torfs@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T14:32:13+00:00\",\"acceptedAt\":\"2025-01-31T14:32:13+00:00\",\"userId\":1846,\"lastUpdatedAt\":\"2025-01-31T14:32:13+00:00\"},{\"id\":1221,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"sven.vandeneijnde@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T14:44:46+00:00\",\"acceptedAt\":\"2025-01-31T14:44:46+00:00\",\"userId\":1847,\"lastUpdatedAt\":\"2025-01-31T14:44:46+00:00\"},{\"id\":1222,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"alain.van-loock@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T15:13:46+00:00\",\"acceptedAt\":\"2025-01-31T15:13:46+00:00\",\"userId\":1848,\"lastUpdatedAt\":\"2025-01-31T15:13:46+00:00\"},{\"id\":1223,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"kim.huysmans@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T15:31:28+00:00\",\"acceptedAt\":\"2025-01-31T15:31:28+00:00\",\"userId\":1849,\"lastUpdatedAt\":\"2025-01-31T15:31:28+00:00\"},{\"id\":1224,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"ilegemskevin@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-01-31T15:46:40+00:00\",\"acceptedAt\":\"2025-01-31T15:46:40+00:00\",\"userId\":1737,\"lastUpdatedAt\":\"2025-01-31T15:46:40+00:00\"},{\"id\":1226,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"brigitte.van-daele@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T09:51:14+00:00\",\"acceptedAt\":\"2025-02-03T09:51:14+00:00\",\"userId\":1861,\"lastUpdatedAt\":\"2025-02-03T09:51:14+00:00\"},{\"id\":1227,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"sam.stuyck@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T10:02:09+00:00\",\"acceptedAt\":\"2025-02-03T10:02:09+00:00\",\"userId\":1862,\"lastUpdatedAt\":\"2025-02-03T10:02:09+00:00\"},{\"id\":1228,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"ben.vaneijcken@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T10:10:24+00:00\",\"acceptedAt\":\"2025-02-03T10:10:24+00:00\",\"userId\":1660,\"lastUpdatedAt\":\"2025-02-03T10:10:24+00:00\"},{\"id\":1229,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"brecht.olijslagers@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T10:19:48+00:00\",\"acceptedAt\":\"2025-02-03T10:19:48+00:00\",\"userId\":1863,\"lastUpdatedAt\":\"2025-02-03T10:19:48+00:00\"},{\"id\":1230,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"tiboloon@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-03T10:31:52+00:00\",\"acceptedAt\":\"2025-02-03T10:31:52+00:00\",\"userId\":1663,\"lastUpdatedAt\":\"2025-02-03T10:31:52+00:00\"},{\"id\":1232,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"kim@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-04T11:23:29+00:00\",\"acceptedAt\":\"2025-02-04T11:23:29+00:00\",\"userId\":1865,\"lastUpdatedAt\":\"2025-02-04T11:23:29+00:00\"},{\"id\":1233,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"jolien@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-04T11:48:43+00:00\",\"acceptedAt\":\"2025-02-04T11:48:43+00:00\",\"userId\":1850,\"lastUpdatedAt\":\"2025-02-04T11:48:43+00:00\"},{\"id\":1234,\"partnerId\":806,\"sendViaEmail\":false,\"email\":\"stephanie.deville@challenge-mc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-04T16:07:15+00:00\",\"acceptedAt\":\"2025-02-04T16:07:15+00:00\",\"userId\":1867,\"lastUpdatedAt\":\"2025-02-04T16:07:15+00:00\"},{\"id\":1235,\"partnerId\":791,\"sendViaEmail\":false,\"email\":\"elke.delgouffe@jobat.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-06T11:50:58+00:00\",\"acceptedAt\":\"2025-02-06T11:50:59+00:00\",\"userId\":1824,\"lastUpdatedAt\":\"2025-02-06T11:50:58+00:00\"},{\"id\":1237,\"partnerId\":360,\"sendViaEmail\":true,\"email\":\"kranil7701@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-07T09:59:36+00:00\",\"acceptedAt\":\"2025-02-07T09:59:36+00:00\",\"userId\":1767,\"lastUpdatedAt\":\"2025-02-07T09:59:36+00:00\"},{\"id\":1238,\"partnerId\":704,\"sendViaEmail\":false,\"email\":\"Ise@accofiska.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-07T11:18:40+00:00\",\"acceptedAt\":\"2025-02-07T11:18:40+00:00\",\"userId\":1411,\"lastUpdatedAt\":\"2025-02-07T11:18:40+00:00\"},{\"id\":1239,\"partnerId\":807,\"sendViaEmail\":true,\"email\":\"rein.motyka@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T09:40:15+00:00\",\"acceptedAt\":\"2025-02-10T09:40:15+00:00\",\"userId\":1878,\"lastUpdatedAt\":\"2025-02-10T09:40:15+00:00\"},{\"id\":1240,\"partnerId\":808,\"sendViaEmail\":true,\"email\":\"michael@rubec.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T13:39:50+00:00\",\"acceptedAt\":\"2025-02-10T13:39:50+00:00\",\"userId\":1879,\"lastUpdatedAt\":\"2025-02-10T13:39:50+00:00\"},{\"id\":1241,\"partnerId\":809,\"sendViaEmail\":false,\"email\":\"info@altaircommunications.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T14:59:53+00:00\",\"acceptedAt\":\"2025-02-10T14:59:53+00:00\",\"userId\":1882,\"lastUpdatedAt\":\"2025-02-10T14:59:53+00:00\"},{\"id\":1242,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"inevanhaeren@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T16:04:14+00:00\",\"acceptedAt\":\"2025-02-10T16:04:14+00:00\",\"userId\":1885,\"lastUpdatedAt\":\"2025-02-10T16:04:14+00:00\"},{\"id\":1243,\"partnerId\":240,\"sendViaEmail\":false,\"email\":\"stephanierosseel@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T16:17:53+00:00\",\"acceptedAt\":\"2025-02-10T16:17:53+00:00\",\"userId\":1886,\"lastUpdatedAt\":\"2025-02-10T16:17:53+00:00\"},{\"id\":1244,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Emoortgat@gantrade.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:06:09+00:00\",\"acceptedAt\":\"2025-02-10T23:06:09+00:00\",\"userId\":1645,\"lastUpdatedAt\":\"2025-02-10T23:06:09+00:00\"},{\"id\":1245,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Mark.sleegers@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:07:59+00:00\",\"acceptedAt\":\"2025-02-10T23:07:59+00:00\",\"userId\":1631,\"lastUpdatedAt\":\"2025-02-10T23:07:59+00:00\"},{\"id\":1246,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"pascale.vanolst@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:08:16+00:00\",\"acceptedAt\":\"2025-02-10T23:08:16+00:00\",\"userId\":1630,\"lastUpdatedAt\":\"2025-02-10T23:08:16+00:00\"},{\"id\":1247,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Marc.slock@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:08:34+00:00\",\"acceptedAt\":\"2025-02-10T23:08:34+00:00\",\"userId\":1529,\"lastUpdatedAt\":\"2025-02-10T23:08:34+00:00\"},{\"id\":1248,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Olivier.demeijer@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:08:52+00:00\",\"acceptedAt\":\"2025-02-10T23:08:52+00:00\",\"userId\":1528,\"lastUpdatedAt\":\"2025-02-10T23:08:52+00:00\"},{\"id\":1249,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Wendy.crauwels@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:09:07+00:00\",\"acceptedAt\":\"2025-02-10T23:09:07+00:00\",\"userId\":1527,\"lastUpdatedAt\":\"2025-02-10T23:09:07+00:00\"},{\"id\":1250,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Pierre.noyrez@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:09:22+00:00\",\"acceptedAt\":\"2025-02-10T23:09:22+00:00\",\"userId\":1526,\"lastUpdatedAt\":\"2025-02-10T23:09:22+00:00\"},{\"id\":1251,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"it@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:09:37+00:00\",\"acceptedAt\":\"2025-02-10T23:09:37+00:00\",\"userId\":1525,\"lastUpdatedAt\":\"2025-02-10T23:09:37+00:00\"},{\"id\":1252,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Greg.parekh@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:09:49+00:00\",\"acceptedAt\":\"2025-02-10T23:09:49+00:00\",\"userId\":1524,\"lastUpdatedAt\":\"2025-02-10T23:09:49+00:00\"},{\"id\":1253,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Dquadflieg@gantrade.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:10:01+00:00\",\"acceptedAt\":\"2025-02-10T23:10:01+00:00\",\"userId\":1523,\"lastUpdatedAt\":\"2025-02-10T23:10:01+00:00\"},{\"id\":1254,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"Joanna.batkowska@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:10:13+00:00\",\"acceptedAt\":\"2025-02-10T23:10:13+00:00\",\"userId\":1522,\"lastUpdatedAt\":\"2025-02-10T23:10:13+00:00\"},{\"id\":1255,\"partnerId\":588,\"sendViaEmail\":true,\"email\":\"tim.vandenbogaert@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-10T23:10:26+00:00\",\"acceptedAt\":\"2025-02-10T23:10:26+00:00\",\"userId\":1253,\"lastUpdatedAt\":\"2025-02-10T23:10:26+00:00\"},{\"id\":1256,\"partnerId\":346,\"sendViaEmail\":false,\"email\":\"silviagarlisi@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-11T10:12:04+00:00\",\"acceptedAt\":\"2025-02-11T10:12:04+00:00\",\"userId\":1888,\"lastUpdatedAt\":\"2025-02-11T10:12:04+00:00\"},{\"id\":1257,\"partnerId\":778,\"sendViaEmail\":false,\"email\":\"qinemotion@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-12T15:17:10+00:00\",\"acceptedAt\":\"2025-02-12T15:17:10+00:00\",\"userId\":1550,\"lastUpdatedAt\":\"2025-02-12T15:17:10+00:00\"},{\"id\":1258,\"partnerId\":810,\"sendViaEmail\":false,\"email\":\"info@winka.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T10:04:32+00:00\",\"acceptedAt\":\"2025-02-13T10:04:33+00:00\",\"userId\":1892,\"lastUpdatedAt\":\"2025-02-13T10:04:32+00:00\"},{\"id\":1259,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"ruben.van.ruysseveldt@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:35:04+00:00\",\"acceptedAt\":\"2025-02-13T11:35:04+00:00\",\"userId\":1695,\"lastUpdatedAt\":\"2025-02-13T11:35:04+00:00\"},{\"id\":1260,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"andy.verschaeren@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:36:18+00:00\",\"acceptedAt\":\"2025-02-13T11:36:18+00:00\",\"userId\":1681,\"lastUpdatedAt\":\"2025-02-13T11:36:18+00:00\"},{\"id\":1261,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"femke.de.bley@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:37:05+00:00\",\"acceptedAt\":\"2025-02-13T11:37:05+00:00\",\"userId\":1679,\"lastUpdatedAt\":\"2025-02-13T11:37:05+00:00\"},{\"id\":1262,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"raf.vanspauwen@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:45:14+00:00\",\"acceptedAt\":\"2025-02-13T11:45:14+00:00\",\"userId\":1670,\"lastUpdatedAt\":\"2025-02-13T11:45:14+00:00\"},{\"id\":1263,\"partnerId\":789,\"sendViaEmail\":false,\"email\":\"nele.theuwissen@adsanddata.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-13T11:46:35+00:00\",\"acceptedAt\":\"2025-02-13T11:46:35+00:00\",\"userId\":1667,\"lastUpdatedAt\":\"2025-02-13T11:46:35+00:00\"},{\"id\":1264,\"partnerId\":755,\"sendViaEmail\":false,\"email\":\"Jurgen@accofiska.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-14T14:24:50+00:00\",\"acceptedAt\":\"2025-02-14T14:24:50+00:00\",\"userId\":1407,\"lastUpdatedAt\":\"2025-02-14T14:24:50+00:00\"},{\"id\":1265,\"partnerId\":811,\"sendViaEmail\":false,\"email\":\"patrick.boonen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-17T13:02:19+00:00\",\"acceptedAt\":\"2025-02-17T13:02:19+00:00\",\"userId\":1895,\"lastUpdatedAt\":\"2025-02-17T13:02:19+00:00\"},{\"id\":1266,\"partnerId\":812,\"sendViaEmail\":true,\"email\":\"ivwcleaning@telenet.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-17T14:32:27+00:00\",\"acceptedAt\":\"2025-02-17T14:32:27+00:00\",\"userId\":1897,\"lastUpdatedAt\":\"2025-02-17T14:32:27+00:00\"},{\"id\":1267,\"partnerId\":769,\"sendViaEmail\":true,\"email\":\"stephanie.deville@challenge-mc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-20T11:27:04+00:00\",\"acceptedAt\":\"2025-02-20T11:27:04+00:00\",\"userId\":1867,\"lastUpdatedAt\":\"2025-02-20T11:27:04+00:00\"},{\"id\":1268,\"partnerId\":767,\"sendViaEmail\":false,\"email\":\"lieve.vanderauwera@dastronic.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-20T14:19:22+00:00\",\"acceptedAt\":\"2025-02-20T14:19:22+00:00\",\"userId\":1902,\"lastUpdatedAt\":\"2025-02-20T14:19:22+00:00\"},{\"id\":1269,\"partnerId\":489,\"sendViaEmail\":false,\"email\":\"cools.pol@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-26T11:06:22+00:00\",\"acceptedAt\":\"2025-02-26T11:06:22+00:00\",\"userId\":694,\"lastUpdatedAt\":\"2025-02-26T11:06:22+00:00\"},{\"id\":1270,\"partnerId\":489,\"sendViaEmail\":false,\"email\":\"monique.baeteman@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-26T11:06:38+00:00\",\"acceptedAt\":\"2025-02-26T11:06:38+00:00\",\"userId\":695,\"lastUpdatedAt\":\"2025-02-26T11:06:38+00:00\"},{\"id\":1271,\"partnerId\":817,\"sendViaEmail\":false,\"email\":\"guysophiejeremy@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-26T15:18:14+00:00\",\"acceptedAt\":\"2025-02-26T15:18:14+00:00\",\"userId\":1913,\"lastUpdatedAt\":\"2025-02-26T15:18:14+00:00\"},{\"id\":1272,\"partnerId\":818,\"sendViaEmail\":false,\"email\":\"bart@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:25:02+00:00\",\"acceptedAt\":\"2025-02-27T11:25:02+00:00\",\"userId\":1918,\"lastUpdatedAt\":\"2025-02-27T11:25:02+00:00\"},{\"id\":1273,\"partnerId\":819,\"sendViaEmail\":false,\"email\":\"ronald@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:27:29+00:00\",\"acceptedAt\":\"2025-02-27T11:27:29+00:00\",\"userId\":1919,\"lastUpdatedAt\":\"2025-02-27T11:27:29+00:00\"},{\"id\":1274,\"partnerId\":819,\"sendViaEmail\":false,\"email\":\"thomas@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:27:58+00:00\",\"acceptedAt\":\"2025-02-27T11:27:58+00:00\",\"userId\":1920,\"lastUpdatedAt\":\"2025-02-27T11:27:58+00:00\"},{\"id\":1275,\"partnerId\":819,\"sendViaEmail\":false,\"email\":\"wim@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:28:51+00:00\",\"acceptedAt\":\"2025-02-27T11:28:51+00:00\",\"userId\":1905,\"lastUpdatedAt\":\"2025-02-27T11:28:51+00:00\"},{\"id\":1276,\"partnerId\":820,\"sendViaEmail\":false,\"email\":\"marco@quadralis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-02-27T11:43:45+00:00\",\"acceptedAt\":\"2025-02-27T11:43:45+00:00\",\"userId\":1921,\"lastUpdatedAt\":\"2025-02-27T11:43:45+00:00\"},{\"id\":1277,\"partnerId\":661,\"sendViaEmail\":false,\"email\":\"pascale.aelbrecht@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-02-28T13:23:31+00:00\",\"acceptedAt\":\"2025-02-28T13:23:31+00:00\",\"userId\":1255,\"lastUpdatedAt\":\"2025-02-28T13:23:31+00:00\"},{\"id\":1278,\"partnerId\":588,\"sendViaEmail\":false,\"email\":\"leen.billiet@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-03T12:24:17+00:00\",\"acceptedAt\":\"2025-03-03T12:24:17+00:00\",\"userId\":1926,\"lastUpdatedAt\":\"2025-03-03T12:24:17+00:00\"},{\"id\":1279,\"partnerId\":588,\"sendViaEmail\":false,\"email\":\"info@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-04T10:24:49+00:00\",\"acceptedAt\":\"2025-03-04T10:24:49+00:00\",\"userId\":1929,\"lastUpdatedAt\":\"2025-03-04T10:24:49+00:00\"},{\"id\":1280,\"partnerId\":823,\"sendViaEmail\":true,\"email\":\"vitalvolders@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-04T12:46:24+00:00\",\"acceptedAt\":\"2025-03-04T12:46:24+00:00\",\"userId\":1927,\"lastUpdatedAt\":\"2025-03-04T12:46:24+00:00\"},{\"id\":1281,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"nico@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:14:30+00:00\",\"acceptedAt\":\"2025-03-05T09:14:30+00:00\",\"userId\":1932,\"lastUpdatedAt\":\"2025-03-05T09:14:30+00:00\"},{\"id\":1282,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"steven@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:19:12+00:00\",\"acceptedAt\":\"2025-03-05T09:19:12+00:00\",\"userId\":1933,\"lastUpdatedAt\":\"2025-03-05T09:19:12+00:00\"},{\"id\":1283,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"robbe@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:20:53+00:00\",\"acceptedAt\":\"2025-03-05T09:20:53+00:00\",\"userId\":1934,\"lastUpdatedAt\":\"2025-03-05T09:20:53+00:00\"},{\"id\":1284,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"lcoene@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:37:17+00:00\",\"acceptedAt\":\"2025-03-05T09:37:17+00:00\",\"userId\":1935,\"lastUpdatedAt\":\"2025-03-05T09:37:17+00:00\"},{\"id\":1285,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"cherif@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:39:07+00:00\",\"acceptedAt\":\"2025-03-05T09:39:07+00:00\",\"userId\":1936,\"lastUpdatedAt\":\"2025-03-05T09:39:07+00:00\"},{\"id\":1286,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"aaron@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:42:46+00:00\",\"acceptedAt\":\"2025-03-05T09:42:47+00:00\",\"userId\":1937,\"lastUpdatedAt\":\"2025-03-05T09:42:46+00:00\"},{\"id\":1287,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"debbie@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:44:30+00:00\",\"acceptedAt\":\"2025-03-05T09:44:30+00:00\",\"userId\":1938,\"lastUpdatedAt\":\"2025-03-05T09:44:30+00:00\"},{\"id\":1288,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"victor@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:46:07+00:00\",\"acceptedAt\":\"2025-03-05T09:46:07+00:00\",\"userId\":1939,\"lastUpdatedAt\":\"2025-03-05T09:46:07+00:00\"},{\"id\":1289,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"thijmen@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-05T09:48:45+00:00\",\"acceptedAt\":\"2025-03-05T09:48:45+00:00\",\"userId\":1940,\"lastUpdatedAt\":\"2025-03-05T09:48:45+00:00\"},{\"id\":1291,\"partnerId\":825,\"sendViaEmail\":true,\"email\":\"peter.deranter@tilroy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T09:50:53+00:00\",\"acceptedAt\":\"2025-03-06T09:50:53+00:00\",\"userId\":1945,\"lastUpdatedAt\":\"2025-03-06T09:50:53+00:00\"},{\"id\":1292,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Koen.Deckers@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:37+00:00\",\"acceptedAt\":\"2025-03-06T13:08:37+00:00\",\"userId\":1946,\"lastUpdatedAt\":\"2025-03-06T13:08:37+00:00\"},{\"id\":1293,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Christophe.Hublet@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:38+00:00\",\"acceptedAt\":\"2025-03-06T13:08:38+00:00\",\"userId\":1947,\"lastUpdatedAt\":\"2025-03-06T13:08:38+00:00\"},{\"id\":1294,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Jan.VanStaey@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:38+00:00\",\"acceptedAt\":\"2025-03-06T13:08:38+00:00\",\"userId\":1948,\"lastUpdatedAt\":\"2025-03-06T13:08:38+00:00\"},{\"id\":1295,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Inge.Moran@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:39+00:00\",\"acceptedAt\":\"2025-03-06T13:08:39+00:00\",\"userId\":1949,\"lastUpdatedAt\":\"2025-03-06T13:08:39+00:00\"},{\"id\":1296,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Britte.Ceyssens@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:40+00:00\",\"acceptedAt\":\"2025-03-06T13:08:40+00:00\",\"userId\":1950,\"lastUpdatedAt\":\"2025-03-06T13:08:40+00:00\"},{\"id\":1297,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Hilde.Peeters@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:40+00:00\",\"acceptedAt\":\"2025-03-06T13:08:40+00:00\",\"userId\":1951,\"lastUpdatedAt\":\"2025-03-06T13:08:40+00:00\"},{\"id\":1298,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Bart.Fynaerts@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:41+00:00\",\"acceptedAt\":\"2025-03-06T13:08:41+00:00\",\"userId\":1952,\"lastUpdatedAt\":\"2025-03-06T13:08:41+00:00\"},{\"id\":1299,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Nicolas.Dejaeger@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:42+00:00\",\"acceptedAt\":\"2025-03-06T13:08:42+00:00\",\"userId\":1953,\"lastUpdatedAt\":\"2025-03-06T13:08:42+00:00\"},{\"id\":1300,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Michiel.Brutsaert@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:43+00:00\",\"acceptedAt\":\"2025-03-06T13:08:43+00:00\",\"userId\":1954,\"lastUpdatedAt\":\"2025-03-06T13:08:43+00:00\"},{\"id\":1301,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Charlotte.Vranken@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:44+00:00\",\"acceptedAt\":\"2025-03-06T13:08:44+00:00\",\"userId\":1955,\"lastUpdatedAt\":\"2025-03-06T13:08:44+00:00\"},{\"id\":1302,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Evi.Denolet@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:44+00:00\",\"acceptedAt\":\"2025-03-06T13:08:44+00:00\",\"userId\":1956,\"lastUpdatedAt\":\"2025-03-06T13:08:44+00:00\"},{\"id\":1303,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"Heidi.Goossens@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T13:08:45+00:00\",\"acceptedAt\":\"2025-03-06T13:08:45+00:00\",\"userId\":1957,\"lastUpdatedAt\":\"2025-03-06T13:08:45+00:00\"},{\"id\":1304,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"jef.vangenechten@outlook.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-06T16:14:19+00:00\",\"acceptedAt\":\"2025-03-06T16:14:19+00:00\",\"userId\":1658,\"lastUpdatedAt\":\"2025-03-06T16:14:19+00:00\"},{\"id\":1306,\"partnerId\":830,\"sendViaEmail\":false,\"email\":\"jsmauclet@daoust.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-11T13:45:40+00:00\",\"acceptedAt\":\"2025-03-11T13:45:40+00:00\",\"userId\":1962,\"lastUpdatedAt\":\"2025-03-11T13:45:40+00:00\"},{\"id\":1307,\"partnerId\":566,\"sendViaEmail\":false,\"email\":\"jan.freson@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-11T17:30:11+00:00\",\"acceptedAt\":\"2025-03-11T17:30:11+00:00\",\"userId\":948,\"lastUpdatedAt\":\"2025-03-11T17:30:11+00:00\"},{\"id\":1308,\"partnerId\":831,\"sendViaEmail\":true,\"email\":\"Christiaan@vanbignoot.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-13T10:51:05+00:00\",\"acceptedAt\":\"2025-03-13T10:51:06+00:00\",\"userId\":1967,\"lastUpdatedAt\":\"2025-03-13T10:51:05+00:00\"},{\"id\":1309,\"partnerId\":833,\"sendViaEmail\":true,\"email\":\"willem.voets@promaz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-16T21:10:39+00:00\",\"acceptedAt\":\"2025-03-16T21:10:39+00:00\",\"userId\":1973,\"lastUpdatedAt\":\"2025-03-16T21:10:39+00:00\"},{\"id\":1310,\"partnerId\":833,\"sendViaEmail\":false,\"email\":\"gert.moerenhout@promaz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-16T21:12:55+00:00\",\"acceptedAt\":\"2025-03-16T21:12:55+00:00\",\"userId\":1974,\"lastUpdatedAt\":\"2025-03-16T21:12:55+00:00\"},{\"id\":1311,\"partnerId\":833,\"sendViaEmail\":false,\"email\":\"ludivine.ranwez@promaz.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-16T21:18:01+00:00\",\"acceptedAt\":\"2025-03-16T21:18:01+00:00\",\"userId\":1975,\"lastUpdatedAt\":\"2025-03-16T21:18:01+00:00\"},{\"id\":1312,\"partnerId\":834,\"sendViaEmail\":false,\"email\":\"xw.brawax@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-17T09:51:40+00:00\",\"acceptedAt\":\"2025-03-17T09:51:40+00:00\",\"userId\":447,\"lastUpdatedAt\":\"2025-03-17T09:51:40+00:00\"},{\"id\":1313,\"partnerId\":835,\"sendViaEmail\":false,\"email\":\"sandygo@me.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-17T13:50:02+00:00\",\"acceptedAt\":\"2025-03-17T13:50:02+00:00\",\"userId\":1976,\"lastUpdatedAt\":\"2025-03-17T13:50:02+00:00\"},{\"id\":1314,\"partnerId\":240,\"sendViaEmail\":true,\"email\":\"louisdegroote@probis.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-19T09:09:51+00:00\",\"acceptedAt\":\"2025-03-19T09:09:51+00:00\",\"userId\":1817,\"lastUpdatedAt\":\"2025-03-19T09:09:51+00:00\"},{\"id\":1316,\"partnerId\":704,\"sendViaEmail\":false,\"email\":\"Jeroen@accofiska.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-26T14:18:27+00:00\",\"acceptedAt\":\"2025-03-26T14:18:27+00:00\",\"userId\":1993,\"lastUpdatedAt\":\"2025-03-26T14:18:27+00:00\"},{\"id\":1317,\"partnerId\":838,\"sendViaEmail\":false,\"email\":\"Marieke.veys@fcomedia.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-28T08:48:23+00:00\",\"acceptedAt\":\"2025-03-28T08:48:23+00:00\",\"userId\":1997,\"lastUpdatedAt\":\"2025-03-28T08:48:23+00:00\"},{\"id\":1319,\"partnerId\":212,\"sendViaEmail\":false,\"email\":\"stephan@ramenvanhecke.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-31T12:18:02+00:00\",\"acceptedAt\":\"2025-03-31T12:18:02+00:00\",\"userId\":2001,\"lastUpdatedAt\":\"2025-03-31T12:18:02+00:00\"},{\"id\":1320,\"partnerId\":838,\"sendViaEmail\":false,\"email\":\"jurgen.munghen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-03-31T13:00:02+00:00\",\"acceptedAt\":\"2025-03-31T13:00:02+00:00\",\"userId\":316,\"lastUpdatedAt\":\"2025-03-31T13:00:02+00:00\"},{\"id\":1321,\"partnerId\":839,\"sendViaEmail\":true,\"email\":\"thomas.laloux@bofas.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-03-31T23:24:51+00:00\",\"acceptedAt\":\"2025-03-31T23:24:51+00:00\",\"userId\":2003,\"lastUpdatedAt\":\"2025-03-31T23:24:51+00:00\"},{\"id\":1322,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"wim.van-roy@hitachienergy.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-01T08:15:04+00:00\",\"acceptedAt\":\"2025-04-01T08:15:04+00:00\",\"userId\":2004,\"lastUpdatedAt\":\"2025-04-01T08:15:04+00:00\"},{\"id\":1323,\"partnerId\":840,\"sendViaEmail\":true,\"email\":\"claude@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-01T12:40:21+00:00\",\"acceptedAt\":\"2025-04-01T12:40:21+00:00\",\"userId\":1941,\"lastUpdatedAt\":\"2025-04-01T12:40:21+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\"},\"meta\":{\"current_page\":10,\"from\":901,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":1000,\"total\":1122}}"} 
[2025-07-17 19:27:47] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":1324,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"Wesley@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-01T13:53:18+00:00\",\"acceptedAt\":\"2025-04-01T13:53:18+00:00\",\"userId\":2006,\"lastUpdatedAt\":\"2025-04-01T13:53:18+00:00\"},{\"id\":1325,\"partnerId\":841,\"sendViaEmail\":true,\"email\":\"nele@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T10:05:19+00:00\",\"acceptedAt\":\"2025-04-02T10:05:19+00:00\",\"userId\":1942,\"lastUpdatedAt\":\"2025-04-02T10:05:19+00:00\"},{\"id\":1326,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"brecht.vancamp@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T14:27:45+00:00\",\"acceptedAt\":\"2025-04-02T14:27:45+00:00\",\"userId\":2010,\"lastUpdatedAt\":\"2025-04-02T14:27:45+00:00\"},{\"id\":1327,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"sofie.noens@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T14:41:54+00:00\",\"acceptedAt\":\"2025-04-02T14:41:54+00:00\",\"userId\":2011,\"lastUpdatedAt\":\"2025-04-02T14:41:54+00:00\"},{\"id\":1328,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"robby.celen@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T14:46:44+00:00\",\"acceptedAt\":\"2025-04-02T14:46:44+00:00\",\"userId\":2012,\"lastUpdatedAt\":\"2025-04-02T14:46:44+00:00\"},{\"id\":1329,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"lode.claus@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-02T14:51:14+00:00\",\"acceptedAt\":\"2025-04-02T14:51:14+00:00\",\"userId\":2013,\"lastUpdatedAt\":\"2025-04-02T14:51:14+00:00\"},{\"id\":1331,\"partnerId\":588,\"sendViaEmail\":false,\"email\":\"Mustafa.Akca@everlam.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-03T12:29:19+00:00\",\"acceptedAt\":\"2025-04-03T12:29:19+00:00\",\"userId\":2017,\"lastUpdatedAt\":\"2025-04-03T12:29:19+00:00\"},{\"id\":1332,\"partnerId\":826,\"sendViaEmail\":false,\"email\":\"Dieter.Vandermeersch@sobi.com\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-04T10:35:14+00:00\",\"acceptedAt\":\"2025-04-04T10:35:14+00:00\",\"userId\":2020,\"lastUpdatedAt\":\"2025-05-05T06:37:03+00:00\"},{\"id\":1333,\"partnerId\":752,\"sendViaEmail\":true,\"email\":\"seppe.meeus@kimchoc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-09T15:05:27+00:00\",\"acceptedAt\":\"2025-04-09T15:05:28+00:00\",\"userId\":1961,\"lastUpdatedAt\":\"2025-04-09T15:05:27+00:00\"},{\"id\":1334,\"partnerId\":20,\"sendViaEmail\":true,\"email\":\"debby.henderick@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-10T16:14:54+00:00\",\"acceptedAt\":\"2025-04-10T16:14:54+00:00\",\"userId\":1988,\"lastUpdatedAt\":\"2025-04-10T16:14:54+00:00\"},{\"id\":1335,\"partnerId\":220,\"sendViaEmail\":false,\"email\":\"ilona@terdoel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-14T10:52:30+00:00\",\"acceptedAt\":\"2025-04-14T10:52:30+00:00\",\"userId\":2037,\"lastUpdatedAt\":\"2025-04-14T10:52:30+00:00\"},{\"id\":1336,\"partnerId\":845,\"sendViaEmail\":true,\"email\":\"noam@laadexpert.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-14T17:57:30+00:00\",\"acceptedAt\":\"2025-04-14T17:57:30+00:00\",\"userId\":2038,\"lastUpdatedAt\":\"2025-04-14T17:57:30+00:00\"},{\"id\":1338,\"partnerId\":795,\"sendViaEmail\":true,\"email\":\"laura@embridge.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-16T12:53:27+00:00\",\"acceptedAt\":\"2025-04-16T12:53:27+00:00\",\"userId\":2043,\"lastUpdatedAt\":\"2025-04-16T12:53:27+00:00\"},{\"id\":1339,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"k.eeckhoudt@hesse-lignal.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-17T08:06:38+00:00\",\"acceptedAt\":\"2025-04-17T08:06:38+00:00\",\"userId\":2045,\"lastUpdatedAt\":\"2025-04-17T08:06:38+00:00\"},{\"id\":1341,\"partnerId\":846,\"sendViaEmail\":false,\"email\":\"jeroenverbanck2505@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-23T09:02:57+00:00\",\"acceptedAt\":\"2025-04-23T09:02:57+00:00\",\"userId\":2054,\"lastUpdatedAt\":\"2025-04-23T09:02:57+00:00\"},{\"id\":1342,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"virginie.flammini@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-24T07:37:16+00:00\",\"acceptedAt\":\"2025-04-24T07:37:16+00:00\",\"userId\":2057,\"lastUpdatedAt\":\"2025-04-24T07:37:16+00:00\"},{\"id\":1343,\"partnerId\":581,\"sendViaEmail\":false,\"email\":\"virginie.maas@imacar.be\",\"language\":\"nl\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-24T08:18:24+00:00\",\"acceptedAt\":\"2025-04-24T08:18:24+00:00\",\"userId\":2058,\"lastUpdatedAt\":\"2025-04-24T08:18:24+00:00\"},{\"id\":1345,\"partnerId\":826,\"sendViaEmail\":true,\"email\":\"ana.palma@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T08:46:56+00:00\",\"acceptedAt\":\"2025-04-25T08:46:56+00:00\",\"userId\":2015,\"lastUpdatedAt\":\"2025-04-25T08:46:56+00:00\"},{\"id\":1346,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"vandeputte.wouter@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T10:28:19+00:00\",\"acceptedAt\":\"2025-04-25T10:28:19+00:00\",\"userId\":2046,\"lastUpdatedAt\":\"2025-04-25T10:28:19+00:00\"},{\"id\":1347,\"partnerId\":847,\"sendViaEmail\":false,\"email\":\"ignace.depaepe@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T10:41:16+00:00\",\"acceptedAt\":\"2025-04-25T10:41:16+00:00\",\"userId\":2062,\"lastUpdatedAt\":\"2025-04-25T10:41:16+00:00\"},{\"id\":1348,\"partnerId\":848,\"sendViaEmail\":false,\"email\":\"filip.lannoy@in4fuels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T13:46:14+00:00\",\"acceptedAt\":\"2025-04-25T13:46:14+00:00\",\"userId\":2069,\"lastUpdatedAt\":\"2025-04-25T13:46:14+00:00\"},{\"id\":1349,\"partnerId\":848,\"sendViaEmail\":false,\"email\":\"guido.saenen@in4fuels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-25T13:50:54+00:00\",\"acceptedAt\":\"2025-04-25T13:50:54+00:00\",\"userId\":2070,\"lastUpdatedAt\":\"2025-04-25T13:50:54+00:00\"},{\"id\":1351,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"vital.vanbeginne@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-28T09:38:45+00:00\",\"acceptedAt\":\"2025-04-28T09:38:45+00:00\",\"userId\":2092,\"lastUpdatedAt\":\"2025-04-28T09:38:45+00:00\"},{\"id\":1352,\"partnerId\":313,\"sendViaEmail\":false,\"email\":\"carolzeng@hjlcharger.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-04-28T14:45:32+00:00\",\"acceptedAt\":\"2025-04-28T14:45:32+00:00\",\"userId\":2096,\"lastUpdatedAt\":\"2025-04-28T14:45:32+00:00\"},{\"id\":1353,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"joke@ravio.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-05T07:25:51+00:00\",\"acceptedAt\":\"2025-05-05T07:25:51+00:00\",\"userId\":2124,\"lastUpdatedAt\":\"2025-05-05T07:25:51+00:00\"},{\"id\":1356,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"antony@aravio.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-05T07:34:45+00:00\",\"acceptedAt\":\"2025-05-05T07:34:45+00:00\",\"userId\":2127,\"lastUpdatedAt\":\"2025-05-05T07:34:45+00:00\"},{\"id\":1357,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"Eric.niekerk@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-08T10:25:56+00:00\",\"acceptedAt\":\"2025-05-08T10:25:56+00:00\",\"userId\":2140,\"lastUpdatedAt\":\"2025-05-08T10:25:56+00:00\"},{\"id\":1358,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"jan.pauwels@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-08T10:27:49+00:00\",\"acceptedAt\":\"2025-05-08T10:27:49+00:00\",\"userId\":2141,\"lastUpdatedAt\":\"2025-05-08T10:27:49+00:00\"},{\"id\":1359,\"partnerId\":829,\"sendViaEmail\":false,\"email\":\"Dewitte.dieter@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-08T12:05:51+00:00\",\"acceptedAt\":\"2025-05-08T12:05:51+00:00\",\"userId\":2142,\"lastUpdatedAt\":\"2025-05-08T12:05:51+00:00\"},{\"id\":1360,\"partnerId\":797,\"sendViaEmail\":true,\"email\":\"christophe.cheron@outlook.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-08T13:47:01+00:00\",\"acceptedAt\":\"2025-05-08T13:47:01+00:00\",\"userId\":2134,\"lastUpdatedAt\":\"2025-05-08T13:47:01+00:00\"},{\"id\":1361,\"partnerId\":850,\"sendViaEmail\":false,\"email\":\"eve.verbeeck@capenti.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-12T08:27:55+00:00\",\"acceptedAt\":\"2025-05-12T08:27:55+00:00\",\"userId\":2155,\"lastUpdatedAt\":\"2025-05-12T08:27:55+00:00\"},{\"id\":1362,\"partnerId\":850,\"sendViaEmail\":false,\"email\":\"koen.heremans@capenti.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-12T08:30:38+00:00\",\"acceptedAt\":\"2025-05-12T08:30:38+00:00\",\"userId\":2156,\"lastUpdatedAt\":\"2025-05-12T08:30:38+00:00\"},{\"id\":1363,\"partnerId\":851,\"sendViaEmail\":true,\"email\":\"evelien.sibiet@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:18:27+00:00\",\"acceptedAt\":\"2025-05-13T16:18:27+00:00\",\"userId\":2167,\"lastUpdatedAt\":\"2025-05-13T16:23:46+00:00\"},{\"id\":1371,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"gino.maus@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:26:53+00:00\",\"acceptedAt\":\"2025-05-13T16:26:53+00:00\",\"userId\":2173,\"lastUpdatedAt\":\"2025-05-13T16:26:53+00:00\"},{\"id\":1372,\"partnerId\":851,\"sendViaEmail\":true,\"email\":\"johan.brouwer@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:28:24+00:00\",\"acceptedAt\":\"2025-05-13T16:28:24+00:00\",\"userId\":2169,\"lastUpdatedAt\":\"2025-05-13T16:28:24+00:00\"},{\"id\":1373,\"partnerId\":851,\"sendViaEmail\":true,\"email\":\"koen.lauwreins@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:28:39+00:00\",\"acceptedAt\":\"2025-05-13T16:28:39+00:00\",\"userId\":2170,\"lastUpdatedAt\":\"2025-05-13T16:28:39+00:00\"},{\"id\":1374,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"catherine.dejaegher@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:29:45+00:00\",\"acceptedAt\":\"2025-05-13T16:29:45+00:00\",\"userId\":2171,\"lastUpdatedAt\":\"2025-05-13T16:29:45+00:00\"},{\"id\":1375,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"jan.nijborg@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-13T16:30:01+00:00\",\"acceptedAt\":\"2025-05-13T16:30:01+00:00\",\"userId\":2168,\"lastUpdatedAt\":\"2025-05-13T16:30:01+00:00\"},{\"id\":1376,\"partnerId\":852,\"sendViaEmail\":false,\"email\":\"karoliengoelen@icloud.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-14T05:40:08+00:00\",\"acceptedAt\":\"2025-05-14T05:40:08+00:00\",\"userId\":726,\"lastUpdatedAt\":\"2025-05-14T05:40:08+00:00\"},{\"id\":1378,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"ralph.sanders@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-14T19:03:30+00:00\",\"acceptedAt\":\"2025-05-14T19:03:30+00:00\",\"userId\":2178,\"lastUpdatedAt\":\"2025-05-14T19:03:30+00:00\"},{\"id\":1379,\"partnerId\":346,\"sendViaEmail\":true,\"email\":\"patrick.grispen@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-15T10:24:41+00:00\",\"acceptedAt\":\"2025-05-15T10:24:41+00:00\",\"userId\":475,\"lastUpdatedAt\":\"2025-05-15T10:24:41+00:00\"},{\"id\":1380,\"partnerId\":853,\"sendViaEmail\":false,\"email\":\"alain.bockstaele@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-15T11:45:24+00:00\",\"acceptedAt\":\"2025-05-15T11:45:24+00:00\",\"userId\":2174,\"lastUpdatedAt\":\"2025-05-15T11:45:24+00:00\"},{\"id\":1381,\"partnerId\":854,\"sendViaEmail\":false,\"email\":\"Glazenwasserij.benny@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-15T12:43:09+00:00\",\"acceptedAt\":\"2025-05-15T12:43:09+00:00\",\"userId\":2183,\"lastUpdatedAt\":\"2025-05-15T12:43:09+00:00\"},{\"id\":1382,\"partnerId\":855,\"sendViaEmail\":true,\"email\":\"valensolutionsbe@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-16T13:55:22+00:00\",\"acceptedAt\":\"2025-05-16T13:55:22+00:00\",\"userId\":1245,\"lastUpdatedAt\":\"2025-05-16T13:55:22+00:00\"},{\"id\":1384,\"partnerId\":856,\"sendViaEmail\":false,\"email\":\"christof@twin4u.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T08:56:48+00:00\",\"acceptedAt\":\"2025-05-19T08:56:48+00:00\",\"userId\":2199,\"lastUpdatedAt\":\"2025-05-19T08:56:48+00:00\"},{\"id\":1385,\"partnerId\":851,\"sendViaEmail\":false,\"email\":\"info@morubel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T09:07:18+00:00\",\"acceptedAt\":\"2025-05-19T09:07:18+00:00\",\"userId\":2200,\"lastUpdatedAt\":\"2025-05-19T09:07:18+00:00\"},{\"id\":1386,\"partnerId\":58,\"sendViaEmail\":false,\"email\":\"w.lippens@hesse-lignal.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T13:34:27+00:00\",\"acceptedAt\":\"2025-05-19T13:34:27+00:00\",\"userId\":2203,\"lastUpdatedAt\":\"2025-05-19T13:34:27+00:00\"},{\"id\":1387,\"partnerId\":842,\"sendViaEmail\":false,\"email\":\"jenthe.laruelle@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T14:12:41+00:00\",\"acceptedAt\":\"2025-05-19T14:12:41+00:00\",\"userId\":2204,\"lastUpdatedAt\":\"2025-05-19T14:12:41+00:00\"},{\"id\":1388,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"christophe.leysen@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T14:23:00+00:00\",\"acceptedAt\":\"2025-05-19T14:23:00+00:00\",\"userId\":2205,\"lastUpdatedAt\":\"2025-05-19T14:23:00+00:00\"},{\"id\":1389,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"liam.verberght@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T14:23:57+00:00\",\"acceptedAt\":\"2025-05-19T14:23:57+00:00\",\"userId\":2206,\"lastUpdatedAt\":\"2025-05-19T14:23:57+00:00\"},{\"id\":1390,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"Kristof.verstraelen@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-19T14:25:51+00:00\",\"acceptedAt\":\"2025-05-19T14:25:51+00:00\",\"userId\":2207,\"lastUpdatedAt\":\"2025-05-19T14:25:51+00:00\"},{\"id\":1391,\"partnerId\":857,\"sendViaEmail\":false,\"email\":\"willy@immosafe.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-21T14:13:25+00:00\",\"acceptedAt\":\"2025-05-21T14:13:25+00:00\",\"userId\":2214,\"lastUpdatedAt\":\"2025-05-21T14:13:25+00:00\"},{\"id\":1393,\"partnerId\":857,\"sendViaEmail\":false,\"email\":\"nico.haegens@cldn.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-23T07:04:50+00:00\",\"acceptedAt\":\"2025-05-23T07:04:50+00:00\",\"userId\":2215,\"lastUpdatedAt\":\"2025-05-23T07:04:50+00:00\"},{\"id\":1394,\"partnerId\":858,\"sendViaEmail\":true,\"email\":\"frank.liesse@belnot.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-23T10:44:20+00:00\",\"acceptedAt\":\"2025-05-23T10:44:20+00:00\",\"userId\":2130,\"lastUpdatedAt\":\"2025-05-23T10:44:20+00:00\"},{\"id\":1395,\"partnerId\":859,\"sendViaEmail\":true,\"email\":\"ingevandijk@laurensint.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-05-23T11:45:17+00:00\",\"acceptedAt\":\"2025-05-23T11:45:17+00:00\",\"userId\":2147,\"lastUpdatedAt\":\"2025-05-23T11:45:17+00:00\"},{\"id\":1396,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"Jonathan@Recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-27T16:04:44+00:00\",\"acceptedAt\":\"2025-05-27T16:04:44+00:00\",\"userId\":2238,\"lastUpdatedAt\":\"2025-05-27T16:04:44+00:00\"},{\"id\":1397,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"Erma@Recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-27T16:04:53+00:00\",\"acceptedAt\":\"2025-05-27T16:04:53+00:00\",\"userId\":2237,\"lastUpdatedAt\":\"2025-05-27T16:04:53+00:00\"},{\"id\":1398,\"partnerId\":313,\"sendViaEmail\":true,\"email\":\"john@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-29T15:36:27+00:00\",\"acceptedAt\":\"2025-05-29T15:36:27+00:00\",\"userId\":88,\"lastUpdatedAt\":\"2025-05-29T15:36:27+00:00\"},{\"id\":1399,\"partnerId\":313,\"sendViaEmail\":true,\"email\":\"valensolutionsbe@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-05-29T15:37:51+00:00\",\"acceptedAt\":\"2025-05-29T15:37:51+00:00\",\"userId\":1245,\"lastUpdatedAt\":\"2025-05-29T15:37:51+00:00\"},{\"id\":1401,\"partnerId\":860,\"sendViaEmail\":true,\"email\":\"spitaels.yannick@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-02T08:32:35+00:00\",\"acceptedAt\":\"2025-06-02T08:32:36+00:00\",\"userId\":2268,\"lastUpdatedAt\":\"2025-06-02T08:32:35+00:00\"},{\"id\":1402,\"partnerId\":864,\"sendViaEmail\":false,\"email\":\"iw@ebluedrive.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-03T08:56:49+00:00\",\"acceptedAt\":\"2025-06-03T08:56:49+00:00\",\"userId\":1999,\"lastUpdatedAt\":\"2025-06-03T08:56:49+00:00\"},{\"id\":1405,\"partnerId\":865,\"sendViaEmail\":true,\"email\":\"w.oostvogels@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-05T10:45:27+00:00\",\"acceptedAt\":\"2025-06-05T10:45:27+00:00\",\"userId\":2272,\"lastUpdatedAt\":\"2025-06-05T10:45:27+00:00\"},{\"id\":1406,\"partnerId\":788,\"sendViaEmail\":false,\"email\":\"panida.thierens@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-05T11:32:16+00:00\",\"acceptedAt\":\"2025-06-05T11:32:16+00:00\",\"userId\":2224,\"lastUpdatedAt\":\"2025-06-05T11:32:16+00:00\"},{\"id\":1407,\"partnerId\":866,\"sendViaEmail\":true,\"email\":\"giel.van.heybeeck@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-05T12:22:03+00:00\",\"acceptedAt\":\"2025-06-05T12:22:03+00:00\",\"userId\":1931,\"lastUpdatedAt\":\"2025-06-05T12:22:03+00:00\"},{\"id\":1409,\"partnerId\":868,\"sendViaEmail\":false,\"email\":\"j.wuyts.loodgieterij@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-10T13:04:40+00:00\",\"acceptedAt\":\"2025-06-10T13:04:40+00:00\",\"userId\":2299,\"lastUpdatedAt\":\"2025-06-10T13:04:40+00:00\"},{\"id\":1410,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"Herald.mulder@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-12T13:11:11+00:00\",\"acceptedAt\":\"2025-06-12T13:11:11+00:00\",\"userId\":2305,\"lastUpdatedAt\":\"2025-06-12T13:11:11+00:00\"},{\"id\":1411,\"partnerId\":865,\"sendViaEmail\":true,\"email\":\"katrien.gysen@brusselsairport.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-13T09:30:18+00:00\",\"acceptedAt\":\"2025-06-13T09:30:18+00:00\",\"userId\":2275,\"lastUpdatedAt\":\"2025-06-13T09:30:18+00:00\"},{\"id\":1412,\"partnerId\":260,\"sendViaEmail\":false,\"email\":\"jamo.consulting@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-19T08:57:39+00:00\",\"acceptedAt\":\"2025-06-19T08:57:39+00:00\",\"userId\":2094,\"lastUpdatedAt\":\"2025-06-19T08:57:39+00:00\"},{\"id\":1413,\"partnerId\":528,\"sendViaEmail\":true,\"email\":\"Karen@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T08:31:23+00:00\",\"acceptedAt\":\"2025-06-20T08:31:23+00:00\",\"userId\":1574,\"lastUpdatedAt\":\"2025-06-20T08:31:23+00:00\"},{\"id\":1414,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"heidi.vanbergen@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:27+00:00\",\"acceptedAt\":\"2025-06-20T11:29:27+00:00\",\"userId\":2317,\"lastUpdatedAt\":\"2025-06-20T11:29:27+00:00\"},{\"id\":1415,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"eric.dewaet@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:27+00:00\",\"acceptedAt\":\"2025-06-20T11:29:27+00:00\",\"userId\":2318,\"lastUpdatedAt\":\"2025-06-20T11:29:27+00:00\"},{\"id\":1416,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"daisy.claes@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:27+00:00\",\"acceptedAt\":\"2025-06-20T11:29:27+00:00\",\"userId\":2319,\"lastUpdatedAt\":\"2025-06-20T11:29:27+00:00\"},{\"id\":1417,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"annelies.evens@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:27+00:00\",\"acceptedAt\":\"2025-06-20T11:29:27+00:00\",\"userId\":2320,\"lastUpdatedAt\":\"2025-06-20T11:29:27+00:00\"},{\"id\":1418,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"shana.vanhoutte@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:28+00:00\",\"acceptedAt\":\"2025-06-20T11:29:28+00:00\",\"userId\":2321,\"lastUpdatedAt\":\"2025-06-20T11:29:28+00:00\"},{\"id\":1419,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"alexis.degrauwe@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:28+00:00\",\"acceptedAt\":\"2025-06-20T11:29:28+00:00\",\"userId\":2322,\"lastUpdatedAt\":\"2025-06-20T11:29:28+00:00\"},{\"id\":1420,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"anthony.fierens@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:28+00:00\",\"acceptedAt\":\"2025-06-20T11:29:28+00:00\",\"userId\":2323,\"lastUpdatedAt\":\"2025-06-20T11:29:28+00:00\"},{\"id\":1421,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"hans.debont@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:28+00:00\",\"acceptedAt\":\"2025-06-20T11:29:28+00:00\",\"userId\":2324,\"lastUpdatedAt\":\"2025-06-20T11:29:28+00:00\"},{\"id\":1422,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"phellice.timmermans@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:29+00:00\",\"acceptedAt\":\"2025-06-20T11:29:29+00:00\",\"userId\":2325,\"lastUpdatedAt\":\"2025-06-20T11:29:29+00:00\"},{\"id\":1423,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"frieda.geeurickx@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:29+00:00\",\"acceptedAt\":\"2025-06-20T11:29:29+00:00\",\"userId\":2326,\"lastUpdatedAt\":\"2025-06-20T11:29:29+00:00\"},{\"id\":1424,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"greet.vanderstraeten@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:29+00:00\",\"acceptedAt\":\"2025-06-20T11:29:29+00:00\",\"userId\":2327,\"lastUpdatedAt\":\"2025-06-20T11:29:29+00:00\"},{\"id\":1425,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"kevin.germis@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:30+00:00\",\"acceptedAt\":\"2025-06-20T11:29:30+00:00\",\"userId\":2328,\"lastUpdatedAt\":\"2025-06-20T11:29:30+00:00\"},{\"id\":1426,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"jan.verellen@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:30+00:00\",\"acceptedAt\":\"2025-06-20T11:29:30+00:00\",\"userId\":2329,\"lastUpdatedAt\":\"2025-06-20T11:29:30+00:00\"},{\"id\":1427,\"partnerId\":873,\"sendViaEmail\":true,\"email\":\"karolien.vleugels@recupel.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T11:29:30+00:00\",\"acceptedAt\":\"2025-06-20T11:29:30+00:00\",\"userId\":2330,\"lastUpdatedAt\":\"2025-06-20T11:29:30+00:00\"},{\"id\":1428,\"partnerId\":59,\"sendViaEmail\":false,\"email\":\"silke.roose@telenet.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-20T16:48:46+00:00\",\"acceptedAt\":\"2025-06-20T16:48:46+00:00\",\"userId\":2331,\"lastUpdatedAt\":\"2025-06-20T16:48:46+00:00\"},{\"id\":1429,\"partnerId\":826,\"sendViaEmail\":false,\"email\":\"Kelly.CUMPS@sobi.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-23T10:49:10+00:00\",\"acceptedAt\":\"2025-06-23T10:49:10+00:00\",\"userId\":2335,\"lastUpdatedAt\":\"2025-06-23T10:49:10+00:00\"},{\"id\":1430,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"jorrit.vanderdonck@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:49+00:00\",\"acceptedAt\":\"2025-06-25T11:02:49+00:00\",\"userId\":2339,\"lastUpdatedAt\":\"2025-06-25T11:02:49+00:00\"},{\"id\":1431,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"koen.minnebach@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:50+00:00\",\"acceptedAt\":\"2025-06-25T11:02:50+00:00\",\"userId\":2340,\"lastUpdatedAt\":\"2025-06-25T11:02:50+00:00\"},{\"id\":1432,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"tymon.brauns@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:50+00:00\",\"acceptedAt\":\"2025-06-25T11:02:50+00:00\",\"userId\":2341,\"lastUpdatedAt\":\"2025-06-25T11:02:50+00:00\"},{\"id\":1433,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"gunter.vandendriessche@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:50+00:00\",\"acceptedAt\":\"2025-06-25T11:02:50+00:00\",\"userId\":2342,\"lastUpdatedAt\":\"2025-06-25T11:02:50+00:00\"},{\"id\":1434,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"dylan.de.poorter@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:51+00:00\",\"acceptedAt\":\"2025-06-25T11:02:51+00:00\",\"userId\":2343,\"lastUpdatedAt\":\"2025-06-25T11:02:51+00:00\"},{\"id\":1435,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"jessica.vannoten@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:51+00:00\",\"acceptedAt\":\"2025-06-25T11:02:51+00:00\",\"userId\":2344,\"lastUpdatedAt\":\"2025-06-25T11:02:51+00:00\"},{\"id\":1436,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"vincent.kim@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:51+00:00\",\"acceptedAt\":\"2025-06-25T11:02:51+00:00\",\"userId\":2345,\"lastUpdatedAt\":\"2025-06-25T11:02:51+00:00\"},{\"id\":1437,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"patrik.hillen@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:51+00:00\",\"acceptedAt\":\"2025-06-25T11:02:51+00:00\",\"userId\":2346,\"lastUpdatedAt\":\"2025-06-25T11:02:51+00:00\"},{\"id\":1438,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"sarah.jacobs@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:52+00:00\",\"acceptedAt\":\"2025-06-25T11:02:52+00:00\",\"userId\":2347,\"lastUpdatedAt\":\"2025-06-25T11:02:52+00:00\"},{\"id\":1439,\"partnerId\":875,\"sendViaEmail\":true,\"email\":\"koen.wouters@docitconsult.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T11:02:52+00:00\",\"acceptedAt\":\"2025-06-25T11:02:52+00:00\",\"userId\":2348,\"lastUpdatedAt\":\"2025-06-25T11:02:52+00:00\"},{\"id\":1440,\"partnerId\":752,\"sendViaEmail\":false,\"email\":\"Dimitri.Schotmans@kimchoc.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T14:20:23+00:00\",\"acceptedAt\":\"2025-06-25T14:20:23+00:00\",\"userId\":2349,\"lastUpdatedAt\":\"2025-06-25T14:20:23+00:00\"},{\"id\":1441,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"bollen.wim3@gmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T15:24:40+00:00\",\"acceptedAt\":\"2025-06-25T15:24:40+00:00\",\"userId\":2221,\"lastUpdatedAt\":\"2025-06-25T15:24:40+00:00\"},{\"id\":1442,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"bob@ravio.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T15:25:22+00:00\",\"acceptedAt\":\"2025-06-25T15:25:22+00:00\",\"userId\":2126,\"lastUpdatedAt\":\"2025-06-25T15:25:22+00:00\"},{\"id\":1443,\"partnerId\":849,\"sendViaEmail\":false,\"email\":\"mathieu@ravio.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-06-25T15:25:54+00:00\",\"acceptedAt\":\"2025-06-25T15:25:54+00:00\",\"userId\":2125,\"lastUpdatedAt\":\"2025-06-25T15:25:54+00:00\"},{\"id\":1444,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"alexandre.gras@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-06-27T10:12:21+00:00\",\"acceptedAt\":\"2025-06-27T10:12:21+00:00\",\"userId\":2357,\"lastUpdatedAt\":\"2025-06-27T10:12:21+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"next\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\"},\"meta\":{\"current_page\":11,\"from\":1001,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":true},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":1100,\"total\":1122}}"} 
[2025-07-17 19:27:47] local.DEBUG: BlulincApiService: API Response from /partner-invites/v1.0 {"status":200,"body":"{\"data\":[{\"id\":1446,\"partnerId\":20,\"sendViaEmail\":false,\"email\":\"pieter.heymans@nippongases.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-01T10:36:50+00:00\",\"acceptedAt\":\"2025-07-01T10:36:50+00:00\",\"userId\":2374,\"lastUpdatedAt\":\"2025-07-01T10:36:50+00:00\"},{\"id\":1447,\"partnerId\":528,\"sendViaEmail\":false,\"email\":\"lisa@recruitrlab.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-01T14:15:45+00:00\",\"acceptedAt\":\"2025-07-01T14:15:45+00:00\",\"userId\":2376,\"lastUpdatedAt\":\"2025-07-01T14:15:45+00:00\"},{\"id\":1448,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"genkis.gurlek@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:48:56+00:00\",\"acceptedAt\":\"2025-07-02T12:48:56+00:00\",\"userId\":2378,\"lastUpdatedAt\":\"2025-07-02T12:48:56+00:00\"},{\"id\":1449,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"jo.vanderspiegel@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:50:00+00:00\",\"acceptedAt\":\"2025-07-02T12:50:00+00:00\",\"userId\":2379,\"lastUpdatedAt\":\"2025-07-02T12:50:00+00:00\"},{\"id\":1450,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"Sven.Coppejans@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:50:19+00:00\",\"acceptedAt\":\"2025-07-02T12:50:19+00:00\",\"userId\":2380,\"lastUpdatedAt\":\"2025-07-02T12:50:19+00:00\"},{\"id\":1451,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"Youssef.Aissa@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:50:37+00:00\",\"acceptedAt\":\"2025-07-02T12:50:37+00:00\",\"userId\":2381,\"lastUpdatedAt\":\"2025-07-02T12:50:37+00:00\"},{\"id\":1452,\"partnerId\":876,\"sendViaEmail\":false,\"email\":\"Veronique.Herremans@claeysengels.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-02T12:50:58+00:00\",\"acceptedAt\":\"2025-07-02T12:50:58+00:00\",\"userId\":2382,\"lastUpdatedAt\":\"2025-07-02T12:50:58+00:00\"},{\"id\":1453,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"jozef.vanparijs@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-03T12:01:04+00:00\",\"acceptedAt\":\"2025-07-03T12:01:04+00:00\",\"userId\":2383,\"lastUpdatedAt\":\"2025-07-03T12:01:04+00:00\"},{\"id\":1454,\"partnerId\":797,\"sendViaEmail\":false,\"email\":\"tom.breugelmans@ineos.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-03T14:06:33+00:00\",\"acceptedAt\":\"2025-07-03T14:06:33+00:00\",\"userId\":2385,\"lastUpdatedAt\":\"2025-07-03T14:06:33+00:00\"},{\"id\":1455,\"partnerId\":879,\"sendViaEmail\":false,\"email\":\"user2@gomes.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-04T12:35:35+00:00\",\"acceptedAt\":\"2025-07-04T12:35:35+00:00\",\"userId\":2392,\"lastUpdatedAt\":\"2025-07-04T12:35:35+00:00\"},{\"id\":1456,\"partnerId\":879,\"sendViaEmail\":false,\"email\":\"user3@gomes.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-04T12:39:53+00:00\",\"acceptedAt\":\"2025-07-04T12:39:53+00:00\",\"userId\":2393,\"lastUpdatedAt\":\"2025-07-04T12:39:53+00:00\"},{\"id\":1457,\"partnerId\":879,\"sendViaEmail\":false,\"email\":\"user4@gomes.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-04T12:42:43+00:00\",\"acceptedAt\":\"2025-07-04T12:42:43+00:00\",\"userId\":2394,\"lastUpdatedAt\":\"2025-07-04T12:42:43+00:00\"},{\"id\":1458,\"partnerId\":879,\"sendViaEmail\":true,\"email\":\"bart.keijer@gomes.nl\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-04T12:45:02+00:00\",\"acceptedAt\":\"2025-07-04T12:45:02+00:00\",\"userId\":2389,\"lastUpdatedAt\":\"2025-07-04T12:45:02+00:00\"},{\"id\":1459,\"partnerId\":670,\"sendViaEmail\":false,\"email\":\"Louis.vermeulen@hitachienergy.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-07T11:49:36+00:00\",\"acceptedAt\":\"2025-07-07T11:49:36+00:00\",\"userId\":2402,\"lastUpdatedAt\":\"2025-07-07T11:49:36+00:00\"},{\"id\":1460,\"partnerId\":631,\"sendViaEmail\":true,\"email\":\"filiep@blulinc.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":false},\"status\":\"accepted\",\"createdAt\":\"2025-07-07T13:31:36+00:00\",\"acceptedAt\":\"2025-07-07T13:31:36+00:00\",\"userId\":2404,\"lastUpdatedAt\":\"2025-07-07T13:31:36+00:00\"},{\"id\":1461,\"partnerId\":702,\"sendViaEmail\":false,\"email\":\"sofie.geelen@apotheekpanorama.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-07T15:41:22+00:00\",\"acceptedAt\":\"2025-07-07T15:41:22+00:00\",\"userId\":1399,\"lastUpdatedAt\":\"2025-07-07T15:41:22+00:00\"},{\"id\":1462,\"partnerId\":613,\"sendViaEmail\":false,\"email\":\"Lara@adfinas.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-08T13:42:58+00:00\",\"acceptedAt\":\"2025-07-08T13:42:58+00:00\",\"userId\":2407,\"lastUpdatedAt\":\"2025-07-08T13:42:58+00:00\"},{\"id\":1463,\"partnerId\":877,\"sendViaEmail\":false,\"email\":\"bart.kregersman@krechnologies.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-08T14:38:26+00:00\",\"acceptedAt\":\"2025-07-08T14:38:26+00:00\",\"userId\":2334,\"lastUpdatedAt\":\"2025-07-08T14:38:26+00:00\"},{\"id\":1464,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"yves@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-15T09:28:36+00:00\",\"acceptedAt\":\"2025-07-15T09:28:36+00:00\",\"userId\":2430,\"lastUpdatedAt\":\"2025-07-15T09:28:36+00:00\"},{\"id\":1465,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"thibaut@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":true,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-15T09:54:27+00:00\",\"acceptedAt\":\"2025-07-15T09:54:27+00:00\",\"userId\":2431,\"lastUpdatedAt\":\"2025-07-15T09:54:27+00:00\"},{\"id\":1466,\"partnerId\":816,\"sendViaEmail\":false,\"email\":\"thalia@depoortere.be\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":true,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-15T09:58:38+00:00\",\"acceptedAt\":\"2025-07-15T09:58:38+00:00\",\"userId\":2432,\"lastUpdatedAt\":\"2025-07-15T09:58:38+00:00\"},{\"id\":1467,\"partnerId\":885,\"sendViaEmail\":true,\"email\":\"nicolas_engelmann@hotmail.com\",\"language\":\"en\",\"acceptUrl\":null,\"options\":{\"allowCorporateAccountBilling\":false,\"limitCorporateAccountBillingToPartnerChargePoints\":false,\"allowAccessToPrivateChargePoints\":true},\"status\":\"accepted\",\"createdAt\":\"2025-07-17T12:29:18+00:00\",\"acceptedAt\":\"2025-07-17T12:29:18+00:00\",\"userId\":2437,\"lastUpdatedAt\":\"2025-07-17T12:29:18+00:00\"}],\"links\":{\"first\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"last\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"prev\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"next\":null},\"meta\":{\"current_page\":12,\"from\":1101,\"last_page\":12,\"links\":[{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"\\u00ab Previous\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=1\",\"label\":\"1\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=9\",\"label\":\"9\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=10\",\"label\":\"10\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=11\",\"label\":\"11\",\"active\":false},{\"url\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0?per_page=100&page=12\",\"label\":\"12\",\"active\":true},{\"url\":null,\"label\":\"Next \\u00bb\",\"active\":false}],\"path\":\"https:\\/\\/cp.blulinc.com\\/public-api\\/resources\\/partner-invites\\/v1.0\",\"per_page\":100,\"to\":1122,\"total\":1122}}"} 
[2025-07-17 19:27:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/10 {"status":200,"body":"{\"data\":{\"id\":10,\"name\":\"Veko Lightsystems Nv\",\"businessName\":\"Veko Lightsystems Nv\",\"regNo\":\"0464,282,877\",\"vatNo\":\"BE0464,282,877\",\"country\":\"BE\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Ploeghoeveweg 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Van Stappen\",\"email\":\"s.vanstappen@veko.be\",\"phone\":\"+32 496 28 55 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/9 {"status":200,"body":"{\"data\":{\"id\":9,\"name\":\"Brian Altman\",\"businessName\":\"Brian Altman\",\"regNo\":\"BE0713841311\",\"vatNo\":\"BE0713841311\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Vinaafstraat 3a\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Brian Altman\",\"email\":\"bgaltman@gmail.com\",\"phone\":\"0468051222\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/26 {"status":200,"body":"{\"data\":{\"id\":26,\"name\":\"Praktijk Hilde Smout\",\"businessName\":\"Praktijk Hilde Smout\",\"regNo\":\"0793.523.643\",\"vatNo\":\"BE0793.523.643\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2322\",\"address\":\"Hoge Weg 34\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Smout\",\"email\":\"info@hildesmout.be\",\"phone\":\"0479624492\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/27 {"status":200,"body":"{\"data\":{\"id\":27,\"name\":\"Tanghe & Compeers BV\",\"businessName\":\"Tanghe & Compeers BV\",\"regNo\":\"0662.540.682\",\"vatNo\":\"BE 0662.540.682\",\"country\":\"BE\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Ruggeveldlaan 763\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christophe Compeers\",\"email\":\"christophecompeers@gmail.com\",\"phone\":\"+32 468 29 42 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturatie\",\"email\":\"facturen@tanghe-en-compeers-bv.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/23 {"status":200,"body":"{\"data\":{\"id\":23,\"name\":\"Netcom Solutions\",\"businessName\":\"Netcom Solutions\",\"regNo\":\"BE0832007996\",\"vatNo\":\"BE0832007996\",\"country\":null,\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Rattepas 11, 9860 Oosterzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-18T12:06:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan Kranda\",\"email\":\"cihan@netcomsolutions.be\",\"phone\":\"+32497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/29 {"status":200,"body":"{\"data\":{\"id\":29,\"name\":\"Tandartspraktijk Vervack\",\"businessName\":\"Tandartspraktijk Vervack\",\"regNo\":\"0430.785.314\",\"vatNo\":\"BE0430.785.314\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Wondelgem\",\"postcode\":\"9032\",\"address\":\"Botestraat 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Valentin Vervack\",\"email\":\"valentin.vervack@gmail.com\",\"phone\":\"+32494356467\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/45 {"status":200,"body":"{\"data\":{\"id\":45,\"name\":\"Hairconsulting by MD\",\"businessName\":\"Hairconsulting by MD\",\"regNo\":\"0768.824.275\",\"vatNo\":\"BE 0768.824.275\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Dieseghemlei 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michael Dupon\",\"email\":\"michael@hairconsultingbymd.com\",\"phone\":\"0475\\/608718\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/46 {"status":200,"body":"{\"data\":{\"id\":46,\"name\":\"BLQ Management\",\"businessName\":\"BLQ Management\",\"regNo\":null,\"vatNo\":\"BE 0750.548.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Molenstraat 113\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Bogaerts\",\"email\":\"Jeroen.bogaerts@junto.be\",\"phone\":\"+32 476 74 64 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/20 {"status":200,"body":"{\"data\":{\"id\":20,\"name\":\"Nippon Gases Nv\",\"businessName\":\"Nippon Gases Nv\",\"regNo\":\"0438719221\",\"vatNo\":\"BE0438719221\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Lammerdries-Oost 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Schrauwers\",\"email\":\"ann.schauwers@nippongases.com\",\"phone\":\"0494660040\"},\"technical\":{\"contactPerson\":\"Bart Voorspoels\",\"email\":\"bart.voorspoels@nippongases.com\",\"phone\":\"0474\\/571.242\"},\"billing\":{\"contactPerson\":\"Company Cars BNL\",\"email\":\"companycars.bnl@nippongases.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/50 {"status":200,"body":"{\"data\":{\"id\":50,\"name\":\"Ksab Comm V\",\"businessName\":\"Ksab Comm V\",\"regNo\":\"0688672581\",\"vatNo\":\"BE0688672581\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Dijlestraat 89\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":2500,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Serranne\",\"email\":\"kserranne@hotmail.com\",\"phone\":\"+32486891020\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/47 {"status":200,"body":"{\"data\":{\"id\":47,\"name\":\"Turn Around Management\",\"businessName\":\"Turn Around Management\",\"regNo\":\"0578850468\",\"vatNo\":\"BE0578850468\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"PARKLEI 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"RAN ANCHO\",\"email\":\"ran.ancho@gmail.com\",\"phone\":\"0491\\/281332\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/52 {"status":200,"body":"{\"data\":{\"id\":52,\"name\":\"BV Kine Callebaut - Decoene\",\"businessName\":\"BV Kine Callebaut - Decoene\",\"regNo\":\"0746.438.160\",\"vatNo\":\"BE 0746.438.160\",\"country\":null,\"region\":null,\"city\":\"Melle\",\"postcode\":\"9090\",\"address\":\"Lindestraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Callebaut\",\"email\":\"callebautdecoene@gmail.com\",\"phone\":\"0478542642\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/13 {"status":200,"body":"{\"data\":{\"id\":13,\"name\":\"Phistelle\",\"businessName\":\"Phistelle\",\"regNo\":\"BE0478.867.224\",\"vatNo\":\"BE0478.867.224\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zonnebeke\",\"postcode\":\"8980\",\"address\":\"Canadalaan 21,\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dominique Clinckemaillie\",\"email\":\"phistelle@telenet.be\",\"phone\":\"+3251 78 04 83\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/53 {"status":200,"body":"{\"data\":{\"id\":53,\"name\":\"Werner Matthys Architect (BVBA)\",\"businessName\":\"Werner Matthys Architect (BVBA)\",\"regNo\":\"0533.696.473\",\"vatNo\":\"BE 0533.696.473\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2531\",\"address\":\"Broechemsesteenweg 85a\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":\"BE98 7895 5986 2493\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Werner Matthys\",\"email\":\"wma.architect@gmail.com\",\"phone\":\"+32474656442\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/56 {"status":200,"body":"{\"data\":{\"id\":56,\"name\":\"Nick Houthuys BV\",\"businessName\":\"Nick Houthuys BV\",\"regNo\":\"0745.931.780\",\"vatNo\":\"BE0745.931.780\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Koningsvarenweg 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nick Houthuys\",\"email\":\"nick.houthuys@hotmail.com\",\"phone\":\"+32478887943\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/58 {"status":200,"body":"{\"data\":{\"id\":58,\"name\":\"Hesse Benelux\",\"businessName\":\"Hesse Benelux\",\"regNo\":\"BE 0454.865.959\",\"vatNo\":\"0454.865.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Nazareth\",\"postcode\":\"9810\",\"address\":\"venecoweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Silvie De Roo\",\"email\":\"s.de.roo@hesse-lignal.com\",\"phone\":\"0475962382\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/59 {"status":200,"body":"{\"data\":{\"id\":59,\"name\":\"Blulinc - Splitbill\",\"businessName\":\"Blulinc - Splitbill\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Cihan\",\"email\":\"Cihan@blulinc.com\",\"phone\":\"0497480894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/62 {"status":200,"body":"{\"data\":{\"id\":62,\"name\":\"Mado BV\",\"businessName\":\"Mado BV\",\"regNo\":\"BE0428.428.016\",\"vatNo\":\"0428.428.016\",\"country\":\"belgie\",\"region\":null,\"city\":\"Deurne\",\"postcode\":\"2100\",\"address\":\"Frans Baetenstraat 44\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hilde Verstraeten\",\"email\":\"Hilde.verstraeten@mado.be\",\"phone\":\"0475\\/863051\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:27:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/67 {"status":200,"body":"{\"data\":{\"id\":67,\"name\":\"VBR Management\",\"businessName\":\"VBR Management\",\"regNo\":\"0896.921.287\",\"vatNo\":\"BE0896.921.287\",\"country\":null,\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12 9402 Ninove\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"0475446174\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/64 {"status":200,"body":"{\"data\":{\"id\":64,\"name\":\"MP building\",\"businessName\":\"MP building\",\"regNo\":\"BE 0835.164.357\",\"vatNo\":\"0835.164.357\",\"country\":\"belgie\",\"region\":null,\"city\":\"Laarne\",\"postcode\":\"9270\",\"address\":\"Lepelstraat 35, Laarne, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mareels Peter\",\"email\":\"p.mareels@belgacom.net\",\"phone\":\"0475773234\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/82 {"status":200,"body":"{\"data\":{\"id\":82,\"name\":\"Katleen Van De Wijngaert\",\"businessName\":\"Katleen Van De Wijngaert\",\"regNo\":\"BE 0879574422\",\"vatNo\":\"0879574422\",\"country\":\"belgie\",\"region\":null,\"city\":\"Putte\",\"postcode\":\"2580\",\"address\":\"Steekheide 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katleen Van De Wijngaert\",\"email\":\"katleen.vdw@aol.be\",\"phone\":\"0491379228\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/61 {"status":200,"body":"{\"data\":{\"id\":61,\"name\":\"Volpe\",\"businessName\":\"Volpe\",\"regNo\":\"BE 0827.755.240\",\"vatNo\":\"0827.755.240\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Steenweg Op Aalst 91\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmelo Luparello\",\"email\":\"carmelo.luparello@gmail.com\",\"phone\":\"0473602204\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/89 {"status":200,"body":"{\"data\":{\"id\":89,\"name\":\"Marcel Geenen\",\"businessName\":\"Marcel Geenen\",\"regNo\":\"0767.333.148\",\"vatNo\":\"BE 0767.333.148\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoogstraten\",\"postcode\":\"2328\",\"address\":\"schuivenoord 1\",\"lastUpdatedAt\":\"2025-04-24T10:10:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marcel Geenen\",\"email\":\"celgeenen@telenet.be\",\"phone\":\"0486717033\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/90 {"status":200,"body":"{\"data\":{\"id\":90,\"name\":\"In't Wit\",\"businessName\":\"In't Wit\",\"regNo\":\"0898.799.624\",\"vatNo\":\"BE 0898.799.624\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Kauwstraat 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Brabander\",\"email\":\"kris@intwit.be\",\"phone\":\"0494235355\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/84 {"status":200,"body":"{\"data\":{\"id\":84,\"name\":\"Van Laeken BV\",\"businessName\":\"Van Laeken BV\",\"regNo\":\"BE 0888.695.489\",\"vatNo\":\"0888.695.489\",\"country\":\"belgie\",\"region\":null,\"city\":\"waasmunster\",\"postcode\":null,\"address\":\"Nijverheidslaan 255, Waasmunster, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gert Van Laeken\",\"email\":\"gertvanlaeken@hotmail.be\",\"phone\":\"0473122981\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/51 {"status":200,"body":"{\"data\":{\"id\":51,\"name\":\"Entrie BV\",\"businessName\":\"Entrie BV\",\"regNo\":\"0746.370.953\",\"vatNo\":\"BE0746.370.953\",\"country\":\"BE\",\"region\":null,\"city\":\"Oud-Turnhout\",\"postcode\":\"2360\",\"address\":\"Eensven 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Van de Cruys\",\"email\":\"wim@entrie.be\",\"phone\":\"+32496244999\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/92 {"status":200,"body":"{\"data\":{\"id\":92,\"name\":\"Timmerkoen BV\",\"businessName\":\"Timmerkoen BV\",\"regNo\":\"893804521\",\"vatNo\":\"BE0893804521\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Amandsberg\",\"postcode\":\"9020\",\"address\":\"Koerspleinstraat 29\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Timmerman\",\"email\":\"koen@montagewinkel.be\",\"phone\":\"0486632890\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/94 {"status":200,"body":"{\"data\":{\"id\":94,\"name\":\"Verleyen Greet\",\"businessName\":\"Verleyen Greet\",\"regNo\":\"BE 0749.711.218\",\"vatNo\":\"0749.711.218\",\"country\":\"belgie\",\"region\":null,\"city\":\"Aalter\",\"postcode\":\"9880\",\"address\":\"Manewaarde 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Greet Verleyen\",\"email\":\"greetverleyen@gmail.com\",\"phone\":\"0478887060\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/95 {"status":200,"body":"{\"data\":{\"id\":95,\"name\":\"Ibucon\",\"businessName\":\"Ibucon\",\"regNo\":\"BE 0828.569.545\",\"vatNo\":\"0828.569.545\",\"country\":\"belgie\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Edegemsesteenweg 98, 2550 Kontich, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Tandt\",\"email\":\"bart@ibucon.be\",\"phone\":\"0474739130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/97 {"status":200,"body":"{\"data\":{\"id\":97,\"name\":\"VOF JMC\",\"businessName\":\"VOF JMC\",\"regNo\":\"BE0774330511\",\"vatNo\":\"BE0774330511\",\"country\":\"belgie\",\"region\":null,\"city\":\"moerbeke\",\"postcode\":\"9180\",\"address\":\"Hospicestraat 58, 9180 Moerbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jens De Vuyst\",\"email\":\"jensdv42@hotmail.com\",\"phone\":\"0479879511\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/98 {"status":200,"body":"{\"data\":{\"id\":98,\"name\":\"Renodaf\",\"businessName\":\"Renodaf\",\"regNo\":\"0668.529.146\",\"vatNo\":\"0668.529.146\",\"country\":\"belgie\",\"region\":null,\"city\":\"Nijlen\",\"postcode\":\"2560\",\"address\":\"Lierseveldstraat 39, Nijlen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"David Van Thillo\",\"email\":\"info@renodaf.be\",\"phone\":\"0486951081\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/100 {"status":200,"body":"{\"data\":{\"id\":100,\"name\":\"Koen Holvoet\",\"businessName\":\"Koen Holvoet\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lier\",\"postcode\":\"2500\",\"address\":\"Elzenlaan 47\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Holvoet\",\"email\":\"koen.holvoet2@telenet.be\",\"phone\":\"0474343185\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/99 {"status":200,"body":"{\"data\":{\"id\":99,\"name\":\"Building+ConsultingBV\",\"businessName\":\"Building+ConsultingBV\",\"regNo\":\"0664478407\",\"vatNo\":\"BE0664478407\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Geraadsbergen\",\"postcode\":\"9506\",\"address\":\"Nuchten 53\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin De Neve\",\"email\":\"kevin@buildingconsulting.be\",\"phone\":\"0479826583\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/79 {"status":200,"body":"{\"data\":{\"id\":79,\"name\":\"Geert Pennewaert\",\"businessName\":\"Geert Pennewaert\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oudegem\",\"postcode\":\"9200\",\"address\":\"Ouburg 130 9200 Oudegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Pennewaert\",\"email\":\"geertpennewaert@gmail.com\",\"phone\":\"0476630591\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/101 {"status":200,"body":"{\"data\":{\"id\":101,\"name\":\"Wim Bischop\",\"businessName\":\"Wim Bischop\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"bogaardestraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Bischop\",\"email\":\"wim123bisschop@gmail.com\",\"phone\":\"0495142219\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/107 {"status":200,"body":"{\"data\":{\"id\":107,\"name\":\"Philip Schellens\",\"businessName\":\"Philip Schellens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Neerzand 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philip Schellens\",\"email\":\"scofawom@hotmail.com\",\"phone\":\"0496805346\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/108 {"status":200,"body":"{\"data\":{\"id\":108,\"name\":\"Danny Heungens\",\"businessName\":\"Danny Heungens\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"gentdam 42\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Heungens\",\"email\":\"dheungens@gmail.com\",\"phone\":\"0474561721\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/96 {"status":200,"body":"{\"data\":{\"id\":96,\"name\":\"Freddy Van Lokeren\",\"businessName\":\"Freddy Van Lokeren\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Gaverlandwegel 23 9120 Melsele\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Freddy Van Lokeren\",\"email\":\"freddy.van.lokeren@telenet.be\",\"phone\":\"0473966151\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/110 {"status":200,"body":"{\"data\":{\"id\":110,\"name\":\"Wim De Blieck\",\"businessName\":\"Wim De Blieck\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kuildamstraat 49\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Blieck\",\"email\":\"wim.de.blieck@telenet.be\",\"phone\":\"0479919347\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/109 {"status":200,"body":"{\"data\":{\"id\":109,\"name\":\"Telegroup BV\",\"businessName\":\"Telegroup BV\",\"regNo\":\"0476178542\",\"vatNo\":\"Be0476178542\",\"country\":\"BE\",\"region\":null,\"city\":\"Gistel\",\"postcode\":\"8470\",\"address\":\"Nieuwpoortsesteenwg 75\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Ketelaere\",\"email\":\"info@automationgroup.be\",\"phone\":\"0476315715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/198 {"status":200,"body":"{\"data\":{\"id\":198,\"name\":\"Prana Apana Balance\",\"businessName\":\"Prana Apana Balance\",\"regNo\":\"067478593\",\"vatNo\":\"BE067478593\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Lijsterbeslaan 58\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ian Moerbeek\",\"email\":\"pranaapanabalance@gmail.com\",\"phone\":\"0496283690\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/211 {"status":200,"body":"{\"data\":{\"id\":211,\"name\":\"Kris De Poorter\",\"businessName\":\"Kris De Poorter\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9470\",\"address\":\"Iddergemstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kris De Poorter\",\"email\":\"Kris@krisdepoorter.be\",\"phone\":\"0475908381\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/197 {"status":200,"body":"{\"data\":{\"id\":197,\"name\":\"Pieter Wyckmans Advocaat\",\"businessName\":\"Pieter Wyckmans Advocaat\",\"regNo\":\"BE 0837.118.215\",\"vatNo\":\"BE 0837.118.215\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Zemst\",\"postcode\":\"1982\",\"address\":\"Lange Ravestraat 26, Zemst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Wyckmans Advocaat\",\"email\":\"pieter.wyckmans@quinz.be\",\"phone\":\"0476664593\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/25 {"status":200,"body":"{\"data\":{\"id\":25,\"name\":\"Arge\\u00fcs\",\"businessName\":\"Arge\\u00fcs\",\"regNo\":\"0842680570\",\"vatNo\":\"BE0842680570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Gestelstraat 15, 3560 Lummen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Vik Nelissen\",\"email\":\"vik@argeus.be\",\"phone\":\"011917974\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/212 {"status":200,"body":"{\"data\":{\"id\":212,\"name\":\"Ramencentrum Van Hecke\",\"businessName\":\"Ramencentrum Van Hecke\",\"regNo\":\"BE 0446245530\",\"vatNo\":\"BE 0446245530\",\"country\":\"belgie\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Wachtebekestraat 193, 9060 Zelzate, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tino Van Hecke\",\"email\":\"tino.vanhecke@ramenvanhecke.be\",\"phone\":\"0475928481\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/213 {"status":200,"body":"{\"data\":{\"id\":213,\"name\":\"Yave-Architectuur\",\"businessName\":\"Yave-Architectuur\",\"regNo\":\"0740.922.523\",\"vatNo\":\"0740.922.523\",\"country\":\"belgie\",\"region\":null,\"city\":\"Holsbeek\",\"postcode\":\"3221\",\"address\":\"85 Veeliedenstraat 3221 Holsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Yannick Veny\",\"email\":\"yannickveny@hotmail.com\",\"phone\":\"0474929507\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/215 {"status":200,"body":"{\"data\":{\"id\":215,\"name\":\"BW Services\",\"businessName\":\"BW Services\",\"regNo\":\"862339601\",\"vatNo\":\"BE0862339601\",\"country\":\"BE\",\"region\":null,\"city\":\"Elingen\",\"postcode\":\"1671\",\"address\":\"Lenniksesteenweg 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Willems\",\"email\":\"bw.services@telenet.be\",\"phone\":\"0475907071\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/219 {"status":200,"body":"{\"data\":{\"id\":219,\"name\":\"Le Dernier Domino\",\"businessName\":\"Le Dernier Domino\",\"regNo\":\"BE0821898519\",\"vatNo\":\"BE0821898519\",\"country\":\"BE\",\"region\":null,\"city\":\"Zonhoven\",\"postcode\":\"3520\",\"address\":\"Merelstraat 71\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Van Zele\",\"email\":\"bart@ledernierdomino.be\",\"phone\":\"+32486539098\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/111 {"status":200,"body":"{\"data\":{\"id\":111,\"name\":\"Ann Van Hecke\",\"businessName\":\"Ann Van Hecke\",\"regNo\":null,\"vatNo\":null,\"country\":\"belgie\",\"region\":null,\"city\":\"hamme\",\"postcode\":\"9220\",\"address\":\"roggemanstraat 45a\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Van Hecke\",\"email\":\"vanheckeann@telenet.be\",\"phone\":\"0477227878\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/220 {"status":200,"body":"{\"data\":{\"id\":220,\"name\":\"Ter Doel\",\"businessName\":\"Ter Doel\",\"regNo\":\"BE0406194527\",\"vatNo\":\"BE0406194527\",\"country\":\"BE\",\"region\":null,\"city\":\"Verrebroek\",\"postcode\":\"9130\",\"address\":\"Kielderechtsebaan 88A 9130 Verrebroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ronny Smet\",\"email\":\"ronny-smet@telenet.be\",\"phone\":\"0477826343\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/222 {"status":200,"body":"{\"data\":{\"id\":222,\"name\":\"Jaleco- Havaro Bv\",\"businessName\":\"Jaleco- Havaro Bv\",\"regNo\":\"0841.912.785\",\"vatNo\":\"0841.912.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"luikersteenweg 561 3920 Lommel\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wout Janse\",\"email\":\"w.janse@jaleco-havaro.be\",\"phone\":\"+31622390037\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/241 {"status":200,"body":"{\"data\":{\"id\":241,\"name\":\"JDB schrijnwerken\",\"businessName\":\"JDB schrijnwerken\",\"regNo\":\"0765419872\",\"vatNo\":\"0765419872\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Schoordam 127\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"John De Buck\",\"email\":\"info@jdbschrijnwerk.be\",\"phone\":\"+32472882017\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/259 {"status":200,"body":"{\"data\":{\"id\":259,\"name\":\"Schoonheidsinstituut Carmen\",\"businessName\":\"Schoonheidsinstituut Carmen\",\"regNo\":\"1006.919.188\",\"vatNo\":\"BE1006.919.188\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Jezu\\u00eftenstraat 7\",\"lastUpdatedAt\":\"2025-05-21T13:56:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Carmen Verbeke\",\"email\":\"carmenverbeke@gmail.com\",\"phone\":\"0499424200\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/260 {"status":200,"body":"{\"data\":{\"id\":260,\"name\":\"Curon\",\"businessName\":\"Curon\",\"regNo\":\"0821439253\",\"vatNo\":\"0821439253\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83\\/b.1.b. 2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/269 {"status":200,"body":"{\"data\":{\"id\":269,\"name\":\"Rucha\",\"businessName\":\"Rucha\",\"regNo\":\"BE 0863414123\",\"vatNo\":\"0863414123\",\"country\":\"BE\",\"region\":null,\"city\":\"Waasmunster\",\"postcode\":\"9250\",\"address\":\"heidestraat 22 9250 Waasmunster\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudi Van Hoof\",\"email\":\"rudiziko@hotmail.com\",\"phone\":\"0479669877\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/240 {"status":200,"body":"{\"data\":{\"id\":240,\"name\":\"Probis BV\",\"businessName\":\"Probis BV\",\"regNo\":\"0457.692.421\",\"vatNo\":\"BE0457.692.421\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83, Geel, Belgium\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:26] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/274 {"status":200,"body":"{\"data\":{\"id\":274,\"name\":\"Isabella Sciacca\",\"businessName\":\"Isabella Sciacca\",\"regNo\":\"BE0769758841\",\"vatNo\":\"BE0769758841\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruibeke\",\"postcode\":\"9150\",\"address\":\"Veldstraat 56, 9150 Kruibeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabella Sciacca\",\"email\":\"isabellalaura@hotmail.com\",\"phone\":\"0497899840\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/275 {"status":200,"body":"{\"data\":{\"id\":275,\"name\":\"Immotrix\",\"businessName\":\"Immotrix\",\"regNo\":\"0446.605.222\",\"vatNo\":\"BE 0446.605.222\",\"country\":null,\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Nachtegalendreef 25, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kristof Boon\",\"email\":\"kristof@immotrix.be\",\"phone\":\"0471605232\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/276 {"status":200,"body":"{\"data\":{\"id\":276,\"name\":\"BTJ Service\",\"businessName\":\"BTJ Service\",\"regNo\":\"0696.894.817\",\"vatNo\":\"BE0696.894.817\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Riddershoevelaan 34 - 2940 Stabroek\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Blommaert\",\"email\":\"johan.blommaert@btj-service.be\",\"phone\":\"0478243306\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:28] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/277 {"status":200,"body":"{\"data\":{\"id\":277,\"name\":\"I&P Consulting Bv\",\"businessName\":\"I&P Consulting Bv\",\"regNo\":\"0451513818\",\"vatNo\":\"BE 0451513818\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Pollenusstraat 32, Kermt 3510 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Kerkhofs\",\"email\":\"patrickkerkhofs@konradholding.be\",\"phone\":\"0475236432\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/279 {"status":200,"body":"{\"data\":{\"id\":279,\"name\":\"Wanten Erik\",\"businessName\":\"Wanten Erik\",\"regNo\":\"0888.359.256\",\"vatNo\":\"BE0888.359.256\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Broekstraat 90\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wanten\",\"email\":\"ewanten@telenet.be\",\"phone\":\"+32475593349\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/11 {"status":200,"body":"{\"data\":{\"id\":11,\"name\":\"The Mailing Factory\",\"businessName\":\"The Mailing Factory\",\"regNo\":\"BE0867.283.829\",\"vatNo\":\"BE0867.283.829\",\"country\":\"Belgi\\u00eb\",\"region\":null,\"city\":\"Ganshoren\",\"postcode\":\"1083\",\"address\":\"Rusatiralaan 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fran\\u00e7ois Bonami\",\"email\":\"francois.bonami@themailingfactory.be\",\"phone\":\"0474236760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/281 {"status":200,"body":"{\"data\":{\"id\":281,\"name\":\"Thuisverpleging Evi\",\"businessName\":\"Thuisverpleging Evi\",\"regNo\":\"0782.693.196\",\"vatNo\":\"BE 0782.693.196\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Koperwieklaan 4\",\"lastUpdatedAt\":\"2025-01-22T16:31:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Nerinckx\",\"email\":\"thuisverplegingevi@hotmail.com\",\"phone\":\"0476862278\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/282 {"status":200,"body":"{\"data\":{\"id\":282,\"name\":\"BV Isabelle Verheyen\",\"businessName\":\"BV Isabelle Verheyen\",\"regNo\":\"0479379938\",\"vatNo\":\"BE0479379938\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint- Niklaas\",\"postcode\":\"9100\",\"address\":\"parklaan 113 9100 Sint- Niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Isabelle Verheyen\",\"email\":\"isabelle.verheyen@tandarts.be\",\"phone\":\"0477318894\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/284 {"status":200,"body":"{\"data\":{\"id\":284,\"name\":\"PJP BV\",\"businessName\":\"PJP BV\",\"regNo\":\"0771.396.854\",\"vatNo\":\"0771.396.854\",\"country\":null,\"region\":null,\"city\":\"Wichelen\",\"postcode\":\"9260\",\"address\":\"Paepestraat 168, 9260 Wichelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Jan Van Der Vorst\",\"email\":\"info@padel-idegem.be\",\"phone\":\"0486398495\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/285 {"status":200,"body":"{\"data\":{\"id\":285,\"name\":\"Ellen Ketsman\",\"businessName\":\"Ellen Ketsman\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Sint- Lievensplein 4 9550 Herzele\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Ketsman\",\"email\":\"ellen.ketsman@gmail.com\",\"phone\":\"0476755848\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/287 {"status":200,"body":"{\"data\":{\"id\":287,\"name\":\"Vadigran France\",\"businessName\":\"Vadigran France\",\"regNo\":null,\"vatNo\":\"FR19841463524\",\"country\":\"FR\",\"region\":null,\"city\":\"Boescheppe\",\"postcode\":\"59299\",\"address\":\"3087 Rue de la gare\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Antoon Van Lathem\",\"email\":\"Antoon@vadigran.be\",\"phone\":\"02 531 11 37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/288 {"status":200,"body":"{\"data\":{\"id\":288,\"name\":\"Ludo Caberg\",\"businessName\":\"Ludo Caberg\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beringen\",\"postcode\":\"3580\",\"address\":\"Bergske 13\\/10, Beringen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ludo Caberg\",\"email\":\"ludocaberg@gmail.com\",\"phone\":\"+32473993062\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/294 {"status":200,"body":"{\"data\":{\"id\":294,\"name\":\"Probis +\",\"businessName\":\"Probis +\",\"regNo\":\"0894.361.477\",\"vatNo\":\"BE0894.361.477\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/280 {"status":200,"body":"{\"data\":{\"id\":280,\"name\":\"Style is Fashion\",\"businessName\":\"Style is Fashion\",\"regNo\":\"0675716945\",\"vatNo\":\"BE0675.716.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"eekstraat 1\",\"lastUpdatedAt\":\"2025-05-21T14:11:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ozkan Yurdaer\",\"email\":\"ozkanyurdaer@gmail.com\",\"phone\":\"0488561031\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/295 {"status":200,"body":"{\"data\":{\"id\":295,\"name\":\"Ultea Bvba\\/sprl\",\"businessName\":\"Ultea Bvba\\/sprl\",\"regNo\":\"BE 0643 891 047\",\"vatNo\":\"BE 0643 891 047\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Spechtenberg 48, Sint-Stevens-Woluwe 1932 Zaventem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike Vandenhooft\",\"email\":\"mvandenhooft@gmail.com\",\"phone\":\"+32475520420\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/296 {"status":200,"body":"{\"data\":{\"id\":296,\"name\":\"Phiro Consulting BV\",\"businessName\":\"Phiro Consulting BV\",\"regNo\":\"BE 0870.081.783\",\"vatNo\":\"BE 0870.081.783\",\"country\":\"BE\",\"region\":null,\"city\":\"Steenokkerzeel\",\"postcode\":\"1820\",\"address\":\"Olmenlaan 4, 1820 Steenokkerzeel, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Philippe Rooseleer\",\"email\":\"philippe.rooseleer@fibizpartners.com\",\"phone\":\"0479977969\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/297 {"status":200,"body":"{\"data\":{\"id\":297,\"name\":\"Hamilton Bright\",\"businessName\":\"Hamilton Bright\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 462 - 2920 Kalmthout\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Belle\",\"email\":\"p.vanbelle@hamiltonbright.com\",\"phone\":\"+32 4 70 10 17 61\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/298 {"status":200,"body":"{\"data\":{\"id\":298,\"name\":\"BDW Group Bv\",\"businessName\":\"BDW Group Bv\",\"regNo\":\"0674888089\",\"vatNo\":\"BE 0674.888.089\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kluizestraat 15b, 9320 Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bartel Dewulf\",\"email\":\"bartel@zenses.be\",\"phone\":\"+32475725887\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/300 {"status":200,"body":"{\"data\":{\"id\":300,\"name\":\"Goemakat\",\"businessName\":\"Goemakat\",\"regNo\":\"0777.457.374\",\"vatNo\":\"0777.457.374\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortenberg\",\"postcode\":\"3071\",\"address\":\"Molenbeekplein 39 3071 Kortenberg\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katrien Goemare\",\"email\":\"katgoemaere77@gmail.com\",\"phone\":\"0496547687\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/301 {"status":200,"body":"{\"data\":{\"id\":301,\"name\":\"C&E Stockage & Logistiek bv\",\"businessName\":\"C&E Stockage & Logistiek bv\",\"regNo\":\"0875.279.597\",\"vatNo\":\"BE 0875.279.597\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":null,\"address\":\"Landries 125, Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chris Phlips\",\"email\":\"chris.phlips@telenet.be\",\"phone\":\"+32 476 424 337\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/302 {"status":200,"body":"{\"data\":{\"id\":302,\"name\":\"Autobel (Comm.V)\",\"businessName\":\"Autobel (Comm.V)\",\"regNo\":\"BE 0680.930.397\",\"vatNo\":\"BE 0680.930.397\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2060\",\"address\":\"Gasstraat 134 2060 Antwerpen\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tadic Zeljko\",\"email\":\"autobel@live.be\",\"phone\":\"0468 14 00 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/303 {"status":200,"body":"{\"data\":{\"id\":303,\"name\":\"Automation Consultants\",\"businessName\":\"Automation Consultants\",\"regNo\":\"0464.350.282\",\"vatNo\":\"0464.350.282\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Cambeenbos laan C 11, Brecht 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eric De Bruyn\",\"email\":\"eric.de.bruyn1@telenet.be\",\"phone\":\"+32476213572\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/304 {"status":200,"body":"{\"data\":{\"id\":304,\"name\":\"B&B Casa Cava\",\"businessName\":\"B&B Casa Cava\",\"regNo\":\"BE 0679 901 407\",\"vatNo\":\"BE 0679 901 407\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Rosstraat 124, Dendermonde\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Mannaert\",\"email\":\"info@casacava.eu\",\"phone\":\"0475360983\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/305 {"status":200,"body":"{\"data\":{\"id\":305,\"name\":\"CGO Consulting Bv\",\"businessName\":\"CGO Consulting Bv\",\"regNo\":\"0893467394\",\"vatNo\":\"0893467394\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9308\",\"address\":\"Kortenhoekstraat 42, Aalst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Gombert\",\"email\":\"info@cgoconsulting.be\",\"phone\":\"0499758061\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/306 {"status":200,"body":"{\"data\":{\"id\":306,\"name\":\"BMD Dakwerken Bvba\",\"businessName\":\"BMD Dakwerken Bvba\",\"regNo\":\"0650.547.722\",\"vatNo\":\"BE 0650.547.722\",\"country\":null,\"region\":null,\"city\":\"Temse\",\"postcode\":null,\"address\":\"Veldstraat 274, Temse, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Blommaert\",\"email\":\"marcbmddakwerken@gmail.com\",\"phone\":\"+32471820704\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/308 {"status":200,"body":"{\"data\":{\"id\":308,\"name\":\"BMApro\",\"businessName\":\"BMApro\",\"regNo\":\"0738.897.203\",\"vatNo\":\"0738.897.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Rijkevorsel\",\"postcode\":\"2310\",\"address\":\"Opstal 10, 2310 Rijkevorsel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Mattheussen\",\"email\":\"bart_matth@hotmail.com\",\"phone\":\"0494881403\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/310 {"status":200,"body":"{\"data\":{\"id\":310,\"name\":\"CCSA NV\",\"businessName\":\"CCSA NV\",\"regNo\":\"BE0445.360.751\",\"vatNo\":\"BE0445.360.751\",\"country\":null,\"region\":null,\"city\":\"St-Agatha-Berchem\",\"postcode\":\"1082\",\"address\":\"Vliegvelddreef 9 1082 St-Agatha-Berchem\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Luc Bock\",\"email\":\"lucdebock@probis.be\",\"phone\":\"0498924380\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/290 {"status":200,"body":"{\"data\":{\"id\":290,\"name\":\"WDT\",\"businessName\":\"WDT\",\"regNo\":\"0478.781.310\",\"vatNo\":\"0478.781.310\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Desguinlei 216, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Weyns\",\"email\":\"wdt@wdt.be\",\"phone\":\"0477509524\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/312 {"status":200,"body":"{\"data\":{\"id\":312,\"name\":\"Tuinen Roels\",\"businessName\":\"Tuinen Roels\",\"regNo\":\"0738.843.852\",\"vatNo\":\"0738.843.852\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Leli\\u00ebnlaan 11, 2840 Rumst, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Roel De Laet\",\"email\":\"tuinenroels@telenet.be\",\"phone\":\"0476719272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/299 {"status":200,"body":"{\"data\":{\"id\":299,\"name\":\"Figure-Of-Eight\",\"businessName\":\"Figure-Of-Eight\",\"regNo\":\"BE0784609046\",\"vatNo\":\"BE0784609046\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":null,\"address\":\"Hoekstraat 20, Lochristi, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sebastiaan Verberckmoes\",\"email\":\"sebastiaan.verberckmoes@gmail.com\",\"phone\":\"0479098177\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/315 {"status":200,"body":"{\"data\":{\"id\":315,\"name\":\"Dr Veerle Van Vlodrop\",\"businessName\":\"Dr Veerle Van Vlodrop\",\"regNo\":\"BE 0652.804.456\",\"vatNo\":\"BE 0652.804.456\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":null,\"address\":\"Meierij 3, Schelderode Merelbeke, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Veerle Van Vlodrop\",\"email\":\"vvanvlodrop@hotmail.com\",\"phone\":\"0486383175\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/314 {"status":200,"body":"{\"data\":{\"id\":314,\"name\":\"Niva Bv\",\"businessName\":\"Niva Bv\",\"regNo\":\"BE 0740 951 722\",\"vatNo\":\"0740 951 722\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Papenblokstraat 5, Mol 2400 Mol, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Hoof\",\"email\":\"niels@hestia.be\",\"phone\":\"+32 496 53 43 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/319 {"status":200,"body":"{\"data\":{\"id\":319,\"name\":\"Driesen Foods\",\"businessName\":\"Driesen Foods\",\"regNo\":\"BE0433871201\",\"vatNo\":\"BE0433871201\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Hannekenshoek 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Driesen\",\"email\":\"info@driesenfoods.be\",\"phone\":\"+32476285612\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/320 {"status":200,"body":"{\"data\":{\"id\":320,\"name\":\"B&W Bv Den Ambacht\",\"businessName\":\"B&W Bv Den Ambacht\",\"regNo\":\"BE 0650.763.201\",\"vatNo\":\"BE 0650.763.201\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8380\",\"address\":\"Ierse-Zeestraat 1B, 8380 Brugge, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Michel Torresan\",\"email\":\"info@denambacht.be\",\"phone\":\"+320473486577\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/322 {"status":200,"body":"{\"data\":{\"id\":322,\"name\":\"Moment Bvba\",\"businessName\":\"Moment Bvba\",\"regNo\":\"0830.724.826\",\"vatNo\":\"BE0830.724.826\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Engerstraat 69, 3071 Erps-Kwerps\",\"lastUpdatedAt\":\"2025-04-22T08:45:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ilse Paeshuys\",\"email\":\"Ilse@momenting.be\",\"phone\":\"0498133082\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/324 {"status":200,"body":"{\"data\":{\"id\":324,\"name\":\"Attendo\",\"businessName\":\"Attendo\",\"regNo\":\"0750 695 272\",\"vatNo\":\"BE 0750 695 272\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Burggravenlaan 10\",\"lastUpdatedAt\":\"2025-07-14T14:01:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Verrept\",\"email\":\"steven.verrept@telenet.be\",\"phone\":\"+32470852472\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/325 {"status":200,"body":"{\"data\":{\"id\":325,\"name\":\"CSB\\u00b2 bv\",\"businessName\":\"CSB\\u00b2 bv\",\"regNo\":\"BE 0458.986.281\",\"vatNo\":\"BE 0458.986.281\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7 9050 Gent\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Maurice Van De Wiel\",\"email\":\"m.vandewiel@profilan.be\",\"phone\":\"+32 475 84 05 45\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/327 {"status":200,"body":"{\"data\":{\"id\":327,\"name\":\"Tecware\",\"businessName\":\"Tecware\",\"regNo\":null,\"vatNo\":\"BE 0701.731.850\",\"country\":\"BE\",\"region\":null,\"city\":\"Haaltert\",\"postcode\":\"9451\",\"address\":\"Hollestraat 61\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dieter Reynaert\",\"email\":\"d.reynaert@tecware.be\",\"phone\":\"0483223030\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/318 {"status":200,"body":"{\"data\":{\"id\":318,\"name\":\"Netebeemden NV\",\"businessName\":\"Netebeemden NV\",\"regNo\":\"0433.147.659\",\"vatNo\":\"BE 0433.147.659\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 96B\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Eysermans\",\"email\":\"marc@netebeemden.be\",\"phone\":\"0495576889\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/329 {"status":200,"body":"{\"data\":{\"id\":329,\"name\":\"Metaalcontructie blomme\",\"businessName\":\"Metaalcontructie blomme\",\"regNo\":\"BE 0407.706.143\",\"vatNo\":\"BE 0407.706.143\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Industrieweg 41, 8800 Roeselare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eva Blomme\",\"email\":\"eva@metaalconstructieblomme.be\",\"phone\":\"+32485101350\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/328 {"status":200,"body":"{\"data\":{\"id\":328,\"name\":\"B&B DE MEIDOORN\",\"businessName\":\"B&B DE MEIDOORN\",\"regNo\":\"BE0797549143\",\"vatNo\":\"BE0797549143\",\"country\":null,\"region\":null,\"city\":\"VEURNE\",\"postcode\":\"8670\",\"address\":\"Houtemstraat 32, 8670 VEURNE, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace LOOTENS-STAEL\",\"email\":\"meidoorn.bb@telenet.be\",\"phone\":\"+32468126521\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/214 {"status":200,"body":"{\"data\":{\"id\":214,\"name\":\"Au Monty\",\"businessName\":\"Au Monty\",\"regNo\":\"697682396\",\"vatNo\":\"BE0697682396\",\"country\":\"BE\",\"region\":null,\"city\":\"Lustin\",\"postcode\":\"5170\",\"address\":\"Rue Monty 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"patricklaisnez@probis.be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/330 {"status":200,"body":"{\"data\":{\"id\":330,\"name\":\"Stem Finance\",\"businessName\":\"Stem Finance\",\"regNo\":\"BE0701729078\",\"vatNo\":\"BE0701729078\",\"country\":null,\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"De Gravestraat 9\\/102, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabrina Temmerman\",\"email\":\"sabrina.temmerman72@gmail.com\",\"phone\":\"0499256885\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/331 {"status":200,"body":"{\"data\":{\"id\":331,\"name\":\"Cenfibo\",\"businessName\":\"Cenfibo\",\"regNo\":\"0649.718.866\",\"vatNo\":\"0649.718.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Brakel\",\"postcode\":\"9660\",\"address\":\"Evensveldstraat 18, Brakel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Clery Collier\",\"email\":\"cenfibo@live.be\",\"phone\":\"0476338203\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/332 {"status":200,"body":"{\"data\":{\"id\":332,\"name\":\"Profil\",\"businessName\":\"Profil\",\"regNo\":\"BE 0438.563.427\",\"vatNo\":\"BE 0438.563.427\",\"country\":\"BE\",\"region\":null,\"city\":\"Gentbrugge\",\"postcode\":\"9050\",\"address\":\"Jan Samijnstraat 7, 9050 Gentbrugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim De Clercq\",\"email\":\"w.declercq@profilan.be\",\"phone\":\"0498442527\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/326 {"status":200,"body":"{\"data\":{\"id\":326,\"name\":\"BCM BV\",\"businessName\":\"BCM BV\",\"regNo\":\"BE0435.855.345\",\"vatNo\":\"BE0435.855.345\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Antwerpen\",\"address\":\"Terbekehofdreef 67, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Buelens\",\"email\":\"patrick@bcmbv.be\",\"phone\":\"0498 91 79 17\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/336 {"status":200,"body":"{\"data\":{\"id\":336,\"name\":\"Keizers Kroon\",\"businessName\":\"Keizers Kroon\",\"regNo\":\"BE0830239727\",\"vatNo\":\"BE0830239727\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Mercatorstraat 50, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lou Chou\",\"email\":\"info@keizers-kroon.be\",\"phone\":\"0471829473\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/337 {"status":200,"body":"{\"data\":{\"id\":337,\"name\":\"Ma Bulle Sante\",\"businessName\":\"Ma Bulle Sante\",\"regNo\":\"BE 0731.559.053\",\"vatNo\":\"BE 0731.559.053\",\"country\":\"BE\",\"region\":null,\"city\":\"neufchateau\",\"postcode\":\"6840\",\"address\":\"Rue Haut-Faing 21 neufchateau\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"St\\u00e9phane Sold\",\"email\":\"solcol01@protonmail.com\",\"phone\":\"+32473978823\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:28:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/335 {"status":200,"body":"{\"data\":{\"id\":335,\"name\":\"M.A.R.I.T. BV\",\"businessName\":\"M.A.R.I.T. BV\",\"regNo\":\"0775.851.035\",\"vatNo\":\"BE 0775.851.035\",\"country\":\"BE\",\"region\":null,\"city\":\"Loenhout\",\"postcode\":\"2990\",\"address\":\"Monseigneur Jansenlaan 3, Loenhout 2990 Wuustwezel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evert Derijcke\",\"email\":\"evertderijcker@gmail.com\",\"phone\":\"+32496877777\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/339 {"status":200,"body":"{\"data\":{\"id\":339,\"name\":\"Goedemont Kristof Bv\",\"businessName\":\"Goedemont Kristof Bv\",\"regNo\":\"BE0809851911\",\"vatNo\":\"BE0809851911\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Gillis-Waas\",\"postcode\":\"9170\",\"address\":\"Kluizenmeersen 19, 9170 Sint-Gillis-Waas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goedemont Kristof\",\"email\":\"kristof.goedemont@telenet.be\",\"phone\":\"0499236130\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/340 {"status":200,"body":"{\"data\":{\"id\":340,\"name\":\"Johan Van Schaik\",\"businessName\":\"Johan Van Schaik\",\"regNo\":null,\"vatNo\":null,\"country\":\"NL\",\"region\":null,\"city\":\"Zeegse\",\"postcode\":\"9483 TA\",\"address\":\"Zeegsersteeg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johan Van Schaik\",\"email\":\"jofem@me.com\",\"phone\":\"0031616022958\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/341 {"status":200,"body":"{\"data\":{\"id\":341,\"name\":\"Van Belle Jean NV\",\"businessName\":\"Van Belle Jean NV\",\"regNo\":\"0429.177.785\",\"vatNo\":\"BE0429.177.785\",\"country\":\"BE\",\"region\":null,\"city\":\"Meerbeke\",\"postcode\":\"9402\",\"address\":\"Steenstraat 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Caat Van Belle\",\"email\":\"caat.vanbelle@vanbelle.be\",\"phone\":\"054317760\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/343 {"status":200,"body":"{\"data\":{\"id\":343,\"name\":\"TommyTech Consulting\",\"businessName\":\"TommyTech Consulting\",\"regNo\":\"BE 0773.699.021\",\"vatNo\":\"BE 0773.699.021\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Nieuw Rommersheide 2g, Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Dilli\\u00ebn\",\"email\":\"tom@tommytech-consulting.be\",\"phone\":\"0499376265\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/344 {"status":200,"body":"{\"data\":{\"id\":344,\"name\":\"W&A Kip\",\"businessName\":\"W&A Kip\",\"regNo\":\"0819.786.491\",\"vatNo\":\"BE0819.786.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Rumst\",\"postcode\":\"2840\",\"address\":\"Nedrickxhoeveweg 6\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Verbruggen\",\"email\":\"wim.verbruggen-bertels@telenet.be\",\"phone\":\"0477\\/665758\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/345 {"status":200,"body":"{\"data\":{\"id\":345,\"name\":\"Quick taxi\",\"businessName\":\"Quick taxi\",\"regNo\":\"BE0798557646\",\"vatNo\":\"BE0798557646\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruges\",\"postcode\":\"8200\",\"address\":\"Molensteenstraat 21, 8200 Bruges, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nematullah Malik\",\"email\":\"maliknemat4@gmail.com\",\"phone\":\"+32487368566\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/346 {"status":200,"body":"{\"data\":{\"id\":346,\"name\":\"THUISVERPLEGING PINCET\",\"businessName\":\"THUISVERPLEGING PINCET\",\"regNo\":\"0844931267\",\"vatNo\":\"BE0844931267\",\"country\":\"BE\",\"region\":null,\"city\":\"Maasmechelen\",\"postcode\":\"3630\",\"address\":\"Hemelrijkstraat 31, Maasmechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-05-08T11:07:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Grispen\",\"email\":\"pincetbv@gmail.com\",\"phone\":\"0495329573\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/347 {"status":200,"body":"{\"data\":{\"id\":347,\"name\":\"Nursing Anja De Groote\",\"businessName\":\"Nursing Anja De Groote\",\"regNo\":\"BE0687519469\",\"vatNo\":\"BE0687519469\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Kernemelkstraat 23a, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja De Groote\",\"email\":\"quinten.van.durme@telenet.be\",\"phone\":\"0472387611\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/348 {"status":200,"body":"{\"data\":{\"id\":348,\"name\":\"Melange BV\",\"businessName\":\"Melange BV\",\"regNo\":\"0639.872.277\",\"vatNo\":\"BE0639.872.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Feynend 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Paepen\",\"email\":\"geert.paepen@gmail.com\",\"phone\":\"+32 474 53 00 67\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/349 {"status":200,"body":"{\"data\":{\"id\":349,\"name\":\"Biepme BV\",\"businessName\":\"Biepme BV\",\"regNo\":\"BE 0797004656\",\"vatNo\":\"BE 0797004656\",\"country\":\"BE\",\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"9160\",\"address\":\"Begijnhofstraat 14\\/302, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mark Deprez\",\"email\":\"mark.deprez@gmail.com\",\"phone\":\"0471551558\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/353 {"status":200,"body":"{\"data\":{\"id\":353,\"name\":\"Katty Martens\",\"businessName\":\"Katty Martens\",\"regNo\":\"BE0659869422\",\"vatNo\":\"BE0659869422\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Richard Orlentstraat 132, 2070 Zwijndrecht, BE\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Martens\",\"email\":\"kattymartens@hotmail.com\",\"phone\":\"+32489144132\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/354 {"status":200,"body":"{\"data\":{\"id\":354,\"name\":\"Brussels Truck Center\",\"businessName\":\"Brussels Truck Center\",\"regNo\":\"0464.896.155\",\"vatNo\":\"BE 0464.896.155\",\"country\":\"BE\",\"region\":null,\"city\":\"Dilbeek\",\"postcode\":\"1702\",\"address\":\"Rijshout 10, 1702 Dilbeek, Belgique\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andr\\u00e9 Goffaerts\",\"email\":\"andre.goffaerts@btciveco.eu\",\"phone\":\"+32475289090\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/72 {"status":200,"body":"{\"data\":{\"id\":72,\"name\":\"My Life Muzik BV\",\"businessName\":\"My Life Muzik BV\",\"regNo\":\"0864510421\",\"vatNo\":\"BE0864510421\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Groenenhoek 51\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeffrey Vanhaeren\",\"email\":\"Jeff@mylifemuzik.be\",\"phone\":\"+32477305146\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/311 {"status":200,"body":"{\"data\":{\"id\":311,\"name\":\"Vadigran Belgium\",\"businessName\":\"Vadigran Belgium\",\"regNo\":\"431312379\",\"vatNo\":\"BE0431312379\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Alfred algoetstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sjambho\",\"email\":\"Sjambho@vadigran.be\",\"phone\":\"067230563\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/391 {"status":200,"body":"{\"data\":{\"id\":391,\"name\":\"Egos\",\"businessName\":\"Egos\",\"regNo\":\"0434553664\",\"vatNo\":\"BE0434553664\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Lindelaan 13, 1500 Halle\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pascal De Bruyn\",\"email\":\"pascal.debruyn@telenet.be\",\"phone\":\"0495 51 96 23\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/393 {"status":200,"body":"{\"data\":{\"id\":393,\"name\":\"TLD Express\",\"businessName\":\"TLD Express\",\"regNo\":\"BE0469.596.695\",\"vatNo\":\"BE0469.596.695\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":null,\"address\":\"Leopoldstraat 114k, Ninove, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Limbourg\",\"email\":\"limbourg.danny@tldexpress.be\",\"phone\":\"054 54 40 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/394 {"status":200,"body":"{\"data\":{\"id\":394,\"name\":\"NV Lantman\",\"businessName\":\"NV Lantman\",\"regNo\":\"BE0441.807.482\",\"vatNo\":\"BE0441.807.482\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Heidelbergstraat 132, Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Lantsoght\",\"email\":\"piet_lantsoght@hotmail.com\",\"phone\":\"0475 42 84 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/395 {"status":200,"body":"{\"data\":{\"id\":395,\"name\":\"Stedra Consulting\",\"businessName\":\"Stedra Consulting\",\"regNo\":\"0755,869,530\",\"vatNo\":\"BE0755,869,530\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Groenstraat 86\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steve Stiers\",\"email\":\"Steve@stedraconsulting.be\",\"phone\":\"+32475950935\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/396 {"status":200,"body":"{\"data\":{\"id\":396,\"name\":\"Yibz Consulting VOF\",\"businessName\":\"Yibz Consulting VOF\",\"regNo\":\"0704.818.529\",\"vatNo\":\"0704.818.529\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Oude-Maasstraat 25, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Castro\",\"email\":\"yibz@telenet.be\",\"phone\":\"0495641149\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/400 {"status":200,"body":"{\"data\":{\"id\":400,\"name\":\"Hugo Myncke\",\"businessName\":\"Hugo Myncke\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Chrysantenlaan 19,\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hugo Myncke\",\"email\":\"hmyncke@toupret.com\",\"phone\":\"0497547039\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/402 {"status":200,"body":"{\"data\":{\"id\":402,\"name\":\"Immopro Bv\",\"businessName\":\"Immopro Bv\",\"regNo\":\"Be 0446 521 583\",\"vatNo\":\"Be 0446 521 583\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint niklaas\",\"postcode\":\"9100\",\"address\":\"Lamstraat 153 b1 9100 Sint niklaas\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Coppens\",\"email\":\"Immopro@telenet.be\",\"phone\":\"0475920898\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/401 {"status":200,"body":"{\"data\":{\"id\":401,\"name\":\"JD-consulting Commv\",\"businessName\":\"JD-consulting Commv\",\"regNo\":\"BE0756925642\",\"vatNo\":\"BE0756925642\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Nelis 2, Geel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jean Dubois\",\"email\":\"jd@jeandubois-consulting.com\",\"phone\":\"+32467140080\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/309 {"status":200,"body":"{\"data\":{\"id\":309,\"name\":\"Dr Mirella Dingens\",\"businessName\":\"Dr Mirella Dingens\",\"regNo\":\"BE0888693610\",\"vatNo\":\"BE0888693610\",\"country\":\"BE\",\"region\":null,\"city\":\"Schriek\",\"postcode\":\"2223\",\"address\":\"Galgestraat 16, 2223 Schriek\",\"lastUpdatedAt\":\"2024-11-01T10:28:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mirella Dingens\",\"email\":\"ThiemoMohr@skynet.be\",\"phone\":\"0479932296\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/404 {"status":200,"body":"{\"data\":{\"id\":404,\"name\":\"MMG Consulting BV\",\"businessName\":\"MMG Consulting BV\",\"regNo\":\"BE0746.455.283\",\"vatNo\":\"BE0746.455.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Prinsenlaan 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":\"0474 72 62 69\"},\"technical\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Dennis Goossens\",\"email\":\"DennisGoossens@konradholding.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/405 {"status":200,"body":"{\"data\":{\"id\":405,\"name\":\"Baert NV\",\"businessName\":\"Baert NV\",\"regNo\":\"BE0427.326.570\",\"vatNo\":\"BE0427.326.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Haacht\",\"postcode\":\"3150\",\"address\":\"Puttekomheide 83, 3150 Haacht\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Goele Baert\",\"email\":\"goele@baert.com\",\"phone\":\"0492 92 80 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/406 {"status":200,"body":"{\"data\":{\"id\":406,\"name\":\"Yunex Traffic\",\"businessName\":\"Yunex Traffic\",\"regNo\":\"BE 0465.177.158\",\"vatNo\":\"BE 0465.177.158\",\"country\":\"BE\",\"region\":null,\"city\":\"Beersel\",\"postcode\":\"1654\",\"address\":\"G.Demeurslaan 132,1654 Beersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Leemans\",\"email\":\"pieter.leemans@yunextraffic.com\",\"phone\":\"0472 30 20 13\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/407 {"status":200,"body":"{\"data\":{\"id\":407,\"name\":\"Nenuphar\",\"businessName\":\"Nenuphar\",\"regNo\":\"BE0662670148\",\"vatNo\":\"BE0662670148\",\"country\":\"BE\",\"region\":null,\"city\":\"Herzele\",\"postcode\":\"9550\",\"address\":\"Mollestraat 1, 9550 Herzele, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karel Dhont\",\"email\":\"karel.dhont@gmail.com\",\"phone\":\"0497 51 12 16\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/408 {"status":200,"body":"{\"data\":{\"id\":408,\"name\":\"Brevart BV\",\"businessName\":\"Brevart BV\",\"regNo\":null,\"vatNo\":\"BE0690647027\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":null,\"address\":\"Slagstraat 27\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Evi Dieltjens\",\"email\":\"Evi.dieltjens@telenet.be\",\"phone\":\"0486 54 06 08\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/409 {"status":200,"body":"{\"data\":{\"id\":409,\"name\":\"Corvo Branco\",\"businessName\":\"Corvo Branco\",\"regNo\":\"BE0745863088\",\"vatNo\":\"BE0745863088\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Molenwijk 17, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Steven Jansegers\",\"email\":\"steven.jansegers@gmail.com\",\"phone\":\"0475 22 23 71\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/410 {"status":200,"body":"{\"data\":{\"id\":410,\"name\":\"Lambrechts Hout NV\",\"businessName\":\"Lambrechts Hout NV\",\"regNo\":\"BE 0400.871.702\",\"vatNo\":\"BE 0400.871.702\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2100\",\"address\":\"Haminastraat 4, Antwerpen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marleen Lambrechts\",\"email\":\"marleen@lambrechtshout.be\",\"phone\":\"03 450 82 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/419 {"status":200,"body":"{\"data\":{\"id\":419,\"name\":\"Dehem bv\",\"businessName\":\"Dehem bv\",\"regNo\":\"BE0450.990.909\",\"vatNo\":\"BE0450.990.909\",\"country\":\"BE\",\"region\":null,\"city\":\"Heuvelland\",\"postcode\":\"8958\",\"address\":\"Dikkebusstraat 220, Loker Heuvelland, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Michel Dehem\",\"email\":\"info@wijngoeddhellekapelle.be\",\"phone\":\"0472 50 45 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/338 {"status":200,"body":"{\"data\":{\"id\":338,\"name\":\"Advipro\",\"businessName\":\"Advipro\",\"regNo\":\"0479.466.644\",\"vatNo\":\"BE0479.466.644\",\"country\":\"BE\",\"region\":null,\"city\":\"Lille\",\"postcode\":\"2275\",\"address\":\"Wechelsebaan 143 Bus 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Toon De Witvrouwen\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/420 {"status":200,"body":"{\"data\":{\"id\":420,\"name\":\"Relax Bvba\",\"businessName\":\"Relax Bvba\",\"regNo\":\"BE0862451249\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Brederodestraat 111\",\"lastUpdatedAt\":\"2024-11-27T13:00:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fatih Sezgin\",\"email\":\"fatihsezgin0101@gmail.com\",\"phone\":\"+32488062223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/424 {"status":200,"body":"{\"data\":{\"id\":424,\"name\":\"Q-Building\",\"businessName\":\"Q-Building\",\"regNo\":\"BE 0899.645.009\",\"vatNo\":\"BE 0899.645.009\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":\"Kardinaal Cardijnstraat\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sonia Deckx\",\"email\":\"sonia@q-building.com\",\"phone\":\"0478635456\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/425 {"status":200,"body":"{\"data\":{\"id\":425,\"name\":\"Emdoc BV Jan Breuls\",\"businessName\":\"Emdoc BV Jan Breuls\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Siegersveldstraat 32\",\"lastUpdatedAt\":\"2024-11-27T13:02:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Breuls\",\"email\":\"jan.breuls@gmail.com\",\"phone\":\"0494 39 79 82\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/432 {"status":200,"body":"{\"data\":{\"id\":432,\"name\":\"Food & Drink BV\",\"businessName\":\"Food & Drink BV\",\"regNo\":\"0886.456.769\",\"vatNo\":\"BE 0886.456.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Hasseltsesteenweg 70\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frans Herbots\",\"email\":\"frans@herbots.info\",\"phone\":\"0497\\/399.018\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/429 {"status":200,"body":"{\"data\":{\"id\":429,\"name\":\"AGifficiency BV\",\"businessName\":\"AGifficiency BV\",\"regNo\":\"0645763147\",\"vatNo\":\"BE0645763147\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Pater Damiaanstraat 30\",\"lastUpdatedAt\":\"2024-11-27T13:03:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Giraud\",\"email\":\"nicolas.giraud@ngconsult.be\",\"phone\":\"+32 499776550\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/433 {"status":200,"body":"{\"data\":{\"id\":433,\"name\":\"Eastbound Consulting Bv\",\"businessName\":\"Eastbound Consulting Bv\",\"regNo\":\"0743.943.775\",\"vatNo\":\"BE0743.943.775\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Einde Were 3\\/302\",\"lastUpdatedAt\":\"2024-11-27T13:05:25+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:26] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/428 {"status":200,"body":"{\"data\":{\"id\":428,\"name\":\"RPS BV\",\"businessName\":\"RPS BV\",\"regNo\":\"0884.396.213\",\"vatNo\":\"BE 0884.396.213\",\"country\":\"BE\",\"region\":null,\"city\":\"Wellen\",\"postcode\":\"3830\",\"address\":\"Dorpsstraat 24\",\"lastUpdatedAt\":\"2024-11-27T13:03:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/423 {"status":200,"body":"{\"data\":{\"id\":423,\"name\":\"Madolex Belgium NV\",\"businessName\":\"Madolex Belgium NV\",\"regNo\":\"0472 881 829\",\"vatNo\":\"BE0472 881 829\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Thor Park 8300\",\"lastUpdatedAt\":\"2024-11-27T13:01:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nico Cools\",\"email\":\"nicocools.nc@gmail.com\",\"phone\":\"0476\\/962900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/436 {"status":200,"body":"{\"data\":{\"id\":436,\"name\":\"Noteg bv\",\"businessName\":\"Noteg bv\",\"regNo\":\"BE0801.492.687\",\"vatNo\":\"BE0801.492.687\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Markiesakker 29\",\"lastUpdatedAt\":\"2024-11-27T13:10:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:28] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/438 {"status":200,"body":"{\"data\":{\"id\":438,\"name\":\"Comm V CLL\",\"businessName\":\"Comm V CLL\",\"regNo\":\"1017.764.085\",\"vatNo\":\"BE1017.764.085\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Polbroek 81\",\"lastUpdatedAt\":\"2025-01-05T12:30:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Spranghers\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/439 {"status":200,"body":"{\"data\":{\"id\":439,\"name\":\"Linda Rutten BV\",\"businessName\":\"Linda Rutten Bv\",\"regNo\":\"0707.826.024\",\"vatNo\":\"BE 0707.826.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Halle\",\"postcode\":\"1500\",\"address\":\"Jean Jacminstraat 103\\/1\",\"lastUpdatedAt\":\"2024-11-27T13:10:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/440 {"status":200,"body":"{\"data\":{\"id\":440,\"name\":\"Pensiontheker BV\",\"businessName\":\"Pensiontheker BV\",\"regNo\":\"0837.177.108\",\"vatNo\":\"BE 0837.177.108\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Magdalenastraat 46A\",\"lastUpdatedAt\":\"2024-11-27T13:11:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/441 {"status":200,"body":"{\"data\":{\"id\":441,\"name\":\"BV Dokter Peter De Sutter\",\"businessName\":\"BV Dokter Peter De Sutter\",\"regNo\":\"0674.919.070\",\"vatNo\":\"BE0674.919.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":null,\"address\":\"Opwijksesteenweg 17\",\"lastUpdatedAt\":\"2024-11-27T13:11:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/437 {"status":200,"body":"{\"data\":{\"id\":437,\"name\":\"ROSC Consulting\",\"businessName\":\"ROSC Consulting\",\"regNo\":\"0695801586\",\"vatNo\":\"BE0695801586\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Bethani\\u00eblei 46\",\"lastUpdatedAt\":\"2025-06-03T06:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Piet Hein Roelofsen\",\"email\":\"info@rosc-consulting.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/442 {"status":200,"body":"{\"data\":{\"id\":442,\"name\":\"De Mey Barbara Comm. V\",\"businessName\":\"De Mey Barbara Comm. V\",\"regNo\":\"BE0836.532.255\",\"vatNo\":\"BE0836.532.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Magerstraat 49\",\"lastUpdatedAt\":\"2024-11-27T13:13:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/449 {"status":200,"body":"{\"data\":{\"id\":449,\"name\":\"NG Technics\",\"businessName\":\"NG Technics\",\"regNo\":\"BE765699192\",\"vatNo\":\"BE765699192\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Kapelstraat 63, 9100 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/450 {"status":200,"body":"{\"data\":{\"id\":450,\"name\":\"Frederik Soffers Bv\",\"businessName\":\"Frederik Soffers Bv\",\"regNo\":\"BE 0754.995.243\",\"vatNo\":\"BE 0754.995.243\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Papenhofstraat 30, 2800 Mechelen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/451 {"status":200,"body":"{\"data\":{\"id\":451,\"name\":\"Meubelen Jonckheere\",\"businessName\":\"Meubelen Jonckheere\",\"regNo\":\"0405.986.570\",\"vatNo\":\"BE 0405.986.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9111\",\"address\":\"Nieuwe Baan 111, 9111 Sint-Niklaas, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Karel Jonckheere\",\"email\":\"karel@meubelen-jonckheere.be\",\"phone\":\"03 772 33 34\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/452 {"status":200,"body":"{\"data\":{\"id\":452,\"name\":\"Poelmans Pierre\",\"businessName\":\"Poelmans Pierre\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":null,\"address\":\"Sint-Lambertusstraat 4, Lummen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/453 {"status":200,"body":"{\"data\":{\"id\":453,\"name\":\"R.I.B. NV\",\"businessName\":\"R.I.B. NV\",\"regNo\":\"0450.059.214\",\"vatNo\":\"BE0450.059.214\",\"country\":\"BE\",\"region\":null,\"city\":\"Anderlecht\",\"postcode\":\"1070\",\"address\":\"Rue Bara 161-163\",\"lastUpdatedAt\":\"2024-11-27T13:16:36+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Samiyel CITGEZ\",\"email\":\"citgezsamy@gmail.com\",\"phone\":\"+32475500138\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/455 {"status":200,"body":"{\"data\":{\"id\":455,\"name\":\"Ivana Vilusic\",\"businessName\":\"Ivana Vilusic\",\"regNo\":\"0694960458\",\"vatNo\":\"BE0694960458\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heldenhuldelaan 7\",\"lastUpdatedAt\":\"2024-11-27T13:18:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ivana Vilusic\",\"email\":\"ivana@live.be\",\"phone\":\"0479 44 25 98\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/456 {"status":200,"body":"{\"data\":{\"id\":456,\"name\":\"VCH WOOD EN CO BV\",\"businessName\":\"VCH WOOD EN CO BV\",\"regNo\":\"0798.564.277\",\"vatNo\":\"BE0798.564.277\",\"country\":\"BE\",\"region\":null,\"city\":\"Erps-Kwerps\",\"postcode\":\"3071\",\"address\":\"Vilvoordsebaan 15\",\"lastUpdatedAt\":\"2024-11-27T13:18:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kevin Van Cortenberg\",\"email\":\"kevin.van.cortenberg@telenet.be\",\"phone\":\"0475\\/32.99.07\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/458 {"status":200,"body":"{\"data\":{\"id\":458,\"name\":\"ALV Bv\",\"businessName\":\"ALV Bv\",\"regNo\":\"0824.539.491\",\"vatNo\":\"0824.539.491\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Gotevlietstraat 42 8000 Brugge\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/460 {"status":200,"body":"{\"data\":{\"id\":460,\"name\":\"Medec Consult BVBA\",\"businessName\":\"Medec Consult BVBA\",\"regNo\":\"0442564973\",\"vatNo\":\"BE0442564973\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Martens-Latem\",\"postcode\":\"9831\",\"address\":\"Museumlaan 17\",\"lastUpdatedAt\":\"2024-11-27T13:22:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Deconinck\",\"email\":\"joris.deconinck@gmail.com\",\"phone\":\"0475 43 36 91\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/461 {"status":200,"body":"{\"data\":{\"id\":461,\"name\":\"Bvba Van Avermaet-De Croock\",\"businessName\":\"Bvba Van Avermaet-De Croock\",\"regNo\":\"BE 0461.529.463\",\"vatNo\":\"BE 0461.529.463\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Haenhoutstraat 120, Destelbergen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/465 {"status":200,"body":"{\"data\":{\"id\":465,\"name\":\"Thuisverpleging Dimitri Joseph\",\"businessName\":\"Thuisverpleging Dimitri Joseph\",\"regNo\":\"0719849371\",\"vatNo\":\"BE0719849371\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Hanendreef 72\",\"lastUpdatedAt\":\"2024-12-13T10:55:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/467 {"status":200,"body":"{\"data\":{\"id\":467,\"name\":\"Casa De KaMa\",\"businessName\":\"Casa De KaMa\",\"regNo\":\"0586.760.225\",\"vatNo\":\"BE 0586.760.225\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Maagdekensstraat 1\",\"lastUpdatedAt\":\"2024-11-27T13:24:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/468 {"status":200,"body":"{\"data\":{\"id\":468,\"name\":\"BME NV\",\"businessName\":\"BME NV\",\"regNo\":\"0819.424.524\",\"vatNo\":\"BE 0819.424.524\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":null,\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-27T13:25:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/469 {"status":200,"body":"{\"data\":{\"id\":469,\"name\":\"Genoly.BIZ\",\"businessName\":\"Genoly.BIZ\",\"regNo\":\"0832.716.789\",\"vatNo\":\"BE 0832.716.789\",\"country\":\"BE\",\"region\":null,\"city\":\"Waver\",\"postcode\":null,\"address\":\"Venelle des Pr\\u00e9as 29\",\"lastUpdatedAt\":\"2024-11-27T13:26:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/471 {"status":200,"body":"{\"data\":{\"id\":471,\"name\":\"Worldline\",\"businessName\":\"Worldline\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"1030\",\"address\":\"1442 Chaus\\u00e9e de Haecht\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Hans Boeckx\",\"email\":\"Hans.Boeckx@worldline.com\",\"phone\":\"+32 (0)492 34 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/472 {"status":200,"body":"{\"data\":{\"id\":472,\"name\":\"Arch & Teco\",\"businessName\":\"Arch & Teco\",\"regNo\":\"0811.822.197\",\"vatNo\":\"BE 0811.822.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nabil Tazit\",\"email\":\"Nabil.Tazit@arch-teco.com\",\"phone\":\"0489 87 75 95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/411 {"status":200,"body":"{\"data\":{\"id\":411,\"name\":\"AFCT nv\",\"businessName\":\"AFCT nv\",\"regNo\":\"BE0445250883\",\"vatNo\":\"BE0445250883\",\"country\":\"BE\",\"region\":null,\"city\":\"Begijnendijk\",\"postcode\":\"3130\",\"address\":\"Mechelbaan 172, 3130 Begijnendijk, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc Borghers\",\"email\":\"marc.borghers@icloud.com\",\"phone\":\"0474 43 54 53\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/464 {"status":200,"body":"{\"data\":{\"id\":464,\"name\":\"Rex Industrial BV\",\"businessName\":\"Rex Industrial BV\",\"regNo\":\"0747.680.255\",\"vatNo\":\"BE 0747.680.255\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Engelakker 2\\/B\",\"lastUpdatedAt\":\"2024-11-27T13:23:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/91 {"status":200,"body":"{\"data\":{\"id\":91,\"name\":\"LR Solutios BV\",\"businessName\":\"LR Solutios BV\",\"regNo\":\"0886.141.520\",\"vatNo\":\"BE 0886.141.520\",\"country\":\"belgie\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Baillet-Latourlei 6, 2930 Brasschaat, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Lykle Roosjen\",\"email\":\"kateroosjen@gmail.com\",\"phone\":\"0472940145\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/454 {"status":200,"body":"{\"data\":{\"id\":454,\"name\":\"Thuisverpleging Marina Denijs\",\"businessName\":\"Thuisverpleging Marina Denijs\",\"regNo\":\"BE 0543.401.126\",\"vatNo\":\"BE 0543.401.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Achterstraat 235, 2980 Zoersel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/474 {"status":200,"body":"{\"data\":{\"id\":474,\"name\":\"Arkenia BV\",\"businessName\":\"Arkenia BV\",\"regNo\":\"0503.820.671\",\"vatNo\":\"BE0503.820.671\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Cederlaan 25\",\"lastUpdatedAt\":\"2024-11-27T14:03:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/475 {"status":200,"body":"{\"data\":{\"id\":475,\"name\":\"Gemeente Lievegem\",\"businessName\":\"Gemeente Lievegem\",\"regNo\":\"0697609152\",\"vatNo\":\"BE0697609152\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Kasteeldreef 72\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sabine De Rocker\",\"email\":\"Sabine.DeRocker@lievegem.be\",\"phone\":\"09 396 23 00\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/477 {"status":200,"body":"{\"data\":{\"id\":477,\"name\":\"M&D nv\",\"businessName\":\"M&D nv\",\"regNo\":\"0471.723.767\",\"vatNo\":\"BE 0471.723.767\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Kapellensteenweg 528\",\"lastUpdatedAt\":\"2024-11-27T14:04:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Harry Kramer\",\"email\":\"harry@deappelboom.com\",\"phone\":\"0495 04 96 04\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/478 {"status":200,"body":"{\"data\":{\"id\":478,\"name\":\"BPT Group\",\"businessName\":\"BPT Group\",\"regNo\":\"BE 0464.021.769\",\"vatNo\":\"BE 0464.021.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1602\",\"address\":\"Lindelaan 3 1602 Sint-Pieters-Leeuw\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/479 {"status":200,"body":"{\"data\":{\"id\":479,\"name\":\"Podoloog Kim Ingelbrecht\",\"businessName\":\"Podoloog Kim Ingelbrecht\",\"regNo\":\"BE0870254306\",\"vatNo\":\"BE0870254306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Kruis Bruges\",\"postcode\":null,\"address\":\"Keizerstraat 19, Sint-Kruis Bruges, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/480 {"status":200,"body":"{\"data\":{\"id\":480,\"name\":\"Webparking\",\"businessName\":\"Webparking\",\"regNo\":\"66328284\",\"vatNo\":\"NL856496674B01\",\"country\":\"NL\",\"region\":null,\"city\":\"Capelle aan den IJsse\",\"postcode\":\"2908\",\"address\":\"Cypresbaan 31a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Remko Brenters\",\"email\":\"remko.brenters@webparking.nl\",\"phone\":\"010 477 26 78\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/481 {"status":200,"body":"{\"data\":{\"id\":481,\"name\":\"Wyze Consulting\",\"businessName\":\"Wyze Consulting\",\"regNo\":\"BE0683908297\",\"vatNo\":\"BE0683908297\",\"country\":\"BE\",\"region\":null,\"city\":\"Bierbeek\",\"postcode\":\"3360\",\"address\":\"Waterstraat 30, 3360 Bierbeek, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/483 {"status":200,"body":"{\"data\":{\"id\":483,\"name\":\"VDS-Solutions\",\"businessName\":\"VDS-Solutions\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2980\",\"address\":\"Kwikaard 36, 2980 Zoersel\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/457 {"status":200,"body":"{\"data\":{\"id\":457,\"name\":\"Forward Focus BV\",\"businessName\":\"Forward Focus BV\",\"regNo\":\"0804308855\",\"vatNo\":\"BE0804308855\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 483A\",\"lastUpdatedAt\":\"2024-11-27T13:20:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/484 {"status":200,"body":"{\"data\":{\"id\":484,\"name\":\"Stas nv\",\"businessName\":\"Stas nv\",\"regNo\":\"BE0429465421\",\"vatNo\":\"BE0429465421\",\"country\":\"BE\",\"region\":null,\"city\":\"Glabbeek\",\"postcode\":\"Glabbeek\",\"address\":\"Craenenbroekstraat 32\",\"lastUpdatedAt\":\"2024-11-27T14:06:00+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/292 {"status":200,"body":"{\"data\":{\"id\":292,\"name\":\"Dobre UTCA BV\",\"businessName\":\"Dobre UTCA BV\",\"regNo\":\"BE0802252653\",\"vatNo\":\"BE0802252653\",\"country\":\"BE\",\"region\":null,\"city\":\"Waregem\",\"postcode\":\"8790\",\"address\":\"Anzegemseweg 26, 8790 Waregem\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Andrei Teleanu\",\"email\":\"info@hotel-st-janshof.be\",\"phone\":\"056 61 08 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/485 {"status":200,"body":"{\"data\":{\"id\":485,\"name\":\"New Line Company bvba\",\"businessName\":\"New Line Company bvba\",\"regNo\":\"0458.620.453\",\"vatNo\":\"BE 0458.620.453\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Hoge Buizemont 217\\/219\",\"lastUpdatedAt\":\"2024-11-27T14:26:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/486 {"status":200,"body":"{\"data\":{\"id\":486,\"name\":\"Aertsen - Waegenaar (BV)\",\"businessName\":\"Aertsen - Waegenaar (BV)\",\"regNo\":\"0437151680\",\"vatNo\":\"BE0437151680\",\"country\":\"BE\",\"region\":null,\"city\":\"Geraardsbergen\",\"postcode\":\"9500\",\"address\":\"Adamstraat 20\",\"lastUpdatedAt\":\"2024-11-27T14:08:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/487 {"status":200,"body":"{\"data\":{\"id\":487,\"name\":\"Cartechcenter\",\"businessName\":\"Cartechcenter\",\"regNo\":\"0686998045\",\"vatNo\":\"BE0686998045\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9400\",\"address\":\"Kouterbaan 10\",\"lastUpdatedAt\":\"2024-11-27T14:09:14+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/488 {"status":200,"body":"{\"data\":{\"id\":488,\"name\":\"Cammaert EVR BV\",\"businessName\":\"Cammaert EVR BV\",\"regNo\":\"BE0423924840\",\"vatNo\":\"BE0423924840\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Galgenbergstraat 50a, 9290 Berlare, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/490 {"status":200,"body":"{\"data\":{\"id\":490,\"name\":\"Maxavo\",\"businessName\":\"Maxavo\",\"regNo\":\"BE0534.935.895\",\"vatNo\":\"BE0534.935.895\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Astridstraat 9a, 9620 Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/491 {"status":200,"body":"{\"data\":{\"id\":491,\"name\":\"Dokter A. Mortier - Gynaecologie\",\"businessName\":\"Dokter A. Mortier - Gynaecologie\",\"regNo\":\"BE0816.581.137\",\"vatNo\":\"BE0816.581.137\",\"country\":\"BE\",\"region\":null,\"city\":\"Zottegem\",\"postcode\":\"9620\",\"address\":\"Godveerdegemstraat 69, Zottegem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/498 {"status":200,"body":"{\"data\":{\"id\":498,\"name\":\"Agaric Agathea\",\"businessName\":\"Agaric Agathea\",\"regNo\":\"0463.812.428\",\"vatNo\":\"BE0463.812.428\",\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Bakkerstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marjolein Vandersteene\",\"email\":\"Info@agathea.be\",\"phone\":\"0486 38 03 69\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/499 {"status":200,"body":"{\"data\":{\"id\":499,\"name\":\"VDS vof\",\"businessName\":\"VDS vof\",\"regNo\":\"BE0552939194\",\"vatNo\":\"BE0552939194\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kattendansstraat 80, 3500 Hasselt, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/501 {"status":200,"body":"{\"data\":{\"id\":501,\"name\":\"Groep Verlinden\",\"businessName\":\"Groep Verlinden\",\"regNo\":\"BE0721779275\",\"vatNo\":\"BE0721779275\",\"country\":\"BE\",\"region\":null,\"city\":\"Breendonk\",\"postcode\":\"2870\",\"address\":\"Breendonk-Dorp 83\\/1 2870 Breendonk\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/504 {"status":200,"body":"{\"data\":{\"id\":504,\"name\":\"Xemex NV\",\"businessName\":\"Xemex NV\",\"regNo\":\"0458.522.364\",\"vatNo\":\"BE0458.522.364\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Metropoolstraat 11a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"info@xemex.com\",\"phone\":\"+(323) 201-9595\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Muriel Dupont\",\"email\":\"muriel.dupont@xemex.eu\",\"phone\":\"+(324) 734-96392\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/505 {"status":200,"body":"{\"data\":{\"id\":505,\"name\":\"Basstan BV\",\"businessName\":\"Basstan BV\",\"regNo\":\"0745.975.530\",\"vatNo\":\"BE0745.975.530\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Pieter van Den Bemdenlaan 59\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Stijn Bogaerts\",\"email\":\"stijn.bogaerts@outlook.com\",\"phone\":\"+32 499 93 60 03\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:29:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/506 {"status":200,"body":"{\"data\":{\"id\":506,\"name\":\"Accretio Consult BV\",\"businessName\":\"Accretio Consult BV\",\"regNo\":\"0675.721.992\",\"vatNo\":\"BE0675.721.992\",\"country\":\"BE\",\"region\":null,\"city\":\"Wachtebeke\",\"postcode\":\"9185\",\"address\":\"Stationsstraat 162\\/a\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joris Dewit\",\"email\":\"dewitjoris.chem@gmail.com\",\"phone\":\"0471\\/950888\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/73 {"status":200,"body":"{\"data\":{\"id\":73,\"name\":\"Kurt Coene\",\"businessName\":\"Kurt Coene\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9320\",\"address\":\"Kapellestraat 38\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Kurt Coene\",\"email\":\"kurtcoene@gmail.com\",\"phone\":\"+32475973830\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/507 {"status":200,"body":"{\"data\":{\"id\":507,\"name\":\"Anke Spannenburg (CommV)\",\"businessName\":\"Anke Spannenburg (CommV)\",\"regNo\":\"0751465433\",\"vatNo\":\"BE0751465433\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2340\",\"address\":\"Veldstraat 61, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/508 {"status":200,"body":"{\"data\":{\"id\":508,\"name\":\"SoliSales Consulting (SRL)\",\"businessName\":\"SoliSales Consulting (SRL)\",\"regNo\":\"0766.479.944\",\"vatNo\":\"BE 0766.479.944\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Retieseweg 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Soliman Salmi\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/509 {"status":200,"body":"{\"data\":{\"id\":509,\"name\":\"Triple Accountancy\",\"businessName\":\"Triple Accountancy\",\"regNo\":\"BE0837.471.769\",\"vatNo\":\"BE0837.471.769\",\"country\":\"BE\",\"region\":null,\"city\":\"Zoersel\",\"postcode\":\"2982\",\"address\":\"Ten Otter 13\",\"lastUpdatedAt\":\"2024-11-27T15:22:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/8 {"status":200,"body":"{\"data\":{\"id\":8,\"name\":\"Garage Jos\",\"businessName\":\"Garage Jos\",\"regNo\":\"0724.910.395\",\"vatNo\":\"BE0724.910.395\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Ternatsestraat 136\",\"lastUpdatedAt\":\"2025-02-27T13:54:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Verbeken\",\"email\":\"garagejos@skynet.be\",\"phone\":\"0474647223\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Elke Peeters\",\"email\":\"peet.elke@gmail.com\",\"phone\":\"0473834899\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/512 {"status":200,"body":"{\"data\":{\"id\":512,\"name\":\"De Beertjes BV\",\"businessName\":\"De Beertjes BV\",\"regNo\":null,\"vatNo\":null,\"country\":null,\"region\":null,\"city\":\"Lokeren\",\"postcode\":\"107b\",\"address\":\"Gentse Steenweg 107b, Lokeren, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/511 {"status":200,"body":"{\"data\":{\"id\":511,\"name\":\"Thuisverpleging Chantal Picqueur\",\"businessName\":\"Thuisverpleging Chantal Picqueur\",\"regNo\":\"BE0802259086\",\"vatNo\":\"BE0802259086\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Biesbochtstraat 32, 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/514 {"status":200,"body":"{\"data\":{\"id\":514,\"name\":\"De Syndicus BV\",\"businessName\":\"De Syndicus BV\",\"regNo\":\"0881.168.883\",\"vatNo\":\"BE0881.168.883\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Sint-Truidersteenweg 206\\/1\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Arthur Corten\",\"email\":\"arthur@desyndicus.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/515 {"status":200,"body":"{\"data\":{\"id\":515,\"name\":\"Facto BV\",\"businessName\":\"Facto BV\",\"regNo\":\"BE 0462.470.759\",\"vatNo\":\"BE 0462.470.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":\"9920\",\"address\":\"Varensbos 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/516 {"status":200,"body":"{\"data\":{\"id\":516,\"name\":\"Meyvis BV\",\"businessName\":\"Meyvis BV\",\"regNo\":\"BE0415879085\",\"vatNo\":\"BE0415879085\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9831\",\"address\":\"Burggraaf H. de Spoelberchdreef 15, Sint-Martens-Latem, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/517 {"status":200,"body":"{\"data\":{\"id\":517,\"name\":\"Droomwolkje BV\",\"businessName\":\"Droomwolkje BV\",\"regNo\":\"BE0823483874\",\"vatNo\":\"BE0823483874\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Oudstrijdersstraat 56, 9700 Oudenaarde, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/519 {"status":200,"body":"{\"data\":{\"id\":519,\"name\":\"Cicco (COMMV)\",\"businessName\":\"Cicco (COMMV)\",\"regNo\":\"0673885427\",\"vatNo\":\"BE0673885427\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Henry Fordlaan 62\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Daniel Ciccodemarco\",\"email\":\"mail@cicco.be\",\"phone\":\"0478 27 12 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/520 {"status":200,"body":"{\"data\":{\"id\":520,\"name\":\"Fv Jaxijozi VVZRL\",\"businessName\":\"Fv Jaxijozi VVZRL\",\"regNo\":\"0842584956\",\"vatNo\":\"BE0842584956\",\"country\":\"BE\",\"region\":null,\"city\":\"Brecht\",\"postcode\":\"2960\",\"address\":\"Van de Reydtlaan 99, 2960 Brecht, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-04-24T10:20:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/218 {"status":200,"body":"{\"data\":{\"id\":218,\"name\":\"Diabetes Liga VZW\",\"businessName\":\"Diabetes Liga VZW\",\"regNo\":\"BE 0412.404.705\",\"vatNo\":\"BE 0412.404.705\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Ottergemsesteenweg 456\",\"lastUpdatedAt\":\"2024-11-01T10:28:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Thierry Regniers\",\"email\":\"thierry.regniers@diabetes.be\",\"phone\":\"092428531\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/522 {"status":200,"body":"{\"data\":{\"id\":522,\"name\":\"Link 44\",\"businessName\":\"Link 44\",\"regNo\":\"0888510003\",\"vatNo\":\"BE0888510003\",\"country\":\"BE\",\"region\":null,\"city\":\"Duffel\",\"postcode\":\"2570\",\"address\":\"Bosstraat 44\",\"lastUpdatedAt\":\"2025-03-25T09:39:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE74733040892907\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":\"+32471125398\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Krista Buts\",\"email\":\"krista.buts@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":true}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/513 {"status":200,"body":"{\"data\":{\"id\":513,\"name\":\"Dakwerken Baetens Ronny Bv\",\"businessName\":\"Dakwerken Baetens Ronny Bv\",\"regNo\":\"BE0667984461\",\"vatNo\":\"BE0667984461\",\"country\":\"BE\",\"region\":null,\"city\":\"Moerbeke\",\"postcode\":\"9180\",\"address\":\"Dorpvaart 31, 9180 Moerbeke-Waas\",\"lastUpdatedAt\":\"2024-11-01T10:28:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/524 {"status":200,"body":"{\"data\":{\"id\":524,\"name\":\"Les Soeurs BV\",\"businessName\":\"Les Soeurs BV\",\"regNo\":\"0636..879.729\",\"vatNo\":\"BE0636..879.729\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kapelstraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Hendrickx\",\"email\":\"info@lessoeurs.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/525 {"status":200,"body":"{\"data\":{\"id\":525,\"name\":\"Emporio BV\",\"businessName\":\"Emporio BV\",\"regNo\":\"0467.106.072\",\"vatNo\":\"BE 0467.106.072\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":null,\"address\":\"Gravendreef 11\\/1\",\"lastUpdatedAt\":\"2024-11-27T16:01:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/526 {"status":200,"body":"{\"data\":{\"id\":526,\"name\":\"Arkay Sporthorses\",\"businessName\":\"Arkay Sporthorses\",\"regNo\":\"0679.815.194\",\"vatNo\":\"BE 0679.815.194\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Dendermondesteenweg 911\",\"lastUpdatedAt\":\"2024-11-27T16:00:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/528 {"status":200,"body":"{\"data\":{\"id\":528,\"name\":\"RecruitrLAB Bv\",\"businessName\":\"RecruitrLAB Bv\",\"regNo\":\"0761.372.301\",\"vatNo\":\"BE 0761.372.301\",\"country\":\"BE\",\"region\":null,\"city\":\"Edegem\",\"postcode\":\"2650\",\"address\":\"Prins Boudewijnlaan 267 H\\/A\",\"lastUpdatedAt\":\"2025-06-20T08:15:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/529 {"status":200,"body":"{\"data\":{\"id\":529,\"name\":\"Edison's day BVBA\",\"businessName\":\"Edison's day BVBA\",\"regNo\":\"0459 141 580\",\"vatNo\":\"BE 0459 141 580\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Raas van Gaverestraat 83\",\"lastUpdatedAt\":\"2024-11-27T15:59:26+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/531 {"status":200,"body":"{\"data\":{\"id\":531,\"name\":\"Notre Blanche BV\",\"businessName\":\"Notre Blanche BV\",\"regNo\":\"BE 0863.380.964\",\"vatNo\":\"0863.380.964\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Bosdrop 15\",\"lastUpdatedAt\":\"2025-04-10T13:55:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/534 {"status":200,"body":"{\"data\":{\"id\":534,\"name\":\"4ll BV\",\"businessName\":\"4ll BV\",\"regNo\":\"0866.899.490\",\"vatNo\":\"BE 0866.899.490\",\"country\":\"BE\",\"region\":null,\"city\":\"Boortmeerbeek\",\"postcode\":\"3191\",\"address\":\"Hazelaarweg 3\",\"lastUpdatedAt\":\"2024-11-27T15:57:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/537 {"status":200,"body":"{\"data\":{\"id\":537,\"name\":\"IMAS Vastgoed BV\",\"businessName\":\"IMAS Vastgoed BV\",\"regNo\":\"0675 403 422\",\"vatNo\":\"0675 403 422\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3510\",\"address\":\"Wijerstraat 113 \\u2013 3510 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/523 {"status":200,"body":"{\"data\":{\"id\":523,\"name\":\"Bekover BV\",\"businessName\":\"Bekover BV\",\"regNo\":\"0832.532.786\",\"vatNo\":\"BE 0832.532.786\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Braambosweg 45 3140 Keerbergen\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/535 {"status":200,"body":"{\"data\":{\"id\":535,\"name\":\"Gerd Schelfhout\",\"businessName\":\"Gerd Schelfhout\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Boterbloemlaan 4\",\"lastUpdatedAt\":\"2024-11-27T15:57:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/540 {"status":200,"body":"{\"data\":{\"id\":540,\"name\":\"KDV Consult BV\",\"businessName\":\"KDV Consult BV\",\"regNo\":\"BE0649617314\",\"vatNo\":\"BE0649617314\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Jan Frans Willemsstraat 44\",\"lastUpdatedAt\":\"2024-12-10T10:25:28+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen De Valck\",\"email\":\"koen.de.valck@vanroey.pro\",\"phone\":\"0479 39 76 18\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/538 {"status":200,"body":"{\"data\":{\"id\":538,\"name\":\"MSE&co\",\"businessName\":\"MSE&co\",\"regNo\":\"BE0428503141\",\"vatNo\":\"BE0428503141\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":\"Rue de la Herse 34, Watermael-Boitsfort, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/546 {"status":200,"body":"{\"data\":{\"id\":546,\"name\":\"InLight BV\",\"businessName\":\"InLight BV\",\"regNo\":\"1002466294\",\"vatNo\":\"BE1002466294\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Tiende Vrijstraat 16\",\"lastUpdatedAt\":\"2024-11-04T11:34:21+00:00\",\"bankDetails\":{\"bankIban\":\"BE70 0012 1750 7725\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"technical\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"},\"billing\":{\"contactPerson\":\"Joachim Alvarez Rodriquez\",\"email\":\"joachim.alvarez@inlightbv.be\",\"phone\":\"0478 94 15 11\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/518 {"status":200,"body":"{\"data\":{\"id\":518,\"name\":\"Dog Total Control\",\"businessName\":\"Dog Total Control\",\"regNo\":\"0665891043\",\"vatNo\":\"BE0665891043\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Priester Daenslaan 4, Denderleeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wieland Van Minnen\",\"email\":\"wielandvanminnen@gmail.com\",\"phone\":\"+32 485408675\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/547 {"status":200,"body":"{\"data\":{\"id\":547,\"name\":\"Luc Wils\",\"businessName\":\"Luc Wils\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Beerse\",\"postcode\":\"2340\",\"address\":\"Turnhoutseweg 22, 2340 Beerse, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/545 {"status":200,"body":"{\"data\":{\"id\":545,\"name\":\"Ddm Services BV\",\"businessName\":\"Ddm Services BV\",\"regNo\":\"0765969408\",\"vatNo\":\"BE0765969408\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Impestraat 15\",\"lastUpdatedAt\":\"2024-11-04T11:38:13+00:00\",\"bankDetails\":{\"bankIban\":\"BE56 1030 8328 6288\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"technical\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"},\"billing\":{\"contactPerson\":\"Dries De Meerleer\",\"email\":\"dries@ddmservices.be\",\"phone\":\"0478 92 36 89\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/541 {"status":200,"body":"{\"data\":{\"id\":541,\"name\":\"Almaco BV\",\"businessName\":\"Almaco BV\",\"regNo\":\"0834 512 279\",\"vatNo\":\"BE 0834 512 279\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Metsersaard 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tom Versweyveld\",\"email\":\"tom@3trade.be\",\"phone\":\"(049) 844-5441\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/551 {"status":200,"body":"{\"data\":{\"id\":551,\"name\":\"BL.Net BV\",\"businessName\":\"BL.Net BV\",\"regNo\":\"BE 0898.646.305\",\"vatNo\":\"0898.646.305\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Schellebellepontweg 1B\",\"lastUpdatedAt\":\"2024-11-04T11:49:53+00:00\",\"bankDetails\":{\"bankIban\":\"BE60 3630 0868 4570\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"technical\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"},\"billing\":{\"contactPerson\":\"Bert De Norre\",\"email\":\"bert.de.norre@telenet.be\",\"phone\":\"+32479219504\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/532 {"status":200,"body":"{\"data\":{\"id\":532,\"name\":\"T-Electro\",\"businessName\":\"T-Electro\",\"regNo\":\"0738.830.390\",\"vatNo\":\"BE 0738.830.390\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Lievens-Houtem\",\"postcode\":\"9520\",\"address\":\"Wettersesteenweg 22b\",\"lastUpdatedAt\":\"2024-11-01T10:28:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":0,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van den bussche\",\"email\":\"tim@move2green.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"Invoice@move2green.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/552 {"status":200,"body":"{\"data\":{\"id\":552,\"name\":\"Soria Bel NV\",\"businessName\":\"Soria Bel NV\",\"regNo\":\"0473904386\",\"vatNo\":\"BE0473904386\",\"country\":\"BE\",\"region\":null,\"city\":\"Ichtegem\",\"postcode\":\"8480\",\"address\":\"Ringlaan 35\",\"lastUpdatedAt\":\"2024-11-04T11:56:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"technical\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"},\"billing\":{\"contactPerson\":\"Sigurd Staelens\",\"email\":\"Boekhouding@soriabel.be\",\"phone\":\"051588030\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/553 {"status":200,"body":"{\"data\":{\"id\":553,\"name\":\"Full Potential BV\",\"businessName\":\"Full Potential BV\",\"regNo\":\"BE0765167276\",\"vatNo\":\"BE0765167276\",\"country\":\"BE\",\"region\":null,\"city\":\"Izegem\",\"postcode\":\"8870\",\"address\":\"Ambachtenstraat 33  8870 Izegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/521 {"status":200,"body":"{\"data\":{\"id\":521,\"name\":\"The Fair Experts NV\",\"businessName\":\"The Fair Experts NV\",\"regNo\":\"0465.765.591\",\"vatNo\":\"BE 0465.765.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"President Kennedypark(Kor) 31b\",\"lastUpdatedAt\":\"2024-11-04T13:14:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gregory Olszewski\",\"email\":\"gregory.olszewski@matexpo.com\",\"phone\":\"+32 496 20 78 88\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/554 {"status":200,"body":"{\"data\":{\"id\":554,\"name\":\"G\\u00fcldner Anja\",\"businessName\":\"G\\u00fcldner Anja\",\"regNo\":\"0816.281.625\",\"vatNo\":\"BE 0816.281.625\",\"country\":\"BE\",\"region\":null,\"city\":\"Hoboken\",\"postcode\":\"2660\",\"address\":\"Helsinkistraat 4\",\"lastUpdatedAt\":\"2024-11-04T13:17:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Anja Guldner\",\"email\":\"anja.guldner@icloud.com\",\"phone\":\"0475861295\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/555 {"status":200,"body":"{\"data\":{\"id\":555,\"name\":\"V\\u00e9ronique Beeckx BV\",\"businessName\":\"V\\u00e9ronique Beeckx BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Zilverberkenlei 33\",\"lastUpdatedAt\":\"2024-11-04T13:20:43+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"V\\u00e9ronique Beeckx\",\"email\":\"beeckxveronique@hotmail.com\",\"phone\":\"0485759426\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:28] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/558 {"status":200,"body":"{\"data\":{\"id\":558,\"name\":\"DR. F. PLATTEAU BV\",\"businessName\":\"DR. F. PLATTEAU BV\",\"regNo\":\"0474456989\",\"vatNo\":\"BE0474456989\",\"country\":\"BE\",\"region\":null,\"city\":\"9700\",\"postcode\":\"Oudenaarde\",\"address\":\"Kattestraat 31\",\"lastUpdatedAt\":\"2024-11-04T13:24:50+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"technical\":{\"contactPerson\":\"Platteau F\\u00e9dor\",\"email\":\"fedor.pl@outlook.com\",\"phone\":\"+32496805435\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/559 {"status":200,"body":"{\"data\":{\"id\":559,\"name\":\"Digitopia NV\",\"businessName\":\"Digitopia NV\",\"regNo\":\"0884473219\",\"vatNo\":\"BE0884473219\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Gouwberg 41\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Boone\",\"email\":\"sarah@digitopia.be\",\"phone\":\"+32 477 94 89 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/560 {"status":200,"body":"{\"data\":{\"id\":560,\"name\":\"HCT Consult BV\",\"businessName\":\"HCT Consult BV\",\"regNo\":\"BE 0751.728.125\",\"vatNo\":\"BE 0751.728.125\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3511\",\"address\":\"Waterlozestraat 99  3511 Hasselt\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/561 {"status":200,"body":"{\"data\":{\"id\":561,\"name\":\"Euroquip\",\"businessName\":\"Euroquip\",\"regNo\":\"0441.742.755\",\"vatNo\":\"BE0441.742.755\",\"country\":\"BE\",\"region\":null,\"city\":\"Pelt\",\"postcode\":\"3900\",\"address\":\"Industrielaan 16\",\"lastUpdatedAt\":\"2024-11-04T13:03:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/562 {"status":200,"body":"{\"data\":{\"id\":562,\"name\":\"LeLie VOF\",\"businessName\":\"LeLie VOF\",\"regNo\":\"BE 0667.682.771\",\"vatNo\":\"BE 0667.682.771\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"2430\",\"address\":\"Meerlaarstraat 176, 2430 Laakdal, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/564 {"status":200,"body":"{\"data\":{\"id\":564,\"name\":\"In2hair\",\"businessName\":\"In2hair\",\"regNo\":\"0669.705.717\",\"vatNo\":\"BE 0669.705.717\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Heistraat 44\\/2\",\"lastUpdatedAt\":\"2024-11-04T11:42:59+00:00\",\"bankDetails\":{\"bankIban\":\"BE95 7350 1253 9458\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"technical\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"},\"billing\":{\"contactPerson\":\"Robby Mondelaars\",\"email\":\"robby.mondelaers78@telenet.be\",\"phone\":\"0497235870\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/565 {"status":200,"body":"{\"data\":{\"id\":565,\"name\":\"OLDRED COMM. V.\",\"businessName\":\"OLDRED COMM. V.\",\"regNo\":\"0734.843.591\",\"vatNo\":\"BE 0734.843.591\",\"country\":\"BE\",\"region\":null,\"city\":\"Tremelo\",\"postcode\":\"3120\",\"address\":\"Emiel van der Veldestraat 47\",\"lastUpdatedAt\":\"2024-11-04T12:55:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"technical\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@hotmail.com\",\"phone\":\"+32493512904\"},\"billing\":{\"contactPerson\":\"Olivier Fran\\u00e7ois Duquenne\",\"email\":\"olivier.duquenne@telenet.be\",\"phone\":\"+32493512904\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/567 {"status":200,"body":"{\"data\":{\"id\":567,\"name\":\"Mattias Van Schel BV\",\"businessName\":\"Mattias Van Schel BV\",\"regNo\":\"BE 0794.739.113\",\"vatNo\":\"BE 0794.739.113\",\"country\":\"BE\",\"region\":null,\"city\":\"Londerzeel\",\"postcode\":\"1840\",\"address\":\"Smisstraat 112, 1840 Londerzeel, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/568 {"status":200,"body":"{\"data\":{\"id\":568,\"name\":\"Ligi BV\",\"businessName\":\"Ligi BV\",\"regNo\":\"BE0461540153\",\"vatNo\":\"BE0461540153\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Azalealaan 6, 2550 Kontich\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/571 {"status":200,"body":"{\"data\":{\"id\":571,\"name\":\"Restaurant Aqui bvba\",\"businessName\":\"Restaurant Aqui bvba\",\"regNo\":\"0547894107\",\"vatNo\":\"BE0547894107\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Steenkaai 34S, 8000 Brugge, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-13T14:30:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karen Keygnaert\",\"email\":\"karenkeygnaert@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/572 {"status":200,"body":"{\"data\":{\"id\":572,\"name\":\"Apotheek Moonen BV\",\"businessName\":\"Apotheek Moonen BV\",\"regNo\":\"BE0634648630\",\"vatNo\":\"BE0634648630\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Pieters-Leeuw\",\"postcode\":\"1600\",\"address\":\"Olmenlaan 2, 1600 Sint-Pieters-Leeuw, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/573 {"status":200,"body":"{\"data\":{\"id\":573,\"name\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"businessName\":\"Van Den Bosch-Van Backle Gerechtsdeurwaarders (SPRL)\",\"regNo\":\"0878763679\",\"vatNo\":\"BE0878763679\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Muurveld 10\",\"lastUpdatedAt\":\"2024-11-04T11:44:39+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"technical\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"},\"billing\":{\"contactPerson\":\"Filip Van Backl\\u00e9\",\"email\":\"flup.vanbackle@gmail.com\",\"phone\":\"0475 57 63 26\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/574 {"status":200,"body":"{\"data\":{\"id\":574,\"name\":\"Multimag SRL\",\"businessName\":\"Multimag SRL\",\"regNo\":\"0468.663.022\",\"vatNo\":\"0468.663.022\",\"country\":null,\"region\":null,\"city\":\"Waterloo\",\"postcode\":\"1410\",\"address\":\"Dr\\u00e8ve de l'infante 27A bte 8, 1410 Waterloo\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/575 {"status":200,"body":"{\"data\":{\"id\":575,\"name\":\"De Clercq David\",\"businessName\":\"De Clercq David\",\"regNo\":\"BE0742310415\",\"vatNo\":\"BE0742310415\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9031\",\"address\":\"Boskeetstraat 38, 9031 Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/576 {"status":200,"body":"{\"data\":{\"id\":576,\"name\":\"Polygon Belgium NV\",\"businessName\":\"Polygon Belgium NV\",\"regNo\":\"0440.188.077\",\"vatNo\":\"BE 0440.188.077\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2610\",\"address\":\"Moerelei 127, 2610 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-12-18T15:07:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ive Cleymans\",\"email\":\"ive.cleymans@polygongroup.com\",\"phone\":\"+32489872272\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/421 {"status":200,"body":"{\"data\":{\"id\":421,\"name\":\"Konrad Holding Bv\",\"businessName\":\"Konrad Holding Bv\",\"regNo\":\"0656.636.154\",\"vatNo\":\"BE0656.636.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Winkelom 83 B1b  2440 Geel\",\"lastUpdatedAt\":\"2025-05-20T08:35:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Laisnez\",\"email\":\"PatrickLaisnez@probis.Be\",\"phone\":\"0478227443\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/578 {"status":200,"body":"{\"data\":{\"id\":578,\"name\":\"Belrose Classics\",\"businessName\":\"Belrose Classics\",\"regNo\":\"BE 0819.075.819\",\"vatNo\":\"BE 0819.075.819\",\"country\":\"BE\",\"region\":null,\"city\":\"Geel\",\"postcode\":\"2440\",\"address\":\"Grote Steenweg 10 2440 Geel\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/580 {"status":200,"body":"{\"data\":{\"id\":580,\"name\":\"Dh Chocol@\",\"businessName\":\"Dh Chocol@\",\"regNo\":\"0778.659.283\",\"vatNo\":\"BE 0778.659.283\",\"country\":\"BE\",\"region\":null,\"city\":\"Roeselare\",\"postcode\":\"8800\",\"address\":\"Ieperseweg 21\",\"lastUpdatedAt\":\"2024-11-04T13:22:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Danny Cruy\",\"email\":\"dcruyt@skynet.be\",\"phone\":\"0497875281\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/569 {"status":200,"body":"{\"data\":{\"id\":569,\"name\":\"Energie Makelaars BV\",\"businessName\":\"Energie Makelaars BV\",\"regNo\":\"BE 0758.857.328\",\"vatNo\":\"BE 0758.857.328\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"8800\",\"address\":\"Moorseelsesteenweg 132\",\"lastUpdatedAt\":\"2024-12-02T14:58:27+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/583 {"status":200,"body":"{\"data\":{\"id\":583,\"name\":\"Thuisverpleging Nicky Verstael\",\"businessName\":\"Thuisverpleging Nicky Verstael\",\"regNo\":\"BE0684.999.350\",\"vatNo\":\"BE0684.999.350\",\"country\":\"BE\",\"region\":null,\"city\":\"Balen\",\"postcode\":null,\"address\":\"Balen-Neetlaan 19, Balen, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/582 {"status":200,"body":"{\"data\":{\"id\":582,\"name\":\"Etramo BV\",\"businessName\":\"Etramo BV\",\"regNo\":\"0417212044\",\"vatNo\":\"BE0417212044\",\"country\":\"BE\",\"region\":null,\"city\":\"Wijnegem\",\"postcode\":\"2110\",\"address\":\"Vosveld 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Johnny Vancraybex\",\"email\":\"Johnny@etramo.be\",\"phone\":\"0476 31 27 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/584 {"status":200,"body":"{\"data\":{\"id\":584,\"name\":\"HAIRPLANE BVBA\",\"businessName\":\"HAIRPLANE BVBA\",\"regNo\":\"BE 0631.859.186\",\"vatNo\":\"BE 0631.859.186\",\"country\":\"BE\",\"region\":null,\"city\":\"Herentals\",\"postcode\":\"2200\",\"address\":\"Geelseweg(HRT) 11 2200 Herentals\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/548 {"status":200,"body":"{\"data\":{\"id\":548,\"name\":\"Vrancken Verpleging aan Huis\",\"businessName\":\"Vrancken Verpleging aan Huis\",\"regNo\":\"1005.363.725\",\"vatNo\":\"BE1005.363.725\",\"country\":\"BE\",\"region\":null,\"city\":\"St-Joris-Winge\",\"postcode\":\"3390\",\"address\":\"Wingerstraat 20 3390 St-Joris-Winge\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wim Vrancken\",\"email\":\"vranckenwim@hotmail.be\",\"phone\":\"0478257802\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/586 {"status":200,"body":"{\"data\":{\"id\":586,\"name\":\"Bob Van den Broek\",\"businessName\":\"Bob Van den Broek\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2000\",\"address\":\"Jan van de Wervelaan 38, Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/589 {"status":200,"body":"{\"data\":{\"id\":589,\"name\":\"LuLu's Management BV\",\"businessName\":\"LuLu's Management BV\",\"regNo\":\"BE 0795.291.320\",\"vatNo\":\"BE 0795.291.320\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Nachtegaalstraat 15, 2250 Olen, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/593 {"status":200,"body":"{\"data\":{\"id\":593,\"name\":\"KPE Consulting BV\",\"businessName\":\"KPE Consulting BV\",\"regNo\":\"BE 0768.884.554\",\"vatNo\":\"BE 0768.884.554\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Truiden\",\"postcode\":\"3800\",\"address\":\"Naamsesteenweg 363\",\"lastUpdatedAt\":\"2024-12-02T15:03:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/527 {"status":200,"body":"{\"data\":{\"id\":527,\"name\":\"SIBO RETAIL BVBA\",\"businessName\":\"SIBO RETAIL BVBA\",\"regNo\":\"BE 0834.798.925\",\"vatNo\":\"BE 0834.798.925\",\"country\":\"BE\",\"region\":null,\"city\":\"Vlaams Gewest\",\"postcode\":\"9230\",\"address\":\"Brusselsesteenweg 377\",\"lastUpdatedAt\":\"2024-11-27T16:00:17+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/577 {"status":200,"body":"{\"data\":{\"id\":577,\"name\":\"De Witte Fenix\",\"businessName\":\"De Witte Fenix\",\"regNo\":\"0841.769.562\",\"vatNo\":\"BE0841.769.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Kalmthout\",\"postcode\":\"2920\",\"address\":\"Riethoek 6\",\"lastUpdatedAt\":\"2024-11-04T13:11:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/570 {"status":200,"body":"{\"data\":{\"id\":570,\"name\":\"Brand New Office\",\"businessName\":\"Brand New Office\",\"regNo\":\"0550709382\",\"vatNo\":\"BE0550709382\",\"country\":\"BE\",\"region\":null,\"city\":\"Herne\",\"postcode\":\"1540\",\"address\":\"Centrum 19, 1540 Herne, Belgi\\u00eb\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mike De Koster\",\"email\":\"mike@brandnewoffice.com\",\"phone\":\"02 310 98 30\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/595 {"status":200,"body":"{\"data\":{\"id\":595,\"name\":\"Nyttslott BV\",\"businessName\":\"Nyttslott BV\",\"regNo\":\"1005.871.192\",\"vatNo\":\"BE1005.871.192\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2811\",\"address\":\"Bergenstraat 17\",\"lastUpdatedAt\":\"2025-03-26T08:59:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":\"0486 65 46 26\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pieter Van Nieuwenhuyzen\",\"email\":\"pietervannieuwenhuyzen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/596 {"status":200,"body":"{\"data\":{\"id\":596,\"name\":\"Energy Reset\",\"businessName\":\"Energy Reset\",\"regNo\":null,\"vatNo\":\"BE 0841.733.435\",\"country\":\"BE\",\"region\":null,\"city\":\"Knokke-Heist\",\"postcode\":\"8300\",\"address\":\"Meerlaan bus 1\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/579 {"status":200,"body":"{\"data\":{\"id\":579,\"name\":\"Kemps Ann\",\"businessName\":\"Kemps Ann\",\"regNo\":\"0872836187\",\"vatNo\":\"BE0872836187\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Kruiwagenstraat 15\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ann Kemps\",\"email\":\"ann.kemps@telenet.be\",\"phone\":\"0476 91 75 55\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/597 {"status":200,"body":"{\"data\":{\"id\":597,\"name\":\"Ikigai Drive BV\",\"businessName\":\"Ikigai Drive BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9850\",\"address\":\"Veldestraat 100\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/598 {"status":200,"body":"{\"data\":{\"id\":598,\"name\":\"AM Renovatie BV\",\"businessName\":\"AM Renovatie BV\",\"regNo\":\"0880 576 193\",\"vatNo\":\"BE0880 576 193\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Violierlaan 20\",\"lastUpdatedAt\":\"2024-12-02T15:07:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/600 {"status":200,"body":"{\"data\":{\"id\":600,\"name\":\"HarmonyCR BV\",\"businessName\":\"HarmonyCR BV\",\"regNo\":\"BE 0842.518.145\",\"vatNo\":\"BE 0842.518.145\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Kottem 11\",\"lastUpdatedAt\":\"2024-12-02T15:08:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/601 {"status":200,"body":"{\"data\":{\"id\":601,\"name\":\"Xrepairs and Cleaning\",\"businessName\":\"Xrepairs and Cleaning\",\"regNo\":\"BE0668558246\",\"vatNo\":\"BE0668558246\",\"country\":\"BE\",\"region\":null,\"city\":\"Oudenaarde\",\"postcode\":\"9700\",\"address\":\"Volkegemberg 1\",\"lastUpdatedAt\":\"2024-12-02T15:08:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/603 {"status":200,"body":"{\"data\":{\"id\":603,\"name\":\"Dis J. L.\",\"businessName\":\"Dis J. L.\",\"regNo\":\"1007.483.273\",\"vatNo\":\"BE 1007.483.273\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Eikestraat 38\\/201 2800 Mechelen\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Distephano Lopes\",\"email\":\"distephanolopes@live.nl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/606 {"status":200,"body":"{\"data\":{\"id\":606,\"name\":\"Eurogym BV\",\"businessName\":\"Eurogym BV\",\"regNo\":null,\"vatNo\":\"BE 0459.481.278\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren\",\"postcode\":\"9120\",\"address\":\"Gentseweg(BEV) 309\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/612 {"status":200,"body":"{\"data\":{\"id\":612,\"name\":\"O.C.B. (VZW)\",\"businessName\":\"O.C.B. (VZW)\",\"regNo\":\"BE 0404.312.034\",\"vatNo\":\"BE 0404.312.034\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"2550\",\"address\":\"Koningin Astridlaan 60\",\"lastUpdatedAt\":\"2024-12-02T15:08:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/614 {"status":200,"body":"{\"data\":{\"id\":614,\"name\":\"Servcon CommV\",\"businessName\":\"Servcon CommV\",\"regNo\":\"BE0781.984.306\",\"vatNo\":\"0781.984.306\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Dokter Eduard Moreauxlaan 183\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/613 {"status":200,"body":"{\"data\":{\"id\":613,\"name\":\"Adfinas Delgo BV\",\"businessName\":\"Adfinas Delgo BV\",\"regNo\":\"0456.165.066\",\"vatNo\":\"BE 0456.165.066\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 26 1730 Asse\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Niels Van Weyenbergh\",\"email\":\"niels@adfinas.be\",\"phone\":\"+32 2 452 37 86\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/623 {"status":200,"body":"{\"data\":{\"id\":623,\"name\":\"Naessens P\",\"businessName\":\"Naessens P\",\"regNo\":\"0898373319\",\"vatNo\":\"BE0898373319\",\"country\":\"BE\",\"region\":null,\"city\":\"Heusden\",\"postcode\":\"9070\",\"address\":\"Stapsteenweg 2\",\"lastUpdatedAt\":\"2024-12-02T15:12:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Wendy Vanhille\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/581 {"status":200,"body":"{\"data\":{\"id\":581,\"name\":\"Garage En Carosserie Vanhoecke NV - Public\",\"businessName\":\"Garage En Carosserie Vanhoecke NV - Imacar Sint-Niklaas - Public\",\"regNo\":\"0442.327.126\",\"vatNo\":\"BE 0442.327.126\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":\"9100\",\"address\":\"Prins Boudewijnlaan 117\",\"lastUpdatedAt\":\"2024-12-13T11:24:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":5000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/627 {"status":200,"body":"{\"data\":{\"id\":627,\"name\":\"K. Vermeire\",\"businessName\":\"K. Vermeire\",\"regNo\":\"1003.996.124\",\"vatNo\":\"BE 1003.996.124\",\"country\":\"BE\",\"region\":null,\"city\":\"Keerbergen\",\"postcode\":\"3140\",\"address\":\"Nieuwstraat 200\",\"lastUpdatedAt\":\"2024-12-02T15:12:40+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/599 {"status":200,"body":"{\"data\":{\"id\":599,\"name\":\"Mebatu BV\",\"businessName\":\"Mebatu BV\",\"regNo\":\"0734.875.958\",\"vatNo\":\"BE 0734.875.958\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Stokstraat 107 9240 Zele\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"B\\u00fclent Barut\",\"email\":\"mebatuzele@gmail.com\",\"phone\":\"+32484537751\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/630 {"status":200,"body":"{\"data\":{\"id\":630,\"name\":\"Cru`Taste BV\",\"businessName\":\"Cru`Taste BV\",\"regNo\":\"0764567955\",\"vatNo\":\"BE0764567955\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/631 {"status":200,"body":"{\"data\":{\"id\":631,\"name\":\"Blulinc - Public\",\"businessName\":\"Blulinc - Public\",\"regNo\":\"0775.669.111\",\"vatNo\":\"BE 0775.669.111\",\"country\":\"BE\",\"region\":null,\"city\":\"Drongen\",\"postcode\":\"9031\",\"address\":\"Booiebos 8a\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/633 {"status":200,"body":"{\"data\":{\"id\":633,\"name\":\"Taxconcept Comm.V\",\"businessName\":\"Taxconcept Comm.V\",\"regNo\":\"0832.211.203\",\"vatNo\":\"BE 0832.211.203\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerp\",\"postcode\":\"2660\",\"address\":\"Kioskplaats 33, 2660 Antwerp, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:30:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/634 {"status":200,"body":"{\"data\":{\"id\":634,\"name\":\"Parochiale Werken Ledeberg VZW\",\"businessName\":\"Parochiale Werken Ledeberg VZW\",\"regNo\":\"0410051860\",\"vatNo\":\"BE0410051860\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Ledebergplein 21, Ghent, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/639 {"status":200,"body":"{\"data\":{\"id\":639,\"name\":\"Joye Simon - Huisarts BV\",\"businessName\":\"Joye Simon - Huisarts BV\",\"regNo\":\"0694706872\",\"vatNo\":\"BE0694706872\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/640 {"status":200,"body":"{\"data\":{\"id\":640,\"name\":\"Launima Machinery\",\"businessName\":\"Launima Machinery\",\"regNo\":\"0805274402\",\"vatNo\":\"BE0805274402\",\"country\":\"BE\",\"region\":null,\"city\":\"Lochristi\",\"postcode\":\"9080\",\"address\":\"Bosdreef 12c\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Gerrit De Vos\",\"email\":\"gerritdevos@skynet.be\",\"phone\":\"+32456310834\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/643 {"status":200,"body":"{\"data\":{\"id\":643,\"name\":\"Beernaert Lesley\",\"businessName\":\"Beernaert Lesley\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Overmere Berlare\",\"postcode\":null,\"address\":\"Kerkstraat 84, Overmere Berlare, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/585 {"status":200,"body":"{\"data\":{\"id\":585,\"name\":\"De Keyzer Drinks\",\"businessName\":\"De Keyzer Drinks\",\"regNo\":\"0418908257\",\"vatNo\":\"BE0418908257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Leuvensesteenweg 54\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marc De Keyzer\",\"email\":\"marc@dekeyzer-drinks.be\",\"phone\":\"0475 27 23 36\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/644 {"status":200,"body":"{\"data\":{\"id\":644,\"name\":\"Vicky Scheire\",\"businessName\":\"Vicky Scheire\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Lievegem\",\"postcode\":null,\"address\":\"Rozenhof 10\",\"lastUpdatedAt\":\"2024-12-02T15:15:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/625 {"status":200,"body":"{\"data\":{\"id\":625,\"name\":\"Belgian Car Parts - Public\",\"businessName\":\"Belgian Car Parts - Public\",\"regNo\":\"0649.600.189\",\"vatNo\":\"BE.0649.600.189\",\"country\":\"BE\",\"region\":null,\"city\":\"Zele\",\"postcode\":\"9240\",\"address\":\"Poldergotestraat 26\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":3975,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Chantal Van Den Eede\",\"email\":\"c.vandeneede@bcparts.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Vincent Declercq\",\"email\":\"v.declercq@bcparts.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"invoices@bcparts.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/660 {"status":200,"body":"{\"data\":{\"id\":660,\"name\":\"Marin Sys BV\",\"businessName\":\"Marin Sys BV\",\"regNo\":\"0795.462.455\",\"vatNo\":\"BE 0795.462.455\",\"country\":\"BE\",\"region\":null,\"city\":\"Maldegem\",\"postcode\":\"9990\",\"address\":\"De Paap 33\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Marin Sys\",\"email\":\"sys.marin@gmail.com\",\"phone\":\"0479 07 76 90\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoices\",\"email\":\"Invoices.ttlsys@gmail.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/664 {"status":200,"body":"{\"data\":{\"id\":664,\"name\":\"Dr. Sara Debussche BV\",\"businessName\":\"Dr. Sara Debussche BV\",\"regNo\":\"1005900391\",\"vatNo\":\"BE1005900391\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Jagerstraat 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sara Debussche\",\"email\":\"sarah_debussche@hotmail.com\",\"phone\":\"0473243581\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/667 {"status":200,"body":"{\"data\":{\"id\":667,\"name\":\"Service Masters BV\",\"businessName\":\"Service Masters BV\",\"regNo\":null,\"vatNo\":\"BE 0478.160.708\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 47e\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/668 {"status":200,"body":"{\"data\":{\"id\":668,\"name\":\"Katty Vos VOF\",\"businessName\":\"Katty Vos VOF\",\"regNo\":\"0816.197.392\",\"vatNo\":\"BE 0816.197.392\",\"country\":\"BE\",\"region\":\"3980\",\"city\":\"Tessenderlo\",\"postcode\":null,\"address\":\"Russelenberg 23\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Katty Vos NP\",\"email\":\"eric.backx@telenet.be\",\"phone\":\"0473871369\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/669 {"status":200,"body":"{\"data\":{\"id\":669,\"name\":\"Lexi BV\",\"businessName\":\"Lexi BV\",\"regNo\":null,\"vatNo\":\"BE1010.621.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Genk\",\"postcode\":\"3600\",\"address\":\"Evence Copp\\u00e9elaan 104\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/670 {"status":200,"body":"{\"data\":{\"id\":670,\"name\":\"Hitachi Energy Belgium NV\",\"businessName\":\"Hitachi Energy Belgium NV\",\"regNo\":\"0725.921.769\",\"vatNo\":\"BE 0725.921.769\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Zaventem\",\"postcode\":\"1930\",\"address\":\"Belgicastraat 18\\/1\",\"lastUpdatedAt\":\"2025-02-21T14:33:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ger De Prez\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/671 {"status":200,"body":"{\"data\":{\"id\":671,\"name\":\"Divast Consult BV\",\"businessName\":\"Divast Consult BV\",\"regNo\":null,\"vatNo\":\"BE 0778.272.867\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Kapelle-op-den-Bos\",\"postcode\":\"1880\",\"address\":\"Leiweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk  Vande Cauter\",\"email\":\"divast.consult@outlook.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/672 {"status":200,"body":"{\"data\":{\"id\":672,\"name\":\"Auto Meersman\",\"businessName\":\"Auto Meersman\",\"regNo\":null,\"vatNo\":\"BE 0509.876.540\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Borsbeek\",\"postcode\":\"2150\",\"address\":\"2150 Borsbeek\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/673 {"status":200,"body":"{\"data\":{\"id\":673,\"name\":\"R&E BV\",\"businessName\":\"R&E BV\",\"regNo\":null,\"vatNo\":\"BE 0797.981.188\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Mergelbeek 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:11] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/675 {"status":200,"body":"{\"data\":{\"id\":675,\"name\":\"Dijver 15 BV\",\"businessName\":\"Dijver 15 BV\",\"regNo\":\"0778.347.103\",\"vatNo\":\"BE 0778.347.103\",\"country\":\"BE\",\"region\":null,\"city\":\"Schilde\",\"postcode\":\"2970\",\"address\":\"Missionarislei 66A, 2970 Schilde, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Fernand Nedee\",\"email\":\"fernand.nedee@gmail.com\",\"phone\":\"0473555183\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/681 {"status":200,"body":"{\"data\":{\"id\":681,\"name\":\"Eddy Vandenberghe\",\"businessName\":\"Eddy Vandenberghe\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Eddy Vandenberghe\",\"email\":\"info@ppvastgoed.be\",\"phone\":\"0483676579\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/683 {"status":200,"body":"{\"data\":{\"id\":683,\"name\":\"NEW HAIR CLUB BIO KAPPER\",\"businessName\":\"NEW HAIR CLUB BIO KAPPER\",\"regNo\":null,\"vatNo\":\"BE 0589.744.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Zuidstationstraat 16\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/685 {"status":200,"body":"{\"data\":{\"id\":685,\"name\":\"Geeraert Christophe\",\"businessName\":\"Geeraert Christophe\",\"regNo\":null,\"vatNo\":\"BE 0732.845.193\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8200\",\"address\":\"Hogeweg 79\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/687 {"status":200,"body":"{\"data\":{\"id\":687,\"name\":\"Richez Patrick\",\"businessName\":\"Richez Patrick\",\"regNo\":null,\"vatNo\":\"BE 0538.957.833\",\"country\":\"BE\",\"region\":null,\"city\":\"Bruxelles\",\"postcode\":\"142\",\"address\":\"Avenue Henri\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/689 {"status":200,"body":"{\"data\":{\"id\":689,\"name\":\"Klus en Tuin VOF\",\"businessName\":\"Klus en Tuin VOF\",\"regNo\":null,\"vatNo\":\"BE1009943313\",\"country\":\"BE\",\"region\":null,\"city\":\"Brugge\",\"postcode\":\"8310\",\"address\":\"Beeweg 20\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/690 {"status":200,"body":"{\"data\":{\"id\":690,\"name\":\"DWME Consulting VOF\",\"businessName\":\"DWME Consulting VOF\",\"regNo\":null,\"vatNo\":\"BE0668556860\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 644\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/686 {"status":200,"body":"{\"data\":{\"id\":686,\"name\":\"Sansen International Tax Lawyers BV\",\"businessName\":\"Sansen International Tax Lawyers BV\",\"regNo\":null,\"vatNo\":\"BE 0716.699.742\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Amerikalei 35\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/693 {"status":200,"body":"{\"data\":{\"id\":693,\"name\":\"Kozakkeshof\",\"businessName\":\"Kozakkeshof\",\"regNo\":null,\"vatNo\":\"BE 0719.215.408\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9310\",\"address\":\"Kozakkeshof\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/695 {"status":200,"body":"{\"data\":{\"id\":695,\"name\":\"Den Hertog BV\",\"businessName\":\"Den Hertog BV\",\"regNo\":null,\"vatNo\":\"BE0460.534.224\",\"country\":\"BE\",\"region\":null,\"city\":\"Olen\",\"postcode\":\"2250\",\"address\":\"Draaibrugstraat 18\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/697 {"status":200,"body":"{\"data\":{\"id\":697,\"name\":\"Lingerie Figaro BVBA\",\"businessName\":\"Lingerie Figaro BVBA\",\"regNo\":null,\"vatNo\":\"BE 0872.134.720\",\"country\":\"BE\",\"region\":\"Vlaams-Brabant\",\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Nervi\\u00ebrsstraat 53\",\"lastUpdatedAt\":\"2024-11-18T10:19:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Renilde\",\"email\":\"info@lingerie-figaro.be\",\"phone\":\"Roessems\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/700 {"status":200,"body":"{\"data\":{\"id\":700,\"name\":\"Grofrubel BV\",\"businessName\":\"Grofrubel BV\",\"regNo\":null,\"vatNo\":\"BE0865516251\",\"country\":\"BE\",\"region\":null,\"city\":\"Borgloon\",\"postcode\":\"3840\",\"address\":\"Heuvelstraat 3\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/703 {"status":200,"body":"{\"data\":{\"id\":703,\"name\":\"Verso Logistic BVBA\",\"businessName\":\"Verso Logistic BVBA\",\"regNo\":null,\"vatNo\":\"BE 0663.913.926\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Oudenburgsesteenweg 31\\/C 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/704 {"status":200,"body":"{\"data\":{\"id\":704,\"name\":\"Accofiska NV\",\"businessName\":\"Accofiska NV\",\"regNo\":null,\"vatNo\":\"BE 0425.095.570\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 221\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":\"Info@accofiska.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/705 {"status":200,"body":"{\"data\":{\"id\":705,\"name\":\"Parmentier Mechanical Service BV\",\"businessName\":\"Parmentier Mechanical Service BV\",\"regNo\":null,\"vatNo\":\"BE 0819.836.476\",\"country\":\"BE\",\"region\":null,\"city\":\"Wortegem-Petegem\",\"postcode\":\"9790\",\"address\":\"Wortegem-Petegem\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/707 {"status":200,"body":"{\"data\":{\"id\":707,\"name\":\"Jabil Circuit Belgium NV\",\"businessName\":\"Jabil Circuit Belgium NV\",\"regNo\":\"0477.940.081\",\"vatNo\":\"BE 0477.940.081\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kempische steenweg 297\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Filip Verslegers\",\"email\":\"filip_verslegers@jabil.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/709 {"status":200,"body":"{\"data\":{\"id\":709,\"name\":\"Kohyve BV\",\"businessName\":\"Kohyve BV\",\"regNo\":null,\"vatNo\":\"BE0759700337\",\"country\":\"BE\",\"region\":null,\"city\":\"Hamme\",\"postcode\":\"9220\",\"address\":\"Driegoten 12\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/701 {"status":200,"body":"{\"data\":{\"id\":701,\"name\":\"Kara Consulting BV\",\"businessName\":\"Kara Consulting BV\",\"regNo\":null,\"vatNo\":\"Kara Consulting\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Kenislei 4\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/692 {"status":200,"body":"{\"data\":{\"id\":692,\"name\":\"Pierard Laura VOF\",\"businessName\":\"Pierard Laura VOF\",\"regNo\":null,\"vatNo\":\"BE 1008.941.342\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Boom\",\"postcode\":\"2850\",\"address\":\"Nielsestraat 315\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:26] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/706 {"status":200,"body":"{\"data\":{\"id\":706,\"name\":\"Cap Rex Recruitment BV\",\"businessName\":\"Cap Rex Recruitment BV\",\"regNo\":\"1005026995\",\"vatNo\":\"BE1005026995\",\"country\":\"BE\",\"region\":null,\"city\":\"Wemmel\",\"postcode\":\"1780\",\"address\":\"J. Bogemansstraat 162\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ellen Khalili\",\"email\":\"info@caprexrecruitment.be\",\"phone\":\"0467847525\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/699 {"status":200,"body":"{\"data\":{\"id\":699,\"name\":\"Vbf Consulting BV\",\"businessName\":\"Vbf Consulting BV\",\"regNo\":null,\"vatNo\":\"BE 1004.672.154\",\"country\":\"BE\",\"region\":null,\"city\":\"Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Guido Gezellestraat 36\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:28] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/694 {"status":200,"body":"{\"data\":{\"id\":694,\"name\":\"Pelbeco BV\",\"businessName\":\"Pelbeco BV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Kapellen\",\"postcode\":\"2950\",\"address\":\"Duinendreef 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/662 {"status":200,"body":"{\"data\":{\"id\":662,\"name\":\"Ervi BV\",\"businessName\":\"Ervi BV\",\"regNo\":null,\"vatNo\":\"BE0472754442\",\"country\":\"BE\",\"region\":\"Antwerpen\",\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Sint-Jacobsmarkt 97\\/1\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/632 {"status":200,"body":"{\"data\":{\"id\":632,\"name\":\"Dokter Pillen Sara BV\",\"businessName\":\"Dokter Pillen Sara BV\",\"regNo\":null,\"vatNo\":\"BE 1001.463.632\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Hundelgemsesteenweg 856\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/615 {"status":200,"body":"{\"data\":{\"id\":615,\"name\":\"KDM Cleaning BV\",\"businessName\":\"KDM Cleaning BV\",\"regNo\":null,\"vatNo\":\"BE 0741.703.768\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Pensstraat(HEU) 57\",\"lastUpdatedAt\":\"2024-11-01T10:28:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/708 {"status":200,"body":"{\"data\":{\"id\":708,\"name\":\"2eco BV\",\"businessName\":\"2eco BV\",\"regNo\":\"0736390445\",\"vatNo\":\"BE0736390445\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Nieuwstraat 127, 9190 Stekene, Belgium\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/666 {"status":200,"body":"{\"data\":{\"id\":666,\"name\":\"Alimak group benelux NV\",\"businessName\":\"Alimak group benelux NV\",\"regNo\":null,\"vatNo\":\"BE 0479.695.484\",\"country\":\"BE\",\"region\":null,\"city\":\"Wommelgem\",\"postcode\":\"2160\",\"address\":\"Herentalsebaan 645\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/711 {"status":200,"body":"{\"data\":{\"id\":711,\"name\":\"Peter Huylebroeck BV\",\"businessName\":\"Peter Huylebroeck BV\",\"regNo\":null,\"vatNo\":\"BE0479286502\",\"country\":\"BE\",\"region\":null,\"city\":\"Wetteren\",\"postcode\":\"9230\",\"address\":\"Stooktewegel 10\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/688 {"status":200,"body":"{\"data\":{\"id\":688,\"name\":\"Meubelco\",\"businessName\":\"Meubelco\",\"regNo\":\"BE 0462.400.087\",\"vatNo\":\"0462.400.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Puurs-Sint-Amands\",\"postcode\":\"2870\",\"address\":\"Schoonmansveld 22\",\"lastUpdatedAt\":\"2024-11-01T10:28:22+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Mustafa Agacbekler\",\"email\":\"compta@meubelco.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/530 {"status":200,"body":"{\"data\":{\"id\":530,\"name\":\"Itimat BV\",\"businessName\":\"Itimat BV\",\"regNo\":\"0461703172\",\"vatNo\":\"BE0461703172\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jans-Molenbeek\",\"postcode\":\"1080\",\"address\":\"Chauss\\u00e9e de Ninove 246\",\"lastUpdatedAt\":\"2024-11-27T15:58:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/712 {"status":200,"body":"{\"data\":{\"id\":712,\"name\":\"G & K PARTNERS BV\",\"businessName\":\"G & K PARTNERS BV\",\"regNo\":null,\"vatNo\":\"BE082408968\",\"country\":\"BE\",\"region\":null,\"city\":\"Evergem\",\"postcode\":\"9940\",\"address\":\"Leo Bruggemanstraat 14\",\"lastUpdatedAt\":\"2024-12-02T15:35:08+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/720 {"status":200,"body":"{\"data\":{\"id\":720,\"name\":\"Thuisverpleging Esen\",\"businessName\":\"Thuisverpleging Esen\",\"regNo\":null,\"vatNo\":\"BE0781598383\",\"country\":\"BE\",\"region\":null,\"city\":\"Denderleeuw\",\"postcode\":\"9473\",\"address\":\"Groeneweg 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/721 {"status":200,"body":"{\"data\":{\"id\":721,\"name\":\"Boom in Business CommV\",\"businessName\":\"Boom in Business CommV\",\"regNo\":null,\"vatNo\":\"BE1011931219\",\"country\":\"BE\",\"region\":null,\"city\":\"Heist-op-den-berg\",\"postcode\":\"2220\",\"address\":\"Onze-lieve-vrouwstraat 88\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/722 {"status":200,"body":"{\"data\":{\"id\":722,\"name\":\"WeWeConsult BV\",\"businessName\":\"WeWeConsult BV\",\"regNo\":null,\"vatNo\":\"BE 1011.040.896\",\"country\":\"BE\",\"region\":null,\"city\":\"Ninove\",\"postcode\":\"9402\",\"address\":\"Donkerstraat 8\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/731 {"status":200,"body":"{\"data\":{\"id\":731,\"name\":\"NuStats Lab BV\",\"businessName\":\"NuStats Lab BV\",\"regNo\":null,\"vatNo\":\"BE 1010.533.033\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudenaardsesteenweg 617\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/732 {"status":200,"body":"{\"data\":{\"id\":732,\"name\":\"Sv Creatio BV\",\"businessName\":\"Sv Creatio BV\",\"regNo\":\"0667.534.402\",\"vatNo\":\"BE 0667.534.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Neder Mosscher(Kor) 40\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/733 {"status":200,"body":"{\"data\":{\"id\":733,\"name\":\"Ogma Consulting BV\",\"businessName\":\"Ogma Consulting BV\",\"regNo\":\"BE 0885.446.583\",\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Oosterzele\",\"postcode\":\"9860\",\"address\":\"Achterdries 31\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/737 {"status":200,"body":"{\"data\":{\"id\":737,\"name\":\"SA Salaco\",\"businessName\":\"SA Salaco\",\"regNo\":null,\"vatNo\":\"BE0402300471\",\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Marie Depagestraat 19\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/739 {"status":200,"body":"{\"data\":{\"id\":739,\"name\":\"A E & S Van Hoeck BV\",\"businessName\":\"A E & S Van Hoeck BV\",\"regNo\":null,\"vatNo\":\"BE0459207106\",\"country\":\"BE\",\"region\":null,\"city\":\"Stabroek\",\"postcode\":\"2940\",\"address\":\"Grote Molenweg 101\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/743 {"status":200,"body":"{\"data\":{\"id\":743,\"name\":\"FLOYD BVBA\",\"businessName\":\"FLOYD BVBA\",\"regNo\":null,\"vatNo\":\"BE0811930580\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Huttelaan 13\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guus Fluit\",\"email\":\"guus.fluit@telenet.be\",\"phone\":\"0495299804\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/734 {"status":200,"body":"{\"data\":{\"id\":734,\"name\":\"Wood Factory BV\",\"businessName\":\"Wood Factory BV\",\"regNo\":null,\"vatNo\":\"BE0688555983\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Tempeliersstraat 2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/754 {"status":200,"body":"{\"data\":{\"id\":754,\"name\":\"Frederik Rotthier\",\"businessName\":\"Frederik Rotthier\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Eikelstraat 36C\",\"lastUpdatedAt\":\"2024-12-02T15:40:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frederik Rotthier\",\"email\":\"frederik.rotthier@telenet.be\",\"phone\":\"0477 63 25 35\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/753 {"status":200,"body":"{\"data\":{\"id\":753,\"name\":\"AL-VIS NV\",\"businessName\":\"AL-VIS NV\",\"regNo\":null,\"vatNo\":\"BE 0439.793.545\",\"country\":\"BE\",\"region\":null,\"city\":\"Lommel\",\"postcode\":\"3920\",\"address\":null,\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/752 {"status":200,"body":"{\"data\":{\"id\":752,\"name\":\"Kim's Chocolates NV\",\"businessName\":\"Kim's Chocolates NV\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Tienen\",\"postcode\":\"3300\",\"address\":\"Grijpenlaan 11\",\"lastUpdatedAt\":\"2024-11-01T10:28:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/742 {"status":200,"body":"{\"data\":{\"id\":742,\"name\":\"V-PowerPipe BV\",\"businessName\":\"V-PowerPipe BV\",\"regNo\":null,\"vatNo\":\"BE 1014.497.759\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Camille Huysmanslaan 65-2\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/756 {"status":200,"body":"{\"data\":{\"id\":756,\"name\":\"GUARDIANT CYBERDEFENSE BV\",\"businessName\":\"GUARDIANT CYBERDEFENSE BV\",\"regNo\":null,\"vatNo\":\"BE1005621071\",\"country\":\"BE\",\"region\":null,\"city\":\"Leuven\",\"postcode\":\"3001\",\"address\":\"Philipssite\",\"lastUpdatedAt\":\"2024-11-04T08:39:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"technical\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"},\"billing\":{\"contactPerson\":\"Jan Vannieuwenhuyse\",\"email\":\"janvannieuwenhuyse@gmail.com\",\"phone\":\"0474599875\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/758 {"status":200,"body":"{\"data\":{\"id\":758,\"name\":\"Amelio TG BV\",\"businessName\":\"Amelio TG\",\"regNo\":\"0700601306\",\"vatNo\":\"BE0700601306\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2861\",\"address\":\"Hoogstraat 42\",\"lastUpdatedAt\":\"2025-02-19T16:35:30+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rachid Taouil\",\"email\":\"rachid.taouil@ameliotg.com\",\"phone\":\"+32 488 44 89 99\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Houda Toub\",\"email\":\"houda.toub@ameliotg.com\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/760 {"status":200,"body":"{\"data\":{\"id\":760,\"name\":\"De Troch Invest NV\",\"businessName\":\"De Troch Invest NV\",\"regNo\":\"0452.924.573\",\"vatNo\":\"BE 0452.924.573\",\"country\":\"BE\",\"region\":null,\"city\":\"Asse\",\"postcode\":\"1730\",\"address\":\"Krokegemseweg 6\",\"lastUpdatedAt\":\"2024-11-12T08:41:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dirk De Troch\",\"email\":\"Dirk@dtinvest.be\",\"phone\":\"0475 71 14 85\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/761 {"status":200,"body":"{\"data\":{\"id\":761,\"name\":\"Ruitenwasser Dimitri Slock\",\"businessName\":\"Ruitenwasser Dimitri Slock\",\"regNo\":\"0726719545\",\"vatNo\":\"BE0726719545\",\"country\":\"BE\",\"region\":null,\"city\":\"Berlare\",\"postcode\":\"9290\",\"address\":\"Petrus Mijsstraat 32\",\"lastUpdatedAt\":\"2024-12-13T11:21:03+00:00\",\"bankDetails\":{\"bankIban\":\"BE87751212639194\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Dimitri Slock\",\"email\":\"slockdimitri0@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/762 {"status":200,"body":"{\"data\":{\"id\":762,\"name\":\"INDIGRA BV\",\"businessName\":\"INDIGRA BV\",\"regNo\":\"461071880\",\"vatNo\":\"BE0461071880\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2610\",\"address\":\"Kernenergiestraat 19\",\"lastUpdatedAt\":\"2025-01-09T15:51:10+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Denis Elaut\",\"email\":\"innovavista@outlook.com\",\"phone\":\"0471933324\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/763 {"status":200,"body":"{\"data\":{\"id\":763,\"name\":\"Timaecon BV\",\"businessName\":\"Timaecon BV\",\"regNo\":\"0775.971.393\",\"vatNo\":\"BE0775.971.393\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke\",\"postcode\":\"9820\",\"address\":\"Crookstraat 4\",\"lastUpdatedAt\":\"2024-11-15T10:54:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tine Maeyens\",\"email\":\"tine.maeyens@gmail.com\",\"phone\":\"0497\\/20 84 39\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/764 {"status":200,"body":"{\"data\":{\"id\":764,\"name\":\"Sven Saerens Comm.V\",\"businessName\":\"Sven Saerens Comm.V\",\"regNo\":\"0810.156.866\",\"vatNo\":\"BE0810.156.866\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Witloofstraat 10\",\"lastUpdatedAt\":\"2024-11-15T13:53:34+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sven Saerens\",\"email\":\"sven.saerens@eosworldwide.com\",\"phone\":\"+32499577617\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/765 {"status":200,"body":"{\"data\":{\"id\":765,\"name\":\"DDM Belgium NV\",\"businessName\":\"DDM Belgium NV\",\"regNo\":\"0877.973.130\",\"vatNo\":\"BE 0877.973.130\",\"country\":\"BE\",\"region\":null,\"city\":\"Kontich\",\"postcode\":\"Kontich\",\"address\":\"Prins Boudewijnlaan 17\\/3\",\"lastUpdatedAt\":\"2024-11-18T13:01:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/767 {"status":200,"body":"{\"data\":{\"id\":767,\"name\":\"Dastronic NV\",\"businessName\":\"Dastronic NV\",\"regNo\":\"0434.282.757\",\"vatNo\":\"BE 0434.282.757\",\"country\":\"BE\",\"region\":null,\"city\":\"Aarschot\",\"postcode\":\"3200\",\"address\":\"Diestsestraat 55\",\"lastUpdatedAt\":\"2024-11-25T08:48:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Geert Lowet\",\"email\":\"geert.lowet@dastronic.be\",\"phone\":\"016 30 09 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/769 {"status":200,"body":"{\"data\":{\"id\":769,\"name\":\"Mc Deville BV\",\"businessName\":\"Mc Deville BV\",\"regNo\":\"0474.886.363\",\"vatNo\":\"BE 0474.886.363\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Ter Borcht 46\",\"lastUpdatedAt\":\"2024-11-28T15:09:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/770 {"status":200,"body":"{\"data\":{\"id\":770,\"name\":\"BDS PRODUCTIONS\",\"businessName\":\"BDS PRODUCTIONS\",\"regNo\":\"0789201896\",\"vatNo\":\"BE0789201896\",\"country\":\"BE\",\"region\":\"West-Vlaanderen\",\"city\":\"Brugge\",\"postcode\":\"8000\",\"address\":\"Wagenbruggelaan 77\",\"lastUpdatedAt\":\"2024-11-29T08:47:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:53] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/771 {"status":200,"body":"{\"data\":{\"id\":771,\"name\":\"OHME OPERATIONS IRELAND LIMITED\",\"businessName\":\"OHME OPERATIONS IRELAND LIMITED\",\"regNo\":\"3690280QH\",\"vatNo\":\"IE3690280QH\",\"country\":\"IE\",\"region\":\"CO\",\"city\":\"Cork\",\"postcode\":\"IE5 0\",\"address\":\"Penrose Quay\",\"lastUpdatedAt\":\"2024-12-02T11:53:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Val\\u00e9rie\",\"email\":\"valerie.gorreux@ohme-ev.com\",\"phone\":\"32492792268\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/773 {"status":200,"body":"{\"data\":{\"id\":773,\"name\":\"Telecom-Makelaars\",\"businessName\":\"Telecom-Makelaars\",\"regNo\":\"BE 0835.925.808\",\"vatNo\":\"0835.925.808\",\"country\":\"BE\",\"region\":null,\"city\":null,\"postcode\":null,\"address\":null,\"lastUpdatedAt\":\"2024-12-04T11:42:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:54] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/775 {"status":200,"body":"{\"data\":{\"id\":775,\"name\":\"Desmaretz Jan BV\",\"businessName\":\"Desmaretz Jan BV\",\"regNo\":\"1008326480\",\"vatNo\":\"BE1008326480\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Albert Dineurlaan\",\"lastUpdatedAt\":\"2024-12-09T11:09:12+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:55] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/777 {"status":200,"body":"{\"data\":{\"id\":777,\"name\":\"Konstantijn Roelandt\",\"businessName\":\"Konstantijn Roelandt BVBA\",\"regNo\":\"0831728181\",\"vatNo\":\"BE0831728181\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2600\",\"address\":\"Koninklijkelaan 16\",\"lastUpdatedAt\":\"2024-12-10T10:00:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/780 {"status":200,"body":"{\"data\":{\"id\":780,\"name\":\"Mediahuis NV\",\"businessName\":\"Mediahuis NV\",\"regNo\":\"0439.849.666\",\"vatNo\":\"BE0439.849.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2 2050 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:56] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/779 {"status":200,"body":"{\"data\":{\"id\":779,\"name\":\"Jargis Abdelrahman Neriman\",\"businessName\":\"Jargis Abdelrahman Neriman\",\"regNo\":\"0833801904\",\"vatNo\":\"BE0833801904\",\"country\":\"BE\",\"region\":\"Oost-Vlaanderen\",\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Amanda Foketstraat 36\",\"lastUpdatedAt\":\"2024-12-11T10:29:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/781 {"status":200,"body":"{\"data\":{\"id\":781,\"name\":\"Thuisverpleging TJ\",\"businessName\":\"Thuisverpleging TJ\",\"regNo\":null,\"vatNo\":\"BE0746408961\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"De Vis\",\"lastUpdatedAt\":\"2025-02-07T15:40:35+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Timothy Joseph\",\"email\":\"timothy_joseph@hotmail.be\",\"phone\":\"+32 496 71 43 09\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:57] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/766 {"status":200,"body":"{\"data\":{\"id\":766,\"name\":\"Autobedrijf De Keukeleire - Public\",\"businessName\":\"Autobedrijf De Keukeleire - Imacar Wetteren - Public\",\"regNo\":\"0425.096.956\",\"vatNo\":\"BE 0425.096.956\",\"country\":\"BE\",\"region\":null,\"city\":\"Destelbergen\",\"postcode\":\"9070\",\"address\":\"Hooistraat(HEU) 128 9070 Destelbergen\",\"lastUpdatedAt\":\"2024-12-13T14:04:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Vanwassenhove\",\"email\":\"sigrid.vanwassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:58] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/642 {"status":200,"body":"{\"data\":{\"id\":642,\"name\":\"Autoservice De Keukeleire - Public\",\"businessName\":\"Autoservice De Keukeleire - Imacar Dendermonde - Public\",\"regNo\":\"0892.160.666\",\"vatNo\":\"BE 0892.160.666\",\"country\":\"BE\",\"region\":null,\"city\":\"Dendermonde\",\"postcode\":\"9200\",\"address\":\"Vriesenrot (STG) 21\",\"lastUpdatedAt\":\"2024-12-13T12:11:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1000,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sigrid Van Wassenhove\",\"email\":\"Sigrid.VanWassenhove@imacar.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/784 {"status":200,"body":"{\"data\":{\"id\":784,\"name\":\"Solar-X Belgium BV\",\"businessName\":\"Solar-X Belgium BV\",\"regNo\":\"0415976877\",\"vatNo\":\"BE0415976877\",\"country\":\"BE\",\"region\":null,\"city\":\"Willebroek\",\"postcode\":\"2830\",\"address\":\"Turfsteeg 19\",\"lastUpdatedAt\":\"2024-12-16T15:12:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace  Debreyne\",\"email\":\"ignace.debreyne@gmail.com\",\"phone\":\"0495863655\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:31:59] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/710 {"status":200,"body":"{\"data\":{\"id\":710,\"name\":\"ICM Interieur\",\"businessName\":\"ICM Interieur\",\"regNo\":null,\"vatNo\":\"BE0770 159 610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:00] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/744 {"status":200,"body":"{\"data\":{\"id\":744,\"name\":\"Filip Mestdagh nv\",\"businessName\":\"Filip Mestdagh nv\",\"regNo\":\"BE0770159610\",\"vatNo\":\"0770159610\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9770\",\"address\":\"Hoogstraat 56 9770 Kruisem\",\"lastUpdatedAt\":\"2024-11-01T10:28:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/776 {"status":200,"body":"{\"data\":{\"id\":776,\"name\":\"Arch Invest NV\",\"businessName\":\"Arch Invest NV\",\"regNo\":\"0445.964.131\",\"vatNo\":\"be0445.964.131\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1000\",\"address\":\"Hoogstraat 139\",\"lastUpdatedAt\":\"2025-02-03T09:58:52+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"transshopinvest@jaspers.be\",\"phone\":\"+32  (0)  2 511 99 77\"},\"technical\":{\"contactPerson\":\"Bruno Cleeren\",\"email\":\"bruno.cleeren@jaspers.be\",\"phone\":\"0477 25 93 15\"},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:01] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/323 {"status":200,"body":"{\"data\":{\"id\":323,\"name\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"businessName\":\"BVBA Dr. Plovier \\u2013 Dr. Czupper\",\"regNo\":\"0807.253.004\",\"vatNo\":\"BE 0807.253.004\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussels\",\"postcode\":\"3090\",\"address\":\"Brusselsesteenweg 466\",\"lastUpdatedAt\":\"2024-12-24T13:38:29+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Frank Plovier\",\"email\":\"frank.plovier@beclinic.com\",\"phone\":\"+32475409503\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:02] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/788 {"status":200,"body":"{\"data\":{\"id\":788,\"name\":\"Hedin Automotive NV\",\"businessName\":\"Hedin Automotive NV\",\"regNo\":\"0740.526.506\",\"vatNo\":\"BE 0740.526.506\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Niklaas\",\"postcode\":null,\"address\":\"Industriepark-Noord 2\",\"lastUpdatedAt\":\"2025-01-08T16:20:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/789 {"status":200,"body":"{\"data\":{\"id\":789,\"name\":\"ADS & Data\",\"businessName\":\"ADS & Data\",\"regNo\":null,\"vatNo\":\"BE0809309701\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Harensesteenweg 226\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:03] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/790 {"status":200,"body":"{\"data\":{\"id\":790,\"name\":\"Printing Partners\",\"businessName\":\"Printing Partners\",\"regNo\":\"458 732 301\",\"vatNo\":\"BE 458 732 301\",\"country\":\"BE\",\"region\":null,\"city\":\"Paal-Beringen\",\"postcode\":null,\"address\":\"Industrieweg 147\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/791 {"status":200,"body":"{\"data\":{\"id\":791,\"name\":\"House Of Recruitment Solutions BV\",\"businessName\":\"House Of Recruitment Solutions BV\",\"regNo\":null,\"vatNo\":\"BE0728.656.674\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2050\",\"address\":\"Katwilgweg 2\",\"lastUpdatedAt\":\"2025-06-05T14:26:23+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:04] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/69 {"status":200,"body":"{\"data\":{\"id\":69,\"name\":\"Durr Dental\",\"businessName\":\"Durr Dental\",\"regNo\":\"0432.269.018\",\"vatNo\":\"BE 0432.269.018\",\"country\":\"Belgie\",\"region\":null,\"city\":\"Hever\",\"postcode\":\"3191\",\"address\":\"Molenheidebaan 97\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pierre Heusen\",\"email\":\"heusen.pierre@durr.be\",\"phone\":\"0475430659\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:05] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/262 {"status":200,"body":"{\"data\":{\"id\":262,\"name\":\"Syster\",\"businessName\":\"Syster\",\"regNo\":\"904404449\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Chantepie\",\"postcode\":\"35135\",\"address\":\"31 Rue de la Fr\\u00e9bardi\\u00e8re\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guerin Alexandre\",\"email\":\"aguerin@seeyousun.fr\",\"phone\":\"(+33) 7 86 95 34 33\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/118 {"status":200,"body":"{\"data\":{\"id\":118,\"name\":\"EV plus\",\"businessName\":\"EV plus\",\"regNo\":null,\"vatNo\":null,\"country\":\"PL\",\"region\":null,\"city\":\"Pozna\\u0144\",\"postcode\":\"61-324\",\"address\":\"474 ul. Ostrowska 61-324 , Pozna\\u0144\",\"lastUpdatedAt\":\"2024-11-01T10:28:07+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"tomasz kaldonski\",\"email\":\"tomasz.kaldonski@evplus.com.pl\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:06] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/256 {"status":200,"body":"{\"data\":{\"id\":256,\"name\":\"Easy Charge SAS\",\"businessName\":\"Easy Charge SAS\",\"regNo\":\"538133166\",\"vatNo\":\"FR89538133166\",\"country\":\"FR\",\"region\":null,\"city\":\"Nanterre\",\"postcode\":\"92000\",\"address\":\"50 avenue Fran\\u00e7ois Arago- Immeuble Colis\\u00e9e D\\u00e9fense\",\"lastUpdatedAt\":\"2024-11-01T10:28:13+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Mora Arnaud\",\"email\":\"roaming@freshmile.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:07] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/70 {"status":200,"body":"{\"data\":{\"id\":70,\"name\":\"Els De Smet\",\"businessName\":\"Els De Smet\",\"regNo\":null,\"vatNo\":null,\"country\":\"Belgie\",\"region\":null,\"city\":\"Assende\",\"postcode\":\"9968\",\"address\":\"Abdijstraat 25\",\"lastUpdatedAt\":\"2024-11-01T10:28:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Els De Smet\",\"email\":\"smetels@gmail.com\",\"phone\":\"0478218462\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/793 {"status":200,"body":"{\"data\":{\"id\":793,\"name\":\"All Visual Communication BV\",\"businessName\":\"All Visual Communication BV\",\"regNo\":\"BE0889.736.458\",\"vatNo\":\"BE0889.736.458\",\"country\":\"BE\",\"region\":null,\"city\":\"Affligem\",\"postcode\":\"1790\",\"address\":\"Schaapschuur 4\\/5\",\"lastUpdatedAt\":\"2025-01-17T15:44:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:08] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/795 {"status":200,"body":"{\"data\":{\"id\":795,\"name\":\"Embridge Belgium BV\",\"businessName\":\"Embridge Belgium BV\",\"regNo\":\"0466.839.521\",\"vatNo\":\"BE0466.839.521\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1020\",\"address\":\"Esplanade 1\\/16\",\"lastUpdatedAt\":\"2025-06-30T08:20:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Birgit Knopps\",\"email\":\"birgitkg@embridge.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:09] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/796 {"status":200,"body":"{\"data\":{\"id\":796,\"name\":\"Advocatenkantoor De Vidts Ewoud\",\"businessName\":\"Advocatenkantoor De Vidts Ewoud\",\"regNo\":\"0740536107\",\"vatNo\":\"BE0740536107\",\"country\":\"BE\",\"region\":null,\"city\":\"Aalst\",\"postcode\":\"9300\",\"address\":\"Dirk Martensstraat 22\",\"lastUpdatedAt\":\"2025-01-23T10:14:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:10] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/797 {"status":200,"body":"{\"data\":{\"id\":797,\"name\":\"Ineos Styrolution NV\",\"businessName\":\"Ineos Styrolution NV\",\"regNo\":\"0806439291\",\"vatNo\":\"BE0806439291\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2024\",\"address\":\"Scheldelaan 600H\\/725\",\"lastUpdatedAt\":\"2025-01-24T10:21:18+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:12] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/798 {"status":200,"body":"{\"data\":{\"id\":798,\"name\":\"BVE International\",\"businessName\":\"BVE International\",\"regNo\":\"0804341519\",\"vatNo\":\"BE0804341519\",\"country\":\"BE\",\"region\":null,\"city\":\"Woluwe-Saint-Lambert\",\"postcode\":\"1200\",\"address\":\"Boulevard Brand Whitlock 121\",\"lastUpdatedAt\":\"2025-01-28T10:56:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Beno\\u00eet Van Eechaute\",\"email\":\"benoit@bveinternational.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/799 {"status":200,"body":"{\"data\":{\"id\":799,\"name\":\"Straaltechnieken International NV\",\"businessName\":\"Straaltechnieken International NV\",\"regNo\":\"0422.440.839\",\"vatNo\":\"BE 0422.440.839\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Antwerpsesteenweg 100, 2630 Aartselaar, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-01-30T12:57:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:13] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/806 {"status":200,"body":"{\"data\":{\"id\":806,\"name\":\"Neldemo BV\",\"businessName\":\"Neldemo BV\",\"regNo\":\"0879-626-484\",\"vatNo\":\"BE  0879-626-484\",\"country\":\"BE\",\"region\":null,\"city\":\"Brasschaat\",\"postcode\":\"2930\",\"address\":\"Boskapellei 9\",\"lastUpdatedAt\":\"2025-02-05T09:46:51+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:14] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/360 {"status":200,"body":"{\"data\":{\"id\":360,\"name\":\"QoWatt\",\"businessName\":\"QoWatt\",\"regNo\":\"904074713\",\"vatNo\":null,\"country\":\"FR\",\"region\":null,\"city\":\"Saint Benoit\",\"postcode\":\"86280\",\"address\":\"55 Rue du bois d'amour\",\"lastUpdatedAt\":\"2024-11-01T10:28:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/807 {"status":200,"body":"{\"data\":{\"id\":807,\"name\":\"Greenshift Development BV\",\"businessName\":\"Greenshift Development BV\",\"regNo\":null,\"vatNo\":\"BE 1019.459.112\",\"country\":\"BE\",\"region\":null,\"city\":\"Stekene\",\"postcode\":\"9190\",\"address\":\"Robert Verbekelaan 16\",\"lastUpdatedAt\":\"2025-05-28T12:07:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rein Motyka\",\"email\":\"rein.motyka@telenet.be\",\"phone\":\"+324860723900\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:15] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/808 {"status":200,"body":"{\"data\":{\"id\":808,\"name\":\"Rubec Products BV\",\"businessName\":\"Rubec Products BV\",\"regNo\":\"0443514781\",\"vatNo\":\"BE0443514781\",\"country\":\"BE\",\"region\":null,\"city\":\"Turnhout\",\"postcode\":\"2300\",\"address\":\"Slachthuisstraat 30\",\"lastUpdatedAt\":\"2025-02-10T13:39:11+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/809 {"status":200,"body":"{\"data\":{\"id\":809,\"name\":\"Altair Communications BVBA\",\"businessName\":\"Altair Communications BVBA\",\"regNo\":null,\"vatNo\":\"BE0465785783\",\"country\":\"BE\",\"region\":null,\"city\":\"Ternat\",\"postcode\":\"1740\",\"address\":\"Lombeekweg 11\",\"lastUpdatedAt\":\"2025-02-10T14:59:01+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:16] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/588 {"status":200,"body":"{\"data\":{\"id\":588,\"name\":\"Everlam NV\",\"businessName\":\"Everlam NV\",\"regNo\":\"0545.756.444\",\"vatNo\":\"BE 0545.756.444\",\"country\":\"BE\",\"region\":null,\"city\":\"Mechelen\",\"postcode\":\"2800\",\"address\":\"Blokhuisstraat 47 J\",\"lastUpdatedAt\":\"2024-11-01T10:28:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Tim Van Den Bogaert\",\"email\":\"tim.vandenbogaert@everlam.com\",\"phone\":\"048726-9523\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:17] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/778 {"status":200,"body":"{\"data\":{\"id\":778,\"name\":\"Qinemotion BV\",\"businessName\":\"Qinemotion BV\",\"regNo\":\"0741.996.352\",\"vatNo\":\"BE0741.996.352\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9031\",\"address\":\"Halewijnstationstraat 115\",\"lastUpdatedAt\":\"2025-02-12T15:05:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/810 {"status":200,"body":"{\"data\":{\"id\":810,\"name\":\"Winka BV\",\"businessName\":\"Winka BV\",\"regNo\":\"0421872301\",\"vatNo\":\"BE0421872301\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Heirbaan 46\",\"lastUpdatedAt\":\"2025-02-13T09:58:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Rudy Hendrickx\",\"email\":\"info@winka.be\",\"phone\":\"+3234540528\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:18] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/755 {"status":200,"body":"{\"data\":{\"id\":755,\"name\":\"Matlow Invest BV\",\"businessName\":\"Matlow Invest BV\",\"regNo\":\"0887.368.371\",\"vatNo\":\"BE 0887.368.371\",\"country\":\"BE\",\"region\":null,\"city\":\"Lennik\",\"postcode\":\"1750\",\"address\":\"Ninoofsesteenweg 37\",\"lastUpdatedAt\":\"2024-11-07T09:18:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jurgen Rubbrech\",\"email\":\"matlow@accofiska.be\",\"phone\":\"0496\\/78.36.37\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/811 {"status":200,"body":"{\"data\":{\"id\":811,\"name\":\"Boonen-Hermanns\",\"businessName\":\"BV Boonen-Hermanns\",\"regNo\":\"0806.782.949\",\"vatNo\":\"BE0806.782.949\",\"country\":\"BE\",\"region\":null,\"city\":\"Houthalen-Helchteren\",\"postcode\":\"3530\",\"address\":\"ambachtstraat 40\",\"lastUpdatedAt\":\"2025-02-17T13:01:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":\"+32478200902\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Patrick Boonen\",\"email\":\"patrick.boonen@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:19] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/812 {"status":200,"body":"{\"data\":{\"id\":812,\"name\":\"Ivw cleaning BV\",\"businessName\":\"Ivw cleaning BV\",\"regNo\":null,\"vatNo\":\"BE0898266322\",\"country\":\"BE\",\"region\":null,\"city\":\"Temse\",\"postcode\":\"9140\",\"address\":\"Schoenstraat 56\",\"lastUpdatedAt\":\"2025-02-17T14:29:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:20] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/489 {"status":200,"body":"{\"data\":{\"id\":489,\"name\":\"EVA Vastgoed BVBA\",\"businessName\":\"EVA Vastgoed BVBA\",\"regNo\":\"0634698714\",\"vatNo\":\"BE0634698714\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Coupure 55\",\"lastUpdatedAt\":\"2025-05-08T12:02:56+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Pol Cools\",\"email\":\"pol.cools@arch-teco.com\",\"phone\":\"+32 9 296 00 60\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Pol Cools\",\"email\":\"cools.pol@telenet.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/817 {"status":200,"body":"{\"data\":{\"id\":817,\"name\":\"Coosemans Guy\",\"businessName\":\"Coosemans Guy\",\"regNo\":\"578.734.959\",\"vatNo\":\"BE 0578.734.959\",\"country\":\"BE\",\"region\":null,\"city\":\"Vilvoorde\",\"postcode\":\"1800\",\"address\":\"Grimbergsesteenweg 206\",\"lastUpdatedAt\":\"2025-02-26T15:17:57+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Guy Coosemans\",\"email\":\"guysophiejeremy@gmail.com\",\"phone\":\"+32496559253\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:21] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/818 {"status":200,"body":"{\"data\":{\"id\":818,\"name\":\"Pim NV\",\"businessName\":\"P.I.M NV - Public\",\"regNo\":\"0425.207.913\",\"vatNo\":\"BE 0425.207.913\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2020\",\"address\":\"Jan Baptist Verlooystraat 9\\/2\",\"lastUpdatedAt\":\"2025-03-11T11:25:18+00:00\",\"bankDetails\":{\"bankIban\":\"BE97880447141149\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:22] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/819 {"status":200,"body":"{\"data\":{\"id\":819,\"name\":\"Decsys NV\",\"businessName\":\"Decsys NV\",\"regNo\":\"0437.688.546\",\"vatNo\":\"BE 0437.688.546\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-03-11T11:11:28+00:00\",\"bankDetails\":{\"bankIban\":\"BE38417709041172\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart Kennes\",\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/820 {"status":200,"body":"{\"data\":{\"id\":820,\"name\":\"Qu'ALU NV\",\"businessName\":\"Qu'ALU NV\",\"regNo\":\"0733.855.874\",\"vatNo\":\"BE 0733.855.874\",\"country\":\"BE\",\"region\":null,\"city\":\"Bornem\",\"postcode\":\"2880\",\"address\":\"Woestijnstraat 31\",\"lastUpdatedAt\":\"2025-02-27T11:32:42+00:00\",\"bankDetails\":{\"bankIban\":\"BE16736061188674\",\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"info@quadralis.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:23] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/661 {"status":200,"body":"{\"data\":{\"id\":661,\"name\":\"Aelbrecht Pascale\",\"businessName\":\"Aelbrecht Pascale\",\"regNo\":\"0805.259.257\",\"vatNo\":\"BE0805.259.257\",\"country\":\"BE\",\"region\":null,\"city\":\"Zelzate\",\"postcode\":\"9060\",\"address\":\"Armand Seghersstraat 8\",\"lastUpdatedAt\":\"2025-02-28T13:23:49+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/823 {"status":200,"body":"{\"data\":{\"id\":823,\"name\":\"AMANTIES Comm V\",\"businessName\":\"AMANTIES Comm V\",\"regNo\":\"0782447827\",\"vatNo\":\"BE0782447827\",\"country\":\"BE\",\"region\":null,\"city\":\"Laakdal\",\"postcode\":\"2430\",\"address\":\"Oranjestraat 49, 2430 Laakdal, Belgium\",\"lastUpdatedAt\":\"2025-03-03T13:12:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:24] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/816 {"status":200,"body":"{\"data\":{\"id\":816,\"name\":\"Depoortere\",\"businessName\":\"Depoortere\",\"regNo\":\"0431.339.402\",\"vatNo\":\"BE 0431.339.402\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren Leie\",\"postcode\":\"8791\",\"address\":\"Kortrijkseweg 105 8791 Beveren Leie\",\"lastUpdatedAt\":\"2025-05-06T14:31:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Lesage\",\"email\":\"claude@depoortere.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:25] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/825 {"status":200,"body":"{\"data\":{\"id\":825,\"name\":\"Tilroy\",\"businessName\":\"Tilroy\",\"regNo\":\"0648822409\",\"vatNo\":\"BE0648822409\",\"country\":\"BE\",\"region\":null,\"city\":\"Aartselaar\",\"postcode\":\"2630\",\"address\":\"Dijkstraat 6\",\"lastUpdatedAt\":\"2025-03-06T09:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:26] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/826 {"status":200,"body":"{\"data\":{\"id\":826,\"name\":\"Swedish Orphan Biovitrum (Belgium)\",\"businessName\":\"Sobi\",\"regNo\":\"0536.217.087\",\"vatNo\":\"BE0536.217.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-04-15T10:54:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Nicolas Dejaeger\",\"email\":\"Nicolas.Dejaeger@sobi.com\",\"phone\":\"32473523905\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/830 {"status":200,"body":"{\"data\":{\"id\":830,\"name\":\"Daoust Nv\",\"businessName\":\"Daoust Nv\",\"regNo\":\"BE 0400.523.292\",\"vatNo\":\"BE 0400.523.292\",\"country\":\"BE\",\"region\":\"Wallonie\",\"city\":\"Brussel\",\"postcode\":\"1050\",\"address\":\"Galerie de la Porte Louise 203\\/5\",\"lastUpdatedAt\":\"2025-03-11T13:43:41+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Julie Lam\",\"email\":\"Jlam@daoust.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:27] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/566 {"status":200,"body":"{\"data\":{\"id\":566,\"name\":\"S.Ma.R.T. Support & Solutions BV\",\"businessName\":\"S.Ma.R.T. Support & Solutions\",\"regNo\":\"0898.414.889\",\"vatNo\":\"BE0898.414.889\",\"country\":\"BE\",\"region\":null,\"city\":\"Hasselt\",\"postcode\":\"3500\",\"address\":\"Kiezelstraat 92 ,3500 Hasselt\",\"lastUpdatedAt\":\"2025-04-16T09:57:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jan Freson\",\"email\":\"jan.freson@gmail.com\",\"phone\":\"0474202258\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:28] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/831 {"status":200,"body":"{\"data\":{\"id\":831,\"name\":\"Christiaan Van Bignoot\",\"businessName\":\"Christiaan Van Bignoot\",\"regNo\":\"0759558597\",\"vatNo\":\"BE0759558597\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9041\",\"address\":\"Emilie Schattemanstraat 28, 9041 Gent, Belgium\",\"lastUpdatedAt\":\"2025-03-13T10:48:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christiaan Van Bignoot\",\"email\":\"Christiaan@vanbignoot.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:29] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/833 {"status":200,"body":"{\"data\":{\"id\":833,\"name\":\"Promaz VZW\",\"businessName\":\"Promaz - Public\",\"regNo\":\"0726.647.586\",\"vatNo\":\"BE0726.647.586\",\"country\":\"BE\",\"region\":\"Brussel\",\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-05-21T09:15:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":544.5,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@promaz.be\",\"phone\":\"+32471610825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoices\",\"email\":\"invoices@promaz.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:30] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/834 {"status":200,"body":"{\"data\":{\"id\":834,\"name\":\"Brawax BV\",\"businessName\":\"Brawax BV\",\"regNo\":\"0672 836 342\",\"vatNo\":\"BE0672 836 342\",\"country\":\"BE\",\"region\":null,\"city\":\"Bassilly\",\"postcode\":\"7830\",\"address\":\"Pav\\u00e9 d\\u2019ath 6\",\"lastUpdatedAt\":\"2025-03-17T09:51:03+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Xavier Wauters\",\"email\":\"xw.brawax@gmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/835 {"status":200,"body":"{\"data\":{\"id\":835,\"name\":\"Sandy Goossens\",\"businessName\":\"Sandy Goossens\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Ukkel\",\"postcode\":\"1180\",\"address\":\"Avenue de Foestraets 29\",\"lastUpdatedAt\":\"2025-03-17T13:09:16+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sandy Goossens\",\"email\":\"sandygo@me.com\",\"phone\":\"0479479479\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:31] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/838 {"status":200,"body":"{\"data\":{\"id\":838,\"name\":\"FCO Media BV\",\"businessName\":\"FCO Media BV\",\"regNo\":\"0461651803\",\"vatNo\":\"BE 0461651803\",\"country\":\"BE\",\"region\":null,\"city\":\"Otegem\",\"postcode\":\"8553\",\"address\":\"Zolderstraat 46 A 8553 Otegem\",\"lastUpdatedAt\":\"2025-03-28T08:44:37+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/839 {"status":200,"body":"{\"data\":{\"id\":839,\"name\":\"Bofas\",\"businessName\":\"Bofas - Public\",\"regNo\":null,\"vatNo\":\"BE 0474.553.197\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-25T14:39:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":250,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Goolaerts\",\"email\":\"Erik.Goolaerts@bofas.be\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Facturen\",\"email\":\"facturen@bofas.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:32] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/840 {"status":200,"body":"{\"data\":{\"id\":840,\"name\":\"BV ARTHELES\",\"businessName\":\"BV ARTHELES - Public\",\"regNo\":\"0735.851.403\",\"vatNo\":\"BE 0735.851.403\",\"country\":\"BE\",\"region\":null,\"city\":\"Gent\",\"postcode\":\"9000\",\"address\":\"Vaderlandstraat 24  9000 Gent\",\"lastUpdatedAt\":\"2025-04-01T15:56:55+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":350,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Claude Legase\",\"email\":\"claudelesage@hotmail.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:33] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/841 {"status":200,"body":"{\"data\":{\"id\":841,\"name\":\"LDB Consulting BV\",\"businessName\":\"LDB Consulting BV\",\"regNo\":\"1014.228.040\",\"vatNo\":\"BE1014.228.040\",\"country\":\"BE\",\"region\":null,\"city\":\"Kortrijk\",\"postcode\":\"8500\",\"address\":\"Elfde-julilaan 63, 8500 Kortrijk\",\"lastUpdatedAt\":\"2025-04-02T10:03:47+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/842 {"status":200,"body":"{\"data\":{\"id\":842,\"name\":\"Inovyn Belgium SA\",\"businessName\":\"Ineos Inovyn Belgium\",\"regNo\":\"0466279394\",\"vatNo\":\"BE0466279394\",\"country\":\"BE\",\"region\":null,\"city\":\"ANTWERPEN\",\"postcode\":\"2040\",\"address\":\"HAVEN 725 - SCHELDELAAN, 600 2040 ANTWERPEN 4\",\"lastUpdatedAt\":\"2025-04-02T14:23:58+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Erik Wijnants\",\"email\":\"ap-invoice@ineos.com\",\"phone\":\"+3271268111\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:34] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/845 {"status":200,"body":"{\"data\":{\"id\":845,\"name\":\"Laadexpert\",\"businessName\":\"laadexpert\",\"regNo\":\"BE 1020.949.150\",\"vatNo\":\"BE 1020.949.150\",\"country\":\"BE\",\"region\":null,\"city\":\"Kruisem\",\"postcode\":\"9750\",\"address\":\"Beertegemstraat 45B\",\"lastUpdatedAt\":\"2025-04-14T17:56:21+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Noam Vaillant\",\"email\":\"noam@laadexpert.be\",\"phone\":\"+32491646817\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:35] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/846 {"status":200,"body":"{\"data\":{\"id\":846,\"name\":\"Verbanck Jeroen bv\",\"businessName\":\"Verbanck Jeroen bv\",\"regNo\":\"0798.983.555\",\"vatNo\":\"BE0798.983.555\",\"country\":\"BE\",\"region\":null,\"city\":\"Lede\",\"postcode\":\"9340\",\"address\":\"Steenstraat 134\",\"lastUpdatedAt\":\"2025-04-23T09:02:06+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Jeroen Verbanck\",\"email\":\"jeroenverbanck2505@gmail.com\",\"phone\":\"0475 64 07 75\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/847 {"status":200,"body":"{\"data\":{\"id\":847,\"name\":\"De Paepe Ignace\",\"businessName\":\"De Paepe Ignace\",\"regNo\":\"0815.322.414\",\"vatNo\":\"BE0815.322.414\",\"country\":\"BE\",\"region\":null,\"city\":\"Merelbeke-Melle\",\"postcode\":\"9820\",\"address\":\"Herfstlaan 27\",\"lastUpdatedAt\":\"2025-04-25T10:40:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Ignace De Paepe\",\"email\":\"Ignace.depaepe@telenet.be\",\"phone\":\"+32475841884\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:36] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/848 {"status":200,"body":"{\"data\":{\"id\":848,\"name\":\"in4fuels VZW\",\"businessName\":\"in4fuels - Public\",\"regNo\":\"0429.048.024\",\"vatNo\":\"BE 0429.048.024\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1070\",\"address\":\"Dauwstraat 12\",\"lastUpdatedAt\":\"2025-06-03T12:42:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":450,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Willem Voets\",\"email\":\"willem.voets@in4fuels.be\",\"phone\":\"+32 471 610 825\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:37] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/313 {"status":200,"body":"{\"data\":{\"id\":313,\"name\":\"Demo Blulinc\",\"businessName\":\"Demo Blulinc\",\"regNo\":\"Test\",\"vatNo\":\"0506565465\",\"country\":\"BE\",\"region\":null,\"city\":\"DemoTown\",\"postcode\":\"1111\",\"address\":\"Demostreet\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":true,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/849 {"status":200,"body":"{\"data\":{\"id\":849,\"name\":\"Ravio BV\",\"businessName\":\"Ravio - Public\",\"regNo\":\"0756894661\",\"vatNo\":\"BE0756894661\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2000\",\"address\":\"Godefriduskaai 12\\/ 101\",\"lastUpdatedAt\":\"2025-06-03T12:42:45+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":1875,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:38] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/829 {"status":200,"body":"{\"data\":{\"id\":829,\"name\":\"Transport Dewitte\",\"businessName\":\"Transport Dewitte\",\"regNo\":\"0454.684.629\",\"vatNo\":\"BE0454.684.629\",\"country\":\"BE\",\"region\":null,\"city\":\"Ledegem\",\"postcode\":\"8880\",\"address\":\"Boomlandstraat 28 \\u2013 8880 Ledegem\",\"lastUpdatedAt\":\"2025-06-19T12:04:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/850 {"status":200,"body":"{\"data\":{\"id\":850,\"name\":\"Minds&More(BV)\",\"businessName\":\"Capenti\",\"regNo\":\"0824.312.730\",\"vatNo\":\"BE 0824.312.730\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11, 1932 Zaventem\",\"lastUpdatedAt\":\"2025-07-09T10:00:19+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Koen Herremans\",\"email\":\"koen.heremans@capenti.com\",\"phone\":\"0479\\/478715\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:39] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/851 {"status":200,"body":"{\"data\":{\"id\":851,\"name\":\"Morubel NV\",\"businessName\":\"Morubel NV\",\"regNo\":\"0468.144.665\",\"vatNo\":\"BE 0468.144.665\",\"country\":\"BE\",\"region\":null,\"city\":\"Oostende\",\"postcode\":\"8400\",\"address\":\"Ankerstraat 2\",\"lastUpdatedAt\":\"2025-05-13T16:16:53+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":\"Paul Germonpre\",\"email\":\"Paul.Germonpre@morubel.be\",\"phone\":null},\"billing\":{\"contactPerson\":\"Gino Maus\",\"email\":\"gino.maus@morubel.be\",\"phone\":\"0496 272867\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:40] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/852 {"status":200,"body":"{\"data\":{\"id\":852,\"name\":\"Goelen Karolien BV\",\"businessName\":\"Goelen Karolien BV\",\"regNo\":\"1021.755.636\",\"vatNo\":\"BE 1021.755.636\",\"country\":\"BE\",\"region\":null,\"city\":\"Mol\",\"postcode\":\"2400\",\"address\":\"Rozenberg 92\\/103\",\"lastUpdatedAt\":\"2025-05-14T05:40:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":true,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"technical\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"},\"billing\":{\"contactPerson\":\"Karolien Goelen\",\"email\":\"karoliengoelen@icloud.com\",\"phone\":\"+32474516032\"}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/853 {"status":200,"body":"{\"data\":{\"id\":853,\"name\":\"Actia BV\",\"businessName\":\"Actia BV\",\"regNo\":\"0694.831.091\",\"vatNo\":\"BE 0694.831.091\",\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Jan-in-Eremo\",\"postcode\":\"9982\",\"address\":\"Warande 36\",\"lastUpdatedAt\":\"2025-05-15T11:44:48+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Alain Bockstaele\",\"email\":\"alain.bockstaele@morubel.be\",\"phone\":\"0496 272871\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:41] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/854 {"status":200,"body":"{\"data\":{\"id\":854,\"name\":\"Benny's Glazenwasserij\",\"businessName\":\"Benny's Glazenwasserij\",\"regNo\":\"0887.410.735\",\"vatNo\":\"BE 0887.410.735\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"2070\",\"address\":\"Kapellenkouter 34,\",\"lastUpdatedAt\":\"2025-05-15T12:36:32+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:42] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/855 {"status":200,"body":"{\"data\":{\"id\":855,\"name\":\"Valen Solutions\",\"businessName\":\"Valen Solutions\",\"regNo\":\"0791.534.945\",\"vatNo\":\"BE0791.534.945\",\"country\":\"BE\",\"region\":null,\"city\":\"Deinze\",\"postcode\":\"9800\",\"address\":\"Oudenaardse steenweg 78\",\"lastUpdatedAt\":\"2025-06-02T12:43:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":true,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":true,\"allowToControlTariffGroups\":true},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/856 {"status":200,"body":"{\"data\":{\"id\":856,\"name\":\"TWIN4U\\u00ae BV\",\"businessName\":\"TWIN4U\\u00ae BV\",\"regNo\":\"BE0894.993.660\",\"vatNo\":\"0894.993.660\",\"country\":\"BE\",\"region\":null,\"city\":\"Beveren-Kruibeke-Zwijndrecht\",\"postcode\":\"9120\",\"address\":\"Gentseweg 309 C03  9120 Beveren-Kruibeke-Zwijndrecht\",\"lastUpdatedAt\":\"2025-05-19T08:51:59+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:43] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/857 {"status":200,"body":"{\"data\":{\"id\":857,\"name\":\"CLdN IT Applications NV\",\"businessName\":\"CLdN IT Applications NV\",\"regNo\":\"0473462740\",\"vatNo\":\"BE0473462740\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"Sneeuwbeslaan\",\"address\":\"Sneeuwbeslaan 14, Antwerp, Belgium\",\"lastUpdatedAt\":\"2025-07-08T13:29:31+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Bart De Cock\",\"email\":\"Bart.DECOCK@cldn.com\",\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Linda Maes\",\"email\":\"linda.maes@traxus.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:44] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/858 {"status":200,"body":"{\"data\":{\"id\":858,\"name\":\"Not. BV Liesse Frank\",\"businessName\":\"Not. BV Liesse Frank\",\"regNo\":\"0849830163\",\"vatNo\":\"BE0849830163\",\"country\":\"BE\",\"region\":null,\"city\":\"Mortsel\",\"postcode\":\"2640\",\"address\":\"Pastoor Soeteweystraat 59 2640 Mortsel\",\"lastUpdatedAt\":\"2025-05-23T10:22:38+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/859 {"status":200,"body":"{\"data\":{\"id\":859,\"name\":\"Laurens Belgium\",\"businessName\":\"Laurens Belgium\",\"regNo\":\"0462205592\",\"vatNo\":\"BE0462205592\",\"country\":\"BE\",\"region\":null,\"city\":\"Hechtel-Eksel\",\"postcode\":\"3940\",\"address\":\"Stationsstraat 56, 3940 Hechtel-Eksel, Belgium\",\"lastUpdatedAt\":\"2025-05-23T11:40:05+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:45] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/860 {"status":200,"body":"{\"data\":{\"id\":860,\"name\":\"LeCi Accountancy\",\"businessName\":\"LeCi Accountancy\",\"regNo\":\"1009658944\",\"vatNo\":\"1009658944\",\"country\":\"BE\",\"region\":null,\"city\":\"Erpe-Mere\",\"postcode\":\"9420\",\"address\":\"Oudendijk 51, 9420 Erpe-Mere, Belgi\\u00eb\",\"lastUpdatedAt\":\"2025-06-02T08:15:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:46] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/864 {"status":200,"body":"{\"data\":{\"id\":864,\"name\":\"Holos Energy Systems\",\"businessName\":\"Holos Energy Systems\",\"regNo\":\"0780.562.562\",\"vatNo\":\"BE 0780.562.562\",\"country\":\"BE\",\"region\":null,\"city\":\"Bl\\u00e9gny\",\"postcode\":\"4670\",\"address\":\"rue des Eglantines 81\",\"lastUpdatedAt\":\"2025-06-03T08:55:09+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Christian Pezzin\",\"email\":\"cp@ebluedrive.be\",\"phone\":null},\"technical\":{\"contactPerson\":\"Ives Wertz\",\"email\":\"ives.wertz@holos.energy\",\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/865 {"status":200,"body":"{\"data\":{\"id\":865,\"name\":\"WOOST\",\"businessName\":\"WOOST\",\"regNo\":\"0773345366\",\"vatNo\":\"BE0773345366\",\"country\":\"BE\",\"region\":null,\"city\":\"Antwerpen\",\"postcode\":\"2018\",\"address\":\"Bosmanslei 9, 2018 Antwerpen\",\"lastUpdatedAt\":\"2025-06-05T10:35:54+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:47] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/866 {"status":200,"body":"{\"data\":{\"id\":866,\"name\":\"Giel Van Heybeeck\",\"businessName\":\"Giel Van Heybeeck\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Westerlo\",\"postcode\":\"2260\",\"address\":\"Langstraat 76\",\"lastUpdatedAt\":\"2025-06-05T12:19:44+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:48] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/868 {"status":200,"body":"{\"data\":{\"id\":868,\"name\":\"Jurgen Wuyts\",\"businessName\":\"Jurgen Wuyts\",\"regNo\":null,\"vatNo\":null,\"country\":\"BE\",\"region\":null,\"city\":\"Sint-Katelijne-Waver\",\"postcode\":\"2860\",\"address\":\"Wilsonstraat 113, 2860 Sint-Katelijne-Waver\",\"lastUpdatedAt\":\"2025-06-10T12:58:42+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/873 {"status":200,"body":"{\"data\":{\"id\":873,\"name\":\"Recupel VZW\",\"businessName\":\"Recupel VZW\",\"regNo\":\"0473923093\",\"vatNo\":\"BE0473923093\",\"country\":\"BE\",\"region\":null,\"city\":\"Zaventem\",\"postcode\":\"1932\",\"address\":\"Hermeslaan 11\",\"lastUpdatedAt\":\"2025-06-20T12:51:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Heidi Vanbergen\",\"email\":\"heidi.vanbergen@recupel.be\",\"phone\":\"0478\\/62.99.95\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"invoice\",\"email\":\"account-payable@recupel.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:49] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/875 {"status":200,"body":"{\"data\":{\"id\":875,\"name\":\"DocIT Consult BV\",\"businessName\":\"DocIT Consult BV\",\"regNo\":\"0753.659.316\",\"vatNo\":\"BE0753.659.316\",\"country\":\"BE\",\"region\":null,\"city\":\"Schoten\",\"postcode\":\"2900\",\"address\":\"Korte Braamstraat 37\",\"lastUpdatedAt\":\"2025-06-25T10:55:02+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":true,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Sarah Jacobs\",\"email\":\"sarah.jacobs@docitconsult.be\",\"phone\":\"0472\\/013387\"},\"technical\":{\"contactPerson\":\"Koen Wouters\",\"email\":\"koen.wouters@docitconsult.be\",\"phone\":\"0471\\/546435\"},\"billing\":{\"contactPerson\":\"Accountancy\",\"email\":\"accountancy@docitconsult.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:50] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/876 {"status":200,"body":"{\"data\":{\"id\":876,\"name\":\"Claeys & Engels bv\",\"businessName\":\"Claeys & Engels\",\"regNo\":\"0473.547.070\",\"vatNo\":\"BE0473.547.070\",\"country\":\"BE\",\"region\":null,\"city\":\"Brussel\",\"postcode\":\"1170\",\"address\":\"Vorstlaan 25\",\"lastUpdatedAt\":\"2025-07-02T12:19:20+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":1125,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":\"Genkis Gurlek\",\"email\":\"genkis.gurlek@claeysengels.be\",\"phone\":\"0495 81 65 81\"},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":\"Invoice\",\"email\":\"ap@claeysengels.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/879 {"status":200,"body":"{\"data\":{\"id\":879,\"name\":\"Voyah Benelux BV\",\"businessName\":\"Voyah Benelux BV\",\"regNo\":\"865510489B01\",\"vatNo\":\"NL865510489B01\",\"country\":\"BE\",\"region\":null,\"city\":\"Alkmaar\",\"postcode\":\"1822 BB\",\"address\":\"Robbenkoog 2, 1822 BB Alkmaar\",\"lastUpdatedAt\":\"2025-07-04T12:20:15+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:51] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/702 {"status":200,"body":"{\"data\":{\"id\":702,\"name\":\"Panorama Operations BV\",\"businessName\":\"Panorama Operations BV\",\"regNo\":\"1019.648.756\",\"vatNo\":\"BE1019.648.756\",\"country\":\"BE\",\"region\":null,\"city\":\"Lummen\",\"postcode\":\"3560\",\"address\":\"Dorpsstraat 18\",\"lastUpdatedAt\":\"2025-05-28T12:48:46+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":\"boekhouding@apotheekpanorama.be\",\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/877 {"status":200,"body":"{\"data\":{\"id\":877,\"name\":\"Biolynx\",\"businessName\":\"Biolynx\",\"regNo\":\"0628.875.744\",\"vatNo\":\"BE 0628.875.744\",\"country\":\"BE\",\"region\":null,\"city\":\"Ghent\",\"postcode\":\"9000\",\"address\":\"Boomstraat 62A, 9000 Ghent, Belgium\",\"lastUpdatedAt\":\"2025-07-04T09:53:24+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":true,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:52] local.DEBUG: BlulincApiService: API Response from /partners/v2.0/885 {"status":200,"body":"{\"data\":{\"id\":885,\"name\":\"Engelman BV\",\"businessName\":\"Engelman BV\",\"regNo\":\"0753.788.087\",\"vatNo\":\"BE 0753.788.087\",\"country\":\"BE\",\"region\":null,\"city\":\"Boechout\",\"postcode\":\"2530\",\"address\":\"Lispersteenweg 119 Boechout 2530\",\"lastUpdatedAt\":\"2025-07-17T12:28:04+00:00\",\"bankDetails\":{\"bankIban\":null,\"bankCode\":null},\"options\":{\"createUsers\":false,\"addUserBalance\":false,\"supplierOnReceipts\":false,\"allowToControlTariffs\":false,\"allowToControlTariffGroups\":false},\"corporateBilling\":{\"enabled\":false,\"monthlyLimit\":null,\"discount\":0},\"contactDetails\":{\"administrative\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"technical\":{\"contactPerson\":null,\"email\":null,\"phone\":null},\"billing\":{\"contactPerson\":null,\"email\":null,\"phone\":null}},\"notifications\":{\"technical\":{\"chargePointFaults\":false},\"billing\":{\"settlementReports\":false}},\"externalId\":null,\"monthlyPlatformFee\":0}}"} 
[2025-07-17 19:32:54] local.INFO: Blulinc Partner Invites update completed successfully! {"processed_invites":1120} 
[2025-07-18 05:14:31] local.ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ampeco_db_local.permissions' doesn't exist (Connection: mysql, SQL: select * from `permissions` where (`name` = view-session-history) limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ampeco_db_local.permissions' doesn't exist (Connection: mysql, SQL: select * from `permissions` where (`name` = view-session-history) limit 1) at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:822)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(395): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3120): Illuminate\\Database\\Connection->select('select * from `...', Array, true)
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3695): Illuminate\\Database\\Query\\Builder->{closure:Illuminate\\Database\\Query\\Builder::get():3104}()
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns(Array, Object(Closure))
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(872): Illuminate\\Database\\Query\\Builder->get(Array)
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(854): Illuminate\\Database\\Eloquent\\Builder->getModels(Array)
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\BuildsQueries.php(366): Illuminate\\Database\\Eloquent\\Builder->get(Array)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(678): Illuminate\\Database\\Eloquent\\Builder->first()
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(710): Illuminate\\Database\\Eloquent\\Builder->firstOrCreate(Array, Array)
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Traits\\ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->updateOrCreate(Array, Array)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2449): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'updateOrCreate', Array)
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2465): Illuminate\\Database\\Eloquent\\Model->__call('updateOrCreate', Array)
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\database\\seeders\\RolesAndPermissionsSeeder.php(23): Illuminate\\Database\\Eloquent\\Model::__callStatic('updateOrCreate', Array)
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Database\\Seeders\\RolesAndPermissionsSeeder->run()
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Seeder.php(188): Illuminate\\Container\\Container->call(Array, Array)
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Seeder.php(197): Illuminate\\Database\\Seeder->{closure:Illuminate\\Database\\Seeder::__invoke():187}()
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Seeds\\SeedCommand.php(71): Illuminate\\Database\\Seeder->__invoke()
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Concerns\\GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->{closure:Illuminate\\Database\\Console\\Seeds\\SeedCommand::handle():70}()
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Seeds\\SeedCommand.php(70): Illuminate\\Database\\Eloquent\\Model::unguarded(Object(Closure))
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle()
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Seeds\\SeedCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#38 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#39 {main}

[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ampeco_db_local.permissions' doesn't exist at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php:404)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(404): PDO->prepare('select * from `...')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(809): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():395}('select * from `...', Array)
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Connection.php(395): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3120): Illuminate\\Database\\Connection->select('select * from `...', Array, true)
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3695): Illuminate\\Database\\Query\\Builder->{closure:Illuminate\\Database\\Query\\Builder::get():3104}()
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns(Array, Object(Closure))
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(872): Illuminate\\Database\\Query\\Builder->get(Array)
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(854): Illuminate\\Database\\Eloquent\\Builder->getModels(Array)
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\BuildsQueries.php(366): Illuminate\\Database\\Eloquent\\Builder->get(Array)
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(678): Illuminate\\Database\\Eloquent\\Builder->first()
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Builder.php(710): Illuminate\\Database\\Eloquent\\Builder->firstOrCreate(Array, Array)
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Traits\\ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->updateOrCreate(Array, Array)
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2449): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'updateOrCreate', Array)
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Model.php(2465): Illuminate\\Database\\Eloquent\\Model->__call('updateOrCreate', Array)
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\database\\seeders\\RolesAndPermissionsSeeder.php(23): Illuminate\\Database\\Eloquent\\Model::__callStatic('updateOrCreate', Array)
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Database\\Seeders\\RolesAndPermissionsSeeder->run()
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#20 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#21 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#22 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Seeder.php(188): Illuminate\\Container\\Container->call(Array, Array)
#23 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Seeder.php(197): Illuminate\\Database\\Seeder->{closure:Illuminate\\Database\\Seeder::__invoke():187}()
#24 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Seeds\\SeedCommand.php(71): Illuminate\\Database\\Seeder->__invoke()
#25 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Eloquent\\Concerns\\GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->{closure:Illuminate\\Database\\Console\\Seeds\\SeedCommand::handle():70}()
#26 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Console\\Seeds\\SeedCommand.php(70): Illuminate\\Database\\Eloquent\\Model::unguarded(Object(Closure))
#27 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle()
#28 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#29 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#30 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#31 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#32 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#33 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#34 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#35 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Seeds\\SeedCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#38 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#39 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#40 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#41 {main}
"} 
[2025-07-18 14:56:00] local.ERROR: Command "view:clean" is not defined.

Did you mean one of these?
    cache:clear
    config:clear
    event:clear
    optimize:clear
    queue:clear
    route:clear
    view:cache
    view:clear {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"view:clean\" is not defined.

Did you mean one of these?
    cache:clear
    config:clear
    event:clear
    optimize:clear
    queue:clear
    route:clear
    view:cache
    view:clear at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php:725)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('view:clean')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-07-19 05:18:36] local.ERROR: PHP Parse error: Syntax error, unexpected T_NS_SEPARATOR on line 1 {"exception":"[object] (Psy\\Exception\\ParseErrorException(code: 0): PHP Parse error: Syntax error, unexpected T_NS_SEPARATOR on line 1 at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\psy\\psysh\\src\\Exception\\ParseErrorException.php:44)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\psy\\psysh\\src\\CodeCleaner.php(306): Psy\\Exception\\ParseErrorException::fromParseError(Object(PhpParser\\Error))
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\psy\\psysh\\src\\CodeCleaner.php(240): Psy\\CodeCleaner->parse('<?php echo 'Tes...', false)
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\psy\\psysh\\src\\Shell.php(852): Psy\\CodeCleaner->clean(Array, false)
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\psy\\psysh\\src\\Shell.php(881): Psy\\Shell->addCode('echo 'Testing u...', true)
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\psy\\psysh\\src\\Shell.php(1390): Psy\\Shell->setCode('echo 'Testing u...', true)
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\tinker\\src\\Console\\TinkerCommand.php(76): Psy\\Shell->execute('echo 'Testing u...')
#6 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Laravel\\Tinker\\Console\\TinkerCommand->handle()
#7 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#8 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#9 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#10 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(754): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#11 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)
#12 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Command\\Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#13 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#14 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(1092): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#15 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand(Object(Laravel\\Tinker\\Console\\TinkerCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#16 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#17 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#18 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#19 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#20 {main}
"} 
[2025-07-21 17:38:25] local.ERROR: There are no commands defined in the "clean" namespace. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException(code: 0): There are no commands defined in the \"clean\" namespace. at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\vendor\\symfony\\console\\Application.php:659)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\vendor\\symfony\\console\\Application.php(708): Symfony\\Component\\Console\\Application->findNamespace('clean')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('clean:view')
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#5 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#6 {main}
"} 
[2025-07-21 17:38:35] local.ERROR: Command "view:clean" is not defined.

Did you mean one of these?
    cache:clear
    config:clear
    event:clear
    optimize:clear
    queue:clear
    route:clear
    view:cache
    view:clear {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"view:clean\" is not defined.

Did you mean one of these?
    cache:clear
    config:clear
    event:clear
    optimize:clear
    queue:clear
    route:clear
    view:cache
    view:clear at C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\vendor\\symfony\\console\\Application.php:725)
[stacktrace]
#0 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\vendor\\symfony\\console\\Application.php(283): Symfony\\Component\\Console\\Application->find('view:clean')
#1 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\vendor\\symfony\\console\\Application.php(192): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 C:\\Users\\juanc\\OneDrive\\Desktop\\Proyectos trabajo PixJu\\blulinc\\artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-07-21 19:28:29] local.DEBUG: From: Ampeco <hello@example.com>
To: pruebapartner2@test.com
Subject: Reset Password Notification
MIME-Version: 1.0
Date: Mon, 21 Jul 2025 19:28:28 +0000
Message-ID: <0aacc590f44ce2f858cf354a84fb5fa5@example.com>
Content-Type: multipart/alternative; boundary=f3AULhG1

--f3AULhG1
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Ampeco: http://localhost

# Hello!

You are receiving this email because we received a password reset request for your account.

Reset Password: http://blulinc.test/password/reset/734d50b99347b9f412dd7f412ac0e82ef357bb1d623f177935374a0c14cf2767?email=pruebapartner2%40test.com

This password reset link will expire in 60 minutes.

If you did not request a password reset, no further action is required.

Regards,
Ampeco

If you're having trouble clicking the "Reset Password" button, copy and paste the URL below
into your web browser: [http://blulinc.test/password/reset/734d50b99347b9f412dd7f412ac0e82ef357bb1d623f177935374a0c14cf2767?email=pruebapartner2%40test.com](http://blulinc.test/password/reset/734d50b99347b9f412dd7f412ac0e82ef357bb1d623f177935374a0c14cf2767?email=pruebapartner2%40test.com)

© 2025 Ampeco. All rights reserved.

--f3AULhG1
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Ampeco</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="color-scheme" content="light">
<meta name="supported-color-schemes" content="light">
<style>
@media only screen and (max-width: 600px) {
.inner-body {
width: 100% !important;
}

.footer {
width: 100% !important;
}
}

@media only screen and (max-width: 500px) {
.button {
width: 100% !important;
}
}
</style>

</head>
<body style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -webkit-text-size-adjust: none; background-color: #ffffff; color: #718096; height: 100%; line-height: 1.4; margin: 0; padding: 0; width: 100% !important;">

<table class="wrapper" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background-color: #edf2f7; margin: 0; padding: 0; width: 100%;">
<tr>
<td align="center" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<table class="content" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; margin: 0; padding: 0; width: 100%;">
<tr>
<td class="header" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; padding: 25px 0; text-align: center;">
<a href="http://localhost" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; color: #3d4852; font-size: 19px; font-weight: bold; text-decoration: none; display: inline-block;">
Ampeco
</a>
</td>
</tr>

<!-- Email Body -->
<tr>
<td class="body" width="100%" cellpadding="0" cellspacing="0" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background-color: #edf2f7; border-bottom: 1px solid #edf2f7; border-top: 1px solid #edf2f7; margin: 0; padding: 0; width: 100%; border: hidden !important;">
<table class="inner-body" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 570px; background-color: #ffffff; border-color: #e8e5ef; border-radius: 2px; border-width: 1px; box-shadow: 0 2px 0 rgba(0, 0, 150, 0.025), 2px 4px 0 rgba(0, 0, 150, 0.015); margin: 0 auto; padding: 0; width: 570px;">
<!-- Body content -->
<tr>
<td class="content-cell" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; max-width: 100vw; padding: 32px;">
<h1 style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; color: #3d4852; font-size: 18px; font-weight: bold; margin-top: 0; text-align: left;">Hello!</h1>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;">You are receiving this email because we received a password reset request for your account.</p>
<table class="action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; margin: 30px auto; padding: 0; text-align: center; width: 100%; float: unset;">
<tr>
<td align="center" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<tr>
<td align="center" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<tr>
<td style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<a href="http://blulinc.test/password/reset/734d50b99347b9f412dd7f412ac0e82ef357bb1d623f177935374a0c14cf2767?email=pruebapartner2%40test.com" class="button button-primary" target="_blank" rel="noopener" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -webkit-text-size-adjust: none; border-radius: 4px; color: #fff; display: inline-block; overflow: hidden; text-decoration: none; background-color: #2d3748; border-bottom: 8px solid #2d3748; border-left: 18px solid #2d3748; border-right: 18px solid #2d3748; border-top: 8px solid #2d3748; word-break: break-all;">Reset Password</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;">This password reset link will expire in 60 minutes.</p>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;">If you did not request a password reset, no further action is required.</p>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;">Regards,<br>
Ampeco</p>


<table class="subcopy" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; border-top: 1px solid #e8e5ef; margin-top: 25px; padding-top: 25px;">
<tr>
<td style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; line-height: 1.5em; margin-top: 0; text-align: left; font-size: 14px;">If you're having trouble clicking the "Reset Password" button, copy and paste the URL below
into your web browser: <span class="break-all" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; word-break: break-all;"><a href="http://blulinc.test/password/reset/734d50b99347b9f412dd7f412ac0e82ef357bb1d623f177935374a0c14cf2767?email=pruebapartner2%40test.com" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; color: #3869d4; word-break: break-all;">http://blulinc.test/password/reset/734d50b99347b9f412dd7f412ac0e82ef357bb1d623f177935374a0c14cf2767?email=pruebapartner2%40test.com</a></span></p>

</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>

<tr>
<td style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 570px; margin: 0 auto; padding: 0; text-align: center; width: 570px;">
<tr>
<td class="content-cell" align="center" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; max-width: 100vw; padding: 32px;">
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; line-height: 1.5em; margin-top: 0; color: #b0adc5; font-size: 12px; text-align: center;">© 2025 Ampeco. All rights reserved.</p>

</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
--f3AULhG1--
  
[2025-07-21 23:19:18] local.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-21 23:19:20] local.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-21 23:19:21] local.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-21 23:19:22] local.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-21 23:19:24] local.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-21 23:19:25] local.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-21 23:19:26] local.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-21 23:19:27] local.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-21 23:19:28] local.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-21 23:19:28] local.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-21 23:19:29] local.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-21 23:19:30] local.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-21 23:19:31] local.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-21 23:19:32] local.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-21 23:19:32] local.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-21 23:19:33] local.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-21 23:19:34] local.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-21 23:19:35] local.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-21 23:19:36] local.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-21 23:19:36] local.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-21 23:19:37] local.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-21 23:19:38] local.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-21 23:19:39] local.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-21 23:19:40] local.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-21 23:19:41] local.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-21 23:19:42] local.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-21 23:19:43] local.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-21 23:19:43] local.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-21 23:19:44] local.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-21 23:19:46] local.INFO: AmpecoApiService: No roaming operator found for session 224546  
[2025-07-21 23:19:47] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at C:\\Users\\juanc\\Herd\\blulinc\\vendor\\guzzlehttp\\guzzle\\src\\Handler\\CurlFactory.php:693)
[stacktrace]
#0 {main}
"} 
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-21 23:20:05] local.INFO: AmpecoApiService: No roaming operator found for session 224546  
[2025-07-21 23:20:06] local.INFO: AmpecoApiService: No roaming operator found for session 224012  
[2025-07-21 23:20:07] local.INFO: AmpecoApiService: No roaming operator found for session 224002  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 223422  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 224546  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 224012  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 224002  
[2025-07-21 23:20:08] local.INFO: AmpecoApiService: No roaming operator found for session 223422  
[2025-07-21 23:20:09] local.INFO: AmpecoApiService: No roaming operator found for session 223391  
[2025-07-21 23:20:09] local.INFO: AmpecoApiService: No roaming operator found for session 223391  
[2025-07-21 23:20:10] local.INFO: AmpecoApiService: No roaming operator found for session 222656  
[2025-07-21 23:20:10] local.INFO: AmpecoApiService: No roaming operator found for session 222656  
[2025-07-21 23:20:11] local.INFO: AmpecoApiService: No roaming operator found for session 222149  
[2025-07-21 23:20:11] local.INFO: AmpecoApiService: No roaming operator found for session 222149  
[2025-07-22 04:42:41] production.ERROR: Target class [App\Services\AmpecoApiService] does not exist. {"exception":"[object] (Illuminate\\Contracts\\Container\\BindingResolutionException(code: 0): Target class [App\\Services\\AmpecoApiService] does not exist. at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1019)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1202): Illuminate\\Foundation\\Application->make()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1101): Illuminate\\Container\\Container->resolveClass()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1052): Illuminate\\Container\\Container->resolveDependencies()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(261): Illuminate\\Foundation\\Application->make()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(375): Illuminate\\Console\\Application->resolve()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(133): Illuminate\\Foundation\\Console\\Kernel->Illuminate\\Foundation\\Console\\{closure}()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(80): Illuminate\\Console\\Application->bootstrap()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(539): Illuminate\\Console\\Application->__construct()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Illuminate\\Foundation\\Console\\Kernel->getArtisan()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle()
#18 /home/pixjucom/blulinc.pixju.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#19 {main}

[previous exception] [object] (ReflectionException(code: -1): Class \"App\\Services\\AmpecoApiService\" does not exist at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1017)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1017): ReflectionClass->__construct()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1202): Illuminate\\Foundation\\Application->make()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1101): Illuminate\\Container\\Container->resolveClass()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1052): Illuminate\\Container\\Container->resolveDependencies()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(261): Illuminate\\Foundation\\Application->make()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(375): Illuminate\\Console\\Application->resolve()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(133): Illuminate\\Foundation\\Console\\Kernel->Illuminate\\Foundation\\Console\\{closure}()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(80): Illuminate\\Console\\Application->bootstrap()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(539): Illuminate\\Console\\Application->__construct()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Illuminate\\Foundation\\Console\\Kernel->getArtisan()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/pixjucom/blulinc.pixju.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}
"} 
[2025-07-22 04:46:12] production.ERROR: Command "view:cleaar" is not defined.

Did you mean one of these?
    cache:clear
    config:clear
    event:clear
    optimize:clear
    queue:clear
    route:clear
    view:cache
    view:clear {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"view:cleaar\" is not defined.

Did you mean one of these?
    cache:clear
    config:clear
    event:clear
    optimize:clear
    queue:clear
    route:clear
    view:cache
    view:clear at /home/pixjucom/blulinc.pixju.com/vendor/symfony/console/Application.php:725)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/symfony/console/Application.php(283): Symfony\\Component\\Console\\Application->find()
#1 /home/pixjucom/blulinc.pixju.com/vendor/symfony/console/Application.php(192): Symfony\\Component\\Console\\Application->doRun()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Symfony\\Component\\Console\\Application->run()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle()
#4 /home/pixjucom/blulinc.pixju.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#5 {main}
"} 
[2025-07-22 04:48:14] production.INFO: AmpecoApiService: No roaming operator found for session 237662  
[2025-07-22 04:48:14] production.INFO: AmpecoApiService: No roaming operator found for session 237396  
[2025-07-22 04:48:15] production.INFO: AmpecoApiService: No roaming operator found for session 237048  
[2025-07-22 04:48:15] production.INFO: AmpecoApiService: No roaming operator found for session 236532  
[2025-07-22 04:48:16] production.INFO: AmpecoApiService: No roaming operator found for session 235855  
[2025-07-22 04:48:16] production.INFO: AmpecoApiService: No roaming operator found for session 235589  
[2025-07-22 04:48:17] production.INFO: AmpecoApiService: No roaming operator found for session 234940  
[2025-07-22 04:48:17] production.INFO: AmpecoApiService: No roaming operator found for session 233708  
[2025-07-22 04:48:17] production.INFO: AmpecoApiService: No roaming operator found for session 233349  
[2025-07-22 04:48:18] production.INFO: AmpecoApiService: No roaming operator found for session 232496  
[2025-07-22 04:48:18] production.INFO: AmpecoApiService: No roaming operator found for session 232127  
[2025-07-22 04:48:19] production.INFO: AmpecoApiService: No roaming operator found for session 231805  
[2025-07-22 04:48:19] production.INFO: AmpecoApiService: No roaming operator found for session 231352  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 237662  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 237396  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 237048  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 236532  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 235855  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 235589  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 234940  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 233708  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 233349  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 232496  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 232127  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 231805  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 231352  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 230947  
[2025-07-22 04:48:20] production.INFO: AmpecoApiService: No roaming operator found for session 230463  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 237662  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 237396  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 237048  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 236532  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 235855  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 235589  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 234940  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 233708  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 233349  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 232496  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 232127  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 231805  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 231352  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 230947  
[2025-07-22 04:53:19] production.INFO: AmpecoApiService: No roaming operator found for session 230463  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 237662  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 237396  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 237048  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 236532  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 235855  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 235589  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 234940  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 233708  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 233349  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 232496  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 232127  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 231805  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 231352  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 230947  
[2025-07-22 04:54:18] production.INFO: AmpecoApiService: No roaming operator found for session 230463  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 237662  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 237396  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 237048  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 236532  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 235855  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 235589  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 234940  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 233708  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 233349  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 232496  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 232127  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 231805  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 231352  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 230947  
[2025-07-22 04:54:54] production.INFO: AmpecoApiService: No roaming operator found for session 230463  
[2025-07-22 04:55:28] production.INFO: AmpecoApiService: No roaming operator found for session 240193  
[2025-07-22 04:55:28] production.INFO: AmpecoApiService: No roaming operator found for session 240181  
[2025-07-22 04:55:29] production.INFO: AmpecoApiService: No roaming operator found for session 222994  
[2025-07-22 04:55:48] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-22 04:55:49] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-22 04:55:49] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-22 04:55:49] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-22 04:55:50] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-22 04:55:50] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-22 04:55:50] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-22 04:55:50] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-22 04:55:50] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-22 04:55:50] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-22 04:55:50] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-22 04:55:51] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-22 04:55:51] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-22 04:55:51] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-22 04:55:51] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-22 04:55:51] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-22 04:55:52] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-22 04:55:52] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-22 04:55:52] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-22 04:55:52] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-22 04:55:52] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-22 04:55:52] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-22 04:55:53] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-22 04:55:53] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-22 04:55:53] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-22 04:55:53] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-22 04:55:54] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-22 04:55:54] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-22 04:55:54] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-22 04:55:54] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-22 04:55:55] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-22 04:55:55] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-22 04:55:55] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-22 04:55:55] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-22 04:55:55] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-22 04:55:55] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-22 04:55:56] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-22 04:55:56] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-22 04:55:56] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-22 04:55:56] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-22 04:55:57] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-22 04:55:57] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-22 04:55:57] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-22 04:55:57] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-22 04:55:58] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-22 04:55:58] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-22 04:55:58] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-22 04:55:58] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-22 04:55:58] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-22 04:55:58] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-22 04:55:59] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-22 04:55:59] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-22 04:55:59] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-22 04:55:59] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-22 04:56:00] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-22 04:56:00] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-22 04:56:00] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-22 04:56:01] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-22 04:56:01] production.INFO: AmpecoApiService: No roaming operator found for session 224546  
[2025-07-22 04:56:01] production.INFO: AmpecoApiService: No roaming operator found for session 224546  
[2025-07-22 04:56:01] production.INFO: AmpecoApiService: No roaming operator found for session 224012  
[2025-07-22 04:56:01] production.INFO: AmpecoApiService: No roaming operator found for session 224012  
[2025-07-22 04:56:02] production.INFO: AmpecoApiService: No roaming operator found for session 224002  
[2025-07-22 04:56:02] production.INFO: AmpecoApiService: No roaming operator found for session 224002  
[2025-07-22 04:56:02] production.INFO: AmpecoApiService: No roaming operator found for session 223422  
[2025-07-22 04:56:02] production.INFO: AmpecoApiService: No roaming operator found for session 223422  
[2025-07-22 04:56:02] production.INFO: AmpecoApiService: No roaming operator found for session 223391  
[2025-07-22 04:56:03] production.INFO: AmpecoApiService: No roaming operator found for session 223391  
[2025-07-22 04:56:03] production.INFO: AmpecoApiService: No roaming operator found for session 222656  
[2025-07-22 04:56:03] production.INFO: AmpecoApiService: No roaming operator found for session 222656  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 224546  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 224012  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 224002  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 223422  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 223391  
[2025-07-22 05:03:28] production.INFO: AmpecoApiService: No roaming operator found for session 222656  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 224546  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 224012  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 224002  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 223422  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 223391  
[2025-07-22 05:03:41] production.INFO: AmpecoApiService: No roaming operator found for session 222656  
[2025-07-22 05:04:16] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-22 05:04:16] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-22 05:04:16] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-22 05:04:16] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-22 05:04:16] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-22 05:04:16] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-22 05:04:16] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-22 05:04:16] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-22 05:04:16] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-22 05:04:16] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-22 05:04:35] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 224546  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 224012  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 224002  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 223422  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 223391  
[2025-07-22 05:04:36] production.INFO: AmpecoApiService: No roaming operator found for session 222656  
[2025-07-22 16:23:34] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-22 16:23:34] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-22 16:23:46] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-22 17:08:21] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-22 17:08:21] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-22 17:08:21] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-22 17:08:22] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-22 17:08:22] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-22 17:08:23] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-22 17:08:23] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-22 17:08:24] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-22 17:08:24] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-22 17:08:24] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-22 17:08:25] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-22 17:08:25] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-22 17:08:26] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-22 17:08:26] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-22 17:08:27] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-22 17:08:27] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-22 17:09:12] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-22 17:09:12] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-22 17:09:12] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-22 17:09:12] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-22 17:14:05] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-22 17:14:05] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-22 17:14:15] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-22 17:14:15] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-22 17:18:55] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-22 17:18:55] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-22 17:19:12] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-22 17:37:06] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-22 17:37:06] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-22 17:37:22] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-22 17:38:29] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-22 17:38:44] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-22 17:38:44] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-22 17:38:44] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-22 17:38:44] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-22 17:38:48] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-22 17:38:48] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-22 17:38:48] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-22 17:38:48] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-22 19:02:11] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-22 19:02:11] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-22 19:02:12] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-22 19:02:12] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-22 19:02:13] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-22 19:02:13] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-22 19:02:13] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-22 19:02:14] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-22 19:02:14] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-22 19:02:15] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-22 19:02:15] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-22 19:02:16] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-22 19:02:16] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-22 19:02:16] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-22 19:02:17] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-22 19:02:17] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-23 03:01:06] production.INFO: AmpecoApiService: No roaming operator found for session 222994  
[2025-07-23 03:01:06] production.INFO: AmpecoApiService: No roaming operator found for session 240181  
[2025-07-23 03:01:06] production.INFO: AmpecoApiService: No roaming operator found for session 240193  
[2025-07-24 03:58:17] production.INFO: AmpecoApiService: No roaming operator found for session 240181  
[2025-07-24 03:58:18] production.INFO: AmpecoApiService: No roaming operator found for session 240193  
[2025-07-24 14:25:36] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 14:25:36] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 14:34:08] production.INFO: AmpecoApiService: No roaming operator found for session 223391  
[2025-07-24 14:34:09] production.INFO: AmpecoApiService: No roaming operator found for session 223422  
[2025-07-24 14:34:09] production.INFO: AmpecoApiService: No roaming operator found for session 224002  
[2025-07-24 14:34:09] production.INFO: AmpecoApiService: No roaming operator found for session 224012  
[2025-07-24 14:34:10] production.INFO: AmpecoApiService: No roaming operator found for session 224546  
[2025-07-24 14:34:10] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-24 14:34:11] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-24 14:34:11] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-24 14:34:12] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-24 14:34:12] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-24 14:34:13] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-24 14:34:13] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-24 14:34:14] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-24 14:34:14] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-24 14:34:14] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-24 14:34:15] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-24 14:34:15] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-24 14:34:16] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-24 14:34:16] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-24 14:34:17] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-24 14:34:17] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-24 14:34:18] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-24 14:34:18] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-24 14:34:19] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-24 14:34:19] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-24 14:34:20] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-24 14:34:20] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-24 14:34:20] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-24 14:34:21] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-24 14:34:21] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-24 14:34:22] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-24 14:34:22] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-24 14:34:23] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-24 14:34:23] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-24 15:26:45] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 15:26:45] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 16:10:52] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:10:52] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:10:53] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:10:53] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:10:54] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:10:54] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:10:54] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:10:55] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:10:55] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:10:56] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:10:56] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:10:57] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:12:11] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:12:11] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:12:11] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:12:11] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:12:11] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:12:11] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:12:11] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:12:11] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:12:11] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:12:11] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:12:11] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:12:11] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:12:58] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:12:58] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:12:58] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:12:58] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:12:58] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:12:58] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:12:58] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:12:58] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:12:58] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:12:58] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:12:58] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:12:58] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:14:59] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:14:59] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:14:59] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:14:59] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:14:59] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:14:59] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:14:59] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:14:59] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:14:59] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:14:59] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:14:59] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:14:59] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:15:21] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:15:21] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:15:21] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:15:21] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:15:21] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:15:21] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:15:21] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:15:21] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:15:21] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:15:21] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:15:21] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:15:21] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:15:40] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:15:40] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:15:40] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:15:40] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:15:40] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:15:40] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:15:40] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:15:40] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:15:40] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:15:40] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:15:40] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:15:40] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:16:09] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:16:09] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:16:09] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:16:09] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:16:09] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:16:09] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:16:10] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:16:10] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:16:10] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:16:10] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:16:10] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:16:10] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:16:16] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:16:16] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:16:17] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:16:17] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:16:17] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:16:17] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:16:17] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:16:17] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:16:17] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:16:17] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:16:17] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:16:17] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:16:39] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:16:39] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:16:39] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:16:39] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:16:39] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:16:39] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:16:39] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:16:39] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:16:39] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:16:39] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:16:39] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:16:39] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:16:46] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:16:46] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:16:46] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:16:46] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:16:46] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:16:46] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:16:46] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:16:46] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:16:46] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:16:46] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:16:46] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:16:46] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:16:56] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:16:56] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:16:56] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:16:56] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:16:56] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:16:56] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:16:56] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:16:56] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:16:56] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:16:56] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:16:56] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:16:56] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:17:15] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:17:15] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:17:15] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:17:15] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:17:15] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:17:15] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:17:15] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:17:15] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:17:15] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:17:15] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:17:15] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:17:15] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:19:21] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:19:21] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:19:21] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:19:21] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:19:21] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:19:21] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:19:21] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:19:21] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:19:21] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:19:21] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:19:21] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:19:21] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:20:43] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 16:20:43] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 16:21:53] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 16:21:53] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 16:23:08] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 16:23:08] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 16:23:11] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 16:23:11] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 16:27:19] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 16:27:19] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 16:27:38] production.INFO: AmpecoApiService: No roaming operator found for session 218299  
[2025-07-24 16:27:38] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 16:27:38] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 16:27:51] production.INFO: AmpecoApiService: No roaming operator found for session 218299  
[2025-07-24 16:27:51] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 16:28:35] production.INFO: AmpecoApiService: No roaming operator found for session 218299  
[2025-07-24 16:28:35] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 16:28:35] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 16:29:04] production.INFO: AmpecoApiService: No roaming operator found for session 218299  
[2025-07-24 16:29:04] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 16:29:04] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 16:29:52] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:29:52] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:29:52] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:29:52] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:29:52] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:29:52] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:29:52] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:29:52] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:29:52] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:29:52] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:29:52] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:29:52] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:30:02] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:30:02] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:30:03] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:30:03] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:30:04] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:30:04] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:30:05] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:30:05] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:30:05] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:30:05] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:30:05] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:30:05] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:30:05] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:30:05] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:30:06] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:30:06] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:30:06] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:30:06] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:30:06] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:30:06] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:30:06] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:30:24] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:30:31] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:30:32] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:30:32] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:30:32] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:31:21] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:31:25] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:31:29] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:31:35] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:31:36] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:31:36] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:31:36] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:31:36] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:31:36] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:31:36] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:31:36] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:31:36] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:32:50] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:33:09] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:33:33] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:33:50] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:33:55] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:34:38] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:34:47] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:35:00] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:35:25] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:35:52] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:36:26] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:36:58] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:37:24] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:37:32] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:37:39] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:37:44] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:38:14] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:38:36] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:40:30] production.INFO: AmpecoApiService: No roaming operator found for session 223061  
[2025-07-24 16:40:30] production.INFO: AmpecoApiService: No roaming operator found for session 223740  
[2025-07-24 16:40:31] production.INFO: AmpecoApiService: No roaming operator found for session 224134  
[2025-07-24 16:40:31] production.INFO: AmpecoApiService: No roaming operator found for session 226157  
[2025-07-24 16:40:32] production.INFO: AmpecoApiService: No roaming operator found for session 227422  
[2025-07-24 16:40:32] production.INFO: AmpecoApiService: No roaming operator found for session 229220  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 230877  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 236708  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:40:33] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:40:39] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:40:39] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:40:39] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:40:39] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:40:39] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:40:39] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:40:39] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:40:39] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:40:39] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:40:39] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:40:39] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:40:39] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:40:43] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:40:43] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:40:43] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:40:43] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:40:43] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:40:43] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:40:43] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:40:43] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:40:43] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:40:43] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:40:43] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:40:43] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:40:45] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:40:45] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:40:45] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:40:45] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:40:45] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:40:45] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:40:45] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:40:45] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:40:45] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:40:45] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:40:45] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:40:45] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:40:50] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:40:50] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:40:50] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:40:50] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:40:50] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:40:50] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:40:50] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:40:50] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:40:50] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:40:50] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:40:50] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:40:50] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:40:53] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:40:53] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:40:53] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:40:53] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:40:53] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:40:53] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:40:53] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:40:53] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:40:53] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:40:53] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:40:53] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:40:53] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 214950  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 216149  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 216969  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 219010  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 219301  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 222984  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 222985  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 222990  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 222999  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 16:48:10] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 16:51:56] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 16:51:57] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 16:51:57] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 16:51:58] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 16:52:07] production.INFO: AmpecoApiService: No roaming operator found for session 215514  
[2025-07-24 16:52:07] production.INFO: AmpecoApiService: No roaming operator found for session 220658  
[2025-07-24 16:52:07] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 16:52:07] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 16:52:07] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 16:52:07] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 16:52:12] production.INFO: AmpecoApiService: No roaming operator found for session 215514  
[2025-07-24 16:52:12] production.INFO: AmpecoApiService: No roaming operator found for session 220658  
[2025-07-24 16:52:12] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 16:52:12] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 16:52:12] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 16:52:12] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 16:52:34] production.INFO: AmpecoApiService: No roaming operator found for session 215514  
[2025-07-24 16:52:34] production.INFO: AmpecoApiService: No roaming operator found for session 220658  
[2025-07-24 16:52:34] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 16:52:34] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 16:52:34] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 16:52:34] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 16:53:22] production.INFO: AmpecoApiService: No roaming operator found for session 215514  
[2025-07-24 16:53:22] production.INFO: AmpecoApiService: No roaming operator found for session 220658  
[2025-07-24 16:53:22] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 16:53:22] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 16:53:22] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 16:53:22] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 16:53:53] production.INFO: AmpecoApiService: No roaming operator found for session 215514  
[2025-07-24 16:53:53] production.INFO: AmpecoApiService: No roaming operator found for session 220658  
[2025-07-24 16:53:53] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 16:53:53] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 16:53:53] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 16:53:53] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 17:12:52] production.INFO: AmpecoApiService: No roaming operator found for session 215514  
[2025-07-24 17:12:52] production.INFO: AmpecoApiService: No roaming operator found for session 220658  
[2025-07-24 17:12:52] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 17:12:52] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 17:12:52] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 17:12:52] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 17:13:40] production.INFO: AmpecoApiService: No roaming operator found for session 215514  
[2025-07-24 17:13:40] production.INFO: AmpecoApiService: No roaming operator found for session 220658  
[2025-07-24 17:13:40] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 17:13:40] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 17:13:40] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 17:13:40] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 17:13:50] production.INFO: AmpecoApiService: No roaming operator found for session 215514  
[2025-07-24 17:13:50] production.INFO: AmpecoApiService: No roaming operator found for session 220658  
[2025-07-24 17:13:50] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 17:13:50] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 17:13:50] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 17:13:50] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 17:14:08] production.INFO: AmpecoApiService: No roaming operator found for session 215514  
[2025-07-24 17:14:08] production.INFO: AmpecoApiService: No roaming operator found for session 220658  
[2025-07-24 17:14:08] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 17:14:08] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 17:14:08] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 17:14:08] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 17:14:54] production.INFO: AmpecoApiService: No roaming operator found for session 215514  
[2025-07-24 17:14:54] production.INFO: AmpecoApiService: No roaming operator found for session 220658  
[2025-07-24 17:14:54] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 17:14:54] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 17:14:54] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 17:14:54] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 17:16:00] production.INFO: AmpecoApiService: No roaming operator found for session 215514  
[2025-07-24 17:16:00] production.INFO: AmpecoApiService: No roaming operator found for session 220658  
[2025-07-24 17:16:00] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 17:16:00] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 17:16:00] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 17:16:00] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 17:49:36] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 17:49:37] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 17:49:37] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 17:49:38] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 17:49:38] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 17:49:39] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 17:49:39] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 17:49:40] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 17:49:40] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 17:49:40] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 17:49:41] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 17:49:41] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 17:50:32] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 17:50:33] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 17:50:33] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 17:50:33] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 17:50:33] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 17:50:33] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 17:50:33] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 17:50:33] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 17:50:33] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 17:50:33] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 17:50:33] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 17:50:33] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 17:50:38] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 17:50:38] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 17:50:38] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 17:50:38] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 17:50:38] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 17:50:38] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 17:50:38] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 17:50:38] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 17:50:38] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 17:50:38] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 17:50:38] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 17:50:38] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 17:50:42] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 17:50:42] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 17:50:42] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 17:50:42] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 17:50:42] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 17:50:42] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 17:50:42] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 17:50:42] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 17:50:42] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 17:50:42] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 17:50:42] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 17:50:42] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 17:50:44] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 17:50:44] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 17:50:44] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 17:50:44] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 17:50:44] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 17:50:44] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 17:50:44] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 17:50:44] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 17:50:44] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 17:50:44] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 17:50:44] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 17:50:44] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 17:50:49] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 17:50:49] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 17:50:49] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 17:50:49] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 17:50:49] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 17:50:49] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 17:50:49] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 17:50:49] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 17:50:49] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 17:50:49] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 17:50:49] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 17:50:49] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 17:50:55] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 17:50:55] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 17:50:55] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 17:50:55] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 17:50:55] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 17:50:55] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 17:50:55] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 17:50:55] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 17:50:55] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 17:50:55] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 17:50:55] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 17:50:55] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 17:50:58] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 17:50:58] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 17:50:58] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 17:50:58] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 17:50:58] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 17:50:58] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 17:50:58] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 17:50:58] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 17:50:58] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 17:50:58] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 17:50:58] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 17:50:58] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 17:51:05] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-24 17:51:05] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-24 17:51:05] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-24 17:51:05] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-24 17:51:05] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-24 17:51:05] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-24 17:51:05] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-24 17:51:05] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-24 17:51:05] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-24 17:51:05] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-24 17:51:05] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-24 17:51:05] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-24 17:52:00] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 17:52:01] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 17:52:01] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 17:52:01] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 17:52:31] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 17:52:31] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 17:52:31] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 17:52:31] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 17:52:37] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 17:52:37] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 17:52:37] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 17:52:37] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 17:52:42] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 17:52:42] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 17:52:42] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 17:52:42] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 17:53:11] production.INFO: AmpecoApiService: No roaming operator found for session 215514  
[2025-07-24 17:53:11] production.INFO: AmpecoApiService: No roaming operator found for session 220658  
[2025-07-24 17:53:12] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-24 17:53:12] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-24 17:53:12] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-24 17:53:12] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-24 18:01:03] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 18:01:03] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 18:01:55] production.INFO: AmpecoApiService: No roaming operator found for session 218299  
[2025-07-24 18:01:55] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 18:01:55] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 18:01:59] production.INFO: AmpecoApiService: No roaming operator found for session 218299  
[2025-07-24 18:01:59] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 18:01:59] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 18:03:31] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 18:03:31] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 18:03:46] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 18:04:23] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-24 18:04:23] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-24 18:04:56] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-25 02:43:04] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-25 02:43:05] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-26 03:51:58] production.ERROR: include(/home/pixjucom/blulinc.pixju.com/vendor/composer/../../app/Services/AmpecoApiService.php): Failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): include(/home/pixjucom/blulinc.pixju.com/vendor/composer/../../app/Services/AmpecoApiService.php): Failed to open stream: No such file or directory at /home/pixjucom/blulinc.pixju.com/vendor/composer/ClassLoader.php:576)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 /home/pixjucom/blulinc.pixju.com/vendor/composer/ClassLoader.php(576): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()
#2 /home/pixjucom/blulinc.pixju.com/vendor/composer/ClassLoader.php(576): include('/home/pixjucom/...')
#3 /home/pixjucom/blulinc.pixju.com/vendor/composer/ClassLoader.php(427): Composer\\Autoload\\{closure}()
#4 [internal function]: Composer\\Autoload\\ClassLoader->loadClass()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1017): ReflectionClass->__construct()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1202): Illuminate\\Foundation\\Application->make()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1101): Illuminate\\Container\\Container->resolveClass()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1052): Illuminate\\Container\\Container->resolveDependencies()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(261): Illuminate\\Foundation\\Application->make()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(375): Illuminate\\Console\\Application->resolve()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(133): Illuminate\\Foundation\\Console\\Kernel->Illuminate\\Foundation\\Console\\{closure}()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(80): Illuminate\\Console\\Application->bootstrap()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(539): Illuminate\\Console\\Application->__construct()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Illuminate\\Foundation\\Console\\Kernel->getArtisan()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle()
#24 /home/pixjucom/blulinc.pixju.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#25 {main}
"} 
[2025-07-26 03:53:43] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-26 03:53:43] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-26 03:53:43] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-26 03:53:44] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-26 03:53:44] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-26 03:53:45] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-26 03:53:45] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-26 03:53:46] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-26 03:53:46] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-26 03:53:46] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-26 03:53:47] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-26 03:53:47] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-26 03:53:48] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-26 03:53:49] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-26 03:53:49] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-26 03:53:49] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-26 03:53:49] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-26 03:53:49] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-26 03:53:49] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-26 03:53:50] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-26 03:53:50] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-26 03:53:50] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-26 03:53:50] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-26 03:53:51] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-26 03:53:51] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-26 03:53:51] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-26 03:53:51] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-26 03:53:51] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-26 03:53:52] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-26 03:53:52] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-26 03:53:52] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-26 03:53:52] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-26 03:53:52] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-26 03:53:53] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-26 03:53:53] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-26 03:53:53] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-26 03:53:53] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-26 03:53:54] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-26 03:53:54] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-26 03:53:54] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-26 03:53:54] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-26 03:53:54] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-26 03:53:55] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-26 03:53:55] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-26 03:53:55] production.INFO: AmpecoApiService: No roaming operator found for session 224546  
[2025-07-26 03:53:55] production.INFO: AmpecoApiService: No roaming operator found for session 224546  
[2025-07-26 03:53:55] production.INFO: AmpecoApiService: No roaming operator found for session 224012  
[2025-07-26 03:53:56] production.INFO: AmpecoApiService: No roaming operator found for session 224012  
[2025-07-26 03:53:56] production.INFO: AmpecoApiService: No roaming operator found for session 224002  
[2025-07-26 03:53:56] production.INFO: AmpecoApiService: No roaming operator found for session 224002  
[2025-07-27 11:22:31] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-07-27 11:22:32] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-27 11:22:32] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-27 11:22:33] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-27 11:23:00] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-27 11:23:00] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-27 11:23:00] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-27 11:23:16] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-07-27 11:23:16] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-07-27 11:23:16] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-07-27 21:22:42] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-27 21:22:42] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-27 21:23:26] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-27 21:23:26] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-27 21:23:53] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-29 06:43:30] production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'partner_id' in 'where clause' (Connection: mysql, SQL: select count(*) as aggregate from `charge_points` where `partner_id` = 20) {"userId":7,"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'partner_id' in 'where clause' (Connection: mysql, SQL: select count(*) as aggregate from `charge_points` where `partner_id` = 20) at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:822)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3619): Illuminate\\Database\\Query\\Builder->get()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3547): Illuminate\\Database\\Query\\Builder->aggregate()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2205): Illuminate\\Database\\Query\\Builder->count()
#9 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/HomeController.php(161): Illuminate\\Database\\Eloquent\\Builder->__call()
#10 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/HomeController.php(47): App\\Http\\Controllers\\HomeController->getPartnerAdminData()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\HomeController->index()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#17 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#61 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#62 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#63 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#64 {main}

[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'partner_id' in 'where clause' at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:404)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(404): PDO->prepare()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(809): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3619): Illuminate\\Database\\Query\\Builder->get()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3547): Illuminate\\Database\\Query\\Builder->aggregate()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2205): Illuminate\\Database\\Query\\Builder->count()
#11 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/HomeController.php(161): Illuminate\\Database\\Eloquent\\Builder->__call()
#12 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/HomeController.php(47): App\\Http\\Controllers\\HomeController->getPartnerAdminData()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\HomeController->index()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#19 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#61 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#62 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#63 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#64 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#65 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#66 {main}
"} 
[2025-07-29 06:46:18] production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'partner_id' in 'where clause' (Connection: mysql, SQL: select count(*) as aggregate from `charge_points` where `partner_id` = 20) {"userId":7,"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'partner_id' in 'where clause' (Connection: mysql, SQL: select count(*) as aggregate from `charge_points` where `partner_id` = 20) at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:822)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3619): Illuminate\\Database\\Query\\Builder->get()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3547): Illuminate\\Database\\Query\\Builder->aggregate()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2205): Illuminate\\Database\\Query\\Builder->count()
#9 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/HomeController.php(161): Illuminate\\Database\\Eloquent\\Builder->__call()
#10 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/HomeController.php(47): App\\Http\\Controllers\\HomeController->getPartnerAdminData()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\HomeController->index()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#17 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#61 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#62 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#63 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#64 {main}

[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'partner_id' in 'where clause' at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:404)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(404): PDO->prepare()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(809): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3619): Illuminate\\Database\\Query\\Builder->get()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3547): Illuminate\\Database\\Query\\Builder->aggregate()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2205): Illuminate\\Database\\Query\\Builder->count()
#11 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/HomeController.php(161): Illuminate\\Database\\Eloquent\\Builder->__call()
#12 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/HomeController.php(47): App\\Http\\Controllers\\HomeController->getPartnerAdminData()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\HomeController->index()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#19 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#61 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#62 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#63 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#64 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#65 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#66 {main}
"} 
[2025-07-29 06:48:36] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-29 06:48:36] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-29 06:49:07] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-29 06:49:07] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-29 15:18:07] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-29 15:18:08] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-29 15:21:28] production.INFO: AmpecoApiService: No roaming operator found for session 237910  
[2025-07-29 15:21:28] production.INFO: AmpecoApiService: No roaming operator found for session 237647  
[2025-07-29 15:21:29] production.INFO: AmpecoApiService: No roaming operator found for session 237601  
[2025-07-29 15:21:29] production.INFO: AmpecoApiService: No roaming operator found for session 236967  
[2025-07-29 15:21:29] production.INFO: AmpecoApiService: No roaming operator found for session 236544  
[2025-07-29 15:21:30] production.INFO: AmpecoApiService: No roaming operator found for session 234421  
[2025-07-29 15:21:30] production.INFO: AmpecoApiService: No roaming operator found for session 229541  
[2025-07-29 15:21:31] production.INFO: AmpecoApiService: No roaming operator found for session 228733  
[2025-07-29 15:21:42] production.INFO: AmpecoApiService: No roaming operator found for session 234421  
[2025-07-29 15:21:42] production.INFO: AmpecoApiService: No roaming operator found for session 229541  
[2025-07-29 15:21:42] production.INFO: AmpecoApiService: No roaming operator found for session 228733  
[2025-07-29 15:22:39] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-29 15:22:39] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-29 20:04:56] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-29 20:04:57] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-30 02:37:27] production.INFO: AmpecoApiService: No roaming operator found for session 240193  
[2025-07-30 02:37:27] production.INFO: AmpecoApiService: No roaming operator found for session 240181  
[2025-07-30 03:01:52] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-30 03:01:52] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-30 03:01:53] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-30 03:01:53] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-30 03:01:53] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-30 03:01:54] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-30 03:01:54] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-30 03:01:55] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-30 03:01:55] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-30 03:01:56] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-30 03:01:56] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-30 03:01:57] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-30 03:01:57] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-30 03:01:58] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-30 03:01:58] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-30 03:01:58] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-30 03:01:59] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-30 03:01:59] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-30 03:02:00] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-30 03:02:00] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-30 03:02:01] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-30 03:02:01] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-30 03:02:02] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-30 03:02:02] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-30 03:02:03] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-30 03:02:03] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-30 03:02:04] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-30 03:02:04] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-30 03:02:05] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-30 03:05:20] production.INFO: AmpecoApiService: No roaming operator found for session 240925  
[2025-07-30 03:05:21] production.INFO: AmpecoApiService: No roaming operator found for session 240643  
[2025-07-30 03:05:21] production.INFO: AmpecoApiService: No roaming operator found for session 240586  
[2025-07-30 03:05:21] production.INFO: AmpecoApiService: No roaming operator found for session 240305  
[2025-07-30 03:05:22] production.INFO: AmpecoApiService: No roaming operator found for session 240301  
[2025-07-30 03:05:22] production.INFO: AmpecoApiService: No roaming operator found for session 239730  
[2025-07-30 03:05:23] production.INFO: AmpecoApiService: No roaming operator found for session 239665  
[2025-07-30 03:05:23] production.INFO: AmpecoApiService: No roaming operator found for session 238566  
[2025-07-30 03:05:24] production.INFO: AmpecoApiService: No roaming operator found for session 238264  
[2025-07-30 03:05:24] production.INFO: AmpecoApiService: No roaming operator found for session 238208  
[2025-07-30 03:05:25] production.INFO: AmpecoApiService: No roaming operator found for session 238151  
[2025-07-30 03:05:25] production.INFO: AmpecoApiService: No roaming operator found for session 237878  
[2025-07-30 03:05:25] production.INFO: AmpecoApiService: No roaming operator found for session 237460  
[2025-07-30 03:05:26] production.INFO: AmpecoApiService: No roaming operator found for session 237393  
[2025-07-30 03:05:26] production.INFO: AmpecoApiService: No roaming operator found for session 237027  
[2025-07-30 03:05:27] production.INFO: AmpecoApiService: No roaming operator found for session 236706  
[2025-07-30 03:05:27] production.INFO: AmpecoApiService: No roaming operator found for session 236642  
[2025-07-30 03:05:28] production.INFO: AmpecoApiService: No roaming operator found for session 235887  
[2025-07-30 03:05:28] production.INFO: AmpecoApiService: No roaming operator found for session 235836  
[2025-07-30 03:05:29] production.INFO: AmpecoApiService: No roaming operator found for session 235469  
[2025-07-30 03:05:29] production.INFO: AmpecoApiService: No roaming operator found for session 234886  
[2025-07-30 03:05:29] production.INFO: AmpecoApiService: No roaming operator found for session 234816  
[2025-07-30 03:05:30] production.INFO: AmpecoApiService: No roaming operator found for session 234060  
[2025-07-30 03:05:30] production.INFO: AmpecoApiService: No roaming operator found for session 233722  
[2025-07-30 03:05:31] production.INFO: AmpecoApiService: No roaming operator found for session 233675  
[2025-07-30 03:05:31] production.INFO: AmpecoApiService: No roaming operator found for session 233364  
[2025-07-30 03:05:32] production.INFO: AmpecoApiService: No roaming operator found for session 233323  
[2025-07-30 03:05:32] production.INFO: AmpecoApiService: No roaming operator found for session 233312  
[2025-07-30 03:05:33] production.INFO: AmpecoApiService: No roaming operator found for session 232958  
[2025-07-30 03:05:33] production.INFO: AmpecoApiService: No roaming operator found for session 232957  
[2025-07-30 03:05:34] production.INFO: AmpecoApiService: No roaming operator found for session 232513  
[2025-07-30 03:05:34] production.INFO: AmpecoApiService: No roaming operator found for session 231330  
[2025-07-30 03:05:35] production.INFO: AmpecoApiService: No roaming operator found for session 228988  
[2025-07-30 03:05:35] production.INFO: AmpecoApiService: No roaming operator found for session 228918  
[2025-07-30 03:05:35] production.INFO: AmpecoApiService: No roaming operator found for session 227846  
[2025-07-30 03:05:36] production.INFO: AmpecoApiService: No roaming operator found for session 227843  
[2025-07-30 03:05:36] production.INFO: AmpecoApiService: No roaming operator found for session 227495  
[2025-07-30 03:05:37] production.INFO: AmpecoApiService: No roaming operator found for session 227439  
[2025-07-30 03:05:37] production.INFO: AmpecoApiService: No roaming operator found for session 226999  
[2025-07-30 03:05:38] production.INFO: AmpecoApiService: No roaming operator found for session 226728  
[2025-07-30 03:05:38] production.INFO: AmpecoApiService: No roaming operator found for session 226674  
[2025-07-30 03:05:39] production.INFO: AmpecoApiService: No roaming operator found for session 226250  
[2025-07-30 03:05:39] production.INFO: AmpecoApiService: No roaming operator found for session 226240  
[2025-07-30 03:05:39] production.INFO: AmpecoApiService: No roaming operator found for session 226086  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-30 03:27:14] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-30 03:27:31] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-30 03:27:34] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-30 14:23:49] production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'start_time' in 'where clause' (Connection: mysql, SQL: select * from `ampeco_sessions` where `ampeco_sessions`.`ampeco_user_id` = 1 and `ampeco_sessions`.`ampeco_user_id` is not null and `start_time` >= 2025-06-01 00:00:00 and `start_time` <= 2025-06-15 23:59:59) {"userId":1,"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'start_time' in 'where clause' (Connection: mysql, SQL: select * from `ampeco_sessions` where `ampeco_sessions`.`ampeco_user_id` = 1 and `ampeco_sessions`.`ampeco_user_id` is not null and `start_time` >= 2025-06-01 00:00:00 and `start_time` <= 2025-06-15 23:59:59) at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:822)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(872): Illuminate\\Database\\Query\\Builder->get()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(854): Illuminate\\Database\\Eloquent\\Builder->getModels()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(212): Illuminate\\Database\\Eloquent\\Builder->get()
#9 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(292): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()
#10 [internal function]: App\\Http\\Controllers\\UserController->App\\Http\\Controllers\\{closure}()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Arr.php(749): array_map()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(805): Illuminate\\Support\\Arr::map()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Collection.php(417): Illuminate\\Support\\Collection->map()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(1733): Illuminate\\Database\\Eloquent\\Collection->map()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pagination/AbstractPaginator.php(361): Illuminate\\Support\\Collection->transform()
#16 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(281): Illuminate\\Pagination\\AbstractPaginator->through()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\UserController->index()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#23 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#61 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#62 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#63 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#64 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#65 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#66 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#67 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#68 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#69 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#70 {main}

[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'start_time' in 'where clause' at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:404)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(404): PDO->prepare()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(809): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(872): Illuminate\\Database\\Query\\Builder->get()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(854): Illuminate\\Database\\Eloquent\\Builder->getModels()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(212): Illuminate\\Database\\Eloquent\\Builder->get()
#11 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(292): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()
#12 [internal function]: App\\Http\\Controllers\\UserController->App\\Http\\Controllers\\{closure}()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Arr.php(749): array_map()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(805): Illuminate\\Support\\Arr::map()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Collection.php(417): Illuminate\\Support\\Collection->map()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(1733): Illuminate\\Database\\Eloquent\\Collection->map()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pagination/AbstractPaginator.php(361): Illuminate\\Support\\Collection->transform()
#18 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(281): Illuminate\\Pagination\\AbstractPaginator->through()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\UserController->index()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#25 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#61 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#62 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#63 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#64 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#65 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#66 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#67 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#68 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#69 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#70 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#71 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#72 {main}
"} 
[2025-07-30 14:25:11] production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'start_time' in 'where clause' (Connection: mysql, SQL: select * from `ampeco_sessions` where `ampeco_sessions`.`ampeco_user_id` = 1 and `ampeco_sessions`.`ampeco_user_id` is not null and `start_time` >= 2025-06-01 00:00:00 and `start_time` <= 2025-06-15 23:59:59) {"userId":1,"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'start_time' in 'where clause' (Connection: mysql, SQL: select * from `ampeco_sessions` where `ampeco_sessions`.`ampeco_user_id` = 1 and `ampeco_sessions`.`ampeco_user_id` is not null and `start_time` >= 2025-06-01 00:00:00 and `start_time` <= 2025-06-15 23:59:59) at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:822)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(872): Illuminate\\Database\\Query\\Builder->get()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(854): Illuminate\\Database\\Eloquent\\Builder->getModels()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(212): Illuminate\\Database\\Eloquent\\Builder->get()
#9 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(292): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()
#10 [internal function]: App\\Http\\Controllers\\UserController->App\\Http\\Controllers\\{closure}()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Arr.php(749): array_map()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(805): Illuminate\\Support\\Arr::map()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Collection.php(417): Illuminate\\Support\\Collection->map()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(1733): Illuminate\\Database\\Eloquent\\Collection->map()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pagination/AbstractPaginator.php(361): Illuminate\\Support\\Collection->transform()
#16 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(281): Illuminate\\Pagination\\AbstractPaginator->through()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\UserController->index()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#23 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#61 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#62 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#63 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#64 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#65 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#66 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#67 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#68 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#69 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#70 {main}

[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'start_time' in 'where clause' at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:404)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(404): PDO->prepare()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(809): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(872): Illuminate\\Database\\Query\\Builder->get()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(854): Illuminate\\Database\\Eloquent\\Builder->getModels()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(212): Illuminate\\Database\\Eloquent\\Builder->get()
#11 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(292): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()
#12 [internal function]: App\\Http\\Controllers\\UserController->App\\Http\\Controllers\\{closure}()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Arr.php(749): array_map()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(805): Illuminate\\Support\\Arr::map()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Collection.php(417): Illuminate\\Support\\Collection->map()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(1733): Illuminate\\Database\\Eloquent\\Collection->map()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pagination/AbstractPaginator.php(361): Illuminate\\Support\\Collection->transform()
#18 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(281): Illuminate\\Pagination\\AbstractPaginator->through()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\UserController->index()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#25 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#61 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#62 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#63 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#64 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#65 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#66 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#67 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#68 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#69 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#70 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#71 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#72 {main}
"} 
[2025-07-30 14:25:34] production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'start_time' in 'where clause' (Connection: mysql, SQL: select * from `ampeco_sessions` where `ampeco_sessions`.`ampeco_user_id` = 1 and `ampeco_sessions`.`ampeco_user_id` is not null and `start_time` >= 2025-06-02 00:00:00 and `start_time` <= 2025-06-11 23:59:59) {"userId":1,"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'start_time' in 'where clause' (Connection: mysql, SQL: select * from `ampeco_sessions` where `ampeco_sessions`.`ampeco_user_id` = 1 and `ampeco_sessions`.`ampeco_user_id` is not null and `start_time` >= 2025-06-02 00:00:00 and `start_time` <= 2025-06-11 23:59:59) at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:822)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(872): Illuminate\\Database\\Query\\Builder->get()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(854): Illuminate\\Database\\Eloquent\\Builder->getModels()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(212): Illuminate\\Database\\Eloquent\\Builder->get()
#9 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(292): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()
#10 [internal function]: App\\Http\\Controllers\\UserController->App\\Http\\Controllers\\{closure}()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Arr.php(749): array_map()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(805): Illuminate\\Support\\Arr::map()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Collection.php(417): Illuminate\\Support\\Collection->map()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(1733): Illuminate\\Database\\Eloquent\\Collection->map()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pagination/AbstractPaginator.php(361): Illuminate\\Support\\Collection->transform()
#16 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(281): Illuminate\\Pagination\\AbstractPaginator->through()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\UserController->index()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#23 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#61 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#62 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#63 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#64 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#65 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#66 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#67 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#68 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#69 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#70 {main}

[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'start_time' in 'where clause' at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:404)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(404): PDO->prepare()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(809): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(872): Illuminate\\Database\\Query\\Builder->get()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(854): Illuminate\\Database\\Eloquent\\Builder->getModels()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(212): Illuminate\\Database\\Eloquent\\Builder->get()
#11 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(292): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()
#12 [internal function]: App\\Http\\Controllers\\UserController->App\\Http\\Controllers\\{closure}()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Arr.php(749): array_map()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(805): Illuminate\\Support\\Arr::map()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Collection.php(417): Illuminate\\Support\\Collection->map()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(1733): Illuminate\\Database\\Eloquent\\Collection->map()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pagination/AbstractPaginator.php(361): Illuminate\\Support\\Collection->transform()
#18 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(281): Illuminate\\Pagination\\AbstractPaginator->through()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\UserController->index()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#25 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#61 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#62 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#63 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#64 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#65 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#66 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#67 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#68 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#69 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#70 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#71 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#72 {main}
"} 
[2025-07-30 17:05:53] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-30 17:05:53] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-30 17:06:24] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-30 17:17:33] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-30 17:17:33] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-30 17:17:56] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-30 17:17:56] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-30 17:18:13] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-30 17:19:09] production.INFO: AmpecoApiService: No roaming operator found for session 239712  
[2025-07-30 17:19:10] production.INFO: AmpecoApiService: No roaming operator found for session 239703  
[2025-07-30 17:19:10] production.INFO: AmpecoApiService: No roaming operator found for session 239710  
[2025-07-30 17:19:10] production.INFO: AmpecoApiService: No roaming operator found for session 239689  
[2025-07-30 17:19:11] production.INFO: AmpecoApiService: No roaming operator found for session 239244  
[2025-07-30 17:19:11] production.INFO: AmpecoApiService: No roaming operator found for session 237419  
[2025-07-30 17:19:12] production.INFO: AmpecoApiService: No roaming operator found for session 237413  
[2025-07-30 17:19:12] production.INFO: AmpecoApiService: No roaming operator found for session 237167  
[2025-07-30 17:19:13] production.INFO: AmpecoApiService: No roaming operator found for session 231039  
[2025-07-30 17:19:13] production.INFO: AmpecoApiService: No roaming operator found for session 230873  
[2025-07-30 17:19:14] production.INFO: AmpecoApiService: No roaming operator found for session 230058  
[2025-07-30 17:19:14] production.INFO: AmpecoApiService: No roaming operator found for session 227087  
[2025-07-30 17:23:51] production.INFO: AmpecoApiService: No roaming operator found for session 240888  
[2025-07-30 17:23:51] production.INFO: AmpecoApiService: No roaming operator found for session 239568  
[2025-07-30 17:23:52] production.INFO: AmpecoApiService: No roaming operator found for session 239195  
[2025-07-30 17:23:52] production.INFO: AmpecoApiService: No roaming operator found for session 238829  
[2025-07-30 17:23:53] production.INFO: AmpecoApiService: No roaming operator found for session 238410  
[2025-07-30 17:23:53] production.INFO: AmpecoApiService: No roaming operator found for session 238133  
[2025-07-30 17:23:54] production.INFO: AmpecoApiService: No roaming operator found for session 236997  
[2025-07-30 17:23:54] production.INFO: AmpecoApiService: No roaming operator found for session 236611  
[2025-07-30 17:23:55] production.INFO: AmpecoApiService: No roaming operator found for session 236208  
[2025-07-30 17:23:55] production.INFO: AmpecoApiService: No roaming operator found for session 234380  
[2025-07-30 17:23:55] production.INFO: AmpecoApiService: No roaming operator found for session 233980  
[2025-07-30 17:23:56] production.INFO: AmpecoApiService: No roaming operator found for session 232453  
[2025-07-30 17:23:56] production.INFO: AmpecoApiService: No roaming operator found for session 232054  
[2025-07-30 17:23:57] production.INFO: AmpecoApiService: No roaming operator found for session 231627  
[2025-07-30 17:23:57] production.INFO: AmpecoApiService: No roaming operator found for session 231261  
[2025-07-30 17:23:58] production.INFO: AmpecoApiService: No roaming operator found for session 230916  
[2025-07-30 17:23:58] production.INFO: AmpecoApiService: No roaming operator found for session 230208  
[2025-07-30 17:23:59] production.INFO: AmpecoApiService: No roaming operator found for session 229709  
[2025-07-30 17:23:59] production.INFO: AmpecoApiService: No roaming operator found for session 229243  
[2025-07-30 17:23:59] production.INFO: AmpecoApiService: No roaming operator found for session 227700  
[2025-07-30 17:24:00] production.INFO: AmpecoApiService: No roaming operator found for session 227329  
[2025-07-30 17:24:00] production.INFO: AmpecoApiService: No roaming operator found for session 226887  
[2025-07-30 17:24:01] production.INFO: AmpecoApiService: No roaming operator found for session 226565  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 239568  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 239195  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 238829  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 238410  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 238133  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 236997  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 236611  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 236208  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 234380  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 233980  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 232453  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 232054  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 231627  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 231261  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 230916  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 230208  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 229709  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 229243  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 227700  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 227329  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 226887  
[2025-07-30 17:24:27] production.INFO: AmpecoApiService: No roaming operator found for session 226565  
[2025-07-30 17:24:53] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-30 17:24:53] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-30 17:38:02] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-30 17:38:02] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-30 17:59:08] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-30 17:59:08] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-30 20:29:39] production.ERROR: Target class [App\Services\AmpecoApiService] does not exist. {"exception":"[object] (Illuminate\\Contracts\\Container\\BindingResolutionException(code: 0): Target class [App\\Services\\AmpecoApiService] does not exist. at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1019)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1202): Illuminate\\Foundation\\Application->make()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1101): Illuminate\\Container\\Container->resolveClass()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1052): Illuminate\\Container\\Container->resolveDependencies()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(261): Illuminate\\Foundation\\Application->make()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(375): Illuminate\\Console\\Application->resolve()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(133): Illuminate\\Foundation\\Console\\Kernel->Illuminate\\Foundation\\Console\\{closure}()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(80): Illuminate\\Console\\Application->bootstrap()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(539): Illuminate\\Console\\Application->__construct()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Illuminate\\Foundation\\Console\\Kernel->getArtisan()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle()
#18 /home/pixjucom/blulinc.pixju.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#19 {main}

[previous exception] [object] (ReflectionException(code: -1): Class \"App\\Services\\AmpecoApiService\" does not exist at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1017)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1017): ReflectionClass->__construct()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1202): Illuminate\\Foundation\\Application->make()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1101): Illuminate\\Container\\Container->resolveClass()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1052): Illuminate\\Container\\Container->resolveDependencies()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(261): Illuminate\\Foundation\\Application->make()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(375): Illuminate\\Console\\Application->resolve()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(133): Illuminate\\Foundation\\Console\\Kernel->Illuminate\\Foundation\\Console\\{closure}()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(80): Illuminate\\Console\\Application->bootstrap()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(539): Illuminate\\Console\\Application->__construct()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Illuminate\\Foundation\\Console\\Kernel->getArtisan()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/pixjucom/blulinc.pixju.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}
"} 
[2025-07-30 23:32:08] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-30 23:32:09] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-30 23:32:09] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-30 23:32:10] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-30 23:32:10] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-30 23:32:11] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-30 23:32:11] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-30 23:32:11] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-30 23:32:12] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-30 23:32:12] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-30 23:32:12] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-30 23:32:12] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-30 23:32:12] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-30 23:32:12] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-30 23:32:12] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-30 23:32:12] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-30 23:32:12] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-30 23:32:12] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-30 23:32:12] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-30 23:32:13] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-30 23:32:13] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-30 23:32:13] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-30 23:32:13] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-30 23:32:13] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-30 23:32:14] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-30 23:32:14] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-30 23:32:14] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-30 23:32:14] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-30 23:32:15] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-30 23:32:15] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-30 23:32:15] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-30 23:32:15] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-30 23:32:16] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-30 23:32:16] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-30 23:32:16] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-30 23:32:16] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-30 23:32:16] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-30 23:32:16] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-30 23:32:17] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-30 23:32:17] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-30 23:32:17] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-30 23:32:17] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-30 23:32:18] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-30 23:32:18] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-30 23:32:18] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-30 23:32:18] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-30 23:32:19] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-30 23:32:19] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-30 23:32:19] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-30 23:32:19] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-30 23:32:20] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-30 23:32:20] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-30 23:32:20] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-30 23:32:20] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-30 23:32:20] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-30 23:32:20] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-30 23:32:21] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-30 23:32:21] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-30 23:33:05] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-31 06:37:50] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-31 06:37:50] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-31 15:54:00] production.ERROR: Target class [App\Services\AmpecoApiService] does not exist. {"exception":"[object] (Illuminate\\Contracts\\Container\\BindingResolutionException(code: 0): Target class [App\\Services\\AmpecoApiService] does not exist. at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1019)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1202): Illuminate\\Foundation\\Application->make()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1101): Illuminate\\Container\\Container->resolveClass()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1052): Illuminate\\Container\\Container->resolveDependencies()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(286): Illuminate\\Foundation\\Application->make()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(1127): Illuminate\\Routing\\Route->getController()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(1056): Illuminate\\Routing\\Route->controllerMiddleware()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(820): Illuminate\\Routing\\Route->gatherMiddleware()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(802): Illuminate\\Routing\\Router->gatherRouteMiddleware()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#43 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#44 {main}

[previous exception] [object] (ReflectionException(code: -1): Class \"App\\Services\\AmpecoApiService\" does not exist at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1017)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1017): ReflectionClass->__construct()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1202): Illuminate\\Foundation\\Application->make()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1101): Illuminate\\Container\\Container->resolveClass()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1052): Illuminate\\Container\\Container->resolveDependencies()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(286): Illuminate\\Foundation\\Application->make()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(1127): Illuminate\\Routing\\Route->getController()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(1056): Illuminate\\Routing\\Route->controllerMiddleware()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(820): Illuminate\\Routing\\Route->gatherMiddleware()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(802): Illuminate\\Routing\\Router->gatherRouteMiddleware()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#44 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#45 {main}
"} 
[2025-07-31 15:54:19] production.ERROR: Target class [App\Services\AmpecoApiService] does not exist. {"exception":"[object] (Illuminate\\Contracts\\Container\\BindingResolutionException(code: 0): Target class [App\\Services\\AmpecoApiService] does not exist. at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1019)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1202): Illuminate\\Foundation\\Application->make()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1101): Illuminate\\Container\\Container->resolveClass()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1052): Illuminate\\Container\\Container->resolveDependencies()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(286): Illuminate\\Foundation\\Application->make()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(1127): Illuminate\\Routing\\Route->getController()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(1056): Illuminate\\Routing\\Route->controllerMiddleware()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(820): Illuminate\\Routing\\Route->gatherMiddleware()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(802): Illuminate\\Routing\\Router->gatherRouteMiddleware()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#43 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#44 {main}

[previous exception] [object] (ReflectionException(code: -1): Class \"App\\Services\\AmpecoApiService\" does not exist at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1017)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1017): ReflectionClass->__construct()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1202): Illuminate\\Foundation\\Application->make()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1101): Illuminate\\Container\\Container->resolveClass()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1052): Illuminate\\Container\\Container->resolveDependencies()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(286): Illuminate\\Foundation\\Application->make()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(1127): Illuminate\\Routing\\Route->getController()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(1056): Illuminate\\Routing\\Route->controllerMiddleware()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(820): Illuminate\\Routing\\Route->gatherMiddleware()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(802): Illuminate\\Routing\\Router->gatherRouteMiddleware()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#44 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#45 {main}
"} 
[2025-07-31 15:54:56] production.ERROR: Target class [App\Services\AmpecoApiService] does not exist. {"exception":"[object] (Illuminate\\Contracts\\Container\\BindingResolutionException(code: 0): Target class [App\\Services\\AmpecoApiService] does not exist. at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1019)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1202): Illuminate\\Foundation\\Application->make()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1101): Illuminate\\Container\\Container->resolveClass()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1052): Illuminate\\Container\\Container->resolveDependencies()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(261): Illuminate\\Foundation\\Application->make()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(375): Illuminate\\Console\\Application->resolve()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(133): Illuminate\\Foundation\\Console\\Kernel->Illuminate\\Foundation\\Console\\{closure}()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(80): Illuminate\\Console\\Application->bootstrap()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(539): Illuminate\\Console\\Application->__construct()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Illuminate\\Foundation\\Console\\Kernel->getArtisan()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle()
#18 /home/pixjucom/blulinc.pixju.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#19 {main}

[previous exception] [object] (ReflectionException(code: -1): Class \"App\\Services\\AmpecoApiService\" does not exist at /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1017)
[stacktrace]
#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1017): ReflectionClass->__construct()
#1 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#2 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#3 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#4 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#5 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1202): Illuminate\\Foundation\\Application->make()
#6 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1101): Illuminate\\Container\\Container->resolveClass()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1052): Illuminate\\Container\\Container->resolveDependencies()
#8 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(890): Illuminate\\Container\\Container->build()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1077): Illuminate\\Container\\Container->resolve()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(821): Illuminate\\Foundation\\Application->resolve()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1057): Illuminate\\Container\\Container->make()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(261): Illuminate\\Foundation\\Application->make()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(375): Illuminate\\Console\\Application->resolve()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(133): Illuminate\\Foundation\\Console\\Kernel->Illuminate\\Foundation\\Console\\{closure}()
#15 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Console/Application.php(80): Illuminate\\Console\\Application->bootstrap()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(539): Illuminate\\Console\\Application->__construct()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Illuminate\\Foundation\\Console\\Kernel->getArtisan()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle()
#19 /home/pixjucom/blulinc.pixju.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#20 {main}
"} 
[2025-07-31 15:56:02] production.INFO: AmpecoApiService: No roaming operator found for session 240193  
[2025-07-31 15:56:02] production.INFO: AmpecoApiService: No roaming operator found for session 240181  
[2025-07-31 16:19:12] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-31 16:19:12] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-31 16:19:13] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-31 16:19:13] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-31 16:19:14] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-31 16:19:14] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-31 16:19:15] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-31 16:19:15] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-31 16:19:16] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-31 16:19:16] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-31 16:19:16] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-31 16:19:17] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-31 16:19:17] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-31 16:19:18] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-31 16:19:18] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-31 16:19:19] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-31 16:19:19] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-31 16:19:20] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-31 16:19:20] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-31 16:19:22] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-31 16:19:22] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-31 16:19:23] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-31 16:19:23] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-31 16:19:23] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-31 16:19:24] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-31 16:19:24] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-31 16:19:25] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-31 16:19:25] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-31 16:19:26] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-31 16:35:13] production.INFO: AmpecoApiService: No roaming operator found for session 240193  
[2025-07-31 16:35:13] production.INFO: AmpecoApiService: No roaming operator found for session 240181  
[2025-07-31 16:56:34] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-31 16:56:34] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-31 16:56:34] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-31 16:56:34] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-31 16:56:34] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-31 16:56:34] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-31 16:56:48] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-31 16:56:48] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-31 16:56:48] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-31 16:56:48] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-31 16:56:48] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-31 16:56:48] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-31 16:56:55] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-31 16:56:59] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-31 16:57:02] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 229428  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 229408  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 228608  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 228006  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 227645  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 227110  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 226509  
[2025-07-31 16:57:08] production.INFO: AmpecoApiService: No roaming operator found for session 226466  
[2025-07-31 18:45:42] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-31 18:45:43] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-07-31 18:46:02] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-07-31 18:46:02] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-08-01 17:42:33] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-08-01 17:42:33] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-08-01 22:08:10] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-01 22:08:16] production.INFO: Export iniciado con filtros {"filtros":[]} 
[2025-08-01 22:08:16] production.INFO: Creando export con archivo {"archivo":"users_report_2025-08-01_22-08-16.csv"} 
[2025-08-01 22:08:16] production.INFO: UsersReportExport construido con filtros {"filtros":[]} 
[2025-08-01 22:08:16] production.INFO: Iniciando collection() en UsersReportExport  
[2025-08-01 22:08:16] production.ERROR: Error en collection() de UsersReportExport {"message":"Undefined array key \"start_date\"","file":"/home/pixjucom/blulinc.pixju.com/app/Exports/UsersReportExport.php","line":42,"trace":"#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 /home/pixjucom/blulinc.pixju.com/app/Exports/UsersReportExport.php(42): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()
#2 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Sheet.php(524): App\\Exports\\UsersReportExport->collection()
#3 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Sheet.php(214): Maatwebsite\\Excel\\Sheet->fromCollection()
#4 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Writer.php(72): Maatwebsite\\Excel\\Sheet->export()
#5 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Excel.php(204): Maatwebsite\\Excel\\Writer->export()
#6 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Excel.php(91): Maatwebsite\\Excel\\Excel->export()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(361): Maatwebsite\\Excel\\Excel->download()
#8 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(678): Illuminate\\Support\\Facades\\Facade::__callStatic()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\UserController->export()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#15 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#61 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#62 {main}"} 
[2025-08-01 22:08:16] production.ERROR: Error en export {"message":"Undefined array key \"start_date\"","file":"/home/pixjucom/blulinc.pixju.com/app/Exports/UsersReportExport.php","line":42,"trace":"#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 /home/pixjucom/blulinc.pixju.com/app/Exports/UsersReportExport.php(42): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()
#2 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Sheet.php(524): App\\Exports\\UsersReportExport->collection()
#3 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Sheet.php(214): Maatwebsite\\Excel\\Sheet->fromCollection()
#4 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Writer.php(72): Maatwebsite\\Excel\\Sheet->export()
#5 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Excel.php(204): Maatwebsite\\Excel\\Writer->export()
#6 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Excel.php(91): Maatwebsite\\Excel\\Excel->export()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(361): Maatwebsite\\Excel\\Excel->download()
#8 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(678): Illuminate\\Support\\Facades\\Facade::__callStatic()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\UserController->export()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#15 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#61 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#62 {main}"} 
[2025-08-01 22:08:28] production.INFO: AmpecoApiService: No roaming operator found for session 240193  
[2025-08-01 22:08:28] production.INFO: AmpecoApiService: No roaming operator found for session 240181  
[2025-08-02 18:39:48] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-08-02 18:39:48] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-08-02 18:39:56] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-02 18:40:08] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-08-02 18:40:08] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-08-02 18:41:04] production.INFO: StoreUserRequest validation {"userId":"7","user_id_from_request":null,"finalUserId":"7","isUpdate":true,"method":"PUT","route":"user-management.update","allRoutes":{"id":"7"}} 
[2025-08-02 18:41:04] production.INFO: UserManagementController update {"id":"7","request_method":"PUT","route_parameters":{"id":"7"}} 
[2025-08-02 18:41:04] production.INFO: No additional partners provided, all removed {"user_id":7,"additional_partners_ids":"empty"} 
[2025-08-02 18:41:17] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-02 18:41:26] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-02 18:41:46] production.INFO: Export iniciado con filtros {"filtros":{"group_search":"BlulincCorp"}} 
[2025-08-02 18:41:46] production.INFO: Creando export con archivo {"archivo":"users_report_2025-08-02_18-41-46.csv"} 
[2025-08-02 18:41:46] production.INFO: UsersReportExport construido con filtros {"filtros":{"group_search":"BlulincCorp"}} 
[2025-08-02 18:41:47] production.INFO: Iniciando collection() en UsersReportExport  
[2025-08-02 18:41:47] production.ERROR: Error en collection() de UsersReportExport {"message":"Undefined array key \"start_date\"","file":"/home/pixjucom/blulinc.pixju.com/app/Exports/UsersReportExport.php","line":42,"trace":"#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 /home/pixjucom/blulinc.pixju.com/app/Exports/UsersReportExport.php(42): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()
#2 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Sheet.php(524): App\\Exports\\UsersReportExport->collection()
#3 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Sheet.php(214): Maatwebsite\\Excel\\Sheet->fromCollection()
#4 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Writer.php(72): Maatwebsite\\Excel\\Sheet->export()
#5 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Excel.php(204): Maatwebsite\\Excel\\Writer->export()
#6 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Excel.php(91): Maatwebsite\\Excel\\Excel->export()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(361): Maatwebsite\\Excel\\Excel->download()
#8 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(678): Illuminate\\Support\\Facades\\Facade::__callStatic()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\UserController->export()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#15 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#61 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#62 {main}"} 
[2025-08-02 18:41:47] production.ERROR: Error en export {"message":"Undefined array key \"start_date\"","file":"/home/pixjucom/blulinc.pixju.com/app/Exports/UsersReportExport.php","line":42,"trace":"#0 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 /home/pixjucom/blulinc.pixju.com/app/Exports/UsersReportExport.php(42): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()
#2 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Sheet.php(524): App\\Exports\\UsersReportExport->collection()
#3 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Sheet.php(214): Maatwebsite\\Excel\\Sheet->fromCollection()
#4 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Writer.php(72): Maatwebsite\\Excel\\Sheet->export()
#5 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Excel.php(204): Maatwebsite\\Excel\\Writer->export()
#6 /home/pixjucom/blulinc.pixju.com/vendor/maatwebsite/excel/src/Excel.php(91): Maatwebsite\\Excel\\Excel->export()
#7 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(361): Maatwebsite\\Excel\\Excel->download()
#8 /home/pixjucom/blulinc.pixju.com/app/Http/Controllers/UserController.php(678): Illuminate\\Support\\Facades\\Facade::__callStatic()
#9 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\UserController->export()
#10 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#11 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#12 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#13 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\\Routing\\Route->run()
#14 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#15 /home/pixjucom/blulinc.pixju.com/app/Http/Middleware/MaintenanceNotification.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#16 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): App\\Http\\Middleware\\MaintenanceNotification->handle()
#17 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#18 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#19 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#20 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Auth\\Middleware\\Authenticate->handle()
#21 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(87): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
#23 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
#25 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#27 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#28 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#29 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#30 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#31 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#32 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#34 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#35 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#36 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#37 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#38 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#39 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#40 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#41 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#42 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#43 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#44 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#45 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#46 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#47 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#48 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#49 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#50 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#51 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#52 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#53 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#54 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#55 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#56 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#57 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#58 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#59 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#60 /home/pixjucom/blulinc.pixju.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#61 /home/pixjucom/blulinc.pixju.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#62 {main}"} 
[2025-08-02 18:42:12] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-08-02 18:42:13] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-08-02 18:42:13] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-08-02 18:42:14] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-08-02 18:42:19] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-08-02 18:42:19] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-08-02 18:42:19] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-08-02 18:42:19] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-08-02 18:42:50] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-08-02 18:42:50] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-08-02 18:42:50] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-08-02 18:42:50] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-08-02 18:42:54] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-08-02 18:42:54] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-08-02 18:42:54] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-08-02 18:42:54] production.INFO: AmpecoApiService: No roaming operator found for session 227096  
[2025-08-02 18:43:30] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-02 18:43:47] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-02 18:43:53] production.INFO: Export iniciado con filtros {"filtros":{"group_search":"BlulincCorp","start_date":"2025-06-01","end_date":"2025-06-30"}} 
[2025-08-02 18:43:53] production.INFO: Creando export con archivo {"archivo":"users_report_2025-08-02_18-43-53.csv"} 
[2025-08-02 18:43:53] production.INFO: UsersReportExport construido con filtros {"filtros":{"group_search":"BlulincCorp","start_date":"2025-06-01","end_date":"2025-06-30"}} 
[2025-08-02 18:43:53] production.INFO: Iniciando collection() en UsersReportExport  
[2025-08-02 18:43:53] production.INFO: Usuarios encontrados para export {"count":7} 
[2025-08-02 18:43:53] production.INFO: Collection completada, retornando usuarios procesados  
[2025-08-07 10:13:08] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-07 10:13:26] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-07 10:13:37] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-08-07 10:13:47] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-08-07 10:14:07] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-08-07 10:14:26] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-07 10:14:38] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-07 10:14:44] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-07 10:14:46] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-08-07 10:14:46] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-08-07 12:06:12] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-07 12:06:27] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-07 12:06:35] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-08-07 12:06:35] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-08-07 12:07:03] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-08-07 12:08:40] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-07 12:08:50] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-07 12:09:43] production.INFO: AmpecoApiService: No roaming operator found for session 239848  
[2025-08-07 12:09:43] production.INFO: AmpecoApiService: No roaming operator found for session 231824  
[2025-08-07 12:09:44] production.INFO: AmpecoApiService: No roaming operator found for session 230124  
[2025-08-07 12:09:49] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-12 00:49:10] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-08-12 00:49:14] production.INFO: AmpecoApiService: No roaming operator found for session 241544  
[2025-08-12 00:49:15] production.INFO: AmpecoApiService: No roaming operator found for session 241050  
[2025-08-12 00:49:15] production.INFO: AmpecoApiService: No roaming operator found for session 240734  
[2025-08-12 00:49:16] production.INFO: AmpecoApiService: No roaming operator found for session 240458  
[2025-08-12 00:49:16] production.INFO: AmpecoApiService: No roaming operator found for session 240165  
[2025-08-12 00:49:17] production.INFO: AmpecoApiService: No roaming operator found for session 239400  
[2025-08-12 00:49:17] production.INFO: AmpecoApiService: No roaming operator found for session 238989  
[2025-08-12 00:49:17] production.INFO: AmpecoApiService: No roaming operator found for session 238301  
[2025-08-12 00:49:18] production.INFO: AmpecoApiService: No roaming operator found for session 237771  
[2025-08-12 00:49:18] production.INFO: AmpecoApiService: No roaming operator found for session 237239  
[2025-08-12 00:49:19] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-08-12 00:49:19] production.INFO: AmpecoApiService: No roaming operator found for session 236747  
[2025-08-12 00:49:19] production.INFO: AmpecoApiService: No roaming operator found for session 231482  
[2025-08-12 00:49:19] production.INFO: AmpecoApiService: No roaming operator found for session 235654  
[2025-08-12 00:49:20] production.INFO: AmpecoApiService: No roaming operator found for session 235173  
[2025-08-12 00:49:20] production.INFO: AmpecoApiService: No roaming operator found for session 233892  
[2025-08-12 00:49:21] production.INFO: AmpecoApiService: No roaming operator found for session 233462  
[2025-08-12 00:49:21] production.INFO: AmpecoApiService: No roaming operator found for session 232953  
[2025-08-12 00:49:21] production.INFO: AmpecoApiService: No roaming operator found for session 232703  
[2025-08-12 00:49:22] production.INFO: AmpecoApiService: No roaming operator found for session 232635  
[2025-08-12 00:49:22] production.INFO: AmpecoApiService: No roaming operator found for session 231460  
[2025-08-12 00:49:23] production.INFO: AmpecoApiService: No roaming operator found for session 230693  
[2025-08-12 00:49:23] production.INFO: AmpecoApiService: No roaming operator found for session 229859  
[2025-08-12 00:49:54] production.INFO: StoreUserRequest validation {"userId":"10","user_id_from_request":null,"finalUserId":"10","isUpdate":true,"method":"PUT","route":"user-management.update","allRoutes":{"id":"10"}} 
[2025-08-12 00:49:54] production.INFO: UserManagementController update {"id":"10","request_method":"PUT","route_parameters":{"id":"10"}} 
[2025-08-12 00:49:54] production.INFO: No additional partners provided, all removed {"user_id":10,"additional_partners_ids":"empty"} 
[2025-08-12 00:50:13] production.INFO: StoreUserRequest validation {"userId":"10","user_id_from_request":null,"finalUserId":"10","isUpdate":true,"method":"PUT","route":"user-management.update","allRoutes":{"id":"10"}} 
[2025-08-12 00:50:13] production.INFO: UserManagementController update {"id":"10","request_method":"PUT","route_parameters":{"id":"10"}} 
[2025-08-12 00:50:13] production.INFO: No additional partners provided, all removed {"user_id":10,"additional_partners_ids":"empty"} 
[2025-09-07 20:57:39] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-09-19 13:31:48] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-09-19 13:32:20] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-09-19 13:32:25] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-09-19 13:32:38] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-09-19 13:33:32] production.INFO: AmpecoApiService: No roaming operator found for session 236794  
[2025-09-19 13:33:42] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-09-19 13:34:07] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2025-09-19 13:34:55] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
[2026-04-04 23:18:58] production.ERROR: SQLSTATE[28000] [1045] Access denied for user 'plugulrz_usrblul1c'@'localhost' (using password: YES) (Connection: mysql, SQL: delete from `cache`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 1045): SQLSTATE[28000] [1045] Access denied for user 'plugulrz_usrblul1c'@'localhost' (using password: YES) (Connection: mysql, SQL: delete from `cache`) at /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:822)
[stacktrace]
#0 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(581): Illuminate\\Database\\Connection->run()
#2 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(545): Illuminate\\Database\\Connection->affectingStatement()
#3 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4041): Illuminate\\Database\\Connection->delete()
#4 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(421): Illuminate\\Database\\Query\\Builder->delete()
#5 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(807): Illuminate\\Cache\\DatabaseStore->flush()
#6 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cache/Console/ClearCommand.php(68): Illuminate\\Cache\\Repository->__call()
#7 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Cache\\Console\\ClearCommand->handle()
#8 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#9 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#10 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#11 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(754): Illuminate\\Container\\BoundMethod::call()
#12 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call()
#13 /home/plugulrz/adm.pluglinc.com/vendor/symfony/console/Command/Command.php(318): Illuminate\\Console\\Command->execute()
#14 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run()
#15 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(68): Illuminate\\Console\\Command->run()
#16 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(41): Illuminate\\Console\\Command->runCommand()
#17 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(53): Illuminate\\Console\\Command->callSilent()
#18 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/OptimizeClearCommand.php(48): Illuminate\\Console\\Command->callSilently()
#19 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php(41): Illuminate\\Foundation\\Console\\OptimizeClearCommand->{closure:Illuminate\\Foundation\\Console\\OptimizeClearCommand::handle():48}()
#20 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/View/Components/Factory.php(59): Illuminate\\Console\\View\\Components\\Task->render()
#21 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/OptimizeClearCommand.php(48): Illuminate\\Console\\View\\Components\\Factory->__call()
#22 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Foundation\\Console\\OptimizeClearCommand->handle()
#23 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#24 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#25 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#26 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(754): Illuminate\\Container\\BoundMethod::call()
#27 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call()
#28 /home/plugulrz/adm.pluglinc.com/vendor/symfony/console/Command/Command.php(318): Illuminate\\Console\\Command->execute()
#29 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run()
#30 /home/plugulrz/adm.pluglinc.com/vendor/symfony/console/Application.php(1092): Illuminate\\Console\\Command->run()
#31 /home/plugulrz/adm.pluglinc.com/vendor/symfony/console/Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand()
#32 /home/plugulrz/adm.pluglinc.com/vendor/symfony/console/Application.php(192): Symfony\\Component\\Console\\Application->doRun()
#33 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Symfony\\Component\\Console\\Application->run()
#34 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle()
#35 /home/plugulrz/adm.pluglinc.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#36 {main}

[previous exception] [object] (PDOException(code: 1045): SQLSTATE[28000] [1045] Access denied for user 'plugulrz_usrblul1c'@'localhost' (using password: YES) at /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(184): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():179}()
#5 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1228): call_user_func()
#6 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(589): Illuminate\\Database\\Connection->getPdo()
#7 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(809): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::affectingStatement():581}()
#8 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#9 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(581): Illuminate\\Database\\Connection->run()
#10 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(545): Illuminate\\Database\\Connection->affectingStatement()
#11 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4041): Illuminate\\Database\\Connection->delete()
#12 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(421): Illuminate\\Database\\Query\\Builder->delete()
#13 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(807): Illuminate\\Cache\\DatabaseStore->flush()
#14 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cache/Console/ClearCommand.php(68): Illuminate\\Cache\\Repository->__call()
#15 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Cache\\Console\\ClearCommand->handle()
#16 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#17 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#18 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#19 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(754): Illuminate\\Container\\BoundMethod::call()
#20 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call()
#21 /home/plugulrz/adm.pluglinc.com/vendor/symfony/console/Command/Command.php(318): Illuminate\\Console\\Command->execute()
#22 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run()
#23 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(68): Illuminate\\Console\\Command->run()
#24 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(41): Illuminate\\Console\\Command->runCommand()
#25 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(53): Illuminate\\Console\\Command->callSilent()
#26 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/OptimizeClearCommand.php(48): Illuminate\\Console\\Command->callSilently()
#27 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php(41): Illuminate\\Foundation\\Console\\OptimizeClearCommand->{closure:Illuminate\\Foundation\\Console\\OptimizeClearCommand::handle():48}()
#28 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/View/Components/Factory.php(59): Illuminate\\Console\\View\\Components\\Task->render()
#29 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/OptimizeClearCommand.php(48): Illuminate\\Console\\View\\Components\\Factory->__call()
#30 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Foundation\\Console\\OptimizeClearCommand->handle()
#31 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#32 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure()
#33 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#34 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(754): Illuminate\\Container\\BoundMethod::call()
#35 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call()
#36 /home/plugulrz/adm.pluglinc.com/vendor/symfony/console/Command/Command.php(318): Illuminate\\Console\\Command->execute()
#37 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run()
#38 /home/plugulrz/adm.pluglinc.com/vendor/symfony/console/Application.php(1092): Illuminate\\Console\\Command->run()
#39 /home/plugulrz/adm.pluglinc.com/vendor/symfony/console/Application.php(341): Symfony\\Component\\Console\\Application->doRunCommand()
#40 /home/plugulrz/adm.pluglinc.com/vendor/symfony/console/Application.php(192): Symfony\\Component\\Console\\Application->doRun()
#41 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Symfony\\Component\\Console\\Application->run()
#42 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1234): Illuminate\\Foundation\\Console\\Kernel->handle()
#43 /home/plugulrz/adm.pluglinc.com/artisan(16): Illuminate\\Foundation\\Application->handleCommand()
#44 {main}
"} 
[2026-04-04 23:19:45] production.ERROR: SQLSTATE[28000] [1045] Access denied for user 'plugulrz_usrblul1c'@'localhost' (using password: YES) (Connection: mysql, SQL: select * from `sessions` where `id` = 2tyX95i86MR9FcsZEjNO7qoOs59DJhJqCx5fEZHj limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 1045): SQLSTATE[28000] [1045] Access denied for user 'plugulrz_usrblul1c'@'localhost' (using password: YES) (Connection: mysql, SQL: select * from `sessions` where `id` = 2tyX95i86MR9FcsZEjNO7qoOs59DJhJqCx5fEZHj limit 1) at /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:822)
[stacktrace]
#0 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#2 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#3 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->{closure:Illuminate\\Database\\Query\\Builder::get():3104}()
#5 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#6 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get()
#7 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3027): Illuminate\\Database\\Query\\Builder->first()
#8 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find()
#9 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(116): Illuminate\\Session\\DatabaseSessionHandler->read()
#10 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(104): Illuminate\\Session\\Store->readFromHandler()
#11 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(88): Illuminate\\Session\\Store->loadSession()
#12 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#13 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Support/helpers.php(399): Illuminate\\Session\\Middleware\\StartSession->{closure:Illuminate\\Session\\Middleware\\StartSession::startSession():143}()
#14 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap()
#15 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession()
#16 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#17 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#18 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#19 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#20 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#21 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#22 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#23 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#24 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#25 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#26 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#27 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#28 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#29 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():167}()
#30 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#31 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#32 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#33 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#34 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#35 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#36 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#37 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#38 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#39 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#40 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#41 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#42 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#43 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#44 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#45 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#46 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#47 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#48 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#49 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#50 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#51 /home/plugulrz/adm.pluglinc.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#52 {main}

[previous exception] [object] (PDOException(code: 1045): SQLSTATE[28000] [1045] Access denied for user 'plugulrz_usrblul1c'@'localhost' (using password: YES) at /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(184): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():179}()
#5 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1228): call_user_func()
#6 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(509): Illuminate\\Database\\Connection->getPdo()
#7 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(404): Illuminate\\Database\\Connection->getPdoForSelect()
#8 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(809): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():395}()
#9 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#10 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#11 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#12 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#13 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->{closure:Illuminate\\Database\\Query\\Builder::get():3104}()
#14 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#15 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get()
#16 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3027): Illuminate\\Database\\Query\\Builder->first()
#17 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find()
#18 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(116): Illuminate\\Session\\DatabaseSessionHandler->read()
#19 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(104): Illuminate\\Session\\Store->readFromHandler()
#20 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(88): Illuminate\\Session\\Store->loadSession()
#21 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#22 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Support/helpers.php(399): Illuminate\\Session\\Middleware\\StartSession->{closure:Illuminate\\Session\\Middleware\\StartSession::startSession():143}()
#23 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap()
#24 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession()
#25 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#26 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#27 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#28 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#29 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#30 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#31 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#32 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#33 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#34 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#35 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#36 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#37 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#38 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():167}()
#39 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#40 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#41 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#42 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#43 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#44 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#45 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#46 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#47 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#48 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#49 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#50 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#51 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#52 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#53 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#54 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#55 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#56 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#57 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#58 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#59 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#60 /home/plugulrz/adm.pluglinc.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#61 {main}
"} 
[2026-04-04 23:20:03] production.ERROR: SQLSTATE[28000] [1045] Access denied for user 'plugulrz_usrblul1c'@'localhost' (using password: YES) (Connection: mysql, SQL: select * from `sessions` where `id` = OB1XOzbMExTo6FedtZumCtnDmkDWvJcqoigrBUB2 limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 1045): SQLSTATE[28000] [1045] Access denied for user 'plugulrz_usrblul1c'@'localhost' (using password: YES) (Connection: mysql, SQL: select * from `sessions` where `id` = OB1XOzbMExTo6FedtZumCtnDmkDWvJcqoigrBUB2 limit 1) at /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:822)
[stacktrace]
#0 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#2 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#3 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->{closure:Illuminate\\Database\\Query\\Builder::get():3104}()
#5 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#6 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get()
#7 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3027): Illuminate\\Database\\Query\\Builder->first()
#8 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find()
#9 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(116): Illuminate\\Session\\DatabaseSessionHandler->read()
#10 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(104): Illuminate\\Session\\Store->readFromHandler()
#11 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(88): Illuminate\\Session\\Store->loadSession()
#12 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#13 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Support/helpers.php(399): Illuminate\\Session\\Middleware\\StartSession->{closure:Illuminate\\Session\\Middleware\\StartSession::startSession():143}()
#14 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap()
#15 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession()
#16 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#17 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#18 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#19 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#20 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#21 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#22 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#23 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#24 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#25 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#26 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#27 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#28 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#29 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():167}()
#30 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#31 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#32 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#33 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#34 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#35 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#36 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#37 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#38 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#39 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#40 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#41 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#42 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#43 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#44 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#45 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#46 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#47 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#48 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#49 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#50 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#51 /home/plugulrz/adm.pluglinc.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#52 {main}

[previous exception] [object] (PDOException(code: 1045): SQLSTATE[28000] [1045] Access denied for user 'plugulrz_usrblul1c'@'localhost' (using password: YES) at /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(184): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():179}()
#5 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1228): call_user_func()
#6 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(509): Illuminate\\Database\\Connection->getPdo()
#7 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(404): Illuminate\\Database\\Connection->getPdoForSelect()
#8 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(809): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():395}()
#9 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(776): Illuminate\\Database\\Connection->runQueryCallback()
#10 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(395): Illuminate\\Database\\Connection->run()
#11 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3120): Illuminate\\Database\\Connection->select()
#12 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3105): Illuminate\\Database\\Query\\Builder->runSelect()
#13 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3695): Illuminate\\Database\\Query\\Builder->{closure:Illuminate\\Database\\Query\\Builder::get():3104}()
#14 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3104): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#15 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get()
#16 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3027): Illuminate\\Database\\Query\\Builder->first()
#17 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find()
#18 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(116): Illuminate\\Session\\DatabaseSessionHandler->read()
#19 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(104): Illuminate\\Session\\Store->readFromHandler()
#20 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(88): Illuminate\\Session\\Store->loadSession()
#21 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#22 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Support/helpers.php(399): Illuminate\\Session\\Middleware\\StartSession->{closure:Illuminate\\Session\\Middleware\\StartSession::startSession():143}()
#23 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap()
#24 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession()
#25 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#26 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Session\\Middleware\\StartSession->handle()
#27 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#28 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#29 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#30 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#31 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#32 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\\Pipeline\\Pipeline->then()
#33 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\\Routing\\Router->runRouteWithinStack()
#34 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\\Routing\\Router->runRoute()
#35 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\\Routing\\Router->dispatchToRoute()
#36 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#37 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(169): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}()
#38 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():167}()
#39 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#40 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#41 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#42 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#43 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#44 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#45 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#46 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#47 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#48 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#49 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\HandleCors->handle()
#50 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#51 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#52 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#53 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#54 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#55 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(208): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#56 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(126): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():183}:184}()
#57 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#58 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#59 /home/plugulrz/adm.pluglinc.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1219): Illuminate\\Foundation\\Http\\Kernel->handle()
#60 /home/plugulrz/adm.pluglinc.com/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest()
#61 {main}
"} 
[2026-04-05 17:50:41] production.INFO: Super Admin dropdown - all partners available {"user_id":1,"total_partners_count":445} 
